﻿:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #666666;
  --line: #e1e1e1;
  --paper: #ffffff;
  --band: #f6f6f6;
  --green: #111111;
  --green-dark: #050505;
  --red: #111111;
  --gold: #555555;
  --blue: #333333;
  --shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* DUBHE system-first refinement */
.i18n-en {
  display: none;
}

.lang-en .i18n-zh {
  display: none;
}

.lang-en .i18n-en {
  display: inline;
}

.home-system-priority,
.system-role-band,
.system-modules,
.system-equipment-bridge {
  border-top: 1px solid #d8d8d8;
  background: #fff;
}

.home-system-priority-layout,
.system-hero-layout,
.system-role-layout,
.system-equipment-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding-block: clamp(64px, 8vw, 116px);
}

.home-system-priority-copy h2,
.system-hero-copy h1,
.system-role-layout h2,
.system-equipment-layout h2 {
  margin: 0;
  max-width: 720px;
  color: #050505;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-system-priority-copy h2,
.system-role-layout h2,
.system-equipment-layout h2 {
  font-size: clamp(34px, 5vw, 72px);
}

.system-hero-copy h1 {
  font-size: clamp(54px, 8vw, 112px);
}

.home-system-priority-copy p,
.system-hero-copy p,
.system-role-layout p,
.system-equipment-layout p {
  max-width: 680px;
  color: #161616;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.8;
}

.home-system-priority-actions,
.system-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.system-interface-board,
.system-console {
  border: 1px solid #111;
  background: #f8f8f8;
  box-shadow: 18px 18px 0 #111;
}

.system-interface-top,
.system-console-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid #111;
  background: #111;
  color: #fff;
}

.system-interface-top strong,
.system-console-head strong {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.system-interface-top span,
.system-console-head span {
  color: #d9d9d9;
  font-size: 12px;
}

.system-interface-grid,
.system-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.system-interface-grid article,
.system-module-grid article,
.system-role-grid article {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}

.system-interface-grid article:nth-child(3n),
.system-module-grid article:nth-child(3n) {
  border-right: 0;
}

.system-interface-grid article:nth-last-child(-n + 3),
.system-module-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.system-interface-grid span,
.system-module-grid span,
.system-role-grid span {
  display: block;
  margin-bottom: 22px;
  color: #666;
  font-size: 12px;
  font-weight: 900;
}

.system-interface-grid strong,
.system-module-grid strong,
.system-role-grid strong {
  display: block;
  color: #050505;
  font-size: 18px;
  line-height: 1.25;
}

.system-interface-grid small,
.system-module-grid p,
.system-role-grid p {
  display: block;
  margin: 10px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}

.system-page .site-header {
  border-bottom: 1px solid #d8d8d8;
}

.detail-system-bridge {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}

.detail-system-bridge-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-block: clamp(52px, 7vw, 92px);
}

.detail-system-bridge-head h2 {
  margin: 0;
  max-width: 620px;
  color: #050505;
  font-size: clamp(32px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.detail-system-bridge-head p:not(.section-kicker) {
  max-width: 620px;
  margin-top: 18px;
  color: #171717;
  font-size: 16px;
  line-height: 1.75;
}

.detail-system-bridge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #111;
  background: #fff;
}

.detail-system-bridge-grid article {
  min-height: 168px;
  padding: 24px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.detail-system-bridge-grid article:nth-child(2n) {
  border-right: 0;
}

.detail-system-bridge-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.detail-system-bridge-grid span {
  display: block;
  margin-bottom: 24px;
  color: #666;
  font-size: 12px;
  font-weight: 900;
}

.detail-system-bridge-grid strong {
  display: block;
  color: #050505;
  font-size: 20px;
  line-height: 1.25;
}

.detail-system-bridge-grid p {
  margin: 12px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.system-hero {
  background: #f6f6f4;
  border-bottom: 1px solid #d8d8d8;
}

.system-console {
  overflow: hidden;
}

.system-console-main {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 430px;
}

.system-console-main aside {
  display: grid;
  align-content: start;
  border-right: 1px solid #111;
  background: #fff;
}

.system-console-main aside span {
  padding: 17px 18px;
  border-bottom: 1px solid #d8d8d8;
  color: #333;
  font-size: 13px;
  font-weight: 800;
}

.system-console-main aside .is-active {
  background: #111;
  color: #fff;
}

.system-console-main section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
  padding: 22px;
}

.system-console-metric {
  min-height: 120px;
  padding: 18px;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.system-console-metric strong {
  display: block;
  color: #050505;
  font-size: 42px;
  line-height: 1;
}

.system-console-metric span {
  display: block;
  margin-top: 14px;
  color: #555;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.system-console-flow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #111;
  background: #111;
}

.system-console-flow span {
  padding: 18px 10px;
  border-right: 1px solid #555;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.system-console-flow span:last-child {
  border-right: 0;
}

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

.system-role-grid article:last-child {
  border-right: 0;
}

.system-modules {
  padding-block: clamp(64px, 8vw, 112px);
}

.system-modules .portal-section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.system-equipment-layout figure {
  margin: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.system-equipment-layout img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(0.16);
}

.system-equipment-layout figcaption {
  padding: 18px 20px;
  border-top: 1px solid #d8d8d8;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.system-equipment-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border: 1px solid #111;
}

.system-equipment-checks span {
  padding: 18px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  font-weight: 900;
}

.system-equipment-checks span:nth-child(2n) {
  border-right: 0;
}

.system-equipment-checks span:nth-last-child(-n + 2) {
  border-bottom: 0;
}

@media (max-width: 980px) {
  .home-system-priority-layout,
  .system-hero-layout,
  .system-role-layout,
  .system-equipment-layout {
    grid-template-columns: 1fr;
  }

  .system-interface-board,
  .system-console {
    box-shadow: 10px 10px 0 #111;
  }
}

@media (max-width: 640px) {
  .home-system-priority-layout,
  .system-hero-layout,
  .system-role-layout,
  .system-equipment-layout,
  .system-modules {
    padding-block: 42px;
  }

  .home-system-priority-copy h2,
  .system-role-layout h2,
  .system-equipment-layout h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .system-hero-copy h1 {
    font-size: 46px;
    line-height: 1;
  }

  .system-interface-grid,
  .system-module-grid,
  .system-role-grid,
  .system-console-main,
  .system-console-main section,
  .system-console-flow,
  .system-equipment-checks {
    grid-template-columns: 1fr;
  }

  .system-interface-grid article,
  .system-module-grid article,
  .system-role-grid article,
  .system-console-flow span,
  .system-equipment-checks span {
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .system-interface-grid article:last-child,
  .system-module-grid article:last-child,
  .system-role-grid article:last-child,
  .system-console-flow span:last-child,
  .system-equipment-checks span:last-child {
    border-bottom: 0;
  }

  .system-console-main aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid #111;
  }

  .detail-system-bridge-layout,
  .detail-system-bridge-grid {
    grid-template-columns: 1fr;
  }

  .detail-system-bridge-layout {
    padding-block: 40px;
  }

  .detail-system-bridge-head h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .detail-system-bridge-grid article,
  .detail-system-bridge-grid article:nth-child(2n),
  .detail-system-bridge-grid article:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .detail-system-bridge-grid article:last-child {
    border-bottom: 0;
  }
}

.language-switch {
  display: inline-flex;
  min-width: 42px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #111111;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}

.language-switch:hover,
.language-switch:focus-visible {
  color: #ffffff;
  border-color: #111111;
  background: #111111;
  outline: none;
}

.lang-en .nav a,
.lang-en .language-switch,
.lang-en button,
.lang-en input,
.lang-en select,
.lang-en textarea {
  letter-spacing: 0;
}

.lang-en .detail-hero h1,
.lang-en .home-enterprise-hero h1,
.lang-en .cosmo-section-head h2,
.lang-en .portal-section-head h2 {
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .language-switch {
    width: 100%;
    min-width: 0;
    height: 38px;
    margin-top: 8px;
  }
}

/* Client-standard refinement pass: compact B2B portal layout, stronger real-image cards, mobile table safety. */
.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;
}

.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;
  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;
}

.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;
  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 {
  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 img,
.products-portal-page .product-platform-grid img {
  display: block !important;
  width: 100% !important;
  height: 188px !important;
  min-height: 188px !important;
  object-fit: cover !important;
  opacity: 1 !important;
  filter: grayscale(0.12) contrast(1.04) !important;
  background: #dcdcdc !important;
}

.enterprise-home .portal-product-card:nth-child(1) img,
.products-portal-page .product-platform-grid a:nth-child(1) img {
  object-position: center 72% !important;
}

.enterprise-home .portal-product-card:nth-child(2) img,
.products-portal-page .product-platform-grid a:nth-child(2) img {
  object-position: center 52% !important;
}

.enterprise-home .portal-product-card:nth-child(3) img,
.products-portal-page .product-platform-grid a:nth-child(3) img {
  object-position: center 62% !important;
}

.enterprise-home .portal-product-card:nth-child(4) img,
.products-portal-page .product-platform-grid a:nth-child(4) img {
  object-position: center 64% !important;
}

.enterprise-home .portal-product-card:nth-child(5) img,
.products-portal-page .product-platform-grid a:nth-child(5) img {
  object-position: center 50% !important;
}

.enterprise-home .portal-product-card:nth-child(6) img,
.products-portal-page .product-platform-grid a:nth-child(6) img {
  object-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: 11px !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-hero-media {
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
  background: #fff !important;
}

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

.products-portal-page .product-route-board {
  padding-top: clamp(42px, 5vw, 68px) !important;
  padding-bottom: clamp(42px, 5vw, 68px) !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;
}

@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;
  }
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    padding-top: 46px !important;
    padding-bottom: 30px !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 img,
  .products-portal-page .product-platform-grid img {
    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;
  }
}
/* Absolute final client-visual guard. */
.enterprise-home .portal-product-card,
.products-portal-page .product-platform-grid a {
  position: relative !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;
}

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

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

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

/* Final image rendering guard: use card backgrounds so full-page screenshots and slow devices never show blank image blocks. */
.enterprise-home .portal-product-card,
.products-portal-page .product-platform-grid a {
  position: relative !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 img {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !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;
}

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

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

  .products-portal-page .product-platform-grid img {
    left: 0 !important;
    right: auto !important;
  }
}

/* Absolute final guard for replaced card images. */
.enterprise-home .portal-product-card > img,
.products-portal-page .product-platform-grid > a > img {
  display: none !important;
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-finder-panel {
    display: none !important;
  }
}

/* Homepage reset after customer review: fewer modules, stronger industrial first impression. */
.enterprise-home .enterprise-hero {
  min-height: clamp(560px, 72vh, 720px);
  padding-top: clamp(72px, 8vw, 116px);
  padding-bottom: clamp(48px, 6vw, 82px);
  background: #0b0b0b;
}

.enterprise-home .enterprise-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 46%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.08)),
    url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover no-repeat;
  filter: grayscale(100%) contrast(1.06);
}

.enterprise-home .enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.42fr);
  align-items: end;
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.05;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.78;
}

.enterprise-home .enterprise-finder-panel {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: rgba(10, 10, 10, 0.56);
}

.enterprise-home .enterprise-finder-panel a {
  padding: 18px 20px;
}

.enterprise-home .enterprise-hero-visual {
  max-width: 420px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.enterprise-home .enterprise-hero-visual img {
  display: block;
  height: 270px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.enterprise-home .enterprise-hero-visual figcaption {
  padding: 18px 20px;
  background: #ffffff;
  border: 0;
}

.enterprise-home .enterprise-proof {
  border-top: 1px solid #222222;
}

.enterprise-home .enterprise-proof-grid {
  gap: 1px;
  background: #2b2b2b;
  border: 0;
}

.enterprise-home .enterprise-proof-grid div {
  background: #111111;
  border: 0;
}

.enterprise-home .home-product-finder,
.enterprise-home .enterprise-market-access,
.enterprise-home .enterprise-capability-map,
.enterprise-home .enterprise-assurance {
  display: none;
}

.enterprise-home .enterprise-portfolio {
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(56px, 7vw, 96px);
  background: #ffffff;
}

.enterprise-home .portal-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  margin-bottom: 28px;
}

.enterprise-home .portal-section-head h2 {
  max-width: 720px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.enterprise-home .portal-section-head p:not(.section-kicker) {
  margin: 0;
  color: #555555;
  line-height: 1.72;
}

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

.enterprise-home .portal-product-card {
  min-height: 390px;
  padding-bottom: 22px;
  background: #ffffff;
}

.enterprise-home .portal-product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #111111;
  filter: grayscale(100%) contrast(1.18) brightness(0.72);
}

.enterprise-home .portal-product-card:nth-child(1) img {
  object-position: center 58%;
}

.enterprise-home .portal-product-card:nth-child(2) img {
  object-position: center 48%;
}

.enterprise-home .portal-product-card:nth-child(3) img {
  object-position: center 54%;
}

.enterprise-home .portal-product-card:nth-child(4) img {
  object-position: center 62%;
}

.enterprise-home .portal-product-card:nth-child(5) img {
  object-position: center 48%;
}

.enterprise-home .portal-product-card:nth-child(6) img {
  object-position: center 50%;
}

.enterprise-home .portal-product-card span,
.enterprise-home .portal-product-card h3,
.enterprise-home .portal-product-card p {
  margin-left: 22px;
  margin-right: 22px;
}

.enterprise-home .portal-product-card h3 {
  margin-top: 18px;
  font-size: 23px;
  line-height: 1.22;
}

.enterprise-home .portal-product-card p {
  color: #555555;
  line-height: 1.62;
}

.enterprise-home .enterprise-trust-route {
  padding-top: clamp(52px, 6vw, 78px);
  padding-bottom: clamp(52px, 6vw, 78px);
}

.enterprise-home .enterprise-trust-route-grid {
  grid-template-columns: minmax(0, 0.95fr) repeat(3, minmax(0, 0.68fr));
}

.enterprise-home .enterprise-contact {
  padding-top: clamp(44px, 5vw, 70px);
  padding-bottom: clamp(44px, 5vw, 70px);
  background: #f5f5f5;
  border-top: 1px solid #dedede;
}

.enterprise-home .enterprise-contact-compact {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 28px;
  align-items: end;
}

.enterprise-home .enterprise-contact-compact h2 {
  max-width: 760px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.12;
}

@media (max-width: 980px) {
  .enterprise-home .enterprise-hero-grid,
  .enterprise-home .portal-section-head,
  .enterprise-home .enterprise-contact-compact,
  .enterprise-home .enterprise-trust-route-grid {
    grid-template-columns: 1fr;
  }

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

  .enterprise-home .enterprise-hero-visual {
    display: none;
  }
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .enterprise-home .enterprise-hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
    font-size: 14px;
    line-height: 1.7;
  }

  .enterprise-home .enterprise-actions {
    gap: 8px;
  }

  .enterprise-home .enterprise-actions .button {
    width: 100%;
    justify-content: center;
  }

  .enterprise-home .enterprise-finder-panel {
    grid-template-columns: 1fr;
  }

  .enterprise-home .enterprise-proof-grid div:nth-child(n + 3),
  .enterprise-home .portal-product-card:nth-child(n + 5),
  .enterprise-home .enterprise-trust-route-grid > a:nth-of-type(n + 3) {
    display: none;
  }

  .enterprise-home .enterprise-portfolio {
    padding-top: 36px;
    padding-bottom: 38px;
  }

  .enterprise-home .portal-section-head {
    display: block;
  }

  .enterprise-home .portal-section-head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .enterprise-home .portal-product-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-home .portal-product-card {
    min-height: auto;
  }

  .enterprise-home .portal-product-card img {
    height: 150px;
  }

  .enterprise-home .enterprise-trust-route {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

/* FINAL-CUSTOMER-STANDARD-OVERRIDES
   These rules intentionally sit at EOF because this file contains older repeated page resets. */
.products-portal-page .product-portal-hero {
  min-height: auto;
  padding-top: clamp(44px, 5.5vw, 68px);
  padding-bottom: clamp(36px, 4.6vw, 56px);
}

.product-platform-showcase {
  padding-top: clamp(38px, 4.8vw, 58px);
  padding-bottom: clamp(48px, 5.6vw, 70px);
}

.product-platform-showcase .portal-section-head {
  display: block;
  max-width: 820px;
  margin: 0 0 26px;
}

.product-platform-showcase .portal-section-head h2 {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.16;
}

.product-platform-showcase .portal-section-head p:not(.section-kicker) {
  max-width: 690px;
  margin-top: 14px;
}

.product-platform-grid a {
  min-height: 354px;
}

.product-platform-grid img {
  height: 188px;
  filter: saturate(0.86) contrast(1.02);
}

.product-platform-grid strong {
  margin-top: 14px;
  font-size: 21px;
}

.product-platform-grid small {
  font-size: 12.5px;
  line-height: 1.58;
}

.detail-page .detail-hero {
  align-items: start;
  background: #fff;
}

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

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img,
.detail-page .detail-hero-photo img[src*="bopp-lamination-rolls-workshop"],
.detail-page .detail-hero > figure img[src*="bopp-lamination-rolls-workshop"] {
  aspect-ratio: 16 / 10;
  max-height: 330px;
  transform: none;
  object-position: center;
}

.detail-page .detail-confirmation-board {
  padding-top: 38px;
  padding-bottom: 38px;
}

.technical-catalog-page .products {
  padding-top: 50px;
  padding-bottom: 44px;
}

.technical-catalog-page .products .plain-list,
.technical-catalog-page .products .visual-pair {
  display: none;
}

.technical-catalog-page .product-photo img {
  max-height: 320px;
  object-fit: contain;
}

.technical-catalog-page #film-products {
  padding-top: 48px;
  padding-bottom: 48px;
}

.technical-catalog-page #film-products .film-grid,
.technical-catalog-page #selection {
  display: none;
}

.technical-catalog-page #film-products .process-equipment-gallery {
  margin-bottom: 0;
}

.quality-compliance-page .quality-family-index,
.quality-compliance-page .portal-section,
.quality-compliance-page .quality-evidence-board {
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

@media (max-width: 980px) {
  .product-platform-showcase .portal-section-head {
    display: block;
  }
}

@media (max-width: 640px) {
  .product-platform-showcase .portal-section-head h2 {
    font-size: clamp(26px, 7.4vw, 34px);
  }

  .detail-page .detail-hero-docs {
    grid-template-columns: 1fr;
  }

  .detail-page .detail-hero-docs a:nth-child(n + 3),
  .technical-catalog-page .products .product-photo {
    display: none;
  }
}

/* EOF equipment gallery visibility fix. */
.technical-catalog-page .process-equipment-card figure {
  background: #e9e9e9;
}

.technical-catalog-page .process-equipment-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.72);
}

.technical-catalog-page #film-products .process-equipment-gallery {
  display: none;
}

/* Quality page: keep it as a document center, not a long explanatory article. */
.quality-page .quality-evidence-board,
.quality-page section[aria-labelledby="documents-title"] {
  display: none;
}

.quality-page .quality-family-index {
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(46px, 5.4vw, 68px);
}

.quality-page .document-library-section {
  padding-top: clamp(44px, 5vw, 66px);
  padding-bottom: clamp(46px, 5.4vw, 68px);
}

.quality-page .portal-dark {
  padding-top: clamp(46px, 5.4vw, 68px);
  padding-bottom: clamp(46px, 5.4vw, 68px);
}

/* Home page: keep product platforms as an entry point, not a full catalog wall. */
.enterprise-home .enterprise-portfolio {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(44px, 5.4vw, 68px);
}

.enterprise-home .portal-section-head {
  margin-bottom: 22px;
}

.enterprise-home .portal-section-head h2 {
  font-size: clamp(30px, 3.4vw, 48px);
}

.enterprise-home .portal-product-card {
  min-height: 318px;
  color: #111;
  text-decoration: none;
}

.enterprise-home .portal-product-card * {
  text-decoration: none;
}

.enterprise-home .portal-product-card img {
  height: 168px;
}

.enterprise-home .portal-product-card h3 {
  margin-top: 14px;
  font-size: 20px;
}

.enterprise-home .portal-product-card p {
  font-size: 13px;
  line-height: 1.54;
}

@media (max-width: 640px) {
  .enterprise-home .portal-product-card:nth-child(n + 4) {
    display: none;
  }

  .enterprise-home .portal-product-card img {
    height: 132px;
  }
}

/* Product details: surface application and structure diagrams before the long technical appendix. */
.detail-visual-evidence {
  padding-top: clamp(38px, 4.6vw, 58px);
  padding-bottom: clamp(42px, 5vw, 64px);
  background: #f6f6f6;
  border-bottom: 1px solid #dedede;
}

.detail-visual-evidence-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: start;
}

.detail-visual-evidence-head h2 {
  margin: 8px 0 0;
  max-width: 560px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.14;
}

.detail-visual-evidence-head p:not(.section-kicker) {
  max-width: 560px;
  color: #555;
  line-height: 1.72;
}

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

.detail-visual-evidence-grid figure {
  margin: 0;
  padding: 18px;
  background: #fff;
}

.detail-visual-evidence-grid svg {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.detail-visual-evidence-grid figcaption {
  margin-top: 12px;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .detail-visual-evidence-layout,
  .detail-visual-evidence-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .detail-visual-evidence {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .detail-visual-evidence-grid figure:nth-child(n + 2) {
    display: none;
  }
}
/* EOF client-facing portal reset: keep the public home page restrained, legible and image-stable. */
.enterprise-home .site-header.light-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dcdcdc;
  backdrop-filter: blur(14px);
}

.enterprise-home .enterprise-hero {
  min-height: clamp(580px, 72vh, 760px);
  padding-top: clamp(76px, 8vw, 116px);
  padding-bottom: clamp(54px, 6vw, 84px);
}

.enterprise-home .enterprise-hero::before {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 48%, rgba(0, 0, 0, 0.22) 100%),
    url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover no-repeat;
  filter: grayscale(100%) contrast(1.08);
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 920px;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 1.04;
  letter-spacing: 0;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.16vw, 18px);
  line-height: 1.76;
}

.enterprise-home .enterprise-hero-visual {
  align-self: end;
}

.enterprise-home .enterprise-hero-visual img {
  height: clamp(236px, 24vw, 310px);
  object-position: center;
}

.enterprise-home .enterprise-proof-grid div {
  min-height: 112px;
}

.enterprise-home .enterprise-proof-grid strong {
  font-size: clamp(26px, 2.6vw, 38px);
  letter-spacing: 0;
}

.enterprise-home .enterprise-portfolio {
  padding-top: clamp(58px, 7vw, 94px);
  padding-bottom: clamp(62px, 7vw, 98px);
}

.enterprise-home .portal-section-head {
  grid-template-columns: minmax(0, 0.56fr) minmax(280px, 0.44fr);
  margin-bottom: 30px;
}

.enterprise-home .portal-section-head h2 {
  max-width: 760px;
  font-size: clamp(34px, 3.9vw, 56px);
}

.enterprise-home .portal-section-head p:not(.section-kicker) {
  max-width: 560px;
}

.enterprise-home .portal-product-grid {
  border-color: #d2d2d2;
  background: #d2d2d2;
}

.enterprise-home .portal-product-card {
  display: block;
  min-height: 388px;
  padding: 0 0 24px;
  color: #111;
  background: #fff;
  overflow: hidden;
}

.enterprise-home .portal-product-card:hover {
  color: #111;
  background: #f7f7f7;
}

.enterprise-home .portal-product-card img {
  display: block !important;
  width: 100%;
  height: 206px;
  margin: 0 0 22px;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.08);
  background: #e9e9e9;
}

.enterprise-home .portal-product-card:nth-child(1) img { object-position: center 56%; }
.enterprise-home .portal-product-card:nth-child(2) img { object-position: center 50%; }
.enterprise-home .portal-product-card:nth-child(3) img { object-position: center 55%; }
.enterprise-home .portal-product-card:nth-child(4) img { object-position: center 58%; }
.enterprise-home .portal-product-card:nth-child(5) img { object-position: center 54%; }
.enterprise-home .portal-product-card:nth-child(6) img { object-position: center 46%; }

.enterprise-home .portal-product-card span,
.enterprise-home .portal-product-card h3,
.enterprise-home .portal-product-card p {
  display: block;
  margin-left: 24px;
  margin-right: 24px;
}

.enterprise-home .portal-product-card span {
  color: #555;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-home .portal-product-card h3 {
  margin-top: 10px;
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: 1.18;
}

.enterprise-home .portal-product-card p {
  margin-top: 10px;
  color: #555;
  font-size: 13.5px;
  line-height: 1.65;
}

.enterprise-home .enterprise-trust-route {
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(54px, 6vw, 82px);
  background: #101010;
}

.enterprise-home .enterprise-trust-route-grid {
  border-color: rgba(255, 255, 255, 0.2);
}

.enterprise-home .enterprise-contact {
  padding-top: clamp(50px, 5.5vw, 74px);
  padding-bottom: clamp(50px, 5.5vw, 74px);
}

.enterprise-home .enterprise-contact h2 {
  max-width: 760px;
  font-size: clamp(32px, 3.7vw, 54px);
  line-height: 1.12;
}

@media (max-width: 900px) {
  .enterprise-home .enterprise-hero {
    min-height: auto;
  }

  .enterprise-home .enterprise-hero-grid,
  .enterprise-home .portal-section-head {
    grid-template-columns: 1fr;
  }

  .enterprise-home .enterprise-hero-visual {
    max-width: 520px;
  }

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

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    padding-top: 52px;
    padding-bottom: 42px;
  }

  .enterprise-home .enterprise-hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

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

  .enterprise-home .enterprise-hero-visual {
    display: none;
  }

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

  .enterprise-home .enterprise-proof-grid div {
    min-height: 92px;
    padding: 18px;
  }

  .enterprise-home .portal-product-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-home .portal-product-card:nth-child(n + 4) {
    display: none;
  }

  .enterprise-home .portal-product-card {
    min-height: 0;
  }

  .enterprise-home .portal-product-card img {
    height: 168px;
  }

  .enterprise-home .portal-section-head h2,
  .enterprise-home .enterprise-contact h2 {
    font-size: clamp(30px, 9vw, 40px);
  }
}

/* Company verification path: make the company page prove value, not just describe it. */
.about-verification-path {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(44px, 5.4vw, 68px);
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}

.about-verification-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.about-verification-copy h2 {
  margin: 8px 0 0;
  max-width: 540px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.12;
}

.about-verification-copy p:not(.section-kicker) {
  max-width: 560px;
  color: #555;
  line-height: 1.75;
}

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

.about-verification-grid article {
  min-height: 188px;
  padding: 24px;
  background: #fff;
}

.about-verification-grid span {
  color: #777;
  font-size: 12px;
  font-weight: 900;
}

.about-verification-grid h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.22;
}

.about-verification-grid p {
  margin: 0;
  color: #555;
  line-height: 1.66;
}

.about-page section[aria-labelledby="evaluation-title"] {
  display: none;
}

@media (max-width: 860px) {
  .about-verification-layout,
  .about-verification-grid {
    grid-template-columns: 1fr;
  }

  .about-verification-grid article {
    min-height: auto;
  }

  .about-verification-grid article:nth-child(n + 3) {
    display: none;
  }
}

/* FINAL-CUSTOMER-STANDARD-OVERRIDES
   These rules intentionally sit at EOF because this file contains older repeated page resets. */
.products-portal-page .product-portal-hero {
  min-height: auto;
  padding-top: clamp(44px, 5.5vw, 68px);
  padding-bottom: clamp(36px, 4.6vw, 56px);
}

.product-platform-showcase {
  padding-top: clamp(38px, 4.8vw, 58px);
  padding-bottom: clamp(48px, 5.6vw, 70px);
}

.product-platform-showcase .portal-section-head {
  display: block;
  max-width: 820px;
  margin: 0 0 26px;
}

.product-platform-showcase .portal-section-head h2 {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.16;
}

.product-platform-showcase .portal-section-head p:not(.section-kicker) {
  max-width: 690px;
  margin-top: 14px;
}

.product-platform-grid a {
  min-height: 354px;
}

.product-platform-grid img {
  height: 188px;
  filter: saturate(0.86) contrast(1.02);
}

.product-platform-grid strong {
  margin-top: 14px;
  font-size: 21px;
}

.product-platform-grid small {
  font-size: 12.5px;
  line-height: 1.58;
}

.detail-page .detail-hero {
  align-items: start;
  background: #fff;
}

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

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img,
.detail-page .detail-hero-photo img[src*="bopp-lamination-rolls-workshop"],
.detail-page .detail-hero > figure img[src*="bopp-lamination-rolls-workshop"] {
  aspect-ratio: 16 / 10;
  max-height: 330px;
  transform: none;
  object-position: center;
}

.detail-page .detail-confirmation-board {
  padding-top: 38px;
  padding-bottom: 38px;
}

.technical-catalog-page .products {
  padding-top: 50px;
  padding-bottom: 44px;
}

.technical-catalog-page .products .plain-list,
.technical-catalog-page .products .visual-pair {
  display: none;
}

.technical-catalog-page .product-photo img {
  max-height: 320px;
  object-fit: contain;
}

.technical-catalog-page #film-products {
  padding-top: 48px;
  padding-bottom: 48px;
}

.technical-catalog-page #film-products .film-grid,
.technical-catalog-page #selection {
  display: none;
}

.technical-catalog-page #film-products .process-equipment-gallery {
  margin-bottom: 0;
}

.quality-compliance-page .quality-family-index,
.quality-compliance-page .portal-section,
.quality-compliance-page .quality-evidence-board {
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

@media (max-width: 980px) {
  .product-platform-showcase .portal-section-head {
    display: block;
  }
}

@media (max-width: 640px) {
  .product-platform-showcase .portal-section-head h2 {
    font-size: clamp(26px, 7.4vw, 34px);
  }

  .detail-page .detail-hero-docs {
    grid-template-columns: 1fr;
  }

  .detail-page .detail-hero-docs a:nth-child(n + 3),
  .technical-catalog-page .products .product-photo {
    display: none;
  }
}

/* Final customer-facing pass: keep the site curated, not encyclopedic. */
.product-platform-showcase {
  padding-top: clamp(46px, 5.6vw, 72px);
  padding-bottom: clamp(50px, 6vw, 76px);
}

.product-platform-showcase .portal-section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 0.76fr);
  align-items: start;
  gap: clamp(18px, 3vw, 44px);
  max-width: 1120px;
  margin-bottom: 34px;
}

.product-platform-showcase .portal-section-head .section-kicker {
  grid-column: 1;
  grid-row: 1;
}

.product-platform-showcase .portal-section-head h2 {
  grid-column: 2;
  grid-row: 1;
  max-width: 860px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
}

.product-platform-showcase .portal-section-head p:not(.section-kicker) {
  grid-column: 2;
  grid-row: 2;
  max-width: 720px;
  margin-top: 10px;
}

.product-platform-grid a {
  min-height: 354px;
}

.product-platform-grid img {
  height: 188px;
  filter: saturate(0.86) contrast(1.02);
}

.product-platform-grid strong {
  margin-top: 14px;
  font-size: 21px;
}

.product-platform-grid small {
  font-size: 12.5px;
  line-height: 1.58;
}

.detail-page .detail-hero {
  align-items: start;
  background: #fff;
}

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

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img,
.detail-page .detail-hero-photo img[src*="bopp-lamination-rolls-workshop"],
.detail-page .detail-hero > figure img[src*="bopp-lamination-rolls-workshop"] {
  aspect-ratio: 16 / 10;
  max-height: 330px;
  transform: none;
  object-position: center;
}

.detail-page .detail-confirmation-board {
  padding-top: 38px;
  padding-bottom: 38px;
}

.technical-catalog-page .products {
  padding-top: 50px;
  padding-bottom: 44px;
}

.technical-catalog-page .products .plain-list,
.technical-catalog-page .products .visual-pair {
  display: none;
}

.technical-catalog-page .product-photo img {
  max-height: 320px;
  object-fit: contain;
}

.technical-catalog-page #film-products {
  padding-top: 48px;
  padding-bottom: 48px;
}

.technical-catalog-page #film-products .film-grid,
.technical-catalog-page #selection {
  display: none;
}

.technical-catalog-page #film-products .process-equipment-gallery {
  margin-bottom: 0;
}

