﻿/* DUBHE client-standard visual layer.
   Loaded after the legacy stylesheet to keep the customer-facing portal compact,
   image-led and stable across desktop, tablet and mobile. */

.enterprise-home .enterprise-hero {
  min-height: min(760px, calc(100vh - 64px)) !important;
  padding-top: clamp(58px, 6vw, 92px) !important;
  padding-bottom: clamp(38px, 4vw, 56px) !important;
}

/* Customer reference rebuild layer: concise B2B portal standard, inspired by mature film manufacturer sites. */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  height: 70px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #dcdcdc !important;
}

.brand img {
  border: 1px solid #d7d7d7 !important;
  background: #fff !important;
}

.nav a {
  letter-spacing: 0 !important;
}

.nav .nav-cta,
.button.primary,
.product-hero-actions .button.primary,
.enterprise-actions .button.primary {
  color: #fff !important;
  background: #111 !important;
  border-color: #111 !important;
}

.button.quiet,
.enterprise-actions .button.quiet,
.product-hero-actions .button.quiet {
  color: #111 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: #cfcfcf !important;
}

.cosmo-home-hero {
  position: relative !important;
  min-height: min(690px, calc(100vh - 70px)) !important;
  padding: clamp(58px, 7vw, 92px) 0 clamp(42px, 5vw, 70px) !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.16) 100%),
    url("./images/dubhe-production-line.webp") center / cover no-repeat !important;
}

.cosmo-home-hero-grid {
  display: grid !important;
  min-height: 520px !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.48fr) !important;
  gap: clamp(28px, 5vw, 70px) !important;
  align-items: end !important;
}

.cosmo-home-hero-copy {
  max-width: 740px !important;
}

.cosmo-home-hero .section-kicker,
.products-portal-page .section-kicker,
.detail-page .section-kicker,
.category-detail-page .section-kicker {
  letter-spacing: 0 !important;
}

.cosmo-home-hero h1 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(44px, 5.2vw, 76px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 720px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(16px, 1.18vw, 18px) !important;
  line-height: 1.75 !important;
}

.hero-route-card {
  display: grid !important;
  max-width: 620px !important;
  margin-top: 28px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto !important;
  gap: 0 !important;
  color: #111 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24) !important;
}

.hero-route-card strong {
  grid-column: 1 / -1 !important;
  padding: 14px 18px !important;
  border-bottom: 1px solid #dcdcdc !important;
}

.hero-route-card label {
  display: grid !important;
  gap: 6px !important;
  padding: 14px 16px !important;
  border-right: 1px solid #dcdcdc !important;
}

.hero-route-card label span {
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.hero-route-card select {
  width: 100% !important;
  color: #111 !important;
  border: 0 !important;
  background: transparent !important;
  font: inherit !important;
  font-weight: 700 !important;
}

.hero-route-card button {
  min-width: 128px !important;
  color: #fff !important;
  border: 0 !important;
  background: #111 !important;
  font-weight: 850 !important;
}

.cosmo-home-hero-media {
  margin: 0 !important;
  align-self: end !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  background: #fff !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28) !important;
}

.cosmo-home-hero-media img {
  display: block !important;
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  filter: grayscale(0.08) contrast(1.02) !important;
}

.cosmo-home-hero-media figcaption {
  display: grid !important;
  gap: 6px !important;
  padding: 16px 18px !important;
  color: #111 !important;
  background: #fff !important;
}

.cosmo-home-proof {
  color: #111 !important;
  background: #fff !important;
  border-bottom: 1px solid #dcdcdc !important;
}

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

.cosmo-home-proof-grid div {
  min-height: 96px !important;
  padding: 22px 24px !important;
  border-right: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.cosmo-home-proof-grid strong {
  display: block !important;
  color: #111 !important;
  font-size: clamp(24px, 2.3vw, 36px) !important;
  line-height: 1.08 !important;
}

.cosmo-home-proof-grid span {
  display: block !important;
  margin-top: 8px !important;
  color: #555 !important;
}

.cosmo-home-products,
.product-platform-showcase {
  padding-top: clamp(52px, 6vw, 86px) !important;
  padding-bottom: clamp(54px, 6vw, 88px) !important;
  background: #fff !important;
}

.cosmo-section-head,
.product-platform-showcase .portal-section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.48fr) !important;
  gap: clamp(24px, 5vw, 72px) !important;
  align-items: end !important;
  margin-bottom: 30px !important;
}

