﻿/* DUBHE customer-facing final layer.
   Loaded after the legacy and client-standard styles. Keep this file small and decisive. */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 70px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #dcdcdc;
}

/* Compact social entry points for the international portal. */
.home-social-bar {
  position: relative;
  z-index: 102;
  color: #fff;
  background: #111;
  border-bottom: 1px solid #2f2f2f;
}

.home-social-bar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-social-links,
.footer-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.social-icon-link {
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: currentColor;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 3px;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.social-icon-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.social-icon-link .social-icon-fill,
.social-icon-link .social-icon-dot {
  fill: currentColor;
  stroke: none;
}

.social-icon-link:hover,
.social-icon-link:focus-visible {
  color: #111;
  background: #fff;
  border-color: #fff;
  outline: none;
}

.footer-social-links {
  margin-top: 12px;
  color: #fff;
}

.site-footer .footer-social-links .social-icon-link {
  margin: 0;
  color: #fff;
}

@media (max-width: 720px) {
  .home-social-bar-inner {
    min-height: 40px;
    justify-content: center;
  }

  .header-social-links {
    width: 100%;
    justify-content: center;
  }

  .footer-social-links {
    margin-top: 14px;
  }
}

/* Technical catalog ecosystem refinement: make DUBHE read as an industrial ecosystem, not a product dump. */
body.technical-catalog-page .technical-ecosystem-architecture,
body.technical-catalog-page .technical-pack-standard {
  padding: clamp(38px, 5vw, 68px) 0 !important;
  background: #fff !important;
  border-top: 1px solid #dcdcdc !important;
}

body.technical-catalog-page .technical-ecosystem-architecture .section-head {
  display: grid !important;
  grid-template-columns: minmax(280px, 520px) minmax(280px, 1fr) !important;
  gap: clamp(22px, 4vw, 56px) !important;
  align-items: end !important;
  margin-bottom: 24px !important;
}

body.technical-catalog-page .technical-ecosystem-architecture .section-head h2,
body.technical-catalog-page .technical-pack-standard h2 {
  color: #111 !important;
  font-size: clamp(28px, 3.4vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.technical-catalog-page .technical-ecosystem-architecture .section-head > p {
  max-width: 620px !important;
  margin: 0 !important;
  color: #444 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

body.technical-catalog-page .ecosystem-architecture-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d6d6d6 !important;
  border: 1px solid #d6d6d6 !important;
}

body.technical-catalog-page .ecosystem-architecture-grid a {
  display: grid !important;
  align-content: start !important;
  min-height: 188px !important;
  padding: 20px 18px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
}

body.technical-catalog-page .ecosystem-architecture-grid a:hover,
body.technical-catalog-page .ecosystem-architecture-grid a:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

body.technical-catalog-page .ecosystem-architecture-grid span,
body.technical-catalog-page .ecosystem-architecture-grid small {
  color: #666 !important;
}

body.technical-catalog-page .ecosystem-architecture-grid strong {
  margin: 18px 0 12px !important;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
}

body.technical-catalog-page .ecosystem-architecture-grid small {
  font-size: 13px !important;
  line-height: 1.58 !important;
}

body.technical-catalog-page .ecosystem-architecture-grid a:hover span,
body.technical-catalog-page .ecosystem-architecture-grid a:hover strong,
body.technical-catalog-page .ecosystem-architecture-grid a:hover small,
body.technical-catalog-page .ecosystem-architecture-grid a:focus-visible span,
body.technical-catalog-page .ecosystem-architecture-grid a:focus-visible strong,
body.technical-catalog-page .ecosystem-architecture-grid a:focus-visible small {
  color: #fff !important;
}

body.technical-catalog-page .technical-pack-standard {
  background: #f5f5f5 !important;
}

body.technical-catalog-page .technical-pack-layout {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  align-items: center !important;
}

body.technical-catalog-page .technical-pack-layout figure {
  margin: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #d6d6d6 !important;
}

body.technical-catalog-page .technical-pack-layout img {
  display: block !important;
  width: 100% !important;
  height: clamp(240px, 28vw, 390px) !important;
  object-fit: cover !important;
  filter: grayscale(0.18) contrast(1.05) !important;
}

body.technical-catalog-page .technical-pack-layout figcaption {
  padding: 14px 16px !important;
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  background: #fff !important;
  border-top: 1px solid #d6d6d6 !important;
}

body.technical-catalog-page .technical-pack-checks {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 24px !important;
  background: #d6d6d6 !important;
  border: 1px solid #d6d6d6 !important;
}

body.technical-catalog-page .technical-pack-checks article {
  min-height: 124px !important;
  padding: 18px 20px !important;
  background: #fff !important;
}

body.technical-catalog-page .technical-pack-checks strong {
  display: block !important;
  color: #111 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

body.technical-catalog-page .technical-pack-checks span {
  display: block !important;
  margin-top: 10px !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

@media (max-width: 1180px) {
  body.technical-catalog-page .ecosystem-architecture-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.technical-catalog-page .technical-ecosystem-architecture .section-head,
  body.technical-catalog-page .technical-pack-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.technical-catalog-page .technical-ecosystem-architecture,
  body.technical-catalog-page .technical-pack-standard {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }

  body.technical-catalog-page .ecosystem-architecture-grid,
  body.technical-catalog-page .technical-pack-checks {
    grid-template-columns: 1fr !important;
  }

  body.technical-catalog-page .ecosystem-architecture-grid a {
    min-height: auto !important;
    padding: 18px !important;
  }

  body.technical-catalog-page .technical-pack-layout img {
    height: 190px !important;
  }

  body.technical-catalog-page .technical-routing-table tr:nth-child(n + 3),
  body.technical-catalog-page .technical-parameter-grid article:nth-child(n + 3),
  body.technical-catalog-page .technical-equipment-checks article:nth-child(n + 3),
  body.technical-catalog-page .technical-selection-list a:nth-child(n + 3),
  body.technical-catalog-page .technical-evidence-layout figure:nth-child(n + 3) {
    display: block !important;
  }
}

/* Technical catalog rebuild: make it a buyer-facing routing page, not a long product dump. */
body.technical-catalog-page .technical-routing-matrix,
body.technical-catalog-page .technical-parameter-band,
body.technical-catalog-page .technical-evidence-band,
body.technical-catalog-page .technical-equipment-brief,
body.technical-catalog-page .selection {
  padding: clamp(38px, 5vw, 68px) 0 !important;
  background: #fff !important;
  border-top: 1px solid #dcdcdc !important;
}

body.technical-catalog-page .technical-routing-matrix,
body.technical-catalog-page .technical-equipment-brief {
  background: #f5f5f5 !important;
}

body.technical-catalog-page .technical-routing-layout,
body.technical-catalog-page .technical-equipment-layout,
body.technical-catalog-page .technical-selection-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) !important;
  gap: clamp(24px, 4vw, 54px) !important;
  align-items: start !important;
}

body.technical-catalog-page .technical-routing-copy h2,
body.technical-catalog-page .technical-parameter-band h2,
body.technical-catalog-page .technical-equipment-layout h2,
body.technical-catalog-page .technical-selection-copy h2 {
  max-width: 680px !important;
  color: #111 !important;
  font-size: clamp(28px, 3.6vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.technical-catalog-page .technical-routing-copy p:not(.section-kicker),
body.technical-catalog-page .technical-equipment-layout p:not(.section-kicker),
body.technical-catalog-page .technical-selection-copy p:not(.section-kicker) {
  max-width: 560px !important;
  color: #444 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

body.technical-catalog-page .technical-routing-table-wrap {
  overflow-x: auto !important;
  background: #fff !important;
  border: 1px solid #d0d0d0 !important;
}

body.technical-catalog-page .technical-routing-table {
  width: 100% !important;
  min-width: 820px !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
  color: #111 !important;
  font-size: 13px !important;
}

body.technical-catalog-page .technical-routing-table th,
body.technical-catalog-page .technical-routing-table td {
  padding: 15px 16px !important;
  text-align: left !important;
  vertical-align: top !important;
  border-right: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.technical-catalog-page .technical-routing-table th:nth-child(1),
body.technical-catalog-page .technical-routing-table td:nth-child(1) {
  width: 18% !important;
}

body.technical-catalog-page .technical-routing-table th:nth-child(2),
body.technical-catalog-page .technical-routing-table td:nth-child(2) {
  width: 31% !important;
}

body.technical-catalog-page .technical-routing-table th:nth-child(3),
body.technical-catalog-page .technical-routing-table td:nth-child(3) {
  width: 34% !important;
}

body.technical-catalog-page .technical-routing-table th:nth-child(4),
body.technical-catalog-page .technical-routing-table td:nth-child(4) {
  width: 17% !important;
}

body.technical-catalog-page .technical-routing-table th {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  background: #111 !important;
}

body.technical-catalog-page .technical-routing-table td:first-child {
  font-weight: 900 !important;
}

body.technical-catalog-page .technical-routing-table a {
  color: #111 !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.technical-catalog-page .technical-parameter-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 24px !important;
  background: #d7d7d7 !important;
  border: 1px solid #d7d7d7 !important;
}

body.technical-catalog-page .technical-parameter-grid article {
  display: grid !important;
  align-content: start !important;
  min-height: 255px !important;
  padding: 22px !important;
  color: #111 !important;
  background: #fff !important;
}

body.technical-catalog-page .technical-parameter-grid span,
body.technical-catalog-page .technical-selection-list span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.technical-catalog-page .technical-parameter-grid h3 {
  margin: 18px 0 10px !important;
  color: #111 !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
}

body.technical-catalog-page .technical-parameter-grid p {
  margin: 0 !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.technical-catalog-page .technical-parameter-grid a {
  align-self: end !important;
  margin-top: 18px !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.technical-catalog-page .technical-evidence-layout {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d7d7d7 !important;
  border: 1px solid #d7d7d7 !important;
}

body.technical-catalog-page .technical-evidence-layout figure {
  margin: 0 !important;
  background: #fff !important;
}

body.technical-catalog-page .technical-evidence-layout img {
  display: block !important;
  width: 100% !important;
  height: clamp(190px, 20vw, 280px) !important;
  object-fit: cover !important;
  filter: grayscale(0.08) contrast(1.04) !important;
}

body.technical-catalog-page .technical-evidence-layout figcaption {
  min-height: 76px !important;
  padding: 15px 16px !important;
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  background: #fff !important;
  border-top: 1px solid #d8d8d8 !important;
}

body.technical-catalog-page .technical-equipment-checks,
body.technical-catalog-page .technical-selection-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d6d6d6 !important;
  border: 1px solid #d6d6d6 !important;
}

body.technical-catalog-page .technical-equipment-checks article,
body.technical-catalog-page .technical-selection-list a {
  display: grid !important;
  align-content: start !important;
  min-height: 128px !important;
  padding: 20px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
}

body.technical-catalog-page .technical-equipment-checks strong,
body.technical-catalog-page .technical-selection-list strong {
  color: #111 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

body.technical-catalog-page .technical-equipment-checks span {
  margin-top: 10px !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.technical-catalog-page .technical-selection-list a:hover,
body.technical-catalog-page .technical-selection-list a:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

body.technical-catalog-page .technical-selection-list a:hover span,
body.technical-catalog-page .technical-selection-list a:hover strong,
body.technical-catalog-page .technical-selection-list a:focus-visible span,
body.technical-catalog-page .technical-selection-list a:focus-visible strong {
  color: #fff !important;
}

@media (max-width: 980px) {
  body.technical-catalog-page .technical-routing-layout,
  body.technical-catalog-page .technical-equipment-layout,
  body.technical-catalog-page .technical-selection-layout {
    grid-template-columns: 1fr !important;
  }

  body.technical-catalog-page .technical-parameter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.technical-catalog-page .technical-evidence-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.technical-catalog-page .technical-routing-matrix,
  body.technical-catalog-page .technical-parameter-band,
  body.technical-catalog-page .technical-evidence-band,
  body.technical-catalog-page .technical-equipment-brief,
  body.technical-catalog-page .selection {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }

  body.technical-catalog-page .technical-routing-copy h2,
  body.technical-catalog-page .technical-parameter-band h2,
  body.technical-catalog-page .technical-equipment-layout h2,
  body.technical-catalog-page .technical-selection-copy h2 {
    font-size: 28px !important;
  }

  body.technical-catalog-page .technical-routing-table {
    min-width: 0 !important;
  }

  body.technical-catalog-page .technical-routing-table thead {
    display: none !important;
  }

  body.technical-catalog-page .technical-routing-table tr,
  body.technical-catalog-page .technical-routing-table td {
    display: block !important;
    width: 100% !important;
  }

  body.technical-catalog-page .technical-routing-table tr:nth-child(n + 3) {
    display: none !important;
  }

  body.technical-catalog-page .technical-routing-table td {
    padding: 11px 13px !important;
    border-right: 0 !important;
  }

  body.technical-catalog-page .technical-routing-table td:first-child {
    color: #fff !important;
    background: #111 !important;
  }

  body.technical-catalog-page .technical-routing-table td:nth-child(2)::before,
  body.technical-catalog-page .technical-routing-table td:nth-child(3)::before,
  body.technical-catalog-page .technical-routing-table td:nth-child(4)::before {
    display: block !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  body.technical-catalog-page .technical-routing-table td:nth-child(2)::before {
  content: "\9002\7528\4ea7\54c1" !important;
}

  body.technical-catalog-page .technical-routing-table td:nth-child(3)::before {
  content: "\5ba2\6237\9700\51c6\5907" !important;
}

  body.technical-catalog-page .technical-routing-table td:nth-child(4)::before {
  content: "\4e0b\4e00\6b65" !important;
}

  body.technical-catalog-page .technical-parameter-grid,
  body.technical-catalog-page .technical-equipment-checks,
  body.technical-catalog-page .technical-selection-list {
    grid-template-columns: 1fr !important;
  }

  body.technical-catalog-page .technical-parameter-grid article:nth-child(n + 3),
  body.technical-catalog-page .technical-equipment-checks article:nth-child(n + 3),
  body.technical-catalog-page .technical-selection-list a:nth-child(n + 3),
  body.technical-catalog-page .technical-evidence-layout figure:nth-child(n + 3) {
    display: none !important;
  }

  body.technical-catalog-page .technical-parameter-grid article,
  body.technical-catalog-page .technical-equipment-checks article,
  body.technical-catalog-page .technical-selection-list a {
    min-height: auto !important;
    padding: 18px !important;
  }

  body.technical-catalog-page .technical-evidence-layout img {
    height: 165px !important;
  }
}

.site-header .nav {
  overflow: visible;
}

.nav-product-menu {
  position: relative;
  display: inline-flex;
  align-items: stretch;
}

.nav-product-panel {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 70;
  display: none;
  width: min(860px, calc(100vw - 64px));
  transform: translateX(-50%);
  padding: 22px;
  color: #111;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.nav-product-menu:hover .nav-product-panel,
.nav-product-menu:focus-within .nav-product-panel {
  display: block;
}

.nav-product-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.nav-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  background: #dcdcdc;
}

.nav-product-grid a {
  display: grid;
  min-height: 92px;
  padding: 16px;
  color: #111;
  background: #fff;
  text-decoration: none;
}

.nav-product-grid span {
  color: #777;
  font-size: 11px;
  font-weight: 900;
}

.nav-product-grid strong {
  margin-top: 8px;
}

.nav-product-grid small {
  margin-top: 5px;
  color: #555;
  line-height: 1.45;
}

.cosmo-home-hero {
  position: relative;
  min-height: min(650px, calc(100vh - 70px));
  overflow: hidden;
  color: #fff;
  background: #090909;
}

.cosmo-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("./images/dubhe-production-line.webp") center / cover no-repeat;
  opacity: 0.92;
}

.cosmo-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.78) 44%, rgba(0, 0, 0, 0.5) 72%, rgba(0, 0, 0, 0.24) 100%);
}

.cosmo-home-hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 590px;
  padding-top: clamp(58px, 7vw, 86px);
  padding-bottom: clamp(42px, 5vw, 70px);
  align-items: center;
}

.cosmo-home-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 18px clamp(36px, 6vw, 88px);
  align-items: start;
  max-width: 1180px;
}

.cosmo-home-hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.68;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.cosmo-home-hero-copy > .section-kicker,
.cosmo-home-hero-copy > h1,
.cosmo-home-hero-copy > p:not(.section-kicker),
.cosmo-home-hero-copy > .enterprise-actions {
  grid-column: 1;
}

.cosmo-home-hero .hero-route-card {
  grid-column: 2;
  grid-row: 1 / span 4;
  margin-top: 10px;
  padding: 24px;
  color: #111;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
}

.cosmo-home-hero .hero-route-card strong {
  display: block;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.2;
}

.cosmo-home-hero .hero-route-card label {
  display: block;
  margin-bottom: 14px;
}

.cosmo-home-hero .hero-route-card span {
  display: block;
  margin-bottom: 7px;
  color: #555;
  font-size: 12px;
  font-weight: 800;
}

.cosmo-home-hero .hero-route-card select,
.cosmo-home-hero .hero-route-card button {
  width: 100%;
  height: 48px;
  border-radius: 0;
}

.cosmo-home-hero .hero-route-card button {
  margin-top: 6px;
  color: #fff;
  background: #0b0b0b;
  border: 1px solid #0b0b0b;
  font-weight: 900;
}

.cosmo-home-hero-media {
  display: none;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: #fff;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.cosmo-home-hero-media img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.cosmo-home-hero-media figcaption {
  padding: 16px 18px;
  color: #111;
  background: #fff;
}

.cosmo-home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid #dcdcdc;
}

.cosmo-home-proof-grid div {
  min-height: 86px;
  padding: 18px 24px;
  border-right: 1px solid #dcdcdc;
  background: #111;
}

.cosmo-home-proof-grid strong,
.cosmo-home-proof-grid span {
  color: #fff;
}

.home-route-finder {
  display: none;
}

.cosmo-home-products,
.product-platform-showcase {
  padding-top: clamp(46px, 5vw, 70px);
  padding-bottom: clamp(50px, 5vw, 76px);
  background: #fff;
}

.cosmo-section-head,
.portal-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 0.7fr);
  gap: 12px clamp(26px, 5vw, 70px);
  align-items: end;
  margin-bottom: 26px;
}

.cosmo-section-head .section-kicker,
.portal-section-head .section-kicker {
  grid-column: 1;
}

.cosmo-section-head h2,
.portal-section-head h2 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}

.cosmo-section-head p,
.portal-section-head p {
  grid-column: 2;
  max-width: 580px;
  margin: 0;
  color: #444;
  line-height: 1.72;
}

.cosmo-product-grid,
.product-platform-grid,
.products-portal-page .product-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.cosmo-product-grid a,
.product-platform-grid a,
.products-portal-page .product-platform-grid a {
  display: grid;
  min-height: 0;
  padding: 0 0 20px;
  color: #111;
  background: #fff;
  border: 0;
  text-decoration: none;
  box-shadow: none;
}

.products-portal-page .product-portal-hero {
  min-height: 405px;
  padding-top: clamp(38px, 5vw, 60px);
  padding-bottom: clamp(34px, 5vw, 54px);
}

.products-portal-page .product-hero-copy h1 {
  max-width: 740px;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.05;
}

.products-portal-page .product-hero-copy > p {
  max-width: 650px;
  line-height: 1.68;
}

.products-portal-page .product-family-rail {
  margin-bottom: 20px;
}

.category-detail-page .category-detail-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.58fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  min-height: auto !important;
  padding: clamp(30px, 4vw, 48px) clamp(28px, 5vw, 80px) !important;
  align-items: center !important;
  background: #fff !important;
  border-bottom: 1px solid #dedede !important;
}

.category-detail-page .category-family-rail {
  display: none;
}

.category-detail-page .category-detail-hero > div {
  max-width: 690px;
}