.quality-compliance-page .quality-family-index,
.quality-compliance-page .portal-section,
.quality-compliance-page .quality-evidence-board {
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

@media (max-width: 980px) {
  .product-platform-showcase .portal-section-head {
    grid-template-columns: 1fr;
  }

  .product-platform-showcase .portal-section-head .section-kicker,
  .product-platform-showcase .portal-section-head h2,
  .product-platform-showcase .portal-section-head p:not(.section-kicker) {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .product-platform-showcase .portal-section-head {
    display: block;
  }

  .product-platform-showcase .portal-section-head h2 {
    font-size: clamp(26px, 7.4vw, 34px);
  }

  .detail-page .detail-hero-docs {
    grid-template-columns: 1fr;
  }

  .detail-page .detail-hero-docs a:nth-child(n + 3),
  .technical-catalog-page .products .product-photo {
    display: none;
  }
}

/* Final override for product center: avoid empty editorial layout on a B2B catalog page. */
.products-portal-page .product-portal-hero {
  min-height: auto;
  padding-top: clamp(44px, 5.5vw, 68px);
  padding-bottom: clamp(36px, 4.6vw, 56px);
}

.product-platform-showcase {
  padding-top: clamp(38px, 4.8vw, 58px);
}

.product-platform-showcase .portal-section-head {
  display: block;
  max-width: 820px;
  margin: 0 0 26px;
}

.product-platform-showcase .portal-section-head h2 {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.16;
}

.product-platform-showcase .portal-section-head p:not(.section-kicker) {
  max-width: 690px;
  margin-top: 14px;
}

/* Customer-standard refinement: reduce density and make portal pages read like a curated B2B website. */
.product-platform-showcase {
  padding-top: clamp(46px, 5.6vw, 72px);
  padding-bottom: clamp(50px, 6vw, 76px);
}

.product-platform-showcase .portal-section-head {
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 0.76fr);
  align-items: start;
  gap: clamp(18px, 3vw, 44px);
  max-width: 1120px;
  margin-bottom: 34px;
}

.product-platform-showcase .portal-section-head .section-kicker {
  grid-column: 1;
  grid-row: 1;
}

.product-platform-showcase .portal-section-head h2 {
  grid-column: 2;
  grid-row: 1;
  max-width: 860px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
}

.product-platform-showcase .portal-section-head p:not(.section-kicker) {
  grid-column: 2;
  grid-row: 2;
  max-width: 720px;
  margin-top: 10px;
}

.product-platform-grid a {
  min-height: 354px;
}

.product-platform-grid img {
  height: 188px;
  filter: saturate(0.86) contrast(1.02);
}

.product-platform-grid strong {
  margin-top: 14px;
  font-size: 21px;
}

.product-platform-grid small {
  font-size: 12.5px;
  line-height: 1.58;
}

.detail-page .detail-hero {
  background: #fff;
  align-items: start;
}

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

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img,
.detail-page .detail-hero-photo img[src*="bopp-lamination-rolls-workshop"],
.detail-page .detail-hero > figure img[src*="bopp-lamination-rolls-workshop"] {
  aspect-ratio: 16 / 10;
  max-height: 330px;
  transform: none;
  object-position: center;
}

.detail-page .detail-hero-docs {
  margin-top: 22px;
}

.detail-page .detail-confirmation-board {
  padding-top: 38px;
  padding-bottom: 38px;
}

.detail-page .detail-key-params {
  padding: 22px !important;
}

.technical-catalog-page .products {
  padding-top: 50px;
  padding-bottom: 44px;
}

.technical-catalog-page .products .product {
  align-items: center;
  min-height: auto;
}

.technical-catalog-page .products .plain-list,
.technical-catalog-page .products .visual-pair {
  display: none;
}

.technical-catalog-page .product-photo img {
  max-height: 320px;
  object-fit: contain;
}

.technical-catalog-page #film-products {
  padding-top: 48px;
  padding-bottom: 48px;
}

.technical-catalog-page #film-products .film-grid {
  display: none;
}

.technical-catalog-page #film-products .process-equipment-gallery {
  margin-bottom: 0;
}

.technical-catalog-page #selection {
  display: none;
}

.quality-compliance-page .quality-family-index,
.quality-compliance-page .portal-section,
.quality-compliance-page .quality-evidence-board {
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

.quality-compliance-page .document-library-section {
  padding-top: clamp(44px, 5vw, 66px);
}

@media (max-width: 980px) {
  .product-platform-showcase .portal-section-head {
    grid-template-columns: 1fr;
  }

  .product-platform-showcase .portal-section-head .section-kicker,
  .product-platform-showcase .portal-section-head h2,
  .product-platform-showcase .portal-section-head p:not(.section-kicker) {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .product-platform-showcase .portal-section-head h2 {
    font-size: clamp(26px, 7.4vw, 34px);
  }

  .detail-page .detail-hero-docs {
    grid-template-columns: 1fr;
  }

  .detail-page .detail-hero-docs a:nth-child(n + 3) {
    display: none;
  }

  .technical-catalog-page .products .product-photo {
    display: none;
  }
}

/* Quality page product-family document index. */
.quality-family-index {
  padding: clamp(48px, 6vw, 76px) 0;
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}

.quality-family-index-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.quality-family-index-head {
  position: sticky;
  top: 96px;
}

.quality-family-index-head h2 {
  max-width: 620px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
}

.quality-family-index-head p:not(.section-kicker) {
  color: #555555;
  line-height: 1.72;
}

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

.quality-family-grid a {
  display: grid;
  align-content: start;
  min-height: 176px;
  padding: 22px;
  color: #111111;
  text-decoration: none;
  background: #ffffff;
}

.quality-family-grid a:hover {
  color: #ffffff;
  background: #111111;
}

.quality-family-grid span {
  color: #777777;
  font-size: 12px;
  font-weight: 900;
}

.quality-family-grid strong {
  margin-top: 24px;
  font-size: 21px;
  line-height: 1.24;
}

.quality-family-grid small {
  margin-top: 12px;
  color: #555555;
  font-size: 13px;
  line-height: 1.6;
}

.quality-family-grid a:hover span,
.quality-family-grid a:hover small {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 980px) {
  .quality-family-index-layout {
    grid-template-columns: 1fr;
  }

  .quality-family-index-head {
    position: static;
  }
}

@media (max-width: 640px) {
  .quality-family-index {
    padding: 32px 0;
  }

  .quality-family-grid {
    grid-template-columns: 1fr;
  }

  .quality-family-grid a {
    min-height: auto;
    padding: 18px;
  }

  .quality-family-grid a:nth-child(n + 5),
  .quality-page .quality-evidence-board {
    display: none;
  }
}

/* Must remain last: homepage product image visibility correction. */
.enterprise-home .portal-product-card img {
  object-fit: cover !important;
  background: #f3f3f3 !important;
  filter: grayscale(100%) contrast(1.04) !important;
}

.enterprise-home .portal-product-card:nth-child(1) img { object-position: center 58%; }
.enterprise-home .portal-product-card:nth-child(2) img { object-position: center 48%; }
.enterprise-home .portal-product-card:nth-child(3) img { object-position: center 54%; }
.enterprise-home .portal-product-card:nth-child(4) img { object-position: center 62%; }
.enterprise-home .portal-product-card:nth-child(5) img { object-position: center 48%; }
.enterprise-home .portal-product-card:nth-child(6) img { object-position: center 50%; }

/* Product center platform cards: make the product page read as a B2B product portfolio. */
.product-platform-showcase {
  padding: clamp(54px, 7vw, 90px) 0;
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}

.product-platform-showcase .portal-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(280px, 0.36fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  margin-bottom: 28px;
}

.product-platform-showcase .portal-section-head h2 {
  max-width: 760px;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.1;
}

.product-platform-showcase .portal-section-head p:not(.section-kicker) {
  margin: 0;
  color: #555555;
  line-height: 1.72;
}

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

.product-platform-grid a {
  display: grid;
  align-content: start;
  min-height: 398px;
  padding: 0 22px 24px;
  color: #111111;
  text-decoration: none;
  background: #ffffff;
}

.product-platform-grid img {
  width: calc(100% + 44px);
  height: 210px;
  margin: 0 -22px 20px;
  object-fit: cover;
  background: #f3f3f3;
  filter: saturate(0.72) contrast(1.04);
}

.product-platform-grid a:nth-child(1) img { object-position: center 58%; }
.product-platform-grid a:nth-child(2) img { object-position: center 48%; }
.product-platform-grid a:nth-child(3) img { object-position: center 54%; }
.product-platform-grid a:nth-child(4) img { object-position: center 62%; }
.product-platform-grid a:nth-child(5) img { object-position: center 48%; }
.product-platform-grid a:nth-child(6) img { object-position: center 50%; }

.product-platform-grid span {
  color: #777777;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-platform-grid strong {
  margin-top: 18px;
  font-size: 23px;
  line-height: 1.22;
}

.product-platform-grid small {
  margin-top: 12px;
  color: #555555;
  font-size: 13px;
  line-height: 1.62;
}

.product-platform-grid a:hover {
  color: #ffffff;
  background: #111111;
}

.product-platform-grid a:hover small,
.product-platform-grid a:hover span {
  color: rgba(255, 255, 255, 0.68);
}

.products-portal-page .product-navigator {
  display: none;
}

.products-portal-page .product-finder-section {
  padding-top: clamp(46px, 6vw, 72px);
  padding-bottom: clamp(46px, 6vw, 72px);
}

@media (max-width: 980px) {
  .product-platform-showcase .portal-section-head {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .product-platform-showcase {
    padding: 34px 0;
  }

  .product-platform-showcase .portal-section-head {
    display: block;
    margin-bottom: 18px;
  }

  .product-platform-showcase .portal-section-head h2 {
    font-size: clamp(27px, 8vw, 36px);
  }

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

  .product-platform-grid a {
    min-height: auto;
  }

  .product-platform-grid img {
    height: 150px;
  }

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

  .products-portal-page .product-finder-section,
  .products-portal-page .product-hero-actions a[href="#product-finder"] {
    display: none;
  }
}

/* Category landing pages: keep them short and buyer-oriented. */
.category-detail-page .category-document-matrix,
.category-detail-page .category-technical-board,
.category-detail-page .category-asset-band {
  display: none;
}

.category-detail-page .category-product-matrix {
  padding-top: clamp(46px, 6vw, 74px);
  padding-bottom: clamp(42px, 5vw, 66px);
}

.category-detail-page .category-matrix-head {
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  align-items: end;
}

.category-detail-page .category-matrix-head h2 {
  max-width: 680px;
  font-size: clamp(32px, 3.6vw, 52px);
}

.category-detail-page .category-matrix-table th,
.category-detail-page .category-matrix-table td {
  padding: 13px 14px;
}

.category-detail-page .category-detail-products img,
.category-detail-page .category-detail-products svg,
.category-detail-page .category-detail-hero img,
.category-detail-page .category-asset-layout img {
  filter: saturate(0.72) contrast(1.04);
}

@media (max-width: 640px) {
  .category-detail-page .category-product-matrix {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .category-detail-page .category-matrix-head {
    display: block;
  }

  .category-detail-page .category-matrix-head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }
}

/* Product detail pages: avoid repeating the same trust evidence below the hero. */
.detail-page .detail-decision-band,
.detail-page .detail-evidence-strip,
.detail-page .detail-highlight-band,
.detail-page .detail-document-assets,
.detail-page .detail-more-panel {
  display: none;
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img,
.detail-mobile-hero-visual img {
  filter: saturate(0.72) contrast(1.04) !important;
}

.detail-page .detail-band {
  padding-top: clamp(38px, 5vw, 62px);
}

.detail-page .detail-main {
  gap: 24px;
}

@media (max-width: 640px) {
  .detail-page .detail-band {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .detail-page .detail-key-params .detail-facts div:nth-child(n + 5) {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

svg {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 10px clamp(18px, 3vw, 42px);
  color: #fff;
  background: rgba(18, 31, 26, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled {
  background: rgba(18, 31, 26, 0.94);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 0;
  background: #fff;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.25;
  white-space: nowrap;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

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

.nav a {
  min-width: 58px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}

.nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #121f1a;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("./images/real/heavy-duty-roll-clamp-truck.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: grayscale(100%);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 18, 16, 0.9) 0%, rgba(10, 18, 16, 0.68) 42%, rgba(10, 18, 16, 0.18) 100%),
    linear-gradient(0deg, rgba(10, 18, 16, 0.84) 0%, rgba(10, 18, 16, 0.06) 44%);
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 74px;
  padding-bottom: 82px;
}

.eyebrow,
.section-kicker,
.product-category {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #a9e5d9;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.18;
  letter-spacing: 0;
}

h1 {
  max-width: 840px;
  font-size: clamp(42px, 7vw, 88px);
}

h2 {
  font-size: clamp(28px, 4vw, 48px);
}

h3 {
  font-size: 22px;
}

.hero-copy {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
}

.button.primary {
  color: #fff;
  background: #111;
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.button.quiet {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.button {
  border-radius: 3px;
}

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

.home-page {
  background: #fff;
}

.light-header {
  color: var(--ink);
  background: rgba(248, 250, 249, 0.92);
  border-bottom-color: rgba(23, 32, 28, 0.1);
}

.light-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
}

.light-header .brand img {
  border: 1px solid var(--line);
}

.light-header .brand small {
  color: var(--muted);
}

.light-header .nav a {
  color: var(--muted);
}

.light-header .nav a:hover {
  color: var(--ink);
  background: rgba(23, 32, 28, 0.06);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 86px) 0;
}

.home-hero h1 {
  max-width: 640px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 78px);
}

.home-hero-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
}

.home-hero-media {
  margin: 0;
}

.home-hero-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: var(--shadow);
  filter: grayscale(100%);
}

.home-hero-cosmo {
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  min-height: 720px;
}

.home-hero-composite {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.home-hero-composite img:first-child {
  aspect-ratio: 4 / 3;
}

.home-hero-composite img:last-child {
  aspect-ratio: 3 / 4;
  transform: translateY(34px);
}

.home-metrics {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.home-metrics dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: none;
}

.home-metrics div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.home-metrics div:last-child {
  border-right: 0;
}

.home-metrics dt {
  color: var(--green);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
}

.home-metrics dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.portfolio-section {
  padding-top: clamp(70px, 9vw, 118px);
}

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

.portfolio-grid a {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: none;
}

.portfolio-grid a:hover {
  border-color: #111;
  box-shadow: none;
}

.portfolio-grid span {
  width: fit-content;
  padding: 4px 9px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-weight: 900;
}

.portfolio-grid h3 {
  margin-top: 42px;
}

.portfolio-grid p,
.application-list p,
.capability-layout p,
.resources-layout p,
.section-head p:not(.section-kicker) {
  color: var(--muted);
}

.portfolio-grid p {
  margin: 12px 0 0;
}

.application-section {
  background: #fff;
}

.applications-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

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

.application-list article {
  min-height: 190px;
  padding: 22px;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.application-list p {
  margin: 12px 0 0;
}

.capability-layout,
.resources-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.capability-layout figure {
  margin: 0;
}

.capability-layout img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: var(--shadow);
  filter: grayscale(100%);
}

.capability-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.capability-points span {
  padding: 7px 10px;
  color: var(--green);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 900;
}

.resources-section {
  background: #fff;
}

.resources-layout {
  align-items: end;
}

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

.home-summary {
  padding-top: 38px;
}

.summary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: clamp(42px, 6vw, 72px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 31, 26, 0.08);
}

.summary-strip div {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.summary-strip div:last-child {
  border-right: 0;
}

.summary-strip span {
  display: block;
  color: var(--green);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.summary-strip p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.compact-head {
  max-width: 780px;
  margin-bottom: 0;
}

.compact-head p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

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

.domain-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 31, 26, 0.08);
}

.domain-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.domain-grid article > div {
  padding: 22px;
}

.domain-grid p:not(.product-category) {
  margin: 12px 0 18px;
  color: var(--muted);
}

.domain-grid a {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.home-process {
  background: #fff;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
}

.process-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  min-height: 86px;
  padding: 18px 18px 18px 72px;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
  counter-increment: process;
}

.process-list li::before {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  content: counter(process, decimal-leading-zero);
  background: var(--green);
  border-radius: 6px;
  font-weight: 900;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list span {
  margin-top: 4px;
  color: var(--muted);
}

.home-contact {
  padding-bottom: clamp(58px, 8vw, 96px);
}

.product-center-page {
  background: #f8faf9;
}

.product-center-page .page-hero {
  padding-top: clamp(44px, 5vw, 66px);
  padding-bottom: clamp(28px, 3vw, 42px);
}

.product-center-page .page-hero + .band {
  padding-top: clamp(24px, 3vw, 38px);
}

.product-center-page .page-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(46px, 5vw, 68px);
}

.catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 138px) 0 clamp(50px, 7vw, 88px);
}

.catalog-hero h1 {
  color: var(--ink);
  font-size: clamp(46px, 7vw, 92px);
}

.catalog-hero p:not(.section-kicker),
.decision-layout p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.catalog-hero-panel {
  padding: 28px;
  color: #fff;
  background: var(--green-dark);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.catalog-hero-panel span,
.catalog-hero-panel strong {
  display: block;
}

.catalog-hero-panel span {
  color: #a9e5d9;
  font-weight: 800;
}

.catalog-hero-panel strong {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.2;
}

.catalog-hero-panel p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.product-section-tabs {
  background: var(--green-dark);
}

.product-section-tabs .container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-section-tabs a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 900;
}

.product-section-tabs a:hover {
  color: var(--ink);
  background: var(--green);
  color: #fff;
}

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

.family-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 31, 26, 0.08);
}

.family-card.large {
  grid-row: span 2;
}

.family-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.family-card.large img {
  aspect-ratio: 16 / 12;
}

.family-card > div {
  padding: 24px;
}

.family-card p:not(.product-category),
.family-card li {
  color: var(--muted);
}

.family-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.family-card li {
  padding-left: 16px;
  border-left: 3px solid var(--green);
}

.family-card a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.category-map {
  background: #fff;
}

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

.map-grid article {
  min-height: 220px;
  padding: 20px;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.map-grid span {
  display: inline-flex;
  min-width: 54px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-weight: 900;
}

.map-grid h3 {
  margin-top: 18px;
}

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

.decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

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

.product-finder-section {
  background: #fff;
}

.finder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
}

.finder-layout > div:first-child p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
}

.finder-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.finder-panel label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 900;
}

.finder-panel select {
  min-height: 42px;
  padding: 8px 10px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd5cf;
  border-radius: 6px;
  font: inherit;
}

.finder-results {
  grid-column: 1 / -1;
}

.finder-count {
  margin: 18px 0 10px;
  color: var(--muted);
  font-weight: 800;
}

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

.finder-result-grid article {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 31, 26, 0.06);
}

.finder-result-grid span,
.grade-badge {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.finder-result-grid h3 {
  margin-top: 12px;
  font-size: 19px;
}

.finder-result-grid p {
  margin: 8px 0 12px;
  color: var(--muted);
}

.finder-result-grid a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.film-menu-section {
  background: #f8faf9;
}

.film-menu-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.film-menu-nav {
  position: sticky;
  top: 92px;
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 31, 26, 0.08);
}

.film-menu-nav a {
  padding: 16px 18px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  font-weight: 900;
}

.film-menu-nav a:last-child {
  border-bottom: 0;
}

.film-menu-nav a:hover {
  color: #fff;
  background: var(--green);
}

.film-menu-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.film-menu-content article {
  min-height: 210px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 31, 26, 0.06);
}

.film-menu-content span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.film-menu-content h3 {
  margin-top: 12px;
}

.film-menu-content p {
  color: var(--muted);
}

.positioning-section {
  background: #f7f7f7;
}

.application-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.68fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(28px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)),
    url("./images/real-local/bopp-finished-rolls-pallet.webp") center / cover;
  border-bottom: 1px solid #dedede;
}

.application-dashboard-copy {
  max-width: 780px;
}

.application-dashboard-copy h1 {
  max-width: 720px;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.08;
}

.application-dashboard-copy p:not(.section-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #444;
  font-size: 17px;
  line-height: 1.82;
}

.application-route-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #111;
  border: 1px solid #111;
}

.application-route-panel a {
  min-height: 205px;
  padding: 24px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.application-route-panel a:nth-child(2n) {
  border-right: 0;
}

.application-route-panel span,
.application-route-panel strong {
  display: block;
}

.application-route-panel span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 900;
}

.application-route-panel strong {
  margin-top: 28px;
  font-size: clamp(21px, 1.9vw, 29px);
  line-height: 1.18;
}

.application-route-panel p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.application-route-panel a:hover {
  background: #fff;
  color: #111;
}

.application-route-panel a:hover span,
.application-route-panel a:hover p {
  color: #555;
}

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

.positioning-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.positioning-card-head span {
  color: #555;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.positioning-card h3 {
  margin-top: 10px;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.18;
}

.positioning-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.positioning-card dl div {
  min-width: 0;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}

.positioning-card dt {
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.positioning-card dd {
  margin: 5px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.positioning-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.positioning-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.positioning-links a:hover {
  color: #111;
  background: #fff;
}

.product-directory-section {
  background: #fff;
}

.directory-matrix {
  display: grid;
  gap: 14px;
}

.directory-matrix-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr) minmax(220px, 0.78fr);
  gap: 18px;
  padding: 22px;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.directory-matrix-head {
  min-width: 0;
}

.directory-matrix-head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 8px;
  color: #fff;
  background: #111;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 900;
}

.directory-matrix-head h3 {
  margin: 14px 0 10px;
  font-size: clamp(22px, 1.6vw, 28px);
  line-height: 1.18;
}

.directory-matrix-head p,
.directory-matrix-facts dd,
.directory-matrix-products small {
  color: var(--muted);
}

.directory-matrix-facts {
  display: grid;
  gap: 8px;
  margin: 0;
}

.directory-matrix-facts div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4e4e4;
}

.directory-matrix-facts div:last-child {
  border-bottom: 0;
}

.directory-matrix-facts dt {
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.directory-matrix-facts dd {
  min-width: 0;
  margin: 0;
  line-height: 1.65;
}

.directory-matrix-products {
  display: grid;
  gap: 8px;
  align-content: start;
}

.directory-matrix-products a {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px;
  color: #111;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  text-decoration: none;
}

.directory-matrix-products a:hover {
  border-color: #111;
}

.directory-matrix-products strong,
.directory-matrix-products small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.directory-matrix-more {
  background: #111 !important;
  border-color: #111 !important;
}

.directory-matrix-more strong,
.directory-matrix-more small {
  color: #fff;
}

.company-catalog-overview,
.company-catalog-section {
  background: #fff;
}

.company-catalog-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 1px solid #d9d9d9;
}

.company-catalog-summary div {
  min-width: 0;
  padding: 20px;
  background: #f7f7f7;
  border-right: 1px solid #d9d9d9;
}

.company-catalog-summary div:last-child {
  border-right: 0;
}

.company-catalog-summary dt {
  color: #111;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  line-height: 1;
}

.company-catalog-summary dd {
  margin: 8px 0 0;
  color: var(--muted);
}

.catalog-structure-guide {
  background: #f7f7f7;
}

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

.structure-guide-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.structure-guide-card h3 {
  margin: 0;
  font-size: clamp(20px, 1.5vw, 26px);
}

.structure-guide-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.layer-stack,
.equipment-stack {
  display: grid;
  gap: 5px;
  padding: 12px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
}

.layer-stack span,
.equipment-stack span {
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: #fff;
  background: #111;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 900;
}

.layer-stack span:nth-child(2),
.equipment-stack span:nth-child(2) {
  background: #555;
}

.layer-stack span:nth-child(3),
.equipment-stack span:nth-child(3) {
  color: #111;
  background: #ddd;
}

.company-catalog {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.company-catalog-tools {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 220px repeat(4, auto) minmax(150px, auto);
  gap: 10px;
  align-items: end;
  margin-bottom: 18px;
  padding: 16px;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.company-catalog-tools label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.company-catalog-tools span,
.company-catalog-tools output {
  color: #333;
  font-size: 13px;
  font-weight: 900;
}

.company-catalog-tools input,
.company-catalog-tools select {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  color: #111;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  font: inherit;
}

.company-catalog-tools button {
  min-height: 42px;
  padding: 8px 14px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 900;
  cursor: pointer;
}

.company-catalog-tools button:hover {
  color: #111;
  background: #fff;
}

.company-catalog-tools output {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

.company-catalog-group {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.company-catalog-group summary {
  display: grid;
  grid-template-columns: 56px minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.company-catalog-group summary::-webkit-details-marker {
  display: none;
}

.company-catalog-group summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #111;
  border-radius: 2px;
  font-weight: 900;
}

.company-catalog-group summary strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(20px, 1.6vw, 28px);
}

.company-catalog-group summary small {
  min-width: 0;
  color: var(--muted);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.company-catalog-profile {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0 20px 18px;
}

.company-catalog-profile article {
  min-width: 0;
  padding: 14px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.company-catalog-profile h3 {
  margin-bottom: 8px;
  font-size: 15px;
}

.company-catalog-profile p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.company-catalog-keywords {
  padding: 0 20px 18px;
  margin-top: 0;
}

.company-catalog-table-wrap {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  padding: 0 20px 22px;
}

.company-catalog-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
}

.company-catalog-table th,
.company-catalog-table td {
  min-width: 0;
  padding: 13px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
  overflow-wrap: anywhere;
}

.company-catalog-table th {
  color: #fff;
  background: #111;
  font-size: 13px;
}

.company-catalog-table td {
  color: #333;
  line-height: 1.6;
}

.company-catalog-table td:first-child {
  width: 172px;
}

.company-catalog-table td:nth-child(2) {
  width: 23%;
}

.company-catalog-table strong,
.company-catalog-table small {
  display: block;
}

.company-catalog-table small {
  margin-top: 4px;
  color: var(--muted);
}

.company-catalog-code {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  margin-bottom: 7px;
  padding: 3px 7px;
  color: #fff;
  background: #111;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 900;
}

.company-catalog-use,
.company-catalog-tech {
  display: grid;
  gap: 6px;
  margin: 0;
}

.company-catalog-use div,
.company-catalog-tech div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px;
}

.company-catalog-use dt,
.company-catalog-tech dt {
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.company-catalog-use dd,
.company-catalog-tech dd {
  min-width: 0;
  margin: 0;
  color: #555;
  overflow-wrap: anywhere;
}

.company-catalog-diagrams {
  display: grid;
  grid-template-columns: repeat(2, 74px);
  gap: 8px;
  max-width: 100%;
}

.company-catalog-diagrams figure {
  display: grid;
  gap: 4px;
  margin: 0;
}

.company-catalog-diagrams span {
  color: #555;
  font-size: 11px;
  font-weight: 900;
}

.company-catalog-diagrams img,
.company-catalog-diagrams svg {
  display: block;
  width: 74px;
  height: 54px;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  object-fit: cover;
}

.company-catalog-diagrams svg {
  object-fit: contain;
}

.company-catalog-table a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0 6px 6px 0;
  padding: 4px 8px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.company-catalog-table a:hover {
  color: #111;
  background: #fff;
}

.mobile-fold-toggle {
  display: none;
}

.product-center-page .mobile-fold,
.technical-catalog-page .mobile-fold,
.category-detail-page .category-detail-products.mobile-fold,
.category-detail-page .category-photo-gallery.mobile-fold {
  position: relative;
  max-height: var(--mobile-fold-height, 980px);
  overflow: hidden;
}

.product-center-page .mobile-fold::after,
.technical-catalog-page .mobile-fold::after,
.category-detail-page .category-detail-products.mobile-fold::after,
.category-detail-page .category-photo-gallery.mobile-fold::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.product-center-page .mobile-fold.is-expanded,
.technical-catalog-page .mobile-fold.is-expanded,
.category-detail-page .category-detail-products.mobile-fold.is-expanded,
.category-detail-page .category-photo-gallery.mobile-fold.is-expanded {
  max-height: none;
}

.product-center-page .mobile-fold.is-expanded::after,
.technical-catalog-page .mobile-fold.is-expanded::after,
.category-detail-page .category-detail-products.mobile-fold.is-expanded::after,
.category-detail-page .category-photo-gallery.mobile-fold.is-expanded::after {
  display: none;
}

.product-center-page .mobile-fold + .mobile-fold-toggle,
.technical-catalog-page .mobile-fold + .mobile-fold-toggle,
.category-detail-page .category-detail-products.mobile-fold + .mobile-fold-toggle,
.category-detail-page .category-photo-gallery.mobile-fold + .mobile-fold-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(320px, 100%);
  min-height: 44px;
  margin-top: 18px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  border-radius: 2px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.company-catalog-group.is-hidden,
.company-catalog-table tr.is-hidden {
  display: none;
}

.category-product-section {
  background: #fff;
}

.category-product-list {
  display: grid;
  gap: 18px;
}

.category-product-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  padding: 24px;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 31, 26, 0.06);
}

.category-product-copy p:not(.section-kicker) {
  color: var(--muted);
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.category-tags span {
  padding: 5px 8px;
  color: var(--green);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
}

.category-tech {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
}

.category-tech div {
  padding: 10px;
  background: #fff;
  border-left: 4px solid var(--blue);
}

.category-tech dt {
  color: var(--muted);
  font-size: 12px;
}

.category-tech dd {
  margin: 2px 0 0;
  font-weight: 800;
}

.category-product-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.category-count {
  grid-column: 1 / -1;
  color: var(--muted);
  font-weight: 900;
}

.category-product-items a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  padding: 14px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.category-product-items a:hover {
  border-color: var(--green);
  box-shadow: 0 10px 24px rgba(18, 31, 26, 0.08);
}

.category-product-items span {
  width: fit-content;
  padding: 3px 7px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.category-product-items small {
  color: var(--muted);
}

.category-product-thumb {
  width: 76px;
  height: 64px;
  margin: 0;
  overflow: hidden;
  background: var(--band);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.category-product-thumb img,
.category-product-thumb svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-more-link {
  grid-template-columns: 1fr !important;
  min-height: 78px;
  border-style: dashed !important;
}

.category-more-link strong {
  color: var(--green);
}

.category-directory-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.category-directory-link:hover {
  color: #111;
  background: #fff;
}

.category-process-summary-section {
  background: #fff;
}

.category-process-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  margin-top: 26px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.category-process-summary-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 300px;
  color: #111;
  background: #fff;
}

.category-process-summary-card figure {
  margin: 0;
  overflow: hidden;
  background: #ececec;
}

.category-process-summary-card img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  filter: saturate(0.55) contrast(1.08);
}

.category-process-summary-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.category-process-summary-card span {
  color: #666;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-process-summary-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}

.category-process-summary-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.62;
}

.category-process-summary-card a {
  align-self: end;
  color: #111;
  font-size: 13px;
  font-weight: 950;
}

.category-detail-page {
  background: #fff;
}

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

.category-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(28px, 4.5vw, 66px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px) 0 clamp(38px, 6vw, 76px);
}

.category-detail-hero h1 {
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.05;
}

.category-detail-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.category-detail-hero figure,
.category-asset-layout figure,
.category-detail-products figure {
  margin: 0;
}

.category-detail-hero img,
.category-asset-layout img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(100%);
  border-radius: 3px;
  box-shadow: var(--shadow);
}

.category-detail-hero figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.category-proof-strip {
  background: #111;
}

.category-proof-strip dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.category-proof-strip div {
  min-height: 112px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.category-proof-strip dt {
  color: #fff;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 950;
  line-height: 1;
}

.category-proof-strip dd {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.category-buyer-strip {
  background: #fff;
  border-bottom: 1px solid #dedede;
}

.category-buyer-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 50px);
  padding-top: 30px;
  padding-bottom: 30px;
}

.category-buyer-layout h2 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.16;
}

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

.category-buyer-grid article {
  min-height: 168px;
  padding: 18px;
  background: #fff;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.category-buyer-grid span {
  display: block;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.category-buyer-grid p {
  margin: 12px 0 0;
  color: #444;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.category-buyer-grid small {
  display: block;
  margin-top: 14px;
  color: #777;
  font-size: 12px;
  font-weight: 800;
}

.category-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.category-route-panel {
  margin-top: 28px;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.category-route-panel > span {
  display: block;
  padding: 14px 16px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}

.category-route-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.category-route-panel dl div {
  min-height: 84px;
  padding: 14px 16px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.category-route-panel dl div:nth-child(even) {
  border-right: 0;
}

.category-route-panel dl div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

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

.category-route-panel dd {
  margin: 8px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.category-detail-band,
.category-products-band {
  background: #f7f7f7;
}

.category-range-band {
  background: #fff;
}

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

.category-range-grid article {
  min-height: 270px;
  padding: 28px;
  background: #fff;
}

.category-range-grid h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.12;
}

.category-range-grid p {
  margin: 18px 0 0;
  color: #555;
  line-height: 1.75;
}

.category-range-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.category-range-grid span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 4px 9px;
  color: #111;
  background: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 900;
}

.category-selection-board-band {
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.category-selection-board {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 50px);
  align-items: start;
}

.category-selection-head {
  position: sticky;
  top: 92px;
}

.category-selection-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(27px, 2.6vw, 42px);
  line-height: 1.13;
}

.category-selection-head p:not(.section-kicker) {
  margin: 16px 0 0;
  color: #555;
  line-height: 1.72;
}

.category-selection-ranges article {
  min-height: 224px;
  padding: 24px;
}

.category-selection-ranges h3 {
  font-size: clamp(22px, 2vw, 30px);
}

.category-selection-ranges p {
  margin-top: 14px;
  line-height: 1.65;
}

.category-selection-checks {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}

.category-selection-checks article {
  min-height: 122px;
  padding: 18px;
  background: #f7f7f7;
}

.category-selection-checks span {
  display: block;
  color: #111;
  font-size: 13px;
  font-weight: 950;
}

.category-selection-checks p {
  margin: 10px 0 0;
  color: #444;
  line-height: 1.58;
}

.category-selection-checks small {
  display: block;
  margin-top: 12px;
  color: #777;
  font-size: 12px;
  font-weight: 850;
}

.category-detail-grid,
.category-asset-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.category-brief,
.equipment-field-section {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.category-asset-band {
  background: #fff;
}

.category-photo-band {
  background: #f7f7f7;
}

.category-asset-layout {
  align-items: center;
}

.category-asset-layout p {
  color: var(--muted);
}

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

.category-photo-gallery article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.category-photo-gallery figure {
  margin: 0;
  background: #f1f1f1;
}

.category-photo-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(100%);
}

.category-photo-gallery div {
  padding: 16px;
}

.category-photo-gallery span {
  display: inline-flex;
  padding: 4px 8px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 900;
}

.category-photo-gallery p {
  margin: 10px 0 0;
  color: var(--muted);
}

.photo-brief-band {
  background: #fff;
}

.photo-brief-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: start;
}

.photo-brief-layout p {
  color: var(--muted);
}

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

.photo-brief-grid article {
  min-height: 210px;
  padding: 18px;
  background: #f7f7f7;
  border: 1px solid var(--line);
  border-left: 4px solid #111;
  border-radius: 3px;
}

.photo-brief-grid h3 {
  font-size: 20px;
}

.shot-list,
.risk-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.shot-list li,
.risk-list li {
  padding: 12px 14px;
  background: #f7f7f7;
  border-left: 4px solid #111;
}

.shot-list.numbered {
  padding-left: 22px;
  list-style: decimal;
}

.shot-list.numbered li {
  padding-left: 8px;
}