.cosmo-section-head h2,
.product-platform-showcase .portal-section-head h2,
.product-route-board-head h2 {
  max-width: 620px !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.cosmo-section-head p:not(.section-kicker),
.product-platform-showcase .portal-section-head p:not(.section-kicker),
.product-route-board-head p {
  max-width: 620px !important;
  color: #555 !important;
  line-height: 1.72 !important;
}

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

.cosmo-product-grid a,
.product-platform-grid a {
  position: relative !important;
  display: flex !important;
  min-height: 386px !important;
  padding: 0 !important;
  flex-direction: column !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 0 !important;
  transition: background 0.18s ease, transform 0.18s ease !important;
}

.cosmo-product-grid a:hover,
.product-platform-grid a:hover {
  background: #f7f7f7 !important;
}

.product-platform-grid a::before {
  display: none !important;
}

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

.cosmo-product-grid span,
.product-platform-grid span {
  margin: 22px 24px 0 !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.cosmo-product-grid strong,
.product-platform-grid strong {
  margin: 11px 24px 0 !important;
  color: #111 !important;
  font-size: 23px !important;
  line-height: 1.18 !important;
}

.cosmo-product-grid small,
.product-platform-grid small {
  margin: 12px 24px 24px !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

.products-portal-page .product-portal-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 0.62fr) !important;
  gap: clamp(32px, 5vw, 76px) !important;
  min-height: 500px !important;
  padding: clamp(54px, 7vw, 96px) clamp(34px, 6vw, 82px) !important;
  align-items: center !important;
  background: #f5f5f5 !important;
}

.products-portal-page .product-hero-copy h1 {
  max-width: 760px !important;
  font-size: clamp(48px, 5.4vw, 76px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.products-portal-page .product-hero-copy > p {
  max-width: 710px !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.74 !important;
}

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

.products-portal-page .product-hero-media img {
  display: block !important;
  width: 100% !important;
  height: 340px !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.product-family-rail {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-bottom: 22px !important;
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
}

.product-family-rail a {
  min-height: 70px !important;
  padding: 16px 18px !important;
  color: #111 !important;
  text-decoration: none !important;
  border-right: 1px solid #d8d8d8 !important;
  font-weight: 850 !important;
}

.product-family-rail a:last-child {
  border-right: 0 !important;
}

.product-family-rail span {
  display: block !important;
  margin-bottom: 7px !important;
  color: #777 !important;
  font-size: 11px !important;
}

.detail-page .detail-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr) !important;
  gap: clamp(30px, 5vw, 72px) !important;
  padding: clamp(42px, 5vw, 70px) clamp(28px, 5vw, 80px) !important;
  align-items: center !important;
  background: #fff !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.detail-page .detail-hero h1 {
  max-width: 720px !important;
  font-size: clamp(44px, 4.8vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
  max-width: 720px !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
}

.detail-page .detail-hero-docs,
.detail-page .detail-proof-list,
.detail-page .detail-hero-snapshot dl {
  border-color: #d6d6d6 !important;
}

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

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

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

.detail-inquiry-route,
.detail-confirmation-board,
.detail-visual-evidence,
.detail-page .detail-band {
  padding-top: clamp(44px, 5vw, 72px) !important;
  padding-bottom: clamp(44px, 5vw, 72px) !important;
}

.detail-inquiry-route {
  background: #f6f6f6 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.detail-inquiry-route-grid,
.detail-confirmation-table,
.detail-visual-evidence-grid,
.category-detail-products {
  border-radius: 0 !important;
}

.detail-inquiry-card,
.detail-confirmation-table,
.detail-visual-evidence-grid figure {
  border-color: #d8d8d8 !important;
  background: #fff !important;
}

.category-detail-page .category-detail-hero {
  padding: clamp(42px, 5vw, 70px) clamp(28px, 5vw, 80px) !important;
  background: #fff !important;
  border-bottom: 1px solid #dedede !important;
}

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

@media (max-width: 980px) {
  .cosmo-home-hero-grid,
  .cosmo-section-head,
  .product-platform-showcase .portal-section-head,
  .products-portal-page .product-portal-hero,
  .detail-page .detail-hero {
    grid-template-columns: 1fr !important;
  }

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

  .hero-route-card {
    grid-template-columns: 1fr !important;
  }

  .hero-route-card label {
    border-right: 0 !important;
    border-bottom: 1px solid #dcdcdc !important;
  }

  .hero-route-card button {
    min-height: 48px !important;
  }

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

  .product-family-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 64px !important;
  }

  .cosmo-home-hero {
    min-height: 560px !important;
    padding: 40px 0 30px !important;
    background-position: center !important;
  }

  .cosmo-home-hero-grid {
    min-height: 0 !important;
  }

  .cosmo-home-hero h1,
  .products-portal-page .product-hero-copy h1,
  .detail-page .detail-hero h1,
  .category-detail-page .category-detail-hero h1 {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .cosmo-home-hero-copy > p:not(.section-kicker),
  .products-portal-page .product-hero-copy > p,
  .detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .hero-route-card {
    display: none !important;
  }

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

  .cosmo-home-proof-grid div {
    min-height: 84px !important;
    padding: 16px !important;
  }

  .cosmo-home-proof-grid strong {
    font-size: 23px !important;
  }

  .cosmo-home-products,
  .product-platform-showcase {
    padding-top: 32px !important;
    padding-bottom: 34px !important;
  }

  .cosmo-section-head,
  .product-platform-showcase .portal-section-head {
    gap: 10px !important;
    margin-bottom: 18px !important;
  }

  .cosmo-section-head h2,
  .product-platform-showcase .portal-section-head h2,
  .product-route-board-head h2 {
    font-size: 29px !important;
  }

  .cosmo-section-head p:not(.section-kicker),
  .product-platform-showcase .portal-section-head p:not(.section-kicker) {
    display: none !important;
  }

  .cosmo-product-grid,
  .product-platform-grid,
  .product-family-rail {
    grid-template-columns: 1fr !important;
  }

  .cosmo-product-grid a,
  .product-platform-grid a {
    min-height: 260px !important;
  }

  .cosmo-product-grid a:nth-child(n + 4),
  .product-platform-grid a:nth-child(n + 4),
  .product-family-rail a:nth-child(n + 5) {
    display: none !important;
  }

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

  .products-portal-page .product-portal-hero,
  .detail-page .detail-hero,
  .category-detail-page .category-detail-hero {
    min-height: auto !important;
    padding: 24px 14px !important;
    gap: 16px !important;
  }

  .products-portal-page .product-hero-media img,
  .detail-page .detail-hero-photo img,
  .detail-page .detail-hero > figure img {
    height: 160px !important;
  }

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

  .detail-inquiry-route,
  .detail-confirmation-board,
  .detail-visual-evidence,
  .detail-page .detail-band {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}

/* Customer-standard rebuild pass: make the portal concise, evidence-led and less template-like. */
.enterprise-home .home-product-finder,
.enterprise-home .enterprise-capability-map,
.enterprise-home .enterprise-assurance {
  display: none !important;
}

.site-header {
  height: 72px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.brand img {
  width: 42px !important;
  height: 42px !important;
}

.brand strong {
  letter-spacing: 0 !important;
}

.brand small {
  color: #444 !important;
  letter-spacing: 0 !important;
}

.nav a {
  color: #111 !important;
  font-weight: 650 !important;
}

.enterprise-home .enterprise-hero {
  min-height: min(620px, calc(100vh - 72px)) !important;
  background: #111 !important;
}

.enterprise-home .enterprise-hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.47) 48%, rgba(0, 0, 0, 0.18)) !important;
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 720px !important;
  font-size: clamp(40px, 4vw, 60px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 720px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(16px, 1.12vw, 18px) !important;
}

.enterprise-home .enterprise-finder-panel {
  max-width: 680px !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(0, 0, 0, 0.28) !important;
}

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

.enterprise-home .enterprise-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-left: 1px solid #e1e1e1 !important;
}

.enterprise-home .enterprise-proof-grid div {
  min-height: 108px !important;
  padding: 24px !important;
  border-right: 1px solid #e1e1e1 !important;
}

.enterprise-home .enterprise-proof-grid strong {
  font-size: clamp(22px, 2.2vw, 34px) !important;
  line-height: 1.08 !important;
}

.enterprise-home .enterprise-market-access {
  padding-top: clamp(46px, 5vw, 74px) !important;
  padding-bottom: clamp(46px, 5vw, 74px) !important;
  background: #f7f7f7 !important;
}

.market-access-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: start !important;
}

.market-access-head h2,
.enterprise-home .portal-section-head h2,
.products-portal-page .portal-section-head h2 {
  font-size: clamp(32px, 3.7vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.market-access-grid,
.enterprise-home .portal-product-grid,
.products-portal-page .product-platform-grid {
  border: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.market-access-grid a,
.enterprise-home .portal-product-card,
.products-portal-page .product-platform-grid a {
  border-color: #dcdcdc !important;
  background: #fff !important;
}

.enterprise-home .portal-section.enterprise-portfolio,
.products-portal-page .product-platform-showcase {
  padding-top: clamp(46px, 5vw, 74px) !important;
  padding-bottom: clamp(46px, 5vw, 74px) !important;
}

.enterprise-home .portal-product-card {
  min-height: 360px !important;
}

.enterprise-home .portal-product-card img,
.products-portal-page .product-platform-grid a::before {
  filter: grayscale(0.08) contrast(1.03) !important;
}

.enterprise-trust-route {
  padding-top: clamp(46px, 5vw, 74px) !important;
  padding-bottom: clamp(46px, 5vw, 74px) !important;
  background: #111 !important;
}

.enterprise-trust-route-grid {
  background: #111 !important;
  border-color: #3a3a3a !important;
}

.enterprise-trust-route-grid > div,
.enterprise-trust-route-grid > a {
  min-height: 188px !important;
  background: #111 !important;
  border-color: #3a3a3a !important;
}

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

.enterprise-trust-route-grid p,
.enterprise-trust-route-grid small {
  color: #cfcfcf !important;
}

.enterprise-contact {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
  background: #f6f6f6 !important;
}

.products-portal-page .product-portal-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.64fr) !important;
  min-height: 430px !important;
  padding: clamp(42px, 5vw, 70px) clamp(32px, 5vw, 72px) !important;
  background: #fff !important;
}

.products-portal-page .product-hero-media {
  order: 2 !important;
  min-height: 300px !important;
  border: 1px solid #d8d8d8 !important;
}

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

.products-portal-page .product-hero-media img {
  filter: grayscale(0.1) contrast(1.05) !important;
}

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

.products-portal-page .product-hero-copy h1 {
  font-size: clamp(44px, 5vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.products-portal-page .product-hero-copy > p {
  max-width: 700px !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.products-portal-page .product-hero-proof {
  display: none !important;
}

.products-portal-page .product-route-board,
.products-portal-page .product-finder-section,
.products-portal-page .category-product-section,
.products-portal-page .decision-section {
  padding-top: clamp(40px, 5vw, 64px) !important;
  padding-bottom: clamp(40px, 5vw, 64px) !important;
}

.detail-page .detail-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.68fr) !important;
  padding-top: clamp(34px, 4vw, 54px) !important;
  padding-bottom: clamp(34px, 4vw, 54px) !important;
}

.detail-page .detail-hero h1 {
  max-width: 660px !important;
  font-size: clamp(38px, 4vw, 56px) !important;
  line-height: 1.06 !important;
}

.detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
  max-width: 660px !important;
  color: #2f2f2f !important;
  font-size: 16px !important;
}

.detail-page .detail-hero-photo {
  border: 1px solid #d7d7d7 !important;
}

.detail-page .detail-hero-photo img {
  height: 320px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  background: #fff !important;
}

.detail-page .detail-hero-photo figcaption {
  color: #333 !important;
  background: #fff !important;
  border-top: 1px solid #d7d7d7 !important;
}

.detail-page .detail-hero-docs a,
.detail-page .detail-proof-list div,
.detail-confirmation-table th,
.detail-confirmation-table td {
  overflow-wrap: anywhere !important;
}

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

  .products-portal-page .product-hero-media {
    order: 1 !important;
    min-height: 220px !important;
  }

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

@media (max-width: 640px) {
  .site-header {
    height: 64px !important;
  }

  .enterprise-home .enterprise-hero {
    min-height: auto !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .enterprise-home .enterprise-hero-copy h1,
  .products-portal-page .product-hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .enterprise-home .enterprise-proof-grid {
    grid-template-columns: 1fr !important;
  }

  .enterprise-home .enterprise-proof-grid div {
    min-height: auto !important;
    padding: 16px 18px !important;
  }

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

  .enterprise-home .enterprise-market-access {
    display: block !important;
  }

  .market-access-grid a:nth-child(n + 3) {
    display: none !important;
  }

  .enterprise-trust-route-grid > a:nth-of-type(n + 3) {
    display: none !important;
  }

  .products-portal-page .product-portal-hero {
    min-height: auto !important;
    padding: 24px 14px !important;
  }

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

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

  .detail-page .detail-hero h1 {
    font-size: 30px !important;
  }

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

/* Customer-standard refinement pass: quieter typography, faster product imagery,
   and a clearer product-first route inspired by mature film manufacturer portals. */
.enterprise-home .enterprise-hero {
  min-height: min(680px, calc(100vh - 72px)) !important;
}

.enterprise-home .enterprise-hero::before,
.products-portal-page .product-hero-media::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.12)) !important;
}

.enterprise-home .enterprise-hero-copy {
  max-width: 720px !important;
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 620px !important;
  font-size: clamp(42px, 4.4vw, 62px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 680px !important;
  font-size: clamp(16px, 1.25vw, 18px) !important;
  line-height: 1.72 !important;
}

.enterprise-home .enterprise-proof {
  background: #f6f6f6 !important;
  border-top: 1px solid #dcdcdc !important;
  border-bottom: 1px solid #dcdcdc !important;
}

.enterprise-home .enterprise-proof-grid {
  background: transparent !important;
}

.enterprise-home .enterprise-proof-grid div {
  min-height: 86px !important;
  background: #fff !important;
}

.enterprise-home .enterprise-proof-grid strong {
  color: #111 !important;
  font-size: clamp(28px, 2.6vw, 40px) !important;
}

.enterprise-home .enterprise-proof-grid span {
  color: #555 !important;
}

.products-portal-page .product-platform-showcase {
  padding-top: clamp(44px, 5vw, 72px) !important;
}

.products-portal-page .product-route-board {
  border-top: 1px solid #ddd !important;
  background: #f7f7f7 !important;
}

.products-portal-page .product-route-board-head h2 {
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
}

.products-portal-page .product-route-board-head p {
  max-width: 640px !important;
  color: #555 !important;
  line-height: 1.7 !important;
}

.product-route-board-grid a {
  min-height: 172px !important;
  padding: 24px !important;
}

.product-route-board-grid strong {
  font-size: 22px !important;
}

.product-route-board-grid small {
  font-size: 14px !important;
  line-height: 1.62 !important;
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    min-height: 470px !important;
    padding-top: 34px !important;
    padding-bottom: 30px !important;
  }

  .enterprise-home .enterprise-hero-copy h1 {
    max-width: 330px !important;
    font-size: 40px !important;
    line-height: 1.05 !important;
  }

  .enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
    display: -webkit-box !important;
    max-height: 78px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-home .enterprise-finder-panel {
    display: none !important;
  }

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

  .enterprise-home .enterprise-proof-grid div {
    min-height: 78px !important;
    padding: 16px !important;
  }

  .enterprise-home .enterprise-proof-grid strong {
    font-size: 28px !important;
  }

  .products-portal-page .product-platform-showcase {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .products-portal-page .product-platform-showcase .portal-section-head {
    margin-bottom: 18px !important;
  }

  .products-portal-page .product-platform-showcase .portal-section-head h2 {
    font-size: 29px !important;
    line-height: 1.08 !important;
  }

  .products-portal-page .product-platform-showcase .portal-section-head p:not(.section-kicker) {
    display: none !important;
  }

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

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

  .products-portal-page .product-platform-grid a::before {
    height: 132px !important;
    min-height: 132px !important;
  }

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

  .products-portal-page .product-platform-grid strong {
    margin: 8px 18px 0 !important;
    font-size: 20px !important;
  }

  .products-portal-page .product-platform-grid small {
    margin: 8px 18px 18px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .products-portal-page .product-route-board {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .products-portal-page .product-route-board-head h2 {
    font-size: 27px !important;
  }

  .products-portal-page .product-route-board-head p {
    display: none !important;
  }

  .product-route-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    background: #d8d8d8 !important;
  }

  .product-route-board-grid a {
    min-height: 118px !important;
    padding: 16px !important;
    border: 0 !important;
  }

  .product-route-board-grid span {
    font-size: 10px !important;
  }

  .product-route-board-grid strong {
    font-size: 18px !important;
  }

  .product-route-board-grid small {
    display: none !important;
  }
}

/* Customer final visual override: appended at the actual physical end of client-standard.css. */
.cosmo-home-hero {
  min-height: min(650px, calc(100vh - 70px)) !important;
  background: #090909 !important;
}

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

.cosmo-home-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  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%) !important;
}

.cosmo-home-hero-grid {
  position: relative !important;
  z-index: 2 !important;
  min-height: 480px !important;
}

.cosmo-home-hero-copy {
  max-width: 690px !important;
}

.cosmo-home-hero h1 {
  max-width: 680px !important;
  color: #fff !important;
  font-size: clamp(42px, 4.7vw, 66px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45) !important;
}

.cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 650px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5) !important;
}