.category-detail-page .category-detail-hero h1 {
  font-size: clamp(40px, 4.2vw, 58px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.category-detail-page .category-detail-hero p:not(.section-kicker) {
  max-width: 640px !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.category-detail-page .category-detail-hero figure {
  margin: 0;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.category-detail-page .category-detail-hero img {
  display: block !important;
  width: 100% !important;
  height: 270px !important;
  min-height: 0 !important;
  object-fit: cover !important;
  filter: none !important;
}

.category-detail-page .category-detail-hero figcaption {
  padding: 12px 14px !important;
  color: #333 !important;
  background: #fff !important;
  border-top: 1px solid #d6d6d6 !important;
}

.category-detail-page .category-detail-actions {
  margin-top: 18px !important;
}

.category-detail-page .category-route-panel {
  margin-top: 16px !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

.category-detail-page .category-route-panel > span {
  display: block !important;
  padding: 10px 14px !important;
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.category-detail-page .category-route-panel dl {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
}

.category-detail-page .category-route-panel dl div {
  min-height: 72px !important;
  padding: 12px 14px !important;
  border-right: 1px solid #d8d8d8 !important;
}

.category-detail-page .category-route-panel dt {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.category-detail-page .category-route-panel dd {
  margin-top: 7px !important;
  color: #333 !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
}

.product-platform-grid a::before,
.products-portal-page .product-platform-grid a::before {
  display: none;
}

.product-platform-grid img,
.products-portal-page .product-platform-grid > a > img {
  position: static;
  display: block;
  width: 100%;
  height: 158px;
  min-height: 158px;
  clip: auto;
  clip-path: none;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.03);
}

.category-inquiry-brief {
  padding: clamp(34px, 4vw, 48px) 0;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.category-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) repeat(3, minmax(0, 0.72fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.category-inquiry-head,
.category-inquiry-grid article {
  min-height: 168px;
  padding: 22px;
  background: #fff;
}

.category-inquiry-head h2 {
  max-width: 520px;
  margin: 8px 0 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}

.category-inquiry-head p:not(.section-kicker) {
  max-width: 520px;
  margin-top: 12px;
  color: #333;
  line-height: 1.62;
}

.category-inquiry-head .button {
  margin-top: 18px;
}

.category-inquiry-grid span {
  color: #666;
  font-size: 11px;
  font-weight: 900;
}

.category-inquiry-grid strong {
  display: block;
  margin-top: 16px;
  color: #111;
  font-size: 20px;
  line-height: 1.25;
}

.category-inquiry-grid small {
  display: block;
  margin-top: 10px;
  color: #444;
  line-height: 1.55;
}

.cosmo-product-grid span,
.product-platform-grid span,
.products-portal-page .product-platform-grid span {
  margin: 18px 20px 0;
  color: #666;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.cosmo-product-grid strong,
.product-platform-grid strong,
.products-portal-page .product-platform-grid strong {
  margin: 8px 20px 0;
  font-size: 21px;
  line-height: 1.2;
}

.cosmo-product-grid small,
.product-platform-grid small,
.products-portal-page .product-platform-grid small {
  margin: 8px 20px 0;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .cosmo-home-hero-grid {
    min-height: 520px;
  }

  .cosmo-home-hero-copy {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .cosmo-home-hero .hero-route-card {
    grid-column: 1;
    grid-row: auto;
    max-width: 520px;
  }

  .cosmo-section-head,
  .portal-section-head,
  .cosmo-section-head .section-kicker,
  .portal-section-head .section-kicker,
  .cosmo-section-head h2,
  .portal-section-head h2,
  .cosmo-section-head p,
  .portal-section-head p {
    display: block;
  }

  .cosmo-product-grid,
  .product-platform-grid,
  .products-portal-page .product-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-detail-page .category-detail-hero {
    grid-template-columns: 1fr !important;
    min-height: auto;
  }

  .category-detail-page .category-route-panel dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .category-inquiry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-inquiry-head {
    grid-column: 1 / -1;
  }

  .cosmo-home-hero-media {
    display: none;
  }
}

@media (max-width: 640px) {
  .nav-product-panel {
    display: none !important;
  }

  .cosmo-home-hero {
    min-height: 520px;
  }

  .cosmo-home-hero::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 100%);
  }

  .cosmo-home-hero-grid {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .cosmo-home-hero h1 {
    max-width: 350px;
    font-size: 34px;
  }

  .cosmo-home-hero-copy > p:not(.section-kicker) {
    max-width: 350px;
    font-size: 14px;
    line-height: 1.58;
  }

  .cosmo-home-hero .hero-route-card {
    padding: 18px;
  }

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

  .cosmo-product-grid,
  .product-platform-grid,
  .products-portal-page .product-platform-grid {
    grid-template-columns: 1fr;
  }

  .product-platform-grid img,
  .products-portal-page .product-platform-grid > a > img {
    height: 138px;
    min-height: 138px;
  }

  .category-detail-page .category-detail-hero {
    padding: 22px 14px !important;
  }

  .category-detail-page .category-detail-hero h1 {
    font-size: 34px;
  }

  .category-detail-page .category-detail-hero img {
    height: 150px !important;
  }

  .category-detail-page .category-detail-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .category-detail-page .category-detail-actions .button:nth-child(3) {
    display: none !important;
  }

  .category-detail-page .category-route-panel dl {
    grid-template-columns: 1fr !important;
  }

  .category-detail-page .category-route-panel dl div:nth-child(n + 3) {
    display: none !important;
  }

  .category-inquiry-brief {
    padding: 26px 0;
  }

  .category-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .category-inquiry-head,
  .category-inquiry-grid article {
    min-height: auto;
    padding: 18px;
  }

  .category-inquiry-grid article:nth-of-type(n + 3) {
    display: none;
  }
}

/* Homepage customer-standard rebuild */
.enterprise-home .cosmo-home-hero {
  min-height: auto !important;
  overflow: visible !important;
  color: #111 !important;
  background: #f5f5f5 !important;
}

.enterprise-home .cosmo-home-hero::before,
.enterprise-home .cosmo-home-hero::after {
  display: none !important;
}

.enterprise-home .cosmo-home-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr) !important;
  gap: clamp(30px, 5vw, 72px) !important;
  min-height: auto !important;
  padding-top: clamp(46px, 6vw, 76px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
  align-items: center !important;
}

.enterprise-home .cosmo-home-hero-copy {
  display: block !important;
  max-width: 680px !important;
}

.enterprise-home .cosmo-home-hero .section-kicker {
  color: #555 !important;
}

.enterprise-home .cosmo-home-hero h1 {
  max-width: 650px !important;
  margin-top: 12px !important;
  color: #111 !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: 0.98 !important;
  text-shadow: none !important;
}

.enterprise-home .cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 600px !important;
  margin-top: 22px !important;
  color: #222 !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: 1.72 !important;
  text-shadow: none !important;
}

.enterprise-home .home-hero-proof-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin: 28px 0 0 !important;
  max-width: 620px !important;
  background: #d6d6d6 !important;
  border: 1px solid #d6d6d6 !important;
}

.enterprise-home .home-hero-proof-list div {
  min-height: 96px !important;
  padding: 15px 16px !important;
  background: #fff !important;
}

.enterprise-home .home-hero-proof-list dt {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.enterprise-home .home-hero-proof-list dd {
  margin: 10px 0 0 !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.enterprise-home .cosmo-home-hero .enterprise-actions {
  margin-top: 26px !important;
}

.enterprise-home .cosmo-home-hero-media {
  display: block !important;
  margin: 0 !important;
  border: 1px solid #cecece !important;
  background: #fff !important;
  box-shadow: none !important;
}

.enterprise-home .cosmo-home-hero-media img {
  height: clamp(320px, 34vw, 500px) !important;
  filter: none !important;
}

.enterprise-home .cosmo-home-hero-media figcaption {
  display: grid !important;
  gap: 6px !important;
  padding: 16px 18px !important;
  border-top: 1px solid #dcdcdc !important;
}

.enterprise-home .home-route-finder-panel {
  padding: 34px 0 !important;
  background: #ebebeb !important;
  border-top: 1px solid #d3d3d3 !important;
  border-bottom: 1px solid #d3d3d3 !important;
}

.enterprise-home .home-route-finder-layout {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr) !important;
  gap: 24px !important;
  align-items: end !important;
}

.enterprise-home .home-route-finder-layout h2 {
  margin-top: 8px !important;
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: 1.05 !important;
}

.enterprise-home .route-finder-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 170px !important;
  gap: 12px !important;
  align-items: end !important;
}

.enterprise-home .route-finder-form label {
  display: grid !important;
  gap: 8px !important;
}

.enterprise-home .route-finder-form span {
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.enterprise-home .route-finder-form select,
.enterprise-home .route-finder-form button {
  width: 100% !important;
  height: 50px !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
}

.enterprise-home .route-finder-form select {
  padding: 0 14px !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #c8c8c8 !important;
}

.enterprise-home .route-finder-form button {
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
}

.enterprise-home .cosmo-home-proof {
  background: #111 !important;
}

.enterprise-home .cosmo-home-proof-grid {
  border-left: 1px solid #333 !important;
}

.enterprise-home .cosmo-home-proof-grid div {
  min-height: 104px !important;
  background: #111 !important;
  border-right: 1px solid #333 !important;
}

.enterprise-home .cosmo-home-proof-grid strong {
  display: block !important;
  font-size: clamp(26px, 2.8vw, 38px) !important;
  line-height: 1.05 !important;
}

.enterprise-home .cosmo-home-proof-grid span {
  display: block !important;
  margin-top: 10px !important;
  color: #ddd !important;
  font-size: 13px !important;
}

.enterprise-home .cosmo-home-products {
  padding-top: clamp(44px, 5vw, 66px) !important;
  padding-bottom: clamp(44px, 5vw, 66px) !important;
}

.enterprise-home .cosmo-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

.enterprise-home .cosmo-product-grid a {
  min-height: 360px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
}

.enterprise-home .cosmo-product-grid img {
  width: 100% !important;
  height: 190px !important;
  object-fit: cover !important;
  border: 0 !important;
}

.enterprise-home .cosmo-product-grid span,
.enterprise-home .cosmo-product-grid strong,
.enterprise-home .cosmo-product-grid small {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.enterprise-home .cosmo-product-grid span {
  margin-top: 18px !important;
}

.enterprise-home .home-capability-evidence {
  padding-top: clamp(42px, 5vw, 64px) !important;
  padding-bottom: clamp(44px, 5vw, 68px) !important;
  background: #f4f4f4 !important;
  border-top: 1px solid #e0e0e0 !important;
}

.enterprise-home .home-capability-layout {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr) !important;
  gap: clamp(24px, 4vw, 54px) !important;
  align-items: start !important;
}

.enterprise-home .home-capability-layout h2 {
  font-size: clamp(30px, 3.4vw, 48px) !important;
  line-height: 1.05 !important;
}

.enterprise-home .home-capability-layout p:not(.section-kicker) {
  margin-top: 16px !important;
  color: #333 !important;
  line-height: 1.66 !important;
}

.enterprise-home .home-capability-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d2d2d2 !important;
  border: 1px solid #d2d2d2 !important;
}

.enterprise-home .home-capability-grid figure {
  margin: 0 !important;
  background: #fff !important;
}

.enterprise-home .home-capability-grid img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover !important;
}

.enterprise-home .home-capability-grid figcaption {
  display: grid !important;
  gap: 8px !important;
  padding: 16px !important;
}

.enterprise-home .home-capability-grid span {
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.enterprise-home .cosmo-home-cta {
  padding: clamp(34px, 4vw, 54px) 0 !important;
  background: #111 !important;
}

.enterprise-home .cosmo-home-cta-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr) !important;
  gap: 24px !important;
  align-items: center !important;
}

.enterprise-home .cosmo-home-cta h2,
.enterprise-home .cosmo-home-cta p,
.enterprise-home .cosmo-home-cta .section-kicker {
  color: #fff !important;
}

.enterprise-home .cosmo-home-cta p:not(.section-kicker) {
  max-width: 720px !important;
  color: #d8d8d8 !important;
}

.enterprise-home .cosmo-home-cta .button.quiet {
  color: #fff !important;
  border-color: #fff !important;
}

@media (max-width: 980px) {
  .enterprise-home .cosmo-home-hero-grid,
  .enterprise-home .home-route-finder-layout,
  .enterprise-home .home-capability-layout,
  .enterprise-home .cosmo-home-cta-inner {
    grid-template-columns: 1fr !important;
  }

  .enterprise-home .route-finder-form {
    grid-template-columns: 1fr 1fr !important;
  }

  .enterprise-home .route-finder-form button {
    grid-column: 1 / -1 !important;
  }

  .enterprise-home .cosmo-product-grid,
  .enterprise-home .home-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .enterprise-home .cosmo-home-hero-grid {
    padding-top: 26px !important;
    padding-bottom: 30px !important;
  }

  .enterprise-home .cosmo-home-hero h1 {
    font-size: 40px !important;
    line-height: 1.02 !important;
  }

  .enterprise-home .cosmo-home-hero-copy > p:not(.section-kicker) {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .enterprise-home .home-hero-proof-list,
  .enterprise-home .route-finder-form,
  .enterprise-home .cosmo-home-proof-grid,
  .enterprise-home .cosmo-product-grid,
  .enterprise-home .home-capability-grid {
    grid-template-columns: 1fr !important;
  }

  .enterprise-home .home-hero-proof-list div:nth-child(n + 3),
  .enterprise-home .cosmo-home-proof-grid div:nth-child(n + 3),
  .enterprise-home .cosmo-product-grid a:nth-child(n + 5),
  .enterprise-home .home-capability-grid figure:nth-child(n + 3) {
    display: none !important;
  }

  .enterprise-home .cosmo-home-hero-media img {
    height: 210px !important;
  }

  .enterprise-home .home-route-finder-panel {
    padding: 26px 0 !important;
  }

  .enterprise-home .cosmo-product-grid a {
    min-height: auto !important;
  }

  .enterprise-home .cosmo-product-grid img {
    height: 170px !important;
  }

  .enterprise-home .home-capability-grid img {
    height: 155px !important;
  }
}

/* Portal refinement overrides. Older bundled CSS contains !important home rules,
   so these final declarations intentionally use !important on layout-critical items. */
body.enterprise-home .cosmo-home-hero {
  min-height: auto !important;
}

body.enterprise-home .cosmo-home-hero-grid {
  display: block !important;
  min-height: 560px !important;
  grid-template-columns: none !important;
  padding-top: clamp(56px, 6.8vw, 86px) !important;
  padding-bottom: clamp(42px, 5vw, 66px) !important;
}

body.enterprise-home .cosmo-home-hero-copy {
  display: grid !important;
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  grid-template-columns: minmax(540px, 1fr) minmax(340px, 420px) !important;
  gap: 18px clamp(36px, 6vw, 88px) !important;
}

body.enterprise-home .cosmo-home-hero h1 {
  width: auto !important;
  max-width: 720px !important;
  font-size: clamp(38px, 4.2vw, 58px) !important;
  line-height: 1.06 !important;
}

body.enterprise-home .cosmo-home-hero .hero-route-card {
  display: block !important;
  max-width: none !important;
  grid-column: 2 !important;
  grid-row: 1 / span 4 !important;
  grid-template-columns: none !important;
}

body.enterprise-home .cosmo-home-hero-media {
  display: none !important;
}

body.enterprise-home .cosmo-product-grid,
.products-portal-page .product-platform-grid {
  gap: 1px !important;
}

body.enterprise-home .cosmo-product-grid a,
.products-portal-page .product-platform-grid a {
  min-height: 0 !important;
}

body.enterprise-home .cosmo-product-grid img,
.products-portal-page .product-platform-grid > a > img {
  height: 158px !important;
  min-height: 158px !important;
}

.enterprise-trust-route,
.product-review-route,
.product-evidence-board,
.home-capability-evidence {
  padding: clamp(42px, 5vw, 66px) 0;
  border-top: 1px solid #dedede;
}

.enterprise-trust-route {
  background: #0f0f0f !important;
  border-top: 0;
}

.enterprise-trust-route-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.22fr) repeat(4, minmax(0, 0.82fr)) !important;
  gap: 1px;
  background: #3b3b3b !important;
  border: 1px solid #3b3b3b !important;
}

.enterprise-trust-route-grid > div,
.enterprise-trust-route-grid > a {
  display: grid;
  align-content: start;
  min-height: 188px !important;
  padding: 24px !important;
  color: #fff;
  background: #111 !important;
  border: 0 !important;
  text-decoration: none;
}

.enterprise-trust-route-grid h2,
.enterprise-trust-route-grid strong,
.enterprise-trust-route-grid span {
  color: #fff !important;
}

.enterprise-trust-route-grid h2 {
  max-width: 430px;
  margin: 8px 0 0;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
}

.enterprise-trust-route-grid p,
.enterprise-trust-route-grid small {
  max-width: 460px;
  margin-top: 12px;
  color: #cfcfcf !important;
  line-height: 1.62;
}

.enterprise-trust-route-grid span,
.product-review-steps span,
.product-evidence-grid span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.enterprise-trust-route-grid strong {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.25;
}

.product-review-route,
.product-evidence-board,
.home-capability-evidence {
  background: #fff;
}

.products-portal-page .product-review-route {
  padding-bottom: clamp(30px, 4vw, 44px);
}

.products-portal-page .product-platform-showcase {
  padding-top: clamp(32px, 4vw, 46px) !important;
}

.products-portal-page .product-evidence-board {
  padding-top: clamp(34px, 4vw, 48px);
  padding-bottom: clamp(34px, 4vw, 48px);
}

.product-review-layout,
.product-evidence-layout,
.home-capability-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.product-review-layout h2,
.product-evidence-layout h2,
.home-capability-layout h2 {
  max-width: 560px;
  margin: 8px 0 0;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.08;
}

.product-review-layout p:not(.section-kicker),
.product-evidence-layout p:not(.section-kicker),
.home-capability-layout p:not(.section-kicker) {
  max-width: 560px;
  margin-top: 14px;
  color: #333;
  line-height: 1.72;
}

.product-review-steps,
.product-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.product-review-steps li,
.product-evidence-grid article {
  min-height: 150px;
  padding: 22px;
  background: #fff;
}

.product-review-steps strong,
.product-evidence-grid strong {
  display: block;
  margin-top: 14px;
  color: #111;
  font-size: 20px;
  line-height: 1.25;
}

.product-review-steps small,
.product-evidence-grid small {
  display: block;
  margin-top: 10px;
  color: #444;
  line-height: 1.58;
}

.home-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.home-capability-grid figure {
  margin: 0;
  background: #fff;
}

.home-capability-grid img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  filter: grayscale(0.05) contrast(1.03);
}

.home-capability-grid figcaption {
  display: grid;
  gap: 9px;
  padding: 18px;
  border-top: 1px solid #d8d8d8;
}

.home-capability-grid strong {
  color: #111;
  font-size: 18px;
  line-height: 1.25;
}

.home-capability-grid span {
  color: #444;
  font-size: 13px;
  line-height: 1.55;
}

.about-audit-pack,
.process-evidence-pack {
  padding: clamp(40px, 5vw, 64px) 0;
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.process-evidence-pack {
  border-top: 0;
}

.audit-pack-layout,
.process-evidence-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.audit-pack-copy h2,
.process-evidence-copy h2 {
  max-width: 560px;
  margin: 8px 0 0;
  color: #111;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.audit-pack-copy p:not(.section-kicker),
.process-evidence-copy p:not(.section-kicker) {
  max-width: 560px;
  margin-top: 14px;
  color: #333;
  font-size: 15px;
  line-height: 1.72;
}

.audit-pack-grid,
.process-evidence-grid {
  display: grid;
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

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

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

.audit-pack-grid a,
.process-evidence-grid a {
  display: grid;
  align-content: start;
  min-height: 156px;
  padding: 22px;
  color: #111;
  background: #fff;
  text-decoration: none;
  transition: background 0.16s ease, color 0.16s ease;
}

.audit-pack-grid a:hover,
.process-evidence-grid a:hover,
.audit-pack-grid a:focus-visible,
.process-evidence-grid a:focus-visible {
  color: #fff;
  background: #111;
  outline: 0;
}

.audit-pack-grid span,
.process-evidence-grid span {
  color: #666;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.audit-pack-grid strong,
.process-evidence-grid strong {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.24;
}

.audit-pack-grid small,
.process-evidence-grid small {
  display: block;
  margin-top: 10px;
  color: #444;
  font-size: 13px;
  line-height: 1.55;
}

.audit-pack-grid a:hover span,
.audit-pack-grid a:hover small,
.audit-pack-grid a:focus-visible span,
.audit-pack-grid a:focus-visible small,
.process-evidence-grid a:hover span,
.process-evidence-grid a:hover small,
.process-evidence-grid a:focus-visible span,
.process-evidence-grid a:focus-visible small {
  color: #d8d8d8;
}

@media (max-width: 980px) {
  body.enterprise-home .cosmo-home-hero-grid {
    min-height: auto !important;
  }

  body.enterprise-home .cosmo-home-hero-copy {
    grid-template-columns: 1fr !important;
    max-width: 720px !important;
  }

  body.enterprise-home .cosmo-home-hero .hero-route-card {
    grid-column: 1 !important;
    grid-row: auto !important;
    max-width: 520px !important;
  }

  .enterprise-trust-route-grid,
  .product-review-layout,
  .product-evidence-layout,
  .home-capability-layout,
  .audit-pack-layout,
  .process-evidence-layout {
    grid-template-columns: 1fr !important;
  }

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

@media (max-width: 640px) {
  body.enterprise-home .cosmo-home-hero h1 {
    max-width: 350px !important;
    font-size: 34px !important;
  }

  body.enterprise-home .cosmo-home-hero .hero-route-card {
    display: none !important;
  }

  body.enterprise-home .cosmo-product-grid,
  .products-portal-page .product-platform-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home .cosmo-product-grid img,
  .products-portal-page .product-platform-grid > a > img {
    height: 138px !important;
    min-height: 138px !important;
  }

  .enterprise-trust-route,
  .product-review-route,
  .product-evidence-board,
  .home-capability-evidence,
  .about-audit-pack,
  .process-evidence-pack {
    padding: 30px 0;
  }

  .enterprise-trust-route-grid,
  .product-review-steps,
  .product-evidence-grid,
  .audit-pack-grid,
  .process-evidence-grid,
  .home-capability-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-trust-route-grid > div,
  .enterprise-trust-route-grid > a,
  .product-review-steps li,
  .product-evidence-grid article,
  .audit-pack-grid a,
  .process-evidence-grid a {
    min-height: auto !important;
    padding: 18px !important;
  }

  .enterprise-trust-route-grid > a:nth-of-type(n + 3),
  .product-evidence-grid article:nth-child(n + 3) {
    display: none;
  }

  .product-review-layout h2,
  .product-evidence-layout h2,
  .home-capability-layout h2 {
    font-size: 30px;
  }

  .home-capability-grid img {
    height: 150px;
  }

  .process-evidence-grid a:nth-child(n + 5) {
    display: none;
  }
}

/* Product detail refinement: keep product evidence above the fold and reduce page length. */
.detail-page .breadcrumb-bar {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.detail-page .detail-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr) !important;
  gap: clamp(28px, 5vw, 70px) !important;
  min-height: auto !important;
  padding: clamp(34px, 4.5vw, 58px) clamp(26px, 5vw, 80px) 30px !important;
  align-items: center !important;
  background: #fff !important;
  border-bottom: 1px solid #dedede !important;
}

.detail-page .detail-hero h1 {
  max-width: 720px !important;
  margin-top: 10px !important;
  font-size: clamp(42px, 4.8vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.detail-page .detail-hero.detail-type-machine h1,
.detail-page .detail-hero.detail-type-equipment h1 {
  max-width: 760px !important;
  font-size: clamp(38px, 4.1vw, 58px) !important;
  line-height: 1.05 !important;
}

.detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
  max-width: 660px !important;
  margin-top: 14px !important;
  color: #222 !important;
  font-size: 16px !important;
  line-height: 1.56 !important;
}

.detail-page .detail-en-name {
  display: block !important;
  max-width: 620px !important;
  margin-top: 4px !important;
  color: #555 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.detail-page .grade-badge {
  display: inline-grid !important;
  gap: 2px !important;
  margin-top: 18px !important;
  padding: 9px 12px !important;
  border: 1px solid #d6d6d6 !important;
  background: #fff !important;
}

.detail-page .grade-badge span {
  color: #666 !important;
  font-size: 11px !important;
}

.detail-page .detail-hero-docs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  max-width: 612px !important;
  margin-top: 18px !important;
  background: #d7d7d7 !important;
  border: 1px solid #d7d7d7 !important;
}

.detail-page .specialty-hero-callout {
  display: grid !important;
  gap: 6px !important;
  max-width: 612px !important;
  margin-top: 18px !important;
  padding: 15px 17px !important;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
}

.detail-page .specialty-hero-callout span {
  color: #bdbdbd !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.detail-page .specialty-hero-callout strong {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.detail-page .specialty-hero-callout small {
  color: #d8d8d8 !important;
  font-size: 13px !important;
  line-height: 1.48 !important;
}

.detail-page .detail-hero-docs a {
  min-height: 70px !important;
  padding: 14px 14px !important;
  background: #fff !important;
  border: 0 !important;
}

.detail-page .detail-hero-docs span,
.detail-page .detail-proof-list dt,
.detail-page .detail-hero-snapshot > span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.detail-page .detail-hero-docs strong {
  display: block !important;
  margin-top: 7px !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.detail-page .detail-proof-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  max-width: 612px !important;
  margin-top: 18px !important;
  background: #d7d7d7 !important;
  border: 1px solid #d7d7d7 !important;
}

.detail-page .detail-proof-list div {
  min-height: 94px !important;
  padding: 15px 16px !important;
  background: #fff !important;
  border: 0 !important;
}

.detail-page .detail-proof-list dd {
  margin-top: 8px !important;
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.48 !important;
}

.detail-page .detail-actions {
  margin-top: 18px !important;
}

.detail-page .detail-hero-snapshot {
  max-width: 612px !important;
  margin-top: 18px !important;
  background: #fff !important;
  border: 1px solid #d7d7d7 !important;
}

.detail-page .detail-hero-snapshot > span {
  display: block !important;
  padding: 12px 14px !important;
  border-bottom: 1px solid #d7d7d7 !important;
}

.detail-page .detail-hero-snapshot dl {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
}

.detail-page .detail-hero-snapshot dl div {
  min-height: 98px !important;
  padding: 14px 14px !important;
  border-right: 1px solid #d7d7d7 !important;
}

.detail-page .detail-hero-snapshot dd {
  margin-top: 8px !important;
  color: #333 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.detail-page .detail-hero-photo,
.detail-page .detail-hero > figure {
  align-self: center !important;
  margin: 0 !important;
  border: 1px solid #d0d0d0 !important;
  background: #fff !important;
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img {
  display: block !important;
  width: 100% !important;
  height: 380px !important;
  object-fit: cover !important;
}

.detail-page .detail-hero-photo figcaption,
.detail-page .detail-hero > figure figcaption {
  padding: 14px 16px !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  background: #fff !important;
  border-top: 1px solid #d0d0d0 !important;
}

.detail-inquiry-route,
.specialty-catalog-pack,
.detail-confirmation-board,
.detail-visual-evidence,
.detail-page .detail-band {
  padding-top: clamp(30px, 4vw, 46px) !important;
  padding-bottom: clamp(30px, 4vw, 46px) !important;
}

.detail-inquiry-route-layout,
.specialty-catalog-layout,
.detail-confirmation-layout,
.detail-visual-evidence-layout {
  gap: 24px !important;
}

.specialty-catalog-pack {
  background: #111 !important;
  border-top: 1px solid #111 !important;
  border-bottom: 1px solid #111 !important;
}

.specialty-catalog-layout {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr) !important;
  align-items: start !important;
}

.specialty-catalog-head h2,
.specialty-catalog-head p,
.specialty-catalog-head .section-kicker {
  color: #fff !important;
}

.specialty-catalog-head h2 {
  max-width: 520px !important;
  margin: 8px 0 0 !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.12 !important;
}

.specialty-catalog-head p:not(.section-kicker) {
  max-width: 520px !important;
  margin-top: 14px !important;
  color: #d8d8d8 !important;
  line-height: 1.62 !important;
}

.specialty-catalog-steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #3a3a3a !important;
  border: 1px solid #3a3a3a !important;
}

.specialty-catalog-steps article {
  min-height: 172px !important;
  padding: 20px !important;
  color: #fff !important;
  background: #151515 !important;
}

.specialty-catalog-steps span {
  color: #aaa !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.specialty-catalog-steps strong {
  display: block !important;
  margin-top: 14px !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.24 !important;
}

.specialty-catalog-steps small {
  display: block !important;
  margin-top: 10px !important;
  color: #d0d0d0 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.detail-inquiry-route {
  background: #f5f5f5 !important;
  border-top: 1px solid #dedede !important;
  border-bottom: 1px solid #dedede !important;
}

.detail-inquiry-route-layout {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr) !important;
  align-items: start !important;
}

.detail-inquiry-route-head h2 {
  max-width: 460px !important;
}

.detail-inquiry-route-head p:not(.section-kicker) {
  max-width: 460px !important;
  color: #333 !important;
  line-height: 1.62 !important;
}

.detail-inquiry-route-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

.detail-inquiry-route-head h2,
.detail-confirmation-layout h2,
.detail-visual-evidence-head h2,
.detail-page .detail-key-params h2 {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.12 !important;
}

.detail-inquiry-card {
  display: grid !important;
  align-content: start !important;
  min-height: 260px !important;
  padding: 20px !important;
  background: #fff !important;
  border: 0 !important;
}

.detail-inquiry-card > span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.detail-inquiry-card > strong {
  display: block !important;
  margin-top: 12px !important;
  color: #111 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.detail-inquiry-card ul {
  display: grid !important;
  gap: 8px !important;
  margin: 14px 0 0 !important;
  padding-left: 18px !important;
}

.detail-inquiry-card li {
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.detail-inquiry-docs,
.detail-inquiry-related {
  display: grid !important;
  gap: 1px !important;
  margin-top: 14px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

.detail-inquiry-docs a,
.detail-inquiry-related a,
.detail-inquiry-mail {
  display: grid !important;
  gap: 4px !important;
  padding: 11px 12px !important;
  color: #111 !important;
  background: #fff !important;
  text-decoration: none !important;
}

.detail-inquiry-docs b,
.detail-inquiry-related a {
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.detail-inquiry-docs small {
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.detail-inquiry-mail {
  margin-top: 14px !important;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  text-align: center !important;
  font-weight: 900 !important;
}

.detail-confirmation-table th,
.detail-confirmation-table td,
.detail-page .detail-tds-table th,
.detail-page .detail-tds-table td {
  padding: 13px 14px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.detail-visual-evidence-grid figure {
  padding: 0 !important;
}

.detail-visual-evidence-grid svg {
  display: block !important;
  width: 100% !important;
  height: 230px !important;
}

.detail-visual-evidence-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

.detail-visual-evidence-grid figure {
  margin: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 0 !important;
}

.detail-visual-evidence-grid .detail-process-reference img {
  display: block !important;
  width: 100% !important;
  height: 230px !important;
  object-fit: cover !important;
  filter: grayscale(0.08) contrast(1.04) !important;
}

.detail-visual-evidence-grid figcaption {
  min-height: 64px !important;
  padding: 12px 14px !important;
  color: #222 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  background: #fff !important;
  border-top: 1px solid #d8d8d8 !important;
}

.detail-page .detail-band .detail-layout {
  display: block !important;
}

.detail-page .detail-key-params {
  max-width: 960px !important;
}

.detail-page .detail-more-panel {
  max-width: 960px !important;
  margin-top: 18px !important;
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
}

.detail-page .detail-more-panel summary {
  padding: 16px 18px !important;
  cursor: pointer !important;
  color: #111 !important;
  font-weight: 900 !important;
}

.detail-page .detail-more-body {
  padding: 0 18px 18px !important;
  border-top: 1px solid #d8d8d8 !important;
}

@media (max-width: 980px) {
  .detail-page .detail-hero {
    grid-template-columns: 1fr !important;
    padding: 28px 18px !important;
  }

  .detail-page .detail-hero-photo,
  .detail-page .detail-hero > figure {
    display: none !important;
  }

  .detail-page .detail-hero-docs,
  .detail-page .detail-proof-list,
  .detail-page .specialty-hero-callout,
  .detail-page .detail-hero-snapshot {
    max-width: none !important;
  }

  .detail-page .detail-hero-snapshot dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .detail-inquiry-route-layout {
    grid-template-columns: 1fr !important;
  }

  .specialty-catalog-layout {
    grid-template-columns: 1fr !important;
  }

  .specialty-catalog-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .detail-inquiry-route-grid,
  .detail-visual-evidence-grid {
    grid-template-columns: 1fr !important;
  }

  .detail-visual-evidence-grid .detail-process-reference img {
    height: 190px !important;
  }

  .detail-inquiry-card {
    min-height: auto !important;
  }
}

@media (max-width: 640px) {
  .detail-page .detail-hero {
    padding: 20px 14px 22px !important;
  }

  .detail-page .detail-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .detail-page .detail-hero.detail-type-machine h1,
  .detail-page .detail-hero.detail-type-equipment h1 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .detail-page .detail-hero > div:first-child > p:not(.section-kicker),
  .detail-page .detail-en-name,
  .detail-page .detail-proof-list div:nth-child(3),
  .detail-confirmation-board,
  .detail-visual-evidence-head p {
    display: none !important;
  }

  .detail-page .detail-mobile-hero-visual img {
    height: 150px !important;
    object-fit: cover !important;
  }

  .detail-page .detail-hero-docs,
  .detail-page .detail-proof-list {
    grid-template-columns: 1fr !important;
  }

  .detail-page .detail-hero-docs {
    display: none !important;
  }

  .detail-page .detail-proof-list div,
  .detail-page .detail-hero-snapshot dl div {
    min-height: auto !important;
    padding: 12px 14px !important;
  }

  .detail-page .detail-hero-snapshot dl {
    grid-template-columns: 1fr !important;
  }

  .detail-page .detail-hero-snapshot dl div:nth-child(n + 3) {
    display: none !important;
  }

  .detail-inquiry-route,
  .specialty-catalog-pack,
  .detail-visual-evidence,
  .detail-page .detail-band {
    padding-top: 26px !important;
    padding-bottom: 28px !important;
  }

  .specialty-catalog-steps {
    grid-template-columns: 1fr !important;
  }

  .specialty-catalog-steps article {
    min-height: auto !important;
    padding: 18px !important;
  }

  .specialty-catalog-steps article:nth-child(n + 3) {
    display: none !important;
  }

  .detail-inquiry-card:nth-child(n + 3) {
    display: none !important;
  }

  .detail-inquiry-docs a:nth-child(n + 3),
  .detail-inquiry-related a:nth-child(n + 4) {
    display: none !important;
  }

  .detail-visual-evidence-grid figure:nth-child(2) {
    display: none !important;
  }

  .detail-visual-evidence-grid svg {
    height: 180px !important;
  }

  .detail-page .detail-tds-table th,
  .detail-page .detail-tds-table td {
    padding: 11px 12px !important;
    font-size: 12px !important;
  }
}

/* Final homepage layout lock: keeps the portal from reverting to the older dark/hidden-media hero. */
body.enterprise-home .cosmo-home-hero {
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #111 !important;
  background: #f5f5f5 !important;
}

body.enterprise-home .cosmo-home-hero::before,
body.enterprise-home .cosmo-home-hero::after {
  display: none !important;
}

body.enterprise-home .cosmo-home-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr) !important;
  gap: clamp(30px, 5vw, 72px) !important;
  min-height: auto !important;
  padding-top: clamp(28px, 4vw, 46px) !important;
  padding-bottom: clamp(28px, 4vw, 46px) !important;
  align-items: start !important;
}

body.enterprise-home .cosmo-home-hero-copy {
  display: block !important;
  width: auto !important;
  max-width: 680px !important;
}

body.enterprise-home .cosmo-home-hero h1 {
  max-width: 650px !important;
  color: #111 !important;
  font-size: clamp(40px, 4.7vw, 66px) !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

body.enterprise-home .cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 590px !important;
  color: #222 !important;
  text-shadow: none !important;
}

body.enterprise-home .cosmo-home-hero-media {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #cecece !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-home .cosmo-home-hero-media img {
  display: block !important;
  width: 100% !important;
  height: clamp(260px, 28vw, 390px) !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

body.enterprise-home .cosmo-home-hero-media figcaption {
  display: grid !important;
  gap: 6px !important;
  padding: 16px 18px !important;
  color: #111 !important;
  background: #fff !important;
  border-top: 1px solid #dcdcdc !important;
}

body.enterprise-home .home-route-finder-panel {
  padding: 30px 0 !important;
}

body.enterprise-home .cosmo-product-grid a {
  min-height: 340px !important;
}

body.enterprise-home .cosmo-product-grid img {
  height: 184px !important;
  min-height: 184px !important;
}

@media (max-width: 980px) {
  body.enterprise-home .cosmo-home-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.enterprise-home .cosmo-home-hero-copy {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home .cosmo-home-hero-grid {
    padding-top: 20px !important;
    padding-bottom: 22px !important;
  }

  body.enterprise-home .cosmo-home-hero h1 {
    font-size: 36px !important;
    line-height: 1.04 !important;
  }

  body.enterprise-home .cosmo-home-hero-media {
    display: block !important;
  }

  body.enterprise-home .cosmo-home-hero-media img {
    height: 135px !important;
  }

  body.enterprise-home .cosmo-home-hero-media figcaption {
    padding: 12px 14px !important;
  }

  body.enterprise-home .home-hero-proof-list div:nth-child(n + 3) {
    display: none !important;
  }
}

/* Product center final lock: prioritize product entry before explanatory content. */
body.products-portal-page .product-portal-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.54fr) minmax(340px, 0.46fr) !important;
  gap: clamp(28px, 5vw, 66px) !important;
  padding-top: clamp(36px, 5vw, 64px) !important;
  padding-bottom: clamp(34px, 5vw, 58px) !important;
  background: #f5f5f5 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.products-portal-page .product-hero-copy {
  align-self: center !important;
  max-width: 680px !important;
}

body.products-portal-page .product-hero-copy h1 {
  max-width: 660px !important;
  font-size: clamp(42px, 4.8vw, 68px) !important;
  line-height: 1 !important;
}

body.products-portal-page .product-hero-copy > p:not(.section-kicker) {
  max-width: 620px !important;
  color: #222 !important;
  line-height: 1.68 !important;
}

body.products-portal-page .product-hero-media {
  display: block !important;
  order: 2 !important;
  margin: 0 !important;
  border: 1px solid #cfcfcf !important;
  background: #fff !important;
}

body.products-portal-page .product-hero-media::after {
  display: none !important;
}

body.products-portal-page .product-hero-media img {
  display: block !important;
  width: 100% !important;
  height: clamp(260px, 28vw, 390px) !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

body.products-portal-page .product-hero-proof {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  left: 0 !important;
  right: auto !important;
  margin-top: 6px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.products-portal-page .product-hero-proof div {
  min-height: 86px !important;
  padding: 16px !important;
  background: #fff !important;
}

body.products-portal-page .product-platform-showcase {
  padding-top: clamp(26px, 3.5vw, 38px) !important;
  padding-bottom: clamp(40px, 5vw, 64px) !important;
  background: #fff !important;
}

body.products-portal-page .product-platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.products-portal-page .product-platform-grid a {
  min-height: 332px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
}

body.products-portal-page .product-platform-grid > a > img {
  width: 100% !important;
  height: 176px !important;
  min-height: 176px !important;
  object-fit: cover !important;
}

body.products-portal-page .product-platform-grid span,
body.products-portal-page .product-platform-grid strong,
body.products-portal-page .product-platform-grid small {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

body.products-portal-page .product-platform-grid span {
  margin-top: 16px !important;
}

body.products-portal-page .product-review-route {
  background: #f4f4f4 !important;
  border-top: 1px solid #dedede !important;
  border-bottom: 1px solid #dedede !important;
}

@media (max-width: 980px) {
  body.products-portal-page .product-portal-hero {
    grid-template-columns: 1fr !important;
  }

  body.products-portal-page .product-hero-copy {
    order: 1 !important;
  }

  body.products-portal-page .product-hero-media {
    order: 2 !important;
  }

  body.products-portal-page .product-hero-proof {
    order: 3 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.products-portal-page .product-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.products-portal-page .product-portal-hero {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
    gap: 18px !important;
  }

  body.products-portal-page .product-hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.04 !important;
  }

  body.products-portal-page .product-hero-copy > p:not(.section-kicker) {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  body.products-portal-page .product-hero-media {
    display: block !important;
  }

  body.products-portal-page .product-hero-media img {
    height: 145px !important;
    min-height: 145px !important;
  }

  body.products-portal-page .product-hero-proof,
  body.products-portal-page .product-platform-grid {
    grid-template-columns: 1fr !important;
  }

  body.products-portal-page .product-hero-proof div:nth-child(n + 3),
  body.products-portal-page .product-platform-grid a:nth-child(n + 5) {
    display: none !important;
  }

  body.products-portal-page .product-platform-grid a {
    min-height: auto !important;
  }
}

/* Product detail final lock: clearer customer CTAs and visible product evidence on mobile. */
body.detail-page .detail-hero {
  padding-top: clamp(24px, 3.2vw, 42px) !important;
  padding-bottom: clamp(24px, 3.2vw, 36px) !important;
  align-items: start !important;
}

body.detail-page .detail-hero h1 {
  font-size: clamp(38px, 4.3vw, 58px) !important;
  line-height: 1.03 !important;
}

body.detail-page .detail-hero.detail-type-machine h1,
body.detail-page .detail-hero.detail-type-equipment h1 {
  font-size: clamp(34px, 3.7vw, 52px) !important;
}

body.detail-page .grade-badge,
body.detail-page .detail-hero-docs,
body.detail-page .specialty-hero-callout,
body.detail-page .detail-proof-list,
body.detail-page .detail-actions,
body.detail-page .detail-hero-snapshot {
  margin-top: 14px !important;
}

body.detail-page .detail-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body.detail-page .detail-actions .button {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.detail-page .detail-hero-photo img,
body.detail-page .detail-hero > figure img {
  height: clamp(280px, 29vw, 360px) !important;
}

@media (max-width: 980px) {
  body.detail-page .detail-hero {
    grid-template-columns: 1fr !important;
    padding: 24px 18px 26px !important;
  }

  body.detail-page .detail-hero-photo,
  body.detail-page .detail-hero > figure {
    display: block !important;
  }

  body.detail-page .detail-hero-photo img,
  body.detail-page .detail-hero > figure img {
    height: 220px !important;
  }
}

@media (max-width: 640px) {
  body.detail-page .detail-hero {
    padding: 18px 14px 20px !important;
  }

  body.detail-page .detail-hero h1 {
    font-size: 32px !important;
    line-height: 1.07 !important;
  }

  body.detail-page .detail-hero.detail-type-machine h1,
  body.detail-page .detail-hero.detail-type-equipment h1 {
    font-size: 28px !important;
  }

  body.detail-page .detail-mobile-hero-visual,
  body.detail-page .detail-hero:not(.has-mobile-visual) .detail-hero-photo,
  body.detail-page .detail-hero:not(.has-mobile-visual) > figure {
    display: block !important;
    margin-top: 12px !important;
  }

  body.detail-page .detail-hero.has-mobile-visual .detail-hero-photo,
  body.detail-page .detail-hero.has-mobile-visual > figure {
    display: none !important;
  }

  body.detail-page .detail-mobile-hero-visual img,
  body.detail-page .detail-hero:not(.has-mobile-visual) .detail-hero-photo img,
  body.detail-page .detail-hero:not(.has-mobile-visual) > figure img {
    height: 132px !important;
    object-fit: cover !important;
  }

  body.detail-page .detail-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  body.detail-page .detail-actions .button {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: normal !important;
  }

  body.detail-page .specialty-hero-callout {
    padding: 13px 14px !important;
  }
}

/* Support page evidence lock: make process and quality pages show real evidence, not only text cards. */
body.manufacturing-page .manufacturing-dashboard-hero,
body.quality-page .quality-dashboard-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.44fr) minmax(260px, 0.24fr) minmax(320px, 0.32fr) !important;
  gap: clamp(22px, 3.4vw, 46px) !important;
  padding-top: clamp(32px, 4vw, 54px) !important;
  padding-bottom: clamp(30px, 4vw, 50px) !important;
  align-items: center !important;
}

body.manufacturing-page .manufacturing-dashboard-copy,
body.quality-page .quality-dashboard-copy {
  max-width: 620px !important;
}

body.manufacturing-page .manufacturing-dashboard-copy h1,
body.quality-page .quality-dashboard-copy h1 {
  font-size: clamp(40px, 4.4vw, 62px) !important;
  line-height: 1.02 !important;
}

body.manufacturing-page .support-hero-evidence,
body.quality-page .support-hero-evidence {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #d2d2d2 !important;
}

body.manufacturing-page .support-hero-evidence img,
body.quality-page .support-hero-evidence img {
  display: block !important;
  width: 100% !important;
  height: clamp(220px, 25vw, 330px) !important;
  object-fit: cover !important;
}

body.manufacturing-page .support-hero-evidence figcaption,
body.quality-page .support-hero-evidence figcaption {
  display: grid !important;
  gap: 6px !important;
  padding: 14px 15px !important;
  color: #111 !important;
  background: #fff !important;
  border-top: 1px solid #d2d2d2 !important;
}

body.manufacturing-page .support-hero-evidence strong,
body.quality-page .support-hero-evidence strong {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

body.manufacturing-page .support-hero-evidence span,
body.quality-page .support-hero-evidence span {
  color: #444 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.manufacturing-page .manufacturing-route-panel,
body.quality-page .quality-document-panel {
  align-self: stretch !important;
}

body.manufacturing-page .manufacturing-route-panel div,
body.quality-page .quality-document-panel div {
  min-height: 128px !important;
}

@media (max-width: 1100px) {
  body.manufacturing-page .manufacturing-dashboard-hero,
  body.quality-page .quality-dashboard-hero {
    grid-template-columns: minmax(0, 0.55fr) minmax(300px, 0.45fr) !important;
  }

  body.manufacturing-page .support-hero-evidence,
  body.quality-page .support-hero-evidence {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  body.manufacturing-page .manufacturing-dashboard-hero,
  body.quality-page .quality-dashboard-hero {
    grid-template-columns: 1fr !important;
    padding: 18px 14px 20px !important;
    gap: 14px !important;
  }

  body.manufacturing-page .manufacturing-dashboard-copy h1,
  body.quality-page .quality-dashboard-copy h1 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  body.manufacturing-page .support-hero-evidence,
  body.quality-page .support-hero-evidence {
    display: block !important;
  }

  body.manufacturing-page .support-hero-evidence img,
  body.quality-page .support-hero-evidence img {
    height: 128px !important;
  }

  body.manufacturing-page .support-hero-evidence figcaption,
  body.quality-page .support-hero-evidence figcaption {
    padding: 11px 12px !important;
  }

  body.manufacturing-page .support-hero-evidence span,
  body.quality-page .support-hero-evidence span {
    display: none !important;
  }
}

/* Critical presentation fix: the generated site search must behave as a modal, never as page content. */
.site-search-panel {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1000 !important;
  display: none !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: clamp(72px, 9vw, 112px) 18px 24px !important;
  pointer-events: none !important;
}

.site-search-panel.is-open,
body.site-search-open .site-search-panel {
  display: flex !important;
  pointer-events: auto !important;
}

.site-search-backdrop {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.52) !important;
}

.site-search-dialog {
  position: relative !important;
  z-index: 1 !important;
  width: min(920px, 100%) !important;
  max-height: min(720px, calc(100vh - 120px)) !important;
  overflow: auto !important;
  padding: clamp(22px, 3vw, 34px) !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #d6d6d6 !important;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.22) !important;
}

.site-search-head {
  display: flex !important;
  gap: 18px !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #dedede !important;
  padding-bottom: 16px !important;
}

.site-search-head h2 {
  margin: 4px 0 0 !important;
  font-size: clamp(26px, 3vw, 40px) !important;
  line-height: 1.12 !important;
}

.site-search-head button {
  min-height: 36px !important;
  padding: 0 14px !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #111 !important;
  font-weight: 800 !important;
}

.site-search-field {
  display: grid !important;
  gap: 8px !important;
  margin-top: 18px !important;
}

.site-search-field span,
.site-search-count {
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.site-search-field input {
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #bdbdbd !important;
  font-size: 15px !important;
}

.site-search-results {
  margin-top: 18px !important;
}

.site-search-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 10px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

.site-search-grid a,
.site-search-empty {
  display: grid !important;
  gap: 8px !important;
  min-height: 118px !important;
  padding: 16px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
}

.site-search-grid a:hover,
.site-search-grid a:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

.site-search-grid span,
.site-search-grid small {
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.site-search-grid strong {
  font-size: 16px !important;
  line-height: 1.32 !important;
}

.site-search-grid a:hover span,
.site-search-grid a:hover small,
.site-search-grid a:focus-visible span,
.site-search-grid a:focus-visible small {
  color: #d8d8d8 !important;
}

/* Company page final refinement: ecosystem audit content with real evidence blocks. */
body.about-page .about-evidence-section {
  padding: clamp(42px, 5.5vw, 72px) 0 !important;
  background: #f5f5f5 !important;
  border-top: 1px solid #dedede !important;
  border-bottom: 1px solid #dedede !important;
}

body.about-page .about-evidence-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr) !important;
  gap: clamp(28px, 5vw, 70px) !important;
  align-items: start !important;
}

body.about-page .about-evidence-copy h2 {
  max-width: 620px !important;
  margin: 8px 0 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3.4vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.about-page .about-evidence-copy p:not(.section-kicker) {
  max-width: 590px !important;
  margin-top: 14px !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.about-page .about-evidence-points {
  display: grid !important;
  gap: 0 !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 1px solid #d2d2d2 !important;
  background: #fff !important;
}

body.about-page .about-evidence-points li {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 15px 16px !important;
  border-bottom: 1px solid #d2d2d2 !important;
}

body.about-page .about-evidence-points li:last-child {
  border-bottom: 0 !important;
}

body.about-page .about-evidence-points strong {
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.about-page .about-evidence-points span {
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.about-page .about-evidence-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d2d2d2 !important;
  border: 1px solid #d2d2d2 !important;
}

body.about-page .about-evidence-gallery figure {
  margin: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

body.about-page .about-evidence-gallery img {
  display: block !important;
  width: 100% !important;
  height: clamp(180px, 19vw, 260px) !important;
  object-fit: cover !important;
  filter: grayscale(0.12) contrast(1.04) !important;
}

body.about-page .about-evidence-gallery figcaption {
  display: grid !important;
  gap: 6px !important;
  min-height: 112px !important;
  padding: 15px !important;
  border-top: 1px solid #d2d2d2 !important;
}

body.about-page .about-evidence-gallery strong {
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.about-page .about-evidence-gallery span {
  color: #444 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

body.about-page .about-ecosystem-matrix {
  padding: clamp(38px, 5vw, 64px) 0 !important;
  background: #f5f5f3 !important;
  border-top: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.about-page .about-ecosystem-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}

body.about-page .about-ecosystem-copy h2 {
  max-width: 540px !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.12 !important;
}

body.about-page .about-ecosystem-copy p:not(.section-kicker) {
  max-width: 520px !important;
  color: #444 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.about-page .about-ecosystem-table-wrap {
  overflow-x: auto !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
  background: #fff !important;
}

body.about-page .about-ecosystem-table {
  width: 100% !important;
  min-width: 640px !important;
  border-collapse: collapse !important;
  background: #fff !important;
}

body.about-page .about-ecosystem-table th,
body.about-page .about-ecosystem-table td {
  padding: 15px 16px !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-right: 1px solid var(--dubhe-line, #d8d8d4) !important;
  text-align: left !important;
  vertical-align: top !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.about-page .about-ecosystem-table th {
  color: #fff !important;
  background: #111 !important;
  font-weight: 900 !important;
}

body.about-page .about-ecosystem-table td:first-child {
  color: #111 !important;
  font-weight: 900 !important;
}

body.about-page .about-ecosystem-table td {
  color: #333 !important;
}

body.about-page .about-ecosystem-table th:last-child,
body.about-page .about-ecosystem-table td:last-child {
  border-right: 0 !important;
}

body.about-page .about-ecosystem-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

body.about-page .portal-split .portal-copy p:not(.section-kicker) {
  max-width: 560px !important;
  margin-top: 12px !important;
  color: #444 !important;
  line-height: 1.7 !important;
}

/* Contact page final refinement: no horizontal carousel, compact inquiry flow, clearer B2B form. */
body.contact-page .contact-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr) !important;
  gap: clamp(28px, 6vw, 86px) !important;
  align-items: center !important;
  width: min(1260px, calc(100% - 80px)) !important;
  padding-top: clamp(38px, 5vw, 66px) !important;
  padding-bottom: clamp(36px, 5vw, 58px) !important;
  border-bottom: 1px solid #dedede !important;
}

body.contact-page .contact-hero h1 {
  max-width: 740px !important;
  font-size: clamp(42px, 4.8vw, 64px) !important;
  line-height: 1.02 !important;
}

body.contact-page .contact-hero-copy > p:not(.section-kicker) {
  max-width: 680px !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.contact-page .contact-card {
  box-shadow: none !important;
}

body.contact-page .inquiry-routing-board,
body.contact-page .inquiry-process-band {
  padding: clamp(34px, 4.5vw, 58px) 0 !important;
}

body.contact-page .inquiry-route-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: visible !important;
}

body.contact-page .inquiry-process-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 70px) !important;
  align-items: start !important;
}

body.contact-page .inquiry-process-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.contact-page .inquiry-process-list li {
  min-height: 146px !important;
  padding: 18px !important;
  background: #fff !important;
}

body.contact-page .inquiry-process-list span {
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.contact-page .inquiry-process-list strong {
  display: block !important;
  margin-top: 14px !important;
  color: #111 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

body.contact-page .inquiry-process-list p {
  margin: 9px 0 0 !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
}

body.contact-page .contact-form-section {
  padding-top: clamp(36px, 5vw, 62px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
}

body.contact-page .contact-form-layout {
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr) !important;
  align-items: start !important;
}

@media (max-width: 980px) {
  body.about-page .about-evidence-layout,
  body.about-page .about-ecosystem-layout,
  body.contact-page .contact-hero,
  body.contact-page .inquiry-process-layout,
  body.contact-page .contact-form-layout {
    grid-template-columns: 1fr !important;
  }

  body.about-page .about-evidence-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.contact-page .contact-hero {
    width: min(100% - 48px, 760px) !important;
  }
}

@media (max-width: 760px) {
  .site-search-panel {
    padding: 54px 12px 14px !important;
  }

  .site-search-dialog {
    max-height: calc(100vh - 72px) !important;
  }

  .site-search-grid,
  body.about-page .about-evidence-gallery,
  body.contact-page .inquiry-route-grid,
  body.contact-page .inquiry-process-list {
    grid-template-columns: 1fr !important;
  }

  body.contact-page .inquiry-route-grid {
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important;
    padding-bottom: 0 !important;
  }

  body.quality-page .quality-evidence-gallery {
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: 1fr !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important;
    padding-bottom: 0 !important;
  }

  body.contact-page .inquiry-route-grid article {
    scroll-snap-align: none !important;
  }

  body.quality-page .quality-evidence-gallery figure {
    scroll-snap-align: none !important;
  }
}

@media (max-width: 640px) {
  body.about-page .portal-hero,
  body.contact-page .contact-hero {
    padding-top: 20px !important;
    padding-bottom: 22px !important;
  }

  body.about-page .portal-hero-content h1,
  body.contact-page .contact-hero h1 {
    font-size: 32px !important;
    line-height: 1.07 !important;
  }

  body.about-page .about-evidence-section,
  body.about-page .about-ecosystem-matrix,
  body.contact-page .inquiry-routing-board,
  body.contact-page .inquiry-process-band,
  body.contact-page .contact-form-section {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.about-page .about-evidence-points li {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.about-page .about-ecosystem-table {
    min-width: 0 !important;
  }

  body.about-page .about-ecosystem-table thead {
    display: none !important;
  }

  body.about-page .about-ecosystem-table tr,
  body.about-page .about-ecosystem-table td {
    display: block !important;
    width: 100% !important;
  }

  body.about-page .about-ecosystem-table tr:nth-child(n + 3) {
    display: none !important;
  }

  body.about-page .about-ecosystem-table td {
    padding: 10px 12px !important;
    border-right: 0 !important;
  }

  body.about-page .about-ecosystem-table td:first-child {
    color: #fff !important;
    background: #111 !important;
  }

  body.about-page .about-ecosystem-table td:nth-child(2)::before,
  body.about-page .about-ecosystem-table td:nth-child(3)::before {
    display: block !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  body.about-page .about-ecosystem-table td:nth-child(2)::before {
    content: "DUBHE \63d0\4f9b" !important;
  }

  body.about-page .about-ecosystem-table td:nth-child(3)::before {
    content: "\5ba2\6237\9700\8981\786e\8ba4" !important;
  }

  body.about-page .about-evidence-gallery figure:nth-child(n + 3),
  body.contact-page .inquiry-route-grid article:nth-child(n + 3),
  body.contact-page .inquiry-process-list li:nth-child(n + 4) {
    display: none !important;
  }

  body.contact-page .contact-card,
  body.contact-page .contact-inquiry-form {
    padding: 18px !important;
  }
}

/* Category final lock override: keep product-family pages readable after all legacy rules. */
body.category-detail-page .category-market-route {
  padding: clamp(34px, 4.5vw, 56px) 0 !important;
  background: #fff !important;
  border-top: 1px solid #dedede !important;
  border-bottom: 1px solid #dedede !important;
}

body.category-detail-page .category-market-layout,
body.category-detail-page .category-asset-layout {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 70px) !important;
  align-items: start !important;
}

body.category-detail-page .category-market-grid,
body.category-detail-page .category-evidence-gallery {
  display: grid !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.category-detail-page .category-market-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.category-detail-page .category-evidence-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.category-detail-page .category-market-grid a {
  display: grid !important;
  align-content: start !important;
  min-height: 152px !important;
  padding: 20px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
}

body.category-detail-page .category-market-grid span,
body.category-detail-page .category-market-grid small {
  color: #555 !important;
}

body.category-detail-page .category-market-grid span {
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-market-grid strong {
  display: block !important;
  margin-top: 16px !important;
  color: inherit !important;
  font-size: 21px !important;
  line-height: 1.22 !important;
}

body.category-detail-page .category-market-grid small {
  display: block !important;
  margin-top: 10px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.category-detail-page .category-market-grid a:hover,
body.category-detail-page .category-market-grid a:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

body.category-detail-page .category-market-grid a:hover span,
body.category-detail-page .category-market-grid a:hover small,
body.category-detail-page .category-market-grid a:focus-visible span,
body.category-detail-page .category-market-grid a:focus-visible small {
  color: #d8d8d8 !important;
}

body.category-detail-page .category-validation-matrix {
  padding: clamp(38px, 5vw, 64px) 0 !important;
  background: #f5f5f3 !important;
  border-top: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.category-detail-page .category-validation-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}

body.category-detail-page .category-validation-head h2 {
  max-width: 540px !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.12 !important;
}

body.category-detail-page .category-validation-head p:not(.section-kicker) {
  max-width: 520px !important;
  color: #444 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.category-detail-page .category-validation-table-wrap {
  overflow-x: auto !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
  background: #fff !important;
}

body.category-detail-page .category-validation-table {
  width: 100% !important;
  min-width: 640px !important;
  border-collapse: collapse !important;
  background: #fff !important;
}

body.category-detail-page .category-validation-table th,
body.category-detail-page .category-validation-table td {
  padding: 14px 15px !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-right: 1px solid var(--dubhe-line, #d8d8d4) !important;
  text-align: left !important;
  vertical-align: top !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.category-detail-page .category-validation-table th {
  color: #fff !important;
  background: #111 !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-validation-table td:first-child {
  color: #111 !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-validation-table td {
  color: #333 !important;
}

body.category-detail-page .category-validation-table th:last-child,
body.category-detail-page .category-validation-table td:last-child {
  border-right: 0 !important;
}

body.category-detail-page .category-validation-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

body.category-detail-page .category-asset-band {
  padding: clamp(38px, 5vw, 64px) 0 !important;
  background: #f4f4f4 !important;
  border-top: 1px solid #dedede !important;
}

body.category-detail-page .category-evidence-gallery figure {
  margin: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

body.category-detail-page .category-evidence-gallery article {
  display: grid !important;
  align-content: start !important;
  min-height: 220px !important;
  padding: 18px !important;
  color: #111 !important;
  background: #fff !important;
}

body.category-detail-page .category-evidence-gallery article span {
  color: #555 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-evidence-gallery article strong {
  margin-top: 14px !important;
  font-size: 17px !important;
  line-height: 1.42 !important;
}

body.category-detail-page .category-evidence-gallery article small {
  margin-top: 10px !important;
  color: #555 !important;
  line-height: 1.55 !important;
}

body.category-detail-page .category-evidence-gallery img {
  display: block !important;
  width: 100% !important;
  height: clamp(160px, 17vw, 230px) !important;
  object-fit: cover !important;
  filter: grayscale(0.08) contrast(1.04) !important;
}

body.category-detail-page .category-evidence-gallery figcaption {
  display: grid !important;
  gap: 6px !important;
  min-height: 112px !important;
  padding: 15px !important;
  color: #111 !important;
  background: #fff !important;
  border-top: 1px solid #d2d2d2 !important;
}

body.category-detail-page .category-evidence-gallery strong {
  font-size: 14px !important;
  line-height: 1.32 !important;
}

body.category-detail-page .category-evidence-gallery span {
  color: #444 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media (max-width: 980px) {
  body.category-detail-page .category-market-layout,
  body.category-detail-page .category-validation-layout,
  body.category-detail-page .category-asset-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.category-detail-page .category-market-route,
  body.category-detail-page .category-validation-matrix,
  body.category-detail-page .category-asset-band {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.category-detail-page .category-market-grid,
  body.category-detail-page .category-evidence-gallery {
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-market-grid a {
    min-height: auto !important;
    padding: 18px !important;
  }

  body.category-detail-page .category-market-grid a:nth-child(n + 3),
  body.category-detail-page .category-evidence-gallery figure:nth-child(n + 3),
  body.category-detail-page .category-asset-layout .shot-list li:nth-child(n + 3) {
    display: none !important;
  }

  body.category-detail-page .category-validation-table {
    min-width: 0 !important;
  }

  body.category-detail-page .category-validation-table thead {
    display: none !important;
  }

  body.category-detail-page .category-validation-table tr,
  body.category-detail-page .category-validation-table td {
    display: block !important;
    width: 100% !important;
  }

  body.category-detail-page .category-validation-table tr:nth-child(n + 3) {
    display: none !important;
  }

  body.category-detail-page .category-validation-table td {
    padding: 10px 12px !important;
    border-right: 0 !important;
  }

  body.category-detail-page .category-validation-table td:first-child {
    color: #fff !important;
    background: #111 !important;
  }

  body.category-detail-page .category-validation-table td:nth-child(2)::before,
  body.category-detail-page .category-validation-table td:nth-child(3)::before {
    display: block !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  body.category-detail-page .category-validation-table td:nth-child(2)::before {
    content: "\9700\8981\7684\4fe1\606f" !important;
  }

  body.category-detail-page .category-validation-table td:nth-child(3)::before {
    content: "\4e0b\4e00\6b65\52a8\4f5c" !important;
  }

  body.category-detail-page .category-evidence-gallery img {
    height: 150px !important;
  }

  body.category-detail-page .category-detail-products article:nth-child(2) {
    display: grid !important;
  }

  body.category-detail-page .category-detail-products article:nth-child(n + 3) {
    display: none !important;
  }
}

/* Product catalog final lock: keep desktop as a table, mobile as readable product cards. */
body.product-catalog-page .catalog-summary-band {
  padding: 0 0 clamp(28px, 4vw, 46px) !important;
  background: #fff !important;
}

body.product-catalog-page .company-catalog-summary {
  border-color: #d8d8d8 !important;
  background: #d8d8d8 !important;
}

body.product-catalog-page .company-catalog-summary div {
  padding: clamp(18px, 2.4vw, 28px) !important;
  background: #fff !important;
  border-color: #d8d8d8 !important;
}

body.product-catalog-page .company-catalog-summary dt {
  color: #111 !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  letter-spacing: 0 !important;
}

body.product-catalog-page .company-catalog-summary dd {
  color: #444 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

body.product-catalog-page .catalog-selection-matrix {
  padding: clamp(38px, 5vw, 66px) 0 !important;
  color: #fff !important;
  background: #111 !important;
  border-top: 1px solid #242424 !important;
  border-bottom: 1px solid #242424 !important;
}

body.product-catalog-page .catalog-selection-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.5fr) minmax(170px, 0.16fr) !important;
  gap: clamp(22px, 4vw, 54px) !important;
  align-items: start !important;
}

body.product-catalog-page .catalog-selection-copy h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(29px, 3vw, 42px) !important;
  line-height: 1.12 !important;
}

body.product-catalog-page .catalog-selection-copy p:not(.section-kicker) {
  color: #d6d6d1 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.product-catalog-page .catalog-selection-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.product-catalog-page .catalog-selection-grid article {
  min-height: 158px !important;
  padding: 18px !important;
  border: 1px solid #333 !important;
  background: #171717 !important;
}

body.product-catalog-page .catalog-selection-grid span {
  display: block !important;
  margin-bottom: 24px !important;
  color: #8d8d88 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.product-catalog-page .catalog-selection-grid strong {
  display: block !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

body.product-catalog-page .catalog-selection-grid p {
  margin: 10px 0 0 !important;
  color: #cfcfca !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
}

body.product-catalog-page .catalog-selection-actions {
  display: grid !important;
  gap: 10px !important;
}

body.product-catalog-page .catalog-selection-actions .button {
  width: 100% !important;
  justify-content: center !important;
}

body.product-catalog-page .catalog-family-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.product-catalog-page .catalog-family-grid a {
  display: grid !important;
  align-content: start !important;
  min-height: 148px !important;
  padding: 20px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
}

body.product-catalog-page .catalog-family-grid a:hover,
body.product-catalog-page .catalog-family-grid a:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

body.product-catalog-page .catalog-family-grid span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.product-catalog-page .catalog-family-grid strong {
  display: block !important;
  margin-top: 16px !important;
  color: inherit !important;
  font-size: 22px !important;
  line-height: 1.22 !important;
}

body.product-catalog-page .catalog-family-grid small {
  display: block !important;
  margin-top: 10px !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.product-catalog-page .catalog-family-grid a:hover span,
body.product-catalog-page .catalog-family-grid a:hover small,
body.product-catalog-page .catalog-family-grid a:focus-visible span,
body.product-catalog-page .catalog-family-grid a:focus-visible small {
  color: #d8d8d8 !important;
}

@media (max-width: 980px) {
  body.product-catalog-page .catalog-selection-layout {
    grid-template-columns: 1fr !important;
  }

  body.product-catalog-page .catalog-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.product-catalog-page .company-catalog-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.product-catalog-page .company-catalog-summary div {
    padding: 16px !important;
  }

  body.product-catalog-page .catalog-selection-grid {
    grid-template-columns: 1fr !important;
  }

  body.product-catalog-page .catalog-selection-grid article:nth-child(n + 4) {
    display: none !important;
  }

  body.product-catalog-page .catalog-selection-actions {
    grid-template-columns: 1fr !important;
  }

  body.product-catalog-page .catalog-family-grid {
    grid-template-columns: 1fr !important;
  }

  body.product-catalog-page .catalog-family-grid a:nth-child(n + 5) {
    display: none !important;
  }

  body.product-catalog-page .catalog-family-grid a {
    min-height: auto !important;
    padding: 18px !important;
  }

  body.product-catalog-page .company-catalog-tools {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.product-catalog-page .company-catalog-tools button,
  body.product-catalog-page .company-catalog-tools input,
  body.product-catalog-page .company-catalog-tools select {
    width: 100% !important;
    min-height: 42px !important;
  }

  body.product-catalog-page .company-catalog-table-wrap {
    overflow: visible !important;
  }

  body.product-catalog-page .company-catalog-table,
  body.product-catalog-page .company-catalog-table tbody,
  body.product-catalog-page .company-catalog-table tr,
  body.product-catalog-page .company-catalog-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.product-catalog-page .company-catalog-table thead,
  body.product-catalog-page .company-catalog-table td:first-child {
    display: none !important;
  }

  body.product-catalog-page .company-catalog-table tr {
    margin: 0 0 12px !important;
    border: 1px solid #d8d8d8 !important;
    background: #fff !important;
  }

  body.product-catalog-page .company-catalog-table td {
    padding: 13px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(2) {
    background: #f6f6f6 !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(n + 3)::before {
    display: block !important;
    margin-bottom: 8px !important;
    color: #666 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(3)::before {
    content: "\7528\9014\4e0e\5ba2\6237" !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(4)::before {
    content: "\7ed3\6784\4e0e\6280\672f" !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(5)::before {
    content: "\76ee\5f55\5165\53e3" !important;
  }

  body.product-catalog-page .company-catalog-table td:last-child {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    border-bottom: 0 !important;
  }

  body.product-catalog-page .company-catalog-table td:last-child::before {
    grid-column: 1 / -1 !important;
  }

  body.product-catalog-page .company-catalog-table a {
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.product-catalog-page .company-catalog-group summary {
    grid-template-columns: 42px 1fr !important;
  }

  body.product-catalog-page .company-catalog-group summary small {
    grid-column: 2 !important;
  }
}

/* Technical catalog mobile: show one complete equipment card before the fold. */
@media (max-width: 640px) {
  body.technical-catalog-page .products > .container.mobile-fold {
    --mobile-fold-height: 900px !important;
  }
}

/* Homepage portal refinement: make the first viewport work like an industrial brand site. */
body.enterprise-home .cosmo-home-hero {
  position: relative !important;
  min-height: min(650px, calc(100vh - 70px)) !important;
  overflow: hidden !important;
  color: #fff !important;
  background: #090909 !important;
}

body.enterprise-home .cosmo-home-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  background: url("./images/dubhe-production-line.webp") center / cover no-repeat !important;
  opacity: 0.9 !important;
}

body.enterprise-home .cosmo-home-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.76) 48%, rgba(0, 0, 0, 0.34) 100%) !important;
}

body.enterprise-home .cosmo-home-hero-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 760px) !important;
  align-content: center !important;
  min-height: min(650px, calc(100vh - 70px)) !important;
  padding-top: clamp(54px, 7vw, 92px) !important;
  padding-bottom: clamp(48px, 6vw, 76px) !important;
}

body.enterprise-home .cosmo-home-hero-copy {
  display: block !important;
  max-width: 760px !important;
}

body.enterprise-home .cosmo-home-hero .section-kicker {
  color: #fff !important;
  opacity: 0.86 !important;
}

body.enterprise-home .cosmo-home-hero h1 {
  max-width: 760px !important;
  color: #fff !important;
  font-size: clamp(42px, 5.4vw, 78px) !important;
  line-height: 0.98 !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.32) !important;
}

body.enterprise-home .cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 650px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.78 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34) !important;
}

body.enterprise-home .home-hero-proof-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  max-width: 780px !important;
  margin-top: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.18) !important;
}

body.enterprise-home .home-hero-proof-list div {
  padding: 18px !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(4px) !important;
}

body.enterprise-home .home-hero-proof-list dt {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.enterprise-home .home-hero-proof-list dd {
  margin-top: 8px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

body.enterprise-home .cosmo-home-hero .enterprise-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 26px !important;
}

body.enterprise-home .cosmo-home-hero .button.primary {
  color: #111 !important;
  background: #fff !important;
  border-color: #fff !important;
}

body.enterprise-home .cosmo-home-hero .button.quiet {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

body.enterprise-home .cosmo-home-hero-media {
  display: none !important;
}

body.enterprise-home .home-route-finder-panel {
  padding: clamp(28px, 4vw, 42px) 0 !important;
  background: #f1f1f1 !important;
  border-bottom: 1px solid #dcdcdc !important;
}

body.enterprise-home .home-route-finder-layout {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 70px) !important;
  align-items: end !important;
}

body.enterprise-home .route-finder-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: end !important;
}

body.enterprise-home .cosmo-home-proof {
  background: #0d0d0d !important;
}

body.enterprise-home .cosmo-home-products {
  padding-top: clamp(58px, 7vw, 92px) !important;
  padding-bottom: clamp(56px, 7vw, 90px) !important;
  background: #fff !important;
}

body.enterprise-home .cosmo-product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.enterprise-home .cosmo-product-grid a {
  min-height: 360px !important;
  color: #111 !important;
  background: #fff !important;
  text-decoration: none !important;
}

body.enterprise-home .cosmo-product-grid img {
  display: block !important;
  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
  object-fit: cover !important;
  filter: grayscale(0.08) contrast(1.04) !important;
}

body.enterprise-home .cosmo-product-grid span,
body.enterprise-home .cosmo-product-grid strong,
body.enterprise-home .cosmo-product-grid small {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

body.enterprise-home .cosmo-product-grid span {
  margin-top: 18px !important;
}

body.enterprise-home .home-product-directory-link {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

body.enterprise-home .home-capability-evidence {
  padding-top: clamp(56px, 7vw, 90px) !important;
  padding-bottom: clamp(56px, 7vw, 90px) !important;
  background: #f4f4f4 !important;
}

body.enterprise-home .home-capability-layout {
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr) !important;
  align-items: start !important;
}

body.enterprise-home .cosmo-home-cta {
  background: #090909 !important;
}

@media (max-width: 980px) {
  body.enterprise-home .home-route-finder-layout,
  body.enterprise-home .home-capability-layout {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home .route-finder-form,
  body.enterprise-home .cosmo-product-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home .cosmo-home-hero,
  body.enterprise-home .cosmo-home-hero-grid {
    min-height: 560px !important;
  }

  body.enterprise-home .cosmo-home-hero-grid {
    padding-top: 38px !important;
    padding-bottom: 42px !important;
  }

  body.enterprise-home .cosmo-home-hero h1 {
    font-size: 40px !important;
    line-height: 1.02 !important;
  }

  body.enterprise-home .home-hero-proof-list,
  body.enterprise-home .route-finder-form,
  body.enterprise-home .cosmo-product-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home .home-hero-proof-list div:nth-child(n + 3),
  body.enterprise-home .cosmo-product-grid a:nth-child(n + 5),
  body.enterprise-home .home-capability-grid figure:nth-child(n + 3) {
    display: none !important;
  }

  body.enterprise-home .cosmo-product-grid a {
    min-height: auto !important;
  }

  body.enterprise-home .cosmo-product-grid img {
    height: 170px !important;
    min-height: 170px !important;
  }

  body.enterprise-home .home-product-directory-link {
    display: grid !important;
    grid-template-columns: 1fr !important;
    margin-top: 18px !important;
  }

  body.enterprise-home .home-product-directory-link .button {
    width: 100% !important;
  }
}

/* Product detail final lock: keep use + structure evidence visible on mobile and avoid empty evidence columns. */
@media (max-width: 640px) {
  body.detail-page .detail-visual-evidence-grid {
    grid-template-columns: 1fr !important;
  }

  body.detail-page .detail-visual-evidence-grid figure:nth-child(2) {
    display: block !important;
  }

  body.detail-page .detail-visual-evidence-grid figure:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-visual-evidence-grid svg,
  body.detail-page .detail-visual-evidence-grid .detail-process-reference img {
    height: 190px !important;
  }
}

/* Executive presentation pass: reduce generic card density and make the site read as a buyer-facing portal. */
:root {
  --dubhe-ink: #0a0a0a;
  --dubhe-soft: #f5f5f3;
  --dubhe-line: #d8d8d4;
  --dubhe-muted: #515151;
}

body {
  color: var(--dubhe-ink) !important;
  background: #fff !important;
  text-rendering: geometricPrecision;
}

.site-header.light-header {
  border-bottom: 1px solid #e1e1dc !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(10px) !important;
}

.nav a,
.nav button,
.site-search-toggle,
.nav-cta {
  letter-spacing: 0 !important;
}

.section-kicker {
  color: #111 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.button,
button,
select,
input,
textarea {
  border-radius: 0 !important;
}

body.enterprise-home .cosmo-home-hero h1,
body.products-portal-page .product-hero-copy h1,
body.manufacturing-page .manufacturing-dashboard-copy h1,
body.quality-page .quality-dashboard-copy h1,
body.about-page .portal-hero-content h1,
body.contact-page .contact-hero h1 {
  letter-spacing: 0 !important;
  font-weight: 900 !important;
}

body.products-portal-page .product-portal-hero,
body.about-page .portal-hero,
body.contact-page .contact-hero,
body.manufacturing-page .manufacturing-dashboard-hero,
body.quality-page .quality-dashboard-hero {
  background: linear-gradient(180deg, #fff 0%, #f7f7f5 100%) !important;
}

body.products-portal-page .product-portal-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.53fr) minmax(360px, 0.47fr) !important;
  grid-template-areas:
    "copy media"
    "proof proof" !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: center !important;
  padding-top: clamp(54px, 7vw, 86px) !important;
  padding-bottom: clamp(28px, 4vw, 48px) !important;
}

body.products-portal-page .product-hero-copy {
  grid-area: copy !important;
  max-width: 710px !important;
}

body.products-portal-page .product-hero-media {
  grid-area: media !important;
  margin: 0 !important;
  border: 1px solid var(--dubhe-line) !important;
  background: #111 !important;
  overflow: hidden !important;
}

body.products-portal-page .product-hero-media img {
  display: block !important;
  width: 100% !important;
  height: clamp(300px, 33vw, 430px) !important;
  object-fit: cover !important;
  filter: saturate(0.86) contrast(1.06) !important;
}

body.products-portal-page .product-hero-proof {
  grid-area: proof !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  border: 1px solid var(--dubhe-line) !important;
  background: #fff !important;
}

body.products-portal-page .product-hero-proof div {
  padding: 22px 24px !important;
  border-right: 1px solid var(--dubhe-line) !important;
  background: #fff !important;
}

body.products-portal-page .product-hero-proof div:last-child {
  border-right: 0 !important;
}

body.products-portal-page .product-platform-grid,
body.products-portal-page .product-evidence-grid,
body.products-portal-page .product-review-steps {
  gap: 0 !important;
  border: 1px solid var(--dubhe-line) !important;
  background: var(--dubhe-line) !important;
}

body.products-portal-page .product-platform-card,
body.products-portal-page .product-evidence-grid article,
body.products-portal-page .product-review-steps li {
  border: 0 !important;
  background: #fff !important;
}

body.products-portal-page .product-platform-card img {
  height: 210px !important;
  object-fit: cover !important;
  filter: saturate(0.9) contrast(1.04) !important;
}

body.enterprise-home .home-capability-grid,
body.about-page .about-evidence-gallery,
body.quality-page .quality-evidence-gallery {
  background: var(--dubhe-line) !important;
  border-color: var(--dubhe-line) !important;
}

body.enterprise-home .home-capability-grid figure,
body.about-page .about-evidence-gallery figure,
body.quality-page .quality-evidence-gallery figure {
  border: 0 !important;
}

body.enterprise-home .home-capability-grid img,
body.about-page .about-evidence-gallery img,
body.quality-page .quality-evidence-gallery img {
  filter: saturate(0.82) contrast(1.08) !important;
}

body.enterprise-home .home-capability-grid img {
  height: 220px !important;
}

body.manufacturing-page .process-equipment-gallery {
  margin-top: 36px !important;
}

body.manufacturing-page .process-equipment-head {
  margin-bottom: 18px !important;
  border-bottom: 1px solid var(--dubhe-line) !important;
  padding-bottom: 18px !important;
}

body.manufacturing-page .process-equipment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.manufacturing-page .process-equipment-card {
  position: relative !important;
  border: 1px solid var(--dubhe-line) !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05) !important;
}

body.manufacturing-page .process-equipment-card figure,
.process-equipment-card figure {
  position: relative !important;
  background: #111 !important;
  overflow: hidden !important;
}

body.manufacturing-page .process-equipment-card figure::after,
.process-equipment-card figure::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.18) 100%) !important;
  pointer-events: none !important;
}

body.manufacturing-page .process-equipment-card img,
.process-equipment-card img {
  display: block !important;
  width: 100% !important;
  height: 230px !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #111 !important;
  filter: saturate(0.72) contrast(1.12) !important;
}

body.manufacturing-page .process-equipment-card div {
  padding: 18px !important;
}

body.manufacturing-page .process-equipment-card span {
  color: #fff !important;
  background: #111 !important;
}

body.manufacturing-page .process-equipment-card h3 {
  min-height: 2.4em !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}

body.manufacturing-page .process-equipment-card p {
  min-height: 3.2em !important;
  color: var(--dubhe-muted) !important;
}

body.manufacturing-page .process-equipment-card a {
  color: #111 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.quality-page .quality-library-grid,
body.contact-page .inquiry-route-grid,
body.contact-page .inquiry-process-list,
body.about-page .audit-grid {
  gap: 0 !important;
  border: 1px solid var(--dubhe-line) !important;
  background: var(--dubhe-line) !important;
}

body.quality-page .quality-library-grid > *,
body.contact-page .inquiry-route-grid > *,
body.contact-page .inquiry-process-list > *,
body.about-page .audit-grid > * {
  border: 0 !important;
  background: #fff !important;
}

body.contact-page .contact-inquiry-form {
  background: #0c0c0c !important;
  border: 1px solid #252525 !important;
}

body.contact-page .contact-inquiry-form input,
body.contact-page .contact-inquiry-form textarea,
body.contact-page .contact-inquiry-form select {
  min-height: 48px !important;
  color: #fff !important;
  background: #151515 !important;
  border: 1px solid #3a3a3a !important;
}

body.contact-page .document-checklist {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid #2f2f2f !important;
  background: #101010 !important;
}

body.contact-page .document-checklist legend {
  padding: 0 8px !important;
  color: #f5f5f5 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.contact-page .document-checklist label {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid #303030 !important;
  background: #151515 !important;
}

body.contact-page .document-checklist input {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 !important;
  accent-color: #fff !important;
}

body.contact-page .document-checklist span {
  color: #f2f2f2 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

@media (max-width: 980px) {
  body.products-portal-page .product-portal-hero {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "media"
      "proof" !important;
  }

  body.products-portal-page .product-hero-proof,
  body.manufacturing-page .process-equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home .cosmo-home-hero,
  body.enterprise-home .cosmo-home-hero-grid {
    min-height: auto !important;
  }

  body.enterprise-home .cosmo-home-hero-grid {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body.enterprise-home .cosmo-home-hero h1,
  body.products-portal-page .product-hero-copy h1,
  body.manufacturing-page .manufacturing-dashboard-copy h1,
  body.quality-page .quality-dashboard-copy h1,
  body.about-page .portal-hero-content h1,
  body.contact-page .contact-hero h1 {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  body.enterprise-home .home-hero-proof-list {
    display: none !important;
  }

  body.enterprise-home .home-route-finder-panel,
  body.enterprise-home .cosmo-home-products,
  body.enterprise-home .home-capability-evidence,
  body.products-portal-page .product-platform-showcase,
  body.products-portal-page .product-decision-flow,
  body.products-portal-page .product-asset-quality,
  body.manufacturing-page .process-evidence-pack,
  body.quality-page .quality-library-section,
  body.contact-page .contact-form-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body.contact-page .document-checklist {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
  }

  body.enterprise-home .home-capability-grid img {
    height: 160px !important;
  }

  body.products-portal-page .product-portal-hero {
    gap: 16px !important;
    padding: 24px 14px !important;
  }

  body.products-portal-page .product-hero-media img {
    height: 190px !important;
  }

  body.products-portal-page .product-hero-proof,
  body.manufacturing-page .process-equipment-grid,
  body.quality-page .quality-library-grid,
  body.contact-page .inquiry-route-grid {
    grid-template-columns: 1fr !important;
  }

  body.products-portal-page .product-hero-proof div {
    padding: 16px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--dubhe-line) !important;
  }

  body.products-portal-page .product-hero-proof div:nth-child(n + 3),
  body.products-portal-page .product-platform-card:nth-child(n + 4),
  body.manufacturing-page .process-equipment-card:nth-child(n + 4),
  body.quality-page .quality-library-grid > *:nth-child(n + 4) {
    display: none !important;
  }

  body.manufacturing-page .process-equipment-card img,
  .process-equipment-card img {
    height: 175px !important;
  }
}

/* Process equipment image correction: manufacturer white-background assets must remain visible. */
body.manufacturing-page .process-equipment-card figure,
.process-equipment-card figure {
  background: #f3f3f1 !important;
  border-bottom: 1px solid var(--dubhe-line) !important;
}

body.manufacturing-page .process-equipment-card figure::after,
.process-equipment-card figure::after {
  display: none !important;
}

body.manufacturing-page .process-equipment-card img,
.process-equipment-card img {
  object-fit: cover !important;
  padding: 0 !important;
  background: #f3f3f1 !important;
  filter: saturate(0.88) contrast(1.04) !important;
}

body.enterprise-home .home-capability-grid figure:first-child img {
  object-position: center center !important;
}

/* Product detail buyer verdict: concise procurement proof immediately after the hero. */
body.detail-page .detail-buyer-verdict {
  padding: 0 !important;
  background: #0b0b0b !important;
  border-top: 1px solid #202020 !important;
  border-bottom: 1px solid #202020 !important;
}

body.detail-page .detail-buyer-verdict-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

body.detail-page .detail-buyer-verdict article {
  min-height: 126px !important;
  padding: 22px 24px !important;
  color: #fff !important;
  border-right: 1px solid #252525 !important;
}

body.detail-page .detail-buyer-verdict article:last-child {
  border-right: 0 !important;
}

body.detail-page .detail-buyer-verdict span {
  display: block !important;
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.detail-page .detail-buyer-verdict strong {
  display: block !important;
  margin-top: 12px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

body.detail-page .detail-buyer-verdict p {
  margin: 9px 0 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

@media (max-width: 980px) {
  body.detail-page .detail-buyer-verdict-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.detail-page .detail-buyer-verdict article:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media (max-width: 640px) {
  body.detail-page .detail-buyer-verdict-grid {
    grid-template-columns: 1fr !important;
  }

  body.detail-page .detail-buyer-verdict article {
    min-height: auto !important;
    padding: 16px 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #252525 !important;
  }

  body.detail-page .detail-buyer-verdict article:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-buyer-verdict strong {
    font-size: 17px !important;
  }
}

/* Client trust refinement: calmer portal hierarchy, fewer template-like blocks. */
body.enterprise-home .cosmo-home-hero {
  min-height: min(610px, calc(100vh - 70px)) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.36) 76%, rgba(0, 0, 0, 0.16) 100%),
    url("./images/dubhe-production-line.webp") center / cover no-repeat !important;
}

body.enterprise-home .cosmo-home-hero-grid {
  min-height: 510px !important;
  padding-top: clamp(50px, 6vw, 76px) !important;
  padding-bottom: clamp(38px, 5vw, 58px) !important;
}

body.enterprise-home .cosmo-home-hero-copy {
  max-width: 760px !important;
}

body.enterprise-home .cosmo-home-hero h1 {
  max-width: 760px !important;
  font-size: clamp(42px, 4.2vw, 60px) !important;
  line-height: 1.08 !important;
}

body.enterprise-home .cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 700px !important;
  font-size: clamp(16px, 1.08vw, 18px) !important;
  line-height: 1.7 !important;
}

body.enterprise-home .home-hero-proof-list {
  max-width: 760px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px) !important;
}

body.enterprise-home .home-route-finder-panel {
  padding: clamp(34px, 4vw, 48px) 0 !important;
  background: #f4f4f2 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.enterprise-home .home-route-finder-layout {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.9fr) !important;
  gap: clamp(26px, 4vw, 64px) !important;
  align-items: end !important;
}

body.enterprise-home .home-route-finder-layout h2 {
  margin: 6px 0 0 !important;
  max-width: 360px !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
  line-height: 1.1 !important;
}

body.enterprise-home .route-finder-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(130px, auto) !important;
  gap: 10px !important;
  align-items: end !important;
}

body.enterprise-home .route-finder-form label span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body.enterprise-home .route-finder-form select,
body.enterprise-home .route-finder-form button {
  min-height: 50px !important;
  border-radius: 0 !important;
}

body.enterprise-home .route-finder-form button {
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  font-weight: 850 !important;
}

body.enterprise-home .cosmo-home-proof-grid div {
  min-height: 86px !important;
  padding: 18px 22px !important;
  background: #fff !important;
}

body.enterprise-home .cosmo-home-proof-grid strong {
  color: #111 !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
}

body.enterprise-home .cosmo-home-proof-grid span {
  margin-top: 6px !important;
  color: #444 !important;
  line-height: 1.45 !important;
}

body.enterprise-home .cosmo-section-head h2,
body.products-portal-page .portal-section-head h2,
body.positioning-page .section-head h2 {
  font-size: clamp(30px, 3.3vw, 44px) !important;
  line-height: 1.1 !important;
}

body.enterprise-home .cosmo-product-grid a,
body.products-portal-page .product-platform-grid a {
  min-height: 360px !important;
}

body.enterprise-home .cosmo-product-grid img,
body.products-portal-page .product-platform-grid img {
  height: 190px !important;
  min-height: 190px !important;
}

body.products-portal-page .product-portal-hero {
  min-height: 430px !important;
  align-items: start !important;
  padding-top: clamp(36px, 5vw, 64px) !important;
  padding-bottom: clamp(20px, 3vw, 30px) !important;
  row-gap: clamp(16px, 2vw, 26px) !important;
}

body.products-portal-page .product-hero-copy {
  align-self: start !important;
  padding-top: clamp(4px, 1vw, 14px) !important;
}

body.products-portal-page .product-hero-copy h1,
body.positioning-page .application-dashboard-copy h1,
body.technical-catalog-page .hero h1 {
  font-size: clamp(38px, 4vw, 56px) !important;
  line-height: 1.08 !important;
}

body.products-portal-page .product-hero-copy > p,
body.positioning-page .application-dashboard-copy > p:not(.section-kicker),
body.technical-catalog-page .hero-copy {
  max-width: 680px !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

body.positioning-page .application-dashboard-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.38fr) minmax(260px, 0.24fr) minmax(320px, 0.38fr) !important;
  gap: clamp(22px, 3.4vw, 48px) !important;
  align-items: center !important;
  min-height: 520px !important;
  padding-top: clamp(42px, 6vw, 72px) !important;
  padding-bottom: clamp(42px, 6vw, 72px) !important;
}

body.positioning-page .application-hero-evidence {
  margin: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.positioning-page .application-hero-evidence img {
  display: block !important;
  width: 100% !important;
  height: clamp(230px, 25vw, 340px) !important;
  object-fit: cover !important;
  filter: saturate(0.86) contrast(1.06) !important;
}

body.positioning-page .application-hero-evidence figcaption {
  display: grid !important;
  gap: 6px !important;
  padding: 14px 15px !important;
  border-top: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.positioning-page .application-hero-evidence strong {
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.positioning-page .application-hero-evidence span {
  color: #444 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

body.positioning-page .application-route-panel {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08) !important;
}

body.positioning-page .application-route-panel a {
  background: #111 !important;
}

body.positioning-page .application-route-panel a span {
  color: #b8b8b8 !important;
}

body.positioning-page .application-route-panel a strong {
  color: #fff !important;
}

body.positioning-page .application-route-panel a p {
  color: #d4d4d4 !important;
}

body.positioning-page .application-proof-strip {
  background: #fff !important;
  border-top: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.positioning-page .application-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-left: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.positioning-page .application-proof-grid div {
  min-height: 92px !important;
  padding: 18px 20px !important;
  background: #fff !important;
  border-right: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.positioning-page .application-proof-grid strong {
  display: block !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.positioning-page .application-proof-grid span {
  display: block !important;
  margin-top: 8px !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.positioning-page .positioning-card {
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
}

body.technical-catalog-page .hero {
  min-height: 520px !important;
  color: #111 !important;
  background: #f4f4f2 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.technical-catalog-page .hero-media {
  opacity: 0.22 !important;
  filter: grayscale(1) contrast(1.08) !important;
}

body.technical-catalog-page .hero-overlay {
  background: linear-gradient(90deg, rgba(244, 244, 242, 0.98) 0%, rgba(244, 244, 242, 0.9) 48%, rgba(244, 244, 242, 0.58) 100%) !important;
}

body.technical-catalog-page .hero .eyebrow,
body.technical-catalog-page .hero-copy,
body.technical-catalog-page .hero-stats dd {
  color: #222 !important;
}

body.technical-catalog-page .hero-stats {
  max-width: 980px !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

body.technical-catalog-page .technical-route-grid a {
  min-height: 112px !important;
  padding: 20px 22px !important;
  background: #fff !important;
}

@media (max-width: 980px) {
  body.enterprise-home .home-route-finder-layout {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.positioning-page .application-dashboard-hero {
    grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr) !important;
  }

  body.positioning-page .application-hero-evidence {
    grid-column: 1 / -1 !important;
  }

  body.enterprise-home .route-finder-form {
    grid-template-columns: 1fr 1fr !important;
  }

  body.enterprise-home .route-finder-form button {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home .cosmo-home-hero {
    background-position: 54% center !important;
  }

  body.enterprise-home .cosmo-home-hero-grid {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body.enterprise-home .cosmo-home-hero h1,
  body.products-portal-page .product-hero-copy h1,
  body.positioning-page .application-dashboard-copy h1,
  body.technical-catalog-page .hero h1 {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  body.enterprise-home .cosmo-home-hero-copy > p:not(.section-kicker),
  body.products-portal-page .product-hero-copy > p,
  body.positioning-page .application-dashboard-copy > p:not(.section-kicker),
  body.technical-catalog-page .hero-copy {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  body.enterprise-home .home-route-finder-panel {
    padding: 24px 0 !important;
  }

  body.enterprise-home .home-route-finder-layout h2 {
    font-size: 25px !important;
  }

  body.enterprise-home .route-finder-form {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.enterprise-home .route-finder-form select,
  body.enterprise-home .route-finder-form button {
    min-height: 46px !important;
  }

  body.enterprise-home .cosmo-home-proof-grid div {
    min-height: 74px !important;
    padding: 14px 16px !important;
  }

  body.enterprise-home .cosmo-home-proof-grid strong {
    font-size: 22px !important;
  }

  body.enterprise-home .cosmo-home-proof-grid span {
    font-size: 12px !important;
  }

  body.products-portal-page .product-portal-hero,
  body.positioning-page .application-dashboard-hero,
  body.technical-catalog-page .hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 24px 14px !important;
  }

  body.positioning-page .application-hero-evidence {
    display: block !important;
  }

  body.positioning-page .application-hero-evidence img {
    height: 138px !important;
  }

  body.positioning-page .application-hero-evidence figcaption {
    padding: 11px 12px !important;
  }

  body.positioning-page .application-hero-evidence span {
    display: none !important;
  }

  body.positioning-page .application-route-panel a:nth-child(n + 3) {
    display: none !important;
  }

  body.positioning-page .application-route-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.positioning-page .application-route-panel a {
    min-height: 132px !important;
    padding: 13px 14px !important;
  }

  body.positioning-page .application-route-panel a strong {
    margin-top: 12px !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
  }

  body.positioning-page .application-route-panel a p {
    margin-top: 8px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body.positioning-page .application-proof-grid {
    grid-template-columns: 1fr !important;
  }

  body.positioning-page .application-proof-grid div:nth-child(n + 3) {
    display: none !important;
  }

  body.technical-catalog-page .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
}

/* Product and category depth pass: make inner pages read like buyer specification pages. */
body.category-detail-page .category-proof-strip {
  background: #0d0d0d !important;
  border-top: 1px solid #222 !important;
  border-bottom: 1px solid #222 !important;
}

body.category-detail-page .category-proof-strip dl {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
}

body.category-detail-page .category-proof-strip div {
  min-height: 112px !important;
  padding: 22px 24px !important;
  border-right: 1px solid #292929 !important;
}

body.category-detail-page .category-proof-strip div:last-child {
  border-right: 0 !important;
}

body.category-detail-page .category-proof-strip dt {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body.category-detail-page .category-proof-strip dd {
  margin: 10px 0 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.detail-page .detail-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.52fr) !important;
  gap: clamp(34px, 5vw, 70px) !important;
  min-height: auto !important;
  padding: clamp(34px, 5vw, 58px) clamp(42px, 6vw, 92px) !important;
  align-items: center !important;
  background: #f6f6f4 !important;
}

body.detail-page .detail-hero h1 {
  max-width: 680px !important;
  font-size: clamp(38px, 4.1vw, 56px) !important;
  line-height: 1.08 !important;
}

body.detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
  max-width: 680px !important;
  color: #222 !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

body.detail-page .detail-en-name {
  display: block !important;
  margin-top: 8px !important;
  color: #555 !important;
  font-size: 14px !important;
}

body.detail-page .grade-badge {
  display: inline-grid !important;
  grid-template-columns: auto auto !important;
  gap: 10px !important;
  margin-top: 18px !important;
  padding: 8px 12px !important;
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

body.detail-page .grade-badge span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

body.detail-page .detail-hero-docs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 16px !important;
  max-width: 680px !important;
}

body.detail-page .detail-hero-docs a {
  min-height: auto !important;
  padding: 11px 14px !important;
  flex: 1 1 180px !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
  text-decoration: none !important;
}

body.detail-page .detail-hero-docs span {
  display: block !important;
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

body.detail-page .detail-hero-docs strong {
  display: block !important;
  margin-top: 6px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

body.detail-page .detail-proof-list {
  display: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  max-width: 680px !important;
  margin-top: 14px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.detail-page .detail-proof-list div {
  min-height: 86px !important;
  padding: 14px !important;
  background: #fff !important;
}

body.detail-page .detail-proof-list dt {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

body.detail-page .detail-proof-list dd {
  margin-top: 8px !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
}

body.detail-page .detail-actions {
  margin-top: 16px !important;
}

body.detail-page .detail-hero-snapshot {
  max-width: 680px !important;
  margin-top: 14px !important;
  background: transparent !important;
  border: 0 !important;
}

body.detail-page .detail-hero-snapshot > span {
  display: block !important;
  padding: 0 0 8px !important;
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  border-bottom: 0 !important;
}

body.detail-page .detail-hero-snapshot dl {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.detail-page .detail-hero-snapshot dl div {
  min-height: 78px !important;
  padding: 12px 13px !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

body.detail-page .detail-hero-snapshot dl div:last-child {
  border-right: 0 !important;
}

body.detail-page .detail-hero-snapshot dt {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.detail-page .detail-hero-snapshot dd {
  margin-top: 8px !important;
  color: #444 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.detail-page .detail-hero-param-table {
  width: 100% !important;
  margin-top: 0 !important;
  border-collapse: collapse !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

body.detail-page .detail-hero-param-table th,
body.detail-page .detail-hero-param-table td {
  padding: 10px 12px !important;
  border-bottom: 1px solid #d8d8d8 !important;
  vertical-align: top !important;
  text-align: left !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.detail-page .detail-hero-param-table th {
  width: 32% !important;
  color: #111 !important;
  font-weight: 900 !important;
  background: #f7f7f5 !important;
}

body.detail-page .detail-hero-param-table td {
  color: #333 !important;
}

body.detail-page .detail-hero-param-table tr:last-child th,
body.detail-page .detail-hero-param-table tr:last-child td {
  border-bottom: 0 !important;
}

body.detail-page .detail-hero-photo,
body.detail-page .detail-hero > figure {
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

body.detail-page .detail-hero-photo img,
body.detail-page .detail-hero > figure img {
  height: 330px !important;
  object-fit: cover !important;
}

body.detail-page .detail-hero-photo figcaption,
body.detail-page .detail-hero > figure figcaption {
  padding: 13px 16px !important;
  color: #111 !important;
  background: #fff !important;
  border-top: 1px solid #d8d8d8 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 980px) {
  body.category-detail-page .category-proof-strip dl,
  body.detail-page .detail-hero-snapshot dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.detail-page .detail-hero {
    grid-template-columns: 1fr !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 640px) {
  body.category-detail-page .category-proof-strip dl {
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-proof-strip div {
    min-height: auto !important;
    padding: 16px 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #292929 !important;
  }

  body.category-detail-page .category-proof-strip div:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-hero {
    padding: 22px 14px !important;
    gap: 16px !important;
  }

  body.detail-page .detail-hero h1 {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  body.detail-page .grade-badge {
    margin-top: 12px !important;
  }

  body.detail-page .detail-hero-docs a {
    flex-basis: 100% !important;
    padding: 10px 12px !important;
  }

  body.detail-page .detail-proof-list {
    display: none !important;
    grid-template-columns: 1fr !important;
  }

  body.detail-page .detail-proof-list div:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-hero-snapshot dl {
    grid-template-columns: 1fr !important;
  }

  body.detail-page .detail-hero-docs a:nth-child(n + 2) {
    display: none !important;
  }

  body.detail-page .detail-hero-param-table th,
  body.detail-page .detail-hero-param-table td {
    display: block !important;
    width: 100% !important;
    padding: 8px 10px !important;
  }

  body.detail-page .detail-hero-param-table th {
    border-bottom: 0 !important;
  }

  body.detail-page .detail-hero-param-table td {
    border-bottom: 1px solid #d8d8d8 !important;
  }

  body.detail-page .detail-hero-param-table tr:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-hero-snapshot dl div {
    min-height: auto !important;
    padding: 12px 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }

  body.detail-page .detail-hero-snapshot dl div:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-hero-photo img,
  body.detail-page .detail-hero > figure img {
    height: 170px !important;
  }
}

/* Mid-page polish: reduce repeated-image fatigue and make diagrams feel like technical sheets. */
body.category-detail-page .category-detail-products {
  display: grid !important;
  grid-template-columns: minmax(360px, 1.05fr) repeat(2, minmax(260px, 0.74fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.category-detail-page .category-detail-products article {
  display: grid !important;
  min-height: 430px !important;
  background: #fff !important;
  border: 0 !important;
}

body.category-detail-page .category-detail-products article:first-child {
  grid-template-rows: 220px minmax(0, 1fr) !important;
}

body.category-detail-page .category-detail-products article:not(:first-child) {
  grid-template-rows: 120px minmax(0, 1fr) !important;
}

body.category-detail-page .category-detail-products article:not(:first-child) figure {
  opacity: 0.86 !important;
  filter: grayscale(0.28) contrast(1.08) !important;
}

body.category-detail-page .category-detail-products figure {
  margin: 0 !important;
  overflow: hidden !important;
  background: #f1f1ef !important;
}

body.category-detail-page .category-detail-products img,
body.category-detail-page .category-detail-products svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.category-detail-page .category-detail-products article > div {
  display: grid !important;
  align-content: start !important;
  padding: 22px !important;
}

body.category-detail-page .category-detail-products span {
  width: max-content !important;
  padding: 6px 9px !important;
  color: #fff !important;
  background: #111 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-detail-products h3 {
  margin: 16px 0 0 !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.16 !important;
}

body.category-detail-page .category-detail-products p {
  min-height: 3.2em !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

body.category-detail-page .category-detail-products dl {
  display: grid !important;
  gap: 0 !important;
  margin-top: 16px !important;
  border-top: 1px solid #d8d8d8 !important;
}

body.category-detail-page .category-detail-products dl div {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.category-detail-page .category-detail-products dt {
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-detail-products dd {
  color: #222 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.detail-page .detail-visual-evidence {
  padding-top: clamp(42px, 5vw, 64px) !important;
  padding-bottom: clamp(42px, 5vw, 64px) !important;
  background: #f3f3f1 !important;
  border-top: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.detail-page .detail-visual-evidence-layout {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}

body.detail-page .detail-visual-evidence-head h2 {
  max-width: 440px !important;
  font-size: clamp(30px, 3.2vw, 44px) !important;
  line-height: 1.12 !important;
}

body.detail-page .detail-visual-evidence-head p:not(.section-kicker) {
  max-width: 420px !important;
  color: #333 !important;
  line-height: 1.7 !important;
}

body.detail-page .detail-visual-shooting-guide {
  max-width: 440px !important;
  margin-top: 20px !important;
  padding: 16px 18px !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

body.detail-page .detail-visual-shooting-guide strong {
  display: block !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.detail-page .detail-visual-shooting-guide ul {
  display: grid !important;
  gap: 8px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.detail-page .detail-visual-shooting-guide li {
  position: relative !important;
  padding-left: 18px !important;
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.detail-page .detail-visual-shooting-guide li::before {
  content: "" !important;
  position: absolute !important;
  top: 0.72em !important;
  left: 0 !important;
  width: 7px !important;
  height: 1px !important;
  background: #111 !important;
}

body.detail-page .detail-visual-evidence-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #cfcfcb !important;
  border: 1px solid #cfcfcb !important;
}

body.detail-page .detail-visual-evidence-grid figure {
  margin: 0 !important;
  background: #fff !important;
  border: 0 !important;
}

body.detail-page .detail-visual-evidence-grid svg,
body.detail-page .detail-visual-evidence-grid .detail-process-reference img {
  display: block !important;
  width: 100% !important;
  height: 218px !important;
  object-fit: cover !important;
  background: #f6f6f4 !important;
}

body.detail-page .detail-visual-evidence-grid figcaption {
  min-height: 102px !important;
  padding: 14px 16px !important;
  color: #111 !important;
  background: #fff !important;
  border-top: 1px solid #d8d8d8 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.detail-page .detail-shot-list {
  margin-top: 22px !important;
  padding: 18px !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

body.detail-page .detail-shot-list h3::after {
  content: " / 鍚庢湡瀹炴媿鏇挎崲娓呭崟" !important;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.detail-page .detail-shot-list ol {
  margin-top: 12px !important;
  padding-left: 20px !important;
}

body.detail-page .detail-shot-list li {
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

body.enterprise-home .home-audit-route {
  padding: clamp(42px, 5vw, 68px) 0 !important;
  background: #fff !important;
  border-top: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.enterprise-home .home-audit-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 76px) !important;
  align-items: start !important;
}

body.enterprise-home .home-audit-copy h2 {
  max-width: 520px !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.12 !important;
}

body.enterprise-home .home-audit-copy p:not(.section-kicker) {
  max-width: 500px !important;
  color: #444 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.enterprise-home .home-audit-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: var(--dubhe-line, #d8d8d4) !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.enterprise-home .home-audit-grid a {
  display: grid !important;
  align-content: start !important;
  min-height: 164px !important;
  padding: 20px !important;
  color: #111 !important;
  background: #fff !important;
  text-decoration: none !important;
}

body.enterprise-home .home-audit-grid span {
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.enterprise-home .home-audit-grid strong {
  display: block !important;
  margin-top: 18px !important;
  color: #111 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

body.enterprise-home .home-audit-grid small {
  display: block !important;
  margin-top: 10px !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.enterprise-home .home-audit-grid em {
  display: block !important;
  margin-top: 16px !important;
  padding-top: 12px !important;
  color: #111 !important;
  border-top: 1px solid var(--dubhe-line, #d8d8d4) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.5 !important;
}

body.enterprise-home .home-audit-grid a:hover {
  background: #f5f5f3 !important;
}

@media (max-width: 980px) {
  body.category-detail-page .category-detail-products,
  body.detail-page .detail-visual-evidence-layout {
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-detail-products article,
  body.category-detail-page .category-detail-products article:first-child,
  body.category-detail-page .category-detail-products article:not(:first-child) {
    grid-template-rows: 170px minmax(0, 1fr) !important;
  }

  body.detail-page .detail-visual-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.category-detail-page .category-detail-products article,
  body.category-detail-page .category-detail-products article:first-child,
  body.category-detail-page .category-detail-products article:not(:first-child) {
    grid-template-rows: 130px minmax(0, 1fr) !important;
    min-height: auto !important;
  }

  body.category-detail-page .category-detail-products article > div {
    padding: 18px !important;
  }

  body.category-detail-page .category-detail-products article:nth-child(n + 3) {
    display: none !important;
  }

  body.category-detail-page .category-detail-products h3 {
    font-size: 23px !important;
  }

  body.category-detail-page .category-detail-products p {
    min-height: auto !important;
  }

  body.category-detail-page .category-detail-products dl div:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-visual-evidence {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.detail-page .detail-visual-evidence-grid {
    grid-template-columns: 1fr !important;
  }

  body.detail-page .detail-visual-evidence-grid figure:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-visual-evidence-grid svg,
  body.detail-page .detail-visual-evidence-grid .detail-process-reference img {
    height: 190px !important;
  }

  body.detail-page .detail-visual-evidence-grid figcaption {
    min-height: auto !important;
  }

  body.enterprise-home .home-audit-route {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }

  body.enterprise-home .home-audit-layout,
  body.enterprise-home .home-audit-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home .home-audit-copy h2 {
    font-size: 30px !important;
  }

  body.enterprise-home .home-audit-grid a {
    min-height: auto !important;
    padding: 18px !important;
  }

  body.enterprise-home .home-audit-grid a:nth-child(n + 3) {
    display: none !important;
  }
}

/* Client-facing trust pass: reduce generated-site cues on company, process, quality and inquiry pages. */
body.about-page .trust-summary-strip,
body.manufacturing-page .trust-summary-strip,
body.quality-page .trust-summary-strip {
  background: #fff !important;
  border-top: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.about-page .trust-summary-grid,
body.manufacturing-page .trust-summary-grid,
body.quality-page .trust-summary-grid {
  gap: 0 !important;
  border-left: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.about-page .trust-summary-grid div,
body.manufacturing-page .trust-summary-grid div,
body.quality-page .trust-summary-grid div {
  min-height: 92px !important;
  padding: 18px 20px !important;
  background: #fff !important;
  border-right: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.about-page .trust-summary-grid strong,
body.manufacturing-page .trust-summary-grid strong,
body.quality-page .trust-summary-grid strong {
  color: #111 !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
}

body.about-page .trust-summary-grid span,
body.manufacturing-page .trust-summary-grid span,
body.quality-page .trust-summary-grid span {
  color: #4a4a4a !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.quality-page .quality-document-panel {
  display: grid !important;
  gap: 0 !important;
  color: #111 !important;
  background: var(--dubhe-line, #d8d8d4) !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
  box-shadow: none !important;
}

body.quality-page .quality-document-panel div {
  min-height: 126px !important;
  padding: 18px !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.quality-page .quality-document-panel div:last-child {
  border-bottom: 0 !important;
}

body.quality-page .quality-document-panel span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.quality-page .quality-document-panel strong {
  display: block !important;
  margin-top: 10px !important;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

body.quality-page .quality-document-panel p {
  margin-top: 8px !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.quality-page .quality-review-matrix {
  padding: clamp(38px, 5vw, 64px) 0 !important;
  background: #f5f5f3 !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.quality-page .quality-review-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}

body.quality-page .quality-review-layout h2 {
  max-width: 520px !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.12 !important;
}

body.quality-page .quality-review-layout p:not(.section-kicker) {
  max-width: 500px !important;
  color: #444 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.quality-page .quality-review-table-wrap {
  overflow-x: auto !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
  background: #fff !important;
}

body.quality-page .quality-review-table {
  width: 100% !important;
  min-width: 620px !important;
  border-collapse: collapse !important;
  background: #fff !important;
}

body.quality-page .quality-review-table th,
body.quality-page .quality-review-table td {
  padding: 15px 16px !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-right: 1px solid var(--dubhe-line, #d8d8d4) !important;
  text-align: left !important;
  vertical-align: top !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.quality-page .quality-review-table th {
  color: #fff !important;
  background: #111 !important;
  font-weight: 900 !important;
}

body.quality-page .quality-review-table td:first-child {
  color: #111 !important;
  font-weight: 900 !important;
}

body.quality-page .quality-review-table td {
  color: #333 !important;
}

body.quality-page .quality-review-table th:last-child,
body.quality-page .quality-review-table td:last-child {
  border-right: 0 !important;
}

body.quality-page .quality-review-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

@media (max-width: 980px) {
  body.quality-page .quality-review-layout {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.quality-page .quality-review-layout > div,
  body.quality-page .quality-review-table-wrap {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

body.manufacturing-page .manufacturing-route-panel {
  color: #111 !important;
  background: #fff !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
  box-shadow: none !important;
}

body.manufacturing-page .manufacturing-route-panel div {
  background: #fff !important;
  border-color: var(--dubhe-line, #d8d8d4) !important;
}

body.manufacturing-page .manufacturing-route-panel span {
  color: #666 !important;
}

body.manufacturing-page .manufacturing-route-panel strong,
body.manufacturing-page .manufacturing-route-panel p {
  color: #111 !important;
}

body.manufacturing-page .manufacturing-ecosystem-audit {
  padding: clamp(38px, 5vw, 66px) 0 !important;
  background: #111 !important;
  color: #fff !important;
  border-top: 1px solid #242424 !important;
  border-bottom: 1px solid #242424 !important;
}

body.manufacturing-page .manufacturing-ecosystem-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(26px, 5vw, 68px) !important;
  align-items: start !important;
}

body.manufacturing-page .manufacturing-ecosystem-copy h2 {
  max-width: 520px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(29px, 3vw, 42px) !important;
  line-height: 1.12 !important;
}

body.manufacturing-page .manufacturing-ecosystem-copy p:not(.section-kicker) {
  max-width: 520px !important;
  color: #d7d7d2 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.manufacturing-page .manufacturing-ecosystem-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.manufacturing-page .manufacturing-ecosystem-grid article {
  min-height: 178px !important;
  padding: 20px !important;
  border: 1px solid #333 !important;
  background: #171717 !important;
}

body.manufacturing-page .manufacturing-ecosystem-grid span {
  display: block !important;
  margin-bottom: 34px !important;
  color: #8f8f8a !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.manufacturing-page .manufacturing-ecosystem-grid strong {
  display: block !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.28 !important;
}

body.manufacturing-page .manufacturing-ecosystem-grid p {
  margin: 10px 0 0 !important;
  color: #cfcfca !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

body.manufacturing-page .manufacturing-validation-matrix {
  padding: clamp(38px, 5vw, 64px) 0 !important;
  background: #f5f5f3 !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.manufacturing-page .manufacturing-validation-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}

body.manufacturing-page .manufacturing-validation-layout h2 {
  max-width: 520px !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.12 !important;
}

body.manufacturing-page .manufacturing-validation-layout p:not(.section-kicker) {
  max-width: 500px !important;
  color: #444 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.manufacturing-page .manufacturing-validation-table-wrap {
  overflow-x: auto !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
  background: #fff !important;
}

body.manufacturing-page .manufacturing-validation-table {
  width: 100% !important;
  min-width: 760px !important;
  border-collapse: collapse !important;
  background: #fff !important;
}

body.manufacturing-page .manufacturing-validation-table th,
body.manufacturing-page .manufacturing-validation-table td {
  padding: 14px 15px !important;
  border-bottom: 1px solid var(--dubhe-line, #d8d8d4) !important;
  border-right: 1px solid var(--dubhe-line, #d8d8d4) !important;
  text-align: left !important;
  vertical-align: top !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.manufacturing-page .manufacturing-validation-table th {
  color: #fff !important;
  background: #111 !important;
  font-weight: 900 !important;
}

body.manufacturing-page .manufacturing-validation-table td:first-child {
  color: #111 !important;
  font-weight: 900 !important;
}

body.manufacturing-page .manufacturing-validation-table td {
  color: #333 !important;
}

body.manufacturing-page .manufacturing-validation-table th:last-child,
body.manufacturing-page .manufacturing-validation-table td:last-child {
  border-right: 0 !important;
}

body.manufacturing-page .manufacturing-validation-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

@media (max-width: 900px) {
  body.manufacturing-page .manufacturing-ecosystem-layout {
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .manufacturing-validation-layout {
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .manufacturing-validation-table,
  body.manufacturing-page .manufacturing-validation-table tbody,
  body.manufacturing-page .manufacturing-validation-table tr,
  body.manufacturing-page .manufacturing-validation-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.manufacturing-page .manufacturing-validation-table thead {
    display: none !important;
  }

  body.manufacturing-page .manufacturing-validation-table tr {
    margin-bottom: 12px !important;
    border: 1px solid var(--dubhe-line, #d8d8d4) !important;
    background: #fff !important;
  }

  body.manufacturing-page .manufacturing-validation-table td {
    border-right: 0 !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:first-child {
    color: #fff !important;
    background: #111 !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:nth-child(2)::before {
    content: "\5173\952e\53d8\91cf" !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:nth-child(3)::before {
    content: "\5ba2\6237\9a8c\8bc1\91cd\70b9" !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:nth-child(4)::before {
    content: "\8d44\6599\8f93\51fa" !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:nth-child(n + 2)::before {
    display: block !important;
    margin-bottom: 6px !important;
    color: #777 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 640px) {
  body.manufacturing-page .manufacturing-ecosystem-grid {
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .manufacturing-ecosystem-grid article {
    min-height: auto !important;
    padding: 16px !important;
  }

  body.manufacturing-page .manufacturing-ecosystem-grid span {
    margin-bottom: 18px !important;
  }
}

body.contact-page .contact-hero h1 {
  max-width: 620px !important;
  font-size: clamp(36px, 3.8vw, 52px) !important;
}

body.about-page .portal-hero-content h1 {
  max-width: 720px !important;
  font-size: clamp(42px, 5vw, 70px) !important;
  line-height: 1.04 !important;
}

body.contact-page .contact-card {
  background: #fff !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.contact-page .contact-intake-panel {
  display: grid !important;
  gap: 0 !important;
  margin-top: 18px !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
  background: var(--dubhe-line, #d8d8d4) !important;
}

body.contact-page .contact-intake-panel > strong {
  display: block !important;
  padding: 13px 14px !important;
  color: #fff !important;
  background: #111 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.contact-page .contact-intake-panel div {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  background: #fff !important;
  border-top: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.contact-page .contact-intake-panel span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.contact-page .contact-intake-panel em {
  color: #111 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

body.contact-page .contact-inquiry-form {
  color: #111 !important;
  background: #fff !important;
  border: 1px solid var(--dubhe-line, #d8d8d4) !important;
}

body.contact-page .contact-inquiry-form label span {
  color: #222 !important;
}

body.contact-page .contact-inquiry-form input,
body.contact-page .contact-inquiry-form textarea,
body.contact-page .contact-inquiry-form select {
  color: #111 !important;
  background: #f7f7f5 !important;
  border: 1px solid #d4d4d0 !important;
}

body.contact-page .contact-inquiry-form input::placeholder,
body.contact-page .contact-inquiry-form textarea::placeholder {
  color: #777 !important;
}

body.contact-page .inquiry-route-grid article {
  min-height: auto !important;
}

body.contact-page .inquiry-route-grid img {
  height: 190px !important;
  filter: saturate(0.82) contrast(1.08) !important;
}

@media (max-width: 760px) {
  .site-header.nav-open .nav a.is-active {
    color: #fff !important;
    background: #111 !important;
    border-color: #111 !important;
  }

  .site-header.nav-open .nav .nav-product-panel {
    display: none !important;
  }

  .site-header.nav-open .nav .nav-product-menu {
    display: contents !important;
  }

  .site-header.nav-open .nav .nav-product-menu > a {
    display: block !important;
  }

  body.about-page .trust-summary-grid,
  body.manufacturing-page .trust-summary-grid,
  body.quality-page .trust-summary-grid {
    grid-template-columns: 1fr !important;
  }

  body.quality-page .quality-review-layout {
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .manufacturing-validation-layout {
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .manufacturing-validation-matrix {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }

  body.quality-page .quality-review-matrix {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }

  body.about-page .trust-summary-grid div:nth-child(n + 3),
  body.manufacturing-page .trust-summary-grid div:nth-child(n + 3),
  body.quality-page .trust-summary-grid div:nth-child(n + 3) {
    display: none !important;
  }

  body.quality-page .quality-review-table {
    min-width: 0 !important;
  }

  body.quality-page .quality-review-table thead {
    display: none !important;
  }

  body.quality-page .quality-review-table tr,
  body.quality-page .quality-review-table td {
    display: block !important;
    width: 100% !important;
  }

  body.quality-page .quality-review-table tr:nth-child(n + 3) {
    display: none !important;
  }

  body.quality-page .quality-review-table td {
    border-right: 0 !important;
    padding: 10px 12px !important;
  }

  body.quality-page .quality-review-table td:first-child {
    color: #fff !important;
    background: #111 !important;
  }

  body.quality-page .quality-review-table td:nth-child(2)::before,
  body.quality-page .quality-review-table td:nth-child(3)::before {
    display: block !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  body.quality-page .quality-review-table td:nth-child(2)::before {
    content: "\4f18\5148\786e\8ba4" !important;
  }

  body.quality-page .quality-review-table td:nth-child(3)::before {
    content: "DUBHE \8d44\6599\56de\5e94" !important;
  }

  body.manufacturing-page .manufacturing-validation-table {
    min-width: 0 !important;
  }

  body.manufacturing-page .manufacturing-validation-table thead {
    display: none !important;
  }

  body.manufacturing-page .manufacturing-validation-table tr,
  body.manufacturing-page .manufacturing-validation-table td {
    display: block !important;
    width: 100% !important;
  }

  body.manufacturing-page .manufacturing-validation-table tr:nth-child(n + 3) {
    display: none !important;
  }

  body.manufacturing-page .manufacturing-validation-table td {
    padding: 10px 12px !important;
    border-right: 0 !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:first-child {
    color: #fff !important;
    background: #111 !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:nth-child(2)::before,
  body.manufacturing-page .manufacturing-validation-table td:nth-child(3)::before,
  body.manufacturing-page .manufacturing-validation-table td:nth-child(4)::before {
    display: block !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:nth-child(2)::before {
    content: "\5173\952e\53d8\91cf" !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:nth-child(3)::before {
    content: "\5ba2\6237\9a8c\8bc1\91cd\70b9" !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:nth-child(4)::before {
    content: "\8d44\6599\8f93\51fa" !important;
  }
}

/* Technical catalog responsive repair: collapse the routing table before it becomes clipped. */
@media (max-width: 980px) {
  body.technical-catalog-page .technical-routing-table {
    min-width: 0 !important;
  }

  body.technical-catalog-page .technical-routing-table thead {
    display: none !important;
  }

  body.technical-catalog-page .technical-routing-table tr,
  body.technical-catalog-page .technical-routing-table td,
  body.technical-catalog-page .technical-routing-table th:nth-child(1),
  body.technical-catalog-page .technical-routing-table td:nth-child(1),
  body.technical-catalog-page .technical-routing-table th:nth-child(2),
  body.technical-catalog-page .technical-routing-table td:nth-child(2),
  body.technical-catalog-page .technical-routing-table th:nth-child(3),
  body.technical-catalog-page .technical-routing-table td:nth-child(3),
  body.technical-catalog-page .technical-routing-table th:nth-child(4),
  body.technical-catalog-page .technical-routing-table td:nth-child(4) {
    display: block !important;
    width: 100% !important;
  }

  body.technical-catalog-page .technical-routing-table tr {
    border-bottom: 1px solid #d8d8d8 !important;
  }

  body.technical-catalog-page .technical-routing-table td {
    padding: 11px 13px !important;
    border-right: 0 !important;
  }

  body.technical-catalog-page .technical-routing-table td:first-child {
    color: #fff !important;
    background: #111 !important;
  }

  body.technical-catalog-page .technical-routing-table td:nth-child(2)::before,
  body.technical-catalog-page .technical-routing-table td:nth-child(3)::before,
  body.technical-catalog-page .technical-routing-table td:nth-child(4)::before {
    display: block !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  body.technical-catalog-page .technical-routing-table td:nth-child(2)::before {
  content: "\9002\7528\4ea7\54c1" !important;
}

  body.technical-catalog-page .technical-routing-table td:nth-child(3)::before {
  content: "\5ba2\6237\9700\51c6\5907" !important;
}

  body.technical-catalog-page .technical-routing-table td:nth-child(4)::before {
  content: "\4e0b\4e00\6b65" !important;
}
}

@media (max-width: 640px) {
  body.technical-catalog-page .technical-routing-table tr:nth-child(n + 3) {
    display: none !important;
  }
}

/* Homepage final refinement: keep the landing page as a concise company portal. */
body.enterprise-home .home-business-scope {
  padding: clamp(34px, 4.6vw, 58px) 0 !important;
  background: #f4f4f4 !important;
  border-top: 1px solid #d9d9d9 !important;
  border-bottom: 1px solid #d9d9d9 !important;
}

body.enterprise-home .home-business-scope-layout {
  display: grid !important;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr) !important;
  gap: clamp(24px, 4vw, 54px) !important;
  align-items: start !important;
}

body.enterprise-home .home-business-scope-head h2 {
  margin-top: 10px !important;
  color: #111 !important;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home .home-business-scope-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d5d5d5 !important;
  border: 1px solid #d5d5d5 !important;
}

body.enterprise-home .home-business-scope-grid a {
  display: grid !important;
  align-content: start !important;
  min-height: 190px !important;
  padding: 20px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
}

body.enterprise-home .home-business-scope-grid a:hover,
body.enterprise-home .home-business-scope-grid a:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

body.enterprise-home .home-business-scope-grid span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home .home-business-scope-grid strong {
  margin-top: 18px !important;
  color: inherit !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
}

body.enterprise-home .home-business-scope-grid small {
  margin-top: 12px !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.enterprise-home .home-business-scope-grid a:hover span,
body.enterprise-home .home-business-scope-grid a:hover small,
body.enterprise-home .home-business-scope-grid a:focus-visible span,
body.enterprise-home .home-business-scope-grid a:focus-visible small {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.enterprise-home .cosmo-home-products {
  padding-top: clamp(42px, 5vw, 64px) !important;
}

@media (max-width: 1100px) {
  body.enterprise-home .home-business-scope-layout {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home .home-business-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home .home-business-scope {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.enterprise-home .home-business-scope-head h2 {
    font-size: 28px !important;
  }

  body.enterprise-home .home-business-scope-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home .home-business-scope-grid a {
    min-height: auto !important;
    padding: 18px !important;
  }

body.enterprise-home .home-business-scope-grid a:nth-child(n + 3) {
    display: none !important;
  }
}

/* Enterprise homepage v2: cleaner corporate portal inspired by professional film manufacturer sites. */
body.enterprise-home-v2 .home-enterprise-hero {
  color: #111 !important;
  background: #f4f4f4 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.5fr) minmax(360px, 0.5fr) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  align-items: center !important;
  padding-top: clamp(42px, 5vw, 76px) !important;
  padding-bottom: clamp(26px, 3.5vw, 46px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy {
  max-width: 680px !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  max-width: 680px !important;
  margin: 0 !important;
  color: #080808 !important;
  font-size: clamp(40px, 4.4vw, 62px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 620px !important;
  margin-top: 22px !important;
  color: #222 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

body.enterprise-home-v2 .home-enterprise-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 28px !important;
}

body.enterprise-home-v2 .home-enterprise-visual {
  margin: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #cfcfcf !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  display: block !important;
  width: 100% !important;
  height: clamp(300px, 30vw, 430px) !important;
  object-fit: cover !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption {
  display: grid !important;
  gap: 6px !important;
  padding: 16px 18px !important;
  color: #111 !important;
  background: #fff !important;
  border-top: 1px solid #d4d4d4 !important;
}

body.enterprise-home-v2 .home-enterprise-visual strong {
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.enterprise-home-v2 .home-enterprise-visual span {
  color: #444 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

body.enterprise-home-v2 .home-application-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 0 !important;
  padding-bottom: clamp(30px, 4vw, 56px) !important;
}

body.enterprise-home-v2 .home-application-strip a {
  display: grid !important;
  min-height: 112px !important;
  align-content: center !important;
  gap: 10px !important;
  padding: 20px 22px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 1px solid #d0d0d0 !important;
  border-right-width: 0 !important;
}

body.enterprise-home-v2 .home-application-strip a:last-child {
  border-right-width: 1px !important;
}

body.enterprise-home-v2 .home-application-strip span {
  color: #555 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.enterprise-home-v2 .home-application-strip strong {
  font-size: clamp(18px, 1.8vw, 25px) !important;
  line-height: 1.2 !important;
}

body.enterprise-home-v2 .home-application-strip a:hover {
  color: #fff !important;
  background: #111 !important;
}

body.enterprise-home-v2 .home-application-strip a:hover span {
  color: #d8d8d8 !important;
}

body.enterprise-home-v2 .cosmo-home-products {
  padding-top: clamp(38px, 5vw, 72px) !important;
  background: #fff !important;
}

body.enterprise-home-v2 .home-v2-section-head {
  max-width: 760px !important;
  margin-bottom: 28px !important;
}

body.enterprise-home-v2 .home-v2-section-head h2,
body.enterprise-home-v2 .home-v2-evidence h2,
body.enterprise-home-v2 .cosmo-home-cta h2 {
  color: #080808 !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .cosmo-product-grid {
  gap: 1px !important;
  background: #d4d4d4 !important;
  border: 1px solid #d4d4d4 !important;
}

body.enterprise-home-v2 .cosmo-product-grid a {
  min-height: 318px !important;
  padding: 0 !important;
  color: #111 !important;
  background: #fff !important;
  border: 0 !important;
}

body.enterprise-home-v2 .cosmo-product-grid img {
  width: 100% !important;
  height: 170px !important;
  min-height: 170px !important;
  object-fit: cover !important;
}

body.enterprise-home-v2 .cosmo-product-grid span,
body.enterprise-home-v2 .cosmo-product-grid strong,
body.enterprise-home-v2 .cosmo-product-grid small {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

body.enterprise-home-v2 .cosmo-product-grid span {
  margin-top: 16px !important;
}

body.enterprise-home-v2 .home-product-directory-link {
  margin-top: 26px !important;
}

body.enterprise-home-v2 .home-v2-evidence {
  padding: clamp(44px, 5vw, 72px) 0 !important;
  background: #f4f4f4 !important;
  border-top: 1px solid #dedede !important;
  border-bottom: 1px solid #dedede !important;
}

body.enterprise-home-v2 .home-v2-evidence-layout {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.28fr) minmax(0, 0.72fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: start !important;
}

body.enterprise-home-v2 .home-v2-evidence-layout > div:first-child p:not(.section-kicker) {
  color: #333 !important;
  line-height: 1.7 !important;
}

body.enterprise-home-v2 .home-v2-evidence-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d2d2d2 !important;
  border: 1px solid #d2d2d2 !important;
}

body.enterprise-home-v2 .home-v2-evidence-grid figure {
  background: #fff !important;
  border: 0 !important;
}

body.enterprise-home-v2 .home-v2-evidence-grid img {
  height: 170px !important;
  min-height: 170px !important;
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid,
  body.enterprise-home-v2 .home-v2-evidence-layout {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(2n) {
    border-right-width: 1px !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    padding-top: 22px !important;
    padding-bottom: 16px !important;
    gap: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    margin-top: 14px !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    margin-top: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 150px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual figcaption span {
    display: none !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: 1fr !important;
    padding-bottom: 24px !important;
  }

  body.enterprise-home-v2 .home-application-strip a {
    min-height: 74px !important;
    border-right-width: 1px !important;
    padding: 14px 16px !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(n + 3) {
    display: none !important;
  }

  body.enterprise-home-v2 .home-v2-section-head h2,
  body.enterprise-home-v2 .home-v2-evidence h2,
  body.enterprise-home-v2 .cosmo-home-cta h2 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid a:nth-child(n + 5) {
    display: none !important;
  }

  body.enterprise-home-v2 .home-v2-evidence-grid {
    grid-template-columns: 1fr !important;
  }

body.enterprise-home-v2 .home-v2-evidence-grid figure:nth-child(n + 3) {
    display: none !important;
  }
}

/* Final mobile support-page compression after removing duplicate sections. */
@media (max-width: 640px) {
  body.quality-page .quality-document-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.quality-page .quality-document-panel div {
    min-height: 0 !important;
    padding: 18px !important;
  }

  body.quality-page .quality-document-panel p {
    margin-top: 8px !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  body.contact-page .contact-card {
    padding: 22px 18px !important;
  }

  body.contact-page .contact-card > span,
  body.contact-page .contact-card h2,
  body.contact-page .contact-card > p,
  body.contact-page .contact-card dl div:nth-child(n + 3) {
    display: none !important;
  }

  body.contact-page .contact-card dl {
    margin-top: 0 !important;
    gap: 0 !important;
  }

  body.contact-page .contact-card dl div {
    padding: 12px 0 !important;
  }

  body.contact-page .contact-intake-panel {
    margin-top: 14px !important;
  }
}

/* Client-grade refinement pass: calmer enterprise typography and proof-led pages. */
:root {
  --dubhe-ink: #0b0b0b;
  --dubhe-muted: #4b4b4b;
  --dubhe-line: #d7d7d7;
  --dubhe-soft: #f6f6f4;
}

body {
  color: var(--dubhe-ink) !important;
  background: #fff !important;
  text-rendering: optimizeLegibility;
}

.site-header {
  height: 64px !important;
  border-bottom-color: #dadada !important;
}

.site-header .brand img {
  width: 42px !important;
  height: 42px !important;
}

.site-header .brand strong {
  font-size: 17px !important;
  letter-spacing: 0 !important;
}

.site-header .brand small {
  color: #555 !important;
  font-size: 11px !important;
}

.site-header .nav a {
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.enterprise-home-v2 .home-enterprise-hero {
  background: linear-gradient(180deg, #f7f7f5 0%, #efefed 100%) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.46fr) minmax(380px, 0.54fr) !important;
  min-height: calc(100vh - 184px) !important;
  padding-top: clamp(34px, 4.6vw, 62px) !important;
  padding-bottom: clamp(22px, 3vw, 34px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1,
.products-portal-page .product-hero-copy h1,
.category-detail-page .category-detail-hero h1,
.detail-page .detail-hero h1,
.positioning-page .application-dashboard-hero h1,
body.technical-catalog-page .hero h1,
body.about-page .portal-hero-content h1,
body.manufacturing-page .manufacturing-dashboard-hero h1,
body.quality-page .quality-dashboard-hero h1,
body.contact-page .contact-hero h1 {
  max-width: 780px !important;
  font-size: clamp(36px, 4vw, 56px) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker),
.products-portal-page .product-hero-copy > p,
.category-detail-page .category-detail-hero p:not(.section-kicker),
.detail-page .detail-hero p:not(.section-kicker),
.positioning-page .application-dashboard-hero p:not(.section-kicker) {
  color: #242424 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.enterprise-home-v2 .home-enterprise-visual img,
.products-portal-page .product-hero-media img,
.category-detail-page .category-detail-hero img,
.detail-page .detail-hero-photo img,
.detail-mobile-hero-visual img {
  filter: none !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(320px, 31vw, 440px) !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption,
.products-portal-page .product-hero-proof div,
.detail-page .detail-hero-docs a,
.detail-page .detail-hero-snapshot,
.detail-page .detail-hero-param-table {
  border-color: var(--dubhe-line) !important;
}

body.enterprise-home-v2 .home-application-strip {
  padding-bottom: 38px !important;
}

body.enterprise-home-v2 .home-application-strip a {
  min-height: 96px !important;
}

body.enterprise-home-v2 .home-application-strip strong {
  font-size: clamp(17px, 1.45vw, 22px) !important;
}

body.enterprise-home-v2 .cosmo-home-products,
.products-portal-page .product-platform-showcase {
  padding-top: clamp(38px, 4.5vw, 58px) !important;
  padding-bottom: clamp(42px, 4.8vw, 66px) !important;
}

body.enterprise-home-v2 .home-v2-section-head h2,
body.enterprise-home-v2 .home-v2-evidence h2,
body.enterprise-home-v2 .cosmo-home-cta h2,
.portal-section-head h2,
.cosmo-section-head h2,
.section-head h2 {
  font-size: clamp(28px, 3.2vw, 44px) !important;
  font-weight: 840 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .cosmo-product-grid a,
.products-portal-page .product-platform-grid a {
  min-height: 286px !important;
}

body.enterprise-home-v2 .cosmo-product-grid img,
.products-portal-page .product-platform-grid img {
  height: 158px !important;
  min-height: 158px !important;
}

.products-portal-page .product-portal-hero {
  min-height: 0 !important;
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: clamp(28px, 4vw, 44px) !important;
}

.products-portal-page .product-hero-media img {
  height: clamp(280px, 30vw, 430px) !important;
}

.product-family-rail a,
.product-section-tabs a,
.technical-route-grid a {
  border-radius: 0 !important;
}

.detail-page .detail-hero {
  min-height: 0 !important;
  padding-top: clamp(44px, 5vw, 70px) !important;
  padding-bottom: clamp(46px, 5vw, 72px) !important;
  background: var(--dubhe-soft) !important;
}

.detail-page .detail-hero h1 {
  font-size: clamp(38px, 4.2vw, 58px) !important;
}

.detail-page .detail-hero-photo,
.detail-page .detail-hero-diagram,
.detail-mobile-hero-visual {
  background: #fff !important;
  border: 1px solid var(--dubhe-line) !important;
  box-shadow: none !important;
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img {
  height: clamp(260px, 28vw, 380px) !important;
  object-fit: cover !important;
}

.detail-page .detail-buyer-verdict {
  color: var(--dubhe-ink) !important;
  background: #fff !important;
  border-top: 1px solid var(--dubhe-line) !important;
  border-bottom: 1px solid var(--dubhe-line) !important;
}

.detail-page .detail-buyer-verdict * {
  color: inherit !important;
}

.detail-page .detail-buyer-verdict div {
  background: #fff !important;
  border-color: var(--dubhe-line) !important;
}

.detail-page .detail-buyer-verdict span,
.detail-page .detail-buyer-verdict small {
  color: var(--dubhe-muted) !important;
}

body.technical-catalog-page .technical-routing-table td:nth-child(2)::before {
  content: "\9002\7528\4ea7\54c1" !important;
}

body.technical-catalog-page .technical-routing-table td:nth-child(3)::before {
  content: "\5ba2\6237\9700\51c6\5907" !important;
}

body.technical-catalog-page .technical-routing-table td:nth-child(4)::before {
  content: "\4e0b\4e00\6b65" !important;
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid,
  .products-portal-page .product-portal-hero,
  .detail-page .detail-hero {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-grid {
    min-height: 0 !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid,
  .products-portal-page .product-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 62px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-grid,
  .products-portal-page .product-portal-hero,
  .category-detail-page .category-detail-hero,
  .detail-page .detail-hero {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1,
  .products-portal-page .product-hero-copy h1,
  .category-detail-page .category-detail-hero h1,
  .detail-page .detail-hero h1,
  .positioning-page .application-dashboard-hero h1,
  body.technical-catalog-page .hero h1,
  body.about-page .portal-hero-content h1,
  body.manufacturing-page .manufacturing-dashboard-hero h1,
  body.quality-page .quality-dashboard-hero h1,
  body.contact-page .contact-hero h1 {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img,
  .products-portal-page .product-hero-media img,
  .category-detail-page .category-detail-hero img,
  .detail-page .detail-hero-photo img,
  .detail-page .detail-hero > figure img {
    height: 168px !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid,
  .products-portal-page .product-platform-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid a,
  .products-portal-page .product-platform-grid a {
    min-height: 0 !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid img,
  .products-portal-page .product-platform-grid img {
    height: 130px !important;
    min-height: 130px !important;
  }

  .detail-page .detail-buyer-verdict {
    display: none !important;
  }

  body.technical-catalog-page .technical-evidence-layout figure:nth-child(n + 2) {
    display: none !important;
  }
}

/* Higher-specificity corrections for legacy rules that were loaded earlier with body selectors. */
body.enterprise-home-v2 .home-enterprise-hero-grid {
  min-height: 0 !important;
  align-items: start !important;
  padding-top: clamp(42px, 5vh, 64px) !important;
  padding-bottom: clamp(34px, 4vh, 52px) !important;
}

body.detail-page .detail-buyer-verdict {
  color: var(--dubhe-ink) !important;
  background: #fff !important;
  border-top: 1px solid var(--dubhe-line) !important;
  border-bottom: 1px solid var(--dubhe-line) !important;
}

body.detail-page .detail-buyer-verdict-grid {
  background: #fff !important;
  border-left: 1px solid var(--dubhe-line) !important;
}

body.detail-page .detail-buyer-verdict article {
  color: var(--dubhe-ink) !important;
  background: #fff !important;
  border-right: 1px solid var(--dubhe-line) !important;
}

body.detail-page .detail-buyer-verdict span {
  color: #666 !important;
}

body.detail-page .detail-buyer-verdict strong {
  color: var(--dubhe-ink) !important;
}

body.detail-page .detail-buyer-verdict p {
  color: var(--dubhe-muted) !important;
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

/* Mobile category pages should still expose a compact technical basis. */
@media (max-width: 640px) {
  body.category-detail-page .category-technical-board {
    display: block !important;
    padding: 28px 0 30px !important;
    background: #fff !important;
    border-top: 1px solid var(--dubhe-line) !important;
  }

  body.category-detail-page .category-technical-layout {
    display: block !important;
  }

  body.category-detail-page .category-technical-copy {
    margin: 0 0 14px !important;
  }

  body.category-detail-page .category-technical-copy .section-kicker,
  body.category-detail-page .category-technical-copy h2,
  body.category-detail-page .category-technical-copy p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-indent: 0 !important;
    white-space: normal !important;
  }

  body.category-detail-page .category-technical-copy h2 {
    font-size: 24px !important;
    line-height: 1.18 !important;
  }

  body.category-detail-page .category-technical-copy p:not(.section-kicker) {
    color: #333 !important;
    font-size: 13px !important;
    line-height: 1.58 !important;
  }

  body.category-detail-page .category-technical-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border: 1px solid var(--dubhe-line) !important;
  }

  body.category-detail-page .category-technical-table tbody,
  body.category-detail-page .category-technical-table tr,
  body.category-detail-page .category-technical-table th,
  body.category-detail-page .category-technical-table td {
    display: block !important;
    width: 100% !important;
  }

  body.category-detail-page .category-technical-table tr:nth-child(n + 3) {
    display: none !important;
  }

  body.category-detail-page .category-technical-table th,
  body.category-detail-page .category-technical-table td {
    padding: 10px 12px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dubhe-line) !important;
    text-align: left !important;
  }

  body.category-detail-page .category-technical-table th {
    color: #111 !important;
    background: #f6f6f4 !important;
    font-size: 13px !important;
  }

  body.category-detail-page .category-technical-table td {
    color: #333 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  body.category-detail-page .category-asset-band {
    display: none !important;
  }
}

/* Product catalog page: reduce portal weight and keep the directory usable on mobile. */
body.product-catalog-page .catalog-hero {
  min-height: 0 !important;
  padding: clamp(34px, 4vw, 56px) clamp(28px, 5vw, 80px) !important;
  align-items: center !important;
}

body.product-catalog-page .catalog-hero h1 {
  font-size: clamp(38px, 4.4vw, 60px) !important;
  line-height: 1.05 !important;
}

body.product-catalog-page .catalog-hero p:not(.section-kicker) {
  max-width: 660px !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

body.product-catalog-page .catalog-hero-panel {
  min-height: 0 !important;
  padding: clamp(24px, 3vw, 36px) !important;
}

body.product-catalog-page .catalog-hero-panel strong {
  font-size: clamp(24px, 2.6vw, 36px) !important;
  line-height: 1.14 !important;
}

body.product-catalog-page .catalog-hero-routes {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 24px !important;
  background: rgba(255, 255, 255, 0.22) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.product-catalog-page .catalog-hero-routes a {
  display: grid !important;
  min-height: 92px !important;
  padding: 14px !important;
  align-content: start !important;
  color: #fff !important;
  background: #111 !important;
  text-decoration: none !important;
}

body.product-catalog-page .catalog-hero-routes b {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

body.product-catalog-page .catalog-hero-routes small {
  display: block !important;
  margin-top: 8px !important;
  color: #a8a8a8 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.product-catalog-page .catalog-hero-routes a:hover,
body.product-catalog-page .catalog-hero-routes a:focus-visible {
  color: #111 !important;
  background: #fff !important;
  outline: 0 !important;
}

body.product-catalog-page .catalog-hero-routes a:hover b,
body.product-catalog-page .catalog-hero-routes a:focus-visible b {
  color: #111 !important;
}

body.product-catalog-page .catalog-hero-routes a:hover small,
body.product-catalog-page .catalog-hero-routes a:focus-visible small {
  color: #444 !important;
}

body.product-catalog-page .product-section-tabs {
  background: #fff !important;
  border-top: 1px solid var(--dubhe-line) !important;
  border-bottom: 1px solid var(--dubhe-line) !important;
}

body.product-catalog-page .product-section-tabs .container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.product-catalog-page .product-section-tabs a {
  min-height: 52px !important;
  padding: 16px 20px !important;
  color: #111 !important;
  background: #fff !important;
  border-right: 1px solid var(--dubhe-line) !important;
  text-decoration: none !important;
}

body.product-catalog-page .product-section-tabs a:hover,
body.product-catalog-page .product-section-tabs a:focus-visible {
  color: #fff !important;
  background: #111 !important;
}

body.product-catalog-page .catalog-family-entry {
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: clamp(34px, 4vw, 52px) !important;
}

body.product-catalog-page .company-catalog-section {
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: clamp(34px, 4vw, 52px) !important;
}

@media (max-width: 640px) {
  body.product-catalog-page .catalog-hero {
    display: block !important;
    padding: 26px 14px 28px !important;
  }

  body.product-catalog-page .catalog-hero h1 {
    font-size: 32px !important;
    line-height: 1.12 !important;
  }

  body.product-catalog-page .catalog-hero p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  body.product-catalog-page .catalog-hero-panel {
    margin-top: 18px !important;
    padding: 18px !important;
  }

  body.product-catalog-page .catalog-hero-panel strong {
    font-size: 22px !important;
  }

  body.product-catalog-page .catalog-hero-panel p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  body.product-catalog-page .catalog-hero-routes {
    grid-template-columns: 1fr !important;
    margin-top: 16px !important;
  }

  body.product-catalog-page .catalog-hero-routes a {
    min-height: 0 !important;
    padding: 13px 14px !important;
  }

  body.product-catalog-page .catalog-hero-routes a:nth-child(n + 3) {
    display: none !important;
  }

  body.product-catalog-page .product-section-tabs .container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: visible !important;
  }

  body.product-catalog-page .product-section-tabs a {
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 13px 10px !important;
    font-size: 13px !important;
    text-align: center !important;
    white-space: normal !important;
    border-left: 1px solid var(--dubhe-line) !important;
    border-bottom: 1px solid var(--dubhe-line) !important;
  }

  body.product-catalog-page .catalog-family-entry {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.product-catalog-page .catalog-family-entry .section-head p:not(.section-kicker) {
    display: none !important;
  }

  body.product-catalog-page .catalog-family-grid a:nth-child(n + 5) {
    display: none !important;
  }

  body.product-catalog-page .company-catalog-section {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.product-catalog-page .company-catalog-section .section-head p:not(.section-kicker) {
    display: none !important;
  }

  body.product-catalog-page .company-catalog-tools {
    gap: 8px !important;
  }

  body.product-catalog-page .company-catalog-tools output {
    padding: 10px 0 !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(3)::before {
    content: "\7528\9014\4e0e\5ba2\6237" !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(4)::before {
    content: "\7ed3\6784\4e0e\6280\672f" !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(5)::before {
    content: "\76ee\5f55\5165\53e3" !important;
  }
}

@media (max-width: 900px) {
  body.product-catalog-page .company-catalog-table,
  body.product-catalog-page .company-catalog-table tbody,
  body.product-catalog-page .company-catalog-table tr,
  body.product-catalog-page .company-catalog-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.product-catalog-page .company-catalog-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  body.product-catalog-page .company-catalog-table thead,
  body.product-catalog-page .company-catalog-table td:first-child {
    display: none !important;
  }

  body.product-catalog-page .company-catalog-table tr {
    margin-bottom: 12px !important;
    border: 1px solid var(--dubhe-line) !important;
    background: #fff !important;
  }

  body.product-catalog-page .company-catalog-table td {
    border-right: 0 !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(3)::before {
    content: "\7528\9014\4e0e\5ba2\6237" !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(4)::before {
    content: "\7ed3\6784\4e0e\6280\672f" !important;
  }

  body.product-catalog-page .company-catalog-table td:nth-child(5)::before {
    content: "\76ee\5f55\5165\53e3" !important;
  }
}

/* Client trust pass: tighter first view, clearer buying paths, less mobile bulk. */
body.enterprise-home-v2 .home-enterprise-hero {
  border-bottom: 1px solid var(--dubhe-line) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.42fr) minmax(460px, 0.58fr) !important;
  gap: clamp(34px, 5vw, 76px) !important;
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: 28px !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  max-width: 610px !important;
  font-size: clamp(42px, 4.2vw, 62px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 590px !important;
}

body.enterprise-home-v2 .home-enterprise-actions {
  margin-top: 26px !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(300px, 29vw, 410px) !important;
}

body.enterprise-home-v2 .home-application-strip {
  padding-top: 0 !important;
  padding-bottom: 26px !important;
}

body.enterprise-home-v2 .home-application-strip a {
  min-height: 82px !important;
  padding: 16px 20px !important;
}

body.enterprise-home-v2 .cosmo-home-products {
  padding-top: clamp(32px, 3.8vw, 48px) !important;
}

body.enterprise-home-v2 .home-v2-section-head {
  margin-bottom: 20px !important;
}

body.enterprise-home-v2 .cosmo-product-grid a,
.products-portal-page .product-platform-grid a {
  min-height: 262px !important;
}

body.enterprise-home-v2 .cosmo-product-grid img,
.products-portal-page .product-platform-grid img {
  height: 146px !important;
  min-height: 146px !important;
}

.products-portal-page .product-portal-hero {
  min-height: 0 !important;
  padding-top: clamp(28px, 3.4vw, 44px) !important;
  padding-bottom: clamp(24px, 3.2vw, 38px) !important;
  border-bottom: 1px solid var(--dubhe-line) !important;
}

.products-portal-page .product-hero-media img {
  height: clamp(260px, 26vw, 360px) !important;
}

.products-portal-page .product-hero-proof {
  margin-top: -44px !important;
}

.products-portal-page .product-platform-showcase {
  padding-top: clamp(30px, 3.6vw, 46px) !important;
}

.products-portal-page .product-family-rail a {
  min-height: 48px !important;
  padding: 13px 18px !important;
}

.category-detail-page .category-detail-hero {
  grid-template-columns: minmax(0, 0.74fr) minmax(340px, 0.52fr) !important;
  padding-top: clamp(24px, 3vw, 40px) !important;
  padding-bottom: clamp(24px, 3vw, 40px) !important;
}

.category-detail-page .category-proof-strip {
  min-height: 0 !important;
}

.category-detail-page .category-products-band {
  padding-top: clamp(30px, 3.8vw, 48px) !important;
}

.category-detail-page .category-product-list {
  gap: 1px !important;
}

.category-detail-page .category-product-list article {
  box-shadow: none !important;
}

body.detail-page .detail-hero {
  grid-template-columns: minmax(0, 0.55fr) minmax(380px, 0.45fr) !important;
  padding-top: clamp(34px, 4vw, 56px) !important;
  padding-bottom: clamp(34px, 4vw, 56px) !important;
}

body.detail-page .detail-hero-photo img,
body.detail-page .detail-hero > figure img {
  height: clamp(240px, 24vw, 340px) !important;
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid,
  .products-portal-page .product-portal-hero,
  body.detail-page .detail-hero {
    grid-template-columns: 1fr !important;
  }

  .products-portal-page .product-hero-proof {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    padding-top: 20px !important;
    padding-bottom: 14px !important;
    gap: 14px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: 29px !important;
    line-height: 1.12 !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    margin-top: 10px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions .button {
    min-height: 42px !important;
    padding: 11px 10px !important;
    font-size: 14px !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions .button:nth-child(n + 3) {
    display: none !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 132px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual figcaption {
    padding: 11px 12px !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding-bottom: 16px !important;
  }

  body.enterprise-home-v2 .home-application-strip a {
    min-height: 58px !important;
    padding: 10px 12px !important;
  }

  body.enterprise-home-v2 .home-application-strip span {
    font-size: 10px !important;
  }

  body.enterprise-home-v2 .home-application-strip strong {
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  body.enterprise-home-v2 .cosmo-home-products {
    padding-top: 26px !important;
  }

  body.enterprise-home-v2 .home-v2-section-head p:not(.section-kicker),
  .products-portal-page .portal-section-head p:not(.section-kicker) {
    display: none !important;
  }

  body.enterprise-home-v2 .home-v2-section-head h2,
  .products-portal-page .portal-section-head h2 {
    font-size: 27px !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid a:nth-child(n + 4) {
    display: none !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid img,
  .products-portal-page .product-platform-grid img {
    height: 118px !important;
    min-height: 118px !important;
  }

  .products-portal-page .product-portal-hero {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .products-portal-page .product-hero-copy h1 {
    font-size: 29px !important;
    line-height: 1.12 !important;
  }

  .products-portal-page .product-hero-copy > p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .products-portal-page .product-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .products-portal-page .product-hero-actions .button:nth-child(n + 3) {
    display: none !important;
  }

  .products-portal-page .product-hero-media img {
    height: 132px !important;
  }

  .products-portal-page .product-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .products-portal-page .product-hero-proof div:nth-child(n + 3) {
    display: none !important;
  }

  .products-portal-page .product-platform-showcase {
    padding-top: 24px !important;
  }

  .products-portal-page .product-family-rail {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .products-portal-page .product-family-rail a:nth-child(n + 5) {
    display: none !important;
  }

  .products-portal-page .product-platform-grid a:nth-child(n + 5) {
    display: none !important;
  }

  .category-detail-page .category-detail-hero {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* Viewport continuity pass: avoid exposing only an orphan section title. */
body.enterprise-home-v2 .home-enterprise-hero-grid {
  padding-top: clamp(26px, 3.4vw, 44px) !important;
  padding-bottom: 20px !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(280px, 26vw, 380px) !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption {
  padding: 15px 18px !important;
}

body.enterprise-home-v2 .home-application-strip {
  padding-bottom: 18px !important;
}

body.enterprise-home-v2 .home-application-strip a {
  min-height: 72px !important;
}

body.enterprise-home-v2 .cosmo-home-products {
  padding-top: 24px !important;
}

body.enterprise-home-v2 .home-v2-section-head {
  grid-template-columns: minmax(330px, 0.34fr) minmax(0, 0.66fr) !important;
  align-items: start !important;
  margin-bottom: 16px !important;
}

body.enterprise-home-v2 .home-v2-section-head h2 {
  font-size: clamp(30px, 3.1vw, 42px) !important;
}

body.enterprise-home-v2 .home-v2-section-head p:not(.section-kicker) {
  max-width: 620px !important;
  width: min(620px, 100%) !important;
}

/* Contact page rebuild: clear inquiry form and direct social entry points. */
body.contact-page .contact-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.62fr) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  align-items: center !important;
  width: min(1280px, calc(100% - 96px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(42px, 5vw, 72px) 0 !important;
  background: #fff !important;
  border-bottom: 1px solid #dedede !important;
}

body.contact-page .contact-hero-copy {
  max-width: 760px !important;
}

body.contact-page .contact-hero h1 {
  max-width: 760px !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: 1.02 !important;
}

body.contact-page .contact-hero-copy > p:not(.section-kicker) {
  max-width: 700px !important;
  color: #222 !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
  line-height: 1.78 !important;
}

body.contact-page .contact-card {
  padding: clamp(24px, 3vw, 34px) !important;
  color: #111 !important;
  background: #f6f6f4 !important;
  border: 1px solid #d7d7d2 !important;
}

body.contact-page .contact-card span,
body.contact-page .contact-card p {
  color: #555 !important;
}

body.contact-page .contact-card h2 {
  margin: 14px 0 8px !important;
  color: #111 !important;
  font-size: clamp(28px, 2.8vw, 42px) !important;
}

body.contact-page .contact-social-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 22px !important;
  background: #d2d2cd !important;
  border: 1px solid #d2d2cd !important;
}

body.contact-page .contact-social-grid a {
  display: grid !important;
  min-height: 92px !important;
  align-content: center !important;
  padding: 16px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
}

body.contact-page .contact-social-grid a:first-child {
  color: #fff !important;
  background: #111 !important;
}

body.contact-page .contact-social-grid strong,
body.contact-page .contact-social-grid small {
  display: block !important;
}

body.contact-page .contact-social-grid strong {
  font-size: 16px !important;
  line-height: 1.25 !important;
}

body.contact-page .contact-social-grid small {
  margin-top: 8px !important;
  color: #666 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

body.contact-page .contact-social-grid a:first-child small {
  color: rgba(255, 255, 255, 0.68) !important;
}

body.contact-page .contact-social-grid a:hover,
body.contact-page .contact-social-grid a:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

body.contact-page .contact-social-grid a:hover small,
body.contact-page .contact-social-grid a:focus-visible small {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.contact-page .contact-form-section {
  padding: clamp(38px, 5vw, 70px) 0 !important;
  background: #f5f5f3 !important;
}

body.contact-page .contact-form-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr) !important;
  gap: clamp(28px, 4vw, 60px) !important;
  align-items: start !important;
}

body.contact-page .contact-inquiry-form {
  padding: clamp(22px, 3vw, 34px) !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #d7d7d2 !important;
}

body.contact-page .contact-inquiry-form .form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.contact-page .contact-inquiry-form label {
  display: grid !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

body.contact-page .contact-inquiry-form input,
body.contact-page .contact-inquiry-form textarea,
body.contact-page .contact-inquiry-form select {
  min-height: 46px !important;
  width: 100% !important;
  color: #111 !important;
  background: #f7f7f5 !important;
  border: 1px solid #d1d1cc !important;
}

body.contact-page .contact-inquiry-form textarea {
  resize: vertical !important;
}

body.contact-page .contact-inquiry-form .button.quiet {
  color: #111 !important;
  background: #fff !important;
  border-color: #cfcfca !important;
}

@media (max-width: 900px) {
  body.contact-page .contact-hero,
  body.contact-page .contact-form-layout {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, 720px) !important;
  }

  body.contact-page .contact-inquiry-form .form-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  body.contact-page .contact-hero {
    width: auto !important;
    padding: 28px 14px !important;
  }

  body.contact-page .contact-hero h1 {
    font-size: 34px !important;
  }

  body.contact-page .contact-hero .portal-hero-actions {
    grid-template-columns: 1fr !important;
  }

  body.contact-page .contact-social-grid {
    grid-template-columns: 1fr !important;
  }

  body.contact-page .contact-form-layout {
    width: auto !important;
    padding-inline: 14px !important;
  }
}

/* Support pages trust pass: compact audit pages and remove contact-page blank space. */
body.contact-page .contact-hero {
  align-items: start !important;
  min-height: 0 !important;
  width: min(1260px, calc(100% - 96px)) !important;
  padding-top: clamp(32px, 4vw, 48px) !important;
  padding-bottom: clamp(32px, 4vw, 48px) !important;
}

body.contact-page .contact-hero h1 {
  max-width: 700px !important;
  font-size: clamp(40px, 4.2vw, 58px) !important;
  line-height: 1.06 !important;
}

body.contact-page .contact-hero-copy {
  align-self: center !important;
}

body.contact-page .contact-hero-copy > p:not(.section-kicker) {
  max-width: 640px !important;
  overflow: visible !important;
}

body.contact-page .contact-card {
  padding: clamp(28px, 3.2vw, 40px) !important;
}

body.contact-page .contact-card dl div {
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 18px 0 !important;
}

body.contact-page .inquiry-routing-board {
  padding-top: clamp(28px, 3.6vw, 46px) !important;
  padding-bottom: clamp(30px, 3.8vw, 50px) !important;
}

body.contact-page .contact-form-section {
  padding-top: clamp(32px, 4vw, 52px) !important;
  padding-bottom: clamp(34px, 4vw, 56px) !important;
}

body.manufacturing-page .manufacturing-dashboard-hero,
body.quality-page .quality-dashboard-hero {
  min-height: 0 !important;
  padding-top: clamp(30px, 4vw, 48px) !important;
  padding-bottom: clamp(30px, 4vw, 48px) !important;
}

body.manufacturing-page .support-hero-evidence img,
body.quality-page .support-hero-evidence img {
  height: clamp(230px, 23vw, 330px) !important;
}

body.manufacturing-page .manufacturing-route-panel div,
body.quality-page .quality-document-panel div {
  min-height: 0 !important;
}

body.about-page .portal-hero {
  min-height: 0 !important;
}

body.about-page .portal-hero-content {
  padding-top: clamp(42px, 5vw, 74px) !important;
  padding-bottom: clamp(42px, 5vw, 74px) !important;
}

body.about-page .about-audit-pack,
body.about-page .about-evidence-section {
  padding-top: clamp(34px, 4vw, 54px) !important;
  padding-bottom: clamp(34px, 4vw, 56px) !important;
}

@media (max-width: 760px) {
  body.contact-page .contact-hero {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 22px 14px 24px !important;
  }

  body.contact-page .contact-hero-copy {
    padding: 0 !important;
  }

  body.contact-page .contact-hero h1 {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  body.contact-page .contact-hero-copy > p:not(.section-kicker) {
    display: block !important;
    max-height: none !important;
    margin-top: 14px !important;
    color: #222 !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
    overflow: visible !important;
  }

  body.contact-page .contact-hero .portal-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 16px !important;
  }

  body.contact-page .contact-card {
    margin-top: 18px !important;
    padding: 18px !important;
  }

  body.contact-page .contact-card > span,
  body.contact-page .contact-card h2,
  body.contact-page .contact-card > p {
    display: none !important;
  }

  body.contact-page .contact-card dl div {
    display: block !important;
    padding: 12px 0 !important;
  }

  body.contact-page .contact-card dl div:nth-child(n + 3) {
    display: none !important;
  }

  body.contact-page .contact-intake-panel {
    margin-top: 12px !important;
  }

  body.contact-page .contact-intake-panel div {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding: 10px 12px !important;
  }

  body.contact-page .inquiry-routing-board,
  body.contact-page .contact-form-section {
    padding-top: 26px !important;
    padding-bottom: 28px !important;
  }

  body.contact-page .inquiry-route-head p:not(.section-kicker),
  body.contact-page .contact-form-layout > div > p:not(.section-kicker) {
    display: none !important;
  }

  body.contact-page .inquiry-route-grid article:nth-child(n + 3) {
    display: none !important;
  }

  body.manufacturing-page .manufacturing-dashboard-hero,
  body.quality-page .quality-dashboard-hero {
    padding: 22px 14px 24px !important;
  }

  body.manufacturing-page .manufacturing-dashboard-copy h1,
  body.quality-page .quality-dashboard-copy h1 {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  body.manufacturing-page .manufacturing-dashboard-copy > p:not(.section-kicker),
  body.quality-page .quality-dashboard-copy > p:not(.section-kicker) {
    max-height: none !important;
    overflow: visible !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  body.manufacturing-page .support-hero-evidence img,
  body.quality-page .support-hero-evidence img {
    height: 132px !important;
  }

  body.manufacturing-page .manufacturing-route-panel div:nth-child(n + 2),
  body.quality-page .quality-document-panel div:nth-child(n + 2) {
    display: none !important;
  }

  body.manufacturing-page .process-evidence-grid a:nth-child(n + 4),
  body.quality-page .quality-family-grid a:nth-child(n + 4),
  body.about-page .audit-pack-grid a:nth-child(n + 4),
  body.about-page .about-evidence-gallery figure:nth-child(n + 3) {
    display: none !important;
  }

  body.about-page .portal-hero-content {
    padding: 34px 14px !important;
  }

  body.about-page .about-audit-pack,
  body.about-page .about-evidence-section {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }
}

/* Never truncate support-page value propositions on mobile. */
body.about-page .portal-hero-content p,
body.manufacturing-page .manufacturing-dashboard-copy p,
body.quality-page .quality-dashboard-copy p,
body.contact-page .contact-hero-copy p {
  max-height: none !important;
  overflow: visible !important;
  -webkit-line-clamp: initial !important;
  line-clamp: initial !important;
}

@media (max-width: 760px) {
  body.manufacturing-page .manufacturing-dashboard-copy p:not(.section-kicker),
  body.quality-page .quality-dashboard-copy p:not(.section-kicker),
  body.about-page .portal-hero-content p:not(.section-kicker),
  body.contact-page .contact-hero-copy p:not(.section-kicker) {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    -webkit-line-clamp: initial !important;
    line-clamp: initial !important;
  }
}

/* Final desktop contact correction: keep the contact route direct and compact. */
@media (min-width: 761px) {
  body.contact-page .contact-hero {
    grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr) !important;
    align-items: center !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body.contact-page .contact-card {
    align-self: center !important;
    max-width: 460px !important;
    justify-self: end !important;
    padding: 28px 34px !important;
  }

  body.contact-page .contact-card h2 {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  body.contact-page .contact-card > p {
    margin-top: 8px !important;
    font-size: 14px !important;
  }

  body.contact-page .contact-card dl {
    margin-top: 18px !important;
  }

  body.contact-page .contact-card dl div {
    padding: 12px 0 !important;
  }

  body.contact-page .contact-intake-panel {
    margin-top: 12px !important;
  }

  body.contact-page .contact-intake-panel > strong {
    padding: 11px 12px !important;
  }

  body.contact-page .contact-intake-panel div {
    padding: 9px 12px !important;
  }
}

body.products-portal-page .product-portal-hero {
  min-height: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 26px !important;
}

body.products-portal-page .product-hero-media img {
  height: clamp(240px, 24vw, 330px) !important;
}

body.products-portal-page .product-hero-proof {
  grid-column: 1 / -1 !important;
  margin-top: 20px !important;
  position: relative !important;
  z-index: 1 !important;
}

body.products-portal-page .product-hero-proof div {
  min-height: 86px !important;
  padding: 18px 22px !important;
}

body.products-portal-page .product-platform-showcase {
  padding-top: 24px !important;
}

body.products-portal-page .portal-section-head {
  margin-bottom: 16px !important;
}

body.detail-page .detail-hero {
  padding-top: 30px !important;
  padding-bottom: 32px !important;
}

body.detail-page .detail-hero-docs {
  margin-top: 18px !important;
}

body.detail-page .detail-hero-photo img,
body.detail-page .detail-hero > figure img {
  height: clamp(220px, 22vw, 315px) !important;
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    padding-top: 18px !important;
    padding-bottom: 12px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 126px !important;
  }

  body.enterprise-home-v2 .cosmo-home-products {
    padding-top: 22px !important;
  }

  body.products-portal-page .product-portal-hero {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.products-portal-page .product-hero-media img {
    height: 124px !important;
  }

  body.products-portal-page .product-hero-proof div {
    min-height: 66px !important;
    padding: 12px !important;
  }

  body.detail-page .detail-hero {
    padding-top: 18px !important;
    padding-bottom: 20px !important;
  }

  body.detail-page .detail-hero-docs,
  body.detail-page .detail-hero-snapshot {
    margin-top: 12px !important;
  }

  body.detail-page .detail-hero-docs a:nth-child(n + 2) {
    display: none !important;
  }

  body.detail-page .detail-hero-photo img,
  body.detail-page .detail-hero > figure img {
    height: 132px !important;
  }
}

/* Client presentation pass: calmer industrial portal, less generated-looking density. */
body.enterprise-home-v2,
body.products-portal-page,
body.detail-page {
  background: #f6f6f4 !important;
  color: #111 !important;
}

body.enterprise-home-v2 .site-header,
body.products-portal-page .site-header,
body.detail-page .site-header {
  min-height: 70px !important;
  padding: 0 clamp(22px, 4vw, 54px) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #deded9 !important;
  box-shadow: none !important;
}

body.enterprise-home-v2 .brand,
body.products-portal-page .brand,
body.detail-page .brand {
  gap: 12px !important;
}

body.enterprise-home-v2 .brand img,
body.products-portal-page .brand img,
body.detail-page .brand img {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #d6d6d0 !important;
  background: #fff !important;
}

body.enterprise-home-v2 .brand strong,
body.products-portal-page .brand strong,
body.detail-page .brand strong {
  font-size: 20px !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .brand small,
body.products-portal-page .brand small,
body.detail-page .brand small {
  font-size: 12px !important;
  color: #666 !important;
}

body.enterprise-home-v2 .home-enterprise-hero {
  background: #f6f6f4 !important;
  border-bottom: 1px solid #deded9 !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  width: min(1180px, calc(100% - 72px)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.48fr) minmax(420px, 0.52fr) !important;
  gap: clamp(34px, 5vw, 74px) !important;
  padding-top: clamp(46px, 6vw, 82px) !important;
  padding-bottom: 28px !important;
  align-items: center !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy {
  max-width: 600px !important;
}

body.enterprise-home-v2 .section-kicker,
body.products-portal-page .section-kicker,
body.detail-page .section-kicker {
  color: #111 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  max-width: 640px !important;
  margin-top: 14px !important;
  font-size: clamp(44px, 4.4vw, 62px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 500px !important;
  margin-top: 22px !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.78 !important;
}

body.enterprise-home-v2 .home-enterprise-actions {
  margin-top: 28px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body.enterprise-home-v2 .button,
body.products-portal-page .button,
body.detail-page .button {
  border-radius: 0 !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .button.primary,
body.products-portal-page .button.primary,
body.detail-page .button.primary {
  background: #0b0b0b !important;
  border-color: #0b0b0b !important;
  color: #fff !important;
}

body.enterprise-home-v2 .button.quiet,
body.products-portal-page .button.quiet,
body.detail-page .button.quiet {
  background: #fff !important;
  border-color: #cfcfca !important;
  color: #111 !important;
}

body.enterprise-home-v2 .home-enterprise-visual {
  border: 1px solid #d8d8d2 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(300px, 31vw, 440px) !important;
  object-fit: cover !important;
  filter: grayscale(0.15) contrast(1.02) !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption {
  display: grid !important;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: 18px !important;
  align-items: start !important;
  padding: 18px 20px !important;
  background: #fff !important;
  border-top: 1px solid #deded9 !important;
}

body.enterprise-home-v2 .home-enterprise-visual strong {
  font-size: 15px !important;
  line-height: 1.4 !important;
}

body.enterprise-home-v2 .home-enterprise-visual span {
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.enterprise-home-v2 .home-application-strip {
  width: min(1180px, calc(100% - 72px)) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 0 0 34px !important;
}

body.enterprise-home-v2 .home-application-strip a {
  min-height: 74px !important;
  padding: 17px 18px !important;
  border: 1px solid #d8d8d2 !important;
  border-right: 0 !important;
  background: #fff !important;
  border-radius: 0 !important;
}

body.enterprise-home-v2 .home-application-strip a:last-child {
  border-right: 1px solid #d8d8d2 !important;
}

body.enterprise-home-v2 .home-application-strip span,
body.enterprise-home-v2 .cosmo-product-grid span,
body.products-portal-page .product-platform-grid span {
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
}

body.enterprise-home-v2 .home-application-strip strong {
  margin-top: 8px !important;
  color: #111 !important;
  font-size: 17px !important;
}

body.enterprise-home-v2 .cosmo-home-products,
body.products-portal-page .product-platform-showcase {
  background: #fff !important;
  padding-top: clamp(46px, 5vw, 70px) !important;
  padding-bottom: clamp(48px, 5vw, 72px) !important;
}

body.enterprise-home-v2 .home-v2-section-head,
body.products-portal-page .portal-section-head {
  width: min(1180px, 100%) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr) !important;
  gap: clamp(22px, 4vw, 54px) !important;
  margin-bottom: 28px !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid #deded9 !important;
}

body.enterprise-home-v2 .home-v2-section-head h2,
body.products-portal-page .portal-section-head h2 {
  margin: 0 !important;
  font-size: clamp(34px, 3.8vw, 48px) !important;
  line-height: 1.08 !important;
}

body.enterprise-home-v2 .home-v2-section-head p:not(.section-kicker),
body.products-portal-page .portal-section-head p:not(.section-kicker) {
  display: block !important;
  max-width: 620px !important;
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

body.enterprise-home-v2 .cosmo-product-grid,
body.products-portal-page .product-platform-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d2 !important;
  border: 1px solid #d8d8d2 !important;
}

body.enterprise-home-v2 .cosmo-product-grid a,
body.products-portal-page .product-platform-grid a {
  min-height: 0 !important;
  padding: 0 0 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-home-v2 .cosmo-product-grid img,
body.products-portal-page .product-platform-grid img {
  width: 100% !important;
  height: clamp(170px, 18vw, 230px) !important;
  min-height: 0 !important;
  margin: 0 0 20px !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

body.enterprise-home-v2 .cosmo-product-grid span,
body.enterprise-home-v2 .cosmo-product-grid strong,
body.enterprise-home-v2 .cosmo-product-grid small,
body.products-portal-page .product-platform-grid span,
body.products-portal-page .product-platform-grid strong,
body.products-portal-page .product-platform-grid small {
  display: block !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}

body.enterprise-home-v2 .cosmo-product-grid strong,
body.products-portal-page .product-platform-grid strong {
  margin-top: 10px !important;
  color: #111 !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
}

body.enterprise-home-v2 .cosmo-product-grid small,
body.products-portal-page .product-platform-grid small {
  margin-top: 10px !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

body.enterprise-home-v2 .home-product-directory-link {
  margin-top: 26px !important;
}

body.enterprise-home-v2 .home-v2-evidence {
  padding-top: clamp(44px, 5vw, 64px) !important;
  padding-bottom: clamp(46px, 5vw, 70px) !important;
  background: #f6f6f4 !important;
  border-top: 1px solid #deded9 !important;
  border-bottom: 1px solid #deded9 !important;
}

body.enterprise-home-v2 .home-v2-evidence-layout {
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(24px, 4vw, 54px) !important;
  align-items: start !important;
}

body.enterprise-home-v2 .home-v2-evidence h2 {
  font-size: clamp(30px, 3.3vw, 44px) !important;
  line-height: 1.12 !important;
}

body.enterprise-home-v2 .home-v2-evidence-grid {
  gap: 1px !important;
  background: #d8d8d2 !important;
  border: 1px solid #d8d8d2 !important;
}

body.enterprise-home-v2 .home-v2-evidence-grid figure {
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body.products-portal-page .product-portal-hero {
  width: min(1180px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  padding-top: clamp(38px, 5vw, 64px) !important;
  padding-bottom: 32px !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 0.47fr) minmax(0, 0.53fr) !important;
  gap: clamp(26px, 4vw, 56px) !important;
  background: #f6f6f4 !important;
}

body.products-portal-page .product-hero-media {
  order: 2 !important;
  border: 1px solid #d8d8d2 !important;
  background: #fff !important;
}

body.products-portal-page .product-hero-copy {
  order: 1 !important;
  align-self: center !important;
}

body.products-portal-page .product-hero-copy h1 {
  font-size: clamp(42px, 4.8vw, 66px) !important;
  line-height: 1.03 !important;
}

body.products-portal-page .product-hero-copy > p {
  max-width: 590px !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

body.products-portal-page .product-hero-proof {
  order: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d2 !important;
  border: 1px solid #d8d8d2 !important;
}

body.products-portal-page .product-hero-proof div {
  min-height: 80px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body.detail-page .breadcrumb-bar {
  background: #f6f6f4 !important;
  border-bottom: 1px solid #deded9 !important;
}

body.detail-page .detail-hero {
  background: #f6f6f4 !important;
  border-bottom: 1px solid #deded9 !important;
}

body.detail-page .detail-hero h1 {
  max-width: 650px !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.06 !important;
}

body.detail-page .detail-hero p:not(.section-kicker) {
  max-width: 660px !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.detail-page .detail-hero-docs,
body.detail-page .detail-hero-snapshot,
body.detail-page .detail-hero-param-table,
body.detail-page .detail-hero-photo,
body.detail-page .detail-mobile-hero-visual {
  border-radius: 0 !important;
  border-color: #d8d8d2 !important;
  box-shadow: none !important;
}

body.detail-page .detail-hero-photo img,
body.detail-page .detail-mobile-hero-visual img,
body.detail-page .detail-hero > figure img {
  filter: grayscale(0.05) contrast(1.03) !important;
}

body.detail-page .detail-inquiry-route,
body.detail-page .detail-visual-evidence {
  background: #fff !important;
  border-top: 1px solid #deded9 !important;
  border-bottom: 1px solid #deded9 !important;
}

body.detail-page .detail-inquiry-route {
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: clamp(36px, 4vw, 54px) !important;
}

body.detail-page .detail-visual-evidence {
  padding-top: clamp(34px, 4vw, 52px) !important;
  padding-bottom: clamp(36px, 4vw, 54px) !important;
}

body.detail-page .detail-inquiry-route-grid,
body.detail-page .detail-visual-evidence-grid {
  gap: 1px !important;
  background: #d8d8d2 !important;
  border: 1px solid #d8d8d2 !important;
}

body.detail-page .detail-inquiry-card,
body.detail-page .detail-visual-evidence-grid figure {
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid,
  body.products-portal-page .product-portal-hero {
    width: auto !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual,
  body.products-portal-page .product-hero-media {
    order: initial !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    width: auto !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-bottom: 22px !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(2n) {
    border-right: 1px solid #d8d8d2 !important;
  }

  body.enterprise-home-v2 .home-v2-section-head,
  body.products-portal-page .portal-section-head,
  body.enterprise-home-v2 .home-v2-evidence-layout {
    display: block !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid,
  body.products-portal-page .product-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.products-portal-page .product-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  body.enterprise-home-v2 .home-enterprise-hero-copy {
    max-width: none !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: 42px !important;
    line-height: 1.08 !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.products-portal-page .product-hero-copy h1 {
    font-size: 48px !important;
    line-height: 1.08 !important;
    max-width: 720px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img,
  body.products-portal-page .product-hero-media img {
    height: 260px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-grid,
  body.products-portal-page .product-portal-hero {
    gap: 20px !important;
  }

  body.detail-page .detail-hero h1 {
    font-size: 44px !important;
    line-height: 1.08 !important;
  }

  body.detail-page .detail-hero-photo img,
  body.detail-page .detail-mobile-hero-visual img,
  body.detail-page .detail-hero > figure img {
    height: 240px !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .site-header,
  body.products-portal-page .site-header,
  body.detail-page .site-header {
    min-height: 60px !important;
    padding: 0 14px !important;
  }

  body.enterprise-home-v2 .brand img,
  body.products-portal-page .brand img,
  body.detail-page .brand img {
    width: 38px !important;
    height: 38px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-grid {
    padding-top: 20px !important;
    padding-bottom: 14px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: 32px !important;
    line-height: 1.12 !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    margin-top: 13px !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions .button:nth-child(n + 3) {
    display: none !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img,
  body.products-portal-page .product-hero-media img {
    height: 150px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual figcaption {
    display: block !important;
    padding: 12px 14px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual figcaption span {
    display: none !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  body.enterprise-home-v2 .home-application-strip a {
    min-height: 60px !important;
    padding: 12px !important;
  }

  body.enterprise-home-v2 .home-application-strip strong {
    font-size: 15px !important;
  }

  body.enterprise-home-v2 .cosmo-home-products,
  body.products-portal-page .product-platform-showcase {
    padding-top: 30px !important;
    padding-bottom: 34px !important;
  }

  body.enterprise-home-v2 .home-v2-section-head,
  body.products-portal-page .portal-section-head {
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
  }

  body.enterprise-home-v2 .home-v2-section-head h2,
  body.products-portal-page .portal-section-head h2 {
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  body.enterprise-home-v2 .home-v2-section-head p:not(.section-kicker),
  body.products-portal-page .portal-section-head p:not(.section-kicker) {
    display: none !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid,
  body.products-portal-page .product-platform-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid a:nth-child(n + 4),
  body.products-portal-page .product-platform-grid a:nth-child(n + 5) {
    display: none !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid img,
  body.products-portal-page .product-platform-grid img {
    height: 138px !important;
    margin-bottom: 14px !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid strong,
  body.products-portal-page .product-platform-grid strong {
    font-size: 18px !important;
  }

  body.enterprise-home-v2 .home-v2-evidence {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.enterprise-home-v2 .home-v2-evidence h2 {
    font-size: 25px !important;
  }

  body.enterprise-home-v2 .home-v2-evidence-grid figure:nth-child(n + 3) {
    display: none !important;
  }

  body.products-portal-page .product-portal-hero {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  body.products-portal-page .product-hero-copy h1 {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  body.products-portal-page .product-hero-copy > p {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  body.products-portal-page .product-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  body.products-portal-page .product-hero-actions .button:nth-child(n + 3),
  body.products-portal-page .product-hero-proof div:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-hero {
    padding-top: 16px !important;
    padding-bottom: 18px !important;
  }

  body.detail-page .detail-hero h1 {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  body.detail-page .detail-hero p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  body.detail-page .detail-hero-photo img,
  body.detail-page .detail-mobile-hero-visual img,
  body.detail-page .detail-hero > figure img {
    height: 124px !important;
  }

  body.detail-page .detail-hero-photo figcaption,
  body.detail-page .detail-mobile-hero-visual figcaption {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  body.detail-page .detail-hero-docs {
    display: none !important;
  }

  body.detail-page .detail-hero-docs a {
    min-height: 44px !important;
    padding: 10px 12px !important;
  }

  body.detail-page .detail-hero-snapshot {
    margin-top: 12px !important;
    padding: 12px !important;
  }

  body.detail-page .detail-hero-param-table th,
  body.detail-page .detail-hero-param-table td {
    padding: 9px 10px !important;
    font-size: 12px !important;
  }

  body.detail-page .detail-hero-param-table td {
    max-height: 4.8em !important;
    overflow: hidden !important;
  }

  body.detail-page .detail-hero-param-table tr:nth-child(n + 4) {
    display: none !important;
  }

  body.detail-page .specialty-hero-callout {
    display: none !important;
  }

  body.detail-page .detail-inquiry-route,
  body.detail-page .detail-visual-evidence {
    padding-top: 26px !important;
    padding-bottom: 28px !important;
  }

  body.detail-page .detail-inquiry-route-layout,
  body.detail-page .detail-visual-evidence-layout {
    display: block !important;
  }

  body.detail-page .detail-inquiry-route-head p:not(.section-kicker),
  body.detail-page .detail-visual-evidence-head p:not(.section-kicker),
  body.detail-page .detail-visual-shooting-guide {
    display: none !important;
  }

  body.detail-page .detail-inquiry-route-head h2,
  body.detail-page .detail-visual-evidence-head h2 {
    font-size: 25px !important;
    line-height: 1.18 !important;
  }

  body.detail-page .detail-inquiry-route-grid {
    margin-top: 14px !important;
    grid-template-columns: 1fr !important;
  }

  body.detail-page .detail-inquiry-card {
    padding: 16px !important;
  }

  body.detail-page .detail-inquiry-card:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-visual-evidence-grid {
    margin-top: 14px !important;
    grid-template-columns: 1fr !important;
  }

  body.detail-page .detail-visual-evidence-grid figure:nth-child(n + 3) {
    display: none !important;
  }

  body.detail-page .detail-visual-evidence-grid svg,
  body.detail-page .detail-visual-evidence-grid .detail-process-reference img {
    height: 150px !important;
  }

  body.detail-page .detail-full-tds,
  body.detail-page .detail-diagrams {
    margin-top: 18px !important;
  }
}

/* Category landing page repair: mobile must read like a real product route, not a squeezed desktop grid. */
body.category-detail-page {
  background: #f6f6f4 !important;
  color: #111 !important;
}

body.category-detail-page .category-detail-hero {
  width: min(1180px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  padding-top: clamp(42px, 5vw, 70px) !important;
  padding-bottom: clamp(42px, 5vw, 66px) !important;
  background: #f6f6f4 !important;
}

body.category-detail-page .category-family-rail {
  display: none !important;
}

body.category-detail-page .category-detail-hero > div {
  min-width: 0 !important;
  align-self: center !important;
}

body.category-detail-page .category-detail-hero h1 {
  margin-top: 14px !important;
  font-size: clamp(46px, 5vw, 72px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

body.category-detail-page .category-detail-hero p:not(.section-kicker) {
  max-width: 650px !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

body.category-detail-page .category-detail-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

body.category-detail-page .category-detail-actions .button {
  border-radius: 0 !important;
}

body.category-detail-page .category-route-panel {
  margin-top: 18px !important;
  border: 1px solid #d8d8d2 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.category-detail-page .category-route-panel > span {
  display: block !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid #d8d8d2 !important;
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.category-detail-page .category-route-panel dl {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

body.category-detail-page .category-route-panel dl div {
  min-width: 0 !important;
  padding: 14px 16px !important;
  border-right: 1px solid #d8d8d2 !important;
}

body.category-detail-page .category-route-panel dl div:last-child {
  border-right: 0 !important;
}

body.category-detail-page .category-route-panel dt {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-route-panel dd {
  margin-top: 8px !important;
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.category-detail-page .category-detail-hero figure {
  margin: 0 !important;
  align-self: center !important;
  border: 1px solid #d8d8d2 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.category-detail-page .category-detail-hero img {
  width: 100% !important;
  height: clamp(250px, 25vw, 350px) !important;
  object-fit: cover !important;
}

body.category-detail-page .category-detail-hero figcaption {
  padding: 14px 16px !important;
  border-top: 1px solid #d8d8d2 !important;
  color: #222 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

body.category-detail-page .category-proof-strip {
  background: #0d0d0d !important;
  color: #fff !important;
}

body.category-detail-page .category-proof-strip dl {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
}

body.category-detail-page .category-proof-strip dl div {
  min-width: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.category-detail-page .category-detail-products article {
  border-radius: 0 !important;
  border-color: #d8d8d2 !important;
  box-shadow: none !important;
}

body.category-detail-page .category-detail-products img {
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  body.category-detail-page .category-detail-hero {
    width: auto !important;
    display: block !important;
    padding: 26px 18px 28px !important;
  }

  body.category-detail-page .category-detail-hero h1 {
    font-size: 38px !important;
    line-height: 1.12 !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  body.category-detail-page .category-detail-hero p:not(.section-kicker) {
    max-width: none !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  body.category-detail-page .category-detail-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.category-detail-page .category-detail-actions .button {
    width: auto !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 0 10px !important;
    white-space: nowrap !important;
  }

  body.category-detail-page .category-route-panel dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.category-detail-page .category-route-panel dl div {
    border-right: 1px solid #d8d8d2 !important;
    border-bottom: 1px solid #d8d8d2 !important;
  }

  body.category-detail-page .category-detail-hero figure {
    margin-top: 18px !important;
  }

  body.category-detail-page .category-detail-hero img {
    height: 240px !important;
  }

  body.category-detail-page .category-proof-strip dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.category-detail-page .category-detail-hero {
    padding: 20px 14px 22px !important;
  }

  body.category-detail-page .category-detail-hero h1 {
    font-size: 31px !important;
    line-height: 1.14 !important;
  }

  body.category-detail-page .category-detail-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 16px !important;
  }

  body.category-detail-page .category-detail-actions .button:nth-child(n + 3) {
    display: none !important;
  }

  body.category-detail-page .category-route-panel {
    display: none !important;
  }

  body.category-detail-page .category-detail-hero img {
    height: 150px !important;
  }

  body.category-detail-page .category-detail-hero figcaption {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }

  body.category-detail-page .category-proof-strip dl {
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-proof-strip dl div:nth-child(n + 3) {
    display: none !important;
  }

  body.category-detail-page .category-products-band,
  body.category-detail-page .category-asset-band,
  body.category-detail-page .category-equipment-depth-section {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }

  body.category-detail-page .category-products-band .section-head p:not(.section-kicker),
  body.category-detail-page .category-asset-layout > div > p:not(.section-kicker) {
    display: none !important;
  }

  body.category-detail-page .category-detail-products article:nth-child(n + 3),
  body.category-detail-page .category-evidence-gallery figure:nth-child(n + 3) {
    display: none !important;
  }
}

/* Application positioning page: keep mobile hero as a route entry, not a long card stack. */
@media (max-width: 640px) {
  body.positioning-page .application-dashboard-hero {
    padding-top: 20px !important;
    padding-bottom: 22px !important;
  }

  body.positioning-page .application-dashboard-copy h1 {
    font-size: 31px !important;
    line-height: 1.14 !important;
  }

  body.positioning-page .application-dashboard-copy > p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  body.positioning-page .application-dashboard-hero .portal-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 16px !important;
  }

  body.positioning-page .application-dashboard-hero .portal-hero-actions .button {
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 0 10px !important;
  }

  body.positioning-page .application-hero-evidence {
    margin-top: 18px !important;
  }

  body.positioning-page .application-hero-evidence img {
    height: 150px !important;
  }

  body.positioning-page .application-hero-evidence figcaption {
    padding: 10px 12px !important;
  }

  body.positioning-page .application-route-panel {
    display: none !important;
  }
}

body.positioning-page .application-dashboard-hero .application-route-panel a p {
  color: #d4d4d4 !important;
}

body.positioning-page .application-dashboard-hero .application-route-panel a span {
  color: #b8b8b8 !important;
}

/* Final ecosystem-positioning responsive pass. Keep these rules last. */
body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.48fr) minmax(420px, 0.52fr) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy {
  max-width: 600px !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  max-width: 640px !important;
  font-size: clamp(44px, 4.4vw, 62px) !important;
  line-height: 1.02 !important;
  text-wrap: balance !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 span {
  display: block !important;
  white-space: nowrap !important;
}

@media (max-width: 900px) {
  body.product-catalog-page .company-catalog-table,
  body.product-catalog-page .company-catalog-table tbody,
  body.product-catalog-page .company-catalog-table tr,
  body.product-catalog-page .company-catalog-table td,
  body.manufacturing-page .manufacturing-validation-table,
  body.manufacturing-page .manufacturing-validation-table tbody,
  body.manufacturing-page .manufacturing-validation-table tr,
  body.manufacturing-page .manufacturing-validation-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.product-catalog-page .company-catalog-table thead,
  body.product-catalog-page .company-catalog-table td:first-child,
  body.manufacturing-page .manufacturing-validation-table thead {
    display: none !important;
  }

  body.product-catalog-page .company-catalog-table tr,
  body.manufacturing-page .manufacturing-validation-table tr {
    margin-bottom: 12px !important;
    border: 1px solid var(--dubhe-line, #d8d8d4) !important;
    background: #fff !important;
  }

  body.product-catalog-page .company-catalog-table td,
  body.manufacturing-page .manufacturing-validation-table td {
    border-right: 0 !important;
  }

  body.manufacturing-page .manufacturing-validation-layout {
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .manufacturing-validation-table td:first-child {
    display: block !important;
    color: #fff !important;
    background: #111 !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: 31px !important;
  }

  body.product-catalog-page .product-section-tabs .container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: visible !important;
  }

  body.product-catalog-page .product-section-tabs a {
    min-width: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

/* Enterprise portal refinement: keep the first screen concise and evidence-led. */
body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.43fr) minmax(420px, 0.57fr) !important;
  padding-top: clamp(38px, 5vw, 68px) !important;
  padding-bottom: 22px !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 520px !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

body.enterprise-home-v2 .home-enterprise-actions {
  margin-top: 22px !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(280px, 29vw, 400px) !important;
}

body.enterprise-home-v2 .home-application-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  padding-bottom: 28px !important;
}

body.enterprise-home-v2 .home-application-strip a {
  min-height: 68px !important;
  padding: 14px 14px !important;
}

body.enterprise-home-v2 .home-application-strip strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

body.enterprise-home-v2 .home-route-finder-panel {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  background: #fff !important;
}

body.enterprise-home-v2 .home-route-finder-layout {
  align-items: end !important;
  gap: 28px !important;
}

body.enterprise-home-v2 .home-route-finder-layout h2 {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.1 !important;
}

body.enterprise-home-v2 .route-finder-form {
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(132px, auto) !important;
  gap: 10px !important;
}

body.enterprise-home-v2 .route-finder-form label {
  min-width: 0 !important;
}

body.enterprise-home-v2 .route-finder-form select {
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.enterprise-home-v2 .cosmo-product-grid img,
body.enterprise-home-v2 .home-v2-evidence-grid img {
  display: block !important;
  background: #ececea !important;
}

body.enterprise-home-v2 .cosmo-home-products {
  padding-top: clamp(40px, 4vw, 58px) !important;
}

body.products-portal-page .product-hero-copy h1 {
  max-width: 620px !important;
  font-size: clamp(40px, 4.1vw, 58px) !important;
  line-height: 1.06 !important;
}

body.products-portal-page .product-portal-hero {
  padding-top: clamp(34px, 4vw, 54px) !important;
}

@media (max-width: 1100px) {
  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(3n) {
    border-right: 1px solid #d8d8d2 !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    width: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding-top: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy,
  body.enterprise-home-v2 .home-enterprise-visual {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-bottom: 18px !important;
  }

  body.enterprise-home-v2 .home-application-strip a {
    min-height: 56px !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(n + 5) {
    display: none !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(3),
  body.enterprise-home-v2 .home-application-strip a:nth-child(4) {
    display: block !important;
  }

  body.enterprise-home-v2 .home-application-strip span,
  body.enterprise-home-v2 .home-application-strip strong {
    display: block !important;
  }

  body.enterprise-home-v2 .home-route-finder-panel {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }

  body.enterprise-home-v2 .home-route-finder-layout h2 {
    font-size: 27px !important;
  }

  body.enterprise-home-v2 .route-finder-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .route-finder-form label {
    min-width: 0 !important;
  }

  body.products-portal-page .product-hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }
}

/* Equipment category depth must remain visible: it proves DUBHE handles site-specific solutions. */
body.category-detail-page .category-equipment-depth-section {
  display: block !important;
  background: #0d0d0d !important;
  color: #fff !important;
  border-top: 1px solid #222 !important;
  border-bottom: 1px solid #222 !important;
}

body.category-detail-page .category-equipment-depth-section .equipment-field-section {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.category-detail-page .category-equipment-depth-section .equipment-field-section > div {
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body.category-detail-page .category-equipment-depth-section .section-kicker {
  color: #cfcfcf !important;
}

body.category-detail-page .category-equipment-depth-section h2 {
  max-width: 520px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.12 !important;
}

body.category-detail-page .category-equipment-depth-section p:not(.section-kicker) {
  max-width: 560px !important;
  color: #d8d8d8 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

body.category-detail-page .category-equipment-depth-section dl {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.category-detail-page .category-equipment-depth-section dl div {
  min-width: 0 !important;
  padding: 18px 20px !important;
  background: #111 !important;
}

body.category-detail-page .category-equipment-depth-section dt {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-equipment-depth-section dd {
  margin: 10px 0 0 !important;
  color: #ededed !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

body.category-detail-page .category-equipment-depth-section small {
  display: block !important;
  margin-top: 10px !important;
  color: #aaa !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media (max-width: 760px) {
  body.category-detail-page .category-equipment-depth-section .equipment-field-section {
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-equipment-depth-section dl {
    grid-template-columns: 1fr !important;
  }
}

/* Product detail trust strip: keep the buyer review visible on every device. */
body.detail-page .detail-buyer-verdict {
  display: block !important;
  padding-top: clamp(28px, 3vw, 42px) !important;
  padding-bottom: clamp(30px, 3vw, 44px) !important;
  background: #0b0b0b !important;
  color: #fff !important;
  border-top: 1px solid #222 !important;
  border-bottom: 1px solid #222 !important;
}

body.detail-page .detail-buyer-verdict-head {
  margin-bottom: 18px !important;
  background: transparent !important;
  border: 0 !important;
}

body.detail-page .detail-buyer-verdict .container,
body.detail-page .detail-buyer-verdict div {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.detail-page .detail-buyer-verdict-head .section-kicker {
  color: #bdbdbd !important;
}

body.detail-page .detail-buyer-verdict-head h2 {
  max-width: 720px !important;
  margin: 6px 0 0 !important;
  color: #fff !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  line-height: 1.16 !important;
}

body.detail-page .detail-buyer-verdict-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

body.detail-page .detail-buyer-verdict article {
  min-width: 0 !important;
  min-height: 128px !important;
  padding: 18px 20px !important;
  background: #111 !important;
  border: 0 !important;
}

body.detail-page .detail-buyer-verdict span {
  display: block !important;
  color: #9d9d9d !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.detail-page .detail-buyer-verdict strong {
  display: block !important;
  margin-top: 10px !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

body.detail-page .detail-buyer-verdict p {
  margin: 8px 0 0 !important;
  color: #d5d5d5 !important;
  font-size: 13px !important;
  line-height: 1.56 !important;
}

@media (max-width: 900px) {
  body.detail-page .detail-buyer-verdict-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.detail-page .detail-buyer-verdict {
    display: block !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  body.detail-page .detail-buyer-verdict-head h2 {
    font-size: 24px !important;
  }

  body.detail-page .detail-buyer-verdict-grid {
    grid-template-columns: 1fr !important;
  }

  body.detail-page .detail-buyer-verdict article {
    min-height: 0 !important;
    padding: 15px 16px !important;
  }

body.detail-page .detail-buyer-verdict article:nth-child(n + 3) {
    display: none !important;
  }
}

/* Ecosystem positioning refinement: make DUBHE read as an industrial ecosystem, not a product list. */
body.enterprise-home-v2 .home-ecosystem-architecture {
  padding: clamp(44px, 5vw, 72px) 0 !important;
  background: #111 !important;
  color: #fff !important;
  border-top: 1px solid #111 !important;
  border-bottom: 1px solid #111 !important;
}

body.enterprise-home-v2 .home-ecosystem-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr) !important;
  gap: clamp(28px, 5vw, 78px) !important;
  align-items: start !important;
}

body.enterprise-home-v2 .home-ecosystem-copy .section-kicker {
  color: #bdbdbd !important;
}

body.enterprise-home-v2 .home-ecosystem-copy h2 {
  max-width: 620px !important;
  margin: 8px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3.3vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .home-ecosystem-copy p:not(.section-kicker) {
  max-width: 610px !important;
  margin-top: 16px !important;
  color: #d8d8d8 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.enterprise-home-v2 .home-ecosystem-map {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body.enterprise-home-v2 .home-ecosystem-map article {
  min-height: 236px !important;
  padding: 22px 18px !important;
  background: #111 !important;
}

body.enterprise-home-v2 .home-ecosystem-map span {
  display: block !important;
  color: #9f9f9f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.enterprise-home-v2 .home-ecosystem-map strong {
  display: block !important;
  margin-top: 48px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.26 !important;
}

body.enterprise-home-v2 .home-ecosystem-map p {
  margin: 12px 0 0 !important;
  color: #cfcfcf !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.technical-catalog-page .site-header .brand small {
  color: #555 !important;
}

body.technical-catalog-page .hero {
  min-height: 620px !important;
  background: #f5f5f3 !important;
}

body.technical-catalog-page .hero-overlay {
  background: linear-gradient(90deg, rgba(245, 245, 243, 0.96) 0%, rgba(245, 245, 243, 0.9) 36%, rgba(245, 245, 243, 0.68) 70%, rgba(245, 245, 243, 0.9) 100%) !important;
}

body.technical-catalog-page .hero-inner {
  max-width: 980px !important;
}

body.technical-catalog-page .hero .eyebrow {
  color: #111 !important;
  font-weight: 900 !important;
}

body.technical-catalog-page .hero-copy {
  max-width: 720px !important;
  color: #222 !important;
}

body.technical-catalog-page .hero-stats {
  max-width: 980px !important;
  background: #fff !important;
  border-color: #d8d8d8 !important;
}

body.technical-catalog-page .hero-stats div {
  min-height: 118px !important;
  padding: 20px !important;
}

body.technical-catalog-page .hero-stats dt {
  color: #111 !important;
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.12 !important;
}

body.technical-catalog-page .hero-stats dd {
  color: #333 !important;
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-ecosystem-layout {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-ecosystem-map {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-ecosystem-architecture {
    padding: 30px 0 !important;
  }

  body.enterprise-home-v2 .home-ecosystem-copy h2 {
    font-size: 28px !important;
  }

  body.enterprise-home-v2 .home-ecosystem-map {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-ecosystem-map article {
    min-height: 0 !important;
    padding: 16px !important;
  }

  body.enterprise-home-v2 .home-ecosystem-map strong {
    margin-top: 14px !important;
  }

  body.enterprise-home-v2 .home-ecosystem-map article:nth-child(n + 3) {
    display: none !important;
  }

  body.technical-catalog-page .hero {
    min-height: 0 !important;
    padding-bottom: 34px !important;
  }

  body.technical-catalog-page .hero-stats div:nth-child(n + 3) {
    display: none !important;
  }
}

/* Product portal: add a buyer-grade selection system before the finder. */
body.products-portal-page .product-decision-system {
  padding: clamp(42px, 5vw, 70px) 0 !important;
  background: #111 !important;
  color: #fff !important;
  border-top: 1px solid #111 !important;
  border-bottom: 1px solid #111 !important;
}

body.products-portal-page .product-decision-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(28px, 5vw, 76px) !important;
  align-items: start !important;
}

body.products-portal-page .product-decision-copy .section-kicker {
  color: #bdbdbd !important;
}

body.products-portal-page .product-decision-copy h2 {
  max-width: 600px !important;
  margin: 8px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.products-portal-page .product-decision-copy p:not(.section-kicker) {
  max-width: 610px !important;
  margin-top: 16px !important;
  color: #d6d6d6 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.products-portal-page .product-decision-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body.products-portal-page .product-decision-grid article {
  min-height: 268px !important;
  padding: 20px 18px !important;
  background: #111 !important;
}

body.products-portal-page .product-decision-grid span {
  display: block !important;
  color: #a6a6a6 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.products-portal-page .product-decision-grid strong {
  display: block !important;
  margin-top: 42px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

body.products-portal-page .product-decision-grid p {
  margin: 12px 0 0 !important;
  color: #d0d0d0 !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
}

body.products-portal-page .product-decision-grid a {
  display: inline-flex !important;
  margin-top: 18px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

@media (max-width: 980px) {
  body.products-portal-page .product-decision-layout {
    grid-template-columns: 1fr !important;
  }

  body.products-portal-page .product-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.products-portal-page .product-decision-system {
    padding: 30px 0 !important;
  }

  body.products-portal-page .product-decision-copy h2 {
    font-size: 28px !important;
  }

  body.products-portal-page .product-decision-grid {
    grid-template-columns: 1fr !important;
  }

  body.products-portal-page .product-decision-grid article {
    min-height: 0 !important;
    padding: 16px !important;
  }

  body.products-portal-page .product-decision-grid strong {
    margin-top: 14px !important;
  }

body.products-portal-page .product-decision-grid article:nth-child(n + 3) {
    display: none !important;
  }
}

/* Homepage audit matrix: buyer-grade trust layer inspired by mature film company sites. */
body.enterprise-home-v2 .home-audit-matrix {
  padding: clamp(46px, 5vw, 78px) 0 !important;
  background: #fff !important;
  border-top: 1px solid #d7d7d7 !important;
}

body.enterprise-home-v2 .home-audit-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr) !important;
  gap: clamp(26px, 5vw, 72px) !important;
  align-items: start !important;
}

body.enterprise-home-v2 .home-audit-copy h2 {
  max-width: 620px !important;
  margin: 8px 0 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .home-audit-copy p:not(.section-kicker) {
  max-width: 620px !important;
  margin-top: 16px !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.enterprise-home-v2 .home-audit-table {
  border: 1px solid #d5d5d5 !important;
  background: #fff !important;
}

body.enterprise-home-v2 .home-audit-table > div {
  display: grid !important;
  grid-template-columns: 58px minmax(150px, 0.24fr) minmax(0, 1fr) 112px !important;
  align-items: stretch !important;
  min-height: 116px !important;
  border-bottom: 1px solid #d5d5d5 !important;
}

body.enterprise-home-v2 .home-audit-table > div:last-child {
  border-bottom: 0 !important;
}

body.enterprise-home-v2 .home-audit-table span,
body.enterprise-home-v2 .home-audit-table strong,
body.enterprise-home-v2 .home-audit-table p,
body.enterprise-home-v2 .home-audit-table a {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
  border-right: 1px solid #d5d5d5 !important;
}

body.enterprise-home-v2 .home-audit-table span {
  justify-content: center !important;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.enterprise-home-v2 .home-audit-table strong {
  color: #111 !important;
  font-size: 17px !important;
  line-height: 1.28 !important;
}

body.enterprise-home-v2 .home-audit-table p {
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.64 !important;
}

body.enterprise-home-v2 .home-audit-table a {
  justify-content: center !important;
  border-right: 0 !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-audit-layout {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-audit-table > div {
    grid-template-columns: 52px minmax(0, 1fr) 104px !important;
    min-height: 0 !important;
  }

  body.enterprise-home-v2 .home-audit-table p {
    grid-column: 2 / 4 !important;
    border-top: 1px solid #d5d5d5 !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-audit-matrix {
    padding: 30px 0 !important;
  }

  body.enterprise-home-v2 .home-audit-copy h2 {
    font-size: 28px !important;
  }

  body.enterprise-home-v2 .home-audit-table > div:nth-child(n + 3) {
    display: none !important;
  }

  body.enterprise-home-v2 .home-audit-table > div {
    grid-template-columns: 46px minmax(0, 1fr) !important;
  }

body.enterprise-home-v2 .home-audit-table a,
  body.enterprise-home-v2 .home-audit-table p {
    grid-column: 1 / -1 !important;
  }

  body.enterprise-home-v2 .home-audit-table span,
  body.enterprise-home-v2 .home-audit-table strong,
  body.enterprise-home-v2 .home-audit-table p,
  body.enterprise-home-v2 .home-audit-table a {
    padding: 14px !important;
  }
}

/* Quality page: compact compliance boundary instead of a long explanatory tail. */
body.quality-page .quality-boundary-compact {
  padding: clamp(42px, 5vw, 66px) 0 !important;
  background: #111 !important;
  color: #fff !important;
}

body.quality-page .quality-boundary-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  align-items: start !important;
}

body.quality-page .quality-boundary-layout .section-kicker {
  color: #bdbdbd !important;
}

body.quality-page .quality-boundary-layout h2 {
  max-width: 640px !important;
  margin: 8px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

body.quality-page .quality-boundary-layout p {
  max-width: 650px !important;
  margin-top: 16px !important;
  color: #d4d4d4 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.quality-page .quality-boundary-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.22) !important;
  gap: 1px !important;
}

body.quality-page .quality-boundary-grid article {
  min-height: 168px !important;
  padding: 18px !important;
  background: #111 !important;
}

body.quality-page .quality-boundary-grid span {
  display: block !important;
  color: #aaa !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.quality-page .quality-boundary-grid strong {
  display: block !important;
  margin-top: 28px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

body.quality-page .quality-boundary-grid p {
  margin: 10px 0 0 !important;
  color: #d0d0d0 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

@media (max-width: 980px) {
  body.quality-page .quality-boundary-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.quality-page .quality-boundary-compact {
    padding: 30px 0 !important;
  }

  body.quality-page .quality-boundary-layout h2 {
    font-size: 28px !important;
  }

  body.quality-page .quality-boundary-grid {
    grid-template-columns: 1fr !important;
  }

  body.quality-page .quality-boundary-grid article {
    min-height: 0 !important;
    padding: 16px !important;
  }

  body.quality-page .quality-boundary-grid strong {
    margin-top: 14px !important;
  }

body.quality-page .quality-boundary-grid article:nth-child(n + 3) {
    display: none !important;
  }
}

/* Application solutions: make the page read as customer scenarios, not a product list. */
body.positioning-page .application-confirmation-flow {
  padding: clamp(42px, 5vw, 68px) 0 !important;
  background: #111 !important;
  color: #fff !important;
}

body.positioning-page .application-flow-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(26px, 5vw, 72px) !important;
  align-items: start !important;
}

body.positioning-page .application-flow-layout .section-kicker {
  color: #bdbdbd !important;
}

body.positioning-page .application-flow-layout h2 {
  max-width: 620px !important;
  margin: 8px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

body.positioning-page .application-flow-layout p:not(.section-kicker) {
  max-width: 650px !important;
  margin-top: 16px !important;
  color: #d4d4d4 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.positioning-page .application-flow-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.22) !important;
  gap: 1px !important;
}

body.positioning-page .application-flow-grid article {
  min-height: 238px !important;
  padding: 18px !important;
  background: #111 !important;
}

body.positioning-page .application-flow-grid span {
  display: block !important;
  color: #aaa !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.positioning-page .application-flow-grid strong {
  display: block !important;
  margin-top: 34px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

body.positioning-page .application-flow-grid p {
  margin: 12px 0 0 !important;
  color: #d0d0d0 !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
}

body.positioning-page .positioning-card dl dt {
  min-width: 72px !important;
}

body.positioning-page .positioning-card dl div:nth-child(n + 3) {
  display: grid !important;
}

@media (max-width: 980px) {
  body.positioning-page .application-flow-layout {
    grid-template-columns: 1fr !important;
  }

  body.positioning-page .application-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.positioning-page .application-confirmation-flow {
    padding: 30px 0 !important;
  }

  body.positioning-page .application-flow-layout h2 {
    font-size: 28px !important;
  }

  body.positioning-page .application-flow-grid {
    grid-template-columns: 1fr !important;
  }

  body.positioning-page .application-flow-grid article {
    min-height: 0 !important;
    padding: 16px !important;
  }

  body.positioning-page .application-flow-grid strong {
    margin-top: 14px !important;
  }

body.positioning-page .application-flow-grid article:nth-child(n + 3) {
    display: none !important;
  }

  body.positioning-page .positioning-card dl div:nth-child(2) {
    display: grid !important;
  }

  body.positioning-page .positioning-card dl div:nth-child(n + 3) {
    display: none !important;
  }
}

/* Manufacturing page: facility proof layer for customer audit confidence. */
body.manufacturing-page .manufacturing-facility-proof {
  padding: clamp(44px, 5vw, 74px) 0 !important;
  background: #fff !important;
  border-top: 1px solid #d7d7d7 !important;
  border-bottom: 1px solid #d7d7d7 !important;
}

body.manufacturing-page .manufacturing-facility-layout {
  display: grid !important;
  gap: clamp(24px, 4vw, 46px) !important;
}

body.manufacturing-page .manufacturing-facility-head {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr) !important;
  gap: clamp(22px, 4vw, 58px) !important;
  align-items: end !important;
}

body.manufacturing-page .manufacturing-facility-head h2 {
  max-width: 620px !important;
  margin: 8px 0 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.manufacturing-page .manufacturing-facility-head p:not(.section-kicker) {
  max-width: 720px !important;
  margin: 0 !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 1.74 !important;
}

body.manufacturing-page .manufacturing-facility-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border: 1px solid #d4d4d4 !important;
  background: #d4d4d4 !important;
  gap: 1px !important;
}

body.manufacturing-page .manufacturing-facility-grid article {
  display: grid !important;
  grid-template-rows: 180px 1fr !important;
  min-height: 370px !important;
  background: #fff !important;
}

body.manufacturing-page .manufacturing-facility-grid img {
  display: block !important;
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  filter: grayscale(0.08) contrast(1.04) !important;
}

body.manufacturing-page .manufacturing-facility-grid div {
  padding: 18px !important;
}

body.manufacturing-page .manufacturing-facility-grid span {
  display: block !important;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.manufacturing-page .manufacturing-facility-grid strong {
  display: block !important;
  margin-top: 14px !important;
  color: #111 !important;
  font-size: 20px !important;
  line-height: 1.22 !important;
}

body.manufacturing-page .manufacturing-facility-grid p {
  margin: 12px 0 0 !important;
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

@media (max-width: 980px) {
  body.manufacturing-page .manufacturing-facility-head {
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .manufacturing-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.manufacturing-page .manufacturing-facility-proof {
    padding: 30px 0 !important;
  }

  body.manufacturing-page .manufacturing-facility-head h2 {
    font-size: 28px !important;
  }

  body.manufacturing-page .manufacturing-facility-head p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  body.manufacturing-page .manufacturing-facility-grid {
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .manufacturing-facility-grid article {
    grid-template-rows: 150px 1fr !important;
    min-height: 0 !important;
  }

  body.manufacturing-page .manufacturing-facility-grid img {
    height: 150px !important;
  }

  body.manufacturing-page .manufacturing-facility-grid article:nth-child(n + 4) {
    display: none !important;
  }
}

/* Category ecosystem pass: show DUBHE as an ecosystem, not a supply-only listing. */
body.category-detail-page .category-ecosystem-route {
  padding: clamp(40px, 5vw, 68px) 0 !important;
  color: #fff !important;
  background: #111 !important;
  border-top: 1px solid #2a2a2a !important;
  border-bottom: 1px solid #2a2a2a !important;
}

body.category-detail-page .category-ecosystem-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.68fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}

body.category-detail-page .category-ecosystem-head h2 {
  max-width: 560px !important;
  margin: 8px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

body.category-detail-page .category-ecosystem-head p:not(.section-kicker) {
  max-width: 560px !important;
  margin: 18px 0 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.category-detail-page .category-ecosystem-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(255, 255, 255, 0.22) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.category-detail-page .category-ecosystem-grid article {
  display: grid !important;
  align-content: start !important;
  min-height: 244px !important;
  padding: 18px !important;
  background: #111 !important;
}

body.category-detail-page .category-ecosystem-grid span {
  color: #a8a8a8 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.category-detail-page .category-ecosystem-grid strong {
  display: block !important;
  margin-top: 34px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.22 !important;
}

body.category-detail-page .category-ecosystem-grid p {
  margin: 12px 0 0 !important;
  color: #d5d5d5 !important;
  font-size: 13px !important;
  line-height: 1.56 !important;
}

body.category-detail-page .category-ecosystem-grid small {
  display: block !important;
  margin-top: 12px !important;
  color: #aaa !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

@media (max-width: 980px) {
  body.category-detail-page .category-ecosystem-layout {
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.category-detail-page .category-ecosystem-route {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body.category-detail-page .category-ecosystem-head h2 {
    font-size: 28px !important;
  }

  body.category-detail-page .category-ecosystem-grid {
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-ecosystem-grid article {
    min-height: 0 !important;
    padding: 16px !important;
  }

  body.category-detail-page .category-ecosystem-grid strong {
    margin-top: 14px !important;
  }

body.category-detail-page .category-ecosystem-grid article:nth-child(n + 3) {
    display: none !important;
  }
}

/* Homepage trust layer: responsible material and compliance claims need boundaries. */
body.home-page .home-sustainability-boundary {
  padding: clamp(42px, 5vw, 68px) 0 !important;
  color: #fff !important;
  background: #111 !important;
  border-top: 1px solid #282828 !important;
  border-bottom: 1px solid #282828 !important;
}

body.home-page .home-sustainability-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}

body.home-page .home-sustainability-copy h2 {
  max-width: 620px !important;
  margin: 8px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.home-page .home-sustainability-copy p:not(.section-kicker) {
  max-width: 620px !important;
  margin: 18px 0 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.home-page .home-sustainability-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(255, 255, 255, 0.22) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.home-page .home-sustainability-grid article {
  display: grid !important;
  min-height: 220px !important;
  padding: 18px !important;
  align-content: start !important;
  background: #111 !important;
}

body.home-page .home-sustainability-grid span {
  color: #a8a8a8 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.home-page .home-sustainability-grid strong {
  display: block !important;
  margin-top: 32px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

body.home-page .home-sustainability-grid p {
  margin: 12px 0 0 !important;
  color: #d5d5d5 !important;
  font-size: 13px !important;
  line-height: 1.56 !important;
}

body.home-page .home-sustainability-link {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 18px !important;
  padding: 12px 16px !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

body.home-page .home-sustainability-link:hover,
body.home-page .home-sustainability-link:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

@media (max-width: 980px) {
  body.home-page .home-sustainability-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.home-page .home-sustainability-boundary {
    padding: 30px 0 !important;
  }

  body.home-page .home-sustainability-copy h2 {
    font-size: 28px !important;
  }

  body.home-page .home-sustainability-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page .home-sustainability-grid article {
    min-height: 0 !important;
    padding: 16px !important;
  }

  body.home-page .home-sustainability-grid strong {
    margin-top: 14px !important;
  }

  body.home-page .home-sustainability-grid article:nth-child(n + 3) {
    display: none !important;
  }
}

/* Mobile navigation trust fix: open menu as a solid panel, not transparent page overlay. */
@media (max-width: 760px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 900 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    background: #fff !important;
  }

  .site-header .nav-toggle {
    justify-self: end !important;
  }

  .site-header .nav {
    grid-column: 1 / -1 !important;
    display: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 12px 0 14px !important;
    background: #fff !important;
    border-top: 1px solid #dcdcdc !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12) !important;
  }

  .site-header.nav-open .nav {
    display: grid !important;
  }

  .site-header .nav a,
  .site-header .nav .site-search-toggle {
    display: grid !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 12px 10px !important;
    place-items: center !important;
    color: #111 !important;
    background: #f7f7f7 !important;
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  .site-header .nav a.is-active,
  .site-header .nav a.nav-cta,
  .site-header .nav .site-search-toggle:hover,
  .site-header .nav .site-search-toggle:focus-visible,
  .site-header .nav a:hover,
  .site-header .nav a:focus-visible {
    color: #fff !important;
    background: #111 !important;
    border-color: #111 !important;
    outline: 0 !important;
  }

  .site-header .nav .nav-product-panel {
    display: none !important;
  }

  .site-header .nav .nav-product-menu {
    display: contents !important;
  }
}

/* About page company fact sheet: make the legal entity, brand and audit paths explicit. */
body.about-page .about-company-facts {
  padding: clamp(38px, 4vw, 58px) 0 !important;
  background: #fff !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.about-page .about-company-facts-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.34fr) minmax(0, 0.32fr) !important;
  gap: clamp(22px, 3vw, 38px) !important;
  align-items: start !important;
}

body.about-page .about-company-facts h2 {
  max-width: 560px !important;
  margin: 8px 0 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3.2vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.about-page .about-company-facts p:not(.section-kicker) {
  max-width: 610px !important;
  margin: 16px 0 0 !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.about-page .about-company-facts-card,
body.about-page .about-company-proof-grid {
  display: grid !important;
  gap: 1px !important;
  margin: 0 !important;
  background: #d6d6d6 !important;
  border: 1px solid #d6d6d6 !important;
}

body.about-page .about-company-facts-card div {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 14px !important;
  background: #fff !important;
}

body.about-page .about-company-facts-card dt {
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.about-page .about-company-facts-card dd {
  margin: 0 !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  overflow-wrap: anywhere !important;
}

body.about-page .about-company-facts-card a {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body.about-page .about-company-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.about-page .about-company-proof-grid a {
  min-height: 142px !important;
  padding: 16px !important;
  color: #111 !important;
  background: #fff !important;
  text-decoration: none !important;
}

body.about-page .about-company-proof-grid span {
  color: #777 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.about-page .about-company-proof-grid strong {
  display: block !important;
  margin-top: 22px !important;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 1.22 !important;
}

body.about-page .about-company-proof-grid small {
  display: block !important;
  margin-top: 8px !important;
  color: #444 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

body.about-page .about-company-proof-grid a:hover,
body.about-page .about-company-proof-grid a:focus-visible {
  color: #fff !important;
  background: #111 !important;
  outline: 0 !important;
}

body.about-page .about-company-proof-grid a:hover span,
body.about-page .about-company-proof-grid a:hover small,
body.about-page .about-company-proof-grid a:focus-visible span,
body.about-page .about-company-proof-grid a:focus-visible small {
  color: #d5d5d5 !important;
}

@media (max-width: 980px) {
  body.about-page .about-company-facts-layout {
    grid-template-columns: 1fr !important;
  }

  body.about-page .about-company-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.about-page .about-company-facts {
    padding: 28px 0 !important;
  }

  body.about-page .about-company-facts h2 {
    font-size: 28px !important;
  }

  body.about-page .about-company-facts-card div {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    padding: 12px !important;
  }

  body.about-page .about-company-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.about-page .about-company-proof-grid a {
    min-height: 118px !important;
    padding: 14px !important;
  }

  body.about-page .about-company-proof-grid a:nth-child(n + 3) {
    display: none !important;
  }
}

/* Final technical catalog overrides: keep critical ecosystem and technical rows visible on mobile. */
@media (max-width: 640px) {
  body.technical-catalog-page .technical-routing-table tr:nth-child(n + 3) {
    display: block !important;
  }

  body.technical-catalog-page .technical-parameter-grid article:nth-child(n + 3),
  body.technical-catalog-page .technical-equipment-checks article:nth-child(n + 3),
  body.technical-catalog-page .technical-selection-list a:nth-child(n + 3),
  body.technical-catalog-page .technical-evidence-layout figure:nth-child(n + 3) {
    display: grid !important;
  }

  body.technical-catalog-page .technical-evidence-layout figure:nth-child(n + 2) {
    display: grid !important;
  }

  body.technical-catalog-page .ecosystem-architecture-grid,
  body.technical-catalog-page .technical-pack-checks {
    grid-template-columns: 1fr !important;
  }
}

body.technical-catalog-page .technical-pack-layout img,
body.technical-catalog-page .technical-evidence-layout img {
  background: #ececec !important;
  filter: none !important;
  object-position: center center !important;
}

/* Final mobile evidence overrides: keep customer trust evidence visible instead of hiding core rows. */
@media (max-width: 640px) {
  body.enterprise-home-v2 .home-audit-table > div:nth-child(n + 3),
  body.home-page .home-sustainability-grid article:nth-child(n + 3),
  body.manufacturing-page .trust-summary-grid div:nth-child(n + 3),
  body.manufacturing-page .manufacturing-validation-table tr:nth-child(n + 3) {
    display: grid !important;
  }

  body.home-page .home-sustainability-grid article:nth-child(n + 3) {
    min-height: 0 !important;
  }

  body.manufacturing-page .manufacturing-validation-table tr:nth-child(n + 3) {
    width: 100% !important;
  }

  body.manufacturing-page .trust-summary-strip {
    display: block !important;
  }

  body.manufacturing-page .trust-summary-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.manufacturing-page .trust-summary-grid div {
    display: block !important;
  }

  body.enterprise-home-v2 .home-v2-evidence-grid figure:nth-child(n + 3) {
    display: block !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid img,
  body.enterprise-home-v2 .home-v2-evidence-grid img {
    background: #e8e8e6 !important;
    filter: none !important;
    object-position: center center !important;
  }

  body.products-portal-page .product-platform-grid a:nth-child(n + 5),
  body.products-portal-page .product-hero-actions .button:nth-child(n + 3),
  body.products-portal-page .product-hero-proof div:nth-child(n + 3),
  body.products-portal-page .product-decision-grid article:nth-child(n + 3) {
    display: grid !important;
  }

  body.products-portal-page .product-hero-actions .button:nth-child(n + 3) {
    display: inline-grid !important;
  }

  body.products-portal-page .portal-section-head p:not(.section-kicker) {
    display: block !important;
  }

  body.products-portal-page .product-platform-grid img {
    background: #e8e8e6 !important;
    filter: none !important;
    object-position: center center !important;
  }

  body.products-portal-page .product-platform-grid a:nth-child(n + 4) {
    display: flex !important;
  }

  body.products-portal-page .product-finder-section {
    display: block !important;
  }

  body.products-portal-page .finder-results.mobile-fold,
  body.products-portal-page .finder-results.mobile-fold.is-expanded {
    max-height: none !important;
    overflow: visible !important;
  }

  body.products-portal-page .finder-results.mobile-fold::after,
  body.products-portal-page .finder-results.mobile-fold + .mobile-fold-toggle {
    display: none !important;
  }

  body.products-portal-page .finder-result-media {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 126px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: #e8e8e6 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }

  body.products-portal-page .finder-result-media img {
    display: block !important;
    width: 100% !important;
    height: 126px !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: none !important;
  }

  body.products-portal-page .finder-result-grid article {
    min-height: 0 !important;
  }

  body.product-catalog-page .catalog-family-grid a:nth-child(n + 5),
  body.product-catalog-page .catalog-selection-grid article:nth-child(n + 4) {
    display: grid !important;
  }

  body.product-catalog-page .catalog-selection-grid article:nth-child(n + 4) {
    display: block !important;
  }
}

/* Final ecosystem/detail pass: keep critical proof visible without returning to content dumping. */
@media (max-width: 640px) {
  body.category-detail-page .category-detail-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.category-detail-page .category-detail-actions .button:nth-child(n + 3) {
    display: inline-grid !important;
  }

  body.category-detail-page .category-route-panel {
    display: block !important;
    margin-top: 14px !important;
    padding: 12px !important;
  }

  body.category-detail-page .category-route-panel dl,
  body.category-detail-page .category-proof-strip dl {
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-route-panel dl div,
  body.category-detail-page .category-proof-strip dl div:nth-child(n + 3) {
    display: block !important;
  }

  body.category-detail-page .category-proof-strip dl div {
    padding: 12px !important;
  }

  body.category-detail-page .category-ecosystem-grid article:nth-child(n + 3),
  body.category-detail-page .category-detail-products article:nth-child(n + 3),
  body.category-detail-page .category-evidence-gallery figure:nth-child(n + 3) {
    display: grid !important;
  }

  body.category-detail-page .category-ecosystem-grid article,
  body.category-detail-page .category-detail-products article,
  body.category-detail-page .category-evidence-gallery figure {
    min-height: 0 !important;
  }

  body.category-detail-page .category-detail-products {
    gap: 12px !important;
  }

  body.category-detail-page .category-detail-products img,
  body.category-detail-page .category-detail-products svg,
  body.category-detail-page .category-evidence-gallery img {
    height: 150px !important;
    object-fit: cover !important;
    filter: none !important;
  }

  body.category-detail-page .category-products-band .section-head p:not(.section-kicker),
  body.category-detail-page .category-asset-layout > div > p:not(.section-kicker) {
    display: block !important;
  }

  body.detail-page .detail-hero-docs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  body.detail-page .detail-hero,
  body.detail-page .detail-hero > div,
  body.detail-page .detail-mobile-hero-visual,
  body.detail-page .detail-mobile-hero-visual img {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.detail-page .detail-hero-param-table tr:nth-child(n + 4) {
    display: table-row !important;
  }

  body.detail-page .detail-hero-snapshot,
  body.detail-page .detail-hero-param-table,
  body.detail-page .detail-hero-param-table tbody,
  body.detail-page .detail-hero-param-table tr,
  body.detail-page .detail-hero-param-table th,
  body.detail-page .detail-hero-param-table td {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.detail-page .detail-hero-param-table td {
    max-height: none !important;
    overflow: visible !important;
  }

  body.detail-page .detail-inquiry-route-head p:not(.section-kicker),
  body.detail-page .detail-visual-evidence-head p:not(.section-kicker),
  body.detail-page .detail-visual-shooting-guide {
    display: block !important;
  }

  body.detail-page .detail-inquiry-card:nth-child(n + 3),
  body.detail-page .detail-visual-evidence-grid figure:nth-child(n + 3),
  body.detail-page .detail-buyer-verdict article:nth-child(n + 3) {
    display: grid !important;
  }

  body.detail-page .detail-inquiry-card,
  body.detail-page .detail-visual-evidence-grid figure,
  body.detail-page .detail-buyer-verdict article {
    min-height: 0 !important;
  }

  body.detail-page .detail-visual-evidence-grid svg,
  body.detail-page .detail-visual-evidence-grid .detail-process-reference img {
    height: 150px !important;
    filter: none !important;
  }

  body.detail-page .detail-visual-evidence-grid svg text.mini-label {
    font-size: 12px !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 420px) {
  body.category-detail-page .category-detail-actions {
    grid-template-columns: 1fr !important;
  }
}

/* Final mobile proof visibility: later than every previous trimming rule. */
@media (max-width: 640px) {
  body.category-detail-page .category-route-panel dl div:nth-child(n + 3),
  body.category-detail-page .category-proof-strip dl div:nth-child(n + 3) {
    display: block !important;
  }

  body.category-detail-page .category-technical-table tr:nth-child(n + 3),
  body.category-detail-page .category-validation-table tr:nth-child(n + 3) {
    display: block !important;
  }

  body.category-detail-page .category-asset-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body.category-detail-page .category-asset-band {
    display: block !important;
  }

  body.category-detail-page .category-evidence-gallery {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 1fr !important;
  }

  body.category-detail-page .category-evidence-gallery figure,
  body.category-detail-page .category-evidence-gallery figure:nth-child(n + 3) {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.category-detail-page .category-asset-layout .shot-list li:nth-child(n + 3) {
    display: list-item !important;
  }

  body.detail-page .detail-hero-docs a:nth-child(n + 2) {
    display: grid !important;
  }

  body.detail-page .detail-hero-param-table tr:nth-child(n + 3) {
    display: table-row !important;
  }

  body.detail-page .detail-tds-table tbody tr:nth-child(n + 5),
  body.detail-page .detail-tds-table tr:nth-child(n + 5) {
    display: block !important;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  body.category-detail-page .category-route-panel {
    display: block !important;
  }

  body.category-detail-page .category-route-panel dl {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.category-detail-page .category-route-panel dl div {
    display: block !important;
  }
}

/* Final portal polish: make the homepage read as an industrial ecosystem, not a generated product dump. */
body.enterprise-home-v2 .home-ecosystem-proof {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  width: min(100%, 560px) !important;
  margin-top: 22px !important;
  background: #d9d9d4 !important;
  border: 1px solid #d9d9d4 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof div {
  min-width: 0 !important;
  padding: 16px 18px !important;
  background: #fff !important;
}

body.enterprise-home-v2 .home-ecosystem-proof span {
  display: block !important;
  color: #777 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.enterprise-home-v2 .home-ecosystem-proof strong {
  display: block !important;
  margin-top: 8px !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof small {
  display: block !important;
  margin-top: 7px !important;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.enterprise-home-v2 .cosmo-product-grid a {
  display: flex !important;
  flex-direction: column !important;
}

body.enterprise-home-v2 .cosmo-product-grid img {
  display: block !important;
  width: 100% !important;
  height: clamp(178px, 18vw, 236px) !important;
  min-height: 178px !important;
  max-height: 236px !important;
  margin: 0 0 20px !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: grayscale(0.06) contrast(1.03) !important;
  background: #e8e8e6 !important;
}

body.enterprise-home-v2 .cosmo-product-grid strong {
  text-wrap: balance !important;
}

body.enterprise-home-v2 .cosmo-product-grid small {
  max-width: 36em !important;
}

/* Homepage rebuild 2026-07-06: make the landing page customer-facing, concise and image-led. */
body.enterprise-home-v2 .home-route-finder-panel,
body.enterprise-home-v2 .home-ecosystem-architecture,
body.enterprise-home-v2 .home-sustainability-boundary,
body.enterprise-home-v2 .home-audit-matrix {
  display: none !important;
}

body.enterprise-home-v2 .site-header {
  height: 64px !important;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.enterprise-home-v2 .brand img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
}

body.enterprise-home-v2 .brand small {
  color: #5f5f5f !important;
  font-size: 11px !important;
}

body.enterprise-home-v2 .home-enterprise-hero {
  min-height: calc(100vh - 64px) !important;
  padding: clamp(42px, 5vw, 76px) 0 0 !important;
  background: #f6f6f4 !important;
  border-bottom: 1px solid #d9d9d4 !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  align-items: center !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  margin: 0 !important;
  max-width: 820px !important;
  color: #050505 !important;
  font-size: clamp(42px, 5.2vw, 82px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 span {
  display: block !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 680px !important;
  margin: 22px 0 0 !important;
  color: #2f2f2f !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.7 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: 860px !important;
  margin-top: 26px !important;
  border-color: #d2d2ce !important;
  background: #d2d2ce !important;
}

body.enterprise-home-v2 .home-ecosystem-proof div {
  min-height: 122px !important;
  padding: 17px 18px !important;
}

body.enterprise-home-v2 .home-ecosystem-proof strong {
  font-size: 17px !important;
}

body.enterprise-home-v2 .home-ecosystem-proof small {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.enterprise-home-v2 .home-enterprise-actions {
  margin-top: 26px !important;
  gap: 10px !important;
}

body.enterprise-home-v2 .home-enterprise-actions .button {
  min-height: 44px !important;
  padding: 12px 18px !important;
}

body.enterprise-home-v2 .home-enterprise-visual {
  margin: 0 !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  overflow: hidden !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  display: block !important;
  width: 100% !important;
  height: clamp(420px, 48vw, 620px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: grayscale(.08) contrast(1.04) !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption {
  display: grid !important;
  grid-template-columns: minmax(140px, 220px) 1fr !important;
  gap: 18px !important;
  padding: 18px 20px !important;
  background: #111 !important;
  color: #fff !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption strong,
body.enterprise-home-v2 .home-enterprise-visual figcaption span {
  color: #fff !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption span {
  color: #d8d8d8 !important;
  line-height: 1.5 !important;
}

body.enterprise-home-v2 .home-application-strip {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: clamp(32px, 5vw, 70px) !important;
  background: #d2d2ce !important;
  border: 1px solid #d2d2ce !important;
}

body.enterprise-home-v2 .home-application-strip a {
  min-height: 88px !important;
  padding: 18px 16px !important;
  background: #fff !important;
  text-decoration: none !important;
}

body.enterprise-home-v2 .home-application-strip span {
  color: #777 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.enterprise-home-v2 .home-application-strip strong {
  display: block !important;
  margin-top: 9px !important;
  color: #111 !important;
  font-size: 15px !important;
  line-height: 1.28 !important;
}

body.enterprise-home-v2 .home-system-priority {
  padding: clamp(42px, 5vw, 72px) 0 !important;
  background: #fff !important;
  border-bottom: 1px solid #d9d9d4 !important;
}

body.enterprise-home-v2 .home-primary-routes-layout {
  display: grid !important;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr) !important;
  gap: clamp(26px, 4vw, 56px) !important;
  align-items: start !important;
}

body.enterprise-home-v2 .home-primary-routes-head h2 {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
}

body.enterprise-home-v2 .home-primary-routes-head p:not(.section-kicker) {
  margin-top: 16px !important;
  color: #444 !important;
  line-height: 1.72 !important;
}

body.enterprise-home-v2 .home-primary-routes {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d2d2ce !important;
  border: 1px solid #d2d2ce !important;
}

body.enterprise-home-v2 .home-primary-routes a {
  min-height: 245px !important;
  padding: 24px !important;
  background: #f7f7f5 !important;
  text-decoration: none !important;
  color: #111 !important;
}

body.enterprise-home-v2 .home-primary-routes a:first-child {
  background: #111 !important;
  color: #fff !important;
}

body.enterprise-home-v2 .home-primary-routes span {
  display: block !important;
  color: inherit !important;
  opacity: .62 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.enterprise-home-v2 .home-primary-routes strong {
  display: block !important;
  margin-top: 46px !important;
  color: inherit !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.12 !important;
}

body.enterprise-home-v2 .home-primary-routes p {
  margin: 14px 0 0 !important;
  color: inherit !important;
  opacity: .78 !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

body.enterprise-home-v2 .cosmo-home-products {
  padding: clamp(48px, 6vw, 86px) 0 !important;
  background: #f6f6f4 !important;
}

body.enterprise-home-v2 .home-v2-section-head {
  margin-bottom: 28px !important;
}

body.enterprise-home-v2 .home-v2-section-head h2 {
  font-size: clamp(32px, 3.6vw, 54px) !important;
  line-height: 1.05 !important;
}

body.enterprise-home-v2 .home-v2-section-head p:not(.section-kicker) {
  max-width: 560px !important;
  color: #444 !important;
  line-height: 1.65 !important;
}

body.enterprise-home-v2 .cosmo-product-grid {
  gap: 1px !important;
  background: #d2d2ce !important;
  border: 1px solid #d2d2ce !important;
}

body.enterprise-home-v2 .cosmo-product-grid a {
  background: #fff !important;
  border: 0 !important;
  min-height: 0 !important;
  padding-bottom: 22px !important;
}

body.enterprise-home-v2 .cosmo-product-grid img {
  height: clamp(170px, 17vw, 230px) !important;
  min-height: 170px !important;
  max-height: 230px !important;
  margin-bottom: 18px !important;
}

body.enterprise-home-v2 .home-product-directory-link {
  margin-top: 26px !important;
}

body.enterprise-home-v2 .home-v2-evidence {
  padding: clamp(42px, 5vw, 70px) 0 !important;
  background: #fff !important;
}

body.enterprise-home-v2 .home-v2-evidence-layout {
  align-items: center !important;
}

body.enterprise-home-v2 .home-v2-evidence h2 {
  font-size: clamp(30px, 3.4vw, 48px) !important;
  line-height: 1.08 !important;
}

body.enterprise-home-v2 .cosmo-home-cta {
  padding: clamp(38px, 5vw, 62px) 0 !important;
  background: #111 !important;
  color: #fff !important;
}

body.enterprise-home-v2 .cosmo-home-cta h2,
body.enterprise-home-v2 .cosmo-home-cta p,
body.enterprise-home-v2 .cosmo-home-cta .section-kicker {
  color: #fff !important;
}

body.enterprise-home-v2 .cosmo-home-cta .button.primary {
  background: #fff !important;
  color: #111 !important;
  border-color: #fff !important;
}

body.enterprise-home-v2 .cosmo-home-cta .button.quiet {
  color: #fff !important;
  border-color: #555 !important;
}

body.enterprise-home-v2 .home-enterprise-actions {
  flex-wrap: wrap !important;
}

body.products-portal-page .product-hero-media img {
  object-position: center 62% !important;
}

body.products-portal-page .product-selection-strip {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 0 !important;
  background: #d9d9d4 !important;
  border: 1px solid #d9d9d4 !important;
}

body.products-portal-page .product-selection-strip span {
  display: block !important;
  min-width: 0 !important;
  padding: 15px 18px !important;
  background: #fff !important;
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

body.manufacturing-page .manufacturing-facility-grid article {
  overflow: hidden !important;
}

body.manufacturing-page .manufacturing-facility-grid img {
  background: #e8e8e6 !important;
}

body.manufacturing-page .manufacturing-facility-grid article:nth-child(5) img {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 12px !important;
  box-sizing: border-box !important;
  background: #e7e7e3 !important;
}

body.manufacturing-page .manufacturing-facility-grid article:nth-child(6) img {
  object-position: center 54% !important;
}

@media (max-width: 900px) {
  body.enterprise-home-v2 .home-ecosystem-proof {
    margin-top: 18px !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.products-portal-page .product-selection-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-ecosystem-proof {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-ecosystem-proof div {
    padding: 14px 15px !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid a:nth-child(n + 4) {
    display: flex !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid img {
    height: 172px !important;
    min-height: 172px !important;
    max-height: 172px !important;
  }

  body.products-portal-page .product-selection-strip {
    grid-template-columns: 1fr !important;
  }

  body.products-portal-page .product-selection-strip span {
    padding: 13px 15px !important;
  }
}

/* Homepage final lock: concise customer-facing portal. */
body.enterprise-home-v2 .home-route-finder-panel,
body.enterprise-home-v2 .home-ecosystem-architecture,
body.enterprise-home-v2 .home-sustainability-boundary,
body.enterprise-home-v2 .home-audit-matrix {
  display: none !important;
}

body.enterprise-home-v2 .home-enterprise-hero {
  min-height: calc(100vh - 64px) !important;
  padding-top: clamp(42px, 5vw, 76px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr) !important;
  align-items: center !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  font-size: clamp(40px, 4.7vw, 74px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(420px, 48vw, 620px) !important;
  object-fit: cover !important;
}

body.enterprise-home-v2 .home-ecosystem-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.enterprise-home-v2 .home-primary-routes-layout {
  display: grid !important;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr) !important;
  gap: clamp(26px, 4vw, 56px) !important;
}

body.enterprise-home-v2 .home-primary-routes {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d2d2ce !important;
  border: 1px solid #d2d2ce !important;
}

body.enterprise-home-v2 .home-primary-routes a {
  display: block !important;
  min-height: 245px !important;
  padding: 24px !important;
  background: #f7f7f5 !important;
  text-decoration: none !important;
  color: #111 !important;
}

body.enterprise-home-v2 .home-primary-routes a:first-child {
  background: #111 !important;
  color: #fff !important;
}

body.enterprise-home-v2 .home-primary-routes strong {
  display: block !important;
  margin-top: 46px !important;
  color: inherit !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.12 !important;
}

body.enterprise-home-v2 .home-primary-routes p {
  color: inherit !important;
  opacity: .78 !important;
}

body.enterprise-home-v2 .cosmo-home-cta .button.quiet {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  background: transparent !important;
  color: #fff !important;
  border-color: #555 !important;
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid,
  body.enterprise-home-v2 .home-primary-routes-layout,
  body.enterprise-home-v2 .home-v2-evidence-layout {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-ecosystem-proof,
  body.enterprise-home-v2 .home-primary-routes,
  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 390px !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero {
    min-height: auto !important;
    padding-top: 28px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  body.enterprise-home-v2 .home-ecosystem-proof,
  body.enterprise-home-v2 .home-primary-routes,
  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 260px !important;
  }

  body.enterprise-home-v2 .home-primary-routes a {
    min-height: 178px !important;
  }

  body.enterprise-home-v2 .home-primary-routes strong {
    margin-top: 30px !important;
  }
}

/* Homepage mobile polish: keep the first screen visual and concise. */
@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-grid {
    gap: 22px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero .section-kicker {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-bottom: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(32px, 10vw, 39px) !important;
    line-height: 1.05 !important;
    max-width: 8em !important;
    margin-bottom: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    max-width: 22em !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }

  body.enterprise-home-v2 .home-ecosystem-proof {
    display: none !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions {
    grid-template-columns: 1fr 1fr !important;
    margin-top: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions .button:first-child {
    grid-column: 1 / -1 !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 230px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual figcaption {
    padding: 14px 15px !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 22px !important;
  }

  body.enterprise-home-v2 .home-application-strip a {
    min-height: 74px !important;
    padding: 13px 14px !important;
  }

  body.enterprise-home-v2 .home-system-priority,
  body.enterprise-home-v2 .cosmo-home-products,
  body.enterprise-home-v2 .home-capability-evidence {
    padding: 42px 0 !important;
  }

  body.enterprise-home-v2 .home-primary-routes a {
    min-height: auto !important;
    padding: 18px !important;
  }

  body.enterprise-home-v2 .home-primary-routes strong {
    margin-top: 22px !important;
    font-size: 22px !important;
  }

  body.enterprise-home-v2 .home-primary-routes p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.enterprise-home-v2 .home-v2-section-head p:not(.section-kicker),
  body.enterprise-home-v2 .home-v2-evidence-layout > div:first-child p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid a {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    align-items: center !important;
    min-height: 138px !important;
    padding: 0 14px 0 0 !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid img {
    grid-row: 1 / span 3 !important;
    width: 118px !important;
    height: 138px !important;
    min-height: 138px !important;
    max-height: 138px !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid span {
    margin-top: 0 !important;
    font-size: 11px !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid strong {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  body.enterprise-home-v2 .cosmo-product-grid small {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}

/* Homepage desktop width correction: align the portal to wide customer screens. */
body.enterprise-home-v2 .home-enterprise-hero > .container,
body.enterprise-home-v2 .home-application-strip,
body.enterprise-home-v2 .home-system-priority > .container,
body.enterprise-home-v2 .cosmo-home-products > .container,
body.enterprise-home-v2 .home-capability-evidence > .container,
body.enterprise-home-v2 .cosmo-home-cta > .container {
  width: min(1500px, calc(100% - clamp(56px, 8vw, 160px))) !important;
}

body.enterprise-home-v2 .home-enterprise-hero {
  min-height: auto !important;
  padding-top: clamp(58px, 7vh, 88px) !important;
  padding-bottom: clamp(34px, 4vw, 58px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(470px, .82fr) minmax(620px, 1.18fr) !important;
  gap: clamp(48px, 5.5vw, 92px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy {
  max-width: 640px !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  font-size: clamp(56px, 4.55vw, 86px) !important;
  max-width: 680px !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 600px !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(470px, 35vw, 620px) !important;
}

body.enterprise-home-v2 .home-application-strip {
  margin-top: clamp(34px, 4vw, 54px) !important;
}

body.enterprise-home-v2 .cosmo-section-head.home-v2-section-head {
  display: grid !important;
  grid-template-columns: minmax(300px, 380px) minmax(360px, 520px) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  align-items: end !important;
}

body.enterprise-home-v2 .cosmo-section-head.home-v2-section-head .section-kicker {
  grid-column: 1 / -1 !important;
  margin-bottom: 0 !important;
}

body.enterprise-home-v2 .cosmo-section-head.home-v2-section-head h2,
body.enterprise-home-v2 .cosmo-section-head.home-v2-section-head p:not(.section-kicker) {
  margin: 0 !important;
}

@media (max-width: 1180px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: minmax(360px, .9fr) minmax(460px, 1.1fr) !important;
    gap: 42px !important;
  }
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero > .container,
  body.enterprise-home-v2 .home-application-strip,
  body.enterprise-home-v2 .home-system-priority > .container,
  body.enterprise-home-v2 .cosmo-home-products > .container,
  body.enterprise-home-v2 .home-capability-evidence > .container,
  body.enterprise-home-v2 .cosmo-home-cta > .container {
    width: min(100% - 40px, 760px) !important;
  }

  body.enterprise-home-v2 .cosmo-section-head.home-v2-section-head {
    display: block !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(42px, 8vw, 64px) !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 390px !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero > .container,
  body.enterprise-home-v2 .home-application-strip,
  body.enterprise-home-v2 .home-system-priority > .container,
  body.enterprise-home-v2 .cosmo-home-products > .container,
  body.enterprise-home-v2 .home-capability-evidence > .container,
  body.enterprise-home-v2 .cosmo-home-cta > .container {
    width: calc(100% - 36px) !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(32px, 10vw, 39px) !important;
    line-height: 1.05 !important;
    max-width: 8em !important;
    margin-bottom: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    max-width: 22em !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }

  body.enterprise-home-v2 .home-enterprise-actions .button,
  body.enterprise-home-v2 .home-enterprise-actions .button:first-child {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 230px !important;
  }
}

body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a:nth-child(-n + 3) img {
  height: 300px !important;
  max-height: 300px !important;
  object-fit: cover !important;
  background: #f4f4f4 !important;
}

body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a:nth-child(n + 4) img {
  height: 300px !important;
  max-height: 300px !important;
  object-fit: cover !important;
}

@media (max-width: 900px) {
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a:nth-child(-n + 3) img,
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a:nth-child(n + 4) img {
    height: 260px !important;
    max-height: 260px !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a:nth-child(-n + 3) img,
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a:nth-child(n + 4) img {
    height: 220px !important;
    max-height: 220px !important;
  }
}

body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a {
  min-height: 0 !important;
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a {
    display: block !important;
    min-height: 0 !important;
    padding: 0 0 24px !important;
  }

  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid img,
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a:nth-child(-n + 3) img,
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid a:nth-child(n + 4) img {
    display: block !important;
    grid-row: auto !important;
    width: 100% !important;
    height: 210px !important;
    min-height: 0 !important;
    max-height: 210px !important;
    object-fit: cover !important;
  }

  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid span,
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid strong,
  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid small {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: left !important;
  }

  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid span {
    margin-top: 20px !important;
    font-size: 12px !important;
  }

  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid strong {
    margin-top: 10px !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
  }

  body.enterprise-home-v2 .cosmo-home-products .cosmo-product-grid small {
    margin-top: 14px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* 2026-07-08 homepage refinement: calmer customer-facing first screen. */
body.enterprise-home-v2 .home-enterprise-hero > .container,
body.enterprise-home-v2 .home-application-strip,
body.enterprise-home-v2 .home-system-priority > .container,
body.enterprise-home-v2 .cosmo-home-products > .container,
body.enterprise-home-v2 .home-capability-evidence > .container,
body.enterprise-home-v2 .cosmo-home-cta > .container {
  width: min(1360px, calc(100% - clamp(48px, 7vw, 128px))) !important;
}

body.enterprise-home-v2 .home-enterprise-hero {
  padding-top: clamp(46px, 6vh, 76px) !important;
  padding-bottom: clamp(42px, 5vw, 68px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(420px, 0.9fr) minmax(620px, 1.1fr) !important;
  gap: clamp(44px, 5vw, 76px) !important;
  align-items: center !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy {
  max-width: 590px !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  max-width: 560px !important;
  margin-bottom: 24px !important;
  font-size: clamp(48px, 3.85vw, 68px) !important;
  line-height: 1.06 !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 560px !important;
  margin-bottom: 28px !important;
  color: #242424 !important;
  font-size: clamp(16px, 1.06vw, 18px) !important;
  line-height: 1.82 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  max-width: 560px !important;
  margin-bottom: 24px !important;
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
}

body.enterprise-home-v2 .home-ecosystem-proof div {
  min-height: 132px !important;
  padding: 18px 16px !important;
  border: 0 !important;
  border-right: 1px solid #d8d8d8 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof div:last-child {
  border-right: 0 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof span {
  margin-bottom: 12px !important;
  color: #555 !important;
  font-size: 11px !important;
}

body.enterprise-home-v2 .home-ecosystem-proof strong {
  margin-bottom: 8px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof small {
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.enterprise-home-v2 .home-enterprise-actions {
  gap: 10px !important;
}

body.enterprise-home-v2 .home-enterprise-actions .button {
  min-height: 44px !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
}

body.enterprise-home-v2 .home-enterprise-visual {
  align-self: center !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(430px, 34vw, 560px) !important;
  object-fit: cover !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption {
  min-height: 58px !important;
  padding: 0 22px !important;
  display: grid !important;
  grid-template-columns: minmax(160px, 0.36fr) minmax(300px, 0.64fr) !important;
  align-items: center !important;
  gap: 18px !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption strong {
  font-size: 15px !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption span {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.enterprise-home-v2 .home-application-strip {
  margin-top: clamp(36px, 4vw, 54px) !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  border: 1px solid #d8d8d8 !important;
  border-bottom: 0 !important;
  background: #fff !important;
}

body.enterprise-home-v2 .home-application-strip::after {
  content: "" !important;
  grid-column: 1 / -1 !important;
  height: 16px !important;
  background: #d8d8d4 !important;
}

body.enterprise-home-v2 .home-application-strip a,
body.enterprise-home-v2 .home-application-strip a:last-child {
  min-height: 82px !important;
  padding: 18px 16px !important;
  border: 0 !important;
  border-right: 1px solid #d8d8d8 !important;
  background: #fff !important;
}

body.enterprise-home-v2 .home-application-strip a:nth-child(6) {
  border-right: 0 !important;
}

body.enterprise-home-v2 .home-application-strip span {
  margin-bottom: 12px !important;
  color: #5b5b5b !important;
  font-size: 11px !important;
}

body.enterprise-home-v2 .home-application-strip strong {
  font-size: 15px !important;
  line-height: 1.25 !important;
}

@media (max-width: 1180px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: minmax(360px, 0.92fr) minmax(440px, 1.08fr) !important;
    gap: 38px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(42px, 4.6vw, 58px) !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: clamp(380px, 38vw, 500px) !important;
  }
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero > .container,
  body.enterprise-home-v2 .home-application-strip,
  body.enterprise-home-v2 .home-system-priority > .container,
  body.enterprise-home-v2 .cosmo-home-products > .container,
  body.enterprise-home-v2 .home-capability-evidence > .container,
  body.enterprise-home-v2 .cosmo-home-cta > .container {
    width: min(100% - 40px, 760px) !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy,
  body.enterprise-home-v2 .home-enterprise-hero h1,
  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker),
  body.enterprise-home-v2 .home-ecosystem-proof {
    max-width: 100% !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 420px !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(3) {
    border-right: 0 !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(6) {
    border-top: 1px solid #d8d8d8 !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    max-width: 8.6em !important;
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: 1.08 !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  body.enterprise-home-v2 .home-ecosystem-proof {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-ecosystem-proof div {
    min-height: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }

  body.enterprise-home-v2 .home-ecosystem-proof div:last-child {
    border-bottom: 0 !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 250px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual figcaption {
    display: block !important;
    min-height: 0 !important;
    padding: 14px 16px !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual figcaption span {
    display: block !important;
    margin-top: 6px !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.enterprise-home-v2 .home-application-strip a,
  body.enterprise-home-v2 .home-application-strip a:last-child {
    min-height: 76px !important;
    padding: 15px 14px !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(2n) {
    border-right: 0 !important;
  }
}

body.enterprise-home-v2 .home-application-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.enterprise-home-v2 .home-application-strip a:nth-child(4) {
  border-right: 0 !important;
}

body.enterprise-home-v2 .home-application-strip a:nth-child(6) {
  border-right: 1px solid #d8d8d8 !important;
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.enterprise-home-v2 .home-application-strip a,
  body.enterprise-home-v2 .home-application-strip a:last-child {
    border-right: 1px solid #d8d8d8 !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(2n) {
    border-right: 0 !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(n + 3) {
    border-top: 1px solid #d8d8d8 !important;
  }
}

body.about-page .about-intro-hero {
  padding: clamp(68px, 7vw, 104px) 0 clamp(48px, 6vw, 72px) !important;
  background: #f6f6f4 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.about-page .about-intro-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.46fr) !important;
  gap: clamp(42px, 7vw, 104px) !important;
  align-items: end !important;
}

body.about-page .about-intro-hero h1,
body.about-page .about-position h2,
body.about-page .about-business h2,
body.about-page .about-competence h2,
body.about-page .about-mission h2 {
  margin: 0 !important;
  color: #080808 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
}

body.about-page .about-intro-hero h1 {
  max-width: 860px !important;
  font-size: clamp(40px, 4vw, 58px) !important;
}

body.about-page .about-lead {
  max-width: 860px !important;
  margin: 26px 0 0 !important;
  color: #242424 !important;
  font-size: clamp(16px, 1.45vw, 20px) !important;
  line-height: 1.74 !important;
}

body.about-page .about-intro-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 30px !important;
}

body.about-page .about-identity-card {
  background: #fff !important;
  border: 1px solid #cfcfcf !important;
}

body.about-page .about-identity-card dl,
body.about-page .about-competence-list {
  margin: 0 !important;
}

body.about-page .about-identity-card div {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 16px 18px !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.about-page .about-identity-card div:last-child {
  border-bottom: 0 !important;
}

body.about-page .about-identity-card dt,
body.about-page .about-business-grid span,
body.about-page .about-competence-list dt {
  color: #686868 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.about-page .about-identity-card dd {
  margin: 0 !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
}

body.about-page .about-identity-card a {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body.about-page .about-position-grid,
body.about-page .about-competence-layout,
body.about-page .about-mission-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr) !important;
  gap: clamp(34px, 6vw, 86px) !important;
  align-items: start !important;
}

body.about-page .about-position h2,
body.about-page .about-competence h2,
body.about-page .about-mission h2 {
  max-width: 620px !important;
  font-size: clamp(32px, 3.8vw, 56px) !important;
}

body.about-page .about-position p:not(.section-kicker),
body.about-page .about-competence p,
body.about-page .about-mission p,
body.about-page .about-values-grid span {
  color: #343434 !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
}

body.about-page .about-position p + p {
  margin-top: 18px !important;
}

body.about-page .about-business {
  background: #fff !important;
}

body.about-page .about-business .section-head {
  max-width: 820px !important;
}

body.about-page .about-business-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  border-top: 1px solid #d8d8d8 !important;
  border-left: 1px solid #d8d8d8 !important;
}

body.about-page .about-business-grid article {
  min-height: 330px !important;
  padding: 22px !important;
  background: #fff !important;
  border-right: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.about-page .about-business-grid h3 {
  margin: 28px 0 14px !important;
  color: #080808 !important;
  font-size: 24px !important;
  line-height: 1.18 !important;
}

body.about-page .about-business-grid p {
  margin: 0 !important;
  color: #3d3d3d !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

body.about-page .about-business-grid a {
  display: inline-block !important;
  margin-top: 20px !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

/* Global market and compliance directory: compact by default, fully crawlable when expanded. */
body.about-page .about-global-markets {
  padding: clamp(54px, 7vw, 92px) 0;
  color: #fff;
  background: #111;
}

body.about-page .about-global-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

body.about-page .about-global-copy h2,
body.about-page .about-compliance-layout h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.06;
  letter-spacing: 0;
}

body.about-page .about-global-copy > p:not(.section-kicker),
body.about-page .about-compliance-layout > div > p:not(.section-kicker) {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

body.about-page .about-global-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

body.about-page .about-global-stats div {
  min-height: 104px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

body.about-page .about-global-stats strong,
body.about-page .about-global-stats span {
  display: block;
}

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

body.about-page .about-global-stats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

body.about-page .about-market-directory {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #161616;
}

body.about-page .about-market-directory summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

body.about-page .about-market-directory summary::-webkit-details-marker {
  display: none;
}

body.about-page .about-market-directory summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
}

body.about-page .about-market-directory[open] summary::after {
  content: "-";
}

body.about-page .about-market-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  counter-reset: market;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

body.about-page .about-market-list li {
  min-width: 0;
  padding: 13px 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.4;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  counter-increment: market;
}

body.about-page .about-market-list li::before {
  content: counter(market, decimal-leading-zero) " / ";
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 800;
}

body.about-page .about-compliance {
  padding: clamp(54px, 7vw, 92px) 0;
  background: #f5f5f3;
  border-bottom: 1px solid #d8d8d8;
}

body.about-page .about-compliance-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

body.about-page .about-compliance-layout > div > p:not(.section-kicker) {
  color: #555;
}

body.about-page .about-compliance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  list-style: none;
}

body.about-page .about-compliance-list li {
  min-height: 72px;
  padding: 20px;
  font-weight: 750;
  line-height: 1.45;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 980px) {
  body.about-page .about-global-layout,
  body.about-page .about-compliance-layout {
    grid-template-columns: 1fr;
  }

  body.about-page .about-market-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.about-page .about-global-markets,
  body.about-page .about-compliance {
    padding: 42px 0;
  }

  body.about-page .about-global-stats,
  body.about-page .about-compliance-list {
    grid-template-columns: 1fr;
  }

  body.about-page .about-global-stats div {
    min-height: 82px;
  }

  body.about-page .about-market-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.about-page .about-competence {
  background: #f6f6f4 !important;
}

body.about-page .about-competence-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.about-page .about-competence-list div {
  min-height: 126px !important;
  padding: 18px !important;
  background: #fff !important;
}

body.about-page .about-competence-list dd {
  margin: 14px 0 0 !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

body.about-page .about-mission {
  padding: clamp(54px, 7vw, 92px) 0 !important;
  color: #fff !important;
  background: #111 !important;
}

body.about-page .about-mission h2,
body.about-page .about-mission .section-kicker {
  color: #fff !important;
}

body.about-page .about-mission p {
  max-width: 680px !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

body.about-page .about-values-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(255, 255, 255, 0.22) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.about-page .about-values-grid article {
  min-height: 126px !important;
  padding: 18px !important;
  background: #111 !important;
}

body.about-page .about-values-grid article:last-child {
  grid-column: 1 / -1 !important;
}

body.about-page .about-values-grid strong {
  display: block !important;
  color: #fff !important;
  font-size: 17px !important;
}

body.about-page .about-values-grid span {
  display: block !important;
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

@media (max-width: 1180px) {
  body.about-page .about-business-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.about-page .about-intro-grid,
  body.about-page .about-position-grid,
  body.about-page .about-competence-layout,
  body.about-page .about-mission-grid {
    grid-template-columns: 1fr !important;
  }

  body.about-page .about-business-grid,
  body.about-page .about-competence-list,
  body.about-page .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.about-page .about-intro-hero {
    padding: 82px 0 40px !important;
  }

  body.about-page .about-intro-hero h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
  }

  body.about-page .about-lead {
    font-size: 15px !important;
  }

  body.about-page .about-identity-card div {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    padding: 14px !important;
  }

  body.about-page .about-business-grid,
  body.about-page .about-competence-list,
  body.about-page .about-values-grid {
    grid-template-columns: 1fr !important;
  }

  body.about-page .about-values-grid article:last-child {
    grid-column: auto !important;
  }

  body.about-page .about-business-grid article {
    min-height: 0 !important;
  }
}

body.enterprise-home-v2 .home-application-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.enterprise-home-v2 .home-application-strip a:nth-child(4) {
  border-right: 1px solid #d8d8d8 !important;
}

body.enterprise-home-v2 .home-application-strip a:nth-child(5) {
  border-right: 0 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.enterprise-home-v2 .home-primary-routes {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-application-strip,
  body.enterprise-home-v2 .home-ecosystem-proof,
  body.enterprise-home-v2 .home-primary-routes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(2n) {
    border-right: 0 !important;
  }

  body.enterprise-home-v2 .home-application-strip a:nth-child(5) {
    grid-column: 1 / -1 !important;
    border-top: 1px solid #d8d8d8 !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-ecosystem-proof,
  body.enterprise-home-v2 .home-primary-routes {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-application-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

body.system-page {
  color: #111 !important;
  background: #f6f6f4 !important;
}

body.system-page .system-hero {
  padding: clamp(92px, 10vw, 148px) 0 clamp(54px, 7vw, 92px) !important;
  background: #f6f6f4 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.system-page .system-hero-layout,
body.system-page .system-flow-layout,
body.system-page .system-security-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr) !important;
  gap: clamp(36px, 7vw, 96px) !important;
  align-items: center !important;
}

body.system-page .system-hero h1,
body.system-page .system-modules h2,
body.system-page .system-flow h2,
body.system-page .system-security h2 {
  margin: 0 !important;
  color: #080808 !important;
  font-size: clamp(38px, 5vw, 78px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body.system-page .system-hero p:not(.section-kicker),
body.system-page .system-flow p,
body.system-page .system-security span {
  max-width: 760px !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
}

body.system-page .system-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 28px !important;
}

body.system-page .system-dashboard {
  margin: 0 !important;
  padding: 20px !important;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14) !important;
}

body.system-page .system-dashboard figcaption {
  margin-bottom: 16px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.system-page .system-dashboard-top {
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.system-page .system-dashboard-top strong {
  font-size: 24px !important;
}

body.system-page .system-dashboard-top span {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 12px !important;
  text-align: right !important;
}

body.system-page .system-dashboard-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 1px !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

body.system-page .system-dashboard-grid article,
body.system-page .system-dashboard-table div {
  background: #181818 !important;
}

body.system-page .system-dashboard-grid article {
  min-height: 126px !important;
  padding: 16px !important;
}

body.system-page .system-dashboard-grid span,
body.system-page .system-dashboard-table span {
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.system-page .system-dashboard-grid strong {
  display: block !important;
  margin-top: 18px !important;
  color: #fff !important;
  font-size: clamp(24px, 2.8vw, 36px) !important;
}

body.system-page .system-dashboard-grid small {
  display: block !important;
  margin-top: 8px !important;
  color: rgba(255, 255, 255, 0.56) !important;
  line-height: 1.45 !important;
}

body.system-page .system-dashboard-table {
  display: grid !important;
  gap: 1px !important;
  margin-top: 18px !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

body.system-page .system-dashboard-table div {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) 86px !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 14px 16px !important;
}

body.system-page .system-dashboard-table strong {
  color: #fff !important;
  font-size: 13px !important;
}

body.system-page .system-dashboard-table em {
  color: #fff !important;
  font-size: 12px !important;
  font-style: normal !important;
  text-align: right !important;
}

body.system-page .system-module-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border-top: 1px solid #d8d8d8 !important;
  border-left: 1px solid #d8d8d8 !important;
}

body.system-page .system-module-grid article {
  min-height: 236px !important;
  padding: 22px !important;
  background: #fff !important;
  border-right: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

body.system-page .system-module-grid span,
body.system-page .system-flow-list span {
  color: #707070 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.system-page .system-module-grid h3 {
  margin: 34px 0 12px !important;
  font-size: 22px !important;
}

body.system-page .system-module-grid p {
  margin: 0 !important;
  color: #3a3a3a !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

body.system-page .system-flow {
  padding: clamp(52px, 7vw, 90px) 0 !important;
  background: #111 !important;
}

body.system-page .system-flow h2,
body.system-page .system-flow .section-kicker,
body.system-page .system-flow-list strong {
  color: #fff !important;
}

body.system-page .system-flow p {
  color: rgba(255, 255, 255, 0.7) !important;
}

body.system-page .system-flow-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.system-page .system-flow-list li {
  min-height: 156px !important;
  padding: 20px !important;
  background: #111 !important;
}

body.system-page .system-flow-list strong,
body.system-page .system-flow-list small {
  display: block !important;
}

body.system-page .system-flow-list strong {
  margin-top: 26px !important;
  font-size: 19px !important;
}

body.system-page .system-flow-list small {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.64) !important;
  line-height: 1.6 !important;
}

body.system-page .system-security {
  background: #fff !important;
}

body.system-page .system-security-points {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
}

body.system-page .system-security-points article {
  min-height: 132px !important;
  padding: 18px !important;
  background: #fff !important;
}

body.system-page .system-security-points strong,
body.system-page .system-security-points span {
  display: block !important;
}

body.system-page .system-security-points strong {
  font-size: 17px !important;
}

body.system-page .system-security-points span {
  margin-top: 10px !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

@media (max-width: 980px) {
  body.system-page .system-hero-layout,
  body.system-page .system-flow-layout,
  body.system-page .system-security-grid {
    grid-template-columns: 1fr !important;
  }

  body.system-page .system-module-grid,
  body.system-page .system-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.system-page .system-hero {
    padding: 82px 0 38px !important;
  }

  body.system-page .system-hero h1,
  body.system-page .system-modules h2,
  body.system-page .system-flow h2,
  body.system-page .system-security h2 {
    font-size: clamp(32px, 11vw, 44px) !important;
  }

  body.system-page .system-dashboard {
    padding: 14px !important;
  }

  body.system-page .system-dashboard-top,
  body.system-page .system-dashboard-table div {
    grid-template-columns: 1fr !important;
    display: grid !important;
    text-align: left !important;
  }

  body.system-page .system-dashboard-top span,
  body.system-page .system-dashboard-table em {
    text-align: left !important;
  }

body.system-page .system-module-grid,
  body.system-page .system-dashboard-grid,
  body.system-page .system-flow-list,
  body.system-page .system-security-points {
    grid-template-columns: 1fr !important;
  }
}

/* Final contact page override. */
body.contact-page .contact-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.62fr) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  align-items: center !important;
  width: min(1280px, calc(100% - 96px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(42px, 5vw, 72px) 0 !important;
  background: #fff !important;
}

body.contact-page .contact-hero h1 {
  max-width: 760px !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: 1.02 !important;
}

body.contact-page .contact-card {
  padding: clamp(24px, 3vw, 34px) !important;
  color: #111 !important;
  background: #f6f6f4 !important;
  border: 1px solid #d7d7d2 !important;
}

body.contact-page .contact-card h2 {
  color: #111 !important;
}

body.contact-page .contact-social-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: 22px !important;
  background: #d2d2cd !important;
  border: 1px solid #d2d2cd !important;
}

body.contact-page .contact-social-grid a {
  display: grid !important;
  min-height: 92px !important;
  align-content: center !important;
  padding: 16px !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
}

body.contact-page .contact-social-grid a:first-child,
body.contact-page .contact-social-grid a:hover,
body.contact-page .contact-social-grid a:focus-visible {
  color: #fff !important;
  background: #111 !important;
}

body.contact-page .contact-social-grid a:last-child {
  grid-column: auto !important;
  min-height: 92px !important;
}

body.contact-page .contact-social-grid strong,
body.contact-page .contact-social-grid small {
  display: block !important;
}

body.contact-page .contact-social-grid small {
  margin-top: 8px !important;
  color: #666 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

body.contact-page .contact-social-grid a:first-child small,
body.contact-page .contact-social-grid a:hover small,
body.contact-page .contact-social-grid a:focus-visible small {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.contact-page .contact-card > p.contact-company-address {
  display: grid !important;
  gap: 5px !important;
  margin: 16px 0 0 !important;
  padding-top: 16px !important;
  border-top: 1px solid #d7d7d2 !important;
}

body.contact-page .contact-card > p.contact-company-address span {
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.contact-page .contact-form-section {
  padding: clamp(38px, 5vw, 70px) 0 !important;
  background: #f5f5f3 !important;
}

body.contact-page .contact-form-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr) !important;
  gap: clamp(28px, 4vw, 60px) !important;
  align-items: start !important;
}

body.contact-page .contact-inquiry-form {
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #d7d7d2 !important;
}

body.contact-page .contact-inquiry-form .form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.contact-page .document-checklist {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 1px solid #d1d1cc !important;
  background: #d1d1cc !important;
}

body.contact-page .document-checklist legend {
  width: 100% !important;
  padding: 0 0 10px !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body.contact-page .document-checklist label {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  color: #111 !important;
  background: #fff !important;
  border: 0 !important;
}

body.contact-page .document-checklist input {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 !important;
  accent-color: #111 !important;
}

body.contact-page .document-checklist span {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

body.contact-page .document-checklist label:hover,
body.contact-page .document-checklist label:focus-within {
  background: #f3f3f0 !important;
}

@media (max-width: 900px) {
  body.contact-page .contact-hero,
  body.contact-page .contact-form-layout {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, 720px) !important;
  }

  body.contact-page .contact-inquiry-form .form-grid {
    grid-template-columns: 1fr !important;
  }

  body.contact-page .document-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.contact-page .contact-hero {
    width: auto !important;
    padding: 28px 14px !important;
  }

  body.contact-page .contact-hero h1 {
    font-size: 34px !important;
  }

  body.contact-page .contact-social-grid {
    grid-template-columns: 1fr !important;
  }

  body.contact-page .document-checklist {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-07-10 hero balance: image leads, text becomes calmer. */
body.enterprise-home-v2 .home-enterprise-hero > .container {
  width: min(1560px, calc(100% - clamp(44px, 5vw, 96px))) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(390px, 0.72fr) minmax(760px, 1.28fr) !important;
  gap: clamp(52px, 5vw, 88px) !important;
  align-items: center !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy {
  max-width: 620px !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  max-width: 620px !important;
  margin-bottom: 22px !important;
  font-size: clamp(42px, 3.15vw, 60px) !important;
  line-height: 1.06 !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 600px !important;
  margin-bottom: 24px !important;
  font-size: clamp(15px, 0.92vw, 16px) !important;
  line-height: 1.72 !important;
}

body.enterprise-home-v2 .home-ecosystem-proof {
  max-width: 600px !important;
}

body.enterprise-home-v2 .home-ecosystem-proof div {
  min-height: 118px !important;
  padding: 16px 15px !important;
}

body.enterprise-home-v2 .home-ecosystem-proof strong {
  font-size: 14px !important;
}

body.enterprise-home-v2 .home-ecosystem-proof small {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.enterprise-home-v2 .home-enterprise-actions .button {
  min-height: 42px !important;
  padding: 11px 17px !important;
  font-size: 13px !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  height: clamp(520px, 38vw, 660px) !important;
  object-fit: cover !important;
}

body.enterprise-home-v2 .home-enterprise-visual figcaption {
  min-height: 64px !important;
}

@media (max-width: 1180px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: minmax(340px, 0.8fr) minmax(520px, 1.2fr) !important;
    gap: 38px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(38px, 4vw, 50px) !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 500px !important;
  }
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy,
  body.enterprise-home-v2 .home-enterprise-hero h1,
  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker),
  body.enterprise-home-v2 .home-ecosystem-proof {
    max-width: 100% !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 430px !important;
  }
}

@media (max-width: 640px) {
  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.68 !important;
  }

  body.enterprise-home-v2 .home-enterprise-visual img {
    height: 280px !important;
  }
}

/* Keep the enlarged hero image from colliding with the headline. */
body.enterprise-home-v2 .home-enterprise-hero h1 {
  max-width: 560px !important;
  font-size: clamp(40px, 2.75vw, 54px) !important;
  line-height: 1.08 !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 span {
  max-width: 100% !important;
}

@media (max-width: 1180px) {
  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(36px, 3.8vw, 48px) !important;
  }
}

/* 2026-07-10 final hero correction: smaller headline, full image, no text collision. */
body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(360px, 0.62fr) minmax(820px, 1.38fr) !important;
  gap: clamp(64px, 5.5vw, 104px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy {
  max-width: 620px !important;
  min-width: 0 !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  width: 100% !important;
  max-width: 620px !important;
  margin-bottom: 20px !important;
  font-size: clamp(36px, 2.28vw, 46px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 span {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 600px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.enterprise-home-v2 .home-enterprise-visual {
  min-width: 0 !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
  background: #f5f5f3 !important;
}

@media (max-width: 1180px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: minmax(330px, 0.72fr) minmax(520px, 1.28fr) !important;
    gap: 44px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(34px, 3.3vw, 42px) !important;
  }
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    max-width: 100% !important;
  }
}

/* 2026-07-10 final headline lock: keep the three intended lines and full hero image. */
body.enterprise-home-v2 .home-enterprise-hero-grid {
  grid-template-columns: minmax(560px, 0.82fr) minmax(780px, 1.18fr) !important;
  gap: clamp(56px, 4.8vw, 88px) !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 {
  max-width: 660px !important;
  font-size: clamp(34px, 2.05vw, 42px) !important;
  line-height: 1.14 !important;
}

body.enterprise-home-v2 .home-enterprise-hero h1 span {
  display: block !important;
  white-space: nowrap !important;
}

body.enterprise-home-v2 .home-enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 620px !important;
  font-size: 13.5px !important;
  line-height: 1.72 !important;
}

body.enterprise-home-v2 .home-enterprise-visual img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
}

@media (max-width: 1180px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: minmax(420px, 0.78fr) minmax(520px, 1.22fr) !important;
    gap: 40px !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 {
    font-size: clamp(30px, 3vw, 36px) !important;
  }
}

@media (max-width: 980px) {
  body.enterprise-home-v2 .home-enterprise-hero-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-home-v2 .home-enterprise-hero h1 span {
    white-space: normal !important;
  }
}

/* 2026-07-11 product navigation mega menu. */
.site-header .nav {
  overflow: visible !important;
}

.nav-product-menu {
  position: relative !important;
  display: inline-flex !important;
  align-items: stretch !important;
}

.nav-product-menu > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.nav-product-panel {
  position: fixed !important;
  top: 64px !important;
  left: 50% !important;
  z-index: 120 !important;
  display: block !important;
  width: min(1080px, calc(100vw - 112px)) !important;
  padding: 22px 24px 16px !important;
  color: #111 !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 6px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(8px) !important;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease !important;
}

.nav-product-menu:hover .nav-product-panel,
.nav-product-menu:focus-within .nav-product-panel,
.nav-product-menu.is-menu-open .nav-product-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

.nav-product-panel-head,
.nav-product-grid {
  display: none !important;
}

.nav-mega-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

.nav-mega-group {
  min-width: 0 !important;
  padding: 0 22px 0 0 !important;
  border-right: 1px solid #ededed !important;
}

.nav-mega-group:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

.nav-mega-group h2 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.nav-mega-icon,
.nav-item-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  color: #111 !important;
  background: #f6f6f6 !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 50% !important;
}

.nav-mega-icon {
  width: 30px !important;
  height: 30px !important;
}

.nav-item-icon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 9px !important;
  background: #fff !important;
}

.nav-mega-icon svg,
.nav-item-icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.nav-mega-list {
  display: grid !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid #eeeeee !important;
  border-radius: 7px !important;
  background: #fff !important;
}

.nav-mega-list a,
.nav-mega-catalog {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) 16px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 62px !important;
  padding: 12px !important;
  color: #111 !important;
  text-decoration: none !important;
  text-align: left !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #eeeeee !important;
}

.nav-mega-list a:last-child {
  border-bottom: 0 !important;
}

.nav-mega-list a:hover,
.nav-mega-list a:focus-visible,
.nav-mega-catalog:hover,
.nav-mega-catalog:focus-visible {
  background: #f8f8f8 !important;
}

.nav-item-copy {
  display: grid !important;
  min-width: 0 !important;
  gap: 4px !important;
}

.nav-mega-list strong,
.nav-mega-catalog strong {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.nav-mega-list small,
.nav-mega-catalog small {
  display: block !important;
  overflow: visible !important;
  color: #666 !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.nav-item-arrow {
  color: #777 !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.nav-mega-catalog {
  grid-template-columns: 42px auto minmax(0, 1fr) 16px !important;
  margin-top: 16px !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #f7f7f7 !important;
}

.nav-mega-catalog .nav-item-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
}

@media (max-width: 900px) {
  .nav-product-panel {
    position: static !important;
    width: 100% !important;
    padding: 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .nav-mega-columns {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .nav-mega-group {
    padding-right: 0 !important;
    border-right: 0 !important;
  }
}