.category-detail-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.category-detail-products article {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.category-detail-products article > * {
  min-width: 0;
}

.category-detail-products figure {
  height: 132px;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid var(--line);
}

.category-detail-products img,
.category-detail-products svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-detail-products span {
  display: inline-flex;
  padding: 4px 8px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 900;
}

.category-detail-products h3 {
  margin-top: 10px;
  font-size: 20px;
}

.category-detail-products p,
.category-detail-products dd,
.category-detail-products dt,
.equipment-field-section p,
.equipment-field-section small {
  color: var(--muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.category-detail-products dl {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 12px 0 0;
}

.category-detail-products dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  padding-top: 6px;
  border-top: 1px solid var(--line);
}

.category-detail-products dd {
  min-width: 0;
  margin: 0;
}

.category-detail-products dt {
  font-size: 12px;
  font-weight: 900;
}

.keyword-band {
  background: #fff;
}

.equipment-field-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: start;
}

.equipment-field-section dl,
.equipment-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.equipment-field-section dl div,
.equipment-field-grid article {
  padding: 14px;
  background: #f7f7f7;
  border-left: 4px solid #111;
}

.equipment-field-section dt,
.equipment-field-grid h3 {
  color: #111;
  font-weight: 900;
}

.equipment-depth-section .equipment-field-grid {
  margin-top: 18px;
}

.detail-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.inquiry-checklist {
  margin: 18px 0;
  padding: 16px;
  background: #f7f7f7;
  border: 1px solid #dedede;
}

.inquiry-checklist h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.inquiry-checklist ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #555;
  line-height: 1.55;
}

.detail-link::after {
  margin-left: 6px;
  content: ">";
}

.detail-page {
  background: #f8faf9;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 70px) 0 clamp(46px, 6vw, 84px);
}

.detail-hero h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 76px);
}

.detail-hero p:not(.section-kicker) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.grade-badge {
  margin-top: 18px;
  background: var(--green);
}

.detail-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(520px, 100%);
  margin: 24px 0 0;
  border: 1px solid #dcdcdc;
}

.detail-proof-list div {
  min-height: 74px;
  padding: 14px 16px;
  border-right: 1px solid #dcdcdc;
}

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

.detail-proof-list dt {
  color: #111;
  font-size: 14px;
  font-weight: 950;
}

.detail-proof-list dd {
  margin: 6px 0 0;
  color: #666;
  font-size: 13px;
}

.detail-hero figure {
  margin: 0;
}

.detail-hero img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.detail-hero-diagram {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.detail-hero-photo {
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.detail-hero-photo img {
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.detail-hero-photo figcaption {
  padding: 10px 14px 12px;
  margin: 0;
  font-weight: 800;
}

.detail-hero-diagram svg {
  width: 100%;
  aspect-ratio: 5 / 4;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.detail-hero-diagram figcaption {
  font-weight: 800;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.detail-decision-band {
  padding: 0;
  color: #fff;
  background: #111;
}

.detail-decision-band .container {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
  gap: 0;
}

.detail-decision-head {
  padding: 34px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-decision-head .section-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.detail-decision-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 42px);
}

.detail-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-decision-grid article {
  min-height: 190px;
  padding: 30px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-decision-grid span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.detail-decision-grid p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.68;
}

.detail-decision-grid small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.detail-evidence-strip {
  background: #f4f4f4;
  border-bottom: 1px solid #dedede;
}

.detail-evidence-strip dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-left: 1px solid #d6d6d6;
}

.detail-evidence-strip div {
  min-height: 126px;
  padding: 24px;
  background: #fff;
  border-right: 1px solid #d6d6d6;
}

.detail-evidence-strip dt {
  color: #777;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-evidence-strip dd {
  margin: 18px 0 0;
  color: #111;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 800;
  line-height: 1.42;
}

.detail-highlight-band {
  padding: clamp(62px, 7vw, 104px) 0;
  background: #f6f6f6;
}

.detail-highlight-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.detail-highlight-layout h2 {
  margin: 0;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.05;
}

.detail-highlight-layout > div > p:not(.section-kicker) {
  margin: 18px 0 0;
  color: #555;
  font-size: 17px;
  line-height: 1.75;
}

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

.detail-highlight-grid article {
  min-height: 240px;
  padding: 26px;
  background: #fff;
}

.detail-highlight-grid span {
  display: block;
  color: #111;
  font-size: 20px;
  font-weight: 950;
}

.detail-highlight-grid p {
  margin: 18px 0 0;
  color: #555;
  line-height: 1.72;
}

.detail-band {
  background: #fff;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 28px;
  align-items: start;
}

.detail-main {
  display: grid;
  gap: 26px;
}

.detail-main section,
.detail-aside {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 31, 26, 0.08);
}

.detail-main p {
  color: var(--muted);
}

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

.detail-facts div {
  padding: 14px;
  background: #f6f8fb;
  border-left: 4px solid var(--blue);
}

.detail-facts span {
  color: var(--ink);
  font-weight: 800;
}

.detail-facts dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.detail-facts dd {
  margin: 3px 0 4px;
  color: var(--ink);
  font-weight: 900;
}

.detail-facts small {
  color: var(--muted);
}

.detail-document-assets {
  display: grid;
  gap: 18px;
}

.detail-document-head {
  max-width: 820px;
}

.detail-document-head h2 {
  margin-bottom: 10px;
}

.detail-document-head p:not(.section-kicker) {
  margin: 0;
  color: #555;
  line-height: 1.72;
}

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

.detail-document-grid article {
  min-height: 188px;
  padding: 18px;
  background: #fff;
}

.detail-document-grid span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-document-grid strong {
  display: block;
  margin-top: 12px;
  color: #111;
  font-size: 18px;
  line-height: 1.32;
}

.detail-document-grid p {
  margin: 12px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.58;
}

.detail-document-grid a {
  display: inline-flex;
  margin-top: 14px;
  color: #111;
  font-weight: 950;
  text-decoration: none;
  border-bottom: 1px solid #111;
}

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

.detail-split > div {
  padding: 18px;
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.detail-split ul {
  padding-left: 20px;
  margin: 14px 0 0;
  color: var(--muted);
}

.detail-split li + li {
  margin-top: 8px;
}

.detail-context-section {
  display: grid;
  gap: 18px;
}

.detail-pack-head {
  max-width: 820px;
}

.detail-pack-head h2 {
  margin-bottom: 10px;
}

.detail-pack-head p:not(.section-kicker) {
  margin: 0;
  line-height: 1.7;
}

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

.detail-pack-grid div {
  min-height: 132px;
  padding: 18px;
  background: #fff;
}

.detail-pack-grid dt {
  color: #666;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-pack-grid dd {
  margin: 12px 0 0;
  color: #111;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
}

.detail-pack-grid small {
  display: block;
  margin-top: 10px;
  color: #666;
  line-height: 1.55;
}

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

.detail-context-grid article {
  min-width: 0;
  padding: 16px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.detail-context-grid h3,
.detail-shot-list h3 {
  margin-bottom: 8px;
  font-size: 16px;
}

.detail-context-grid p {
  margin: 0;
  line-height: 1.7;
}

.detail-context-table {
  min-width: 620px;
}

.detail-shot-list {
  padding: 18px;
  background: #f7f7f7;
  border-left: 4px solid #111;
  border-radius: 0;
}

.detail-shot-list h3,
.detail-shot-list li {
  color: #111;
}

.detail-shot-list ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  padding-left: 20px;
  margin: 0;
}

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

.tds-table-wrap {
  overflow-x: auto;
  margin-top: 16px;
}

.tds-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 15px;
}

.tds-table th,
.tds-table td {
  padding: 13px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.tds-table th {
  color: #fff;
  background: var(--green-dark);
}

.tds-table td {
  color: var(--muted);
}

.detail-diagrams figure {
  margin: 0;
}

.detail-diagrams svg {
  width: 100%;
  aspect-ratio: 720 / 420;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.detail-aside {
  position: sticky;
  top: 92px;
}

.detail-aside p,
.detail-aside dd {
  color: var(--muted);
}

.detail-aside dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 22px;
}

.detail-aside div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.detail-aside dt {
  color: var(--ink);
  font-weight: 900;
}

.detail-aside dd {
  margin: 4px 0 0;
}

.resource-box,
.related-box {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.resource-box h3,
.related-box h3 {
  font-size: 19px;
}

.resource-box a,
.related-box a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.related-box span {
  color: var(--muted);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(900px, 100%);
  margin: 56px 0 0;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-stats div {
  padding: 18px;
  background: rgba(12, 21, 18, 0.62);
}

.hero-stats dt {
  font-size: 24px;
  font-weight: 800;
}

.hero-stats dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.band {
  padding: clamp(58px, 8vw, 104px) 0;
}

.band:nth-of-type(even) {
  background: #fff;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.two-column,
.selection-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.two-column > *,
.selection-layout > *,
.contact-layout > *,
.detail-layout > *,
.finder-layout > *,
.category-product-panel > *,
.film-card > * {
  min-width: 0;
}

.text-block p,
.selection-layout p,
.contact-layout p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-head.with-tools {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.category-grid,
.application-grid,
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.category-grid article,
.application-grid article,
.knowledge-grid article,
.source-panel {
  min-height: 100%;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 31, 26, 0.06);
}

.category-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 28px;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 800;
  background: var(--green);
  border-radius: 4px;
}

.category-grid p,
.application-grid p,
.knowledge-grid p,
.source-panel li {
  margin: 12px 0 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.filter-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px;
  background: var(--band);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.filter-tabs button {
  min-width: 64px;
  height: 36px;
  padding: 0 12px;
  color: var(--muted);
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
}

.filter-tabs button.active {
  color: #fff;
  background: var(--green);
}

.film-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.film-tabs button {
  min-width: 64px;
  height: 36px;
  padding: 0 12px;
  color: var(--muted);
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
}

.film-tabs button.active {
  color: #fff;
  background: var(--blue);
}

.product {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.74fr);
  gap: 28px;
  padding: clamp(22px, 4vw, 34px);
  margin: 0 0 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product.is-hidden {
  display: none;
}

.film-products {
  background: #f7faf8;
}

.film-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.film-overview figure {
  margin: 0;
}

.film-overview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.film-overview p {
  color: var(--muted);
}

.process-equipment-gallery {
  margin: 22px 0 28px;
}

.process-equipment-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.process-equipment-head h3 {
  font-size: 24px;
}

.process-equipment-head p:not(.section-kicker) {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--muted);
}

.process-equipment-grid,
.process-equipment-inline {
  display: grid;
  gap: 12px;
}

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

.process-equipment-inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.process-equipment-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.process-equipment-card figure {
  margin: 0;
  background: #f3f3f3;
}

.process-equipment-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.process-equipment-card div {
  padding: 12px;
}

.process-equipment-card span {
  display: inline-flex;
  padding: 3px 6px;
  color: #fff;
  background: #111;
  font-size: 11px;
  font-weight: 900;
}

.process-equipment-card h3 {
  margin-top: 10px;
  font-size: 17px;
}

.process-equipment-card p,
.process-equipment-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.equipment-spec-list {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.equipment-spec-list li {
  padding: 7px 0;
  color: #333;
  font-size: 12px;
  line-height: 1.45;
  border-top: 1px solid #ededed;
}

.process-equipment-card a {
  display: inline-flex;
  margin-top: 10px;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid #111;
}

.copyright-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

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

.film-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 31, 26, 0.08);
}

.film-card.is-hidden {
  display: none;
}

.film-card-head {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.film-thumb {
  width: 104px;
  height: 104px;
  overflow: hidden;
  background: var(--band);
  border-radius: 8px;
}

.film-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-thumb svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-thumb-diagram {
  border: 1px solid var(--line);
}

.film-card h3 {
  margin: 2px 0 3px;
  font-size: 21px;
}

.film-card small {
  color: var(--muted);
}

.film-tag {
  display: inline-flex;
  width: fit-content;
  padding: 3px 8px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}

.film-card p {
  margin: 0;
  color: var(--muted);
}

.param-strip,
.finder-param-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.param-strip div,
.finder-param-list div {
  min-width: 0;
  padding: 8px;
  background: #f6f8fb;
  border-left: 3px solid var(--blue);
}

.param-strip dt,
.finder-param-list dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.param-strip dd,
.finder-param-list dd {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

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

.film-facts div {
  padding: 10px;
  background: #f6f8fb;
  border-left: 4px solid var(--blue);
}

.film-facts dt {
  color: var(--muted);
  font-size: 12px;
}

.film-facts dd {
  margin: 2px 0 0;
  font-weight: 800;
}

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

.film-visuals figure {
  margin: 0;
}

.film-visuals svg {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-title {
  fill: #17201c;
  font-size: 22px;
  font-weight: 900;
}

.mini-label {
  fill: #24312d;
  font-size: 18px;
  font-weight: 800;
}

.mini-note {
  fill: #5d6a64;
  font-size: 15px;
  font-weight: 700;
}

.product-copy > p:not(.product-category) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.spec-grid div {
  padding: 13px 14px;
  background: var(--band);
  border-left: 4px solid var(--green);
}

.spec-grid dt {
  color: var(--muted);
  font-size: 13px;
}

.spec-grid dd {
  margin: 2px 0 0;
  font-weight: 800;
}

.plain-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding-left: 18px;
  margin-top: 10px;
  color: var(--muted);
}

.plain-list li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--red);
  border-radius: 50%;
}

.product-photo {
  margin: 0;
}

.product-photo img,
.product-render svg {
  width: 100%;
  aspect-ratio: 4 / 3.25;
  object-fit: cover;
  border-radius: 8px;
  background: var(--band);
}

.product-render svg {
  aspect-ratio: 4 / 3.25;
}

figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.visual-pair {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.visual-pair figure {
  margin: 0;
}

.visual-pair svg {
  width: 100%;
  aspect-ratio: 720 / 390;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.svg-label {
  fill: #24312d;
  font-size: 24px;
  font-weight: 800;
}

.svg-title {
  fill: #17201c;
  font-size: 36px;
  font-weight: 900;
}

.svg-note {
  fill: #5d6a64;
  font-size: 23px;
  font-weight: 800;
}

.callouts path {
  fill: none;
  stroke: #111;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 7 7;
}

.callouts text {
  fill: #17201c;
  font-size: 20px;
  font-weight: 800;
}

.applications,
.knowledge {
  background: var(--band);
}

.selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.selector label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.selector label:last-child {
  grid-column: 1 / -1;
}

.selector input,
.selector select,
.selector textarea {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd5cf;
  border-radius: 6px;
  font: inherit;
}

.selector textarea {
  resize: vertical;
}

.contact,
.band.contact {
  color: #fff;
  background: var(--green-dark);
}

.contact .section-kicker,
.contact a {
  color: #a9e5d9;
}

.contact-layout p {
  color: rgba(255, 255, 255, 0.78);
}

.source-panel {
  color: var(--ink);
}

.source-panel h3 {
  margin-bottom: 10px;
}

.source-panel ul {
  padding-left: 20px;
  margin: 0;
}

.site-footer {
  padding: clamp(46px, 6vw, 76px) 0 24px;
  color: rgba(255, 255, 255, 0.72);
  background: #0f0f0f;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: #fff;
}

.footer-pro {
  display: grid;
  gap: 34px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  max-width: 760px;
}

.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #fff;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.footer-brand p {
  max-width: 660px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-columns section {
  min-height: 210px;
  padding: 24px;
  background: #0f0f0f;
}

.footer-columns h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
}

.footer-columns a {
  display: block;
  width: fit-content;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer-columns span,
.footer-columns p {
  display: block;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.62;
}

.footer-columns a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.46);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

@media (max-width: 640px) {
  .site-footer {
    padding: 28px 0 14px;
  }

  .footer-pro {
    gap: 18px;
  }

  .footer-brand {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .footer-brand img {
    width: 42px;
    height: 42px;
  }

  .footer-brand strong {
    font-size: 28px;
  }

  .footer-brand p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  .footer-brand p:last-child {
    display: none;
  }

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

  .footer-columns section {
    min-height: auto;
    padding: 14px;
  }

  .footer-columns h2 {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .footer-columns a {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.35;
  }

  .footer-columns span,
  .footer-columns p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.45;
  }

  .footer-columns section:last-child p {
    display: none;
  }

  .footer-bottom {
    gap: 6px;
    padding-top: 12px;
    font-size: 10.5px;
    line-height: 1.4;
  }
}

/* Customer-standard refresh: make the portal feel like an industrial company site, not a generated brochure. */
.enterprise-home .enterprise-hero {
  position: relative;
  overflow: hidden;
  min-height: min(720px, calc(100vh - 68px));
  padding: clamp(64px, 7vw, 110px) 0 clamp(44px, 5vw, 70px);
  color: #fff;
  background: #0c0c0c;
}

.enterprise-home .enterprise-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.18) 100%),
    url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover no-repeat;
  filter: grayscale(100%);
}

.enterprise-home .enterprise-hero .container {
  position: relative;
  z-index: 1;
}

.enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(330px, 0.5fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: end;
}

.enterprise-hero-copy h1 {
  max-width: 860px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.06;
  letter-spacing: 0;
}

.enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.enterprise-hero-copy .section-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.enterprise-home .enterprise-actions .button.primary {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.enterprise-home .enterprise-actions .button.quiet {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.enterprise-finder-panel {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.enterprise-finder-panel a + a {
  border-color: rgba(255, 255, 255, 0.22);
}

.enterprise-finder-panel span {
  color: rgba(255, 255, 255, 0.6);
}

.enterprise-finder-panel strong {
  color: #fff;
}

.enterprise-hero-visual {
  max-width: 440px;
  margin-left: auto;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.enterprise-hero-visual img {
  display: none;
}

.enterprise-hero-visual figcaption {
  padding: 28px;
  background: rgba(0, 0, 0, 0.58);
  border-top: 0;
}

.enterprise-hero-visual strong,
.enterprise-hero-visual span {
  color: #fff;
}

.enterprise-proof {
  background: #111;
  border: 0;
}

.enterprise-proof-grid {
  border-color: rgba(255, 255, 255, 0.16);
}

.enterprise-proof-grid div {
  color: #fff;
  background: #111;
  border-color: rgba(255, 255, 255, 0.16);
}

.enterprise-proof-grid span {
  color: rgba(255, 255, 255, 0.62);
}

.enterprise-route {
  background: #fff;
}

.enterprise-route-grid {
  border: 1px solid #d7d7d7;
}

.enterprise-route-grid a {
  color: #111;
  background: #fff;
}

.enterprise-route-grid a:last-child {
  color: #fff;
  background: #111;
}

.enterprise-portfolio {
  background: #f4f4f4;
}

.enterprise-portfolio .portal-product-grid {
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.enterprise-portfolio .portal-product-card {
  border: 0;
  background: #fff;
}

.enterprise-portfolio .portal-product-card img {
  height: 190px;
  filter: grayscale(100%);
}

.products-portal-page .product-portal-hero {
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.5fr);
  min-height: 520px;
  padding: clamp(54px, 6vw, 88px) 5vw 40px;
  background: #f4f4f4;
}

.products-portal-page .product-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.08;
}

.products-portal-page .product-hero-media img {
  filter: grayscale(100%);
}

.products-portal-page .product-hero-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin-top: 26px;
  border: 1px solid #d0d0d0;
}

.products-portal-page .product-hero-proof div {
  min-height: 86px;
  border-right: 1px solid #d0d0d0;
  background: #fff;
}

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

.products-portal-page .product-navigator {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 0 5vw;
  background: #fff;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.products-portal-page .product-navigator a {
  min-height: 112px;
  padding: 20px;
  border-right: 1px solid #d6d6d6;
  background: #fff;
}

.products-portal-page .product-navigator a:last-child {
  border-right: 0;
}

.products-portal-page .product-navigator a:hover {
  color: #fff;
  background: #111;
}

.products-portal-page .product-navigator small {
  display: block;
  margin-top: 12px;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
}

.products-portal-page .product-navigator a:hover small,
.products-portal-page .product-navigator a:hover span {
  color: rgba(255, 255, 255, 0.68);
}

.document-library-section {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.document-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.document-library-grid article {
  min-height: 300px;
  padding: 24px;
  background: #fff;
}

.document-library-grid span {
  display: block;
  margin-bottom: 14px;
  color: #777;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.document-library-grid h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.25;
}

.document-file-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.document-file-list a {
  display: block;
  padding: 10px 0;
  color: #111;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  border-bottom: 1px solid #e4e4e4;
}

.document-file-list a:hover {
  color: #000;
  border-color: #111;
}

@media (max-width: 980px) {
  .products-portal-page .product-navigator,
  .products-portal-page .product-hero-proof,
  .document-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .enterprise-hero-visual {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    min-height: auto;
    padding: 42px 0 34px;
  }

  .enterprise-home .enterprise-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.78) 100%),
      url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover no-repeat;
  }

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

  .enterprise-hero-visual {
    display: none;
  }

  .enterprise-proof-grid,
  .enterprise-route-grid,
  .products-portal-page .product-hero-proof,
  .products-portal-page .product-navigator,
  .document-library-grid {
    grid-template-columns: 1fr;
  }

  .products-portal-page .product-portal-hero {
    min-height: auto;
    padding: 34px 18px 24px;
  }

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

  .products-portal-page .product-hero-proof div,
  .products-portal-page .product-navigator a {
    min-height: 78px;
  }

  .document-library-grid article {
    min-height: auto;
    padding: 20px;
  }
}

.breadcrumb-bar {
  position: relative;
  z-index: 2;
  color: #555;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 13px;
}

.breadcrumb-inner a {
  color: #555;
  text-decoration: none;
}

.breadcrumb-inner a:hover {
  color: #111;
  text-decoration: underline;
}

.breadcrumb-inner em {
  color: #b6b6b6;
  font-style: normal;
}

.breadcrumb-inner span {
  color: #111;
  font-weight: 800;
}

/* Black-and-white visual system */
img {
  filter: grayscale(100%);
}

.site-header,
.light-header,
.light-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #e5e5e5;
}

.site-header,
.site-header a,
.brand small,
.light-header .nav a {
  color: #111;
}

.nav a:hover,
.light-header .nav a:hover {
  background: #f3f3f3;
}

.section-kicker,
.product-category,
.film-menu-content span,
.contact .section-kicker,
.contact a,
.domain-grid a,
.family-card a,
.finder-result-grid a,
.resource-box a,
.related-box a,
.detail-link,
.category-more-link strong {
  color: #111;
}

.summary-strip,
.domain-grid article,
.process-list li,
.catalog-hero-panel,
.family-card,
.map-grid article,
.finder-panel,
.finder-result-grid article,
.film-menu-nav,
.film-menu-content article,
.category-product-panel,
.positioning-card,
.category-product-items a,
.detail-main section,
.detail-aside,
.film-overview,
.film-card,
.product,
.selector,
.source-panel,
.detail-hero-diagram,
.application-list article,
.portfolio-grid a {
  border-radius: 3px;
  box-shadow: none;
}

.catalog-hero-panel,
.product-section-tabs,
.contact,
.band.contact,
.site-footer {
  background: #111;
}

.product-section-tabs a {
  color: #fff;
  background: #111;
  border-right: 1px solid #333;
}

.product-section-tabs a:hover,
.film-tabs button.active,
.filter-tabs button.active,
.process-list li::before,
.portfolio-grid span,
.category-index,
.finder-result-grid span,
.grade-badge,
.film-tag,
.category-product-items span,
.map-grid span {
  color: #fff;
  background: #111;
}

.button.primary {
  background: #111;
  border-color: #111;
}

.button.secondary,
.button.quiet {
  color: #111;
  background: #fff;
  border-color: #d6d6d6;
}

.button.primary:hover,
.button.secondary:hover,
.button.quiet:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.spec-grid div,
.detail-facts div,
.film-facts div,
.param-strip div,
.finder-param-list div,
.category-tech div {
  background: #f7f7f7;
  border-left-color: #111;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.08) 44%);
}

/* Premium editorial layout refinement */
.container,
.hero-inner,
.home-hero,
.catalog-hero,
.detail-hero {
  width: min(1280px, calc(100% - 96px));
}

.band {
  padding: clamp(88px, 10vw, 148px) 0;
}

.section-head {
  max-width: 960px;
  margin-bottom: 46px;
}

.section-head p:not(.section-kicker) {
  max-width: 760px;
  margin-top: 14px;
  font-size: 17px;
}

.section-kicker,
.product-category {
  margin-bottom: 14px;
  font-size: 12px;
  text-transform: uppercase;
}

.home-hero {
  min-height: 780px;
  gap: clamp(54px, 7vw, 108px);
}

.home-hero h1,
.catalog-hero h1,
.detail-hero h1 {
  max-width: 760px;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 1.05;
}

.home-hero-copy > p:not(.section-kicker),
.catalog-hero p:not(.section-kicker),
.detail-hero p:not(.section-kicker) {
  max-width: 680px;
  font-size: clamp(18px, 1.55vw, 22px);
}

.home-hero-composite {
  gap: 22px;
}

.home-hero-media img,
.capability-layout img,
.film-overview img,
.process-equipment-card img,
.detail-hero img {
  border-radius: 0;
}

.home-metrics dl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-metrics div {
  padding: 28px 30px;
}

.home-metrics dt {
  font-size: 34px;
}

.portfolio-grid {
  gap: 22px;
}

.portfolio-grid a {
  min-height: 300px;
  padding: 30px;
}

.portfolio-grid h3 {
  margin-top: 58px;
  font-size: 26px;
}

.application-list {
  gap: 20px;
}

.application-list article {
  min-height: 220px;
  padding: 30px;
}

.catalog-hero {
  min-height: 520px;
  align-items: center;
  padding: clamp(92px, 11vw, 150px) 0;
}

.catalog-hero-panel {
  padding: 40px;
}

.product-section-tabs .container {
  width: min(1280px, calc(100% - 96px));
}

.product-section-tabs a {
  min-height: 88px;
  font-size: 15px;
}

.finder-layout {
  gap: clamp(42px, 6vw, 88px);
}

.finder-panel {
  padding: 24px;
}

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

.finder-result-grid article {
  min-height: 230px;
  padding: 22px;
}

.film-menu-layout {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 32px;
}

.film-menu-content {
  gap: 20px;
}

.film-menu-content article {
  min-height: 240px;
  padding: 30px;
}

.category-product-list {
  gap: 30px;
}

.category-product-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  padding: 40px;
  background: #fff;
}

.category-product-copy h3 {
  font-size: 34px;
}

.category-product-copy p:not(.section-kicker) {
  font-size: 17px;
}

.category-tech {
  gap: 12px;
}

.category-tech div {
  padding: 14px;
}

.category-product-items {
  gap: 14px;
}

.category-product-items a {
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
}

.category-product-thumb {
  width: 108px;
  height: 76px;
}

.film-overview {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 38px;
  padding: 34px;
}

.process-equipment-gallery {
  margin: 46px 0 54px;
}

.process-equipment-head {
  margin-bottom: 24px;
}

.process-equipment-head h3 {
  font-size: 34px;
}

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

.process-equipment-card div {
  padding: 20px;
}

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

.process-equipment-card img {
  aspect-ratio: 16 / 9;
}

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

.film-card {
  gap: 18px;
  padding: 24px;
}

.film-card-head {
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 22px;
}

.film-thumb {
  width: 142px;
  height: 112px;
  border-radius: 0;
}

.film-card h3 {
  font-size: 25px;
}

.detail-page {
  background: #fff;
}

.detail-hero {
  min-height: auto;
  gap: clamp(36px, 6vw, 86px);
  padding: clamp(42px, 6vw, 82px) 0 clamp(46px, 6vw, 86px);
}

.detail-hero-diagram {
  padding: 24px;
}

.detail-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 40px;
}

.detail-main {
  gap: 30px;
}

.detail-main section,
.detail-aside {
  padding: 34px;
}

.detail-main h2,
.detail-aside h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.detail-facts {
  gap: 14px;
}

.detail-facts div {
  min-height: 110px;
  padding: 20px;
}

.process-equipment-inline {
  gap: 20px;
}

.home-page .home-hero {
  width: 100%;
  min-height: calc(100vh - 72px);
  margin: 0;
  padding:
    clamp(96px, 10vw, 150px)
    max(48px, calc((100% - 1280px) / 2))
    clamp(88px, 9vw, 132px);
  color: #fff;
  background: #111;
}

.home-page .home-hero h1,
.home-page .home-hero .section-kicker {
  color: #fff;
}