.products-portal-page .product-portal-hero {
  min-height: 455px !important;
  padding-top: clamp(42px, 5vw, 74px) !important;
  padding-bottom: clamp(38px, 5vw, 66px) !important;
}

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

.product-platform-grid img,
.products-portal-page .product-platform-grid > a > img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 204px !important;
  min-height: 204px !important;
  clip: auto !important;
  clip-path: none !important;
  object-fit: cover !important;
}

@media (max-width: 640px) {
  .cosmo-home-hero {
    min-height: 520px !important;
  }

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

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

  .cosmo-home-hero-copy > p:not(.section-kicker) {
    max-width: 350px !important;
  }
}

/* Physical end-of-file customer standard layer. This block intentionally wins over older iterative overrides above. */
.cosmo-home-hero {
  min-height: min(690px, calc(100vh - 70px)) !important;
  padding: clamp(58px, 7vw, 92px) 0 clamp(42px, 5vw, 70px) !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.16) 100%),
    url("./images/dubhe-production-line.webp") center / cover no-repeat !important;
}

.cosmo-home-hero-grid,
.products-portal-page .product-portal-hero,
.detail-page .detail-hero {
  display: grid !important;
  gap: clamp(30px, 5vw, 72px) !important;
  align-items: center !important;
}

.cosmo-home-hero-grid {
  min-height: 520px !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.48fr) !important;
}

.cosmo-home-hero h1,
.products-portal-page .product-hero-copy h1,
.detail-page .detail-hero h1,
.category-detail-page .category-detail-hero h1 {
  letter-spacing: 0 !important;
  line-height: 1.03 !important;
}

.cosmo-home-hero h1 {
  max-width: 760px !important;
  color: #fff !important;
  font-size: clamp(44px, 5.2vw, 76px) !important;
}

.cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 720px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(16px, 1.18vw, 18px) !important;
  line-height: 1.75 !important;
}

.hero-route-card {
  display: grid !important;
  max-width: 620px !important;
  margin-top: 28px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto !important;
  gap: 0 !important;
  color: #111 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24) !important;
}

.hero-route-card strong {
  grid-column: 1 / -1 !important;
  padding: 14px 18px !important;
  border-bottom: 1px solid #dcdcdc !important;
}

.hero-route-card label {
  display: grid !important;
  gap: 6px !important;
  padding: 14px 16px !important;
  border-right: 1px solid #dcdcdc !important;
}

.hero-route-card button {
  min-width: 128px !important;
  color: #fff !important;
  border: 0 !important;
  background: #111 !important;
  font-weight: 850 !important;
}

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

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

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

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

.cosmo-home-proof-grid div {
  min-height: 96px !important;
  padding: 22px 24px !important;
  border-right: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.cosmo-home-products,
.product-platform-showcase {
  padding-top: clamp(52px, 6vw, 86px) !important;
  padding-bottom: clamp(54px, 6vw, 88px) !important;
  background: #fff !important;
}

.cosmo-section-head,
.product-platform-showcase .portal-section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.48fr) !important;
  gap: clamp(24px, 5vw, 72px) !important;
  align-items: end !important;
  margin-bottom: 30px !important;
}

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

.cosmo-product-grid a,
.product-platform-grid a {
  display: flex !important;
  min-height: 386px !important;
  padding: 0 !important;
  flex-direction: column !important;
  color: #111 !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 0 !important;
}

.product-platform-grid a::before {
  display: none !important;
}

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