.home-page .home-hero-copy > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.home-page .home-hero .button.quiet {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.home-page .home-hero .button.quiet:hover {
  color: #111;
  background: #fff;
}

.home-page .home-hero-media img {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.home-page .home-metrics {
  margin-top: 0;
  background: #111;
}

.home-page .home-metrics .container {
  transform: translateY(50%);
}

.home-page .portfolio-section {
  padding-top: clamp(140px, 14vw, 210px);
}

.catalog-hero {
  width: 100%;
  margin: 0;
  padding:
    clamp(92px, 10vw, 146px)
    max(48px, calc((100% - 1280px) / 2));
  background: #f7f7f7;
}

.catalog-hero-panel {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-center-page .catalog-hero {
  background: linear-gradient(90deg, #fff 0%, #fff 52%, #111 52%, #111 100%);
}

.product-center-page .catalog-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.product-center-page .product-finder-section {
  padding-top: clamp(92px, 10vw, 140px);
}

.product-center-page .finder-result-grid article {
  border-color: #d8d8d8;
}

.product-center-page .category-product-panel {
  border-color: #d8d8d8;
}

.product-center-page .decision-section {
  background: #f7f7f7;
}

.product-center-page .catalog-hero {
  min-height: 460px;
  align-items: center;
  background: #f6f6f6;
  border-bottom: 1px solid #e2e2e2;
}

.product-center-page .catalog-hero h1 {
  max-width: 620px;
  font-size: clamp(44px, 5.8vw, 76px);
}

.product-center-page .catalog-hero p:not(.section-kicker) {
  max-width: 610px;
  font-size: 18px;
}

.product-center-page .catalog-hero-panel {
  min-height: 220px;
  color: #fff;
  background: #111;
  border-color: #111;
}

.product-center-page .product-section-tabs {
  border-bottom: 1px solid #2a2a2a;
}

.product-center-page .product-section-tabs a {
  min-height: 70px;
  background: #111;
}

.product-center-page .product-section-tabs a:hover {
  background: #fff;
  color: #111;
}

.product-center-page .finder-layout {
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  padding-top: 8px;
}

.product-center-page .film-menu-section,
.product-center-page .category-product-section {
  background: #fff;
}

.product-center-page .category-product-panel,
.product-center-page .film-menu-content article,
.product-center-page .finder-result-grid article {
  background: #fff;
  border-color: #d9d9d9;
}

.keyword-section {
  background: #fff;
}

.keyword-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.keyword-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  color: #111;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}

.detail-main h2,
.detail-aside h2 {
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.18;
}

.detail-main section,
.detail-aside {
  min-width: 0;
  max-width: 100%;
  border-color: #dcdcdc;
  overflow-wrap: anywhere;
}

.detail-main > *,
.detail-facts > *,
.detail-split > *,
.detail-diagrams > *,
.process-equipment-inline > *,
.keyword-tags > * {
  min-width: 0;
}

.tds-table-wrap {
  max-width: 100%;
}

@media (hover: none) and (pointer: coarse) {
  .button:hover,
  .portfolio-grid a:hover,
  .category-product-items a:hover,
  .process-equipment-card a:hover,
  .detail-link:hover {
    transform: none;
    box-shadow: none;
  }

  .button,
  .nav a,
  .product-section-tabs a,
  .detail-link {
    min-height: 44px;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .container,
  .home-hero,
  .catalog-hero,
  .detail-hero,
  .category-detail-hero {
    width: min(100% - 48px, 1180px);
  }

  .site-header {
    gap: 16px;
  }

  .nav a {
    padding-inline: 9px;
  }

  .portfolio-grid,
  .finder-result-grid,
  .positioning-grid,
  .film-grid,
  .category-detail-products,
  .category-photo-gallery,
  .process-equipment-inline,
  .detail-context-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-brief-layout {
    grid-template-columns: 1fr;
  }

  .directory-matrix-card {
    grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.2fr);
  }

  .directory-matrix-products {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-catalog-summary,
  .company-catalog-profile,
  .company-catalog-tools,
  .structure-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-section-tabs .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .film-menu-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .detail-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hero {
    min-height: 820px;
  }

  .hero-stats,
  .home-metrics dl,
  .portfolio-grid,
  .process-equipment-grid,
  .process-equipment-inline,
  .applications-layout,
  .application-list,
  .capability-layout,
  .resources-layout,
  .summary-strip,
  .domain-grid,
  .home-hero,
  .process-layout,
  .catalog-hero,
  .detail-hero,
  .detail-layout,
  .detail-diagrams,
  .detail-split,
  .detail-context-grid,
  .detail-evidence-strip dl,
  .company-catalog-summary,
  .company-catalog-profile,
  .company-catalog-tools,
  .structure-guide-grid,
  .category-detail-hero,
  .category-detail-grid,
  .category-asset-layout,
  .category-detail-products,
  .category-photo-gallery,
  .photo-brief-layout,
  .photo-brief-grid,
  .equipment-field-section,
  .equipment-field-section dl,
  .equipment-field-grid,
  .finder-layout,
  .finder-result-grid,
  .positioning-grid,
  .directory-matrix-card,
  .directory-matrix-products,
  .film-menu-layout,
  .film-menu-content,
  .category-product-panel,
  .category-product-items,
  .family-grid,
  .map-grid,
  .decision-layout,
  .category-grid,
  .application-grid,
  .knowledge-grid,
  .product,
  .visual-pair,
  .film-overview,
  .film-grid,
  .two-column,
  .selection-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .category-detail-products article {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .category-detail-products figure {
    height: 112px;
  }

  .category-photo-gallery img {
    aspect-ratio: 16 / 10;
  }

  .section-head.with-tools {
    align-items: start;
    flex-direction: column;
  }

  .home-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .home-page .home-hero {
    min-height: auto;
    padding: 64px 28px 58px;
  }

  .home-page .home-metrics .container {
    transform: none;
  }

  .home-page .portfolio-section {
    padding-top: clamp(70px, 9vw, 110px);
  }

  .product-center-page .catalog-hero {
    background: #f7f7f7;
  }

  .positioning-page .catalog-hero {
    width: min(100% - 28px, 1180px);
  }

  .positioning-page .catalog-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .product-center-page .finder-layout,
  .detail-page .detail-layout {
    grid-template-columns: 1fr;
  }

  .product-center-page .product-section-tabs {
    overflow-x: hidden;
  }

  .product-center-page .product-section-tabs .container {
    width: min(100% - 28px, 1180px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .home-hero-composite img:last-child {
    transform: none;
  }

  .home-metrics {
    margin-top: 0;
  }

  .home-metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-metrics div:last-child {
    border-bottom: 0;
  }

  .portfolio-grid a {
    min-height: 220px;
  }

  .resource-actions {
    justify-content: flex-start;
  }

  .product-section-tabs .container {
    width: 100%;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .summary-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .summary-strip div:last-child {
    border-bottom: 0;
  }

  .family-card.large {
    grid-row: auto;
  }

  .decision-actions {
    justify-content: flex-start;
  }

  .detail-aside {
    position: static;
  }

  .film-menu-nav {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 9px 14px;
  }

  .brand strong {
    white-space: normal;
  }

  .brand {
    min-width: 0;
  }

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

  .brand span {
    min-width: 0;
  }

  .brand small {
    font-size: 11px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #111;
    border: 1px solid #111;
    border-radius: 2px;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    background: #fff;
  }

  .site-header .nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px 0 2px;
    border-top: 1px solid #e5e5e5;
  }

  .site-header.nav-open .nav {
    display: grid;
  }

  .nav a {
    min-width: 0;
    min-height: 40px;
    padding: 9px 10px;
    color: #111;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 14px;
    white-space: normal;
  }

  .light-header .nav a,
  .site-header .nav a {
    color: #111;
  }

  .nav a:hover,
  .light-header .nav a:hover {
    color: #fff;
    background: #111;
  }

  .mobile-fold {
    position: relative;
    max-height: var(--mobile-fold-height, 1200px);
    overflow: hidden;
  }

  .mobile-fold::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 92px;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  }

  .mobile-fold.is-expanded {
    max-height: none;
  }

  .mobile-fold.is-expanded::after {
    display: none;
  }

  .mobile-fold-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    border-radius: 2px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
  }

  .hero {
    min-height: 760px;
  }

  .technical-catalog-page .hero {
    min-height: 600px;
  }

  .technical-catalog-page .hero-inner {
    padding-block: 54px 42px;
  }

  .technical-catalog-page .band {
    padding-block: 42px;
  }

  .technical-catalog-page .section-head {
    margin-bottom: 22px;
  }

  .technical-catalog-page .category-grid,
  .technical-catalog-page .application-grid,
  .technical-catalog-page .knowledge-grid,
  .technical-catalog-page .film-grid,
  .technical-catalog-page .process-equipment-gallery {
    gap: 14px;
  }

  .technical-catalog-page .category-grid article,
  .technical-catalog-page .application-grid article,
  .technical-catalog-page .knowledge-grid article,
  .technical-catalog-page .film-card,
  .technical-catalog-page .process-equipment-card,
  .technical-catalog-page .source-panel,
  .technical-catalog-page .selector {
    padding: 18px;
  }

  .technical-catalog-page .film-overview {
    gap: 18px;
    margin-bottom: 18px;
  }

  .technical-catalog-page .filter-tabs {
    gap: 8px;
  }

  .technical-catalog-page .filter-tabs button {
    min-height: 38px;
    padding: 8px 10px;
  }

  .hero-inner,
  .home-hero,
  .catalog-hero,
  .detail-hero,
  .category-detail-hero,
  .container {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-stats,
  .spec-grid,
  .film-facts,
  .param-strip,
  .finder-param-list,
  .film-visuals,
  .detail-facts,
  .detail-decision-band .container,
  .detail-decision-grid,
  .detail-highlight-layout,
  .detail-highlight-grid,
  .directory-matrix-facts div,
  .company-catalog-group summary,
  .category-tech,
  .finder-panel,
  .category-photo-gallery,
  .photo-brief-grid,
  .category-range-grid,
  .selector {
    grid-template-columns: 1fr;
  }

  .film-card-head {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .film-thumb {
    width: 86px;
    height: 86px;
  }

  .product {
    padding: 18px;
  }

  .home-hero {
    gap: 24px;
    padding: 36px 0 52px;
  }

  .home-hero h1 {
    font-size: 40px;
  }

  .home-hero-media img {
    aspect-ratio: 4 / 3;
  }

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

  .home-hero-composite img:last-child {
    display: none;
  }

  .portfolio-grid h3 {
    margin-top: 28px;
  }

  .product-section-tabs .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-section-tabs a {
    min-height: 62px;
    font-size: 13px;
  }

  .domain-grid article > div,
  .summary-strip div {
    padding: 18px;
  }

  .process-list li {
    padding-left: 64px;
  }

  .catalog-hero {
    padding: 42px 0 54px;
    margin-inline: auto;
  }

  .catalog-hero h1,
  .detail-hero h1 {
    font-size: 42px;
  }

  .positioning-page .catalog-hero {
    width: min(100% - 28px, 1180px);
    margin-inline: auto;
  }

  .positioning-page .catalog-hero h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .catalog-hero-panel,
  .category-brief,
  .directory-matrix-card,
  .equipment-field-section,
  .family-card > div,
  .detail-main section,
  .detail-aside,
  .map-grid article {
    padding: 18px;
  }

  .category-detail-products article {
    grid-template-columns: 1fr;
  }

  .category-detail-products figure {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .detail-hero {
    padding: 28px 0 42px;
  }

  .detail-hero img {
    aspect-ratio: 4 / 3;
  }

  .svg-label {
    font-size: 25px;
  }

  .footer-inner {
    flex-direction: column;
  }
}

.portal-home {
  color: #111;
  background: #fff;
}

.portal-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.portal-hero-media,
.portal-hero-shade {
  position: absolute;
  inset: 0;
}

.portal-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.68;
}

.portal-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 45%);
}

.portal-hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 1240px);
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 0 clamp(82px, 8vw, 120px);
}

.portal-hero .section-kicker,
.portal-dark .section-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.portal-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 6.8vw, 112px);
  line-height: 0.95;
  letter-spacing: 0;
}

.portal-hero-content > p:not(.section-kicker) {
  max-width: 710px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.85;
}

.portal-hero-actions,
.portal-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.portal-hero-actions .button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
}

.portal-finder {
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

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

.portal-finder-grid a {
  min-height: 156px;
  padding: 26px 24px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.portal-finder-grid a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.portal-finder-grid a span {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-finder-grid a strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
}

.portal-finder-grid a small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.45;
}

.portal-finder-grid a:hover {
  background: #fff;
  color: #111;
}

.portal-finder-grid a:hover span,
.portal-finder-grid a:hover strong,
.portal-finder-grid a:hover small {
  color: #111;
}

.home-product-finder {
  padding: clamp(58px, 7vw, 92px) 0;
  border-bottom: 1px solid #dedede;
}

.home-product-finder .finder-layout {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.home-product-finder .finder-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-product-finder h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}

.finder-controls {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

.finder-controls label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

.finder-controls span {
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
}

.finder-controls select {
  width: 100%;
  min-height: 46px;
  padding: 9px 12px;
  color: #111;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font: inherit;
}

.portal-trust-strip {
  color: #fff;
  background: #111;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.portal-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.portal-trust-grid div {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.portal-trust-grid strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1;
}

.portal-trust-grid span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.45;
}

.portal-section {
  padding: clamp(78px, 9vw, 128px) 0;
  background: #fff;
}

.portal-section:nth-of-type(even) {
  background: #f6f6f6;
}

.portal-split,
.portal-proof-grid,
.portal-contact-grid,
.portal-capability {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.portal-split h2,
.portal-section-head h2,
.portal-capability h2,
.portal-proof h2,
.portal-contact h2 {
  margin: 0;
  font-size: clamp(36px, 4.8vw, 70px);
  line-height: 1.03;
  letter-spacing: 0;
}

.portal-copy p,
.portal-section-head p,
.portal-capability p,
.portal-proof p,
.portal-contact p {
  color: #555;
  font-size: 17px;
  line-height: 1.85;
}

.portal-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

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

.portal-product-card {
  display: grid;
  min-height: 420px;
  align-content: end;
  padding: 24px;
  color: #111;
  background: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
}

.portal-product-card.large {
  grid-row: span 2;
}

.portal-product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 24px;
  filter: grayscale(1);
  background: #f1f1f1;
}

.portal-product-card span {
  color: #777;
  font-size: 12px;
  font-weight: 900;
}

.portal-product-card h3 {
  margin: 10px 0 10px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.06;
}

.portal-product-card p {
  margin: 0;
  color: #555;
  line-height: 1.65;
}

.portal-product-card:hover {
  color: #fff;
  background: #111;
  border-color: #111;
}

.portal-product-card:hover p,
.portal-product-card:hover span {
  color: rgba(255, 255, 255, 0.72);
}

.portal-dark {
  color: #fff;
  background: #111 !important;
}

.portal-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.portal-capability dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.portal-capability dl div {
  min-height: 170px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.portal-capability dl div:nth-child(2n) {
  border-right: 0;
}

.portal-capability dt {
  color: #fff;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 950;
  line-height: 1;
}

.portal-capability dd {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.portal-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}

.portal-market-grid article {
  min-height: 260px;
  padding: 26px;
  background: #fff;
}

.portal-market-grid h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.15;
}

.portal-market-grid p {
  margin: 18px 0 0;
  color: #555;
  line-height: 1.7;
}

.portal-proof-grid figure {
  margin: 0;
}

.portal-proof-grid img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  filter: grayscale(1);
}

.portal-contact {
  background: #f5f5f5;
}

.portal-contact a {
  color: #111;
  font-weight: 900;
}

.portal-inquiry-card {
  padding: 30px;
  color: #fff;
  background: #111;
}

.portal-inquiry-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 30px;
}

.portal-inquiry-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
}

@media (max-width: 980px) {
  .portal-finder-grid,
  .portal-trust-grid,
  .portal-product-grid,
  .portal-market-grid,
  .portal-split,
  .portal-proof-grid,
  .portal-contact-grid,
  .portal-capability {
    grid-template-columns: 1fr;
  }

  .portal-product-card.large {
    grid-row: auto;
  }

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

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

@media (max-width: 620px) {
  .portal-hero {
    min-height: 760px;
  }

  .portal-hero-content {
    width: min(100% - 28px, 1240px);
    padding: 72px 0 54px;
  }

  .portal-hero h1 {
    font-size: 45px;
    line-height: 1.02;
  }

  .portal-hero-content > p:not(.section-kicker) {
    font-size: 16px;
    line-height: 1.72;
  }

  .portal-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .portal-finder-grid a {
    min-height: 126px;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .home-product-finder .finder-layout {
    grid-template-columns: 1fr;
  }

  .portal-split h2,
  .portal-section-head h2,
  .portal-capability h2,
  .portal-proof h2,
  .portal-contact h2 {
    font-size: 34px;
  }

  .portal-product-card {
    min-height: auto;
    padding: 18px;
  }

  .portal-product-card img {
    margin-bottom: 18px;
  }

  .portal-market-grid,
  .portal-trust-grid,
  .portal-capability dl,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .portal-market-grid article,
  .portal-trust-grid div,
  .portal-capability dl div,
  .portal-inquiry-card,
  .footer-columns section {
    min-height: auto;
    padding: 20px;
  }

  .footer-brand {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .footer-brand img {
    width: 48px;
    height: 48px;
  }
}

.products-portal-page {
  background: #fff;
}

.products-portal-page .site-header {
  color: #111;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #dcdcdc;
}

.products-portal-page .brand small,
.products-portal-page .nav a {
  color: #555;
}

.products-portal-page .nav a:hover {
  color: #fff;
  background: #111;
}

.product-portal-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
  min-height: min(760px, calc(100vh - 72px));
  padding-top: 72px;
  color: #fff;
  background: #111;
  overflow: hidden;
}

.product-hero-media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.product-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.12) 48%);
}

.product-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.product-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(760px, calc(100% - 44px));
  margin-left: max(22px, calc((100vw - 1280px) / 2));
  padding: clamp(76px, 9vw, 138px) 0 clamp(86px, 10vw, 150px);
}

.product-hero-copy .section-kicker {
  color: rgba(255, 255, 255, 0.68);
}

.product-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(44px, 6.6vw, 92px);
  line-height: 0.98;
}

.product-hero-copy p:not(.section-kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.76;
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.product-hero-actions .button.quiet {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.product-hero-proof {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: end;
  margin: 0 max(22px, calc((100vw - 1280px) / 2)) 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
}

.product-hero-proof div {
  min-height: 132px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.product-hero-proof strong,
.product-hero-proof span {
  display: block;
}

.product-hero-proof strong {
  color: #fff;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1;
}

.product-hero-proof span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.product-navigator {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.product-navigator a {
  min-height: 132px;
  padding: 22px 20px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.product-navigator a:hover {
  color: #111;
  background: #fff;
}

.product-navigator span,
.product-family-card span,
.product-market-grid span {
  display: block;
  color: #777;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-navigator strong {
  display: block;
  margin-top: 20px;
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.15;
}

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

.product-family-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 22px;
  color: #111;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.product-family-card.large {
  grid-row: span 2;
  min-height: 640px;
}

.product-family-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 24px;
  filter: grayscale(1);
  background: #f2f2f2;
}

.product-family-card.large img {
  aspect-ratio: 4 / 3;
}

.product-family-card h3 {
  margin: 10px 0 12px;
  font-size: clamp(25px, 2.35vw, 38px);
  line-height: 1.08;
}

.product-family-card p {
  margin: 0;
  color: #555;
  line-height: 1.72;
}

.product-family-card:hover {
  color: #fff;
  background: #111;
  border-color: #111;
}

.product-family-card:hover p,
.product-family-card:hover span {
  color: rgba(255, 255, 255, 0.72);
}

.product-market-section {
  background: #f6f6f6;
}

.product-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.product-market-grid article {
  min-height: 280px;
  padding: 26px;
  background: #fff;
}

.product-market-grid h3 {
  margin-top: 24px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.14;
}

.product-market-grid p {
  margin: 18px 0 0;
  color: #555;
  line-height: 1.75;
}

.product-selector-band,
.product-category-index,
.product-positioning-band {
  background: #fff;
}

.product-selector-band .finder-layout {
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: 22px;
  padding-top: 0;
}

.product-selector-band .finder-panel {
  align-self: start;
  background: #f7f7f7;
  border-color: #dcdcdc;
  box-shadow: none;
}

.product-selector-band .finder-results {
  min-width: 0;
}

.compact-head {
  max-width: 760px;
}

.product-contact-section {
  background: #f6f6f6;
}

.product-contact-section .portal-contact-panel {
  background: #fff;
  border: 1px solid #dcdcdc;
}

.detail-page .detail-hero {
  padding-top: clamp(34px, 4.8vw, 64px);
  padding-bottom: clamp(36px, 5vw, 72px);
}

.detail-page .detail-hero-photo img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #fff;
}

@media (max-width: 1180px) {
  .product-navigator {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .product-portal-hero {
    display: block;
    min-height: auto;
  }

  .product-hero-copy {
    width: min(720px, calc(100% - 36px));
    margin: 0 auto;
    padding: 120px 0 54px;
  }

  .product-hero-proof {
    width: min(720px, calc(100% - 36px));
    margin: 0 auto 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .product-selector-band .finder-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .product-hero-copy {
    width: min(100% - 28px, 560px);
    padding: 104px 0 44px;
  }

  .product-hero-copy h1 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .product-hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .product-hero-proof {
    width: min(100% - 28px, 560px);
  }

  .product-navigator,
  .product-family-grid,
  .product-market-grid,
  .category-range-grid {
    grid-template-columns: 1fr;
  }

  .product-navigator a {
    min-height: 96px;
  }

  .product-family-card,
  .product-family-card.large,
  .category-range-grid article {
    min-height: auto;
  }

  .detail-decision-head,
  .detail-decision-grid article,
  .detail-highlight-grid article {
    min-height: auto;
    padding: 24px 18px;
  }
}

@media print {
  .site-header,
  .product-section-tabs,
  .company-catalog-tools,
  .decision-section,
  .site-footer {
    display: none !important;
  }

  body,
  .product-catalog-page,
  .band,
  .company-catalog-section,
  .company-catalog-overview,
  .catalog-structure-guide {
    color: #000 !important;
    background: #fff !important;
  }

  .catalog-hero,
  .container {
    width: 100% !important;
    max-width: none !important;
  }

  .catalog-hero {
    display: block;
    min-height: auto;
    padding: 20px 0 16px;
  }

  .catalog-hero-panel {
    margin-top: 12px;
    color: #000;
    background: #fff !important;
    border: 1px solid #999;
  }

  .company-catalog-group,
  .structure-guide-card,
  .company-catalog-summary,
  .company-catalog-profile article {
    break-inside: avoid;
    box-shadow: none !important;
  }

  .company-catalog-table-wrap {
    overflow: visible;
    padding-inline: 0;
  }

  .company-catalog-table {
    min-width: 0;
    font-size: 10px;
  }

  .company-catalog-diagrams {
    grid-template-columns: repeat(2, 46px);
    gap: 4px;
  }

  .company-catalog-diagrams img,
  .company-catalog-diagrams svg {
    width: 46px;
    height: 34px;
  }
}

/* Enterprise refinement pass: calmer first screens, clearer product entry, client-facing copy rhythm. */
.light-header {
  min-height: 68px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e8e8e8;
  backdrop-filter: blur(18px);
}

.light-header .brand img {
  width: 42px;
  height: 42px;
}

.light-header .brand small,
.light-header .nav a {
  color: #555;
}

.light-header .nav a:hover {
  color: #111;
  background: #f2f2f2;
}

.portal-hero,
.product-portal-hero {
  min-height: 720px;
  max-height: 860px;
}

.portal-hero-media img,
.product-hero-media img {
  filter: grayscale(1) contrast(1.04);
  opacity: 0.54;
}

.portal-hero-shade,
.product-hero-media::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 45%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.06) 58%);
}

.portal-hero-content,
.product-hero-copy {
  padding-top: clamp(92px, 8vw, 124px);
  padding-bottom: clamp(72px, 8vw, 104px);
}

.portal-hero h1,
.product-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(46px, 5.1vw, 78px);
  line-height: 1.05;
  letter-spacing: 0;
}

.portal-hero-content > p:not(.section-kicker),
.product-hero-copy p:not(.section-kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.78;
}

.product-hero-copy {
  max-width: min(760px, 52vw);
}

.product-hero-copy p:not(.section-kicker) {
  max-width: 640px;
}

.portal-finder-grid a,
.product-navigator a {
  min-height: 126px;
}

.portal-section {
  padding: clamp(64px, 7vw, 104px) 0;
}

.portal-split h2,
.portal-section-head h2,
.portal-capability h2,
.portal-proof h2,
.portal-contact h2,
.product-center-page .catalog-hero h1,
.product-catalog-page .catalog-hero h1,
.positioning-page .catalog-hero h1 {
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.12;
}

.portal-copy p,
.portal-section-head p,
.portal-capability p,
.portal-proof p,
.portal-contact p,
.product-architecture p,
.product-market-section p {
  font-size: 16px;
  line-height: 1.76;
}

.portal-product-grid,
.product-family-grid {
  gap: 22px;
}

.portal-product-card,
.product-family-card {
  border-radius: 4px;
  box-shadow: none;
}

.portal-product-card {
  min-height: 380px;
}

.portal-product-card img,
.product-family-card img {
  filter: grayscale(1) contrast(1.04);
}

.product-hero-proof {
  right: clamp(40px, 6vw, 80px);
  bottom: clamp(42px, 6vw, 72px);
  width: min(440px, 32vw);
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(10px);
}

.catalog-hero {
  background: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
}

.catalog-hero-panel,
.portal-inquiry-card,
.source-panel {
  border-radius: 4px;
  box-shadow: none;
}

.company-catalog-tools span,
.company-catalog-tools output {
  text-transform: none;
}

@media (max-width: 980px) {
  .portal-hero,
  .product-portal-hero {
    min-height: 680px;
    max-height: none;
  }

  .product-hero-proof {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100% - 40px, 680px);
    margin: -70px auto 0;
  }

  .product-hero-copy {
    max-width: min(100% - 40px, 680px);
  }
}

@media (max-width: 640px) {
  .portal-hero,
  .product-portal-hero {
    min-height: 620px;
  }

  .portal-hero-content,
  .product-hero-copy {
    width: min(100% - 36px, 560px);
    padding-top: 78px;
    padding-bottom: 64px;
  }

  .portal-hero h1,
  .product-hero-copy h1 {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.08;
  }

  .portal-hero-actions .button,
  .product-hero-actions .button {
    width: 100%;
  }

  .product-hero-proof {
    display: none;
  }

  .portal-finder-grid a,
  .product-navigator a {
    min-height: 104px;
  }

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

.contact-page {
  color: #111;
  background: #fff;
}

.home-market-search {
  padding: clamp(42px, 5vw, 72px) 0;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.home-market-search-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.home-market-search h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.14;
}

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

.home-market-search-panel a {
  min-height: 118px;
  padding: 22px;
  color: #111;
  text-decoration: none;
  border-right: 1px solid #dcdcdc;
  background: #fff;
}

.home-market-search-panel a:last-child {
  border-right: 0;
}

.home-market-search-panel span,
.home-market-search-panel strong {
  display: block;
}

.home-market-search-panel span {
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.home-market-search-panel strong {
  margin-top: 16px;
  font-size: 22px;
  line-height: 1.18;
}

.home-market-search-panel a:hover {
  color: #fff;
  background: #111;
}

.home-market-search-panel a:hover span {
  color: rgba(255, 255, 255, 0.72);
}

.trust-summary-strip {
  background: #111;
  color: #fff;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.trust-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-summary-grid div {
  min-height: 118px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-summary-grid strong,
.trust-summary-grid span {
  display: block;
}

.trust-summary-grid strong {
  color: #fff;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.08;
}

.trust-summary-grid span {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.46;
}

.trust-evaluation-grid,
.compliance-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.trust-evaluation-grid article,
.compliance-scope-grid article {
  min-height: 230px;
  padding: 24px;
  background: #fff;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.trust-evaluation-grid span {
  display: inline-block;
  margin-bottom: 34px;
  color: #777;
  font-size: 12px;
  font-weight: 900;
}

.trust-evaluation-grid h3,
.compliance-scope-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.18;
}

.trust-evaluation-grid p,
.compliance-scope-grid p {
  margin: 0;
  color: #555;
  line-height: 1.72;
}

/* Final presentation pass: reduce poster-like scale and make the portal feel closer to an industrial product site. */
.portal-hero,
.product-portal-hero {
  min-height: clamp(560px, 70vh, 680px);
  max-height: none;
}

.portal-hero-media img,
.product-hero-media img {
  opacity: 0.48;
  filter: grayscale(1) contrast(1.02);
}

.portal-hero-shade,
.product-hero-media::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.58) 46%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.04) 58%);
}

.portal-hero-content,
.product-hero-copy {
  padding-top: clamp(86px, 7vw, 116px);
  padding-bottom: clamp(58px, 6vw, 88px);
}

.portal-hero h1,
.product-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.12;
}

.portal-hero-content > p:not(.section-kicker),
.product-hero-copy p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.72;
}

.portal-hero-actions,
.product-hero-actions,
.portal-proof-links {
  margin-top: 26px;
}

.portal-finder-grid a,
.product-navigator a {
  min-height: 106px;
  padding: 20px 22px;
}

.portal-finder-grid a strong,
.product-navigator strong {
  margin-top: 12px;
  font-size: clamp(17px, 1.35vw, 21px);
}

.portal-trust-grid div,
.product-hero-proof div {
  min-height: 104px;
  padding: 20px;
}

.portal-trust-grid strong,
.product-hero-proof strong {
  font-size: clamp(24px, 2.5vw, 36px);
}

.product-hero-proof {
  width: min(390px, 30vw);
  background: rgba(0, 0, 0, 0.36);
}

.portal-section {
  padding: clamp(56px, 6vw, 86px) 0;
}

.portal-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.portal-split h2,
.portal-section-head h2,
.portal-capability h2,
.portal-proof h2,
.portal-contact h2,
.product-center-page .catalog-hero h1,
.product-catalog-page .catalog-hero h1,
.positioning-page .catalog-hero h1 {
  font-size: clamp(28px, 2.9vw, 46px);
  line-height: 1.16;
}

.portal-product-card {
  min-height: 320px;
  padding: 20px;
}

.portal-product-card img {
  margin-bottom: 18px;
}

.portal-product-card h3,
.product-family-card h3,
.portal-market-grid h3 {
  font-size: clamp(20px, 1.75vw, 28px);
  line-height: 1.18;
}

.portal-product-card p,
.portal-market-grid p,
.portal-copy p,
.portal-section-head p,
.portal-capability p,
.portal-proof p,
.portal-contact p {
  font-size: 15px;
  line-height: 1.72;
}

.detail-page .detail-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.9fr);
  gap: clamp(28px, 4vw, 58px);
  padding-top: clamp(30px, 4vw, 52px);
  padding-bottom: clamp(32px, 4.8vw, 62px);
}

.detail-hero h1 {
  max-width: 560px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
}

.detail-hero p:not(.section-kicker) {
  font-size: 16px;
}

.detail-proof-list {
  grid-template-columns: 1fr;
  width: min(620px, 100%);
  margin-top: 22px;
}

.detail-proof-list div {
  min-height: auto;
  padding: 13px 16px;
  border-right: 0;
  border-bottom: 1px solid #dcdcdc;
}

.detail-proof-list div:last-child {
  border-bottom: 0;
}

.detail-proof-list dd {
  line-height: 1.45;
}

.detail-page .detail-hero-photo img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.detail-decision-band {
  color: #111;
  background: #f6f6f6;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.detail-decision-head {
  border-color: #dcdcdc;
}

.detail-decision-head .section-kicker {
  color: #555;
}

.detail-decision-head h2 {
  color: #111;
  font-size: clamp(24px, 2vw, 34px);
}

.detail-decision-grid article {
  color: #111;
  background: #fff;
  border-color: #dcdcdc;
}

.detail-decision-grid article span {
  color: #111;
}

.detail-decision-grid article p,
.detail-decision-grid article small {
  color: #555;
}

.category-detail-hero {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.92fr);
  gap: clamp(26px, 4vw, 54px);
  padding: clamp(26px, 3.8vw, 52px) 0 clamp(30px, 4.5vw, 60px);
}

.category-detail-hero h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
}

.category-detail-hero p:not(.section-kicker) {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.74;
}

.category-detail-hero img,
.category-asset-layout img {
  box-shadow: none;
  border: 1px solid #e2e2e2;
}

.category-proof-strip div {
  min-height: 94px;
  padding: 18px 24px;
}

.category-proof-strip dt {
  font-size: clamp(24px, 2.4vw, 36px);
}

.category-proof-strip dd {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .home-market-search-grid,
  .home-market-search-panel,
  .trust-summary-grid,
  .trust-evaluation-grid,
  .compliance-scope-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-hero-proof {
    width: min(100% - 40px, 680px);
  }

  .detail-page .detail-hero,
  .category-detail-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .portal-hero,
  .product-portal-hero {
    min-height: auto;
  }

  .portal-hero-content,
  .product-hero-copy {
    width: min(100% - 32px, 560px);
    padding-top: 84px;
    padding-bottom: 46px;
  }

  .portal-hero h1,
  .product-hero-copy h1 {
    font-size: clamp(34px, 10.4vw, 42px);
    line-height: 1.14;
  }

  .home-market-search-grid,
  .home-market-search-panel,
  .trust-summary-grid,
  .trust-evaluation-grid,
  .compliance-scope-grid {
    grid-template-columns: 1fr;
  }

  .trust-summary-grid div,
  .trust-evaluation-grid article,
  .compliance-scope-grid article {
    min-height: auto;
    padding: 20px;
  }

  .trust-evaluation-grid span {
    margin-bottom: 22px;
  }

  .home-market-search-panel a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #dcdcdc;
  }

  .home-market-search-panel a:last-child {
    border-bottom: 0;
  }

  .detail-hero h1 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .category-detail-hero h1 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .category-proof-strip dl {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.58fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  min-height: 700px;
  padding: 112px clamp(22px, 5vw, 80px) 76px;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}

.contact-hero-copy {
  max-width: 820px;
}

.contact-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 4.9vw, 76px);
  line-height: 1.04;
}

.contact-hero-copy > p:not(.section-kicker) {
  max-width: 760px;
  margin-top: 24px;
  color: #444;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.82;
}

.contact-card {
  padding: clamp(26px, 4vw, 44px);
  background: #111;
  color: #fff;
}

.contact-card span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
}

.contact-card h2 {
  margin-top: 28px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
}

.contact-card p,
.contact-card dd {
  color: rgba(255, 255, 255, 0.72);
}

.contact-card dl {
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-card dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-card dt {
  color: #fff;
  font-weight: 800;
}

.contact-card dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.contact-card a {
  color: inherit;
}

.contact-form-section {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.contact-form-layout h2 {
  max-width: 620px;
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1.08;
}

.contact-form-layout > div > p:not(.section-kicker) {
  max-width: 620px;
  color: #555;
  line-height: 1.82;
}

.contact-form-note {
  margin-top: 28px;
  padding: 22px;
  background: #f5f5f5;
  border-left: 4px solid #111;
}

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

.contact-form-note span {
  margin-top: 8px;
  color: #555;
  line-height: 1.7;
}

.contact-inquiry-form {
  padding: clamp(22px, 3vw, 34px);
  background: #111;
  color: #fff;
}

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

.contact-inquiry-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.contact-inquiry-form span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 850;
}

.contact-inquiry-form input,
.contact-inquiry-form select,
.contact-inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: #fff;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  outline: none;
}

.contact-inquiry-form textarea {
  min-height: 116px;
  resize: vertical;
}

.contact-inquiry-form input:focus,
.contact-inquiry-form select:focus,
.contact-inquiry-form textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}

.contact-inquiry-form ::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.form-actions .button.quiet {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
}

.form-status {
  min-height: 22px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-checklist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.contact-checklist-grid article {
  min-height: 260px;
  padding: 26px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.contact-checklist-grid span {
  display: inline-block;
  margin-bottom: 42px;
  color: #777;
  font-size: 12px;
  font-weight: 900;
}

.contact-checklist-grid h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.contact-checklist-grid p {
  color: #555;
  line-height: 1.72;
}

.contact-route-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.contact-route-layout h2 {
  color: #fff;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.12;
}

.contact-route-layout > div > p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-route-section .quality-step-list {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.contact-route-section .quality-step-list li {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.contact-route-section .quality-step-list strong {
  color: #fff;
}

.contact-route-section .quality-step-list span {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .contact-hero,
  .contact-route-layout,
  .contact-form-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .contact-hero {
    min-height: auto;
    padding: 84px 18px 46px;
  }

  .contact-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .contact-checklist-grid,
  .contact-card dl div,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-checklist-grid article {
    min-height: auto;
    padding: 22px;
  }

  .contact-checklist-grid span {
    margin-bottom: 24px;
  }
}

.quality-page {
  color: #111;
  background: #fff;
}

.quality-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.68fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(28px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover;
  border-bottom: 1px solid #dedede;
}

.quality-dashboard-copy {
  max-width: 760px;
}

.quality-dashboard-copy h1 {
  max-width: 720px;
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 1.08;
}

.quality-dashboard-copy p:not(.section-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #444;
  font-size: 17px;
  line-height: 1.82;
}

.quality-document-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #111;
  border: 1px solid #111;
}

.quality-document-panel div {
  min-height: 210px;
  padding: 24px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.quality-document-panel div:nth-child(2n) {
  border-right: 0;
}

.quality-document-panel span,
.quality-document-panel strong {
  display: block;
}

.quality-document-panel span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quality-document-panel strong {
  margin-top: 28px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.16;
}

.quality-document-panel p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.quality-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  min-height: 700px;
  padding: 112px clamp(22px, 5vw, 80px) 72px;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}

.quality-hero-copy {
  max-width: 760px;
}

.quality-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.04;
}

.quality-hero-copy > p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 24px;
  color: #444;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.82;
}

.quality-hero .button.secondary {
  color: #111;
  border-color: #cfcfcf;
  background: #fff;
}

.quality-hero-image {
  margin: 0;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.quality-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}

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

.quality-proof-grid article {
  min-height: 260px;
  padding: 26px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.quality-proof-grid span,
.quality-matrix h3,
.quality-equipment-grid h3 {
  color: #111;
}

.quality-proof-grid span {
  display: inline-block;
  margin-bottom: 42px;
  color: #777;
  font-weight: 900;
  font-size: 12px;
}

.quality-proof-grid h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.quality-proof-grid p,
.quality-matrix p,
.quality-matrix li,
.quality-step-list span,
.quality-equipment-grid p {
  color: #555;
  line-height: 1.72;
}

.quality-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.quality-process-layout h2,
.quality-matrix-section h2,
.quality-equipment-section h2 {
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.12;
}

.quality-process-layout > div > p:not(.section-kicker) {
  color: #555;
  line-height: 1.78;
}

.quality-step-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #dedede;
}

.quality-step-list li {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #dedede;
}

.quality-step-list strong {
  font-size: 20px;
}

.quality-matrix {
  display: grid;
  gap: 18px;
}

.quality-matrix article {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid #dedede;
  background: #fff;
}

.quality-matrix img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}

.quality-matrix h3 {
  margin: 6px 0 10px;
  font-size: 28px;
}

.quality-matrix ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

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

.quality-equipment-grid article {
  background: #181818;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.quality-equipment-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
}

.quality-equipment-grid h3,
.quality-equipment-grid p {
  padding-inline: 22px;
}

.quality-equipment-grid h3 {
  margin: 22px 0 10px;
  color: #fff;
}

.quality-equipment-grid p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .quality-hero,
  .quality-dashboard-hero,
  .quality-process-layout,
  .quality-matrix article {
    grid-template-columns: 1fr;
  }

  .quality-document-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .quality-dashboard-hero {
    padding: 42px 18px;
  }

  .quality-dashboard-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .quality-dashboard-copy p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.72;
  }

  .quality-document-panel {
    grid-template-columns: 1fr;
  }

  .quality-document-panel div {
    min-height: auto;
    padding: 20px;
  }

  .quality-document-panel strong {
    margin-top: 18px;
  }

  .quality-hero {
    min-height: auto;
    padding: 84px 18px 46px;
  }

  .quality-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .quality-proof-grid,
  .quality-equipment-grid,
  .quality-step-list li {
    grid-template-columns: 1fr;
  }

  .quality-proof-grid article {
    min-height: auto;
    padding: 22px;
  }

  .quality-proof-grid span {
    margin-bottom: 24px;
  }
}

@media (max-width: 1100px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 9px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand img,
  .light-header .brand img {
    width: 42px;
    height: 42px;
  }

  .brand span {
    min-width: 0;
  }

  .brand small {
    font-size: 11px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #111;
    border: 1px solid #111;
    border-radius: 2px;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    background: #fff;
  }

  .site-header .nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px 0 2px;
    border-top: 1px solid #e5e5e5;
  }

  .site-header.nav-open .nav {
    display: grid;
  }

  .site-header .nav a,
  .light-header .nav a {
    min-width: 0;
    min-height: 40px;
    padding: 9px 10px;
    color: #111;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 14px;
    white-space: normal;
  }

  .site-header .nav a:hover,
  .light-header .nav a:hover {
    color: #fff;
    background: #111;
  }
}

.manufacturing-page {
  color: #111;
  background: #fff;
}

.manufacturing-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.66fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(28px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)),
    url("./images/process/bopp-orientation-line-reference.jpg") center / cover;
  border-bottom: 1px solid #dedede;
}

.manufacturing-dashboard-copy {
  max-width: 780px;
}

.manufacturing-dashboard-copy h1 {
  max-width: 760px;
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1.08;
}

.manufacturing-dashboard-copy p:not(.section-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #444;
  font-size: 17px;
  line-height: 1.82;
}

.manufacturing-route-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #111;
  border: 1px solid #111;
}

.manufacturing-route-panel div {
  min-height: 205px;
  padding: 24px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.manufacturing-route-panel div:nth-child(2n) {
  border-right: 0;
}

.manufacturing-route-panel span,
.manufacturing-route-panel strong {
  display: block;
}

.manufacturing-route-panel span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 900;
}

.manufacturing-route-panel strong {
  margin-top: 28px;
  font-size: clamp(21px, 1.9vw, 29px);
  line-height: 1.18;
}

.manufacturing-route-panel p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.manufacturing-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.manufacturing-hero-media,
.manufacturing-hero-media::after {
  position: absolute;
  inset: 0;
}

.manufacturing-hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.62) 46%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.08) 58%);
}

.manufacturing-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  opacity: 0.62;
}

.manufacturing-hero-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 1180px);
  margin: 0 auto;
  padding: 120px 0 92px;
}

.manufacturing-hero .section-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.manufacturing-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: 1.04;
}

.manufacturing-hero-copy > p:not(.section-kicker) {
  max-width: 780px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.82;
}

.process-map-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.process-map-grid article {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.process-map-grid span {
  display: inline-block;
  margin-bottom: 38px;
  color: #777;
  font-size: 12px;
  font-weight: 900;
}

.process-map-grid h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.process-map-grid p {
  color: #555;
  line-height: 1.72;
}

.manufacturing-route-list {
  display: grid;
  gap: 18px;
}

.manufacturing-route-list article {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  padding: 18px;
  background: #fff;
  border: 1px solid #dedede;
}

.manufacturing-route-list img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}

.manufacturing-route-list span {
  display: block;
  margin: 8px 0 10px;
  color: #777;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.manufacturing-route-list h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.manufacturing-route-list p {
  max-width: 780px;
  color: #555;
  line-height: 1.78;
}

.manufacturing-route-list dl {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.manufacturing-route-list dl div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid #e4e4e4;
}

.manufacturing-route-list dt {
  color: #111;
  font-weight: 800;
}

.manufacturing-route-list dd {
  margin: 0;
  color: #555;
}

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

.manufacturing-equipment-grid article {
  background: #181818;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.manufacturing-equipment-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}

.manufacturing-equipment-grid h3,
.manufacturing-equipment-grid p {
  padding-inline: 22px;
}

.manufacturing-equipment-grid h3 {
  margin: 22px 0 10px;
  color: #fff;
}

.manufacturing-equipment-grid p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
}

@media (max-width: 980px) {
  .manufacturing-dashboard-hero {
    grid-template-columns: 1fr;
  }

  .manufacturing-route-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-map-grid,
  .manufacturing-equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manufacturing-route-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .manufacturing-dashboard-hero {
    padding: 42px 18px;
  }

  .manufacturing-dashboard-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .manufacturing-dashboard-copy p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.72;
  }

  .manufacturing-route-panel {
    grid-template-columns: 1fr;
  }

  .manufacturing-route-panel div {
    min-height: auto;
    padding: 20px;
  }

  .manufacturing-route-panel strong {
    margin-top: 18px;
  }

  .manufacturing-hero {
    min-height: 620px;
  }

  .manufacturing-hero-copy {
    width: min(100% - 36px, 560px);
    padding: 84px 0 64px;
  }

  .manufacturing-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .process-map-grid,
  .manufacturing-equipment-grid,
  .manufacturing-route-list dl div {
    grid-template-columns: 1fr;
  }

  .process-map-grid article {
    min-height: auto;
    padding: 22px;
  }

  .process-map-grid span {
    margin-bottom: 24px;
  }

  .manufacturing-route-list img {
    min-height: 220px;
  }
}

.about-page {
  color: #111;
  background: #fff;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.58fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  min-height: 720px;
  padding: 112px clamp(22px, 5vw, 80px) 76px;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}

.about-hero-copy {
  max-width: 820px;
}

.about-hero h1 {
  max-width: 800px;
  font-size: clamp(42px, 4.9vw, 76px);
  line-height: 1.04;
}

.about-hero-copy > p:not(.section-kicker) {
  max-width: 760px;
  margin-top: 24px;
  color: #444;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.82;
}

.about-logo-panel {
  margin: 0;
  padding: clamp(26px, 4vw, 46px);
  background: #fff;
  border: 1px solid #dcdcdc;
}

.about-logo-panel img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: grayscale(1);
}

.about-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.about-system-grid a {
  min-height: 280px;
  padding: 26px;
  color: #111;
  text-decoration: none;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.about-system-grid span {
  display: inline-block;
  margin-bottom: 42px;
  color: #777;
  font-size: 12px;
  font-weight: 900;
}

.about-system-grid h3 {
  margin: 0 0 14px;
  font-size: 25px;
}

.about-system-grid p {
  color: #555;
  line-height: 1.72;
}

.about-system-grid a:hover {
  color: #fff;
  background: #111;
  border-color: #111;
}

.about-system-grid a:hover span,
.about-system-grid a:hover p {
  color: rgba(255, 255, 255, 0.72);
}

.about-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.about-proof-layout h2 {
  color: #fff;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.12;
}

.about-proof-layout p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.78;
}

.about-proof-layout dl {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.about-proof-layout dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.about-proof-layout dt {
  color: #fff;
  font-weight: 900;
}

.about-proof-layout dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

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

.about-visual-grid article {
  border: 1px solid #dedede;
  background: #fff;
}

.about-visual-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}

.about-visual-grid h3,
.about-visual-grid p {
  padding-inline: 22px;
}

.about-visual-grid h3 {
  margin: 22px 0 10px;
}

.about-visual-grid p {
  margin: 0 0 24px;
  color: #555;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .about-hero,
  .about-proof-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .about-hero {
    min-height: auto;
    padding: 84px 18px 46px;
  }

  .about-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .about-system-grid,
  .about-visual-grid,
  .about-proof-layout dl div {
    grid-template-columns: 1fr;
  }

  .about-system-grid a {
    min-height: auto;
    padding: 22px;
  }

  .about-system-grid span {
    margin-bottom: 24px;
  }
}

/* Portal refinement pass: make the site read like a B2B product portal instead of a generated landing page. */
.site-header.light-header,
.site-header {
  color: #111;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #dedede;
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
}

.brand small {
  color: #555;
}

.nav {
  gap: 2px;
}

.nav a {
  min-width: 0;
  padding: 9px 10px;
  color: #303030;
  border-radius: 2px;
  font-size: 15px;
}

.nav a:hover,
.nav a.is-active {
  color: #111;
  background: #f0f0f0;
}

.nav a.is-active {
  box-shadow: inset 0 -2px 0 #111;
}

.nav a.nav-cta {
  margin-left: 8px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
}

.nav a.nav-cta:hover {
  color: #111;
  background: #fff;
}

.portal-hero {
  min-height: clamp(540px, 68vh, 660px);
  align-items: center;
}

.portal-hero-media img {
  opacity: 0.4;
  filter: grayscale(1) contrast(1.02);
}

.portal-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.52) 52%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.02) 62%);
}

.portal-hero-system {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.44fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: end;
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(54px, 6vw, 82px);
}

.portal-hero-copy-block h1 {
  max-width: 720px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.12;
}

.portal-hero-copy-block > p:not(.section-kicker) {
  max-width: 690px;
  margin-top: 18px;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.8;
}

.portal-hero-panel {
  padding: 24px;
  color: #111;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.portal-hero-panel span {
  display: block;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-hero-panel h2 {
  margin: 14px 0 18px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}

.portal-hero-panel a {
  display: block;
  padding: 16px 0;
  color: #111;
  text-decoration: none;
  border-top: 1px solid #d8d8d8;
}

.portal-hero-panel strong,
.portal-hero-panel em {
  display: block;
}

.portal-hero-panel strong {
  font-size: 17px;
}

.portal-hero-panel em {
  margin-top: 4px;
  color: #606060;
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.portal-finder-grid a {
  min-height: 96px;
  padding: 18px 22px;
}

.home-market-search {
  padding: clamp(34px, 4vw, 56px) 0;
}

.portal-trust-grid div {
  min-height: 94px;
}

.portal-product-card {
  min-height: 300px;
}

.portal-product-card:hover {
  transform: translateY(-2px);
}

.product-portal-hero {
  min-height: clamp(520px, 65vh, 640px);
}

.product-hero-copy h1 {
  max-width: 680px;
  font-size: clamp(34px, 3.9vw, 56px);
}

.product-navigator {
  background: #111;
}

.product-navigator a {
  min-height: 92px;
  padding: 18px 20px;
}

.detail-hero {
  background: #fff;
}

.detail-hero h1 {
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.08;
}

.detail-hero-photo {
  background: #fafafa;
  border-color: #d9d9d9;
}

.detail-hero-snapshot {
  margin-top: 28px;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.detail-hero-snapshot > span {
  display: block;
  padding: 13px 16px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}

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

.detail-hero-snapshot dl div {
  min-height: 78px;
  padding: 14px 16px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.detail-hero-snapshot dl div:nth-child(even) {
  border-right: 0;
}

.detail-hero-snapshot dl div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.detail-hero-snapshot dt {
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.detail-hero-snapshot dd {
  margin: 8px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.detail-brief-strip {
  background: #111;
  color: #fff;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.detail-brief-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  padding-top: 28px;
  padding-bottom: 28px;
}

.detail-brief-layout .section-kicker {
  color: rgba(255, 255, 255, 0.64);
}

.detail-brief-layout h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.18;
}

.detail-brief-layout dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.detail-brief-layout dl div {
  min-height: 128px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.detail-brief-layout dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
}

.detail-brief-layout dd {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.58;
}

@media (max-width: 1180px) {
  .nav a {
    font-size: 14px;
    padding-inline: 8px;
  }

  .nav a.nav-cta {
    margin-left: 4px;
  }
}

@media (max-width: 1100px) {
  .site-header .nav a.is-active,
  .light-header .nav a.is-active {
    color: #fff;
    background: #111;
    box-shadow: none;
  }

  .site-header .nav a.nav-cta,
  .light-header .nav a.nav-cta {
    color: #fff;
    background: #111;
    border-color: #111;
  }
}

@media (max-width: 980px) {
  .portal-hero-system,
  .detail-brief-layout {
    grid-template-columns: 1fr;
  }

  .portal-hero-panel {
    max-width: 560px;
  }

  .detail-brief-layout dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .detail-brief-layout dl div {
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 640px) {
  .portal-hero {
    min-height: auto;
  }

  .portal-hero-system {
    width: min(100% - 28px, 560px);
    padding-top: 58px;
    padding-bottom: 36px;
  }

  .portal-hero-copy-block h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .portal-hero-panel {
    padding: 20px;
  }

  .category-route-panel dl,
  .detail-hero-snapshot dl {
    grid-template-columns: 1fr;
  }

  .category-route-panel dl div,
  .category-route-panel dl div:nth-child(even),
  .detail-hero-snapshot dl div,
  .detail-hero-snapshot dl div:nth-child(even) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .category-route-panel dl div:last-child,
  .detail-hero-snapshot dl div:last-child {
    border-bottom: 0;
  }

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

  .detail-brief-layout {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .detail-brief-layout dl {
    grid-template-columns: 1fr;
  }

  .detail-brief-layout dl div {
    min-height: auto;
  }
}

/* Product center should behave like a catalogue gateway, not another dark hero page. */
.products-portal-page .product-portal-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  min-height: auto;
  padding: clamp(56px, 7vw, 88px) clamp(32px, 5vw, 80px) 0;
  color: #111;
  background: #f7f7f7;
  border-bottom: 1px solid #dedede;
  overflow: visible;
}

.products-portal-page .product-hero-media {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  min-height: 390px;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  background: #e9e9e9;
}

.products-portal-page .product-hero-media::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
}

.products-portal-page .product-hero-media img {
  opacity: 1;
  filter: grayscale(1) contrast(1.04);
}

.products-portal-page .product-hero-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: auto;
  max-width: 720px;
  margin: 0;
  padding: 0;
}

.products-portal-page .product-hero-copy .section-kicker {
  color: #555;
}

.products-portal-page .product-hero-copy h1 {
  max-width: 640px;
  color: #111;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.12;
}

.products-portal-page .product-hero-copy p:not(.section-kicker) {
  max-width: 660px;
  margin-top: 18px;
  color: #555;
  font-size: 16px;
  line-height: 1.78;
}

.products-portal-page .product-hero-actions .button.quiet {
  color: #111;
  border-color: #cfcfcf;
  background: #fff;
}

.products-portal-page .product-hero-proof {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: clamp(36px, 5vw, 56px) 0 0;
  color: #111;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-bottom: 0;
}

.products-portal-page .product-hero-proof div {
  min-height: 108px;
  padding: 20px 22px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

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

.products-portal-page .product-hero-proof strong {
  color: #111;
  font-size: clamp(24px, 2.4vw, 34px);
}

.products-portal-page .product-hero-proof span {
  color: #666;
}

.products-portal-page .product-navigator {
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid #d7d7d7;
}

.products-portal-page .product-navigator a {
  min-height: 86px;
  color: #111;
  background: #fff;
  border-right: 1px solid #d7d7d7;
}

.products-portal-page .product-navigator a:hover {
  color: #fff;
  background: #111;
}

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

  .products-portal-page .product-hero-media,
  .products-portal-page .product-hero-copy,
  .products-portal-page .product-hero-proof {
    grid-column: 1;
    grid-row: auto;
  }

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

  .products-portal-page .product-hero-media {
    min-height: 300px;
  }

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

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

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

@media (max-width: 640px) {
  .products-portal-page .product-portal-hero {
    padding-top: 38px;
  }

  .products-portal-page .product-hero-media {
    min-height: 230px;
  }

  .products-portal-page .product-hero-proof {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

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

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

  .category-buyer-grid article {
    min-height: auto;
  }
}

/* Product center final pass: keep the page as a concise gateway instead of a long catalogue dump. */
.products-portal-page .product-finder-section {
  padding-top: clamp(54px, 6vw, 86px);
  padding-bottom: clamp(54px, 6vw, 86px);
  border-bottom: 1px solid #dedede;
}

.products-portal-page .finder-layout {
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(24px, 4vw, 54px);
}

.products-portal-page .finder-layout > div:first-child {
  position: sticky;
  top: 92px;
}

.products-portal-page .finder-layout h2 {
  max-width: 520px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
}

.products-portal-page .finder-layout > div:first-child p:not(.section-kicker) {
  max-width: 500px;
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

.products-portal-page .finder-results {
  min-width: 0;
}

.products-portal-page .finder-count {
  margin: 0 0 12px;
  color: #555;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.products-portal-page .finder-result-grid article {
  display: grid;
  align-content: start;
  min-height: 250px;
  padding: 20px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.products-portal-page .finder-result-grid span,
.products-portal-page .category-product-items span {
  color: #fff;
  background: #111;
  border-radius: 0;
}

.products-portal-page .finder-result-grid h3 {
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.25;
}

.products-portal-page .finder-result-grid p {
  color: #555;
  font-size: 14px;
  line-height: 1.65;
}

.products-portal-page .finder-param-list {
  grid-template-columns: 1fr;
}

.products-portal-page .finder-param-list div {
  background: #f6f6f6;
  border-left-color: #111;
}

.products-portal-page .finder-result-grid a {
  align-self: end;
  margin-top: 12px;
  color: #111;
  font-weight: 950;
}

.products-portal-page .category-product-section {
  padding-top: clamp(54px, 6vw, 86px);
  padding-bottom: clamp(54px, 6vw, 86px);
}

.products-portal-page .category-product-list {
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.products-portal-page .category-product-panel {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  min-height: 310px;
  padding: 24px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.products-portal-page .category-product-panel + .category-product-panel {
  border-top: 1px solid #d8d8d8;
}

.products-portal-page .category-tags span {
  color: #111;
  background: #f6f6f6;
  border-color: #d8d8d8;
  border-radius: 0;
}

.products-portal-page .category-tech div {
  padding: 8px 10px;
  background: #f6f6f6;
  border-left-color: #111;
}

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

.products-portal-page .category-product-items a {
  min-height: 92px;
  border-radius: 0;
  box-shadow: none;
}

.products-portal-page .category-more-link strong {
  color: #111;
}

.products-portal-page .decision-section {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

@media (min-width: 1025px) {
  .product-center-page .mobile-fold {
    max-height: none !important;
    overflow: visible !important;
  }

  .product-center-page .mobile-fold::after,
  .product-center-page .mobile-fold-toggle {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .products-portal-page .finder-layout {
    grid-template-columns: 1fr;
  }

  .products-portal-page .finder-layout > div:first-child {
    position: static;
  }

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

  .products-portal-page .category-product-panel {
    grid-template-columns: 1fr;
  }

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

  .products-portal-page .category-tech {
    grid-template-columns: 1fr;
  }

  .products-portal-page .finder-results {
    --mobile-fold-height: 700px !important;
  }

  .products-portal-page .category-product-list {
    --mobile-fold-height: 820px !important;
  }
}

@media (max-width: 640px) {
  .products-portal-page .product-portal-hero {
    padding: 28px 16px 0;
  }

  .products-portal-page .product-hero-copy h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .products-portal-page .product-hero-copy p:not(.section-kicker) {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .products-portal-page .product-hero-actions {
    gap: 8px;
    margin-top: 22px;
  }

  .products-portal-page .product-hero-actions .button {
    width: auto;
    min-height: 40px;
    padding-inline: 14px;
  }

  .products-portal-page .product-hero-media {
    min-height: 156px;
  }

  .products-portal-page .product-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .products-portal-page .product-hero-proof div {
    min-height: 78px;
    padding: 12px;
  }

  .products-portal-page .product-hero-proof strong {
    font-size: 19px;
  }

  .products-portal-page .product-hero-proof span {
    margin-top: 6px;
    font-size: 12px;
  }

  .products-portal-page .product-navigator a {
    min-height: 72px;
    padding: 14px;
  }

  .products-portal-page .product-navigator strong {
    margin-top: 10px;
    font-size: 16px;
  }

  .products-portal-page .product-finder-section,
  .products-portal-page .category-product-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .products-portal-page .finder-result-grid,
  .products-portal-page .category-product-items {
    grid-template-columns: 1fr;
  }

  .products-portal-page .finder-result-grid article {
    min-height: auto;
    padding: 16px;
  }

  .products-portal-page .finder-param-list {
    display: none;
  }

  .products-portal-page .finder-results {
    --mobile-fold-height: 620px !important;
  }

  .products-portal-page .category-product-list {
    --mobile-fold-height: 760px !important;
  }
}

/* Technical catalog refinement: turn the first screen into a technical index, not a dark advertising hero. */
.technical-catalog-page .hero {
  min-height: auto;
  overflow: hidden;
  color: #111;
  background: #f6f6f6;
  border-bottom: 1px solid #dedede;
}

.technical-catalog-page .hero-media {
  opacity: 0.08;
  transform: none;
  filter: grayscale(1);
}

.technical-catalog-page .hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.76) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
}

.technical-catalog-page .hero-inner {
  padding-top: clamp(46px, 6vw, 74px);
  padding-bottom: clamp(34px, 4.2vw, 54px);
}

.technical-catalog-page .eyebrow {
  color: #111;
}

.technical-catalog-page .hero h1 {
  max-width: 760px;
  color: #111;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
}

.technical-catalog-page .hero-copy {
  max-width: 740px;
  color: #444;
  font-size: 17px;
  line-height: 1.78;
}

.technical-catalog-page .hero-actions .button.secondary {
  color: #111;
  background: #fff;
  border-color: #cfcfcf;
}

.technical-catalog-page .hero-stats {
  width: min(980px, 100%);
  margin-top: 28px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.technical-catalog-page .hero-stats div {
  min-height: 96px;
  background: #fff;
}

.technical-catalog-page .hero-stats dt {
  color: #111;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.18;
}

.technical-catalog-page .hero-stats dd {
  margin-top: 8px;
  color: #555;
}

.technical-route-strip {
  background: #111;
}

.technical-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.technical-route-grid a {
  display: grid;
  gap: 10px;
  min-height: 118px;
  padding: 18px 22px;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.technical-route-grid a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.technical-route-grid span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 900;
}

.technical-route-grid strong {
  font-size: 18px;
  line-height: 1.25;
}

.technical-route-grid small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12.5px;
  line-height: 1.52;
}

.technical-catalog-page .products,
.technical-catalog-page .film-products,
.technical-catalog-page .selection,
.technical-catalog-page .contact {
  padding-top: clamp(44px, 5vw, 68px);
  padding-bottom: clamp(44px, 5vw, 68px);
}

.technical-catalog-page .film-overview {
  margin-bottom: 24px;
}

.technical-catalog-page .film-overview figure img {
  max-height: 260px;
  object-fit: cover;
}

.technical-catalog-page .section-head.with-tools {
  margin-bottom: 24px;
}

.technical-catalog-page .filter-tabs,
.technical-catalog-page .film-tabs {
  gap: 6px;
}

.technical-catalog-page .filter-tabs button,
.technical-catalog-page .film-tabs button {
  min-height: 34px;
  padding: 7px 10px;
}

@media (max-width: 640px) {
  .technical-catalog-page .hero-inner {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .technical-catalog-page .hero h1 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .technical-catalog-page .hero-copy {
    font-size: 15px;
    line-height: 1.72;
  }

  .technical-catalog-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .technical-catalog-page .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .technical-catalog-page .hero-stats div {
    min-height: auto;
  }

  .technical-route-grid {
    grid-template-columns: 1fr;
  }

  .technical-route-grid a {
    min-height: auto;
    padding: 18px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 980px) {
  .application-dashboard-hero {
    grid-template-columns: 1fr;
  }

  .application-route-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .application-dashboard-hero {
    padding: 42px 18px;
  }

  .application-dashboard-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .application-dashboard-copy p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.72;
  }

  .application-route-panel {
    grid-template-columns: 1fr;
  }

  .application-route-panel a {
    min-height: auto;
    padding: 20px;
  }

  .application-route-panel strong {
    margin-top: 18px;
  }
}

/* Enterprise home refinement: the home page should be a clear corporate gateway, not a dark content poster. */
.enterprise-home {
  background: #fff;
}

.enterprise-home .enterprise-hero {
  padding: clamp(54px, 7vw, 90px) 0 clamp(34px, 5vw, 58px);
  background:
    linear-gradient(180deg, #f6f6f6 0%, #fff 72%),
    #fff;
  border-bottom: 1px solid #dedede;
}

.enterprise-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.enterprise-hero-copy {
  max-width: 760px;
}

.enterprise-hero-copy .section-kicker,
.enterprise-assurance .section-kicker,
.enterprise-portfolio .section-kicker {
  color: #555;
}

.enterprise-hero-copy h1 {
  margin: 0;
  color: #090909;
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 680px;
  margin: 22px 0 0;
  color: #444;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.82;
}

.enterprise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.enterprise-actions .button.quiet {
  color: #111;
  border-color: #cfcfcf;
  background: #fff;
}

.enterprise-finder-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin-top: 26px;
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.enterprise-finder-panel a {
  display: grid;
  gap: 8px;
  min-height: 104px;
  padding: 18px;
  color: #111;
  text-decoration: none;
  background: #fff;
}

.enterprise-finder-panel a:hover {
  color: #fff;
  background: #111;
}

.enterprise-finder-panel span {
  color: #666;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.enterprise-finder-panel a:hover span {
  color: rgba(255, 255, 255, 0.7);
}

.enterprise-finder-panel strong {
  font-size: 16px;
  line-height: 1.48;
}

.enterprise-hero-visual {
  margin: 0;
  background: #fff;
  border: 1px solid #d6d6d6;
}

.enterprise-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
}

.enterprise-hero-visual figcaption {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-top: 1px solid #d6d6d6;
}

.enterprise-hero-visual strong {
  color: #111;
  font-size: 14px;
  line-height: 1.45;
}

.enterprise-hero-visual span {
  color: #666;
  font-size: 13px;
}

.enterprise-route {
  background: #111;
}

.enterprise-proof {
  background: #fff;
  border-bottom: 1px solid #dedede;
}

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

.enterprise-proof-grid div {
  min-height: 116px;
  padding: 22px 24px;
  border-right: 1px solid #dedede;
}

.enterprise-proof-grid strong,
.enterprise-proof-grid span {
  display: block;
}

.enterprise-proof-grid strong {
  color: #111;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1;
}

.enterprise-proof-grid span {
  margin-top: 12px;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.enterprise-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.enterprise-route-grid a {
  display: grid;
  gap: 12px;
  min-height: 164px;
  padding: 24px;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.enterprise-route-grid a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.enterprise-route-grid span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 900;
}

.enterprise-route-grid strong {
  font-size: 20px;
  line-height: 1.24;
}

.enterprise-route-grid small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.6;
}

.enterprise-route-grid a:hover {
  background: #1d1d1d;
}

.enterprise-portfolio {
  padding-top: clamp(54px, 6vw, 82px);
}

.enterprise-portfolio .portal-product-grid {
  margin-top: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.enterprise-portfolio .portal-product-card {
  min-height: 0;
  padding: 20px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.enterprise-portfolio .portal-product-card img {
  display: block;
  width: 100%;
  height: 168px;
  margin-bottom: 18px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.04) brightness(1);
  background: #f4f4f4;
}

.enterprise-portfolio .portal-product-card.large img {
  height: 150px;
}

.enterprise-portfolio .portal-product-card:nth-child(3) img {
  object-position: left center;
}

.enterprise-portfolio .portal-product-card:nth-child(4) img {
  object-position: center 62%;
}

.enterprise-portfolio .portal-product-card:nth-child(5) img {
  object-position: center 62%;
}

.enterprise-portfolio .portal-product-card:nth-child(6) img {
  object-position: center 34%;
}

.enterprise-portfolio .portal-product-card h3 {
  font-size: 24px;
  line-height: 1.16;
}

.enterprise-portfolio .portal-product-card p {
  font-size: 14px;
  line-height: 1.65;
}

.enterprise-assurance {
  padding: clamp(54px, 6vw, 82px) 0;
  background: #f6f6f6;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.enterprise-assurance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) repeat(2, minmax(260px, 0.55fr));
  gap: 0;
  border: 1px solid #d4d4d4;
  background: #fff;
}

.enterprise-assurance-grid > div,
.enterprise-assurance-grid > a {
  padding: clamp(24px, 3vw, 36px);
}

.enterprise-assurance-grid > div {
  border-right: 1px solid #d4d4d4;
}

.enterprise-assurance-grid h2 {
  margin: 0;
  max-width: 660px;
  color: #111;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
}

.enterprise-assurance-grid p {
  margin: 18px 0 0;
  max-width: 640px;
  color: #555;
  line-height: 1.75;
}

.enterprise-assurance-grid > a {
  display: grid;
  align-content: start;
  gap: 16px;
  color: #111;
  text-decoration: none;
  border-right: 1px solid #d4d4d4;
}

.enterprise-assurance-grid > a:last-child {
  border-right: 0;
}

.enterprise-assurance-grid > a span {
  color: #666;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.enterprise-assurance-grid > a strong {
  color: #111;
  font-size: 18px;
  line-height: 1.62;
}

.enterprise-contact {
  padding-top: clamp(50px, 6vw, 76px);
  padding-bottom: clamp(54px, 6vw, 82px);
}

.enterprise-contact-compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding-top: clamp(28px, 4vw, 42px);
  padding-bottom: clamp(28px, 4vw, 42px);
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.enterprise-contact-compact h2 {
  max-width: 780px;
  margin: 0;
  color: #111;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.16;
}

.enterprise-contact-compact p:not(.section-kicker) {
  max-width: 760px;
  margin: 14px 0 0;
  color: #555;
  line-height: 1.7;
}

.enterprise-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.enterprise-contact-actions .button.quiet {
  color: #111;
  background: #fff;
  border-color: #cfcfcf;
}

@media (max-width: 1180px) {
  .enterprise-hero-grid,
  .enterprise-assurance-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-hero-visual {
    max-width: 760px;
  }

  .enterprise-assurance-grid > div,
  .enterprise-assurance-grid > a {
    border-right: 0;
    border-bottom: 1px solid #d4d4d4;
  }

  .enterprise-assurance-grid > a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .enterprise-route-grid,
  .enterprise-proof-grid,
  .enterprise-portfolio .portal-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    padding-top: 42px;
  }

  .enterprise-hero-copy h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.12;
  }

  .enterprise-hero-copy > p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.76;
  }

  .enterprise-actions .button {
    width: 100%;
    justify-content: center;
  }

  .enterprise-finder-panel,
  .enterprise-route-grid,
  .enterprise-proof-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-finder-panel a {
    min-height: auto;
    padding: 16px;
  }

  .enterprise-proof-grid div {
    min-height: auto;
    padding: 16px 20px;
  }

  .enterprise-proof-grid strong {
    font-size: 22px;
  }

  .enterprise-route-grid a {
    min-height: auto;
    gap: 8px;
    padding: 18px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .enterprise-route-grid strong {
    font-size: 18px;
  }

  .enterprise-route-grid small {
    font-size: 12.5px;
    line-height: 1.48;
  }

  .enterprise-hero-visual img {
    aspect-ratio: 1.45;
  }

  .enterprise-hero-visual figcaption {
    display: none;
  }

  .enterprise-portfolio {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .enterprise-portfolio .portal-section-head p {
    font-size: 14px;
    line-height: 1.62;
  }

  .enterprise-portfolio .portal-product-grid {
    display: grid;
    gap: 0;
    border: 1px solid #d8d8d8;
  }

  .enterprise-portfolio .portal-product-card,
  .enterprise-portfolio .portal-product-card.large {
    min-height: auto;
    padding: 18px;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .enterprise-portfolio .portal-product-card:last-child {
    border-bottom: 0;
  }

  .enterprise-portfolio .portal-product-card img,
  .enterprise-portfolio .portal-product-card.large img {
    display: block;
    height: 112px;
    margin-bottom: 14px;
  }

  .enterprise-portfolio .portal-product-card h3 {
    margin-top: 8px;
    font-size: 18px;
  }

  .enterprise-portfolio .portal-product-card p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
  }

  .enterprise-assurance {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .enterprise-assurance-grid h2 {
    font-size: 26px;
  }

  .enterprise-assurance-grid > a strong {
    font-size: 15px;
    line-height: 1.58;
  }

  .enterprise-contact {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .enterprise-contact-compact {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .enterprise-contact-compact h2 {
    font-size: 26px;
  }

  .enterprise-contact-actions {
    justify-content: stretch;
  }

  .enterprise-contact-actions .button {
    width: 100%;
    justify-content: center;
  }
}

/* Product detail refinement: make the first screen read like a TDS-backed product sheet. */
.detail-page .detail-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.detail-page .detail-hero-photo,
.detail-page .detail-hero-diagram,
.detail-page .detail-hero > figure {
  margin-top: 10px;
  border-radius: 0;
  box-shadow: none;
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img {
  aspect-ratio: 16 / 9;
  background: #f6f6f6;
  border-radius: 0;
  box-shadow: none;
}

.detail-page .detail-hero-photo figcaption,
.detail-page .detail-hero-diagram figcaption {
  padding: 14px 16px;
  margin: 0;
  color: #555;
  background: #fff;
  border-top: 1px solid #d8d8d8;
}

.detail-page .detail-proof-list {
  width: 100%;
  max-width: 620px;
}

.detail-page .detail-hero-snapshot {
  max-width: 620px;
}

.detail-key-params {
  background: #fff;
}

.detail-key-params > h2 {
  margin-bottom: 18px;
}

.detail-full-tds .tds-table-wrap {
  border-color: #cfcfcf;
}

.detail-full-tds .tds-table th {
  background: #111;
  color: #fff;
}

.detail-more-panel {
  margin-top: 28px;
  border: 1px solid #d4d4d4;
  background: #fff;
}

.detail-more-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 22px;
  color: #111;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.detail-more-panel summary::-webkit-details-marker {
  display: none;
}

.detail-more-panel summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #111;
  font-size: 18px;
  line-height: 1;
}

.detail-more-panel[open] summary::after {
  content: "-";
}

.detail-more-body {
  padding: 0 0 22px;
  border-top: 1px solid #d4d4d4;
}

.detail-more-body > section {
  margin-top: 0;
  border-left: 0;
  border-right: 0;
}

.detail-more-body > section:first-child {
  border-top: 0;
}

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

  .detail-page .detail-hero-photo,
  .detail-page .detail-hero-diagram,
  .detail-page .detail-hero > figure {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .detail-page .detail-hero {
    padding-top: 30px;
  }

  .detail-page .detail-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .detail-page .detail-hero p:not(.section-kicker) {
    font-size: 16px;
  }

  .detail-page .detail-proof-list {
    grid-template-columns: 1fr;
  }

  .detail-page .detail-proof-list div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #dcdcdc;
  }

  .detail-page .detail-proof-list div:last-child {
    border-bottom: 0;
  }
}

/* Final customer-facing compression for category and detail pages. */
@media (min-width: 1025px) {
  .category-detail-page .category-detail-products.mobile-fold,
  .category-detail-page .category-process-summary-grid.mobile-fold {
    max-height: none !important;
    overflow: visible !important;
  }

  .category-detail-page .category-detail-products.mobile-fold::after,
  .category-detail-page .category-process-summary-grid.mobile-fold::after,
  .category-detail-page .category-detail-products.mobile-fold + .mobile-fold-toggle,
  .category-detail-page .category-process-summary-grid.mobile-fold + .mobile-fold-toggle {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .category-detail-hero {
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .category-detail-hero h1 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .category-detail-hero p:not(.section-kicker) {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

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

  .category-route-panel {
    margin-top: 18px;
  }

  .category-route-panel > span {
    padding: 10px 12px;
  }

  .category-route-panel dl {
    grid-template-columns: 1fr;
  }

  .category-route-panel dl div {
    min-height: auto;
    padding: 9px 11px;
    border-right: 0;
  }

  .category-route-panel dd {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.42;
  }

  .category-detail-hero img,
  .category-asset-layout img {
    aspect-ratio: 16 / 7;
    box-shadow: none;
  }

  .category-proof-strip div {
    min-height: auto;
    padding: 11px 14px;
  }

  .category-proof-strip dt {
    font-size: 22px;
  }

  .category-proof-strip dd {
    margin-top: 6px;
    font-size: 11px;
  }

  .category-products-band,
  .category-range-band,
  .category-asset-band {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .category-detail-products article {
    min-height: auto;
  }

  .category-detail-products figure {
    min-height: 74px;
  }

  .category-detail-products article {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .category-detail-products h3 {
    font-size: 16px;
  }

  .category-detail-products p {
    font-size: 12px;
    line-height: 1.45;
  }

  .category-detail-products dl div:nth-child(n + 3) {
    display: none;
  }

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

  .category-buyer-layout {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .category-selection-board {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .category-selection-head {
    position: static;
  }

  .category-selection-head h2 {
    font-size: 25px;
  }

  .category-selection-head p:not(.section-kicker) {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .category-selection-ranges,
  .category-selection-checks {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .category-selection-ranges article,
  .category-selection-checks article {
    min-height: auto;
    padding: 13px;
  }

  .category-selection-ranges h3 {
    font-size: 18px;
  }

  .category-selection-ranges p,
  .category-selection-checks p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .category-selection-ranges div {
    margin-top: 10px;
  }

  .category-selection-ranges article:nth-child(n + 3),
  .category-selection-checks {
    display: none;
  }

  .category-buyer-grid article,
  .category-range-grid article {
    min-height: auto;
    padding: 16px;
  }

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

  .category-process-summary-card {
    min-height: auto;
  }

  .category-process-summary-card img {
    height: 108px;
  }

  .category-process-summary-card div {
    padding: 13px;
  }

  .category-process-summary-card h3 {
    font-size: 17px;
  }

  .category-process-summary-card:nth-child(n + 2) {
    display: none;
  }

  .detail-page .detail-hero {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .detail-page .detail-hero-snapshot {
    margin-top: 12px;
  }

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

  .detail-page .detail-hero-snapshot dl div,
  .detail-page .detail-hero-snapshot dl div:nth-child(even) {
    min-height: auto;
    padding: 8px 10px;
    border-right: 0;
  }

  .detail-page .detail-hero-snapshot dl div:nth-child(n + 3),
  .detail-key-params .detail-facts div:nth-child(n + 5) {
    display: none;
  }

  .detail-page .detail-hero-photo img,
  .detail-page .detail-hero > figure img {
    max-height: 185px;
    object-fit: contain;
  }

  .detail-page .detail-hero-photo figcaption,
  .detail-page .detail-hero-diagram figcaption {
    padding: 10px 12px;
    font-size: 12px;
  }

  .detail-pack-grid,
  .detail-shot-list ol {
    grid-template-columns: 1fr;
  }

  .detail-pack-grid div {
    min-height: auto;
    padding: 15px;
  }

  .detail-pack-grid dd {
    font-size: 16px;
  }

  .detail-aside {
    padding: 18px;
  }

  .detail-aside dl {
    gap: 8px;
    margin: 14px 0 16px;
  }

  .detail-aside div {
    padding-bottom: 9px;
  }

  .detail-aside .related-box {
    display: none;
  }

  .detail-highlight-band,
  .detail-decision-band,
  .detail-band {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .detail-evidence-strip dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-evidence-strip div {
    min-height: auto;
    padding: 13px;
  }

  .detail-evidence-strip div:nth-child(4) {
    display: none;
  }

  .detail-evidence-strip dd {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
  }

  .detail-highlight-layout {
    gap: 16px;
  }

  .detail-highlight-layout h2 {
    font-size: 29px;
  }

  .detail-highlight-grid article,
  .detail-decision-grid article {
    min-height: auto;
    padding: 14px;
  }

  .detail-highlight-grid p,
  .detail-decision-grid p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .detail-main {
    gap: 16px;
  }

  .detail-main section,
  .detail-aside {
    padding: 16px;
  }

  .detail-document-assets {
    gap: 14px;
  }

  .detail-document-head h2 {
    font-size: 24px;
  }

  .detail-document-head p:not(.section-kicker) {
    font-size: 12px;
    line-height: 1.5;
  }

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

  .detail-document-grid article {
    min-height: auto;
    padding: 12px;
  }

  .detail-document-grid strong {
    margin-top: 8px;
    font-size: 13px;
  }

  .detail-document-grid p {
    display: none;
  }

  .detail-document-grid a {
    margin-top: 10px;
    font-size: 12px;
  }

  .detail-more-panel {
    margin-top: 22px;
  }

  .detail-more-panel summary {
    min-height: 54px;
    padding: 0 16px;
    font-size: 14px;
  }

  .detail-more-body {
    padding-bottom: 12px;
  }
}

/* Executive polish: reduce catalogue noise and make the site read like a mature industrial portal. */
.enterprise-home .enterprise-hero {
  padding: clamp(48px, 6vw, 78px) 0 clamp(28px, 4vw, 46px);
}

.enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.64fr);
}

.enterprise-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.11;
}

.enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 700px;
  font-size: 16px;
}

.enterprise-hero-visual img {
  aspect-ratio: 4 / 3;
}

.enterprise-proof-grid div {
  min-height: 96px;
  padding: 18px 22px;
}

.enterprise-route-grid a {
  min-height: 136px;
  padding: 22px;
}

.enterprise-portfolio {
  background: #f7f7f7;
  border-top: 1px solid #dedede;
}

.enterprise-portfolio .portal-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: end;
}

.enterprise-portfolio .portal-section-head .section-kicker {
  grid-column: 1 / -1;
}

.enterprise-portfolio .portal-section-head h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
}

.enterprise-portfolio .portal-section-head p:not(.section-kicker) {
  margin: 0;
  max-width: 620px;
}

.enterprise-portfolio .portal-product-card {
  transition: background 0.18s ease, color 0.18s ease;
}

.enterprise-portfolio .portal-product-card:hover {
  color: #fff;
  background: #111;
  transform: none;
}

.enterprise-portfolio .portal-product-card:hover img {
  opacity: 0.86;
}

.enterprise-assurance-grid h2,
.enterprise-contact-compact h2 {
  font-size: clamp(26px, 2.6vw, 38px);
}

.products-portal-page .product-portal-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.58fr);
  padding-top: clamp(48px, 6vw, 76px);
}

.products-portal-page .product-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(34px, 3.7vw, 54px);
}

.products-portal-page .product-hero-media {
  min-height: 340px;
}

.products-portal-page .product-hero-proof div {
  min-height: 92px;
  padding: 17px 20px;
}

.products-portal-page .product-navigator a {
  min-height: 76px;
}

.products-portal-page .finder-result-grid article {
  min-height: 224px;
}

.products-portal-page .finder-result-grid h3 {
  font-size: 19px;
}

.products-portal-page .category-product-panel {
  min-height: 270px;
}

.detail-page .detail-hero h1 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 58px);
}

.detail-page .detail-hero p:not(.section-kicker) {
  max-width: 680px;
}

.detail-document-assets {
  background: #f7f7f7;
  border-color: #d8d8d8;
}

@media (max-width: 900px) {
  .enterprise-hero-grid,
  .products-portal-page .product-portal-hero,
  .detail-page .detail-hero {
    grid-template-columns: 1fr;
  }

  .enterprise-portfolio .portal-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .enterprise-hero-grid,
  .products-portal-page .product-portal-hero,
  .detail-page .detail-hero {
    grid-template-columns: 1fr;
  }

  .enterprise-home .enterprise-hero {
    padding-top: 30px;
  }

  .enterprise-hero-grid {
    gap: 22px;
  }

  .enterprise-hero-copy h1 {
    font-size: 32px;
    line-height: 1.14;
  }

  .enterprise-hero-copy > p:not(.section-kicker) {
    font-size: 14px;
    line-height: 1.66;
  }

  .enterprise-finder-panel {
    margin-top: 18px;
  }

  .enterprise-route-grid a:nth-child(n + 3),
  .enterprise-proof-grid div:nth-child(n + 3) {
    display: none;
  }

  .enterprise-portfolio .portal-product-card:nth-child(n + 5) {
    display: none;
  }

  .enterprise-portfolio .portal-product-card img,
  .enterprise-portfolio .portal-product-card.large img {
    height: 92px;
  }

  .enterprise-assurance-grid p {
    font-size: 13px;
    line-height: 1.58;
  }

  .products-portal-page .product-hero-media {
    min-height: 136px;
  }

  .products-portal-page .product-hero-proof div:nth-child(n + 3) {
    display: none;
  }

  .products-portal-page .product-navigator a:nth-child(n + 5) {
    display: none;
  }

  .products-portal-page .finder-result-grid article:nth-child(n + 5),
  .products-portal-page .category-product-panel:nth-child(n + 4) {
    display: none;
  }

  .detail-page .detail-hero h1 {
    font-size: 32px;
    line-height: 1.14;
  }

  .detail-page .detail-hero p:not(.section-kicker) {
    font-size: 14px;
    line-height: 1.6;
  }

  .detail-document-head p:not(.section-kicker),
  .detail-document-grid article:nth-child(4) {
    display: none;
  }

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

  .detail-document-grid article {
    padding: 10px;
  }

  .detail-document-grid span {
    font-size: 10px;
  }

  .detail-document-grid strong {
    font-size: 12px;
    line-height: 1.35;
  }
}

/* Final customer-standard overrides. Keep these at EOF so earlier experiments cannot override the live design. */
.enterprise-home .enterprise-hero {
  position: relative;
  overflow: hidden;
  min-height: min(700px, calc(100vh - 68px));
  padding: clamp(64px, 7vw, 104px) 0 clamp(42px, 5vw, 68px);
  color: #fff;
  background: #0c0c0c;
}

.enterprise-home .enterprise-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.22) 100%),
    url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover no-repeat;
  filter: grayscale(100%);
}

.enterprise-home .enterprise-hero .container {
  position: relative;
  z-index: 1;
}

.enterprise-home .enterprise-hero h1,
.enterprise-home .enterprise-hero h2,
.enterprise-home .enterprise-hero h3,
.enterprise-home .enterprise-hero strong {
  color: #fff;
}

.enterprise-home .enterprise-hero p,
.enterprise-home .enterprise-hero small,
.enterprise-home .enterprise-hero span {
  color: rgba(255, 255, 255, 0.76);
}

.enterprise-home .enterprise-hero .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.enterprise-home .enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(330px, 0.5fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: end;
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 860px;
  color: #fff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.06;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.enterprise-home .enterprise-actions .button.primary {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.enterprise-home .enterprise-actions .button.quiet {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.enterprise-home .enterprise-finder-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.42);
}

.enterprise-home .enterprise-finder-panel a + a {
  border-color: rgba(255, 255, 255, 0.22);
}

.enterprise-home .enterprise-finder-panel a {
  min-height: 112px;
  padding: 22px 24px;
  color: #fff;
  background: transparent;
}

.enterprise-home .enterprise-finder-panel a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.enterprise-home .enterprise-finder-panel span {
  color: rgba(255, 255, 255, 0.62);
}

.enterprise-home .enterprise-finder-panel strong {
  color: #fff;
}

.enterprise-home .enterprise-hero-visual {
  max-width: 440px;
  margin-left: auto;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.enterprise-home .enterprise-hero-visual img {
  display: none;
}

.enterprise-home .enterprise-hero-visual figcaption {
  padding: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  border-top: 0;
}

.enterprise-proof {
  background: #111;
  border: 0;
}

.enterprise-proof-grid div {
  color: #fff;
  background: #111;
  border-color: rgba(255, 255, 255, 0.16);
}

.enterprise-proof-grid strong {
  color: #fff;
}

.enterprise-proof-grid span {
  color: rgba(255, 255, 255, 0.64);
}

.products-portal-page .product-navigator small {
  display: block;
  margin-top: 12px;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
}

.products-portal-page .product-navigator a:hover small {
  color: rgba(255, 255, 255, 0.7);
}

.document-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.document-library-grid article {
  min-height: 300px;
  padding: 24px;
  background: #fff;
}

.document-file-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.document-file-list a {
  display: block;
  padding: 10px 0;
  color: #111;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 980px) {
  .enterprise-home .enterprise-hero-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-home .enterprise-hero-visual {
    max-width: none;
    margin-left: 0;
  }

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

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    min-height: auto;
    padding: 42px 0 34px;
  }

  .enterprise-home .enterprise-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.78) 100%),
      url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover no-repeat;
  }

  .enterprise-home .enterprise-hero-copy h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .enterprise-home .enterprise-finder-panel {
    grid-template-columns: 1fr;
  }

  .enterprise-home .enterprise-finder-panel a {
    min-height: 88px;
  }

  .enterprise-home .enterprise-hero-visual {
    display: none;
  }

  .document-library-grid {
    grid-template-columns: 1fr;
  }

  .document-library-grid article {
    min-height: auto;
    padding: 20px;
  }

  .quality-page .trust-summary-strip,
  .quality-page .portal-section[aria-labelledby="documents-title"],
  .quality-page .portal-section[aria-labelledby="scope-title"] {
    display: none;
  }

  .quality-page .quality-dashboard-hero {
    padding-bottom: 30px;
  }

  .quality-page .quality-document-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quality-page .quality-document-panel div {
    min-height: auto;
    padding: 16px;
  }

  .quality-page .quality-document-panel p {
    display: none;
  }

  .quality-page .document-library-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .quality-page .document-file-list {
    gap: 4px;
  }

  .quality-page .document-file-list a {
    padding: 8px 0;
    font-size: 13px;
  }
}

/* Category and product detail final pass: concise procurement pages with evidence first. */
.category-detail-page .category-detail-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.74fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(34px, 4vw, 58px);
  border-bottom: 1px solid #ddd;
}

.category-detail-page .category-detail-hero h1 {
  max-width: 720px;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.08;
}

.category-detail-page .category-detail-hero p:not(.section-kicker) {
  max-width: 660px;
  color: #444;
  font-size: 16px;
  line-height: 1.76;
}

.category-detail-page .category-route-panel {
  max-width: 660px;
  margin-top: 24px;
  background: #111;
  border: 0;
}

.category-detail-page .category-route-panel span,
.category-detail-page .category-route-panel dt {
  color: rgba(255, 255, 255, 0.66);
}

.category-detail-page .category-route-panel dd {
  color: #fff;
}

.category-detail-page .category-detail-hero figure {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
}

.category-detail-page .category-detail-hero img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(100%);
  border: 0;
}

.category-detail-page .category-detail-hero figcaption {
  padding: 14px 16px;
  color: #555;
  background: #fff;
}

.category-detail-page .category-proof-strip {
  background: #111;
}

.category-detail-page .category-proof-strip dl {
  border-color: rgba(255, 255, 255, 0.16);
}

.category-detail-page .category-proof-strip div {
  min-height: 94px;
  color: #fff;
  background: #111;
  border-color: rgba(255, 255, 255, 0.16);
}

.category-detail-page .category-proof-strip dt {
  color: #fff;
}

.category-detail-page .category-proof-strip dd {
  color: rgba(255, 255, 255, 0.64);
}

.category-detail-page .category-document-matrix {
  padding: clamp(42px, 5vw, 64px) 0;
  background: #fff;
  border-bottom: 1px solid #dedede;
}

.category-detail-page .category-document-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.category-detail-page .category-document-head,
.category-detail-page .category-document-grid article {
  min-height: 210px;
  padding: 22px;
  background: #fff;
}

.category-detail-page .category-document-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.category-detail-page .category-document-head p:not(.section-kicker) {
  margin: 14px 0 0;
  color: #555;
  line-height: 1.68;
}

.category-detail-page .category-document-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
}

.category-detail-page .category-document-grid article span {
  color: #777;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-detail-page .category-document-grid article strong {
  color: #111;
  font-size: 15px;
  line-height: 1.62;
}

.category-detail-page .category-document-grid article small {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}

.category-detail-page .category-products-band {
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(44px, 5vw, 68px);
}

.category-detail-page .category-technical-board {
  padding: clamp(42px, 5vw, 66px) 0;
  background: #f7f7f7;
  border-bottom: 1px solid #dedede;
}

.category-detail-page .category-technical-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 66px);
  align-items: start;
}

.category-detail-page .category-technical-copy h2 {
  max-width: 600px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
}

.category-detail-page .category-technical-copy p:not(.section-kicker) {
  margin-top: 16px;
  max-width: 620px;
  color: #555;
  line-height: 1.75;
}

.category-detail-page .category-technical-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #d6d6d6;
}

.category-detail-page .category-technical-table tr {
  border-bottom: 1px solid #d6d6d6;
}

.category-detail-page .category-technical-table tr:last-child {
  border-bottom: 0;
}

.category-detail-page .category-technical-table th,
.category-detail-page .category-technical-table td {
  padding: 18px;
  vertical-align: top;
  text-align: left;
}

.category-detail-page .category-technical-table th {
  width: 22%;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.category-detail-page .category-technical-table td {
  color: #555;
  line-height: 1.68;
}

.category-detail-page .category-technical-table td:nth-child(2) {
  color: #111;
  font-weight: 700;
}

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

.category-detail-page .category-detail-products article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: auto;
  padding: 0;
  background: #fff;
  border: 0;
}

.category-detail-page .category-detail-products figure {
  min-height: auto;
  margin: 0;
  background: #f5f5f5;
  border: 0;
}

.category-detail-page .category-detail-products img,
.category-detail-page .category-detail-products svg {
  width: 100%;
  height: 180px;
  object-fit: cover;
  filter: grayscale(100%);
}

.category-detail-page .category-detail-products article > div {
  padding: 20px;
}

.category-detail-page .category-detail-products h3 {
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.25;
}

.category-detail-page .category-detail-products p {
  min-height: 68px;
  color: #555;
  font-size: 14px;
  line-height: 1.62;
}

.category-detail-page .category-detail-products dl {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

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

.category-detail-page .category-selection-board-band {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(42px, 5vw, 64px);
  background: #f5f5f5;
}

.category-detail-page .category-selection-board {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.category-detail-page .category-selection-ranges {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-detail-page .category-selection-ranges article,
.category-detail-page .category-selection-checks article {
  min-height: auto;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
}

.category-detail-page .category-selection-checks {
  display: none;
}

.category-detail-page .category-asset-band {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(42px, 5vw, 64px);
}

.category-detail-page .category-asset-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.78fr);
  gap: clamp(24px, 4vw, 56px);
}

.category-detail-page .category-asset-layout img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(100%);
}

.category-detail-page .category-process-summary-section {
  display: none;
}

.detail-page .detail-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.74fr);
  gap: clamp(28px, 4vw, 58px);
  padding-top: clamp(42px, 5vw, 70px);
  padding-bottom: clamp(34px, 4vw, 58px);
  border-bottom: 1px solid #ddd;
}