.cosmo-product-grid span,
.product-platform-grid span {
  margin: 22px 24px 0 !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.cosmo-product-grid strong,
.product-platform-grid strong {
  margin: 11px 24px 0 !important;
  color: #111 !important;
  font-size: 23px !important;
  line-height: 1.18 !important;
}

.cosmo-product-grid small,
.product-platform-grid small {
  margin: 12px 24px 24px !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

.products-portal-page .product-portal-hero {
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 0.62fr) !important;
  min-height: 500px !important;
  padding: clamp(54px, 7vw, 96px) clamp(34px, 6vw, 82px) !important;
  background: #f5f5f5 !important;
}

.products-portal-page .product-hero-media img {
  display: block !important;
  width: 100% !important;
  height: 340px !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.product-family-rail {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  margin-bottom: 22px !important;
  border: 1px solid #d8d8d8 !important;
}

.product-family-rail a {
  min-height: 70px !important;
  padding: 16px 18px !important;
  color: #111 !important;
  text-decoration: none !important;
  border-right: 1px solid #d8d8d8 !important;
  font-weight: 850 !important;
}

.detail-page .detail-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr) !important;
  padding: clamp(42px, 5vw, 70px) clamp(28px, 5vw, 80px) !important;
  background: #fff !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.detail-page .detail-hero h1 {
  max-width: 720px !important;
  font-size: clamp(44px, 4.8vw, 66px) !important;
}

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

@media (max-width: 980px) {
  .cosmo-home-hero-grid,
  .cosmo-section-head,
  .product-platform-showcase .portal-section-head,
  .products-portal-page .product-portal-hero,
  .detail-page .detail-hero {
    grid-template-columns: 1fr !important;
  }

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

  .hero-route-card {
    grid-template-columns: 1fr !important;
  }

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

  .product-family-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .cosmo-home-hero {
    min-height: 560px !important;
    padding: 40px 0 30px !important;
  }

  .cosmo-home-hero h1,
  .products-portal-page .product-hero-copy h1,
  .detail-page .detail-hero h1,
  .category-detail-page .category-detail-hero h1 {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .hero-route-card {
    display: none !important;
  }

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

  .cosmo-product-grid,
  .product-platform-grid,
  .product-family-rail {
    grid-template-columns: 1fr !important;
  }

  .cosmo-product-grid a:nth-child(n + 4),
  .product-platform-grid a:nth-child(n + 4),
  .product-family-rail a:nth-child(n + 5) {
    display: none !important;
  }

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

  .products-portal-page .product-portal-hero,
  .detail-page .detail-hero {
    min-height: auto !important;
    padding: 24px 14px !important;
    gap: 16px !important;
  }

  .products-portal-page .product-hero-media img,
  .detail-page .detail-hero-photo img,
  .detail-page .detail-hero > figure img {
    height: 160px !important;
  }
}

/* Readability correction after visual audit. */
.cosmo-home-hero {
  min-height: min(650px, calc(100vh - 70px)) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.78) 44%, rgba(0, 0, 0, 0.44) 72%, rgba(0, 0, 0, 0.18) 100%),
    url("./images/dubhe-production-line.webp") center / cover no-repeat !important;
}

.cosmo-home-hero-grid {
  min-height: 480px !important;
}

.cosmo-home-hero-copy {
  max-width: 690px !important;
}

.cosmo-home-hero h1 {
  max-width: 680px !important;
  font-size: clamp(42px, 4.7vw, 66px) !important;
}

.cosmo-home-hero-copy > p:not(.section-kicker) {
  max-width: 650px !important;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.45) !important;
}

.products-portal-page .product-portal-hero {
  min-height: 455px !important;
  padding-top: clamp(42px, 5vw, 74px) !important;
  padding-bottom: clamp(38px, 5vw, 66px) !important;
}

@media (max-width: 640px) {
  .cosmo-home-hero {
    min-height: 520px !important;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 100%),
      url("./images/dubhe-production-line.webp") center / cover no-repeat !important;
  }

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

  .cosmo-home-hero-copy > p:not(.section-kicker) {
    max-width: 350px !important;
  }
}

/* Final detail snapshot override: physical end-of-file guard. */
.detail-page .detail-hero-snapshot {
  display: block !important;
  max-width: none !important;
  margin-top: 18px !important;
  border: 1px solid #d2d2d2 !important;
  background: #fff !important;
}