.detail-page .detail-hero h1 {
  max-width: 700px;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.08;
}

.detail-page .detail-hero p:not(.section-kicker) {
  color: #444;
}

.detail-page .detail-proof-list,
.detail-page .detail-hero-snapshot {
  max-width: 700px;
}

.detail-page .detail-hero-docs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(700px, 100%);
  margin-top: 18px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.detail-page .detail-hero-docs a {
  display: grid;
  gap: 8px;
  min-height: 82px;
  padding: 14px;
  color: #111;
  text-decoration: none;
  background: #fff;
}

.detail-page .detail-hero-docs a:hover {
  color: #fff;
  background: #111;
}

.detail-page .detail-hero-docs span {
  color: #777;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-page .detail-hero-docs strong {
  font-size: 14px;
  line-height: 1.35;
}

.detail-page .detail-hero-docs a:hover span {
  color: rgba(255, 255, 255, 0.66);
}

.detail-page .detail-hero-photo,
.detail-page .detail-hero-diagram,
.detail-page .detail-hero > figure {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(100%);
}

.detail-page .detail-decision-band,
.detail-page .detail-highlight-band {
  padding-top: clamp(34px, 4vw, 54px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

.detail-page .detail-decision-grid,
.detail-page .detail-highlight-grid {
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.detail-page .detail-decision-grid article,
.detail-page .detail-highlight-grid article {
  min-height: auto;
  padding: 20px;
  border: 0;
  background: #fff;
}

.detail-page .detail-evidence-strip {
  background: #111;
}

.detail-page .detail-evidence-strip dl {
  border-color: rgba(255, 255, 255, 0.16);
}

.detail-page .detail-evidence-strip div {
  color: #fff;
  background: #111;
  border-color: rgba(255, 255, 255, 0.16);
}

.detail-page .detail-evidence-strip dt {
  color: rgba(255, 255, 255, 0.58);
}

.detail-page .detail-evidence-strip dd {
  color: #fff;
}

.detail-page .detail-band {
  padding-top: clamp(42px, 5vw, 64px);
}

.detail-page .detail-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(24px, 4vw, 56px);
}

.detail-page .detail-main {
  display: grid;
  gap: 28px;
}

.detail-page .detail-main > section {
  padding: 0;
  border: 0;
  background: transparent;
}

.detail-page .detail-key-params,
.detail-page .detail-document-assets {
  padding: 24px !important;
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
}

.detail-page .detail-document-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.detail-page .detail-document-grid article {
  min-height: auto;
  padding: 18px;
  border: 0;
  background: #fff;
}

.detail-page .detail-document-grid p {
  display: none;
}

.detail-page .detail-more-panel {
  margin-top: 0;
}

.products-portal-page .category-product-section {
  display: none;
}

.products-portal-page .decision-section {
  border-top: 1px solid #ddd;
}

@media (max-width: 980px) {
  .category-detail-page .category-detail-hero,
  .category-detail-page .category-selection-board,
  .category-detail-page .category-asset-layout,
  .category-detail-page .category-technical-layout,
  .detail-page .detail-hero,
  .detail-page .detail-layout {
    grid-template-columns: 1fr;
  }

  .category-detail-page .category-detail-products,
  .category-detail-page .category-selection-ranges,
  .category-detail-page .category-document-grid,
  .detail-page .detail-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .category-detail-page .category-detail-hero,
  .detail-page .detail-hero {
    padding-top: 34px;
  }

  .category-detail-page .category-detail-hero h1,
  .detail-page .detail-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .category-detail-page .category-detail-hero figure,
  .detail-page .detail-hero-photo,
  .detail-page .detail-hero > figure {
    order: -1;
  }

  .category-detail-page .category-detail-hero img,
  .category-detail-page .category-asset-layout img,
  .detail-page .detail-hero-photo img,
  .detail-page .detail-hero > figure img {
    aspect-ratio: 2 / 1;
  }

  .detail-page .detail-hero-photo figcaption,
  .detail-page .detail-hero-diagram figcaption {
    padding: 10px 12px;
    font-size: 12px;
  }

  .detail-page .detail-proof-list div {
    padding: 10px 12px;
  }

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

  .category-detail-page .category-proof-strip dl,
  .category-detail-page .category-detail-products,
  .category-detail-page .category-selection-ranges,
  .category-detail-page .category-document-grid,
  .detail-page .detail-hero-docs,
  .detail-page .detail-document-grid {
    grid-template-columns: 1fr;
  }

  .category-detail-page .category-document-matrix {
    padding: 30px 0;
  }

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

  .category-detail-page .category-document-grid article:nth-of-type(n + 4) {
    display: none;
  }

  .category-detail-page .category-route-panel dl div:nth-child(n + 3),
  .category-detail-page .category-proof-strip dl div:nth-child(n + 3),
  .category-detail-page .category-selection-board-band {
    display: none;
  }

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

  .category-detail-page .category-proof-strip div {
    min-height: 76px;
  }

  .category-detail-page .category-products-band {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .category-detail-page .category-products-band .section-head p {
    display: none;
  }

  .category-detail-page .category-detail-products article:nth-child(n + 2) {
    display: none;
  }

  .category-detail-page .category-technical-board {
    padding: 30px 0;
  }

  .category-detail-page .category-technical-table th,
  .category-detail-page .category-technical-table td {
    display: block;
    width: 100%;
    padding: 12px 14px;
  }

  .category-detail-page .category-technical-table td:nth-child(3) {
    padding-top: 0;
    font-size: 13px;
  }

  .category-detail-page .category-technical-table tr:nth-child(n + 4) {
    display: none;
  }

  .category-detail-page .category-selection-ranges article:nth-child(n + 3),
  .category-detail-page .category-asset-band,
  .detail-page .detail-highlight-band,
  .detail-page .detail-document-assets,
  .detail-page .detail-decision-grid article:nth-child(n + 3) {
    display: none;
  }

  .detail-page .detail-document-grid article:nth-child(4) {
    display: none;
  }
}

/* Remaining page pass: keep application and technical pages as gateways, not duplicate catalog dumps. */
.positioning-page .product-directory-section,
.positioning-page #uses {
  display: none;
}

.positioning-page .positioning-section {
  padding-top: clamp(52px, 6vw, 82px);
  padding-bottom: clamp(52px, 6vw, 82px);
}

.positioning-page .positioning-grid {
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.positioning-page .positioning-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.positioning-page .positioning-card dl div:nth-child(n + 3) {
  display: none;
}

.positioning-page .product-section-tabs {
  background: #111;
  border: 0;
}

.positioning-page .product-section-tabs .container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
}

.positioning-page .product-section-tabs a {
  min-height: 72px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.positioning-page .product-section-tabs a[href="#directory"],
.positioning-page .product-section-tabs a[href="#uses"] {
  display: none;
}

.technical-catalog-page .hero {
  min-height: auto;
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(50px, 6vw, 76px);
  background: #f5f5f5;
}

.technical-catalog-page .hero-media,
.technical-catalog-page .hero-overlay {
  opacity: 0.06;
}

.technical-catalog-page .hero-inner {
  color: #111;
}

.technical-catalog-page .hero h1,
.technical-catalog-page .hero-copy,
.technical-catalog-page .eyebrow {
  color: #111;
}

.technical-catalog-page .hero-stats {
  border-color: #d8d8d8;
  background: #fff;
}

.technical-catalog-page .hero-stats div {
  border-color: #d8d8d8;
}

.technical-catalog-page .technical-route-grid {
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.technical-catalog-page .technical-route-strip {
  background: #fff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.technical-catalog-page .technical-route-grid a {
  border: 0;
  border-radius: 0;
  background: #fff;
}

.technical-catalog-page .technical-route-grid a,
.technical-catalog-page .technical-route-grid a span,
.technical-catalog-page .technical-route-grid a strong,
.technical-catalog-page .technical-route-grid a small {
  color: #111;
}

.technical-catalog-page .technical-route-grid a:hover {
  background: #111;
}

.technical-catalog-page .technical-route-grid a:hover span,
.technical-catalog-page .technical-route-grid a:hover strong,
.technical-catalog-page .technical-route-grid a:hover small {
  color: #fff;
}

@media (max-width: 640px) {
  .positioning-page .application-dashboard-hero {
    padding-bottom: 28px;
  }

  .positioning-page .application-route-panel {
    grid-template-columns: 1fr;
  }

  .positioning-page .application-route-panel a {
    min-height: auto;
    padding: 18px;
  }

  .positioning-page .product-section-tabs .container {
    grid-template-columns: 1fr;
  }

  .positioning-page .product-section-tabs {
    display: none;
  }

  .positioning-page .positioning-card:nth-child(n + 5) {
    display: none;
  }

  .positioning-page .positioning-card dl div:nth-child(n + 2) {
    display: none;
  }

  .positioning-page .decision-section,
  .positioning-page .contact {
    display: none;
  }

  .technical-catalog-page .hero {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .technical-catalog-page .hero-stats {
    grid-template-columns: 1fr;
  }

  .technical-catalog-page .hero-stats div:nth-child(n + 3) {
    display: none;
  }

  .technical-catalog-page .technical-route-grid {
    grid-template-columns: 1fr;
  }

  .technical-catalog-page .technical-route-strip {
    display: none;
  }

  .technical-catalog-page .products {
    padding-top: 34px;
  }

  .technical-catalog-page .products .product:nth-of-type(n + 3),
  .technical-catalog-page .visual-pair,
  .technical-catalog-page .plain-list,
  .technical-catalog-page #film-products .process-equipment-gallery,
  .technical-catalog-page #film-products .film-grid,
  .technical-catalog-page #contact,
  .technical-catalog-page #applications,
  .technical-catalog-page #selection {
    display: none;
  }

  .technical-catalog-page #film-products {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .technical-catalog-page .film-overview {
    grid-template-columns: 1fr;
  }

  .technical-catalog-page .film-overview figure {
    display: none;
  }

  .about-page .trust-summary-strip,
  .about-page .portal-dark,
  .about-page .trust-evaluation-grid article:nth-child(n + 3) {
    display: none;
  }

  .about-page .portal-hero {
    min-height: auto;
  }

  .manufacturing-page .trust-summary-strip,
  .manufacturing-page .process-equipment-grid article:nth-child(n + 3) {
    display: none;
  }

  .manufacturing-page .process-equipment-grid {
    grid-template-columns: 1fr;
  }

  .manufacturing-page .manufacturing-dashboard-hero {
    padding-bottom: 30px;
  }

  .manufacturing-page .portal-dark {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

/* Customer-facing product detail trust pass. */
.detail-page .detail-hero {
  align-items: start;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 42%);
}

.detail-page .section-kicker {
  letter-spacing: 0;
}

.detail-page .grade-badge {
  display: inline-grid;
  gap: 3px;
  padding: 8px 10px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #111;
  font-size: 12px;
  line-height: 1.1;
}

.detail-page .grade-badge span {
  display: block;
  color: #777;
  font-size: 10px;
  font-weight: 800;
}

.detail-page .detail-hero-docs {
  margin-top: 16px;
}

.detail-page .detail-hero-docs a {
  align-content: start;
}

.detail-page .detail-proof-list {
  margin-top: 22px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
  gap: 1px;
}

.detail-page .detail-proof-list div {
  border: 0;
  background: #fff;
}

.detail-page .detail-hero-snapshot {
  margin-top: 28px;
  border-color: #cfcfcf;
  background: #fff;
}

.detail-page .detail-hero-photo,
.detail-page .detail-hero-diagram,
.detail-page .detail-hero > figure {
  box-shadow: none;
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img {
  background: #f4f4f4;
}

.detail-page .detail-hero-photo figcaption,
.detail-page .detail-hero-diagram figcaption {
  color: #333;
  background: #fff;
}

@media (max-width: 640px) {
  .detail-page .grade-badge {
    padding: 7px 9px;
  }

  .detail-page .detail-hero-docs {
    margin-top: 14px;
  }

  .detail-page .detail-hero-snapshot {
    margin-top: 18px;
  }

  .detail-page .detail-evidence-strip,
  .detail-page .detail-split,
  .detail-page .detail-context-section,
  .detail-page .detail-full-tds,
  .detail-page .detail-diagrams,
  .detail-page .detail-more-panel,
  .detail-page .detail-aside {
    display: none;
  }

  .detail-page .detail-key-params tbody tr:nth-child(n + 5) {
    display: none;
  }

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

  .footer-columns {
    display: none;
  }

  .footer-bottom {
    border-top: 0;
  }
}

/* Enterprise trust map and product support layer. */
.enterprise-capability-map {
  padding: clamp(48px, 6vw, 78px) 0;
  background: #fff;
  border-bottom: 1px solid #dedede;
}

.enterprise-map-head {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 0.32fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  margin-bottom: 28px;
}

.enterprise-map-head h2 {
  max-width: 760px;
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.14;
}

.enterprise-map-head p:not(.section-kicker) {
  margin: 0;
  color: #555;
  line-height: 1.72;
}

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

.enterprise-map-grid a {
  display: grid;
  align-content: start;
  min-height: 360px;
  padding: 20px;
  color: #111;
  text-decoration: none;
  background: #fff;
}

.enterprise-map-grid img {
  display: block;
  width: 100%;
  height: 156px;
  margin-bottom: 20px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
  background: #f3f3f3;
}

.enterprise-map-grid span,
.product-support-grid span {
  color: #777;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.enterprise-map-grid strong {
  margin-top: 8px;
  color: #111;
  font-size: 22px;
  line-height: 1.24;
}

.enterprise-map-grid small {
  margin-top: 14px;
  color: #555;
  font-size: 13px;
  line-height: 1.62;
}

.enterprise-map-grid a:hover {
  background: #111;
}

.enterprise-map-grid a:hover span,
.enterprise-map-grid a:hover strong,
.enterprise-map-grid a:hover small {
  color: #fff;
}

.product-support-strip {
  padding: clamp(42px, 5vw, 64px) 0;
  background: #111;
}

.product-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) repeat(3, minmax(210px, 0.44fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.product-support-grid > div,
.product-support-grid > a {
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: clamp(20px, 2.6vw, 30px);
  color: #fff;
  text-decoration: none;
  background: #111;
}

.product-support-grid h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.16;
}

.product-support-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.product-support-grid strong {
  margin-top: 14px;
  color: #fff;
  font-size: 15px;
  line-height: 1.62;
}

.product-support-grid > a:hover {
  background: #1d1d1d;
}

@media (max-width: 980px) {
  .enterprise-map-head,
  .enterprise-map-grid,
  .product-support-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-map-grid a,
  .product-support-grid > div,
  .product-support-grid > a {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .enterprise-capability-map {
    padding: 34px 0;
  }

  .enterprise-map-head {
    gap: 10px;
    margin-bottom: 18px;
  }

  .enterprise-map-head h2 {
    font-size: 25px;
  }

  .enterprise-map-head p:not(.section-kicker) {
    font-size: 13px;
    line-height: 1.58;
  }

  .enterprise-map-grid a:nth-child(n + 3),
  .product-support-grid > a:nth-of-type(n + 3) {
    display: none;
  }

  .enterprise-map-grid img {
    height: 96px;
    margin-bottom: 14px;
  }

  .enterprise-map-grid strong {
    font-size: 18px;
  }

  .product-support-strip {
    padding: 30px 0;
  }

  .product-support-grid h2 {
    font-size: 24px;
  }
}

/* Enterprise presentation refinement: restrained B2B decision paths. */
.enterprise-home .enterprise-hero {
  min-height: 620px;
  padding-top: clamp(46px, 6vw, 72px);
  padding-bottom: clamp(44px, 5vw, 68px);
}

.enterprise-home .enterprise-hero-copy h1,
.portal-hero h1,
.quality-dashboard-copy h1,
.contact-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.12;
}

.enterprise-home .enterprise-hero-copy > p,
.portal-hero-content > p:not(.section-kicker),
.quality-dashboard-copy > p:not(.section-kicker),
.contact-hero-copy > p:not(.section-kicker) {
  max-width: 720px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.82;
}

.portal-hero {
  min-height: clamp(500px, 58vh, 620px);
}

.portal-hero-media img {
  opacity: 0.34;
}

.trust-summary-strip {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.trust-summary-grid div {
  min-height: 94px;
}

.about-operating-model,
.inquiry-routing-board,
.quality-evidence-board {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.operating-model-grid,
.quality-evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.operating-model-grid > div:first-child p:not(.section-kicker),
.inquiry-route-head p,
.quality-evidence-grid > div:first-child + article,
.quality-evidence-grid article strong {
  color: #555;
}

.operating-model-list,
.inquiry-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.operating-model-list article,
.inquiry-route-grid article,
.quality-evidence-grid article {
  min-height: 210px;
  padding: 22px;
  background: #fff;
}

.operating-model-list span,
.inquiry-route-grid span,
.quality-evidence-grid span {
  display: block;
  color: #777;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.operating-model-list h3,
.inquiry-route-grid h3 {
  margin-top: 24px;
  font-size: 22px;
}

.operating-model-list p,
.inquiry-route-grid p {
  margin: 12px 0 0;
  color: #555;
  line-height: 1.7;
}

.contact-hero {
  width: min(1280px, calc(100% - 96px));
  min-height: 520px;
  margin: 0 auto;
  padding: clamp(46px, 6vw, 78px) 0;
  background: #fff;
}

.contact-card {
  padding: clamp(24px, 3vw, 38px);
}

.contact-card h2 {
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.18;
}

.inquiry-routing-board {
  padding: clamp(38px, 5vw, 64px) 0;
}

.inquiry-route-head {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 0.3fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.inquiry-route-head h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.quality-dashboard-hero {
  min-height: 540px;
  padding-top: clamp(54px, 6vw, 84px);
  padding-bottom: clamp(48px, 6vw, 76px);
}

.quality-document-panel {
  box-shadow: none;
}

.quality-evidence-board {
  padding: clamp(38px, 5vw, 62px) 0;
}

.quality-evidence-grid {
  grid-template-columns: minmax(260px, 0.9fr) repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.quality-evidence-grid > div,
.quality-evidence-grid article {
  min-height: 180px;
  padding: 22px;
  background: #fff;
}

.quality-evidence-grid h2 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.quality-evidence-grid article strong {
  display: block;
  margin-top: 26px;
  color: #111;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .operating-model-grid,
  .quality-evidence-grid,
  .inquiry-route-head,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    width: min(100% - 48px, 1180px);
  }

  .operating-model-list,
  .inquiry-route-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero,
  .portal-hero,
  .quality-dashboard-hero,
  .contact-hero {
    min-height: auto;
  }

  .enterprise-home .enterprise-hero-copy h1,
  .portal-hero h1,
  .quality-dashboard-copy h1,
  .contact-hero h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .contact-hero {
    width: min(100% - 32px, 560px);
    padding-top: 36px;
    padding-bottom: 30px;
  }

  .contact-card {
    padding: 20px;
  }

  .about-operating-model,
  .inquiry-routing-board,
  .quality-evidence-board {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .operating-model-list article:nth-child(n + 3),
  .inquiry-route-grid article:nth-child(n + 3),
  .quality-evidence-grid article:nth-of-type(n + 3) {
    display: none;
  }
}

/* Company and contact page final presentation pass. */
.about-page .portal-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  min-height: auto;
  padding: clamp(54px, 7vw, 92px) clamp(44px, 6vw, 84px);
  color: #111;
  background: #f6f6f6;
  border-bottom: 1px solid #dedede;
}

.about-page .portal-hero-media,
.about-page .portal-hero-shade {
  position: static;
  inset: auto;
}

.about-page .portal-hero-shade {
  display: none;
}

.about-page .portal-hero-media {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.about-page .portal-hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  opacity: 1;
  filter: grayscale(1) contrast(1.04);
  border: 1px solid #d4d4d4;
}

.about-page .portal-hero-content {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: auto;
  max-width: 760px;
  padding: 0;
  color: #111;
}

.about-page .portal-hero-content h1 {
  color: #111;
}

.about-page .portal-hero-content .section-kicker,
.quality-dashboard-copy .section-kicker,
.contact-hero-copy .section-kicker {
  color: #333;
}

.about-page .portal-hero-content > p:not(.section-kicker) {
  color: #444;
}

.about-page .trust-summary-strip {
  background: #fff;
}

.about-page .trust-summary-grid div {
  color: #111;
  background: #fff;
}

.about-page .trust-summary-grid strong,
.about-page .trust-summary-grid span {
  color: #111;
}

.contact-page .contact-hero {
  min-height: auto;
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
}

.contact-page .contact-card {
  color: #111;
  background: #fff;
  border: 1px solid #d8d8d8;
}

.contact-page .contact-card h2,
.contact-page .contact-card p,
.contact-page .contact-card a,
.contact-page .contact-card dt,
.contact-page .contact-card dd {
  color: #111;
}

.contact-page .contact-card dl div {
  border-color: #dedede;
}

.contact-page .inquiry-route-head {
  display: block;
  max-width: 780px;
  margin-bottom: 22px;
}

.contact-page .inquiry-route-head p {
  max-width: 720px;
  margin-top: 10px;
}

.contact-page .inquiry-route-grid article {
  min-height: 178px;
}

.quality-page .trust-summary-grid div {
  min-height: 82px;
}

@media (max-width: 980px) {
  .about-page .portal-hero {
    grid-template-columns: 1fr;
    padding-inline: clamp(24px, 6vw, 48px);
  }

  .about-page .portal-hero-media,
  .about-page .portal-hero-content {
    grid-column: 1;
    grid-row: auto;
  }

  .about-page .portal-hero-media {
    order: -1;
  }
}

@media (max-width: 640px) {
  .about-page .portal-hero {
    padding: 24px 16px 34px;
  }

  .about-page .portal-hero-media img {
    aspect-ratio: 2 / 1;
  }

  .about-page .trust-summary-strip {
    display: none;
  }

  .contact-page .contact-card dl {
    display: grid;
    gap: 0;
  }

  .contact-page .contact-card dl div:nth-child(n + 3) {
    display: none;
  }
}

/* Market-entry layer inspired by mature film manufacturers: customers can start from applications, not only product names. */
.enterprise-market-access,
.product-market-entry {
  padding: clamp(46px, 6vw, 76px) 0;
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.market-access-layout,
.product-market-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.market-access-head h2,
.product-market-layout h2 {
  max-width: 680px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
}

.market-access-head p:not(.section-kicker),
.product-market-layout > div:first-child p:not(.section-kicker) {
  max-width: 620px;
  margin-top: 16px;
  color: #555;
  line-height: 1.75;
}

.market-access-grid,
.product-market-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.market-access-grid a,
.product-market-cards a {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 22px;
  color: #111;
  text-decoration: none;
  background: #fff;
}

.market-access-grid span,
.product-market-cards span {
  color: #777;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.market-access-grid strong,
.product-market-cards strong {
  margin-top: 24px;
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.25;
}

.market-access-grid small,
.product-market-cards small {
  margin-top: 12px;
  color: #555;
  font-size: 13px;
  line-height: 1.62;
}

.market-access-grid a:hover,
.product-market-cards a:hover {
  color: #fff;
  background: #111;
}

.market-access-grid a:hover span,
.market-access-grid a:hover small,
.product-market-cards a:hover span,
.product-market-cards a:hover small {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 980px) {
  .market-access-layout,
  .product-market-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .enterprise-market-access,
  .product-market-entry {
    padding: 32px 0;
  }

  .market-access-grid,
  .product-market-cards {
    grid-template-columns: 1fr;
  }

  .market-access-grid a:nth-child(n + 3),
  .product-market-cards a:nth-child(n + 3) {
    display: none;
  }

  .market-access-grid a,
  .product-market-cards a {
    min-height: auto;
    padding: 18px;
  }

  .enterprise-home .enterprise-assurance,
  .products-portal-page .product-support-strip {
    display: none;
  }

  .about-page .about-system-grid a:nth-child(n + 3),
  .quality-page .document-library-grid article:nth-child(n + 3) {
    display: none;
  }
}

/* 2026 customer-standard pass: cleaner first-screen hierarchy and shorter decision paths. */
.site-header.light-header {
  min-height: 68px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dddddd;
}

.light-header .brand strong,
.light-header .brand small,
.light-header .nav a {
  color: #111111;
}

.light-header .nav a:hover {
  color: #111111;
  background: #f1f1f1;
}

.site-header.light-header .nav a.nav-cta,
.site-header.light-header .nav a.nav-cta:hover {
  color: #ffffff;
  background: #111111;
}

.enterprise-home .enterprise-hero {
  min-height: clamp(520px, 70vh, 660px);
  padding-top: clamp(54px, 7vw, 86px);
  padding-bottom: clamp(44px, 5vw, 68px);
}

.enterprise-home .enterprise-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.12));
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.08;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 690px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.82;
}

.enterprise-home .enterprise-actions {
  margin-top: 28px;
}

.enterprise-home .enterprise-finder-panel {
  max-width: 720px;
  margin-top: 28px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.34);
}

.enterprise-home .enterprise-hero-visual {
  display: block;
  max-width: 430px;
  align-self: end;
}

.enterprise-home .enterprise-hero-visual img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.enterprise-home .enterprise-hero-visual figcaption {
  padding: 18px;
  color: #111111;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-top: 0;
}

.enterprise-home .enterprise-hero-visual strong,
.enterprise-home .enterprise-hero-visual span {
  color: #111111;
}

.enterprise-proof {
  background: #111111;
}

.enterprise-proof-grid div {
  min-height: 112px;
  padding: 20px 22px;
}

.enterprise-proof-grid strong {
  font-size: clamp(25px, 2.8vw, 40px);
  line-height: 1.05;
}

.home-product-finder {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
  background: #ffffff;
}

.home-product-finder h2 {
  max-width: 620px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.14;
}

.home-product-finder .finder-layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
}

.home-product-finder .finder-result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.home-product-finder .finder-result-grid article {
  min-height: 196px;
  padding: 22px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-product-finder .finder-result-grid span {
  color: #111111;
  background: #f0f0f0;
  border-radius: 0;
}

.home-product-finder .finder-result-grid h3 {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.18;
}

.home-product-finder .finder-result-grid p {
  color: #555555;
  line-height: 1.62;
}

.home-product-finder .finder-result-grid a {
  color: #111111;
  border-bottom: 1px solid #111111;
}

.enterprise-trust-route {
  padding: clamp(38px, 5vw, 58px) 0;
  color: #ffffff;
  background: #111111;
  border-bottom: 1px solid #111111;
}

.enterprise-trust-route-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) repeat(3, minmax(0, 0.65fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.enterprise-trust-route-grid > div,
.enterprise-trust-route-grid > a {
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: clamp(20px, 2.6vw, 30px);
  color: #ffffff;
  text-decoration: none;
  background: #111111;
}

.enterprise-trust-route-grid h2 {
  max-width: 520px;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.14;
}

.enterprise-trust-route-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

.enterprise-trust-route-grid span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 900;
}

.enterprise-trust-route-grid strong {
  margin-top: 22px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.28;
}

.enterprise-trust-route-grid small {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.58;
}

.enterprise-trust-route-grid > a:hover {
  color: #111111;
  background: #ffffff;
}

.enterprise-trust-route-grid > a:hover span,
.enterprise-trust-route-grid > a:hover strong,
.enterprise-trust-route-grid > a:hover small {
  color: #111111;
}

.category-product-matrix,
.detail-confirmation-board {
  padding-top: clamp(40px, 5vw, 62px);
  padding-bottom: clamp(40px, 5vw, 62px);
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}

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

.category-matrix-head {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  margin-bottom: 24px;
}

.category-matrix-head h2,
.detail-confirmation-layout h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.14;
}

.category-matrix-head p:not(.section-kicker),
.detail-confirmation-layout p:not(.section-kicker) {
  margin: 0;
  color: #555555;
  line-height: 1.72;
}

.category-matrix-table-wrap {
  overflow-x: auto;
  border: 1px solid #d8d8d8;
}

.category-matrix-table,
.detail-confirmation-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.category-matrix-table th,
.category-matrix-table td,
.detail-confirmation-table th,
.detail-confirmation-table td {
  padding: 15px 16px;
  color: #111111;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dedede;
}

.category-matrix-table th,
.detail-confirmation-table th {
  background: #f5f5f5;
  font-size: 13px;
  font-weight: 900;
}

.category-matrix-table td {
  color: #444444;
  font-size: 13px;
  line-height: 1.58;
}

.category-matrix-table td:first-child {
  min-width: 170px;
  color: #111111;
}

.category-matrix-table td:first-child span {
  display: block;
  margin-bottom: 8px;
  color: #777777;
  font-size: 11px;
  font-weight: 900;
}

.category-matrix-table a {
  color: #111111;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid #111111;
}

.detail-confirmation-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.detail-confirmation-table {
  border: 1px solid #d8d8d8;
}

.detail-confirmation-table th {
  width: 120px;
}

.detail-confirmation-table td {
  color: #444444;
  font-size: 14px;
  line-height: 1.62;
}

.enterprise-capability-map,
.enterprise-market-access,
.enterprise-portfolio,
.enterprise-assurance,
.enterprise-contact {
  padding-top: clamp(42px, 5vw, 66px);
  padding-bottom: clamp(42px, 5vw, 66px);
}

.enterprise-home .enterprise-capability-map,
.enterprise-home .enterprise-assurance {
  display: none;
}

.enterprise-map-head,
.market-access-layout {
  align-items: start;
}

.enterprise-map-head h2,
.market-access-head h2,
.portal-section-head h2 {
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.13;
}

.enterprise-map-grid a,
.market-access-grid a,
.portal-product-card {
  border-radius: 0;
  box-shadow: none;
}

.portal-product-card img {
  height: 210px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.04);
}

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

.products-portal-page .product-portal-hero {
  min-height: 470px;
  padding: clamp(52px, 7vw, 86px) clamp(34px, 5vw, 72px);
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}

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

.products-portal-page .product-hero-copy > p {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.78;
}

.products-portal-page .product-hero-media img {
  aspect-ratio: 4 / 2.45;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.04);
  border: 1px solid #d4d4d4;
}

.products-portal-page .product-hero-proof {
  margin-top: 30px;
  border-color: #d8d8d8;
  background: #d8d8d8;
}

.products-portal-page .product-hero-proof div {
  min-height: 94px;
  background: #ffffff;
}

.products-portal-page .product-navigator {
  border-top: 0;
  border-bottom: 1px solid #d8d8d8;
}

.products-portal-page .product-navigator a {
  min-height: 104px;
}

.product-market-entry,
.product-support-strip,
.product-finder-section,
.category-product-section,
.decision-section {
  padding-top: clamp(40px, 5vw, 62px);
  padding-bottom: clamp(40px, 5vw, 62px);
}

.detail-page .detail-hero {
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(42px, 5vw, 72px);
  background: #f7f7f7;
  border-bottom: 1px solid #dedede;
}

.detail-page .detail-hero h1 {
  font-size: clamp(42px, 4.6vw, 64px);
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img {
  max-height: 420px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.03);
}

.detail-page .detail-hero-photo,
.detail-page .detail-hero > figure {
  overflow: hidden;
}

.detail-mobile-hero-visual {
  display: none;
}

.detail-page .detail-hero-photo img[src*="bopp-lamination-rolls-workshop"],
.detail-page .detail-hero > figure img[src*="bopp-lamination-rolls-workshop"] {
  aspect-ratio: 16 / 9;
  max-height: 360px;
  object-position: center bottom;
  transform: scale(1.22);
  transform-origin: center bottom;
}

.detail-page .detail-decision-band,
.detail-page .detail-evidence-strip,
.detail-page .detail-highlight-band,
.detail-page .detail-band {
  padding-top: clamp(36px, 4.5vw, 58px);
  padding-bottom: clamp(36px, 4.5vw, 58px);
}

@media (max-width: 980px) {
  .enterprise-home .enterprise-hero-copy h1,
  .products-portal-page .product-hero-copy h1,
  .detail-page .detail-hero h1 {
    font-size: clamp(34px, 6vw, 48px);
  }

  .portal-product-card img {
    height: 170px;
  }
}

@media (max-width: 640px) {
  .site-header.light-header {
    min-height: 60px;
  }

  .enterprise-home .enterprise-hero {
    min-height: auto;
    padding: 34px 0 28px;
  }

  .enterprise-home .enterprise-hero-copy h1,
  .products-portal-page .product-hero-copy h1,
  .detail-page .detail-hero h1 {
    font-size: 32px;
    line-height: 1.14;
  }

  .enterprise-home .enterprise-hero-copy > p:not(.section-kicker),
  .products-portal-page .product-hero-copy > p {
    font-size: 14px;
    line-height: 1.68;
  }

  .enterprise-home .enterprise-finder-panel {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .enterprise-proof-grid div:nth-child(n + 3),
  .enterprise-capability-map,
  .enterprise-market-access,
  .enterprise-assurance {
    display: none;
  }

  .enterprise-trust-route {
    display: none;
  }

  .enterprise-market-access,
  .enterprise-portfolio,
  .enterprise-contact,
  .home-product-finder,
  .products-portal-page .product-portal-hero,
  .product-market-entry,
  .product-finder-section,
  .category-product-section,
  .decision-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .portal-product-card img {
    height: 132px;
  }

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

  .enterprise-home .enterprise-hero-visual {
    display: none;
  }

  .home-product-finder .finder-layout,
  .home-product-finder .finder-result-grid {
    grid-template-columns: 1fr;
  }

  .home-product-finder .finder-layout {
    gap: 18px;
  }

  .home-product-finder h2 {
    font-size: 26px;
  }

  .home-product-finder .finder-layout > div:first-child p:not(.section-kicker) {
    display: none;
  }

  .home-product-finder .finder-controls {
    margin-top: 18px;
  }

  .home-product-finder .finder-result-grid article:nth-child(n + 3) {
    display: none;
  }

  .category-matrix-head,
  .detail-confirmation-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .category-product-matrix,
  .detail-confirmation-board {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .category-detail-page .category-asset-band,
  .category-detail-page .category-document-matrix,
  .category-detail-page .category-technical-board,
  .category-detail-page .category-process-summary-section {
    display: none;
  }

  .category-detail-page .category-detail-hero figure,
  .detail-page .detail-hero-photo,
  .detail-page .detail-hero > figure {
    order: 0;
  }

  .category-detail-page .category-detail-hero > div,
  .detail-page .detail-hero > div:first-child {
    order: -1;
  }

  .detail-page .detail-hero-photo img[src*="bopp-lamination-rolls-workshop"],
  .detail-page .detail-hero > figure img[src*="bopp-lamination-rolls-workshop"] {
    transform: scale(1.28);
  }

  .detail-page .detail-hero.has-mobile-visual > figure:not(.detail-mobile-hero-visual) {
    display: none;
  }

  .detail-mobile-hero-visual {
    display: block;
    margin: 16px 0 0;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #d8d8d8;
  }

  .detail-mobile-hero-visual img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.03);
  }

  .detail-mobile-hero-visual img[src*="bopp-lamination-rolls-workshop"] {
    transform: scale(1.28);
    transform-origin: center bottom;
  }

  .detail-mobile-hero-visual figcaption {
    padding: 9px 11px;
    color: #111111;
    background: #ffffff;
    font-size: 12px;
    font-weight: 800;
  }

  .category-matrix-head p:not(.section-kicker),
  .detail-confirmation-layout p:not(.section-kicker) {
    display: none;
  }

  .category-matrix-table th,
  .category-matrix-table td,
  .detail-confirmation-table th,
  .detail-confirmation-table td {
    padding: 11px 12px;
  }

  .category-matrix-table thead {
    display: none;
  }

  .category-matrix-table,
  .category-matrix-table tbody,
  .category-matrix-table tr,
  .category-matrix-table td {
    display: block;
    width: 100%;
  }

  .category-matrix-table tr {
    padding: 12px;
    border-bottom: 1px solid #dedede;
  }

  .category-matrix-table td {
    padding: 4px 0;
    border-bottom: 0;
  }

  .category-matrix-table td:nth-child(3),
  .category-matrix-table td:nth-child(4) {
    display: none;
  }

  .detail-confirmation-table,
  .detail-confirmation-table tbody,
  .detail-confirmation-table tr,
  .detail-confirmation-table th,
  .detail-confirmation-table td {
    display: block;
    width: 100%;
  }

  .detail-confirmation-table th,
  .detail-confirmation-table td {
    border-bottom: 0;
  }

  .category-matrix-table tr:nth-child(n + 5),
  .detail-confirmation-table tr:nth-child(n + 4) {
    display: none;
  }

  .products-portal-page .product-navigator a:nth-child(n + 5),
  .product-support-strip {
    display: none;
  }

  .detail-page .detail-hero {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

/* Final homepage customer-standard override. */
.enterprise-home .enterprise-hero {
  min-height: clamp(560px, 72vh, 720px);
  padding-top: clamp(72px, 8vw, 116px);
  padding-bottom: clamp(48px, 6vw, 82px);
  background: #0b0b0b;
}

.enterprise-home .enterprise-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 46%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.08)),
    url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover no-repeat;
  filter: grayscale(100%) contrast(1.06);
}

.enterprise-home .enterprise-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.42fr);
  align-items: end;
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.05;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.78;
}

.enterprise-home .enterprise-finder-panel {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: rgba(10, 10, 10, 0.56);
}

.enterprise-home .enterprise-finder-panel a {
  padding: 18px 20px;
}

.enterprise-home .enterprise-hero-visual {
  max-width: 420px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.enterprise-home .enterprise-hero-visual img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.enterprise-home .enterprise-hero-visual figcaption {
  padding: 18px 20px;
  background: #ffffff;
  border: 0;
}

.enterprise-home .enterprise-hero-visual strong,
.enterprise-home .enterprise-hero-visual span {
  color: #111111;
}

.enterprise-home .enterprise-proof {
  border-top: 1px solid #222222;
}

.enterprise-home .enterprise-proof-grid {
  gap: 1px;
  background: #2b2b2b;
  border: 0;
}

.enterprise-home .enterprise-proof-grid div {
  background: #111111;
  border: 0;
}

.enterprise-home .home-product-finder,
.enterprise-home .enterprise-market-access,
.enterprise-home .enterprise-capability-map,
.enterprise-home .enterprise-assurance {
  display: none;
}

.enterprise-home .enterprise-portfolio {
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(56px, 7vw, 96px);
  background: #ffffff;
}

.enterprise-home .portal-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  margin-bottom: 28px;
}

.enterprise-home .portal-section-head h2 {
  max-width: 720px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.enterprise-home .portal-section-head p:not(.section-kicker) {
  margin: 0;
  color: #555555;
  line-height: 1.72;
}

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

.enterprise-home .portal-product-card {
  min-height: 390px;
  padding-bottom: 22px;
  background: #ffffff;
}

.enterprise-home .portal-product-card img {
  width: 100%;
  height: 210px;
  filter: grayscale(100%) contrast(1.08);
}

.enterprise-home .portal-product-card span,
.enterprise-home .portal-product-card h3,
.enterprise-home .portal-product-card p {
  margin-left: 22px;
  margin-right: 22px;
}

.enterprise-home .portal-product-card h3 {
  margin-top: 18px;
  font-size: 23px;
  line-height: 1.22;
}

.enterprise-home .portal-product-card p {
  color: #555555;
  line-height: 1.62;
}

.enterprise-home .enterprise-trust-route {
  padding-top: clamp(52px, 6vw, 78px);
  padding-bottom: clamp(52px, 6vw, 78px);
}

.enterprise-home .enterprise-trust-route-grid {
  grid-template-columns: minmax(0, 0.95fr) repeat(3, minmax(0, 0.68fr));
}

.enterprise-home .enterprise-contact {
  padding-top: clamp(44px, 5vw, 70px);
  padding-bottom: clamp(44px, 5vw, 70px);
  background: #f5f5f5;
  border-top: 1px solid #dedede;
}

.enterprise-home .enterprise-contact-compact {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 28px;
  align-items: end;
}

.enterprise-home .enterprise-contact-compact h2 {
  max-width: 760px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.12;
}

@media (max-width: 980px) {
  .enterprise-home .enterprise-hero-grid,
  .enterprise-home .portal-section-head,
  .enterprise-home .enterprise-contact-compact,
  .enterprise-home .enterprise-trust-route-grid {
    grid-template-columns: 1fr;
  }

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

  .enterprise-home .enterprise-hero-visual {
    display: none;
  }
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .enterprise-home .enterprise-hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
    font-size: 14px;
    line-height: 1.7;
  }

  .enterprise-home .enterprise-actions {
    gap: 8px;
  }

  .enterprise-home .enterprise-actions .button {
    width: 100%;
    justify-content: center;
  }

  .enterprise-home .enterprise-finder-panel {
    grid-template-columns: 1fr;
  }

  .enterprise-home .enterprise-proof-grid div:nth-child(n + 3),
  .enterprise-home .portal-product-card:nth-child(n + 5),
  .enterprise-home .enterprise-trust-route-grid > a:nth-of-type(n + 3) {
    display: none;
  }

  .enterprise-home .enterprise-portfolio {
    padding-top: 36px;
    padding-bottom: 38px;
  }

  .enterprise-home .portal-section-head {
    display: block;
  }

  .enterprise-home .portal-section-head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .enterprise-home .portal-product-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-home .portal-product-card {
    min-height: auto;
  }

  .enterprise-home .portal-product-card img {
    height: 150px;
  }

  .enterprise-home .enterprise-trust-route {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
/* FINAL-CUSTOMER-STANDARD-OVERRIDES
   These rules intentionally sit at EOF because this file contains older repeated page resets. */
.products-portal-page .product-portal-hero {
  min-height: auto;
  padding-top: clamp(44px, 5.5vw, 68px);
  padding-bottom: clamp(36px, 4.6vw, 56px);
}

.product-platform-showcase {
  padding-top: clamp(38px, 4.8vw, 58px);
  padding-bottom: clamp(48px, 5.6vw, 70px);
}

.product-platform-showcase .portal-section-head {
  display: block;
  max-width: 820px;
  margin: 0 0 26px;
}

.product-platform-showcase .portal-section-head h2 {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.16;
}

.product-platform-showcase .portal-section-head p:not(.section-kicker) {
  max-width: 690px;
  margin-top: 14px;
}

.product-platform-grid a {
  min-height: 354px;
}

.product-platform-grid img {
  height: 188px;
  filter: saturate(0.86) contrast(1.02);
}

.product-platform-grid strong {
  margin-top: 14px;
  font-size: 21px;
}

.product-platform-grid small {
  font-size: 12.5px;
  line-height: 1.58;
}

.detail-page .detail-hero {
  align-items: start;
  background: #fff;
}

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

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img,
.detail-page .detail-hero-photo img[src*="bopp-lamination-rolls-workshop"],
.detail-page .detail-hero > figure img[src*="bopp-lamination-rolls-workshop"] {
  aspect-ratio: 16 / 10;
  max-height: 330px;
  transform: none;
  object-position: center;
}

.detail-page .detail-confirmation-board {
  padding-top: 38px;
  padding-bottom: 38px;
}

.technical-catalog-page .products {
  padding-top: 50px;
  padding-bottom: 44px;
}

.technical-catalog-page .products .plain-list,
.technical-catalog-page .products .visual-pair {
  display: none;
}

.technical-catalog-page .product-photo img {
  max-height: 320px;
  object-fit: contain;
}

.technical-catalog-page #film-products {
  padding-top: 48px;
  padding-bottom: 48px;
}

.technical-catalog-page #film-products .film-grid,
.technical-catalog-page #selection {
  display: none;
}

.technical-catalog-page #film-products .process-equipment-gallery {
  margin-bottom: 0;
}

.quality-compliance-page .quality-family-index,
.quality-compliance-page .portal-section,
.quality-compliance-page .quality-evidence-board {
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

@media (max-width: 980px) {
  .product-platform-showcase .portal-section-head {
    display: block;
  }
}

@media (max-width: 640px) {
  .product-platform-showcase .portal-section-head h2 {
    font-size: clamp(26px, 7.4vw, 34px);
  }

  .detail-page .detail-hero-docs {
    grid-template-columns: 1fr;
  }

  .detail-page .detail-hero-docs a:nth-child(n + 3),
  .technical-catalog-page .products .product-photo {
    display: none;
  }
}
/* EOF equipment gallery visibility fix. */
.technical-catalog-page .process-equipment-card figure {
  background: #e9e9e9;
}

.technical-catalog-page .process-equipment-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.72);
}
/* EOF home compact product entry. */
.enterprise-home .enterprise-portfolio {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(44px, 5.4vw, 68px);
}

.enterprise-home .portal-section-head {
  margin-bottom: 22px;
}

.enterprise-home .portal-section-head h2 {
  font-size: clamp(30px, 3.4vw, 48px);
}

.enterprise-home .portal-product-card {
  min-height: 318px;
}

.enterprise-home .portal-product-card img {
  height: 168px;
}

.enterprise-home .portal-product-card h3 {
  margin-top: 14px;
  font-size: 20px;
}

.enterprise-home .portal-product-card p {
  font-size: 13px;
  line-height: 1.54;
}

@media (max-width: 640px) {
  .enterprise-home .portal-product-card:nth-child(n + 4) {
    display: none;
  }

  .enterprise-home .portal-product-card img {
    height: 132px;
  }
}
/* EOF product detail visual evidence. */
.detail-visual-evidence {
  padding-top: clamp(38px, 4.6vw, 58px);
  padding-bottom: clamp(42px, 5vw, 64px);
  background: #f6f6f6;
  border-bottom: 1px solid #dedede;
}

.detail-visual-evidence-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: start;
}

.detail-visual-evidence-head h2 {
  margin: 8px 0 0;
  max-width: 560px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.14;
}

.detail-visual-evidence-head p:not(.section-kicker) {
  max-width: 560px;
  color: #555;
  line-height: 1.72;
}

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

.detail-visual-evidence-grid figure {
  margin: 0;
  padding: 18px;
  background: #fff;
}

.detail-visual-evidence-grid svg {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.detail-visual-evidence-grid figcaption {
  margin-top: 12px;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .detail-visual-evidence-layout,
  .detail-visual-evidence-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .detail-visual-evidence {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .detail-visual-evidence-grid figure:nth-child(n + 2) {
    display: none;
  }
}
/* EOF client-facing portal reset: final winning layer. */
.enterprise-home .site-header.light-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dcdcdc;
  backdrop-filter: blur(14px);
}

.enterprise-home .enterprise-hero {
  min-height: clamp(580px, 72vh, 760px);
  padding-top: clamp(76px, 8vw, 116px);
  padding-bottom: clamp(54px, 6vw, 84px);
}

.enterprise-home .enterprise-hero::before {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 48%, rgba(0, 0, 0, 0.22) 100%),
    url("./images/real-local/bopp-lamination-rolls-workshop.webp") center / cover no-repeat;
  filter: grayscale(100%) contrast(1.08);
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 920px;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 1.04;
  letter-spacing: 0;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.16vw, 18px);
  line-height: 1.76;
}

.enterprise-home .enterprise-hero-visual img {
  height: clamp(236px, 24vw, 310px);
  object-position: center;
}

.enterprise-home .enterprise-proof-grid div {
  min-height: 112px;
}

.enterprise-home .enterprise-proof-grid strong {
  font-size: clamp(26px, 2.6vw, 38px);
  letter-spacing: 0;
}

.enterprise-home .enterprise-portfolio {
  padding-top: clamp(58px, 7vw, 94px);
  padding-bottom: clamp(62px, 7vw, 98px);
}

.enterprise-home .portal-section-head {
  grid-template-columns: minmax(0, 0.56fr) minmax(280px, 0.44fr);
  margin-bottom: 30px;
}

.enterprise-home .portal-section-head h2 {
  max-width: 760px;
  font-size: clamp(34px, 3.9vw, 56px);
}

.enterprise-home .portal-section-head p:not(.section-kicker) {
  max-width: 560px;
}

.enterprise-home .portal-product-grid {
  border-color: #d2d2d2;
  background: #d2d2d2;
}