.detail-page .detail-hero-snapshot > span {
  display: block !important;
  padding: 11px 14px !important;
  border-bottom: 1px solid #d2d2d2 !important;
  background: #f6f6f6 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

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

.detail-page .detail-hero-snapshot dl div {
  display: block !important;
  min-height: 82px !important;
  padding: 13px 14px !important;
  border-right: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.detail-page .detail-hero-snapshot dl div:last-child {
  border-right: 0 !important;
}

.detail-page .detail-hero-snapshot dt {
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.detail-page .detail-hero-snapshot dd {
  margin: 7px 0 0 !important;
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 760px) {
  .detail-page .detail-hero-snapshot {
    margin-top: 12px !important;
  }

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

  .detail-page .detail-hero-snapshot dl div {
    min-height: 0 !important;
    padding: 11px 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dcdcdc !important;
  }

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

  .detail-page .detail-hero-snapshot dl div:nth-child(2) {
    border-bottom: 0 !important;
  }
}

/* Final detail snapshot override: keep this at the physical end of the file. */
.detail-page .detail-hero-snapshot {
  display: block !important;
  max-width: none !important;
  margin-top: 18px !important;
  border: 1px solid #d2d2d2 !important;
  background: #fff !important;
}

.detail-page .detail-hero-snapshot > span {
  display: block !important;
  padding: 11px 14px !important;
  border-bottom: 1px solid #d2d2d2 !important;
  background: #f6f6f6 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

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

.detail-page .detail-hero-snapshot dl div {
  display: block !important;
  min-height: 82px !important;
  padding: 13px 14px !important;
  border-right: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.detail-page .detail-hero-snapshot dl div:last-child {
  border-right: 0 !important;
}

.detail-page .detail-hero-snapshot dt {
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.detail-page .detail-hero-snapshot dd {
  margin: 7px 0 0 !important;
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 760px) {
  .detail-page .detail-hero-snapshot {
    margin-top: 12px !important;
  }

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

  .detail-page .detail-hero-snapshot dl div {
    min-height: 0 !important;
    padding: 11px 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dcdcdc !important;
  }

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

  .detail-page .detail-hero-snapshot dl div:nth-child(2) {
    border-bottom: 0 !important;
  }
}

/* Final detail snapshot override: keep after all responsive detail rules. */
.detail-page .detail-hero-snapshot {
  display: block !important;
  max-width: none !important;
  margin-top: 18px !important;
  border: 1px solid #d2d2d2 !important;
  background: #fff !important;
}

.detail-page .detail-hero-snapshot > span {
  display: block !important;
  padding: 11px 14px !important;
  border-bottom: 1px solid #d2d2d2 !important;
  background: #f6f6f6 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

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

.detail-page .detail-hero-snapshot dl div {
  display: block !important;
  min-height: 82px !important;
  padding: 13px 14px !important;
  border-right: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.detail-page .detail-hero-snapshot dl div:last-child {
  border-right: 0 !important;
}

.detail-page .detail-hero-snapshot dt {
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.detail-page .detail-hero-snapshot dd {
  margin: 7px 0 0 !important;
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 760px) {
  .detail-page .detail-hero-snapshot {
    margin-top: 12px !important;
  }

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

  .detail-page .detail-hero-snapshot dl div {
    min-height: 0 !important;
    padding: 11px 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dcdcdc !important;
  }

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

  .detail-page .detail-hero-snapshot dl div:nth-child(2) {
    border-bottom: 0 !important;
  }
}

/* Evidence modules for trust pages. */
.quality-page .quality-family-index-layout {
  display: block !important;
}

.quality-page .quality-family-index-head {
  max-width: 760px !important;
  margin-bottom: 0 !important;
}

.quality-page .quality-family-grid {
  width: 100% !important;
}

.quality-page .quality-evidence-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin: clamp(20px, 2.5vw, 30px) 0 clamp(24px, 3vw, 38px) !important;
  background: #d7d7d7 !important;
  border: 1px solid #d7d7d7 !important;
}

.quality-page .quality-evidence-gallery figure,
.contact-page .inquiry-route-grid article {
  margin: 0 !important;
  background: #fff !important;
}

.quality-page .quality-evidence-gallery img,
.contact-page .inquiry-route-grid img {
  display: block !important;
  width: 100% !important;
  height: 168px !important;
  object-fit: cover !important;
  filter: saturate(0.82) contrast(1.03) !important;
}

.quality-page .quality-evidence-gallery figcaption {
  min-height: 86px !important;
  padding: 16px 18px !important;
  color: #242424 !important;
  font-size: 14px !important;
  font-weight: 780 !important;
  line-height: 1.58 !important;
}

.contact-page .inquiry-route-grid article {
  overflow: hidden !important;
  padding: 0 !important;
}

.contact-page .inquiry-route-grid article span,
.contact-page .inquiry-route-grid article h3,
.contact-page .inquiry-route-grid article p {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.contact-page .inquiry-route-grid article span {
  display: block !important;
  margin-top: 18px !important;
}

.contact-page .inquiry-route-grid article p {
  margin-bottom: 22px !important;
}

@media (max-width: 760px) {
  .quality-page .quality-evidence-gallery,
  .contact-page .inquiry-route-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(260px, 86vw) !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain !important;
    scroll-snap-type: x proximity !important;
    background: transparent !important;
    border: 0 !important;
    gap: 12px !important;
    padding-bottom: 8px !important;
  }

  .quality-page .quality-evidence-gallery figure,
  .contact-page .inquiry-route-grid article {
    border: 1px solid #d7d7d7 !important;
    scroll-snap-align: start !important;
  }

  .quality-page .quality-evidence-gallery img,
  .contact-page .inquiry-route-grid img {
    height: 148px !important;
  }
}

/* Product detail pages need a visible technical summary in the first decision area. */
.detail-page .detail-hero-snapshot {
  display: block !important;
  max-width: none !important;
  margin-top: 18px !important;
  border: 1px solid #d2d2d2 !important;
  background: #fff !important;
}

.detail-page .detail-hero-snapshot > span {
  display: block !important;
  padding: 11px 14px !important;
  border-bottom: 1px solid #d2d2d2 !important;
  background: #f6f6f6 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

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

.detail-page .detail-hero-snapshot dl div {
  min-height: 82px !important;
  padding: 13px 14px !important;
  border-right: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.detail-page .detail-hero-snapshot dl div:last-child {
  border-right: 0 !important;
}

.detail-page .detail-hero-snapshot dt {
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.detail-page .detail-hero-snapshot dd {
  margin: 7px 0 0 !important;
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 760px) {
  .detail-page .detail-hero-snapshot {
    margin-top: 12px !important;
  }

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

  .detail-page .detail-hero-snapshot dl div {
    min-height: 0 !important;
    padding: 11px 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dcdcdc !important;
  }

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

  .detail-page .detail-hero-snapshot dl div:nth-child(2) {
    border-bottom: 0 !important;
  }
}

/* Customer-standard final override: keep this last. */
.enterprise-home .home-product-finder,
.enterprise-home .enterprise-capability-map,
.enterprise-home .enterprise-assurance {
  display: none !important;
}

.site-header {
  height: 72px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.brand img {
  width: 42px !important;
  height: 42px !important;
}

.brand small,
.nav a {
  letter-spacing: 0 !important;
}

.enterprise-home .enterprise-hero {
  min-height: min(620px, calc(100vh - 72px)) !important;
  background: #111 !important;
}

.enterprise-home .enterprise-hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.47) 48%, rgba(0, 0, 0, 0.18)) !important;
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 720px !important;
  font-size: clamp(40px, 4vw, 60px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 720px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(16px, 1.12vw, 18px) !important;
}

.enterprise-home .enterprise-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border-left: 1px solid #e1e1e1 !important;
}

.enterprise-home .enterprise-proof-grid div {
  min-height: 108px !important;
  padding: 24px !important;
  border-right: 1px solid #e1e1e1 !important;
}

.enterprise-home .enterprise-proof-grid strong {
  font-size: clamp(22px, 2.2vw, 34px) !important;
  line-height: 1.08 !important;
}

.enterprise-home .portal-section.enterprise-portfolio,
.enterprise-home .enterprise-market-access,
.enterprise-trust-route,
.products-portal-page .product-platform-showcase,
.products-portal-page .product-route-board,
.products-portal-page .product-finder-section,
.products-portal-page .category-product-section,
.products-portal-page .decision-section {
  padding-top: clamp(46px, 5vw, 74px) !important;
  padding-bottom: clamp(46px, 5vw, 74px) !important;
}

.enterprise-home .enterprise-market-access {
  background: #f7f7f7 !important;
}

.market-access-layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(34px, 5vw, 76px) !important;
}

.market-access-head h2,
.enterprise-home .portal-section-head h2,
.products-portal-page .portal-section-head h2 {
  font-size: clamp(32px, 3.7vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.market-access-grid,
.enterprise-home .portal-product-grid,
.products-portal-page .product-platform-grid {
  border: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.market-access-grid a,
.enterprise-home .portal-product-card,
.products-portal-page .product-platform-grid a {
  border-color: #dcdcdc !important;
  background: #fff !important;
}

.enterprise-home .portal-product-card {
  min-height: 360px !important;
}

.enterprise-trust-route {
  background: #111 !important;
}

.enterprise-trust-route-grid {
  background: #111 !important;
  border-color: #3a3a3a !important;
}

.enterprise-trust-route-grid > div,
.enterprise-trust-route-grid > a {
  min-height: 188px !important;
  background: #111 !important;
  border-color: #3a3a3a !important;
}

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

.enterprise-trust-route-grid p,
.enterprise-trust-route-grid small {
  color: #cfcfcf !important;
}

.products-portal-page .product-portal-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.64fr) !important;
  min-height: 430px !important;
  padding: clamp(42px, 5vw, 70px) clamp(32px, 5vw, 72px) !important;
  background: #fff !important;
}

.products-portal-page .product-hero-media {
  order: 2 !important;
  min-height: 300px !important;
  border: 1px solid #d8d8d8 !important;
}

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

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

.products-portal-page .product-hero-copy h1 {
  font-size: clamp(44px, 5vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.products-portal-page .product-hero-copy > p {
  max-width: 700px !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.detail-page .detail-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.68fr) !important;
  padding-top: clamp(34px, 4vw, 54px) !important;
  padding-bottom: clamp(34px, 4vw, 54px) !important;
}

.detail-page .detail-hero h1 {
  max-width: 660px !important;
  font-size: clamp(38px, 4vw, 56px) !important;
  line-height: 1.06 !important;
}

.detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
  max-width: 660px !important;
  color: #2f2f2f !important;
  font-size: 16px !important;
}

.detail-page .detail-hero-photo {
  border: 1px solid #d7d7d7 !important;
}

.detail-page .detail-hero-photo img {
  height: 320px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  background: #fff !important;
}

.detail-page .detail-hero-photo figcaption {
  color: #333 !important;
  background: #fff !important;
  border-top: 1px solid #d7d7d7 !important;
}

.detail-page .detail-hero-docs a,
.detail-page .detail-proof-list div,
.detail-confirmation-table th,
.detail-confirmation-table td {
  overflow-wrap: anywhere !important;
}

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

  .products-portal-page .product-hero-media {
    order: 1 !important;
    min-height: 220px !important;
  }

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

@media (max-width: 640px) {
  .site-header {
    height: 64px !important;
  }

  .enterprise-home .enterprise-hero {
    min-height: auto !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .enterprise-home .enterprise-hero-copy h1,
  .products-portal-page .product-hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .enterprise-home .enterprise-proof-grid {
    grid-template-columns: 1fr !important;
  }

  .enterprise-home .enterprise-proof-grid div {
    min-height: auto !important;
    padding: 16px 18px !important;
  }

  .enterprise-home .enterprise-proof-grid div:nth-child(n + 3),
  .market-access-grid a:nth-child(n + 3),
  .enterprise-trust-route-grid > a:nth-of-type(n + 3) {
    display: none !important;
  }

  .products-portal-page .product-portal-hero {
    min-height: auto !important;
    padding: 24px 14px !important;
  }

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

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

  .detail-page .detail-hero h1 {
    font-size: 30px !important;
  }

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

/* Category and detail pages: make technical evidence readable and less template-like. */
.category-detail-page .category-route-panel {
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
  color: #111 !important;
}

.category-detail-page .category-route-panel span,
.category-detail-page .category-route-panel dt,
.category-detail-page .category-route-panel dd {
  color: #111 !important;
}

.category-detail-page .category-route-panel span {
  color: #555 !important;
}

.category-detail-page .category-route-panel dl div {
  background: #fff !important;
  border-color: #d8d8d8 !important;
}

.category-detail-page .category-document-head h2,
.category-detail-page .category-matrix-head h2,
.category-detail-page .section-head h2,
.category-detail-page .category-selection-head h2 {
  font-size: clamp(30px, 3.6vw, 48px) !important;
  line-height: 1.08 !important;
}

.category-detail-page .category-document-head p,
.category-detail-page .category-matrix-head p,
.category-detail-page .section-head p,
.category-detail-page .category-selection-head p {
  color: #555 !important;
  line-height: 1.72 !important;
}

.category-detail-page .category-selection-board-band {
  background: #fff !important;
  border-top: 1px solid #e0e0e0 !important;
}

.detail-page .detail-en-name {
  display: block !important;
  margin: -8px 0 18px !important;
  color: #666 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.detail-page .detail-hero-photo {
  background: #fff !important;
}

.detail-page .detail-hero-photo img {
  background: #fff !important;
  object-fit: cover !important;
  object-position: center 62% !important;
}

.detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
  max-width: 720px !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.detail-page .detail-hero-snapshot {
  display: block !important;
}

.detail-page .detail-hero {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

@media (min-width: 981px) {
  .detail-page .detail-proof-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border: 1px solid #d8d8d8 !important;
  }

  .detail-page .detail-proof-list div {
    min-height: 94px !important;
    padding: 16px 18px !important;
    border: 0 !important;
    border-right: 1px solid #d8d8d8 !important;
  }

  .detail-page .detail-proof-list div:last-child {
    border-right: 0 !important;
  }
}

@media (max-width: 640px) {
  .category-detail-page .category-document-head h2,
  .category-detail-page .category-matrix-head h2,
  .category-detail-page .section-head h2,
  .category-detail-page .category-selection-head h2 {
    font-size: 27px !important;
  }

  .category-detail-page .category-document-head p,
  .category-detail-page .category-matrix-head p,
  .category-detail-page .section-head p,
  .category-detail-page .category-selection-head p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .category-detail-page .category-selection-board-band {
    display: none !important;
  }

  .detail-page .detail-en-name {
    display: none !important;
  }

  .detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
    display: none !important;
  }

  .detail-page .detail-hero-photo img,
  .detail-page .detail-mobile-hero-visual img {
    object-position: center 62% !important;
  }
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 640px !important;
  font-size: clamp(48px, 5.4vw, 76px) !important;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 640px !important;
}

.enterprise-home .enterprise-proof-grid div {
  min-height: 92px !important;
}

.enterprise-home .portal-section.enterprise-portfolio,
.products-portal-page .product-platform-showcase {
  padding-top: clamp(52px, 6vw, 82px) !important;
  padding-bottom: clamp(54px, 6vw, 86px) !important;
  background: #fff !important;
}

.enterprise-home .portal-section-head,
.products-portal-page .portal-section-head {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(280px, 0.82fr) minmax(280px, 1fr) !important;
  gap: clamp(28px, 5vw, 80px) !important;
  align-items: end !important;
  margin-bottom: 30px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.enterprise-home .portal-section-head .section-kicker,
.products-portal-page .portal-section-head .section-kicker {
  grid-column: 1 / -1 !important;
  margin-bottom: -14px !important;
}

.enterprise-home .portal-section-head h2,
.products-portal-page .portal-section-head h2 {
  max-width: 520px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(34px, 4.2vw, 58px) !important;
  line-height: 1.02 !important;
}

.enterprise-home .portal-section-head p:not(.section-kicker),
.products-portal-page .portal-section-head p:not(.section-kicker) {
  max-width: 560px !important;
  margin: 0 !important;
  color: #555 !important;
  line-height: 1.78 !important;
}

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

.enterprise-home .portal-product-card,
.products-portal-page .product-platform-grid a {
  position: relative !important;
  display: flex !important;
  min-height: 390px !important;
  padding: 0 !important;
  flex-direction: column !important;
  color: #111 !important;
  border: 0 !important;
  border-right: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  background: #fff !important;
}

.enterprise-home .portal-product-card:nth-child(3n),
.products-portal-page .product-platform-grid a:nth-child(3n) {
  border-right: 0 !important;
}

.enterprise-home .portal-product-card:nth-last-child(-n + 3),
.products-portal-page .product-platform-grid a:nth-last-child(-n + 3) {
  border-bottom: 0 !important;
}

.enterprise-home .portal-product-card::before,
.products-portal-page .product-platform-grid a::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 188px !important;
  min-height: 188px !important;
  background-color: #d9d9d9 !important;
  background-position: center !important;
  background-size: cover !important;
  filter: grayscale(0.1) contrast(1.04) !important;
}

.enterprise-home .portal-product-card > img,
.products-portal-page .product-platform-grid > a > img {
  display: none !important;
}

.enterprise-home .portal-product-card:nth-child(1)::before,
.products-portal-page .product-platform-grid a:nth-child(1)::before {
  background-image: url("./images/real-local/bopp-lamination-rolls-workshop.webp") !important;
  background-position: center 72% !important;
}

.enterprise-home .portal-product-card:nth-child(2)::before,
.products-portal-page .product-platform-grid a:nth-child(2)::before {
  background-image: url("./images/real-local/specialty-plain-holographic-real.webp") !important;
  background-position: center 52% !important;
}

.enterprise-home .portal-product-card:nth-child(3)::before,
.products-portal-page .product-platform-grid a:nth-child(3)::before {
  background-image: url("./images/real-local/bopp-finished-rolls-pallet.webp") !important;
  background-position: center 62% !important;
}

.enterprise-home .portal-product-card:nth-child(4)::before,
.products-portal-page .product-platform-grid a:nth-child(4)::before {
  background-image: url("./images/process/cpp-cast-line-reference.jpg") !important;
  background-position: center 64% !important;
}

.enterprise-home .portal-product-card:nth-child(5)::before,
.products-portal-page .product-platform-grid a:nth-child(5)::before {
  background-image: url("./images/process/extrusion-coating-line-reference.jpg") !important;
  background-position: center 50% !important;
}

.enterprise-home .portal-product-card:nth-child(6)::before,
.products-portal-page .product-platform-grid a:nth-child(6)::before {
  background-image: url("./images/real/heavy-duty-roll-clamp-truck.jpg") !important;
  background-position: center 48% !important;
}

.enterprise-home .portal-product-card span,
.products-portal-page .product-platform-grid span {
  margin: 22px 24px 0 !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.enterprise-home .portal-product-card h3,
.products-portal-page .product-platform-grid strong {
  margin: 12px 24px 0 !important;
  color: #111 !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
}

.enterprise-home .portal-product-card p,
.products-portal-page .product-platform-grid small {
  margin: 12px 24px 24px !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

.enterprise-trust-route {
  color: #111 !important;
  background: #f6f6f6 !important;
}

.enterprise-trust-route-grid {
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
}

.enterprise-trust-route-grid > div,
.enterprise-trust-route-grid > a {
  min-height: 210px !important;
  border-color: #d8d8d8 !important;
  background: #fff !important;
}

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

.enterprise-trust-route-grid small,
.enterprise-trust-route-grid p {
  color: #555 !important;
}

.products-portal-page .product-portal-hero {
  border-bottom: 1px solid #e1e1e1 !important;
}

.products-portal-page .product-route-board {
  padding-top: clamp(42px, 5vw, 68px) !important;
  padding-bottom: clamp(42px, 5vw, 68px) !important;
}

.products-portal-page .product-platform-showcase .portal-section-head {
  display: block !important;
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 0 30px !important;
  text-align: left !important;
}

.products-portal-page .product-platform-showcase .portal-section-head .section-kicker {
  display: block !important;
  margin: 0 0 18px !important;
}

.products-portal-page .product-platform-showcase .portal-section-head h2 {
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 !important;
  text-align: left !important;
}

.products-portal-page .product-platform-showcase .portal-section-head p:not(.section-kicker) {
  width: 100% !important;
  max-width: 650px !important;
  margin: 18px 0 0 !important;
  text-align: left !important;
}

.tds-table-wrap {
  max-width: 100% !important;
  overflow-x: auto !important;
}

.detail-page .detail-hero-photo,
.detail-page .detail-hero-diagram,
.detail-mobile-hero-visual {
  max-width: 100% !important;
  overflow: hidden !important;
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img,
.detail-mobile-hero-visual img {
  max-width: 100% !important;
  transform: none !important;
}

/* Category and detail landing pages: reduce first-screen friction and surface technical evidence sooner. */
.category-detail-page .category-detail-hero,
.detail-page .detail-hero {
  min-height: auto !important;
  padding-top: clamp(42px, 5vw, 68px) !important;
  padding-bottom: clamp(34px, 4vw, 54px) !important;
  align-items: center !important;
}

.category-detail-page .category-detail-hero h1,
.detail-page .detail-hero h1 {
  max-width: 620px !important;
  font-size: clamp(44px, 4.8vw, 68px) !important;
  line-height: 1.02 !important;
}

.category-detail-page .category-detail-hero p:not(.section-kicker),
.detail-page .detail-hero p:not(.section-kicker) {
  max-width: 620px !important;
  color: #444 !important;
  line-height: 1.72 !important;
}

.category-detail-page .category-route-panel,
.detail-page .detail-hero-snapshot {
  margin-top: 18px !important;
  border-color: #d8d8d8 !important;
  background: #f7f7f7 !important;
}

.category-detail-page .category-route-panel dl,
.detail-page .detail-hero-snapshot dl {
  gap: 0 !important;
}

.category-detail-page .category-route-panel dl div,
.detail-page .detail-hero-snapshot dl div {
  min-height: 86px !important;
  padding: 16px 18px !important;
}

.category-detail-page .category-detail-hero figure,
.detail-page .detail-hero-photo,
.detail-page .detail-hero > figure {
  margin: 0 !important;
}

.category-detail-page .category-detail-hero img,
.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img {
  height: min(30vw, 360px) !important;
  min-height: 240px !important;
  object-fit: cover !important;
}

.detail-page .detail-hero-docs {
  margin-top: 18px !important;
  gap: 0 !important;
  border: 1px solid #d8d8d8 !important;
}

.detail-page .detail-hero-docs a {
  min-height: 82px !important;
  border: 0 !important;
  border-right: 1px solid #d8d8d8 !important;
}

.detail-page .detail-decision-band,
.detail-page .detail-visual-evidence,
.detail-page .detail-band,
.category-detail-page .category-document-matrix,
.category-detail-page .category-products-band {
  padding-top: clamp(36px, 5vw, 64px) !important;
  padding-bottom: clamp(36px, 5vw, 64px) !important;
}

.detail-confirmation-board {
  padding-top: clamp(34px, 4vw, 56px) !important;
  padding-bottom: clamp(34px, 4vw, 56px) !important;
}

.detail-confirmation-layout {
  gap: clamp(24px, 4vw, 48px) !important;
}

.detail-confirmation-layout h2,
.detail-visual-evidence-head h2,
.detail-page .detail-main h2,
.category-detail-page .category-matrix-head h2 {
  font-size: clamp(30px, 3.4vw, 48px) !important;
  line-height: 1.08 !important;
}

/* Support pages should feel like concise evidence pages, not long brochures on small screens. */
.manufacturing-page .manufacturing-dashboard-hero,
.quality-page .quality-dashboard-hero,
.contact-page .contact-hero {
  min-height: auto !important;
  padding-top: clamp(42px, 5vw, 70px) !important;
  padding-bottom: clamp(34px, 4vw, 56px) !important;
}

.manufacturing-page .manufacturing-dashboard-copy h1,
.quality-page .quality-dashboard-copy h1,
.contact-page .contact-hero h1 {
  font-size: clamp(42px, 4.7vw, 66px) !important;
  line-height: 1.04 !important;
}

.manufacturing-page .manufacturing-dashboard-copy > p:not(.section-kicker),
.quality-page .quality-dashboard-copy > p:not(.section-kicker),
.contact-page .contact-hero-copy > p:not(.section-kicker) {
  max-width: 640px !important;
  line-height: 1.68 !important;
}

@media (max-width: 980px) {
  .enterprise-home .portal-section-head,
  .products-portal-page .portal-section-head {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

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

  .enterprise-home .portal-product-card:nth-child(n),
  .products-portal-page .product-platform-grid a:nth-child(n) {
    border-right: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }

  .enterprise-home .portal-product-card:nth-child(2n),
  .products-portal-page .product-platform-grid a:nth-child(2n) {
    border-right: 0 !important;
  }

  .enterprise-home .portal-product-card:nth-last-child(-n + 2),
  .products-portal-page .product-platform-grid a:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
  }

  .category-detail-page .category-detail-hero,
  .detail-page .detail-hero {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
    gap: 22px !important;
  }

  .category-detail-page .category-detail-hero h1,
  .detail-page .detail-hero h1 {
    font-size: 42px !important;
    line-height: 1.06 !important;
  }

  .category-detail-page .category-detail-hero p:not(.section-kicker),
  .detail-page .detail-hero p:not(.section-kicker) {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .category-detail-page .category-route-panel {
    display: none !important;
  }

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

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

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

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

@media (min-width: 641px) and (max-width: 980px) {
  .detail-page .breadcrumb-bar {
    display: none !important;
  }

  .detail-page .detail-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) !important;
    gap: 24px !important;
    padding: 30px 34px !important;
    align-items: center !important;
  }

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

  .detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
    display: none !important;
  }

  .detail-page .grade-badge {
    display: none !important;
  }

  .detail-page .detail-proof-list,
  .detail-page .detail-hero-snapshot {
    margin-top: 14px !important;
  }

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

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

  .detail-page .detail-mobile-hero-visual,
  .detail-page .detail-hero-photo,
  .detail-page .detail-hero > figure {
    align-self: stretch !important;
  }

  .detail-page .detail-mobile-hero-visual img,
  .detail-page .detail-hero-photo img,
  .detail-page .detail-hero > figure img {
    width: 100% !important;
    height: 240px !important;
    min-height: 0 !important;
  }

  .detail-page .detail-mobile-hero-visual figcaption,
  .detail-page .detail-hero-photo figcaption {
    padding: 10px 12px !important;
    font-size: 12px !important;
  }

  .detail-page .detail-actions,
  .detail-page .detail-hero-actions {
    margin-top: 14px !important;
  }

  .manufacturing-page .manufacturing-dashboard-hero,
  .quality-page .quality-dashboard-hero,
  .contact-page .contact-hero {
    padding: 34px !important;
    gap: 24px !important;
  }

  .manufacturing-page .manufacturing-dashboard-copy h1,
  .quality-page .quality-dashboard-copy h1,
  .contact-page .contact-hero h1 {
    font-size: 38px !important;
  }

  .manufacturing-page .manufacturing-route-panel div:nth-child(n + 3),
  .quality-page .quality-document-panel div:nth-child(n + 3) {
    display: none !important;
  }

  .contact-page .contact-card {
    padding: 18px 22px !important;
  }

  .contact-page .contact-card h2,
  .contact-page .contact-card > p {
    display: none !important;
  }

  .contact-page .contact-card dl {
    margin-top: 0 !important;
  }

  .contact-page .contact-card dl div {
    padding: 12px 0 !important;
  }
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    min-height: auto !important;
    padding-top: 46px !important;
    padding-bottom: 30px !important;
  }

  .enterprise-home .enterprise-finder-panel {
    display: none !important;
  }

  .enterprise-home .enterprise-hero-copy h1,
  .products-portal-page .product-hero-copy h1 {
    font-size: 36px !important;
  }

  .enterprise-home .portal-section.enterprise-portfolio,
  .products-portal-page .product-platform-showcase {
    padding-top: 34px !important;
    padding-bottom: 36px !important;
  }

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

  .enterprise-home .portal-product-card,
  .products-portal-page .product-platform-grid a {
    min-height: 300px !important;
    border-right: 0 !important;
  }

  .enterprise-home .portal-product-card:nth-child(n + 4),
  .products-portal-page .product-platform-grid a:nth-child(n + 4) {
    display: none !important;
  }

  .enterprise-home .portal-product-card::before,
  .products-portal-page .product-platform-grid a::before {
    height: 146px !important;
    min-height: 146px !important;
  }

  .enterprise-home .portal-product-card span,
  .products-portal-page .product-platform-grid span {
    margin: 16px 18px 0 !important;
  }

  .enterprise-home .portal-product-card h3,
  .products-portal-page .product-platform-grid strong {
    margin: 10px 18px 0 !important;
    font-size: 20px !important;
  }

  .enterprise-home .portal-product-card p,
  .products-portal-page .product-platform-grid small {
    margin: 10px 18px 18px !important;
    font-size: 13px !important;
  }

  .enterprise-trust-route-grid {
    grid-template-columns: 1fr !important;
  }

  .enterprise-trust-route-grid > div,
  .enterprise-trust-route-grid > a {
    min-height: auto !important;
    padding: 18px !important;
  }

  .enterprise-trust-route-grid > a:nth-of-type(n + 3) {
    display: none !important;
  }

  .detail-page .tds-table:not(.detail-tds-table) {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed !important;
  }

  .detail-page .tds-table:not(.detail-tds-table) thead {
    display: none !important;
  }

  .detail-page .tds-table:not(.detail-tds-table) tbody,
  .detail-page .tds-table:not(.detail-tds-table) tr,
  .detail-page .tds-table:not(.detail-tds-table) td,
  .detail-page .tds-table:not(.detail-tds-table) th {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .detail-page .tds-table:not(.detail-tds-table) tr {
    border-bottom: 1px solid #dedede !important;
  }

  .detail-page .tds-table:not(.detail-tds-table) td,
  .detail-page .tds-table:not(.detail-tds-table) th {
    padding: 10px 12px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .category-detail-page .category-detail-hero,
  .detail-page .detail-hero {
    padding: 20px 14px 18px !important;
    gap: 14px !important;
  }

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

  .category-detail-page .category-detail-hero p:not(.section-kicker),
  .detail-page .detail-hero p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.56 !important;
  }

  .category-detail-page .category-detail-hero p:not(.section-kicker) {
    display: -webkit-box !important;
    max-height: 68px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }

  .category-detail-page .category-detail-actions,
  .detail-page .detail-hero-actions {
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .category-detail-page .category-detail-actions .button,
  .detail-page .detail-hero-actions .button {
    min-height: 40px !important;
    padding: 10px 13px !important;
    font-size: 13px !important;
  }

  .category-detail-page .category-route-panel {
    display: none !important;
  }

  .category-detail-page .category-detail-hero figure {
    margin-top: 8px !important;
  }

  .category-detail-page .category-detail-hero img,
  .detail-page .detail-hero-photo img,
  .detail-page .detail-hero > figure img {
    height: 126px !important;
    min-height: 0 !important;
  }

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

  .category-detail-page .category-proof-strip div {
    min-height: 72px !important;
    padding: 14px 18px !important;
  }

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

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

  .detail-page .detail-hero-snapshot {
    margin-top: 10px !important;
  }

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

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

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

  .detail-page .detail-hero-snapshot dt {
    font-size: 12px !important;
  }

  .detail-page .detail-hero-snapshot dd {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .detail-page .detail-hero > div:first-child > p:not(.section-kicker) {
    display: none !important;
  }

  .detail-page .grade-badge {
    display: none !important;
  }

  .detail-page .detail-mobile-hero-visual {
    margin-top: 4px !important;
  }

  .detail-page .detail-mobile-hero-visual img {
    height: 112px !important;
    min-height: 0 !important;
  }

  .detail-page .detail-mobile-hero-visual figcaption {
    min-height: 0 !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  .detail-page .detail-proof-list {
    margin-top: 10px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    border: 1px solid #dedede !important;
  }

  .detail-page .detail-proof-list div {
    min-height: auto !important;
    padding: 10px 12px !important;
  }

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

  .detail-page .detail-proof-list dt {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }

  .detail-page .detail-proof-list dd {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  .detail-page .detail-actions {
    margin-top: 12px !important;
    gap: 8px !important;
  }

  .detail-page .detail-actions .button {
    min-height: 40px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
  }

  .detail-confirmation-board,
  .detail-page .detail-visual-evidence,
  .detail-page .detail-band,
  .category-detail-page .category-document-matrix,
  .category-detail-page .category-products-band {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .detail-confirmation-layout h2,
  .detail-visual-evidence-head h2,
  .detail-page .detail-main h2,
  .category-detail-page .category-matrix-head h2 {
    font-size: 27px !important;
    line-height: 1.1 !important;
  }

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

  .detail-visual-evidence-head p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .manufacturing-page .manufacturing-dashboard-hero,
  .quality-page .quality-dashboard-hero,
  .contact-page .contact-hero {
    padding: 20px 14px 22px !important;
    gap: 14px !important;
  }

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

  .manufacturing-page .manufacturing-dashboard-copy > p:not(.section-kicker),
  .quality-page .quality-dashboard-copy > p:not(.section-kicker),
  .contact-page .contact-hero-copy > p:not(.section-kicker) {
    display: -webkit-box !important;
    max-height: 68px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .manufacturing-page .manufacturing-dashboard-actions,
  .quality-page .quality-dashboard-actions,
  .contact-page .contact-actions {
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .manufacturing-page .manufacturing-dashboard-actions .button,
  .quality-page .quality-dashboard-actions .button,
  .contact-page .contact-actions .button {
    min-height: 40px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
  }

  .manufacturing-page .manufacturing-route-panel,
  .quality-page .quality-document-panel {
    margin-top: 14px !important;
  }

  .manufacturing-page .manufacturing-route-panel div,
  .quality-page .quality-document-panel div {
    min-height: auto !important;
    padding: 16px 18px !important;
  }

  .manufacturing-page .manufacturing-route-panel div:nth-child(n + 2),
  .quality-page .quality-document-panel div:nth-child(n + 2) {
    display: none !important;
  }

  .contact-page .contact-card {
    padding: 16px 18px !important;
  }

  .contact-page .contact-card h2,
  .contact-page .contact-card > p {
    display: none !important;
  }

  .contact-page .contact-card dl {
    margin-top: 0 !important;
  }

  .contact-page .contact-card dl div {
    padding: 10px 0 !important;
  }

  .contact-page .contact-card dt {
    font-size: 12px !important;
  }

  .contact-page .contact-card dd {
    font-size: 15px !important;
  }
}

/* Final customer-facing overrides. Keep this block at the end of the file. */
.enterprise-home .enterprise-hero {
  min-height: min(680px, calc(100vh - 72px)) !important;
}

.enterprise-home .enterprise-hero::before,
.products-portal-page .product-hero-media::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.12)) !important;
}

.enterprise-home .enterprise-hero-copy {
  max-width: 720px !important;
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 620px !important;
  font-size: clamp(42px, 4.4vw, 62px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 680px !important;
  font-size: clamp(16px, 1.25vw, 18px) !important;
  line-height: 1.72 !important;
}

.enterprise-home .enterprise-proof {
  background: #f6f6f6 !important;
  border-top: 1px solid #dcdcdc !important;
  border-bottom: 1px solid #dcdcdc !important;
}

.enterprise-home .enterprise-proof-grid {
  background: transparent !important;
}

.enterprise-home .enterprise-proof-grid div {
  min-height: 86px !important;
  background: #fff !important;
}

.enterprise-home .enterprise-proof-grid strong {
  color: #111 !important;
  font-size: clamp(28px, 2.6vw, 40px) !important;
}

.enterprise-home .enterprise-proof-grid span {
  color: #555 !important;
}

.products-portal-page .product-platform-showcase {
  padding-top: clamp(44px, 5vw, 72px) !important;
}

.products-portal-page .product-route-board {
  border-top: 1px solid #ddd !important;
  background: #f7f7f7 !important;
}

.products-portal-page .product-route-board-head h2 {
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
}

.products-portal-page .product-route-board-head p {
  max-width: 640px !important;
  color: #555 !important;
  line-height: 1.7 !important;
}

.product-route-board-grid a {
  min-height: 172px !important;
  padding: 24px !important;
}

.product-route-board-grid strong {
  font-size: 22px !important;
}

.product-route-board-grid small {
  font-size: 14px !important;
  line-height: 1.62 !important;
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    min-height: 470px !important;
    padding-top: 34px !important;
    padding-bottom: 30px !important;
  }

  .enterprise-home .enterprise-hero-copy h1 {
    max-width: 330px !important;
    font-size: 40px !important;
    line-height: 1.05 !important;
  }

  .enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
    display: -webkit-box !important;
    max-height: 78px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-home .enterprise-finder-panel {
    display: none !important;
  }

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

  .enterprise-home .enterprise-proof-grid div {
    min-height: 78px !important;
    padding: 16px !important;
  }

  .enterprise-home .enterprise-proof-grid strong {
    font-size: 28px !important;
  }

  .products-portal-page .product-platform-showcase {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .products-portal-page .product-platform-showcase .portal-section-head {
    margin-bottom: 18px !important;
  }

  .products-portal-page .product-platform-showcase .portal-section-head h2 {
    font-size: 29px !important;
    line-height: 1.08 !important;
  }

  .products-portal-page .product-platform-showcase .portal-section-head p:not(.section-kicker) {
    display: none !important;
  }

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

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

  .products-portal-page .product-platform-grid a::before {
    height: 132px !important;
    min-height: 132px !important;
  }

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

  .products-portal-page .product-platform-grid strong {
    margin: 8px 18px 0 !important;
    font-size: 20px !important;
  }

  .products-portal-page .product-platform-grid small {
    margin: 8px 18px 18px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .products-portal-page .product-route-board {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .products-portal-page .product-route-board-head h2 {
    font-size: 27px !important;
  }

  .products-portal-page .product-route-board-head p {
    display: none !important;
  }

  .product-route-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    background: #d8d8d8 !important;
  }

  .product-route-board-grid a {
    min-height: 118px !important;
    padding: 16px !important;
    border: 0 !important;
  }

  .product-route-board-grid span {
    font-size: 10px !important;
  }

  .product-route-board-grid strong {
    font-size: 18px !important;
  }

  .product-route-board-grid small {
    display: none !important;
  }
}