.enterprise-home .portal-product-card {
  display: block;
  min-height: 388px;
  padding: 0 0 24px;
  color: #111;
  background: #fff;
  overflow: hidden;
}

.enterprise-home .portal-product-card:hover {
  color: #111;
  background: #f7f7f7;
}

.enterprise-home .portal-product-card img {
  display: block !important;
  width: 100%;
  height: 206px;
  margin: 0 0 22px;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.08);
  background: #e9e9e9;
}

.enterprise-home .portal-product-card:nth-child(1) img { object-position: center 56%; }
.enterprise-home .portal-product-card:nth-child(2) img { object-position: center 50%; }
.enterprise-home .portal-product-card:nth-child(3) img { object-position: center 55%; }
.enterprise-home .portal-product-card:nth-child(4) img { object-position: center 58%; }
.enterprise-home .portal-product-card:nth-child(5) img { object-position: center 54%; }
.enterprise-home .portal-product-card:nth-child(6) img { object-position: center 46%; }

.enterprise-home .portal-product-card span,
.enterprise-home .portal-product-card h3,
.enterprise-home .portal-product-card p {
  display: block;
  margin-left: 24px;
  margin-right: 24px;
}

.enterprise-home .portal-product-card span {
  color: #555;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-home .portal-product-card h3 {
  margin-top: 10px;
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: 1.18;
}

.enterprise-home .portal-product-card p {
  margin-top: 10px;
  color: #555;
  font-size: 13.5px;
  line-height: 1.65;
}

.enterprise-home .enterprise-trust-route {
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(54px, 6vw, 82px);
  background: #101010;
}

.enterprise-home .enterprise-contact {
  padding-top: clamp(50px, 5.5vw, 74px);
  padding-bottom: clamp(50px, 5.5vw, 74px);
}

.enterprise-home .enterprise-contact h2 {
  max-width: 760px;
  font-size: clamp(32px, 3.7vw, 54px);
  line-height: 1.12;
}

@media (max-width: 900px) {
  .enterprise-home .enterprise-hero {
    min-height: auto;
  }

  .enterprise-home .enterprise-hero-grid,
  .enterprise-home .portal-section-head {
    grid-template-columns: 1fr;
  }

  .enterprise-home .enterprise-hero-visual {
    max-width: 520px;
  }

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

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    padding-top: 52px;
    padding-bottom: 42px;
  }

  .enterprise-home .enterprise-hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

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

  .enterprise-home .enterprise-hero-visual {
    display: none;
  }

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

  .enterprise-home .enterprise-proof-grid div {
    min-height: 92px;
    padding: 18px;
  }

  .enterprise-home .portal-product-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-home .portal-product-card:nth-child(n + 4) {
    display: none;
  }

  .enterprise-home .portal-product-card {
    min-height: 0;
  }

  .enterprise-home .portal-product-card img {
    height: 168px;
  }

  .enterprise-home .portal-section-head h2,
  .enterprise-home .enterprise-contact h2 {
    font-size: clamp(30px, 9vw, 40px);
  }
}
/* EOF product center decision routes. */
.products-portal-page .product-route-board {
  padding: clamp(44px, 5.4vw, 72px) 0;
  background: #101010;
  color: #fff;
}

.product-route-board-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.product-route-board-head h2 {
  margin: 8px 0 0;
  max-width: 560px;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.12;
}

.product-route-board-head p:not(.section-kicker) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
}

.product-route-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.product-route-board-grid a {
  display: grid;
  min-height: 190px;
  padding: 24px;
  color: #fff;
  text-decoration: none;
  background: #101010;
}

.product-route-board-grid a:hover {
  background: #1d1d1d;
}

.product-route-board-grid span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-route-board-grid strong {
  align-self: end;
  font-size: clamp(19px, 1.5vw, 23px);
  line-height: 1.24;
}

.product-route-board-grid small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.58;
}

.products-portal-page .product-platform-showcase {
  padding-top: clamp(54px, 6.2vw, 84px);
}

.products-portal-page .product-platform-grid img {
  display: block !important;
  height: 210px;
  opacity: 1 !important;
  visibility: visible !important;
  filter: grayscale(100%) contrast(1.06);
}

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

@media (max-width: 900px) {
  .product-route-board-layout,
  .product-route-board-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .products-portal-page .product-route-board {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .product-route-board-head p:not(.section-kicker) {
    display: none;
  }

  .product-route-board-grid a {
    min-height: 132px;
    padding: 20px;
  }

  .product-route-board-grid a:nth-child(n + 3) {
    display: none;
  }

  .products-portal-page .product-platform-grid img {
    height: 168px;
  }
}
/* EOF category landing refinement: make category pages read like customer landing pages, not catalog dumps. */
.category-detail-page .category-product-matrix,
.category-detail-page .category-selection-board-band {
  display: none;
}

.category-detail-page .category-detail-hero {
  padding-top: clamp(48px, 5.6vw, 78px);
  padding-bottom: clamp(42px, 5vw, 64px);
}

.category-detail-page .category-route-panel {
  margin-top: 26px;
}

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

.category-detail-page .category-route-panel dl div {
  min-height: 86px;
}

.category-detail-page .category-document-matrix {
  padding-top: clamp(48px, 5.6vw, 72px);
  padding-bottom: clamp(48px, 5.6vw, 72px);
}

.category-detail-page .category-document-grid {
  grid-template-columns: minmax(260px, 0.88fr) repeat(2, minmax(0, 1fr));
}

.category-detail-page .category-document-head {
  grid-row: span 2;
}

.category-detail-page .category-document-head,
.category-detail-page .category-document-grid article {
  min-height: 184px;
}

.category-detail-page .category-technical-board {
  padding-top: clamp(44px, 5vw, 64px);
  padding-bottom: clamp(44px, 5vw, 64px);
}

.category-detail-page .category-technical-table tr:nth-child(n + 4) {
  display: none;
}

.category-detail-page .category-products-band {
  padding-top: clamp(52px, 6vw, 82px);
  padding-bottom: clamp(52px, 6vw, 82px);
  background: #fff;
}

.category-detail-page .category-detail-products img,
.category-detail-page .category-detail-products svg {
  height: 206px;
}

.category-detail-page .category-detail-products article > div {
  padding: 22px;
}

.category-detail-page .category-detail-products p {
  min-height: 56px;
}

.category-detail-page .category-asset-band {
  padding-top: clamp(46px, 5.6vw, 72px);
  padding-bottom: clamp(46px, 5.6vw, 72px);
  background: #f6f6f6;
  border-top: 1px solid #dedede;
}

.category-detail-page .category-asset-layout {
  align-items: center;
}

.category-detail-page .category-asset-layout h2 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.14;
}

.category-detail-page .shot-list {
  columns: 1;
}

@media (max-width: 980px) {
  .category-detail-page .category-document-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-detail-page .category-document-head {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .category-detail-page .category-detail-hero {
    padding-top: 30px;
    padding-bottom: 28px;
  }

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

  .category-detail-page .category-route-panel dl div:nth-child(n + 3),
  .category-detail-page .category-document-grid article:nth-of-type(n + 3),
  .category-detail-page .category-technical-board,
  .category-detail-page .category-asset-band {
    display: none;
  }

  .category-detail-page .category-document-matrix,
  .category-detail-page .category-products-band {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .category-detail-page .category-detail-products article:nth-child(n + 2) {
    display: none;
  }

  .category-detail-page .category-detail-products img,
  .category-detail-page .category-detail-products svg {
    height: 168px;
  }
}
/* EOF category evidence visibility correction. */
.category-detail-page .category-document-matrix,
.category-detail-page .category-technical-board,
.category-detail-page .category-asset-band {
  display: block;
}

.category-detail-page .category-product-matrix,
.category-detail-page .category-selection-board-band,
.category-detail-page .category-process-summary-section,
.category-detail-page .category-equipment-depth-section {
  display: none;
}

@media (max-width: 640px) {
  .category-detail-page .category-technical-board,
  .category-detail-page .category-asset-band {
    display: none;
  }

  .category-detail-page .category-document-matrix {
    display: block;
  }
}
/* EOF product detail TDS table refinement. */
.detail-page .detail-key-params {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.detail-page .detail-key-params > .section-kicker,
.detail-page .detail-key-params > h2 {
  max-width: 680px;
}

.detail-page .detail-tds-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid #d4d4d4;
  background: #fff;
}

.detail-page .detail-tds-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.detail-page .detail-tds-table th,
.detail-page .detail-tds-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.58;
}

.detail-page .detail-tds-table thead th {
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  background: #111;
}

.detail-page .detail-tds-table tbody th {
  width: 22%;
  color: #111;
  font-size: 14px;
  font-weight: 900;
  background: #f7f7f7;
}

.detail-page .detail-tds-table tbody td {
  color: #444;
  font-size: 14px;
}

.detail-page .detail-tds-table tbody td:nth-child(2) {
  color: #111;
  font-weight: 750;
}

.detail-page .detail-more-panel {
  display: block;
  border: 1px solid #d6d6d6;
  background: #fff;
}

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

.detail-page .detail-more-body {
  padding: 0 20px 22px;
}

@media (max-width: 640px) {
  .detail-page .detail-tds-table {
    min-width: 0;
  }

  .detail-page .detail-tds-table thead {
    display: none;
  }

  .detail-page .detail-tds-table tr,
  .detail-page .detail-tds-table th,
  .detail-page .detail-tds-table td {
    display: block;
    width: 100%;
  }

  .detail-page .detail-tds-table tbody th {
    padding: 14px 16px 6px;
    border-bottom: 0;
  }

  .detail-page .detail-tds-table tbody td {
    padding: 4px 16px 12px;
  }

  .detail-page .detail-tds-table tbody td:last-child {
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
  }
}
/* EOF trust support pages mobile compression. */
@media (max-width: 640px) {
  .quality-page .quality-dashboard-hero,
  .manufacturing-page .manufacturing-dashboard-hero,
  .contact-page .contact-hero {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .quality-page .quality-dashboard-copy > p:not(.section-kicker),
  .manufacturing-page .manufacturing-dashboard-copy > p:not(.section-kicker),
  .contact-page .contact-hero-copy > p:not(.section-kicker) {
    font-size: 14px;
    line-height: 1.66;
  }

  .quality-page .quality-document-panel {
    grid-template-columns: 1fr;
  }

  .quality-page .quality-document-panel div:nth-child(n + 3),
  .quality-page .quality-family-grid a:nth-child(n + 5),
  .quality-page .document-library-grid article:nth-child(n + 3),
  .quality-page .quality-step-list li:nth-child(n + 4) {
    display: none;
  }

  .quality-page .quality-family-index,
  .quality-page .document-library-section,
  .quality-page .portal-dark {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quality-page .quality-family-grid a,
  .quality-page .document-library-grid article {
    min-height: auto;
    padding: 18px;
  }

  .manufacturing-page .manufacturing-route-panel {
    grid-template-columns: 1fr;
  }

  .manufacturing-page .manufacturing-route-panel div:nth-child(n + 3),
  .manufacturing-page .trust-summary-strip,
  .manufacturing-page .process-equipment-grid article:nth-child(n + 4),
  .manufacturing-page .quality-step-list li:nth-child(n + 4) {
    display: none;
  }

  .manufacturing-page .process-equipment-grid {
    grid-template-columns: 1fr;
  }

  .manufacturing-page .portal-section,
  .manufacturing-page .portal-dark {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .manufacturing-page .process-equipment-card img {
    height: 168px;
  }

  .manufacturing-page .process-equipment-grid article:nth-child(n + 2),
  .manufacturing-page .process-equipment-grid.mobile-fold::after,
  .manufacturing-page .process-equipment-gallery.mobile-fold::after,
  .manufacturing-page .process-equipment-gallery.mobile-fold + .mobile-fold-toggle {
    display: none;
  }

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

  .contact-page .contact-card dl div:nth-child(n + 3),
  .contact-page .inquiry-route-grid article:nth-child(n + 3),
  .contact-page .contact-form-note,
  .contact-page .contact-form-layout > div > p:not(.section-kicker) {
    display: none;
  }

  .contact-page .inquiry-routing-board,
  .contact-page .contact-form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-page .contact-inquiry-form {
    padding: 18px;
  }

  .contact-page .contact-inquiry-form input,
  .contact-page .contact-inquiry-form select,
  .contact-page .contact-inquiry-form textarea {
    min-height: 42px;
    padding: 10px 12px;
  }

  .contact-page .contact-inquiry-form textarea {
    min-height: 86px;
  }
}
/* Final client-grade presentation pass: quieter B2B layout, tighter first screens. */
.site-header {
  min-height: 64px;
  border-bottom: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 0.97);
}

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

.brand span small {
  color: #555;
  letter-spacing: 0;
}

.nav a {
  padding: 18px 12px;
  font-size: 14px;
}

.nav .nav-cta {
  margin-left: 10px;
  padding: 14px 18px;
  color: #fff;
  background: #111;
}

.enterprise-home .enterprise-hero {
  min-height: calc(100vh - 64px);
  padding: clamp(70px, 8vw, 116px) 0 clamp(48px, 5vw, 70px);
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.18) 100%),
    url("./images/real-local/bopp-lamination-rolls-workshop.webp");
  background-position: center;
  background-size: cover;
}

.enterprise-home .enterprise-hero::before {
  display: none;
}

.enterprise-home .enterprise-hero-grid {
  display: block;
}

.enterprise-home .enterprise-hero-copy {
  width: min(690px, 100%);
}

.enterprise-home .enterprise-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(50px, 6.2vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

.enterprise-home .enterprise-hero-copy > p:not(.section-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.85;
}

.enterprise-home .enterprise-hero-visual {
  display: none;
}

.enterprise-finder-panel {
  width: min(660px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}

.enterprise-finder-panel a {
  padding: 22px 24px;
}

.enterprise-proof {
  background: #0b0b0b;
}

.enterprise-proof-grid {
  border-top: 1px solid #2a2a2a;
}

.enterprise-proof-grid div {
  min-height: 116px;
}

.enterprise-proof-grid strong {
  font-size: clamp(28px, 2.8vw, 42px);
}

.products-portal-page .product-portal-hero {
  min-height: auto;
  padding: clamp(58px, 6vw, 82px) clamp(28px, 5vw, 72px) clamp(42px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
  background: #fff;
}

.products-portal-page .product-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: 0;
}

.products-portal-page .product-hero-copy > p:not(.section-kicker) {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.85;
}

.products-portal-page .product-hero-media img {
  display: block;
  width: 100%;
  height: min(38vw, 430px);
  min-height: 300px;
  object-fit: cover;
  border: 1px solid #d6d6d6;
}

.products-portal-page .product-hero-proof {
  grid-column: 1 / -1;
  width: min(980px, 100%);
  margin: 6px 0 0;
  border: 1px solid #dedede;
  background: #fafafa;
}

.products-portal-page .product-hero-proof div {
  min-height: 92px;
  padding: 20px 24px;
}

.products-portal-page .product-hero-proof strong {
  font-size: clamp(24px, 2.4vw, 36px);
}

.products-portal-page .product-route-board {
  padding-top: clamp(54px, 6vw, 86px);
  padding-bottom: clamp(54px, 6vw, 86px);
}

.product-route-board-head h2,
.product-platform-showcase .portal-section-head h2 {
  letter-spacing: 0;
}

.product-route-board-grid a,
.product-platform-grid a,
.portal-product-card,
.enterprise-map-grid a,
.market-access-grid a {
  border-radius: 0;
}

.product-route-board-grid small,
.product-platform-grid small,
.portal-product-card p,
.enterprise-map-grid small,
.market-access-grid small {
  color: #555;
  line-height: 1.72;
}

.about-page .portal-hero-content p:not(.section-kicker),
.manufacturing-page .manufacturing-dashboard-copy > p:not(.section-kicker) {
  max-width: 680px;
}

.about-page .about-verification-grid article,
.about-page .operating-model-grid article,
.manufacturing-page .manufacturing-route-panel div {
  border-radius: 0;
}

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

  .products-portal-page .product-hero-media {
    order: -1;
  }

  .products-portal-page .product-hero-media img {
    height: 260px;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 60px;
    padding: 0 14px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand span small {
    font-size: 11px;
  }

  .enterprise-home .enterprise-hero {
    min-height: auto;
    padding: 58px 0 38px;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 62%, rgba(0, 0, 0, 0.46) 100%),
      url("./images/real-local/bopp-lamination-rolls-workshop.webp");
  }

  .enterprise-home .enterprise-hero-copy h1,
  .products-portal-page .product-hero-copy h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .enterprise-home .enterprise-hero-copy > p:not(.section-kicker),
  .products-portal-page .product-hero-copy > p:not(.section-kicker) {
    font-size: 14px;
    line-height: 1.7;
  }

  .enterprise-actions,
  .product-hero-actions {
    gap: 10px;
  }

  .enterprise-actions .button,
  .product-hero-actions .button {
    min-height: 42px;
    padding: 11px 14px;
    font-size: 14px;
  }

  .enterprise-finder-panel {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .enterprise-finder-panel a:nth-child(2) {
    display: none;
  }

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

  .enterprise-proof-grid div {
    min-height: 86px;
    padding: 16px 18px;
  }

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

  .enterprise-proof-grid strong {
    font-size: 24px;
  }

  .products-portal-page .product-portal-hero {
    padding: 32px 28px 26px;
    gap: 22px;
  }

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

  .products-portal-page .product-hero-actions a[href="#product-finder"] {
    display: inline-flex;
  }

  .products-portal-page .product-hero-actions a:nth-child(n + 3) {
    display: none;
  }

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

  .products-portal-page .product-hero-proof div {
    min-height: 78px;
    padding: 16px 18px;
  }

  .products-portal-page .product-hero-proof div:nth-child(n + 3) {
    display: none;
  }

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

  .product-route-board-head h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .product-route-board-grid a {
    min-height: 150px;
  }
}
/* Product center second pass: make the page behave like a compact product gateway. */
.products-portal-page .breadcrumb-bar {
  display: none;
}

.products-portal-page .product-portal-hero {
  padding-top: clamp(42px, 4.5vw, 64px);
  padding-bottom: clamp(28px, 3vw, 42px);
}

.products-portal-page .product-hero-copy h1 {
  font-size: clamp(46px, 5vw, 72px);
}

.products-portal-page .product-hero-media img {
  height: min(30vw, 330px);
  min-height: 260px;
}

.products-portal-page .product-hero-proof {
  width: 100%;
}

.products-portal-page .product-hero-proof div {
  min-height: 76px;
}

.products-portal-page .product-route-board {
  color: #111;
  background: #f7f7f7;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.product-route-board-head .section-kicker,
.product-route-board-head h2,
.product-route-board-head p:not(.section-kicker) {
  color: #111;
}

.product-route-board-grid a {
  color: #111;
  border-color: #d8d8d8;
  background: #fff;
}

.product-route-board-grid a:hover {
  border-color: #111;
  background: #fff;
}

.product-route-board-grid span {
  color: #777;
}

.product-route-board-grid small {
  color: #555;
}

@media (max-width: 640px) {
  .products-portal-page .breadcrumb-bar {
    display: none;
  }

  .products-portal-page .product-portal-hero {
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .products-portal-page .product-hero-copy h1 {
    font-size: 38px;
  }

  .products-portal-page .product-hero-proof {
    margin-top: 4px;
  }

  .products-portal-page .product-route-board {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* Product hero proof alignment correction. */
.products-portal-page .product-portal-hero {
  row-gap: 22px !important;
}

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

.products-portal-page .product-hero-proof div:first-child {
  border-left: 0 !important;
}

@media (min-width: 981px) {
  .products-portal-page .product-portal-hero {
    padding-left: clamp(56px, 5vw, 80px) !important;
    padding-right: clamp(56px, 5vw, 80px) !important;
  }
}
/* Mobile trust pass: shorten key decision pages and reduce heavy dark blocks. */
@media (max-width: 640px) {
  .detail-page .breadcrumb-bar,
  .category-detail-page .breadcrumb-bar,
  .contact-page .breadcrumb-bar,
  .positioning-page .breadcrumb-bar {
    display: none !important;
  }

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

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

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

  .detail-page .detail-hero-docs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .detail-page .detail-hero-docs a {
    min-height: 76px !important;
    padding: 12px !important;
  }

  .detail-page .detail-hero-docs span {
    font-size: 11px !important;
  }

  .detail-page .detail-hero-docs strong {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .detail-page .detail-hero-photo,
  .detail-page .detail-hero-diagram,
  .detail-page .detail-hero > figure {
    margin-top: 2px !important;
  }

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

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

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

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

  .category-detail-page .category-detail-hero {
    padding: 24px 14px 24px !important;
    gap: 16px !important;
  }

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

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

  .category-detail-page .category-route-panel {
    margin-top: 16px !important;
    color: #111 !important;
    border: 1px solid #d8d8d8 !important;
    background: #f7f7f7 !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 dl div,
  .category-detail-page .category-route-panel dl div:nth-child(even) {
    min-height: auto !important;
    padding: 14px 16px !important;
    border-color: #d8d8d8 !important;
  }

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

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

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

  .contact-page .contact-hero {
    padding: 22px 16px 24px !important;
    gap: 16px !important;
  }

  .contact-page .contact-hero h1 {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  .contact-page .contact-hero-copy > p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

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

  .contact-page .contact-card h2 {
    font-size: 23px !important;
    line-height: 1.18 !important;
  }

  .contact-page .contact-card p {
    font-size: 13px !important;
  }

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

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

  .positioning-page .application-dashboard-hero {
    padding: 24px 16px 22px !important;
    gap: 16px !important;
  }

  .positioning-page .application-dashboard-copy h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .positioning-page .application-dashboard-copy > p:not(.section-kicker) {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  .positioning-page .application-route-panel a {
    padding: 18px !important;
  }

  .positioning-page .application-route-panel a:nth-child(n + 3) {
    display: none !important;
  }
}

/* Final client-standard override: keep the visible customer pages compact, image-led, and mobile safe. */
.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;
}

.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;
  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;
}

.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;
  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 {
  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 img,
.products-portal-page .product-platform-grid img {
  display: block !important;
  width: 100% !important;
  height: 188px !important;
  min-height: 188px !important;
  object-fit: cover !important;
  opacity: 1 !important;
  filter: grayscale(0.12) contrast(1.04) !important;
  background: #dcdcdc !important;
}

.enterprise-home .portal-product-card:nth-child(1) img,
.products-portal-page .product-platform-grid a:nth-child(1) img {
  object-position: center 72% !important;
}

.enterprise-home .portal-product-card:nth-child(2) img,
.products-portal-page .product-platform-grid a:nth-child(2) img {
  object-position: center 52% !important;
}

.enterprise-home .portal-product-card:nth-child(3) img,
.products-portal-page .product-platform-grid a:nth-child(3) img {
  object-position: center 62% !important;
}

.enterprise-home .portal-product-card:nth-child(4) img,
.products-portal-page .product-platform-grid a:nth-child(4) img {
  object-position: center 64% !important;
}

.enterprise-home .portal-product-card:nth-child(5) img,
.products-portal-page .product-platform-grid a:nth-child(5) img {
  object-position: center 50% !important;
}

.enterprise-home .portal-product-card:nth-child(6) img,
.products-portal-page .product-platform-grid a:nth-child(6) img {
  object-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: 11px !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;
}

.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;
}

@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;
  }
}

@media (max-width: 640px) {
  .enterprise-home .enterprise-hero {
    padding-top: 46px !important;
    padding-bottom: 30px !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 img,
  .products-portal-page .product-platform-grid img {
    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;
  }
}

/* Screenshot review refinement: make product pages feel like an ecosystem portal, not repeated SKU cards. */
.detail-page .detail-hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(34px, 5vw, 78px) !important;
  align-items: center !important;
  min-height: min(720px, calc(100vh - 62px)) !important;
  padding: clamp(58px, 7vw, 96px) clamp(44px, 6vw, 92px) clamp(52px, 6vw, 82px) !important;
  overflow: hidden !important;
  color: #111 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 47%, #f4f4f4 47%, #f4f4f4 100%) !important;
}

.detail-page .detail-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0.18), transparent 62%) !important;
}

.detail-page .detail-hero > div,
.detail-page .detail-hero > figure {
  position: relative !important;
  z-index: 1 !important;
}

.detail-page .detail-hero h1 {
  max-width: 680px !important;
  margin-top: 14px !important;
  font-size: clamp(46px, 5.4vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.detail-page .detail-hero p:not(.section-kicker) {
  max-width: 620px !important;
  margin-top: 18px !important;
  color: #3d3d3d !important;
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.78 !important;
}

.detail-ecosystem-strip {
  display: grid !important;
  max-width: 680px !important;
  margin: 22px 0 0 !important;
  padding: 18px 20px !important;
  gap: 7px !important;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
}

.detail-ecosystem-strip span {
  color: #a8a8a8 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.detail-ecosystem-strip strong {
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

.detail-ecosystem-strip small {
  color: #d6d6d6 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

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

.detail-page .detail-hero-docs a {
  min-height: 94px !important;
  padding: 18px !important;
  border: 0 !important;
  border-right: 1px solid #d7d7d7 !important;
  background: #fff !important;
}

.detail-page .detail-hero-docs a:last-child {
  border-right: 0 !important;
}

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

.detail-page .detail-hero-docs strong {
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.38 !important;
}

.detail-page .detail-proof-list {
  display: none !important;
}

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

.detail-page .detail-hero-snapshot {
  max-width: 680px !important;
  margin-top: 22px !important;
  padding: 0 !important;
  border: 1px solid #d7d7d7 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.detail-page .detail-hero-snapshot > span {
  display: block !important;
  padding: 13px 16px !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  background: #f7f7f7 !important;
}

.detail-hero-param-table {
  width: 100% !important;
  border-collapse: collapse !important;
}

.detail-hero-param-table th,
.detail-hero-param-table td {
  padding: 11px 16px !important;
  color: #222 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  border-bottom: 1px solid #eeeeee !important;
  vertical-align: top !important;
}

.detail-hero-param-table tr:last-child th,
.detail-hero-param-table tr:last-child td {
  border-bottom: 0 !important;
}

.detail-hero-param-table th {
  width: 34% !important;
  color: #666 !important;
  font-weight: 800 !important;
}

.detail-page .detail-hero-photo,
.detail-page .detail-hero-diagram,
.detail-page .detail-hero > figure {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  background: #111 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16) !important;
}

.detail-page .detail-hero-photo img,
.detail-page .detail-hero > figure img {
  display: block !important;
  width: 100% !important;
  height: clamp(390px, 52vh, 560px) !important;
  object-fit: cover !important;
  filter: grayscale(0.08) contrast(1.06) !important;
  background: #ddd !important;
}

.detail-page .detail-type-machine .detail-hero > figure img,
.detail-page .detail-type-equipment .detail-hero > figure img {
  object-fit: cover !important;
  object-position: center center !important;
}

.detail-page .detail-hero-photo figcaption,
.detail-page .detail-hero-diagram figcaption,
.detail-page .detail-hero > figure figcaption {
  padding: 14px 18px !important;
  color: #e8e8e8 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  background: #111 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.detail-buyer-verdict {
  padding: clamp(38px, 5vw, 66px) 0 !important;
  color: #fff !important;
  background: #111 !important;
}

.detail-buyer-verdict-head {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr) !important;
  gap: clamp(20px, 4vw, 64px) !important;
  align-items: end !important;
  margin-bottom: 24px !important;
}

.detail-buyer-verdict-head .section-kicker {
  color: #9a9a9a !important;
}

.detail-buyer-verdict-head h2 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(28px, 3.4vw, 46px) !important;
  line-height: 1.08 !important;
}

.detail-buyer-verdict-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
}

.detail-buyer-verdict-grid article {
  min-height: 178px !important;
  padding: 22px !important;
  border-right: 1px solid rgba(255,255,255,0.18) !important;
  background: transparent !important;
}

.detail-buyer-verdict-grid article:last-child {
  border-right: 0 !important;
}

.detail-buyer-verdict-grid span {
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.detail-buyer-verdict-grid strong {
  display: block !important;
  margin-top: 24px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
}

.detail-buyer-verdict-grid p {
  margin: 10px 0 0 !important;
  color: #cfcfcf !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.detail-visual-evidence-grid {
  align-items: stretch !important;
}

.detail-process-reference img {
  width: 100% !important;
  height: 100% !important;
  min-height: 280px !important;
  object-fit: cover !important;
  filter: grayscale(0.08) contrast(1.04) !important;
}

@media (max-width: 1100px) {
  .detail-page .detail-hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    background: #fff !important;
  }

  .detail-page .detail-hero > figure:not(.detail-mobile-hero-visual) {
    max-width: 760px !important;
  }

  .detail-buyer-verdict-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .detail-buyer-verdict-grid article:nth-child(2n) {
    border-right: 0 !important;
  }

  .detail-buyer-verdict-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255,255,255,0.18) !important;
  }
}

@media (max-width: 640px) {
  .detail-page .detail-hero {
    padding: 24px 16px 28px !important;
    gap: 16px !important;
  }

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

  .detail-ecosystem-strip {
    margin-top: 16px !important;
    padding: 15px 16px !important;
  }

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

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

  .detail-page .detail-hero-docs a:last-child {
    border-bottom: 0 !important;
  }

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

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

  .detail-buyer-verdict {
    padding: 30px 0 !important;
  }

  .detail-buyer-verdict-head {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .detail-buyer-verdict-head h2 {
    font-size: 28px !important;
  }

  .detail-buyer-verdict-grid {
    grid-template-columns: 1fr !important;
  }

  .detail-buyer-verdict-grid article {
    min-height: auto !important;
    padding: 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.18) !important;
  }

  .detail-buyer-verdict-grid article:nth-child(n + 4) {
    display: none !important;
  }

  .detail-buyer-verdict-grid strong {
    margin-top: 12px !important;
  }
}

/* Equipment detail upgrade: replace catalog-like white product shots with a site-fit visual stage. */
.detail-page .detail-equipment-visual {
  background: #111 !important;
}

.detail-equipment-stage {
  position: relative !important;
  min-height: clamp(420px, 52vh, 590px) !important;
  overflow: hidden !important;
  background: #111 !important;
}

.detail-equipment-stage::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.04)),
    linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.34)) !important;
}

.detail-page .detail-equipment-scene {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: grayscale(0.22) contrast(1.16) brightness(0.82) !important;
  transform: scale(1.03) !important;
  background: #111 !important;
}

.detail-equipment-product-frame {
  position: absolute !important;
  z-index: 2 !important;
  right: clamp(22px, 5vw, 56px) !important;
  bottom: clamp(28px, 5vw, 58px) !important;
  width: min(56%, 430px) !important;
  padding: clamp(12px, 1.4vw, 18px) !important;
  border: 1px solid rgba(255,255,255,0.42) !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,0.42) !important;
}

.detail-page .detail-equipment-product-frame img.detail-equipment-product,
.detail-page .detail-equipment-product {
  display: block !important;
  width: 100% !important;
  height: clamp(210px, 30vh, 330px) !important;
  object-fit: contain !important;
  filter: contrast(1.04) saturate(0.95) !important;
  background: transparent !important;
  transform: none !important;
}

.detail-equipment-badge {
  position: absolute !important;
  z-index: 3 !important;
  left: clamp(22px, 4vw, 48px) !important;
  bottom: clamp(28px, 5vw, 58px) !important;
  width: min(44%, 360px) !important;
  padding: 18px 20px !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  background: rgba(0,0,0,0.74) !important;
  backdrop-filter: blur(6px) !important;
}

.detail-equipment-badge span {
  display: block !important;
  color: #aaa !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.detail-equipment-badge strong {
  display: block !important;
  margin-top: 8px !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.42 !important;
}

.detail-page .detail-type-machine .detail-hero h1,
.detail-page .detail-type-equipment .detail-hero h1 {
  max-width: 620px !important;
}

@media (max-width: 1100px) {
  .detail-equipment-stage {
    min-height: 420px !important;
  }

  .detail-equipment-product-frame {
    width: min(54%, 390px) !important;
  }
}

@media (max-width: 640px) {
  .detail-equipment-stage {
    min-height: 315px !important;
  }

  .detail-equipment-stage::after {
    background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.56)) !important;
  }

  .detail-equipment-product-frame {
    right: 14px !important;
    bottom: 16px !important;
    width: 58% !important;
    padding: 8px !important;
  }

  .detail-page .detail-equipment-product-frame img.detail-equipment-product,
  .detail-page .detail-equipment-product {
    height: 142px !important;
  }

  .detail-equipment-badge {
    left: 14px !important;
    bottom: 16px !important;
    width: 40% !important;
    padding: 12px !important;
  }

  .detail-equipment-badge strong {
    font-size: 13px !important;
  }
}

/* System-first visual corrections after screenshot review */
.home-enterprise-hero-copy h1 {
  max-width: 680px !important;
}

.home-enterprise-hero-copy h1 span {
  display: block;
}

.home-enterprise-hero-copy h1 span:last-child {
  font-size: inherit !important;
  line-height: inherit !important;
}

.products-portal-page .product-hero-media img {
  object-position: center 50% !important;
  filter: grayscale(0.12) contrast(1.04) !important;
}

.home-enterprise-visual .home-hero-system-board {
  width: 100%;
  box-shadow: none;
}

.home-enterprise-visual .home-hero-system-board .system-interface-grid article {
  min-height: 132px;
}

.home-enterprise-visual .home-hero-system-board .system-interface-grid strong {
  font-size: 17px;
}

@media (max-width: 640px) {
  .home-enterprise-hero-copy h1 {
    max-width: 100% !important;
  }

  .home-enterprise-hero-copy h1 span:last-child {
    font-size: 34px !important;
    line-height: 1.08 !important;
    word-break: keep-all;
  }

  .system-console {
    width: calc(100vw - 28px);
    max-width: 100%;
    box-shadow: 6px 6px 0 #111 !important;
  }

  .system-console-main {
    min-height: auto;
  }

  .system-console-main section {
    padding: 14px;
  }

  .system-console-head {
    display: grid;
    gap: 6px;
  }

  .home-enterprise-visual .home-hero-system-board .system-interface-grid article {
    min-height: 118px;
  }
}


