:root {
  --pdl-blue: #075bc7;
  --pdl-blue-dark: #064aa3;
  --pdl-blue-soft: #e8f1fc;
  --pdl-blue-tint: #f5f9fe;
  --pdl-navy: #12283f;
  --pdl-navy-2: #0b1c2e;
  --pdl-navy-3: #071522;
  --pdl-ink: #18212b;
  --pdl-muted: #5b6673;
  --pdl-muted-2: #7b8794;
  --pdl-canvas: #ffffff;
  --pdl-surface: #f5f8fb;
  --pdl-surface-strong: #e7eef5;
  --pdl-line: #d8e0e8;
  --pdl-line-soft: rgba(134, 154, 176, .26);
  --pdl-green: #0d7a62;
  --pdl-green-soft: #e6f4ef;
  --pdl-amber: #c66a12;
  --pdl-amber-soft: #fff4e6;
  --pdl-danger: #c2413a;
  --pdl-shadow-sm: 0 8px 24px rgba(18, 40, 63, .08);
  --pdl-shadow-md: 0 18px 42px rgba(18, 40, 63, .12);
  --pdl-shadow-lg: 0 28px 72px rgba(10, 31, 52, .16);
  --pdl-shadow-blue: 0 18px 38px rgba(7, 91, 199, .22);
  --pdl-radius: 6px;
  --pdl-container: 1280px;
  --pdl-header-height: 76px;
  --pdl-transition: 220ms cubic-bezier(.22, .8, .25, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--pdl-header-height) + 18px);
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--pdl-ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(7, 91, 199, .055), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #fff 34rem, #f8fbfe 100%);
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
}

body.pdl-menu-open {
  overflow: hidden;
}

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

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

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.pdl-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 16px;
  color: #fff;
  background: var(--pdl-navy);
  transform: translateY(-150%);
  transition: transform var(--pdl-transition);
}

.pdl-skip-link:focus {
  transform: translateY(0);
}

.pdl-container {
  width: min(calc(100% - 48px), var(--pdl-container));
  margin-inline: auto;
}

.pdl-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--pdl-header-height);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(216, 224, 232, .85);
  transition: box-shadow var(--pdl-transition);
}

.pdl-site-header.is-scrolled {
  box-shadow: 0 8px 30px rgba(18, 40, 63, .08);
}

.pdl-breadcrumb {
  background: rgba(248, 251, 253, .92);
  border-bottom: 1px solid var(--pdl-line-soft);
}

.pdl-breadcrumb ol {
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 10px 0;
  overflow-x: auto;
  color: var(--pdl-muted);
  font-size: .84rem;
  line-height: 1.4;
  list-style: none;
  scrollbar-width: none;
}

.pdl-breadcrumb ol::-webkit-scrollbar {
  display: none;
}

.pdl-breadcrumb li {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.pdl-breadcrumb li + li::before {
  content: "/";
  color: var(--pdl-muted-2);
}

.pdl-breadcrumb a {
  color: var(--pdl-blue);
  font-weight: 700;
}

.pdl-breadcrumb span[aria-current="page"] {
  color: var(--pdl-muted);
}

.pdl-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.pdl-brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  line-height: 1.05;
  flex: 0 0 auto;
}

.pdl-brand-logo {
  flex-direction: row;
  align-items: center;
  width: auto;
  line-height: 1;
  isolation: isolate;
  animation: pdl-logo-enter 620ms cubic-bezier(.22, .8, .25, 1) 140ms both;
}

.pdl-brand-logo-crop {
  position: relative;
  width: clamp(136px, 11vw, 168px);
  height: 42px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  background: transparent;
  transform: translateZ(0);
  transition: transform 220ms cubic-bezier(.22, .8, .25, 1), filter 220ms cubic-bezier(.22, .8, .25, 1);
}

.pdl-brand-logo-crop img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  user-select: none;
  pointer-events: none;
}

.pdl-brand-logo-crop::after {
  content: "";
  position: absolute;
  inset: -20% -38%;
  background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, .32) 48%, transparent 68%);
  opacity: 0;
  transform: translateX(-72%) skewX(-14deg);
  animation: pdl-logo-sheen 980ms cubic-bezier(.22, .8, .25, 1) 560ms both;
  pointer-events: none;
}

.pdl-brand-logo:hover .pdl-brand-logo-crop,
.pdl-brand-logo:focus-visible .pdl-brand-logo-crop {
  filter: saturate(1.04) contrast(1.02);
  transform: translateY(-1px) scale(1.012);
}

.pdl-brand-logo:hover .pdl-brand-logo-crop::after,
.pdl-brand-logo:focus-visible .pdl-brand-logo-crop::after {
  animation: pdl-logo-sheen 980ms cubic-bezier(.22, .8, .25, 1) both;
}

@keyframes pdl-logo-enter {
  from {
    opacity: 0;
    transform: translateY(5px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pdl-logo-sheen {
  0% {
    opacity: 0;
    transform: translateX(-72%) skewX(-14deg);
  }

  28% {
    opacity: .82;
  }

  100% {
    opacity: 0;
    transform: translateX(72%) skewX(-14deg);
  }
}

.pdl-brand-cn {
  color: var(--pdl-navy);
  font-size: 1.28rem;
  font-weight: 800;
}

.pdl-brand-en {
  margin-top: 6px;
  color: var(--pdl-muted);
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.pdl-brand-light .pdl-brand-cn {
  color: #fff;
}

.pdl-brand-light .pdl-brand-en {
  color: #adbdcb;
}

.pdl-primary-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.pdl-nav-list,
.pdl-primary-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .93rem;
}

.pdl-nav-item,
.pdl-primary-nav .menu-item {
  position: relative;
}

.pdl-nav-parent {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pdl-nav-list a,
.pdl-primary-nav .menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: var(--pdl-header-height);
  color: var(--pdl-ink);
  white-space: nowrap;
}

.pdl-nav-list > li > a::after,
.pdl-nav-parent > a::after,
.pdl-primary-nav .menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 18px;
  height: 2px;
  background: var(--pdl-blue);
  transition: right var(--pdl-transition);
}

.pdl-nav-list > li > a:hover::after,
.pdl-nav-parent > a:hover::after,
.pdl-primary-nav .menu > li > a:hover::after,
.pdl-nav-list > li > a:focus-visible::after,
.pdl-nav-parent > a:focus-visible::after,
.pdl-primary-nav .menu > li > a:focus-visible::after {
  right: 0;
}

.pdl-nav-toggle {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  color: var(--pdl-muted);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.pdl-nav-toggle-icon {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform var(--pdl-transition);
}

.pdl-submenu,
.pdl-primary-nav .sub-menu {
  position: absolute;
  top: calc(100% - 6px);
  left: 50%;
  z-index: 20;
  width: 250px;
  max-width: min(250px, 90vw);
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
  box-shadow: var(--pdl-shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity var(--pdl-transition), transform var(--pdl-transition), visibility var(--pdl-transition);
}

.has-dropdown:hover .pdl-submenu,
.has-dropdown:focus-within .pdl-submenu,
.pdl-primary-nav .menu-item-has-children:hover > .sub-menu,
.pdl-primary-nav .menu-item-has-children:focus-within > .sub-menu,
.has-dropdown.is-open .pdl-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.pdl-submenu a,
.pdl-primary-nav .sub-menu a {
  min-height: 0;
  width: 100%;
  padding: 9px 10px;
  color: var(--pdl-muted);
  border-radius: 4px;
}

.pdl-submenu a:hover,
.pdl-primary-nav .sub-menu a:hover {
  color: var(--pdl-blue);
  background: var(--pdl-blue-soft);
}

.pdl-nav-materials > .pdl-submenu {
  width: min(560px, 92vw);
  max-width: min(560px, 92vw);
}

.pdl-submenu-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pdl-submenu-group,
.pdl-submenu-group ul {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.pdl-submenu-group ul {
  display: grid;
  gap: 2px;
  list-style: none;
}

.pdl-submenu-heading {
  display: block;
  padding: 8px 10px 6px;
  color: var(--pdl-navy);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}

.pdl-pouch-type-entry-section {
  padding-top: 52px;
  padding-bottom: 18px;
}

.pdl-pouch-type-entry-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.pdl-pouch-type-entry-item {
  display: grid;
  grid-template-rows: 92px auto auto;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  color: var(--pdl-ink);
  background: var(--pdl-surface);
  border: 1px solid var(--pdl-line-soft);
  border-radius: 6px;
  transition: border-color var(--pdl-transition), transform var(--pdl-transition), box-shadow var(--pdl-transition);
}

.pdl-pouch-type-entry-item:hover,
.pdl-pouch-type-entry-item:focus-visible {
  border-color: rgba(13, 102, 207, .38);
  box-shadow: 0 12px 28px rgba(18, 40, 63, .08);
  transform: translateY(-2px);
}

.pdl-pouch-type-entry-media {
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
}

.pdl-pouch-type-entry-media img {
  width: 100%;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 8px 8px rgba(18, 40, 63, .14));
}

.pdl-pouch-type-entry-item strong {
  overflow-wrap: anywhere;
  color: var(--pdl-navy);
  font-size: .92rem;
  line-height: 1.35;
}

.pdl-pouch-type-entry-item small {
  color: var(--pdl-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.pdl-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.pdl-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pdl-navy);
  font-weight: 650;
  white-space: nowrap;
}

.pdl-phone-link svg {
  color: var(--pdl-blue);
}

.pdl-menu-toggle,
.pdl-mobile-nav-quote {
  display: none !important;
}

.pdl-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 650;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color var(--pdl-transition), border-color var(--pdl-transition), box-shadow var(--pdl-transition), color var(--pdl-transition), transform var(--pdl-transition);
}

.pdl-button:hover,
.pdl-button:focus-visible {
  transform: translateY(-1px);
}

.pdl-button-primary {
  color: #fff;
  background: var(--pdl-blue);
  border-color: var(--pdl-blue);
}

.pdl-button-primary:hover,
.pdl-button-primary:focus-visible {
  background: var(--pdl-blue-dark);
  border-color: var(--pdl-blue-dark);
  box-shadow: 0 8px 18px rgba(7, 91, 199, .2);
}

.pdl-button-secondary {
  color: var(--pdl-navy);
  background: #fff;
  border-color: #a9b6c4;
}

.pdl-button-secondary:hover,
.pdl-button-secondary:focus-visible {
  color: var(--pdl-blue);
  border-color: var(--pdl-blue);
}

.pdl-button-block {
  width: 100%;
}

.pdl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pdl-blue);
  font-weight: 650;
}

.pdl-text-link svg {
  transition: transform var(--pdl-transition);
}

.pdl-text-link:hover svg {
  transform: translateX(4px);
}

.pdl-eyebrow {
  margin: 0 0 14px;
  color: var(--pdl-blue);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .08em;
}

.pdl-page-hero {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--pdl-line);
}

.pdl-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.05fr) minmax(420px, .95fr);
  min-height: 360px;
  align-items: center;
}

.pdl-page-hero-copy {
  position: relative;
  z-index: 2;
  padding: 42px 56px 42px 0;
}

.pdl-page-hero h1 {
  max-width: 12em;
  margin: 0 0 18px;
  color: var(--pdl-navy);
  font-size: clamp(2rem, 2.7vw, 3.05rem);
  line-height: 1.16;
  font-weight: 700;
  text-wrap: balance;
}

.pdl-hero-lead {
  max-width: 40em;
  margin: 0 0 22px;
  color: var(--pdl-muted);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}

.pdl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pdl-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pdl-hero-chips span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  color: var(--pdl-navy);
  background: var(--pdl-surface);
  border: 1px solid var(--pdl-line);
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 600;
}

.pdl-hero-chips svg {
  color: var(--pdl-blue);
}

.pdl-page-hero-media {
  align-self: stretch;
  height: 360px;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 calc((100vw - min(100vw - 48px, var(--pdl-container))) / -2) 0 0;
  overflow: hidden;
  background: var(--pdl-surface);
}

.pdl-page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.pdl-hero-product .pdl-page-hero-media,
.pdl-hero-material .pdl-page-hero-media {
  padding: 28px;
  background: linear-gradient(180deg, #f7f9fb 0%, #eef3f8 100%);
}

.pdl-hero-product .pdl-page-hero-media img,
.pdl-hero-material .pdl-page-hero-media img {
  object-fit: contain;
  object-position: center;
}

.pdl-hero-products-center .pdl-page-hero-grid {
  min-height: 310px;
}

.pdl-hero-products-center .pdl-page-hero-copy {
  padding-top: 34px;
  padding-bottom: 34px;
}

.pdl-hero-products-center .pdl-page-hero-copy::before {
  margin-bottom: 12px;
}

.pdl-hero-products-center h1 {
  max-width: 15em;
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 2.35vw, 2.58rem);
}

.pdl-hero-products-center .pdl-hero-lead {
  max-width: 46em;
  margin-bottom: 16px;
  font-size: .98rem;
}

.pdl-hero-products-center .pdl-hero-chips {
  margin-top: 12px;
}

.pdl-hero-products-center .pdl-hero-chips span {
  min-height: 32px;
  padding: 5px 10px;
  font-size: .84rem;
}

.pdl-hero-products-center .pdl-page-hero-media {
  height: 310px;
}

.pdl-hero-products-center .pdl-page-hero-media img {
  object-fit: contain;
  object-position: center;
  padding: 18px;
}

.pdl-section {
  padding: 88px 0;
}

.pdl-soft-section {
  background: var(--pdl-surface);
}

.pdl-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: end;
  gap: 54px;
  margin-bottom: 42px;
}

.pdl-section-heading h2,
.pdl-entry-content h2,
.pdl-side-panel h2,
.pdl-quote-copy h2 {
  margin: 0;
  color: var(--pdl-navy);
  font-size: clamp(1.85rem, 2.45vw, 2.55rem);
  line-height: 1.28;
}

.pdl-section-heading p:not(.pdl-eyebrow) {
  margin: 0 0 4px;
  color: var(--pdl-muted);
}

.pdl-proof-strip {
  border-top: 1px solid var(--pdl-line);
  border-bottom: 1px solid var(--pdl-line);
  background: var(--pdl-surface);
}

.pdl-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.pdl-proof-grid div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 22px 26px;
  border-right: 1px solid var(--pdl-line);
}

.pdl-proof-grid div:last-child {
  border-right: 0;
}

.pdl-proof-grid strong {
  color: var(--pdl-blue);
  font-size: 1.22rem;
  line-height: 1.25;
}

.pdl-proof-grid span {
  color: var(--pdl-muted);
  font-size: .83rem;
}

.pdl-decision-strip {
  background: #fff;
  border-bottom: 1px solid var(--pdl-line);
}

.pdl-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.pdl-decision-card {
  min-width: 0;
  padding: 24px 24px 22px;
  border-right: 1px solid var(--pdl-line);
}

.pdl-decision-card:first-child {
  border-left: 1px solid var(--pdl-line);
}

.pdl-decision-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--pdl-blue);
  font-size: .76rem;
  font-weight: 750;
}

.pdl-decision-card strong {
  display: block;
  color: var(--pdl-navy);
  font-size: 1.04rem;
  line-height: 1.35;
}

.pdl-decision-card p {
  margin: 8px 0 0;
  color: var(--pdl-muted);
  font-size: .86rem;
  line-height: 1.62;
}

.pdl-conversion-layout,
.pdl-compare-layout,
.pdl-layer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
}

.pdl-conversion-main,
.pdl-layer-main {
  display: grid;
  gap: 22px;
}

.pdl-check-panel,
.pdl-quote-ready-panel,
.pdl-layer-panel,
.pdl-choice-card {
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
}

.pdl-check-panel h3,
.pdl-quote-ready-panel h2,
.pdl-layer-panel h3,
.pdl-choice-card h3 {
  margin: 0 0 12px;
  color: var(--pdl-navy);
  font-size: 1.16rem;
  line-height: 1.35;
}

.pdl-check-list,
.pdl-quote-ready-panel ul,
.pdl-layer-panel ul,
.pdl-choice-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdl-check-list li,
.pdl-quote-ready-panel li,
.pdl-layer-panel li,
.pdl-choice-card li {
  position: relative;
  padding-left: 22px;
  color: var(--pdl-muted);
  font-size: .94rem;
}

.pdl-check-list li::before,
.pdl-quote-ready-panel li::before,
.pdl-layer-panel li::before,
.pdl-choice-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  background: var(--pdl-blue);
  border-radius: 50%;
}

.pdl-check-panel.is-warning .pdl-check-list li::before {
  background: var(--pdl-amber);
}

.pdl-quote-ready-panel {
  position: sticky;
  top: calc(var(--pdl-header-height) + 24px);
  border-color: #b7cce4;
  box-shadow: var(--pdl-shadow-sm);
}

.pdl-quote-ready-panel p {
  margin: 0 0 18px;
  color: var(--pdl-muted);
  font-size: .94rem;
}

.pdl-quote-ready-panel .pdl-button {
  width: 100%;
  margin-top: 18px;
}

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

.pdl-choice-card {
  display: grid;
  gap: 16px;
}

.pdl-choice-card span {
  width: max-content;
  padding: 4px 9px;
  color: var(--pdl-blue);
  background: var(--pdl-blue-soft);
  border-radius: 4px;
  font-size: .75rem;
  font-weight: 750;
}

.pdl-choice-card p {
  margin: 0;
  color: var(--pdl-muted);
}

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

.pdl-layer-panel {
  min-height: 190px;
  border-top: 4px solid var(--pdl-blue);
}

.pdl-layer-panel:nth-child(2) {
  border-top-color: var(--pdl-green);
}

.pdl-layer-panel:nth-child(3) {
  border-top-color: #55708d;
}

.pdl-layer-panel:nth-child(4) {
  border-top-color: var(--pdl-amber);
}

.pdl-layer-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--pdl-muted);
  font-size: .76rem;
  font-weight: 750;
}

.pdl-layer-panel p {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .9rem;
}

.pdl-mini-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pdl-mini-proof div {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
}

.pdl-mini-proof strong {
  display: block;
  color: var(--pdl-navy);
  font-size: 1rem;
}

.pdl-mini-proof span {
  display: block;
  margin-top: 6px;
  color: var(--pdl-muted);
  font-size: .84rem;
}

.pdl-card-grid {
  display: grid;
  gap: 24px;
}

.pdl-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdl-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pdl-product-catalog-section {
  padding-top: 48px;
  padding-bottom: 60px;
}

.pdl-product-catalog-section .pdl-section-heading {
  margin-bottom: 28px;
}

.pdl-product-catalog-section .pdl-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pdl-product-catalog-section .pdl-card {
  grid-template-rows: 112px 1fr;
}

.pdl-product-catalog-section .pdl-card-body {
  padding: 14px;
}

.pdl-product-catalog-section .pdl-card h3 {
  margin: 5px 0 7px;
  font-size: 1rem;
}

.pdl-product-catalog-section .pdl-card p {
  display: -webkit-box;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: .82rem;
  line-height: 1.5;
}

.pdl-product-catalog-section .pdl-card .pdl-text-link {
  font-size: .8rem;
}

.pdl-catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -6px 0 24px;
}

.pdl-catalog-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 13px;
  color: var(--pdl-navy);
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: 4px;
  font-size: .88rem;
  font-weight: 650;
  transition: border-color var(--pdl-transition), color var(--pdl-transition), background var(--pdl-transition);
}

.pdl-catalog-tabs a:hover,
.pdl-catalog-tabs a:focus-visible {
  color: var(--pdl-blue);
  background: var(--pdl-blue-tint);
  border-color: rgba(7, 91, 199, .38);
}

.pdl-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
  transition: border-color 420ms ease, box-shadow 420ms ease, transform 420ms cubic-bezier(.22, .8, .25, 1);
}

.pdl-card:hover {
  border-color: #9fb2c5;
  box-shadow: 0 14px 30px rgba(18, 40, 63, .09);
  transform: translateY(-2px);
}

.pdl-card-media {
  display: block;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eff2f5;
}

.pdl-card-media img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  object-position: center;
  transition: transform 520ms cubic-bezier(.22, .8, .25, 1);
}

.pdl-card:hover .pdl-card-media img {
  transform: scale(1.018);
}

.pdl-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border-top: 1px solid var(--pdl-line);
}

.pdl-card-label {
  color: var(--pdl-blue);
  font-size: .75rem;
  font-weight: 750;
}

.pdl-card h3 {
  margin: 7px 0 10px;
  color: var(--pdl-navy);
  font-size: 1.12rem;
  line-height: 1.35;
}

.pdl-card p {
  margin: 0 0 16px;
  color: var(--pdl-muted);
  font-size: .88rem;
}

.pdl-card .pdl-text-link {
  margin-top: auto;
  font-size: .86rem;
}

.pdl-card-meta {
  width: 100%;
  margin: 4px 0 16px;
}

.pdl-card-meta div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid var(--pdl-line);
}

.pdl-card-meta dt {
  color: var(--pdl-muted);
  font-size: .72rem;
}

.pdl-card-meta dd {
  min-width: 0;
  margin: 0;
  color: var(--pdl-ink);
  font-size: .84rem;
  overflow-wrap: anywhere;
}

.pdl-table-wrap {
  overflow: hidden;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
  background: #fff;
}

.pdl-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.pdl-spec-table th,
.pdl-spec-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--pdl-line);
}

.pdl-spec-table thead th {
  color: var(--pdl-navy);
  background: var(--pdl-surface);
  font-size: .84rem;
}

.pdl-spec-table tbody th {
  width: 28%;
  color: var(--pdl-navy);
  font-weight: 700;
}

.pdl-spec-table tbody td {
  color: var(--pdl-muted);
}

.pdl-spec-table tr:last-child th,
.pdl-spec-table tr:last-child td {
  border-bottom: 0;
}

.pdl-content-layout,
.pdl-article-layout,
.pdl-material-layout,
.pdl-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: start;
}

.pdl-material-layout,
.pdl-quote-layout {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
}

.pdl-entry-content {
  max-width: 760px;
}

.pdl-entry-content > *:first-child {
  margin-top: 0;
}

.pdl-entry-content p,
.pdl-entry-content li {
  color: var(--pdl-muted);
}

.pdl-entry-content h2,
.pdl-entry-content h3 {
  color: var(--pdl-navy);
}

.pdl-entry-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--pdl-line);
}

.pdl-entry-content th,
.pdl-entry-content td {
  padding: 12px 14px;
  border: 1px solid var(--pdl-line);
  text-align: left;
}

.pdl-side-panel,
.pdl-quote-form-panel,
.pdl-contact-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
  box-shadow: var(--pdl-shadow-sm);
}

.pdl-side-panel {
  position: sticky;
  top: calc(var(--pdl-header-height) + 24px);
}

.pdl-side-panel h2 {
  margin-bottom: 16px;
  font-size: 1.25rem;
}

.pdl-side-panel a:not(.pdl-button) {
  display: block;
  padding: 12px 0;
  color: var(--pdl-muted);
  border-bottom: 1px solid var(--pdl-line);
}

.pdl-side-panel a:not(.pdl-button):hover {
  color: var(--pdl-blue);
}

.pdl-side-panel ul,
.pdl-side-panel ol {
  margin: 0 0 22px;
  padding-left: 1.2em;
  color: var(--pdl-muted);
}

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

.pdl-info-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid #cad7e4;
  border-radius: var(--pdl-radius);
}

.pdl-info-panel img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.pdl-info-panel div {
  padding: 26px;
}

.pdl-info-panel span {
  color: var(--pdl-blue);
  font-size: .75rem;
  font-weight: 750;
}

.pdl-info-panel h3 {
  margin: 6px 0;
  color: var(--pdl-navy);
  font-size: 1.45rem;
}

.pdl-info-panel p,
.pdl-quote-copy p,
.pdl-process-list p,
.pdl-process-grid p,
.pdl-risk-grid p {
  color: var(--pdl-muted);
}

.pdl-material-figure {
  margin: 0;
  overflow: hidden;
  background: var(--pdl-surface);
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
}

.pdl-material-figure img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.pdl-material-figure figcaption {
  padding: 18px 22px;
  color: var(--pdl-muted);
  background: #fff;
  border-top: 1px solid var(--pdl-line);
  font-size: .86rem;
}

.pdl-risk-grid,
.pdl-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdl-risk-grid article,
.pdl-process-grid li,
.pdl-process-list li {
  list-style: none;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
}

.pdl-risk-grid h3,
.pdl-process-grid h3 {
  margin: 0 0 8px;
  color: var(--pdl-navy);
  font-size: 1.08rem;
}

.pdl-process-grid,
.pdl-process-list {
  margin: 0;
  padding: 0;
}

.pdl-process-grid span,
.pdl-process-list span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--pdl-blue);
  font-weight: 800;
}

.pdl-process-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.pdl-process-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 4px 14px;
  padding: 18px;
}

.pdl-process-list span {
  grid-row: span 2;
  margin: 0;
}

.pdl-process-list strong {
  color: var(--pdl-navy);
}

.pdl-process-list p {
  margin: 0;
  font-size: .9rem;
}

.pdl-contact-panel {
  margin-top: 28px;
  display: grid;
  gap: 8px;
}

.pdl-contact-panel a {
  color: var(--pdl-navy);
  font-weight: 700;
}

.pdl-contact-panel a:hover {
  color: var(--pdl-blue);
}

.pdl-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.pdl-filter-bar button {
  min-height: 42px;
  padding: 8px 14px;
  color: var(--pdl-muted);
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: 4px;
  cursor: pointer;
  font-weight: 650;
}

.pdl-filter-bar button:hover,
.pdl-filter-bar button.is-active {
  color: #fff;
  background: var(--pdl-blue);
  border-color: var(--pdl-blue);
}

.pdl-faq-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.pdl-faq-intro {
  position: sticky;
  top: calc(var(--pdl-header-height) + 24px);
}

.pdl-faq-intro h2 {
  margin: 0 0 18px;
  color: var(--pdl-navy);
  font-size: clamp(1.85rem, 2.45vw, 2.55rem);
  line-height: 1.28;
}

.pdl-faq-intro p:not(.pdl-eyebrow) {
  color: var(--pdl-muted);
}

.pdl-faq-list {
  border-top: 1px solid var(--pdl-line);
}

.pdl-faq-item {
  border-bottom: 1px solid var(--pdl-line);
}

.pdl-faq-item summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 4px;
  color: var(--pdl-navy);
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}

.pdl-faq-item summary::-webkit-details-marker {
  display: none;
}

.pdl-faq-item summary svg {
  flex: 0 0 auto;
  transition: transform var(--pdl-transition);
}

.pdl-faq-item[open] summary {
  color: var(--pdl-blue);
}

.pdl-faq-item[open] summary svg {
  transform: rotate(180deg);
}

.pdl-faq-item div {
  padding: 0 4px 22px;
}

.pdl-faq-item p {
  margin: 0;
  color: var(--pdl-muted);
}

.pdl-quote-form {
  display: grid;
  gap: 18px;
}

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

.pdl-field {
  display: grid;
  gap: 6px;
}

.pdl-field span {
  color: var(--pdl-navy);
  font-size: .82rem;
  font-weight: 650;
}

.pdl-field b {
  color: var(--pdl-danger);
}

.pdl-field input,
.pdl-field select,
.pdl-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--pdl-ink);
  background: #fff;
  border: 1px solid #cbd5df;
  border-radius: 4px;
  outline: 0;
  transition: border-color var(--pdl-transition), box-shadow var(--pdl-transition);
}

.pdl-field textarea {
  resize: vertical;
}

.pdl-field input:focus,
.pdl-field select:focus,
.pdl-field textarea:focus {
  border-color: var(--pdl-blue);
  box-shadow: 0 0 0 3px rgba(7, 91, 199, .12);
}

.pdl-field.is-invalid input,
.pdl-field.is-invalid select,
.pdl-field.is-invalid textarea {
  border-color: var(--pdl-danger);
}

.pdl-field-wide,
.pdl-field-file {
  grid-column: 1 / -1;
}

.pdl-field small,
.pdl-form-note {
  color: var(--pdl-muted);
  font-size: .78rem;
}

.pdl-form-status {
  padding: 12px 14px;
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 650;
}

.pdl-form-status.is-success {
  color: var(--pdl-green);
  background: #e8f6f1;
}

.pdl-form-status.is-error {
  color: var(--pdl-danger);
  background: #fff1f0;
}

.pdl-form-note {
  margin: 0;
  text-align: center;
}

.pdl-bottom-cta {
  padding: 82px 0;
  background: var(--pdl-blue-soft);
  border-top: 1px solid #cad7e4;
}

.pdl-bottom-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: center;
}

.pdl-bottom-cta h2 {
  max-width: 780px;
  margin: 0 0 14px;
  color: var(--pdl-navy);
  font-size: clamp(1.85rem, 2.4vw, 2.55rem);
  line-height: 1.28;
}

.pdl-bottom-cta p:not(.pdl-eyebrow) {
  margin: 0;
  color: var(--pdl-muted);
}

.pdl-bottom-cta-actions {
  display: grid;
  gap: 12px;
}

.pdl-site-footer {
  color: #d4e0ea;
  background: var(--pdl-navy-2);
}

.pdl-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.22fr) minmax(150px, .78fr) minmax(170px, .86fr) minmax(292px, 1.14fr);
  gap: 44px;
  padding: 62px 0 44px;
}

.pdl-footer-brand p,
.pdl-footer-contact p {
  color: #adbdcb;
}

.pdl-footer-brand p {
  max-width: 24em;
  line-height: 1.72;
}

.pdl-legal-name {
  color: #fff !important;
  font-weight: 700;
}

.pdl-footer-group button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font-weight: 700;
  text-align: left;
}

.pdl-footer-group ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pdl-footer-group a,
.pdl-footer-contact a {
  display: block;
  color: #adbdcb;
  line-height: 1.56;
}

.pdl-footer-group a:hover,
.pdl-footer-contact a:hover {
  color: #fff;
}

.pdl-footer-contact h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.1rem;
}

.pdl-footer-contact-list {
  display: grid;
  gap: 11px;
  margin: 0;
}

.pdl-footer-contact-list div {
  display: grid;
  grid-template-columns: 3.3em minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
}

.pdl-footer-contact-list dt,
.pdl-footer-contact-list dd {
  margin: 0;
}

.pdl-footer-contact-list dt {
  color: #738aa0;
  font-size: .82rem;
  font-weight: 700;
}

.pdl-footer-contact-list dd {
  min-width: 0;
  color: #b8c8d7;
  line-height: 1.56;
}

.pdl-footer-contact-list a {
  display: inline;
}

.pdl-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 24px;
  color: #8fa3b6;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .82rem;
}

.pdl-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.pdl-footer-legal a {
  color: #9fb3c5;
}

.pdl-footer-legal a:hover {
  color: #fff;
}

.pdl-mobile-sticky-actions {
  display: none;
}

.pdl-pagination {
  margin-top: 34px;
}

.pdl-empty-state {
  max-width: 640px;
  padding: 42px;
  background: var(--pdl-surface);
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
}

.pdl-empty-state h2 {
  margin-top: 0;
  color: var(--pdl-navy);
}

.pdl-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pdl-reveal {
  opacity: 1;
  transform: none;
}

.has-js .pdl-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.has-js .pdl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.has-js .pdl-page-hero .pdl-reveal {
  opacity: 1;
  transform: none;
}

.has-js .pdl-reveal[data-pdl-delay="1"] {
  transition-delay: 80ms;
}

/* Premium manufacturing refresh */
.pdl-site-header {
  backdrop-filter: saturate(140%) blur(10px);
}

.pdl-site-header.is-scrolled {
  box-shadow: 0 14px 34px rgba(8, 27, 45, .1);
}

.pdl-brand-cn {
  letter-spacing: .01em;
}

.pdl-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pdl-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .32) 46%, transparent 72%);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity 260ms ease, transform 620ms cubic-bezier(.22, .8, .25, 1);
}

.pdl-button:hover::after,
.pdl-button:focus-visible::after {
  opacity: 1;
  transform: translateX(80%);
}

.pdl-button-primary {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}

.pdl-button-primary:hover,
.pdl-button-primary:focus-visible {
  box-shadow: var(--pdl-shadow-blue);
}

.pdl-button-secondary {
  background: rgba(255, 255, 255, .86);
}

.pdl-page-hero {
  position: relative;
  background:
    linear-gradient(115deg, #fff 0%, #fff 48%, rgba(232, 241, 252, .74) 100%);
}

.pdl-page-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 91, 199, .28), transparent);
}

.pdl-page-hero-copy::before {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--pdl-blue), var(--pdl-green));
}

.pdl-page-hero h1 {
  letter-spacing: 0;
}

.pdl-hero-lead {
  color: #4d5c6c;
}

.pdl-hero-chips {
  max-width: 680px;
}

.pdl-hero-chips span {
  border-color: rgba(7, 91, 199, .16);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 20px rgba(18, 40, 63, .05);
}

.pdl-page-hero-media {
  position: relative;
  height: 360px;
  min-height: 0;
  border-left: 1px solid rgba(255, 255, 255, .55);
  background:
    radial-gradient(circle at 58% 42%, rgba(255, 255, 255, .86), transparent 22rem),
    linear-gradient(135deg, #edf3f8, #cfdce8);
  box-shadow: inset 18px 0 40px rgba(255, 255, 255, .52);
}

.pdl-page-hero-media::before,
.pdl-page-hero-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pdl-page-hero-media::before {
  inset: 34px;
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: inset 0 0 0 1px rgba(10, 31, 52, .04);
}

.pdl-page-hero-media::after {
  left: 12%;
  right: 12%;
  bottom: 28px;
  height: 18px;
  border-radius: 999px;
  background: rgba(10, 31, 52, .14);
  filter: blur(16px);
}

.pdl-page-hero-media img {
  position: relative;
  z-index: 1;
  filter: saturate(.95) contrast(1.03);
  transform: scale(1.005);
  transition: transform 900ms cubic-bezier(.22, .8, .25, 1), filter 900ms cubic-bezier(.22, .8, .25, 1);
}

.pdl-page-hero-media:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.05);
}

.pdl-section {
  position: relative;
}

.pdl-soft-section {
  background:
    linear-gradient(180deg, #f6f9fc 0%, #edf3f8 100%);
}

.pdl-section-heading {
  position: relative;
}

.pdl-section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  width: 44px;
  height: 2px;
  background: var(--pdl-blue);
}

.pdl-eyebrow {
  color: var(--pdl-blue-dark);
}

.pdl-proof-strip {
  color: #dbe7f3;
  background:
    radial-gradient(circle at 12% 20%, rgba(7, 91, 199, .38), transparent 24rem),
    linear-gradient(135deg, var(--pdl-navy-3), var(--pdl-navy));
  border: 0;
}

.pdl-proof-grid div {
  border-color: rgba(255, 255, 255, .12);
}

.pdl-proof-grid strong {
  color: #fff;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
}

.pdl-proof-grid span {
  color: #aebed0;
}

.pdl-card {
  position: relative;
  border-color: rgba(180, 196, 212, .72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92));
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 14px 34px rgba(18, 40, 63, .06);
  will-change: transform;
}

.pdl-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--pdl-pointer-x, 50%) var(--pdl-pointer-y, 0%), rgba(7, 91, 199, .12), transparent 18rem);
  transition: opacity 260ms ease;
}

.pdl-card:hover {
  border-color: rgba(7, 91, 199, .34);
  box-shadow: var(--pdl-shadow-md);
}

.pdl-card:hover::after {
  opacity: 1;
}

.pdl-card.is-filtered-in {
  animation: pdl-filter-in 320ms cubic-bezier(.22, .8, .25, 1);
}

@keyframes pdl-filter-in {
  from {
    opacity: .55;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdl-card-media {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .9), transparent 42%),
    linear-gradient(145deg, #f7fafc, #e6edf4);
}

.pdl-card-product {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.pdl-card-product:hover {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-3px);
}

.pdl-card-product .pdl-card-media {
  border: 1px solid rgba(180, 196, 212, .64);
  border-radius: var(--pdl-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 18px 38px rgba(18, 40, 63, .07);
}

.pdl-card-product .pdl-card-body {
  padding: 18px 4px 0;
  border: 0;
}

.pdl-card-product .pdl-card-label {
  color: var(--pdl-green);
}

.pdl-card-industry .pdl-card-media img,
.pdl-card-case .pdl-card-media img {
  object-fit: cover;
}

.pdl-card-case {
  grid-template-rows: 260px 1fr;
}

.pdl-card-case .pdl-card-body {
  border-top-color: rgba(7, 91, 199, .18);
}

.pdl-card-case .pdl-card-meta div {
  grid-template-columns: 54px minmax(0, 1fr);
}

.pdl-card-label {
  letter-spacing: .03em;
}

.pdl-text-link {
  position: relative;
}

.pdl-text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -3px;
  height: 1px;
  background: currentColor;
  transition: right var(--pdl-transition);
}

.pdl-text-link:hover::after,
.pdl-text-link:focus-visible::after {
  right: 0;
}

.pdl-info-panel,
.pdl-side-panel,
.pdl-quote-form-panel,
.pdl-contact-panel,
.pdl-table-wrap,
.pdl-material-figure {
  border-color: rgba(180, 196, 212, .72);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .07);
}

.pdl-info-panel img,
.pdl-material-figure img {
  filter: saturate(.96) contrast(1.04);
}

.pdl-risk-grid article,
.pdl-process-grid li,
.pdl-process-list li {
  position: relative;
  border-color: rgba(180, 196, 212, .72);
  box-shadow: 0 12px 28px rgba(18, 40, 63, .055);
}

.pdl-risk-grid article::before,
.pdl-process-grid li::before,
.pdl-process-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 3px;
  background: linear-gradient(180deg, var(--pdl-blue), var(--pdl-green));
  opacity: .82;
}

.pdl-process-grid span,
.pdl-process-list span {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #fff 0 20%, var(--pdl-green) 22% 100%);
  box-shadow: 0 0 0 5px rgba(13, 122, 98, .12);
  color: transparent;
  font-size: 0;
}

.pdl-bottom-cta {
  color: #dbe7f3;
  background:
    radial-gradient(circle at 76% 22%, rgba(7, 91, 199, .42), transparent 26rem),
    linear-gradient(135deg, var(--pdl-navy-3), var(--pdl-navy));
  border: 0;
}

.pdl-bottom-cta h2 {
  color: #fff;
}

.pdl-bottom-cta p:not(.pdl-eyebrow) {
  color: #aebed0;
}

.pdl-bottom-cta .pdl-eyebrow {
  color: #8cc6ff;
}

.pdl-bottom-cta .pdl-button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .42);
}

.pdl-bottom-cta .pdl-text-link {
  color: #cfe3f7;
}

.pdl-site-footer {
  background:
    linear-gradient(180deg, #0b1c2e, #071522);
}

.pdl-site-footer::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(115, 178, 247, .5), transparent);
}

.pdl-field input,
.pdl-field select,
.pdl-field textarea {
  background: linear-gradient(180deg, #fff, #fbfdff);
}

@media (max-width: 1180px) {
  .pdl-nav-list,
  .pdl-primary-nav .menu {
    gap: 15px;
    font-size: .86rem;
  }

  .pdl-phone-link {
    display: none;
  }

  .pdl-page-hero-grid {
    grid-template-columns: minmax(430px, 1fr) minmax(390px, 1fr);
  }

  .pdl-card-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-product-catalog-section .pdl-card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  :root {
    --pdl-header-height: 68px;
  }

  .pdl-container {
    width: min(calc(100% - 36px), var(--pdl-container));
  }

  .pdl-section {
    padding: 72px 0;
  }

  .pdl-menu-toggle {
    position: fixed;
    top: 12px;
    right: 18px;
    z-index: 1100;
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    margin-left: auto;
    color: var(--pdl-navy);
    background: #fff;
    border: 1px solid var(--pdl-line);
    border-radius: 4px;
  }

  .pdl-menu-toggle svg {
    display: none;
  }

  .pdl-menu-toggle::before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  }

  .pdl-primary-nav {
    position: fixed;
    top: var(--pdl-header-height);
    right: 0;
    bottom: 0;
    width: min(390px, 90vw);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px;
    background: #fff;
    box-shadow: -20px 20px 50px rgba(18, 40, 63, .18);
    transform: translateX(105%);
    transition: transform var(--pdl-transition);
    overflow-y: auto;
  }

  .pdl-primary-nav.is-open {
    display: flex;
    transform: translateX(0);
  }

  .pdl-nav-list,
  .pdl-primary-nav .menu {
    display: grid;
    justify-content: stretch;
    gap: 0;
    width: 100%;
  }

  .pdl-nav-item,
  .pdl-primary-nav .menu-item {
    border-bottom: 1px solid var(--pdl-line);
  }

  .pdl-nav-list a,
  .pdl-primary-nav .menu a {
    min-height: 0;
    padding: 15px 6px;
  }

  .pdl-nav-list > li > a::after,
  .pdl-nav-parent > a::after,
  .pdl-primary-nav .menu > li > a::after {
    display: none;
  }

  .pdl-nav-parent {
    justify-content: space-between;
  }

  .pdl-nav-toggle {
    width: 42px;
    height: 42px;
  }

  .pdl-submenu,
  .pdl-primary-nav .sub-menu {
    position: static;
    width: auto;
    max-width: none;
    padding: 0 0 10px 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .has-dropdown:not(.is-open) .pdl-submenu {
    display: none;
  }

  .pdl-primary-nav .sub-menu a,
  .pdl-submenu a {
    padding: 9px 8px;
  }

  .pdl-submenu-groups {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pdl-submenu-heading {
    padding: 8px 8px 4px;
  }

  .pdl-pouch-type-entry-rail {
    display: flex;
    gap: 10px;
    margin-right: calc((100vw - 100%) / -2);
    padding-right: 18px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-pouch-type-entry-rail::-webkit-scrollbar {
    display: none;
  }

  .pdl-pouch-type-entry-item {
    flex: 0 0 148px;
    scroll-snap-align: start;
  }

  .pdl-mobile-nav-quote {
    display: inline-flex !important;
    margin-top: 18px;
  }

  .pdl-header-actions {
    display: none;
  }

  .pdl-page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pdl-page-hero-copy {
    padding: 48px 0 34px;
  }

  .pdl-page-hero-media {
    height: 360px;
    margin: 0 -18px;
  }

  .pdl-section-heading,
  .pdl-conversion-layout,
  .pdl-compare-layout,
  .pdl-layer-layout,
  .pdl-content-layout,
  .pdl-article-layout,
  .pdl-material-layout,
  .pdl-quote-layout,
  .pdl-faq-layout,
  .pdl-bottom-cta-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pdl-side-panel,
  .pdl-quote-ready-panel,
  .pdl-faq-intro {
    position: static;
  }

  .pdl-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pdl-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid var(--pdl-line);
  }

  .pdl-decision-card {
    border-left: 0;
    border-bottom: 1px solid var(--pdl-line);
  }

  .pdl-decision-card:nth-child(2n) {
    border-right: 1px solid var(--pdl-line);
  }

  .pdl-proof-grid div:nth-child(2n) {
    border-right: 0;
  }

  .pdl-card-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-risk-grid,
  .pdl-process-grid,
  .pdl-panel-grid,
  .pdl-mini-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-product-catalog-section .pdl-card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 68px;
  }

  .pdl-container {
    width: min(calc(100vw - 32px), var(--pdl-container));
  }

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

  .pdl-brand-cn {
    font-size: 1.12rem;
  }

  .pdl-brand-en {
    font-size: .54rem;
  }

  .pdl-brand-logo-crop {
    width: 132px;
    height: 34px;
  }

  .pdl-page-hero-copy {
    padding: 34px 0 26px;
  }

  .pdl-page-hero h1 {
    max-width: 12em;
    margin-bottom: 14px;
    font-size: 1.88rem;
  }

  .pdl-hero-lead {
    margin-bottom: 20px;
    font-size: .96rem;
    line-height: 1.72;
  }

  .pdl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pdl-hero-actions .pdl-button {
    width: 100%;
  }

  .pdl-hero-chips {
    display: grid;
    margin-top: 14px;
  }

  .pdl-hero-products-center .pdl-page-hero-media {
    display: none;
    height: auto;
  }

  .pdl-hero-products-center .pdl-page-hero-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pdl-hero-products-center h1 {
    font-size: 1.68rem;
    line-height: 1.18;
  }

  .pdl-hero-products-center .pdl-hero-lead {
    margin-bottom: 14px;
    font-size: .92rem;
    line-height: 1.62;
  }

  .pdl-hero-products-center .pdl-hero-actions {
    grid-template-columns: 1fr;
  }

  .pdl-hero-products-center .pdl-hero-actions .pdl-button {
    min-height: 42px;
    padding-inline: 10px;
    font-size: .88rem;
  }

  .pdl-hero-products-center .pdl-hero-chips {
    display: none;
  }

  .pdl-hero-products-center .pdl-hero-chips span {
    flex: 0 0 auto;
  }

  .pdl-page-hero-media {
    height: auto;
    min-height: 0;
    margin: 0 -16px;
    padding: 12px 16px 18px;
  }

  .pdl-hero-products-center .pdl-page-hero-media img {
    height: 150px;
    padding: 8px;
  }

  .pdl-product-catalog-section {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .pdl-product-catalog-section .pdl-section-heading {
    gap: 12px;
    margin-bottom: 16px;
  }

  .pdl-product-catalog-section .pdl-section-heading h2 {
    font-size: 1.5rem;
  }

  .pdl-product-catalog-section .pdl-section-heading p:not(.pdl-eyebrow) {
    display: none;
  }

  .pdl-catalog-tabs {
    flex-wrap: nowrap;
    margin-bottom: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pdl-catalog-tabs a {
    flex: 0 0 auto;
  }

  .pdl-product-catalog-section .pdl-card-grid-four {
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 42vw);
    grid-template-columns: none;
    grid-template-rows: repeat(2, auto);
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .pdl-product-catalog-section .pdl-card {
    scroll-snap-align: start;
    grid-template-rows: 86px 1fr;
  }

  .pdl-product-catalog-section .pdl-card-body {
    padding: 12px;
  }

  .pdl-product-catalog-section .pdl-card-label {
    max-width: 100%;
    overflow: hidden;
    font-size: .7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pdl-product-catalog-section .pdl-card h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: .96rem;
  }

  .pdl-product-catalog-section .pdl-card p {
    display: none;
  }

  .pdl-product-catalog-section .pdl-card .pdl-text-link {
    display: none;
  }

  .pdl-page-hero-media img {
    height: 170px;
    object-position: 64% center;
  }

  .pdl-page-hero-copy::before {
    width: 44px;
    margin-bottom: 14px;
  }

  .pdl-section-heading {
    margin-bottom: 28px;
  }

  .pdl-section-heading h2,
  .pdl-entry-content h2,
  .pdl-side-panel h2,
  .pdl-quote-copy h2,
  .pdl-bottom-cta h2,
  .pdl-faq-intro h2 {
    font-size: 1.72rem;
  }

  .pdl-proof-grid,
  .pdl-decision-grid,
  .pdl-card-grid-three,
  .pdl-card-grid-four,
  .pdl-compare-grid,
  .pdl-layer-grid,
  .pdl-risk-grid,
  .pdl-process-grid,
  .pdl-panel-grid,
  .pdl-mini-proof,
  .pdl-form-grid {
    grid-template-columns: 1fr;
  }

  .pdl-proof-grid div {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--pdl-line);
  }

  .pdl-proof-grid div:last-child {
    border-bottom: 0;
  }

  .pdl-decision-grid {
    border-left: 0;
  }

  .pdl-decision-card,
  .pdl-decision-card:first-child,
  .pdl-decision-card:nth-child(2n) {
    padding: 20px;
    border-left: 0;
    border-right: 0;
  }

  .pdl-card {
    min-height: 236px;
    grid-template-columns: 40% 60%;
    grid-template-rows: 1fr;
  }

  .pdl-card-product {
    min-height: 0;
    grid-template-columns: 38% 62%;
    padding: 10px;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(180, 196, 212, .56);
    box-shadow: 0 12px 26px rgba(18, 40, 63, .055);
  }

  .pdl-card-product .pdl-card-media {
    border: 0;
    box-shadow: none;
  }

  .pdl-card-media img {
    object-fit: contain;
  }

  .pdl-card-body {
    min-width: 0;
    padding: 17px 14px;
    border-top: 0;
    border-left: 1px solid var(--pdl-line);
  }

  .pdl-card-product .pdl-card-body {
    padding: 10px 0 10px 14px;
    border-left: 1px solid rgba(180, 196, 212, .5);
  }

  .pdl-card h3 {
    font-size: 1rem;
  }

  .pdl-card p {
    font-size: .82rem;
  }

  .pdl-card-meta {
    display: none;
  }

  .pdl-spec-table,
  .pdl-spec-table thead,
  .pdl-spec-table tbody,
  .pdl-spec-table tr,
  .pdl-spec-table th,
  .pdl-spec-table td {
    display: block;
  }

  .pdl-spec-table thead {
    display: none;
  }

  .pdl-spec-table tbody th {
    width: auto;
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .pdl-spec-table tbody td {
    padding-top: 0;
  }

  .pdl-side-panel,
  .pdl-quote-form-panel,
  .pdl-contact-panel,
  .pdl-check-panel,
  .pdl-quote-ready-panel,
  .pdl-choice-card,
  .pdl-layer-panel {
    padding: 22px;
  }

  .pdl-material-figure img {
    min-height: 240px;
  }

  .pdl-info-panel img {
    height: 210px;
  }

  .pdl-filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-bottom-cta {
    padding: 56px 0;
  }

  .pdl-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 0 34px;
  }

  .pdl-footer-group ul {
    display: none;
  }

  .pdl-footer-group button[aria-expanded="true"] + ul {
    display: grid;
  }

  .pdl-footer-bottom {
    display: grid;
    gap: 10px;
  }

  .pdl-footer-legal {
    display: grid;
    gap: 8px;
  }

  .pdl-footer-contact-list div {
    grid-template-columns: 3.1em minmax(0, 1fr);
  }

  .pdl-mobile-sticky-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 64px;
    background: #fff;
    box-shadow: 0 -8px 26px rgba(18, 40, 63, .12);
  }

  .pdl-mobile-sticky-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--pdl-navy);
    font-size: .9rem;
    font-weight: 700;
    white-space: nowrap;
    border-top: 1px solid var(--pdl-line);
  }

  .pdl-mobile-sticky-actions a:last-child {
    color: #fff;
    background: var(--pdl-blue);
    border-top-color: var(--pdl-blue);
  }
}

.has-js .pdl-reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 520px) {
  .pdl-button-row {
    display: grid;
  }

  .pdl-button-row .pdl-button {
    width: 100%;
  }

  .pdl-page-hero h1 {
    font-size: 1.92rem;
  }

  .pdl-card {
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto;
  }

  .pdl-card-product {
    grid-template-columns: 1fr;
    grid-template-rows: 190px auto;
  }

  .pdl-card-body {
    border-left: 0;
    border-top: 1px solid var(--pdl-line);
  }

  .pdl-card-product .pdl-card-body {
    border-left: 0;
    border-top: 1px solid rgba(180, 196, 212, .5);
  }

  .pdl-filter-bar {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .has-js .pdl-reveal {
    opacity: 1;
    transform: none;
  }

  .pdl-brand-logo,
  .pdl-brand-logo-crop,
  .pdl-brand-logo-crop::after {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  button.pdl-menu-toggle {
    position: fixed !important;
    top: 12px !important;
    right: 18px !important;
    z-index: 1200 !important;
    display: grid !important;
    place-items: center !important;
    width: 44px !important;
    height: 44px !important;
    color: #fff !important;
    background: var(--pdl-blue) !important;
    border: 1px solid var(--pdl-blue) !important;
    border-radius: 4px !important;
    box-shadow: 0 8px 18px rgba(7, 91, 199, .2) !important;
  }

  button.pdl-menu-toggle::before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  }

  button.pdl-menu-toggle svg {
    display: none !important;
  }
}

/* Scan-friendly inner page refresh */
.pdl-section {
  padding: 64px 0;
}

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

.pdl-section-heading p:not(.pdl-eyebrow) {
  max-width: 34em;
}

.pdl-visual-summary {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: 34px;
  align-items: stretch;
}

.pdl-visual-summary.is-reversed {
  grid-template-columns: minmax(440px, 1.08fr) minmax(0, .92fr);
}

.pdl-visual-summary.is-reversed .pdl-visual-copy {
  order: 2;
}

.pdl-visual-summary.is-reversed .pdl-visual-media {
  order: 1;
}

.pdl-visual-copy {
  display: grid;
  align-content: start;
  gap: 20px;
  padding-top: 8px;
}

.pdl-visual-copy h2 {
  margin: 0;
  color: var(--pdl-navy);
  font-size: clamp(1.75rem, 2.35vw, 2.45rem);
  line-height: 1.25;
}

.pdl-visual-copy p {
  max-width: 36em;
  margin: 0;
  color: var(--pdl-muted);
  overflow-wrap: anywhere;
}

.pdl-visual-media {
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  background: #eef3f8;
  border: 1px solid rgba(180, 196, 212, .72);
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .07);
}

.pdl-visual-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  object-position: center;
  padding: 24px;
}

.pdl-visual-media.is-cover img {
  object-fit: cover;
  padding: 0;
}

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

.pdl-skim-card {
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
}

.pdl-skim-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--pdl-blue);
  font-size: .74rem;
  font-weight: 750;
}

.pdl-skim-card strong {
  display: block;
  color: var(--pdl-navy);
  font-size: 1rem;
  line-height: 1.36;
}

.pdl-skim-card p {
  margin: 7px 0 0;
  color: var(--pdl-muted);
  font-size: .86rem;
  line-height: 1.55;
}

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

.pdl-image-tile {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pdl-line);
  border-radius: var(--pdl-radius);
}

.pdl-image-tile img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  object-position: center;
  padding: 20px;
  background: linear-gradient(145deg, #f7fafc, #e8eef4);
}

.pdl-image-tile.is-cover img {
  object-fit: cover;
  padding: 0;
}

.pdl-image-tile figcaption {
  padding: 16px 18px 18px;
}

.pdl-image-tile strong {
  display: block;
  color: var(--pdl-navy);
  line-height: 1.35;
}

.pdl-image-tile span {
  display: block;
  margin-top: 6px;
  color: var(--pdl-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.pdl-light-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdl-light-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--pdl-muted);
  line-height: 1.6;
}

.pdl-light-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: .7em;
  background: var(--pdl-blue);
  border-radius: 50%;
}

.pdl-spec-section .pdl-section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr);
}

.pdl-spec-section .pdl-table-wrap {
  box-shadow: none;
}

.pdl-spec-table th,
.pdl-spec-table td {
  padding: 13px 16px;
}

.pdl-check-panel,
.pdl-quote-ready-panel,
.pdl-choice-card,
.pdl-layer-panel {
  box-shadow: none;
}

.pdl-check-list,
.pdl-quote-ready-panel ul,
.pdl-choice-card ul {
  gap: 7px;
}

@media (max-width: 980px) {
  .pdl-visual-summary,
  .pdl-visual-summary.is-reversed {
    grid-template-columns: 1fr;
  }

  .pdl-visual-summary.is-reversed .pdl-visual-copy,
  .pdl-visual-summary.is-reversed .pdl-visual-media {
    order: initial;
  }

  .pdl-skim-grid,
  .pdl-image-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pdl-section {
    padding: 52px 0;
  }

  .pdl-visual-media,
  .pdl-visual-media img {
    min-height: 250px;
  }

  .pdl-skim-grid,
  .pdl-image-rail {
    grid-template-columns: 1fr;
  }

  .pdl-image-tile img {
    height: 190px;
  }
}

/* Product center editorial refresh */
.pdl-product-catalog-section {
  padding-top: clamp(50px, 6vw, 76px);
  padding-bottom: clamp(58px, 7vw, 84px);
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f7fafc 48%, #eef4f8 100%);
  border-bottom: 0;
}

.pdl-product-catalog-section .pdl-section-heading {
  align-items: start;
  margin-bottom: 24px;
}

.pdl-product-catalog-section .pdl-section-heading::before {
  top: -18px;
  width: 64px;
  height: 3px;
}

.pdl-product-catalog-section .pdl-section-heading p:not(.pdl-eyebrow) {
  max-width: 36em;
}

.pdl-catalog-tabs {
  gap: 10px;
  margin-bottom: 26px;
}

.pdl-catalog-tabs a {
  min-height: 48px;
  gap: 2px;
  padding: 9px 14px;
  color: var(--pdl-navy);
  background: rgba(255, 255, 255, .72);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(18, 40, 63, .06);
}

.pdl-catalog-paths a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 130px;
}

.pdl-catalog-paths a span {
  color: var(--pdl-blue);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.1;
}

.pdl-catalog-tabs a:hover,
.pdl-catalog-tabs a:focus-visible {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(7, 91, 199, .12);
  transform: translateY(-2px);
}

.pdl-product-directory {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.42fr);
  gap: 24px;
  align-items: stretch;
  min-width: 0;
}

.pdl-product-featured {
  display: grid;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background: #10283f;
  border-radius: var(--pdl-radius);
  box-shadow: 0 24px 64px rgba(18, 40, 63, .16);
}

.pdl-product-featured-media {
  display: block;
  min-height: 290px;
  overflow: hidden;
  background: linear-gradient(145deg, #f7fafc 0%, #dfe9f1 100%);
}

.pdl-product-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  padding: 34px;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.04);
  transition: transform 220ms ease;
}

.pdl-product-featured:hover .pdl-product-featured-media img,
.pdl-product-featured:focus-within .pdl-product-featured-media img {
  transform: scale(1.035);
}

.pdl-product-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  min-height: 230px;
  padding: 30px;
}

.pdl-product-featured-copy span,
.pdl-product-directory-copy em {
  color: #81c7b7;
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
}

.pdl-product-featured-copy h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0;
  line-height: .98;
}

.pdl-product-featured-copy h3 a {
  color: inherit;
}

.pdl-product-featured-copy p {
  width: 100%;
  max-width: 32em;
  margin: 0 0 20px;
  color: #d7e4ef;
  font-size: .98rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.pdl-product-featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.pdl-product-featured-actions .pdl-text-link {
  color: #fff;
}

.pdl-product-application-first-section {
  padding-top: 58px;
}

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

.pdl-application-priority-card {
  display: grid;
  grid-template-rows: 178px 1fr;
  min-width: 0;
  overflow: hidden;
  color: var(--pdl-navy);
  background: rgba(255, 255, 255, .88);
  border-radius: var(--pdl-radius);
  box-shadow: 0 16px 38px rgba(18, 40, 63, .075);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pdl-application-priority-card.is-featured {
  box-shadow: 0 18px 44px rgba(7, 91, 199, .105);
}

.pdl-application-priority-card:hover,
.pdl-application-priority-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(7, 91, 199, .13);
}

.pdl-application-priority-media {
  display: block;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .92), transparent 42%),
    linear-gradient(145deg, #f7fafc, #e5edf5);
}

.pdl-application-priority-media img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.pdl-application-priority-card:hover .pdl-application-priority-media img,
.pdl-application-priority-card:focus-visible .pdl-application-priority-media img {
  transform: scale(1.025);
}

.pdl-application-priority-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 20px;
}

.pdl-application-priority-copy em,
.pdl-use-case-path span,
.pdl-compact-bag-card small {
  color: var(--pdl-blue);
  font-size: .76rem;
  font-style: normal;
  font-weight: 820;
  line-height: 1.35;
}

.pdl-application-priority-copy strong {
  color: var(--pdl-navy);
  font-size: 1.16rem;
  line-height: 1.28;
}

.pdl-application-priority-copy small {
  color: var(--pdl-muted);
  font-size: .88rem;
  line-height: 1.62;
}

.pdl-application-priority-copy .pdl-text-link {
  margin-top: 4px;
  font-size: .84rem;
}

.pdl-product-use-case-section {
  padding-top: 64px;
}

.pdl-use-case-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pdl-use-case-path {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 178px;
  padding: 20px;
  color: var(--pdl-navy);
  background: #fff;
  border: 1px solid rgba(180, 196, 212, .62);
  border-radius: var(--pdl-radius);
  box-shadow: 0 12px 28px rgba(18, 40, 63, .055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pdl-use-case-path:hover,
.pdl-use-case-path:focus-visible {
  border-color: rgba(7, 91, 199, .26);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 91, 199, .1);
}

.pdl-use-case-path strong {
  color: var(--pdl-navy);
  font-size: 1.02rem;
  line-height: 1.35;
}

.pdl-use-case-path p {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .86rem;
  line-height: 1.58;
}

.pdl-compact-bag-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pdl-compact-bag-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  grid-template-areas:
    "media title"
    "media label";
  column-gap: 12px;
  align-items: center;
  min-height: 102px;
  padding: 12px;
  color: var(--pdl-navy);
  background: #fff;
  border: 1px solid rgba(180, 196, 212, .58);
  border-radius: var(--pdl-radius);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pdl-compact-bag-card:hover,
.pdl-compact-bag-card:focus-visible {
  border-color: rgba(7, 91, 199, .3);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(7, 91, 199, .1);
}

.pdl-compact-bag-card span {
  grid-area: media;
  width: 78px;
  height: 78px;
  overflow: hidden;
  background: #f1f6fa;
  border-radius: var(--pdl-radius);
}

.pdl-compact-bag-card img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
}

.pdl-compact-bag-card strong {
  grid-area: title;
  align-self: end;
  color: var(--pdl-navy);
  font-size: 1rem;
  line-height: 1.25;
}

.pdl-compact-bag-card small {
  grid-area: label;
  align-self: start;
}

.pdl-product-directory-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.pdl-product-directory-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  min-height: 128px;
  padding: 12px;
  color: var(--pdl-navy);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(18, 40, 63, .055);
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 36px rgba(18, 40, 63, .075);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.pdl-product-directory-item:last-child {
  grid-column: span 2;
}

.pdl-product-directory-item:hover,
.pdl-product-directory-item:focus-visible {
  color: var(--pdl-navy);
  background: #fff;
  box-shadow: 0 20px 42px rgba(18, 40, 63, .12);
  transform: translateY(-3px);
}

.pdl-product-directory-thumb {
  display: block;
  width: 104px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef4f8;
  border-radius: 4px;
}

.pdl-product-directory-thumb img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.pdl-product-directory-item:hover .pdl-product-directory-thumb img,
.pdl-product-directory-item:focus-visible .pdl-product-directory-thumb img {
  transform: scale(1.045);
}

.pdl-product-directory-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.pdl-product-directory-copy strong {
  display: block;
  color: var(--pdl-navy);
  font-size: 1.05rem;
  line-height: 1.24;
}

.pdl-product-directory-copy small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--pdl-muted);
  font-size: .83rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pdl-product-directory-arrow {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--pdl-blue);
  background: rgba(7, 91, 199, .08);
  border-radius: 50%;
}

.pdl-product-directory-arrow svg {
  width: 15px;
  height: 15px;
}

.pdl-product-decision-strip {
  color: #dbe7f3;
  background: linear-gradient(135deg, #071522 0%, #12283f 100%);
  border: 0;
}

.pdl-product-decision-strip .pdl-decision-grid {
  gap: 28px;
  padding: 30px 0;
}

.pdl-product-decision-strip .pdl-decision-card,
.pdl-product-decision-strip .pdl-decision-card:first-child,
.pdl-product-decision-strip .pdl-decision-card:nth-child(2n) {
  padding: 0;
  border: 0;
}

.pdl-product-decision-strip .pdl-decision-card span {
  color: #8cc6ff;
}

.pdl-product-decision-strip .pdl-decision-card strong {
  color: #fff;
}

.pdl-product-decision-strip .pdl-decision-card p {
  color: #aebed0;
}

.pdl-product-selection-section {
  background: #fff;
}

.pdl-product-selection-section .pdl-visual-summary {
  gap: 52px;
  align-items: center;
}

.pdl-product-selection-section .pdl-visual-media {
  min-height: 410px;
  background: linear-gradient(145deg, #f8fbfd 0%, #e9f0f7 100%);
  border: 0;
  box-shadow: 0 24px 56px rgba(18, 40, 63, .1);
}

.pdl-product-selection-section .pdl-visual-media img {
  min-height: 410px;
  padding: 30px;
}

.pdl-product-selection-section .pdl-skim-card {
  background: #f6f9fc;
  border: 0;
  box-shadow: none;
}

.pdl-product-scenario-section {
  background: linear-gradient(180deg, #edf3f8 0%, #f7fafc 100%);
}

.pdl-product-scenario-section .pdl-image-rail {
  gap: 28px;
}

.pdl-product-scenario-section .pdl-image-tile {
  overflow: visible;
  background: transparent;
  border: 0;
}

.pdl-product-scenario-section .pdl-image-tile img {
  height: 260px;
  padding: 22px;
  background: linear-gradient(145deg, #fff 0%, #e8eef5 100%);
  border-radius: var(--pdl-radius);
  box-shadow: 0 20px 48px rgba(18, 40, 63, .1);
}

.pdl-product-scenario-section .pdl-image-tile.is-cover img {
  padding: 0;
}

.pdl-product-scenario-section .pdl-image-tile figcaption {
  padding: 18px 2px 0;
}

.pdl-print-path-section {
  background: #fff;
}

.pdl-print-path-section .pdl-compare-grid {
  gap: 28px;
}

.pdl-print-path-section .pdl-choice-card {
  gap: 0;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border: 0;
  box-shadow: 0 22px 52px rgba(18, 40, 63, .1);
}

.pdl-print-path-section .pdl-choice-media {
  margin: 0;
  overflow: hidden;
  background: #edf3f8;
}

.pdl-print-path-section .pdl-choice-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.pdl-print-path-section .pdl-choice-content {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.pdl-print-path-section .pdl-choice-card h3 {
  margin-bottom: 0;
}

.pdl-print-path-section .pdl-choice-card ul {
  gap: 8px;
}

@media (max-width: 980px) {
  .pdl-application-priority-grid,
  .pdl-use-case-path-grid,
  .pdl-compact-bag-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pdl-product-featured {
    grid-template-columns: minmax(250px, .74fr) minmax(0, 1fr);
    min-height: 0;
  }

  .pdl-product-featured-media,
  .pdl-product-featured-media img {
    min-height: 250px;
  }

  .pdl-product-featured-copy {
    min-height: 0;
  }

  .pdl-product-decision-strip .pdl-decision-grid {
    border-left: 0;
  }

  .pdl-product-selection-section .pdl-visual-summary {
    gap: 34px;
  }
}

@media (max-width: 720px) {
  .pdl-product-application-first-section {
    padding-top: 42px;
  }

  .pdl-product-application-first-section .pdl-section-heading,
  .pdl-product-use-case-section .pdl-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdl-product-application-first-section .pdl-section-heading h2,
  .pdl-product-use-case-section .pdl-section-heading h2 {
    max-width: calc(100vw - 32px);
    font-size: 1.56rem;
    line-height: 1.24;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .pdl-product-application-first-section .pdl-section-heading p:not(.pdl-eyebrow),
  .pdl-product-use-case-section .pdl-section-heading p:not(.pdl-eyebrow) {
    max-width: calc(100vw - 32px);
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .pdl-application-priority-grid,
  .pdl-use-case-path-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdl-application-priority-card {
    grid-template-rows: 150px 1fr;
  }

  .pdl-application-priority-copy {
    padding: 17px;
  }

  .pdl-application-priority-copy strong {
    font-size: 1.04rem;
  }

  .pdl-application-priority-copy small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .82rem;
  }

  .pdl-product-use-case-section {
    padding-top: 42px;
  }

  .pdl-use-case-path {
    min-height: 0;
    padding: 18px;
  }

  .pdl-compact-bag-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pdl-compact-bag-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "title"
      "label";
    min-height: 0;
    padding: 10px;
  }

  .pdl-compact-bag-card span {
    width: 100%;
    height: 92px;
  }

  .pdl-compact-bag-card strong {
    margin-top: 8px;
    font-size: .92rem;
  }

  .pdl-compact-bag-card small {
    display: block;
    min-height: 1.35em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .7rem;
  }

  .pdl-product-catalog-section {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .pdl-product-catalog-section .pdl-section-heading {
    min-width: 0;
    margin-bottom: 18px;
  }

  .pdl-product-catalog-section .pdl-section-heading > div {
    min-width: 0;
  }

  .pdl-product-catalog-section .pdl-section-heading h2 {
    max-width: 12em;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .pdl-catalog-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .pdl-catalog-paths a {
    min-width: 0;
    min-height: 52px;
    padding: 9px 11px;
  }

  .pdl-product-featured {
    grid-template-columns: 1fr;
    min-height: 0;
    box-shadow: 0 18px 44px rgba(18, 40, 63, .14);
  }

  .pdl-product-featured-media,
  .pdl-product-featured-media img {
    min-height: 0;
  }

  .pdl-product-featured-media {
    height: 178px;
  }

  .pdl-product-featured-media img {
    height: 100%;
    padding: 18px;
  }

  .pdl-product-featured-copy {
    min-height: 0;
    padding: 16px;
  }

  .pdl-product-featured-copy h3 {
    margin: 6px 0 8px;
    font-size: 1.72rem;
  }

  .pdl-product-featured-copy p {
    display: -webkit-box;
    overflow: hidden;
    max-width: 20em;
    margin-bottom: 12px;
    font-size: .9rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-product-featured-actions {
    gap: 8px;
  }

  .pdl-product-featured-actions .pdl-button {
    width: 100%;
    min-height: 40px;
    padding: 9px 14px;
  }

  .pdl-product-featured-actions .pdl-text-link {
    font-size: .86rem;
  }

  .pdl-product-directory-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .pdl-product-directory-item {
    display: block;
    grid-column: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .pdl-product-directory-item:hover,
  .pdl-product-directory-item:focus-visible {
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .pdl-product-directory-thumb {
    width: 100%;
    aspect-ratio: 1.1 / .82;
    box-shadow: 0 12px 28px rgba(18, 40, 63, .08);
  }

  .pdl-product-directory-thumb img {
    padding: 10px;
  }

  .pdl-product-directory-copy {
    padding-top: 9px;
  }

  .pdl-product-directory-copy em,
  .pdl-product-directory-copy small,
  .pdl-product-directory-arrow {
    display: none;
  }

  .pdl-product-directory-copy strong {
    font-size: .94rem;
    line-height: 1.24;
  }

  .pdl-product-decision-strip .pdl-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 24px 0;
  }

  .pdl-product-decision-strip .pdl-decision-card,
  .pdl-product-decision-strip .pdl-decision-card:first-child,
  .pdl-product-decision-strip .pdl-decision-card:nth-child(2n) {
    padding: 0;
    border: 0;
  }

  .pdl-product-selection-section .pdl-visual-media,
  .pdl-product-selection-section .pdl-visual-media img {
    min-height: 250px;
  }

  .pdl-product-selection-section .pdl-visual-media img {
    padding: 18px;
  }

  .pdl-product-scenario-section .pdl-image-tile img {
    height: 210px;
  }

  .pdl-print-path-section .pdl-compare-grid {
    grid-template-columns: 1fr;
  }

  .pdl-print-path-section .pdl-choice-media img {
    height: 185px;
  }

  .pdl-print-path-section .pdl-choice-content {
    padding: 24px;
  }
}

/* Product collection filter page */
.pdl-hero-collection-filter {
  padding-bottom: 44px;
}

.pdl-active-filter-strip {
  padding: 18px 0;
  color: #fff;
  background: linear-gradient(135deg, #071522 0%, #12283f 100%);
}

.pdl-active-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.pdl-active-filter-grid span {
  display: block;
  margin-bottom: 3px;
  color: #9fb5ca;
  font-size: .78rem;
  font-weight: 800;
}

.pdl-active-filter-grid strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}

.pdl-active-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.pdl-active-filter-actions .pdl-text-link {
  color: #fff;
}

.pdl-filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  color: var(--pdl-navy);
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(18, 40, 63, .06);
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
  transition: color var(--pdl-transition), background var(--pdl-transition), box-shadow var(--pdl-transition), transform var(--pdl-transition);
}

.pdl-filter-chip:hover,
.pdl-filter-chip:focus-visible {
  color: var(--pdl-blue);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(7, 91, 199, .13);
}

.pdl-filter-chip.is-active {
  color: #fff;
  background: var(--pdl-blue);
  box-shadow: var(--pdl-shadow-blue);
}

.pdl-filter-chip.is-muted {
  color: #d7e5f6;
  background: rgba(255, 255, 255, .12);
  box-shadow: none;
}

.pdl-collection-filter-section {
  padding-top: 46px;
  padding-bottom: 36px;
}

.pdl-collection-filter-panel {
  display: grid;
  gap: 26px;
  padding: 30px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 22px 58px rgba(18, 40, 63, .09);
}

.pdl-filter-group {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pdl-filter-group-heading h2 {
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.65rem);
}

.pdl-filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pdl-product-results-section {
  padding-top: 54px;
}

.pdl-result-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.pdl-result-toolbar h2 {
  margin-bottom: 0;
}

.pdl-result-toolbar p {
  margin: 0;
  color: var(--pdl-muted);
}

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

.pdl-product-result-card {
  display: grid;
  min-width: 0;
  align-content: start;
  overflow: hidden;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 16px 34px rgba(18, 40, 63, .08);
  transition: transform var(--pdl-transition), box-shadow var(--pdl-transition);
}

.pdl-product-result-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(18, 40, 63, .12);
}

.pdl-product-result-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #f8fbfd 0%, #e7eff7 100%);
}

.pdl-product-result-media img {
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
  transition: transform var(--pdl-transition);
}

.pdl-product-result-card:hover .pdl-product-result-media img {
  transform: scale(1.035);
}

.pdl-product-image-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  color: var(--pdl-navy);
  background: rgba(255, 255, 255, .92);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(18, 40, 63, .08);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.1;
}

.pdl-product-result-body {
  display: grid;
  gap: 9px;
  padding: 15px 16px 16px;
}

.pdl-product-card-tags,
.pdl-product-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pdl-product-card-tags span,
.pdl-product-feature-row span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 8px;
  color: var(--pdl-blue);
  background: var(--pdl-blue-soft);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
}

.pdl-product-feature-row span {
  color: var(--pdl-green);
  background: var(--pdl-green-soft);
}

.pdl-product-result-body h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.34;
}

.pdl-product-result-body p,
.pdl-product-card-summary {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .86rem;
  line-height: 1.5;
}

.pdl-product-card-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pdl-mini-spec {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(134, 154, 176, .2);
  border-bottom: 1px solid rgba(134, 154, 176, .2);
}

.pdl-mini-spec div {
  display: grid;
  gap: 3px;
}

.pdl-mini-spec dt {
  color: var(--pdl-muted-2);
  font-size: .76rem;
  font-weight: 800;
}

.pdl-mini-spec dd {
  margin: 0;
  color: var(--pdl-ink);
  font-size: .88rem;
  line-height: 1.45;
}

.pdl-product-seo-details {
  margin-top: 2px;
  border-top: 1px solid rgba(134, 154, 176, .18);
}

.pdl-product-seo-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  color: var(--pdl-blue);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  list-style: none;
}

.pdl-product-seo-details summary::-webkit-details-marker {
  display: none;
}

.pdl-product-seo-details summary svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  transition: transform var(--pdl-transition);
}

.pdl-product-seo-details[open] summary svg {
  transform: rotate(180deg);
}

.pdl-product-card-facts {
  display: grid;
  gap: 8px;
  margin: 0 0 4px;
  padding: 10px;
  background: #f7fbff;
  border-radius: 4px;
}

.pdl-product-card-facts div {
  display: grid;
  gap: 3px;
}

.pdl-product-card-facts dt {
  color: var(--pdl-muted-2);
  font-size: .72rem;
  font-weight: 800;
}

.pdl-product-card-facts dd {
  margin: 0;
  color: var(--pdl-ink);
  font-size: .82rem;
  line-height: 1.45;
}

.pdl-empty-result {
  grid-column: 1 / -1;
  padding: 42px;
  text-align: center;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding: 18px 20px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-pagination-summary {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .9rem;
  line-height: 1.45;
}

.pdl-pagination-desktop,
.pdl-pagination-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.pdl-pagination-mobile {
  display: none;
}

.pdl-page-link,
.pdl-page-status,
.pdl-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: var(--pdl-radius);
  font-size: .86rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.pdl-page-link {
  color: var(--pdl-ink);
  border: 1px solid rgba(134, 154, 176, .32);
  background: #fff;
  transition: color var(--pdl-transition), border-color var(--pdl-transition), background var(--pdl-transition), transform var(--pdl-transition);
}

.pdl-page-link:hover,
.pdl-page-link:focus-visible {
  color: var(--pdl-blue);
  border-color: rgba(7, 91, 199, .42);
  background: var(--pdl-blue-soft);
  transform: translateY(-1px);
}

.pdl-page-link.is-active {
  color: #fff;
  border-color: var(--pdl-blue);
  background: var(--pdl-blue);
}

.pdl-page-link.is-disabled {
  color: var(--pdl-muted-2);
  background: #f5f8fb;
  cursor: not-allowed;
}

.pdl-page-ellipsis {
  min-width: 24px;
  padding-inline: 4px;
  color: var(--pdl-muted-2);
}

.pdl-page-status {
  color: var(--pdl-ink);
  background: #f7fafc;
  border: 1px solid rgba(134, 154, 176, .25);
  white-space: nowrap;
}

.pdl-collection-guide-section .pdl-skim-card {
  background: #fff;
  border: 0;
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-seo-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 360px;
  gap: 30px;
  align-items: stretch;
}

.pdl-seo-copy-main,
.pdl-seo-copy-aside {
  padding: 30px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-seo-copy-main p:last-child,
.pdl-seo-copy-aside ul {
  margin-bottom: 0;
}

.pdl-seo-copy-aside h3 {
  margin-top: 0;
}

.pdl-seo-intent-section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.pdl-seo-intent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .76fr) 300px;
  gap: 18px;
  align-items: stretch;
}

.pdl-seo-intent-main,
.pdl-seo-question-list,
.pdl-seo-link-panel {
  min-width: 0;
  padding: 24px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-seo-intent-main h2,
.pdl-seo-link-panel h2 {
  margin: 0 0 12px;
  color: var(--pdl-navy);
  font-size: clamp(1.35rem, 1.85vw, 1.86rem);
  line-height: 1.28;
}

.pdl-seo-intent-main p {
  margin: 0;
  color: var(--pdl-muted);
}

.pdl-keyword-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pdl-keyword-chip-row span {
  padding: 6px 10px;
  color: var(--pdl-blue);
  background: var(--pdl-blue-soft);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 750;
  line-height: 1.35;
}

.pdl-seo-question-list {
  display: grid;
  gap: 12px;
  background: var(--pdl-blue-tint);
}

.pdl-seo-question-list article {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pdl-line-soft);
}

.pdl-seo-question-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pdl-seo-question-list span {
  display: block;
  margin-bottom: 4px;
  color: var(--pdl-navy);
  font-weight: 850;
}

.pdl-seo-question-list p {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.pdl-seo-link-panel {
  display: grid;
  align-content: start;
  gap: 8px;
}

.pdl-seo-link-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 0;
  color: var(--pdl-blue);
  border-top: 1px solid var(--pdl-line-soft);
  font-weight: 750;
}

.pdl-seo-link-panel svg {
  flex: 0 0 auto;
}

.pdl-application-entry-section {
  padding-top: 58px;
  padding-bottom: 64px;
}

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

.pdl-application-entry-card {
  display: grid;
  gap: 7px;
  min-height: 168px;
  padding: 22px;
  color: var(--pdl-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .9)),
    linear-gradient(135deg, rgba(7, 91, 199, .14), rgba(13, 122, 98, .12));
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 34px rgba(18, 40, 63, .075);
  transition: transform var(--pdl-transition), box-shadow var(--pdl-transition);
}

.pdl-application-entry-card:hover,
.pdl-application-entry-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(18, 40, 63, .12);
}

.pdl-application-entry-card span {
  color: var(--pdl-blue);
  font-size: .78rem;
  font-weight: 850;
}

.pdl-application-entry-card strong {
  color: var(--pdl-navy);
  font-size: 1.12rem;
  line-height: 1.35;
}

.pdl-application-entry-card p {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.pdl-application-entry-card em {
  align-self: end;
  color: var(--pdl-blue);
  font-style: normal;
  font-size: .86rem;
  font-weight: 850;
}

@media (max-width: 980px) {
  .pdl-active-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-active-filter-actions {
    justify-content: flex-start;
  }

  .pdl-filter-group {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdl-product-result-grid,
  .pdl-application-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-result-toolbar,
  .pdl-seo-intent-grid,
  .pdl-seo-copy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pdl-hero-collection-filter {
    padding-bottom: 34px;
  }

  .pdl-hero-collection-filter .pdl-hero-actions {
    grid-template-columns: 1fr;
  }

  .pdl-hero-collection-filter .pdl-hero-actions .pdl-button {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .pdl-active-filter-grid,
  .pdl-application-entry-grid {
    grid-template-columns: 1fr;
  }

  .pdl-active-filter-strip {
    padding: 16px 0;
  }

  .pdl-active-filter-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pdl-active-filter-actions .pdl-filter-chip,
  .pdl-active-filter-actions .pdl-text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pdl-collection-filter-section {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .pdl-seo-intent-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .pdl-seo-intent-main,
  .pdl-seo-question-list,
  .pdl-seo-link-panel {
    padding: 20px;
  }

  .pdl-collection-filter-panel {
    padding: 20px;
  }

  .pdl-filter-chip-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
    min-width: 0;
  }

  .pdl-filter-chip {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    min-height: 34px;
    padding: 7px 11px;
    font-size: .82rem;
    text-align: center;
    white-space: normal;
  }

  .pdl-product-results-section {
    padding-top: 30px;
  }

  .pdl-product-results-section > .pdl-container {
    padding-inline: 12px;
  }

  .pdl-result-toolbar {
    gap: 8px;
    margin-bottom: 12px;
  }

  .pdl-product-results-section .pdl-result-toolbar h2 {
    font-size: 1.2rem;
    line-height: 1.28;
  }

  .pdl-product-results-section .pdl-result-toolbar p {
    display: none;
  }

  .pdl-product-result-grid {
    grid-template-columns: repeat(2, minmax(0, calc((100vw - 74px) / 2)));
    justify-content: space-between;
    gap: 8px;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .pdl-pagination {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding: 12px;
  }

  .pdl-pagination-summary {
    text-align: center;
    font-size: .76rem;
  }

  .pdl-pagination-desktop {
    display: none;
  }

  .pdl-pagination-mobile {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 7px;
  }

  .pdl-page-link,
  .pdl-page-status {
    min-height: 36px;
    padding: 7px 8px;
    font-size: .74rem;
  }

  .pdl-seo-copy-main,
  .pdl-seo-copy-aside,
  .pdl-application-entry-card {
    padding: 20px;
  }

  .pdl-product-result-card {
    min-width: 0;
    box-shadow: 0 10px 24px rgba(18, 40, 63, .08);
  }

  .pdl-product-result-card:hover {
    transform: translateY(-2px);
  }

  .pdl-product-result-media {
    aspect-ratio: 4 / 3;
  }

  .pdl-product-result-media img {
    padding: 8px;
  }

  .pdl-product-image-badge {
    display: none;
  }

  .pdl-product-result-body {
    gap: 5px;
    padding: 8px;
  }

  .pdl-product-card-tags {
    gap: 5px;
  }

  .pdl-product-card-tags span {
    min-height: 20px;
    padding: 3px 6px;
    font-size: .66rem;
    max-width: 100%;
  }

  .pdl-product-card-tags span:nth-child(n+2),
  .pdl-product-result-card .pdl-mini-spec,
  .pdl-product-result-card .pdl-product-feature-row {
    display: none;
  }

  .pdl-product-result-body h3 {
    font-size: .88rem;
    line-height: 1.24;
  }

  .pdl-product-result-body h3 a,
  .pdl-product-result-body p,
  .pdl-product-card-summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .pdl-product-result-body h3 a {
    -webkit-line-clamp: 2;
  }

  .pdl-product-result-body p,
  .pdl-product-card-summary {
    -webkit-line-clamp: 1;
    font-size: .72rem;
    line-height: 1.28;
  }

  .pdl-product-seo-details {
    margin-top: 0;
  }

  .pdl-product-seo-details summary {
    min-height: 24px;
    font-size: .66rem;
  }

  .pdl-product-seo-details summary svg {
    width: 12px;
    height: 12px;
  }

  .pdl-product-card-facts {
    gap: 5px;
    padding: 7px;
  }

  .pdl-product-card-facts dt {
    font-size: .64rem;
  }

  .pdl-product-card-facts dd {
    font-size: .7rem;
    line-height: 1.32;
  }

  .pdl-product-result-body > .pdl-text-link {
    display: none;
  }

  .pdl-product-result-body > .pdl-text-link svg {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 420px) {
  .pdl-filter-chip-row {
    grid-template-columns: repeat(2, minmax(0, 146px));
    justify-content: start;
  }

  .pdl-product-results-section > .pdl-container {
    padding-inline: 0;
  }

  .pdl-product-result-grid {
    grid-template-columns: repeat(2, minmax(0, 146px));
    justify-content: start;
    column-gap: 8px;
    row-gap: 10px;
  }
}

/* Industry and material archive hubs */
.pdl-hero-industry-hub .pdl-page-hero-grid,
.pdl-hero-material-hub .pdl-page-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  min-height: 318px;
}

.pdl-hero-industry-hub .pdl-page-hero-copy,
.pdl-hero-material-hub .pdl-page-hero-copy {
  padding-top: 38px;
  padding-bottom: 38px;
}

.pdl-hero-industry-hub h1,
.pdl-hero-material-hub h1 {
  max-width: 15em;
  font-size: clamp(1.95rem, 2.55vw, 2.8rem);
}

.pdl-hero-industry-hub .pdl-page-hero-media,
.pdl-hero-material-hub .pdl-page-hero-media {
  height: 318px;
  background: linear-gradient(145deg, #f7fafc 0%, #e4edf5 100%);
}

.pdl-hero-industry-hub .pdl-page-hero-media img,
.pdl-hero-material-hub .pdl-page-hero-media img {
  padding: 24px;
  object-fit: contain;
}

.pdl-hub-split,
.pdl-material-hub-layout,
.pdl-hub-copy-grid {
  display: grid;
  gap: 34px;
  align-items: stretch;
}

.pdl-hub-split {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .82fr);
}

.pdl-hub-split.is-reversed {
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1.04fr);
  align-items: center;
}

.pdl-hub-showcase {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.pdl-hub-visual,
.pdl-hub-mini-visuals figure,
.pdl-material-feature,
.pdl-hub-copy-main,
.pdl-hub-copy-aside {
  overflow: hidden;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-hub-visual {
  margin: 0;
  min-height: 360px;
  background: linear-gradient(145deg, #fff 0%, #e8f0f7 100%);
}

.pdl-hub-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  padding: 30px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.pdl-hub-visual:hover img,
.pdl-hub-mini-visuals figure:hover img,
.pdl-material-feature:hover img {
  transform: scale(1.025);
}

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

.pdl-hub-mini-visuals figure {
  margin: 0;
  background: linear-gradient(145deg, #f8fbfd 0%, #e9f1f8 100%);
}

.pdl-hub-mini-visuals img {
  width: 100%;
  height: 142px;
  padding: 16px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.pdl-hub-mini-visuals figcaption {
  padding: 0 14px 14px;
  color: var(--pdl-muted);
  font-size: .84rem;
  font-weight: 700;
}

.pdl-hub-mini-visuals.is-process figure:first-child {
  grid-column: span 2;
}

.pdl-hub-mini-visuals.is-process img {
  height: 190px;
}

.pdl-hub-copy {
  min-width: 0;
  align-self: center;
}

.pdl-hub-copy h2,
.pdl-hub-copy-main h2 {
  margin: 0 0 14px;
  color: var(--pdl-navy);
  font-size: clamp(1.72rem, 2.35vw, 2.42rem);
  line-height: 1.24;
  text-wrap: balance;
}

.pdl-hub-copy p,
.pdl-hub-copy-main p {
  margin: 0 0 18px;
  color: var(--pdl-muted);
}

.pdl-hub-signal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.pdl-hub-signal-list a {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 16px;
  color: var(--pdl-navy);
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 12px 28px rgba(18, 40, 63, .07);
  transition: transform var(--pdl-transition), box-shadow var(--pdl-transition);
}

.pdl-hub-signal-list a:hover,
.pdl-hub-signal-list a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 91, 199, .12);
}

.pdl-hub-signal-list span {
  color: var(--pdl-blue);
  font-size: .76rem;
  font-weight: 850;
}

.pdl-hub-signal-list strong {
  color: var(--pdl-navy);
  line-height: 1.35;
}

.pdl-hub-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pdl-hub-route-grid .pdl-card {
  border: 0;
  box-shadow: 0 15px 36px rgba(18, 40, 63, .075);
}

.pdl-hub-route-grid .pdl-card-media {
  aspect-ratio: 16 / 10;
  border-bottom: 0;
}

.pdl-hub-table-wrap {
  overflow-x: auto;
}

.pdl-hub-table {
  min-width: 920px;
}

.pdl-hub-table a {
  color: var(--pdl-blue);
  font-weight: 750;
}

.pdl-hub-copy-grid {
  grid-template-columns: minmax(0, 1.24fr) 340px;
}

.pdl-hub-copy-main,
.pdl-hub-copy-aside {
  padding: 30px;
}

.pdl-hub-copy-main {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
    linear-gradient(135deg, rgba(7, 91, 199, .08), rgba(13, 122, 98, .08));
}

.pdl-hub-copy-main p:last-child {
  margin-bottom: 0;
}

.pdl-hub-copy-aside {
  display: grid;
  align-content: start;
  gap: 10px;
}

.pdl-hub-copy-aside h3 {
  margin: 0 0 8px;
  color: var(--pdl-navy);
}

.pdl-hub-copy-aside a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 46px;
  padding: 10px 0;
  color: var(--pdl-blue);
  border-top: 1px solid var(--pdl-line-soft);
  font-weight: 750;
}

.pdl-material-layer-section {
  background: #fff;
}

.pdl-material-layer-section .pdl-layer-copy .pdl-button {
  margin-top: 8px;
}

.pdl-material-hub-layout {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  align-items: start;
}

.pdl-material-feature {
  display: grid;
  align-self: start;
  color: #fff;
  background: var(--pdl-navy);
  box-shadow: 0 24px 58px rgba(18, 40, 63, .15);
}

.pdl-material-feature img {
  width: 100%;
  height: 270px;
  padding: 30px;
  object-fit: contain;
  background: linear-gradient(145deg, #f8fbfd 0%, #dde8f1 100%);
  transition: transform 220ms ease;
}

.pdl-material-feature div {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.pdl-material-feature span {
  color: #88cfc2;
  font-size: .78rem;
  font-weight: 850;
}

.pdl-material-feature h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.05;
}

.pdl-material-feature p {
  margin: 0;
  color: #d7e4ef;
}

.pdl-material-feature .pdl-text-link {
  color: #fff;
}

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

.pdl-material-directory-list .pdl-card {
  border: 0;
  box-shadow: 0 14px 34px rgba(18, 40, 63, .075);
}

.pdl-material-directory-list .pdl-card-media {
  aspect-ratio: 16 / 9;
}

.pdl-process-directory-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.pdl-process-directory-grid .pdl-card {
  border: 0;
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-process-directory-grid .pdl-card-media {
  aspect-ratio: 5 / 4;
  background: #f4f8fb;
}

.pdl-process-directory-grid .pdl-card-body {
  padding: 17px;
}

.pdl-process-directory-grid .pdl-card h3 {
  font-size: 1rem;
}

.pdl-process-directory-grid .pdl-card p {
  display: -webkit-box;
  margin-bottom: 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pdl-process-guidance {
  margin-top: 34px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 40, 63, .075);
}

.pdl-process-guidance .pdl-hub-signal-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1080px) {
  .pdl-hub-split,
  .pdl-hub-split.is-reversed,
  .pdl-material-hub-layout,
  .pdl-hub-copy-grid {
    grid-template-columns: 1fr;
  }

  .pdl-hub-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-process-directory-grid,
  .pdl-process-guidance .pdl-hub-signal-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-material-feature {
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  }

  .pdl-material-feature img {
    height: 100%;
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .pdl-page-hero.pdl-hero-industry-hub,
  .pdl-page-hero.pdl-hero-material-hub {
    padding: 30px 0 24px;
  }

  .pdl-hero-industry-hub .pdl-page-hero-grid,
  .pdl-hero-material-hub .pdl-page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pdl-hero-industry-hub .pdl-page-hero-copy,
  .pdl-hero-material-hub .pdl-page-hero-copy {
    padding: 0;
  }

  .pdl-hero-industry-hub .pdl-page-hero-media,
  .pdl-hero-material-hub .pdl-page-hero-media {
    display: none;
  }

  .pdl-hero-industry-hub h1,
  .pdl-hero-material-hub h1 {
    width: min(100%, calc(100vw - 32px));
    max-width: 100%;
    font-size: 1.76rem;
    line-height: 1.13;
    white-space: normal;
    text-wrap: wrap;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .pdl-hero-industry-hub .pdl-hero-lead,
  .pdl-hero-material-hub .pdl-hero-lead {
    width: min(100%, 21em);
    max-width: 21em;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .pdl-hero-industry-hub .pdl-hero-actions,
  .pdl-hero-material-hub .pdl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pdl-hero-industry-hub .pdl-hero-actions .pdl-button,
  .pdl-hero-material-hub .pdl-hero-actions .pdl-button {
    width: 100%;
  }

  .pdl-hero-industry-hub .pdl-hero-chips,
  .pdl-hero-material-hub .pdl-hero-chips {
    display: none;
  }

  .pdl-hub-split,
  .pdl-hub-split.is-reversed,
  .pdl-hub-showcase {
    gap: 18px;
  }

  .pdl-hub-copy,
  .pdl-layer-copy {
    min-width: 0;
    max-width: 100%;
  }

  .pdl-hub-visual,
  .pdl-hub-visual img {
    min-height: 230px;
  }

  .pdl-hub-visual img {
    padding: 18px;
  }

  .pdl-hub-mini-visuals,
  .pdl-hub-signal-list,
  .pdl-hub-route-grid,
  .pdl-process-directory-grid,
  .pdl-process-guidance .pdl-hub-signal-list,
  .pdl-material-directory-list {
    grid-template-columns: 1fr;
  }

  .pdl-process-guidance {
    padding: 22px;
  }

  .pdl-industry-signal-section .pdl-hub-copy {
    order: -1;
  }

  .pdl-industry-signal-section .pdl-hub-mini-visuals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .pdl-industry-signal-section .pdl-hub-mini-visuals img {
    height: 86px;
    padding: 8px;
  }

  .pdl-industry-signal-section .pdl-hub-mini-visuals figcaption {
    padding: 0 8px 9px;
    font-size: .68rem;
    line-height: 1.25;
  }

  .pdl-hub-mini-visuals.is-process figure:first-child {
    grid-column: auto;
  }

  .pdl-hub-mini-visuals img,
  .pdl-hub-mini-visuals.is-process img {
    height: 150px;
  }

  .pdl-hub-copy h2,
  .pdl-hub-copy-main h2 {
    font-size: 1.48rem;
    max-width: 100%;
    white-space: normal;
    text-wrap: wrap;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .pdl-hub-copy p,
  .pdl-hub-copy-main p,
  .pdl-layer-copy p {
    width: min(100%, 21em);
    max-width: 21em;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .pdl-hub-copy-main,
  .pdl-hub-copy-aside {
    padding: 22px;
  }

  .pdl-material-feature {
    grid-template-columns: 1fr;
  }

  .pdl-material-feature img {
    height: 150px;
    min-height: 0;
    padding: 14px;
  }

  .pdl-material-feature div {
    gap: 8px;
    padding: 18px;
  }

  .pdl-material-feature h3 {
    font-size: 1.18rem;
    line-height: 1.18;
  }

  .pdl-material-feature p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .82rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .pdl-material-feature .pdl-text-link {
    font-size: .82rem;
  }

  .pdl-material-directory-list .pdl-card,
  .pdl-process-directory-grid .pdl-card {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .pdl-material-directory-list .pdl-card-media,
  .pdl-process-directory-grid .pdl-card-media {
    aspect-ratio: 16 / 9;
  }

  .pdl-material-directory-list .pdl-card-body,
  .pdl-process-directory-grid .pdl-card-body {
    border-top: 1px solid var(--pdl-line);
    border-left: 0;
  }
}

/* Differentiated inner-page templates */
.pdl-hero-product-manual .pdl-page-hero-grid,
.pdl-hero-industry-diagnostic .pdl-page-hero-grid,
.pdl-hero-material-lab .pdl-page-hero-grid,
.pdl-hero-case-library .pdl-page-hero-grid,
.pdl-hero-case-story .pdl-page-hero-grid,
.pdl-hero-article-guide .pdl-page-hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(360px, .86fr);
  min-height: 330px;
}

.pdl-hero-product-manual .pdl-page-hero-media,
.pdl-hero-industry-diagnostic .pdl-page-hero-media,
.pdl-hero-material-lab .pdl-page-hero-media,
.pdl-hero-case-library .pdl-page-hero-media,
.pdl-hero-case-story .pdl-page-hero-media,
.pdl-hero-article-guide .pdl-page-hero-media {
  width: 100%;
  max-width: 620px;
  height: auto;
  aspect-ratio: 16 / 10;
  align-self: center;
  justify-self: end;
  margin: 0;
  border: 1px solid rgba(175, 192, 209, .55);
  border-radius: var(--pdl-radius);
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .92), transparent 18rem),
    linear-gradient(145deg, #f8fbfd 0%, #e6eef6 100%);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-hero-case-library .pdl-page-hero-media {
  aspect-ratio: 16 / 9;
}

.pdl-hero-product-manual .pdl-page-hero-media::before,
.pdl-hero-industry-diagnostic .pdl-page-hero-media::before,
.pdl-hero-material-lab .pdl-page-hero-media::before,
.pdl-hero-case-library .pdl-page-hero-media::before,
.pdl-hero-case-story .pdl-page-hero-media::before,
.pdl-hero-article-guide .pdl-page-hero-media::before {
  inset: 20px;
  border-color: rgba(255, 255, 255, .75);
  border-radius: calc(var(--pdl-radius) - 1px);
}

.pdl-hero-product-manual .pdl-page-hero-media::after,
.pdl-hero-industry-diagnostic .pdl-page-hero-media::after,
.pdl-hero-material-lab .pdl-page-hero-media::after,
.pdl-hero-case-library .pdl-page-hero-media::after,
.pdl-hero-case-story .pdl-page-hero-media::after,
.pdl-hero-article-guide .pdl-page-hero-media::after {
  left: 18%;
  right: 18%;
  bottom: 22px;
}

.pdl-hero-product-manual .pdl-page-hero-media img,
.pdl-hero-industry-diagnostic .pdl-page-hero-media img,
.pdl-hero-material-lab .pdl-page-hero-media img,
.pdl-hero-case-library .pdl-page-hero-media img,
.pdl-hero-case-story .pdl-page-hero-media img,
.pdl-hero-article-guide .pdl-page-hero-media img {
  width: 100%;
  height: 100%;
  padding: 28px;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.pdl-hero-product-manual .pdl-page-hero-media:hover img,
.pdl-hero-industry-diagnostic .pdl-page-hero-media:hover img,
.pdl-hero-material-lab .pdl-page-hero-media:hover img,
.pdl-hero-case-library .pdl-page-hero-media:hover img,
.pdl-hero-case-story .pdl-page-hero-media:hover img,
.pdl-hero-article-guide .pdl-page-hero-media:hover img {
  transform: scale(1.015);
}

.pdl-product-manual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr) minmax(260px, .72fr);
  gap: 30px;
  align-items: start;
}

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

.pdl-product-gallery figure,
.pdl-risk-lab-media,
.pdl-reuse-advice-grid figure {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fbfd 0%, #e7eff7 100%);
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-product-gallery figure.is-large {
  grid-column: 1 / -1;
}

.pdl-product-gallery img,
.pdl-risk-lab-media img,
.pdl-reuse-advice-grid img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: contain;
  padding: 22px;
}

.pdl-product-gallery figcaption {
  padding: 0 18px 18px;
  color: var(--pdl-muted);
  font-size: .9rem;
}

.pdl-fit-board,
.pdl-manual-quote,
.pdl-industry-note,
.pdl-quote-prep-panel,
.pdl-quote-contact-card,
.pdl-article-toc,
.pdl-guide-links,
.pdl-seo-copy-main,
.pdl-seo-copy-aside {
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-fit-board,
.pdl-manual-quote,
.pdl-industry-note,
.pdl-quote-prep-panel,
.pdl-quote-contact-card,
.pdl-article-toc,
.pdl-guide-links {
  padding: 28px;
}

.pdl-fit-board h2,
.pdl-manual-quote h2,
.pdl-industry-note h2,
.pdl-quote-prep-panel h2 {
  margin-top: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.25;
}

.pdl-fit-columns {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.pdl-fit-columns article {
  padding: 18px;
  background: #f6f9fc;
  border-radius: var(--pdl-radius);
}

.pdl-fit-columns article.is-caution {
  background: var(--pdl-amber-soft);
}

.pdl-fit-columns span,
.pdl-route-cards span,
.pdl-diagnosis-grid span,
.pdl-solution-map span,
.pdl-case-tile span,
.pdl-case-brief-grid span,
.pdl-proof-strip span,
.pdl-parameter-board span,
.pdl-material-matrix strong,
.pdl-quote-contact-card span {
  color: var(--pdl-blue);
  font-size: .78rem;
  font-weight: 850;
}

.pdl-fit-columns ul,
.pdl-manual-quote ol,
.pdl-reuse-advice-grid ul {
  margin: 10px 0 0;
  padding-left: 1.15em;
  color: var(--pdl-muted);
}

.pdl-manual-quote {
  position: sticky;
  top: calc(var(--pdl-header-height) + 20px);
  background: var(--pdl-navy);
  color: #fff;
}

.pdl-manual-quote .pdl-eyebrow,
.pdl-manual-quote p,
.pdl-manual-quote li {
  color: #d7e4f2;
}

.pdl-manual-quote .pdl-button {
  width: 100%;
  margin-top: 18px;
}

.pdl-parameter-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdl-parameter-board article,
.pdl-route-cards article,
.pdl-diagnosis-grid article,
.pdl-solution-map article,
.pdl-material-matrix article,
.pdl-case-brief-grid article,
.pdl-proof-strip article {
  padding: 22px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-parameter-board strong,
.pdl-route-cards strong,
.pdl-solution-map strong,
.pdl-proof-strip strong {
  display: block;
  margin: 8px 0;
  color: var(--pdl-navy);
  font-size: 1.05rem;
  line-height: 1.4;
}

.pdl-parameter-board p,
.pdl-route-cards p,
.pdl-diagnosis-grid p,
.pdl-solution-map p,
.pdl-material-matrix p,
.pdl-case-tile p,
.pdl-case-brief-grid p,
.pdl-proof-strip p {
  margin-bottom: 0;
  color: var(--pdl-muted);
}

.pdl-material-route-grid,
.pdl-layer-lab-grid,
.pdl-risk-lab-grid,
.pdl-reuse-advice-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
}

.pdl-route-cards {
  display: grid;
  gap: 16px;
}

/* Product detail decision workbench */
.pdl-product-decision-section {
  background:
    linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
}

.pdl-product-decision-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.08fr) minmax(260px, .64fr);
  gap: 24px;
  align-items: start;
}

.pdl-product-visual-board {
  display: grid;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.pdl-product-visual-main,
.pdl-product-visual-strip figure {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f9fbfd 0%, #e7eff7 100%);
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 46px rgba(18, 40, 63, .085);
}

.pdl-product-visual-main {
  display: grid;
  height: clamp(340px, 31vw, 430px);
  min-height: 0;
}

.pdl-product-visual-main img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 30px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.pdl-product-visual-main:hover img {
  transform: scale(1.025);
}

.pdl-product-visual-main figcaption {
  padding: 0 22px 20px;
  color: var(--pdl-muted);
  font-size: .9rem;
}

.pdl-product-visual-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}

.pdl-product-visual-strip figure {
  min-height: 132px;
  min-width: 0;
}

.pdl-product-visual-strip img {
  width: 100%;
  height: 96px;
  padding: 12px;
  object-fit: contain;
}

.pdl-product-visual-strip figcaption {
  padding: 0 12px 12px;
  color: var(--pdl-blue);
  font-size: .76rem;
  font-weight: 850;
}

.pdl-product-decision-copy,
.pdl-product-quote-card,
.pdl-product-route-copy,
.pdl-product-print-choice article {
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-product-decision-copy {
  padding: 30px;
  min-width: 0;
}

.pdl-product-decision-copy h2,
.pdl-product-quote-card h2,
.pdl-product-route-copy h2 {
  margin-top: 0;
  color: var(--pdl-navy);
  font-size: clamp(1.48rem, 2.1vw, 2.1rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.pdl-product-decision-copy > p:not(.pdl-eyebrow),
.pdl-product-route-copy > p:not(.pdl-eyebrow) {
  color: var(--pdl-muted);
}

.pdl-product-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.pdl-product-fit-grid article,
.pdl-product-parameter-grid article,
.pdl-product-route-cards article {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-product-fit-grid article {
  background: #f6f9fc;
  box-shadow: none;
}

.pdl-product-fit-grid article.is-caution {
  background: var(--pdl-amber-soft);
}

.pdl-product-fit-grid span,
.pdl-product-parameter-grid span,
.pdl-product-route-cards span,
.pdl-product-print-choice span {
  display: block;
  margin-bottom: 7px;
  color: var(--pdl-blue);
  font-size: .76rem;
  font-weight: 850;
}

.pdl-product-fit-grid strong,
.pdl-product-parameter-grid strong,
.pdl-product-route-cards strong {
  display: block;
  color: var(--pdl-navy);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.pdl-product-fit-grid p,
.pdl-product-parameter-grid p,
.pdl-product-route-cards p,
.pdl-product-print-choice p {
  margin: 9px 0 0;
  color: var(--pdl-muted);
  font-size: .9rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.pdl-product-quote-card {
  position: sticky;
  top: calc(var(--pdl-header-height) + 20px);
  min-width: 0;
  padding: 26px;
  color: #fff;
  background:
    linear-gradient(145deg, #071522 0%, #12283f 100%);
}

.pdl-product-quote-card .pdl-eyebrow,
.pdl-product-quote-card h2 {
  color: #fff;
}

.pdl-product-quote-card ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding-left: 1.2em;
  color: #d7e4f2;
}

.pdl-product-quote-card .pdl-button {
  width: 100%;
}

.pdl-product-parameter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdl-product-route-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr) minmax(280px, .82fr);
  gap: 24px;
  align-items: stretch;
}

.pdl-product-route-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px;
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.pdl-product-route-cards,
.pdl-product-print-choice {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.pdl-product-print-choice article {
  min-width: 0;
  padding: 22px;
  background: #f6f9fc;
  box-shadow: none;
}

.pdl-product-print-choice h3 {
  margin: 0;
  color: var(--pdl-navy);
  font-size: 1.16rem;
  line-height: 1.32;
}

.pdl-product-alternative-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

.pdl-diagnosis-grid article {
  min-height: 190px;
}

.pdl-diagnosis-grid article.is-high {
  background: linear-gradient(145deg, #fff 0%, #edf5ff 100%);
  box-shadow: 0 18px 44px rgba(7, 91, 199, .12);
}

.pdl-diagnosis-grid h3,
.pdl-material-matrix h3,
.pdl-case-tile h3,
.pdl-case-tile h2,
.pdl-case-brief-grid h2 {
  margin: 10px 0 8px;
  color: var(--pdl-navy);
  line-height: 1.28;
}

.pdl-solution-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: map;
}

.pdl-solution-map article {
  position: relative;
  min-height: 170px;
}

.pdl-solution-map article::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 1px;
  background: rgba(7, 91, 199, .35);
}

.pdl-solution-map article:last-child::after {
  display: none;
}

.pdl-industry-recommend-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.pdl-industry-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pdl-layer-stack {
  display: grid;
  gap: 12px;
}

.pdl-layer-stack article {
  display: grid;
  grid-template-columns: 90px minmax(0, 180px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  color: #fff;
  background: var(--pdl-navy);
  border-radius: var(--pdl-radius);
}

.pdl-layer-stack article:nth-child(2) {
  background: #075bc7;
}

.pdl-layer-stack article:nth-child(3) {
  background: #0d7a62;
}

.pdl-layer-stack article:nth-child(4) {
  background: #44566c;
}

.pdl-layer-stack span {
  font-weight: 850;
}

.pdl-layer-stack p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.pdl-material-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pdl-risk-lab-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}

.pdl-risk-lab-list details {
  padding: 16px 0;
  border-bottom: 1px solid rgba(134, 154, 176, .24);
}

.pdl-risk-lab-list summary {
  cursor: pointer;
  color: var(--pdl-navy);
  font-weight: 850;
}

.pdl-risk-lab-list p {
  margin: 8px 0 0;
  color: var(--pdl-muted);
}

.pdl-case-command {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: 30px;
  align-items: end;
}

.pdl-case-command-section {
  padding-bottom: 26px;
}

.pdl-case-wall-section {
  padding-top: 30px;
}

.pdl-case-wall {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 24px;
}

.pdl-case-tile {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  overflow: hidden;
  padding: 22px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-case-tile.is-featured {
  grid-row: span 3;
  grid-template-columns: 1fr;
  align-items: start;
}

.pdl-case-tile img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 154px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 16px;
  background: #f2f6fa;
  border-radius: var(--pdl-radius);
}

.pdl-case-tile.is-featured img {
  width: min(100%, 520px);
  justify-self: center;
  min-height: 0;
  max-height: none;
  aspect-ratio: 16 / 10;
}

.pdl-proof-strip,
.pdl-case-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pdl-project-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdl-project-timeline li {
  padding: 24px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-project-timeline span,
.pdl-guide-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  color: #fff;
  background: var(--pdl-blue);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 850;
}

.pdl-reuse-advice-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.pdl-answer-first {
  max-width: 920px;
  padding: 34px 40px;
  color: #fff;
  background: var(--pdl-navy);
  border-radius: var(--pdl-radius);
}

.pdl-answer-first .pdl-eyebrow,
.pdl-answer-first p {
  color: #d7e4f2;
}

.pdl-answer-first h2 {
  color: #fff;
}

.pdl-reading-layout {
  display: grid;
  grid-template-columns: minmax(0, 900px) minmax(260px, 280px);
  gap: 28px 34px;
  align-items: start;
  justify-content: start;
}

.pdl-article-toc {
  position: sticky;
  top: calc(var(--pdl-header-height) + 18px);
  display: grid;
  gap: 10px;
}

.pdl-reading-layout > .pdl-article-toc {
  grid-column: 1 / -1;
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 12px 30px rgba(18, 40, 63, .06);
}

.pdl-article-toc span {
  color: var(--pdl-muted-2);
  font-size: .8rem;
  font-weight: 850;
}

.pdl-reading-layout > .pdl-article-toc span {
  margin-right: 6px;
}

.pdl-article-toc a,
.pdl-guide-links a {
  padding: 10px 0;
  color: var(--pdl-navy);
  border-bottom: 1px solid rgba(134, 154, 176, .22);
  font-weight: 750;
}

.pdl-reading-layout > .pdl-article-toc a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--pdl-navy);
  background: var(--pdl-blue-tint);
  border: 1px solid rgba(7, 91, 199, .14);
  border-radius: 4px;
}

.pdl-reading-layout > .pdl-article-toc a:hover,
.pdl-reading-layout > .pdl-article-toc a:focus-visible {
  color: var(--pdl-blue);
  background: #fff;
  border-color: rgba(7, 91, 199, .28);
}

.pdl-guide-article {
  max-width: 900px;
  min-width: 0;
}

.pdl-guide-article h2 {
  margin: 46px 0 16px;
  color: var(--pdl-navy);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.28;
}

.pdl-guide-article > h2:first-child {
  margin-top: 0;
}

.pdl-guide-article p {
  margin: 0 0 20px;
  color: var(--pdl-muted);
  font-size: 1rem;
  line-height: 1.82;
}

.pdl-guide-article .pdl-table-wrap {
  margin: 22px 0 44px;
}

.pdl-guide-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 44px;
}

.pdl-guide-steps article {
  padding: 20px;
  background: #f6f9fc;
  border-radius: var(--pdl-radius);
}

/* Knowledge archive and article refresh */
.pdl-hero-knowledge-library .pdl-page-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
  min-height: 260px;
}

.pdl-hero-knowledge-library .pdl-page-hero-copy {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pdl-hero-knowledge-library h1 {
  margin-bottom: 10px;
  font-size: clamp(1.85rem, 2.35vw, 2.55rem);
  line-height: 1.12;
}

.pdl-hero-knowledge-library .pdl-hero-lead {
  max-width: 36em;
  margin-bottom: 14px;
  font-size: .96rem;
}

.pdl-hero-knowledge-library .pdl-hero-chips {
  margin-top: 12px;
}

.pdl-hero-knowledge-library .pdl-hero-chips span {
  min-height: 34px;
  padding: 6px 10px;
  font-size: .82rem;
}

.pdl-hero-knowledge-library .pdl-page-hero-media {
  height: 260px;
}

.pdl-knowledge-finder-section {
  background: #fff;
}

.pdl-knowledge-finder {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: start;
}

.pdl-knowledge-finder-copy h2 {
  margin: 0;
  max-width: 13em;
  color: var(--pdl-navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.12;
  text-wrap: balance;
}

.pdl-knowledge-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pdl-knowledge-route-grid a {
  display: grid;
  gap: 7px;
  min-height: 150px;
  padding: 20px;
  color: var(--pdl-ink);
  background: linear-gradient(180deg, #f8fbfe 0%, #eef5fb 100%);
  border-radius: var(--pdl-radius);
  transition: transform var(--pdl-transition), box-shadow var(--pdl-transition), background-color var(--pdl-transition);
}

.pdl-knowledge-route-grid a:hover,
.pdl-knowledge-route-grid a:focus-visible {
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 91, 199, .12);
  transform: translateY(-2px);
}

.pdl-knowledge-route-grid span,
.pdl-knowledge-list-card span,
.pdl-knowledge-recommend-panel span {
  color: var(--pdl-blue);
  font-size: .76rem;
  font-weight: 850;
}

.pdl-knowledge-route-grid strong {
  color: var(--pdl-navy);
  font-size: 1.08rem;
  line-height: 1.35;
}

.pdl-knowledge-route-grid p,
.pdl-knowledge-list-card p,
.pdl-knowledge-recommend-panel p {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .92rem;
  line-height: 1.58;
}

.pdl-knowledge-quick-section {
  padding-top: 26px;
  padding-bottom: 30px;
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
  border-bottom: 1px solid var(--pdl-line-soft);
}

.pdl-knowledge-quick {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, .9fr);
  gap: 20px;
  align-items: stretch;
}

.pdl-knowledge-route-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pdl-knowledge-route-strip a {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 96px;
  padding: 14px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 10px 24px rgba(18, 40, 63, .06);
  transition: transform var(--pdl-transition), box-shadow var(--pdl-transition);
}

.pdl-knowledge-route-strip a:hover,
.pdl-knowledge-route-strip a:focus-visible {
  box-shadow: 0 14px 30px rgba(7, 91, 199, .11);
  transform: translateY(-2px);
}

.pdl-knowledge-route-strip span {
  color: var(--pdl-blue);
  font-size: .72rem;
  font-weight: 850;
}

.pdl-knowledge-route-strip strong {
  margin-top: 6px;
  color: var(--pdl-navy);
  font-size: .94rem;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.pdl-knowledge-featured-strip {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 12px 30px rgba(18, 40, 63, .075);
}

.pdl-knowledge-featured-thumb {
  display: block;
  overflow: hidden;
  background: #eef5fb;
  border-radius: calc(var(--pdl-radius) - 1px);
}

.pdl-knowledge-featured-thumb img {
  width: 100%;
  height: 112px;
  padding: 14px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.pdl-knowledge-featured-strip:hover .pdl-knowledge-featured-thumb img {
  transform: scale(1.035);
}

.pdl-knowledge-featured-strip .pdl-knowledge-featured-copy {
  display: block;
  padding: 0;
}

.pdl-knowledge-featured-strip .pdl-eyebrow {
  margin-bottom: 6px;
}

.pdl-knowledge-featured-strip h2 {
  margin: 0 0 6px;
  font-size: 1.08rem;
  line-height: 1.32;
}

.pdl-knowledge-featured-strip p {
  margin: 0 0 8px;
  color: var(--pdl-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.pdl-knowledge-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .72fr);
  gap: 26px;
  align-items: stretch;
}

.pdl-knowledge-featured-card {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 24px 64px rgba(18, 40, 63, .12);
}

.pdl-knowledge-featured-media {
  display: block;
  min-height: 390px;
  overflow: hidden;
  background: linear-gradient(145deg, #f6f9fc 0%, #dce8f2 100%);
}

.pdl-knowledge-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  padding: 36px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.pdl-knowledge-featured-card:hover .pdl-knowledge-featured-media img {
  transform: scale(1.025);
}

.pdl-knowledge-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 46px);
}

.pdl-knowledge-featured-copy h2,
.pdl-knowledge-recommend-panel h2 {
  margin-top: 0;
  color: var(--pdl-navy);
  line-height: 1.18;
  text-wrap: balance;
}

.pdl-knowledge-featured-copy p {
  color: var(--pdl-muted);
}

.pdl-knowledge-featured-copy .pdl-button {
  align-self: flex-start;
  margin-top: 12px;
}

.pdl-knowledge-recommend-panel,
.pdl-article-quote-shortcut {
  padding: 26px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-knowledge-recommend-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}

.pdl-knowledge-recommend-panel a {
  display: grid;
  gap: 5px;
  padding-top: 14px;
  border-top: 1px solid var(--pdl-line-soft);
}

.pdl-knowledge-list-grid,
.pdl-knowledge-recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pdl-knowledge-list-section {
  padding-top: 44px;
}

.pdl-knowledge-list-card {
  display: grid;
  overflow: hidden;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 34px rgba(18, 40, 63, .075);
}

.pdl-knowledge-list-media {
  display: block;
  overflow: hidden;
  background: #eef5fb;
}

.pdl-knowledge-list-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 24px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.pdl-knowledge-list-card:hover .pdl-knowledge-list-media img {
  transform: scale(1.035);
}

.pdl-knowledge-list-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
}

.pdl-knowledge-list-card h3 {
  margin: 8px 0 9px;
  color: var(--pdl-navy);
  font-size: 1.12rem;
  line-height: 1.38;
}

.pdl-knowledge-list-card .pdl-text-link {
  margin-top: auto;
  padding-top: 18px;
}

.pdl-knowledge-pagination {
  margin-top: 34px;
}

.pdl-article-answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr);
  gap: 24px;
  align-items: stretch;
}

.pdl-article-answer-grid .pdl-answer-first {
  max-width: none;
}

.pdl-article-quote-shortcut {
  display: grid;
  align-content: center;
  color: var(--pdl-navy);
}

.pdl-article-quote-shortcut ol {
  display: grid;
  gap: 9px;
  margin: 14px 0 22px;
  padding-left: 1.2em;
  color: var(--pdl-muted);
}

.pdl-answer-first-section {
  padding-bottom: 30px;
}

.pdl-reading-layout-section {
  padding-top: 0;
}

.pdl-quote-workbench-hero {
  padding: 62px 0 52px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 21, 34, .95), rgba(18, 40, 63, .96)),
    url("../images/hero/packaging-family.webp") center / cover no-repeat;
}

.pdl-quote-workbench-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: end;
}

.pdl-quote-workbench-copy h1 {
  max-width: 11em;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 1.08;
}

.pdl-quote-workbench-copy p {
  max-width: 48em;
  color: #d7e4f2;
}

.pdl-quote-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pdl-quote-status-row span {
  padding: 9px 12px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border-radius: 4px;
  font-weight: 800;
}

.pdl-quote-contact-card {
  color: var(--pdl-navy);
}

.pdl-quote-contact-card strong {
  display: block;
  margin: 8px 0;
  font-size: 1.7rem;
}

.pdl-quote-workbench-main {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.pdl-upload-placeholder {
  margin-top: 24px;
  padding: 22px;
  color: var(--pdl-muted);
  background: #f6f9fc;
  border: 1px dashed rgba(7, 91, 199, .35);
  border-radius: var(--pdl-radius);
}

.pdl-upload-placeholder span {
  color: var(--pdl-blue);
  font-size: 1.35rem;
}

.pdl-quote-form-workbench {
  box-shadow: 0 26px 68px rgba(18, 40, 63, .12);
}

@media (max-width: 1080px) {
  .pdl-product-manual-grid,
  .pdl-material-route-grid,
  .pdl-layer-lab-grid,
  .pdl-risk-lab-grid,
  .pdl-reuse-advice-grid,
  .pdl-industry-recommend-grid,
  .pdl-case-command,
  .pdl-reading-layout,
  .pdl-quote-workbench-grid,
  .pdl-quote-workbench-main {
    grid-template-columns: 1fr;
  }

  .pdl-product-decision-grid,
  .pdl-knowledge-finder,
  .pdl-knowledge-quick,
  .pdl-knowledge-featured-grid,
  .pdl-article-answer-grid,
  .pdl-product-route-grid {
    grid-template-columns: 1fr;
  }

  .pdl-knowledge-route-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pdl-knowledge-featured-card {
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr);
  }

  .pdl-manual-quote,
  .pdl-product-quote-card,
  .pdl-article-toc {
    position: static;
  }

  .pdl-parameter-board,
  .pdl-product-parameter-grid,
  .pdl-product-alternative-grid,
  .pdl-knowledge-list-grid,
  .pdl-knowledge-recommend-grid,
  .pdl-diagnosis-grid,
  .pdl-solution-map,
  .pdl-material-matrix,
  .pdl-project-timeline,
  .pdl-guide-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-case-wall {
    grid-template-columns: 1fr;
  }

  .pdl-case-tile.is-featured {
    grid-row: auto;
  }

  .pdl-case-tile.is-featured {
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1fr);
    align-items: center;
  }

  .pdl-case-tile.is-featured img {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 720px) {
  .pdl-page-hero.pdl-hero-product-manual,
  .pdl-page-hero.pdl-hero-industry-diagnostic,
  .pdl-page-hero.pdl-hero-material-lab,
  .pdl-page-hero.pdl-hero-case-library,
  .pdl-page-hero.pdl-hero-case-story,
  .pdl-page-hero.pdl-hero-article-guide {
    padding: 32px 0 28px;
  }

  .pdl-hero-product-manual .pdl-page-hero-grid,
  .pdl-hero-industry-diagnostic .pdl-page-hero-grid,
  .pdl-hero-material-lab .pdl-page-hero-grid,
  .pdl-hero-case-library .pdl-page-hero-grid,
  .pdl-hero-case-story .pdl-page-hero-grid,
  .pdl-hero-article-guide .pdl-page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }

  .pdl-hero-product-manual .pdl-page-hero-copy,
  .pdl-hero-industry-diagnostic .pdl-page-hero-copy,
  .pdl-hero-material-lab .pdl-page-hero-copy,
  .pdl-hero-case-library .pdl-page-hero-copy,
  .pdl-hero-case-story .pdl-page-hero-copy,
  .pdl-hero-article-guide .pdl-page-hero-copy {
    gap: 14px;
    padding: 0;
  }

  .pdl-hero-product-manual .pdl-page-hero-copy::before,
  .pdl-hero-industry-diagnostic .pdl-page-hero-copy::before,
  .pdl-hero-material-lab .pdl-page-hero-copy::before,
  .pdl-hero-case-library .pdl-page-hero-copy::before,
  .pdl-hero-case-story .pdl-page-hero-copy::before,
  .pdl-hero-article-guide .pdl-page-hero-copy::before {
    margin-bottom: 2px;
  }

  .pdl-hero-product-manual h1,
  .pdl-hero-industry-diagnostic h1,
  .pdl-hero-material-lab h1,
  .pdl-hero-case-library h1,
  .pdl-hero-case-story h1,
  .pdl-hero-article-guide h1 {
    max-width: 100%;
    font-size: clamp(1.78rem, 8vw, 2.15rem);
    line-height: 1.08;
    text-wrap: wrap;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .pdl-hero-product-manual .pdl-hero-lead,
  .pdl-hero-industry-diagnostic .pdl-hero-lead,
  .pdl-hero-material-lab .pdl-hero-lead,
  .pdl-hero-case-library .pdl-hero-lead,
  .pdl-hero-case-story .pdl-hero-lead,
  .pdl-hero-article-guide .pdl-hero-lead {
    font-size: .98rem;
    line-height: 1.62;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .pdl-hero-product-manual .pdl-page-hero-media,
  .pdl-hero-industry-diagnostic .pdl-page-hero-media,
  .pdl-hero-material-lab .pdl-page-hero-media,
  .pdl-hero-case-library .pdl-page-hero-media,
  .pdl-hero-case-story .pdl-page-hero-media,
  .pdl-hero-article-guide .pdl-page-hero-media {
    display: none;
  }

  .pdl-hero-product-manual .pdl-page-hero-media img,
  .pdl-hero-industry-diagnostic .pdl-page-hero-media img,
  .pdl-hero-material-lab .pdl-page-hero-media img,
  .pdl-hero-case-library .pdl-page-hero-media img,
  .pdl-hero-case-story .pdl-page-hero-media img,
  .pdl-hero-article-guide .pdl-page-hero-media img {
    height: 100%;
    max-height: 164px;
    object-fit: contain;
    padding: 10px;
  }

  .pdl-hero-product-manual .pdl-hero-actions,
  .pdl-hero-industry-diagnostic .pdl-hero-actions,
  .pdl-hero-material-lab .pdl-hero-actions,
  .pdl-hero-case-library .pdl-hero-actions,
  .pdl-hero-case-story .pdl-hero-actions,
  .pdl-hero-article-guide .pdl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pdl-hero-product-manual .pdl-hero-actions .pdl-button,
  .pdl-hero-industry-diagnostic .pdl-hero-actions .pdl-button,
  .pdl-hero-material-lab .pdl-hero-actions .pdl-button,
  .pdl-hero-case-library .pdl-hero-actions .pdl-button,
  .pdl-hero-case-story .pdl-hero-actions .pdl-button,
  .pdl-hero-article-guide .pdl-hero-actions .pdl-button {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
    white-space: normal;
  }

  .pdl-hero-product-manual .pdl-hero-chips,
  .pdl-hero-industry-diagnostic .pdl-hero-chips,
  .pdl-hero-material-lab .pdl-hero-chips,
  .pdl-hero-case-library .pdl-hero-chips,
  .pdl-hero-case-story .pdl-hero-chips,
  .pdl-hero-article-guide .pdl-hero-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }

  .pdl-hero-product-manual .pdl-hero-chips span,
  .pdl-hero-industry-diagnostic .pdl-hero-chips span,
  .pdl-hero-material-lab .pdl-hero-chips span,
  .pdl-hero-case-library .pdl-hero-chips span,
  .pdl-hero-case-story .pdl-hero-chips span,
  .pdl-hero-article-guide .pdl-hero-chips span {
    justify-content: center;
    padding: 8px 10px;
    font-size: .82rem;
    min-width: 0;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .pdl-hero-product-manual .pdl-hero-chips svg,
  .pdl-hero-industry-diagnostic .pdl-hero-chips svg,
  .pdl-hero-material-lab .pdl-hero-chips svg,
  .pdl-hero-case-library .pdl-hero-chips svg,
  .pdl-hero-case-story .pdl-hero-chips svg,
  .pdl-hero-article-guide .pdl-hero-chips svg {
    flex: 0 0 auto;
  }

  .pdl-quote-status-row {
    gap: 10px;
  }

  .pdl-quote-status-row span {
    padding: 8px 10px;
    font-size: .82rem;
  }

  .pdl-reading-layout > .pdl-article-toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
    gap: 8px;
  }

  .pdl-reading-layout > .pdl-article-toc span {
    grid-column: 1 / -1;
    margin-right: 0;
  }

  .pdl-reading-layout > .pdl-article-toc a {
    justify-content: center;
    min-width: 0;
    min-height: 36px;
    padding: 7px 10px;
    font-size: .86rem;
  }

  .pdl-reading-layout > .pdl-article-toc a:nth-of-type(3) {
    grid-column: 1 / -1;
  }

  .pdl-product-manual-grid,
  .pdl-product-gallery,
  .pdl-product-fit-grid,
  .pdl-product-parameter-grid,
  .pdl-product-route-grid,
  .pdl-product-alternative-grid,
  .pdl-knowledge-quick,
  .pdl-knowledge-route-grid,
  .pdl-knowledge-featured-grid,
  .pdl-knowledge-featured-card,
  .pdl-knowledge-list-grid,
  .pdl-knowledge-recommend-grid,
  .pdl-article-answer-grid,
  .pdl-parameter-board,
  .pdl-diagnosis-grid,
  .pdl-solution-map,
  .pdl-material-matrix,
  .pdl-proof-strip,
  .pdl-case-brief-grid,
  .pdl-project-timeline,
  .pdl-guide-steps {
    grid-template-columns: 1fr;
  }

  .pdl-fit-board,
  .pdl-manual-quote,
  .pdl-product-decision-copy,
  .pdl-product-quote-card,
  .pdl-product-route-copy,
  .pdl-knowledge-recommend-panel,
  .pdl-article-quote-shortcut,
  .pdl-industry-note,
  .pdl-quote-prep-panel,
  .pdl-quote-contact-card,
  .pdl-article-toc,
  .pdl-guide-links,
  .pdl-answer-first {
    padding: 22px;
  }

  .pdl-knowledge-finder-section,
  .pdl-knowledge-quick-section,
  .pdl-knowledge-featured-section,
  .pdl-knowledge-list-section,
  .pdl-answer-first-section,
  .pdl-reading-layout-section,
  .pdl-related-knowledge-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pdl-answer-first-section {
    padding-bottom: 18px;
  }

  .pdl-reading-layout-section {
    padding-top: 0;
  }

  .pdl-reading-layout {
    gap: 18px;
  }

  .pdl-guide-article h2 {
    margin: 34px 0 12px;
    font-size: 1.28rem;
  }

  .pdl-guide-article > h2:first-child {
    margin-top: 0;
  }

  .pdl-guide-article p {
    margin-bottom: 17px;
    font-size: .96rem;
    line-height: 1.75;
  }

  .pdl-guide-steps,
  .pdl-guide-article .pdl-table-wrap {
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .pdl-page-hero.pdl-hero-knowledge-library {
    padding: 28px 0 24px;
  }

  .pdl-hero-knowledge-library .pdl-page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pdl-hero-knowledge-library .pdl-page-hero-copy {
    padding: 0;
  }

  .pdl-hero-knowledge-library .pdl-page-hero-media {
    display: none;
  }

  .pdl-hero-knowledge-library .pdl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pdl-hero-knowledge-library .pdl-hero-actions .pdl-button {
    width: 100%;
  }

  .pdl-hero-knowledge-library .pdl-hero-chips {
    display: none;
  }

  .pdl-knowledge-quick-section {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .pdl-knowledge-route-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pdl-knowledge-route-strip a {
    min-height: 74px;
    padding: 12px;
  }

  .pdl-knowledge-featured-strip {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .pdl-knowledge-featured-thumb img {
    height: 76px;
    padding: 8px;
  }

  .pdl-knowledge-featured-strip h2 {
    font-size: .98rem;
  }

  .pdl-knowledge-featured-strip p {
    display: none;
  }

  .pdl-knowledge-list-section {
    padding-top: 34px;
  }

  .pdl-knowledge-finder {
    gap: 22px;
  }

  .pdl-knowledge-finder-copy h2 {
    max-width: 100%;
    font-size: 1.62rem;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .pdl-knowledge-route-grid a {
    min-height: 0;
    padding: 18px;
  }

  .pdl-knowledge-featured-media {
    min-height: 240px;
  }

  .pdl-knowledge-featured-media img {
    min-height: 240px;
    padding: 24px;
  }

  .pdl-knowledge-featured-copy,
  .pdl-knowledge-list-card > div {
    padding: 20px;
  }

  .pdl-knowledge-list-media img {
    aspect-ratio: 16 / 9;
    padding: 18px;
  }

  .pdl-article-answer-grid .pdl-answer-first {
    padding: 24px;
  }

  .pdl-hero-knowledge-library h1,
  .pdl-hero-article-guide h1 {
    font-size: 1.72rem;
    line-height: 1.14;
  }

  .pdl-answer-first h2,
  .pdl-answer-first p,
  .pdl-knowledge-featured-copy h2,
  .pdl-knowledge-list-card h3,
  .pdl-guide-article h2,
  .pdl-guide-article p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .pdl-answer-first h2 {
    font-size: 1.38rem;
    line-height: 1.36;
  }

  .pdl-article-quote-shortcut .pdl-button {
    width: 100%;
  }

  .pdl-product-decision-section,
  .pdl-product-parameter-section,
  .pdl-product-route-section,
  .pdl-product-copy-section,
  .pdl-product-alternative-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pdl-product-decision-grid,
  .pdl-product-route-grid {
    gap: 18px;
  }

  .pdl-product-visual-board {
    gap: 10px;
  }

  .pdl-product-visual-main {
    height: 300px;
    min-height: 0;
  }

  .pdl-product-visual-main img {
    min-height: 0;
    padding: 18px;
  }

  .pdl-product-visual-main figcaption {
    padding: 0 16px 16px;
    font-size: .82rem;
  }

  .pdl-product-visual-strip {
    gap: 8px;
  }

  .pdl-product-visual-strip figure {
    min-height: 96px;
  }

  .pdl-product-visual-strip img {
    height: 66px;
    padding: 8px;
  }

  .pdl-product-visual-strip figcaption {
    padding: 0 8px 8px;
    font-size: .7rem;
  }

  .pdl-product-decision-copy h2,
  .pdl-product-quote-card h2,
  .pdl-product-route-copy h2 {
    font-size: 1.42rem;
  }

  .pdl-product-fit-grid article,
  .pdl-product-parameter-grid article,
  .pdl-product-route-cards article,
  .pdl-product-print-choice article {
    padding: 18px;
  }

  .pdl-product-quote-card ol {
    gap: 8px;
    margin: 14px 0 18px;
  }

  .pdl-layer-stack article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pdl-case-tile {
    grid-template-columns: 1fr;
  }

  .pdl-case-tile.is-featured {
    grid-template-columns: 1fr;
  }

  .pdl-case-tile img,
  .pdl-case-tile.is-featured img {
    width: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .pdl-solution-map article::after {
    display: none;
  }

  .pdl-quote-workbench-hero {
    padding: 34px 0 28px;
  }

  .pdl-quote-workbench-grid {
    gap: 22px;
  }

  .pdl-quote-workbench-copy h1 {
    font-size: 2.05rem;
    line-height: 1.08;
  }

  .pdl-quote-contact-card {
    padding: 20px;
  }

  .pdl-quote-contact-card strong {
    font-size: 1.75rem;
  }

  .pdl-quote-contact-card p {
    margin-bottom: 0;
  }
}

/* Visual relief v2: image-led inner pages */
.pdl-hero-visual-lite {
  padding: clamp(34px, 5.6vw, 72px) 0 clamp(28px, 4.8vw, 58px);
}

.pdl-hero-visual-lite .pdl-page-hero-grid {
  min-height: min(66vh, 560px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.pdl-hero-visual-lite .pdl-page-hero-copy {
  max-width: 760px;
}

.pdl-hero-visual-lite .pdl-page-hero h1,
.pdl-hero-visual-lite h1 {
  max-width: 780px;
  font-size: clamp(2.1rem, 4.7vw, 4.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.pdl-hero-visual-lite .pdl-hero-lead {
  max-width: 620px;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.72;
}

.pdl-hero-visual-lite .pdl-page-hero-media {
  width: 100%;
  max-height: 430px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.pdl-hero-visual-lite .pdl-page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(18px, 3vw, 42px);
}

.pdl-hero-compact-collection .pdl-page-hero-grid {
  min-height: min(54vh, 440px);
}

.pdl-v2-application-grid-section,
.pdl-v2-product-gallery-section,
.pdl-v2-detail-gallery-section {
  padding-top: clamp(48px, 6vw, 78px);
}

.pdl-v2-visual-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 22px);
}

.pdl-v2-visual-card {
  grid-column: span 4;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(18, 40, 63, .08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pdl-v2-visual-card.is-featured {
  grid-column: span 6;
}

.pdl-v2-visual-card:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 91, 199, .24);
  box-shadow: 0 20px 44px rgba(18, 40, 63, .11);
}

.pdl-v2-visual-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f3f7fb;
}

.pdl-v2-visual-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(16px, 2vw, 28px);
  transition: transform 220ms ease;
}

.pdl-v2-visual-card:hover .pdl-v2-visual-media img {
  transform: scale(1.035);
}

.pdl-v2-visual-copy {
  display: grid;
  gap: 8px;
  padding: clamp(15px, 1.7vw, 22px);
}

.pdl-v2-visual-copy em {
  color: #075bc7;
  font-size: .78rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.pdl-v2-visual-copy strong {
  color: #12283f;
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.pdl-v2-visual-copy small {
  color: #5f7184;
  font-size: .92rem;
  line-height: 1.58;
}

.pdl-v2-detail-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .86fr) minmax(0, .86fr);
  grid-auto-flow: dense;
  gap: clamp(14px, 1.7vw, 22px);
}

.pdl-v2-detail-shot {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 40, 63, .08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-v2-detail-shot.is-large {
  grid-row: span 2;
  min-height: 526px;
}

.pdl-v2-detail-shot img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: contain;
  padding: clamp(18px, 2.4vw, 34px);
  background: #f4f8fb;
}

.pdl-v2-detail-shot figcaption {
  display: grid;
  gap: 6px;
  padding: 16px 18px 18px;
}

.pdl-v2-detail-shot figcaption strong {
  color: #12283f;
  font-size: 1rem;
  line-height: 1.32;
}

.pdl-v2-detail-shot figcaption span {
  color: #607285;
  font-size: .9rem;
  line-height: 1.55;
}

.pdl-v2-choice-band {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.pdl-v2-choice-copy h2 {
  max-width: 560px;
  margin: 0 0 14px;
  color: #12283f;
  font-size: clamp(1.72rem, 2.8vw, 2.65rem);
  line-height: 1.14;
}

.pdl-v2-choice-copy p {
  max-width: 560px;
  color: #607285;
  line-height: 1.72;
}

.pdl-v2-choice-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pdl-v2-choice-list article {
  min-width: 0;
  padding: clamp(15px, 1.6vw, 20px);
  background: #fff;
  border: 1px solid rgba(18, 40, 63, .08);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 40, 63, .06);
}

.pdl-v2-choice-list span {
  display: block;
  margin-bottom: 8px;
  color: #075bc7;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.4;
}

.pdl-v2-choice-list strong {
  display: block;
  color: #12283f;
  font-size: 1rem;
  line-height: 1.34;
}

.pdl-v2-choice-list p {
  margin: 8px 0 0;
  color: #647588;
  font-size: .88rem;
  line-height: 1.55;
}

.pdl-customer-path-section {
  padding-top: clamp(34px, 4.6vw, 62px);
  padding-bottom: clamp(34px, 4.6vw, 62px);
  background:
    linear-gradient(180deg, rgba(239, 246, 252, .86), rgba(255, 255, 255, .96));
  border-top: 1px solid rgba(18, 40, 63, .06);
  border-bottom: 1px solid rgba(18, 40, 63, .06);
}

.pdl-customer-path {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
}

.pdl-customer-path-copy h2 {
  max-width: 560px;
  margin: 0 0 12px;
  color: #12283f;
  font-size: clamp(1.62rem, 2.5vw, 2.38rem);
  line-height: 1.16;
}

.pdl-customer-path-copy p:not(.pdl-eyebrow) {
  max-width: 560px;
  color: #5f7184;
  font-size: .98rem;
  line-height: 1.72;
}

.pdl-customer-path-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

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

.pdl-customer-path-card {
  display: grid;
  min-height: 168px;
  padding: clamp(16px, 1.8vw, 22px);
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(18, 40, 63, .08);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(18, 40, 63, .065);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.pdl-customer-path-card:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 91, 199, .26);
  box-shadow: 0 18px 38px rgba(18, 40, 63, .1);
}

.pdl-customer-path-card span {
  color: #075bc7;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.4;
}

.pdl-customer-path-card strong {
  align-self: end;
  color: #12283f;
  font-size: 1.06rem;
  line-height: 1.32;
}

.pdl-customer-path-card p {
  margin: 8px 0 0;
  color: #607285;
  font-size: .9rem;
  line-height: 1.56;
}

.pdl-v2-seo-section {
  padding-top: clamp(48px, 6vw, 78px);
  background: #f7f9fc;
}

.pdl-v2-seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
}

.pdl-v2-seo-copy {
  max-width: 860px;
}

.pdl-v2-seo-copy h2 {
  margin: 0 0 18px;
  color: #12283f;
  font-size: clamp(1.5rem, 2.1vw, 2.1rem);
  line-height: 1.2;
}

.pdl-v2-seo-copy p {
  color: #5f7184;
  line-height: 1.78;
}

.pdl-v2-seo-links {
  display: grid;
  gap: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(18, 40, 63, .08);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 40, 63, .06);
}

.pdl-v2-seo-links h3 {
  margin: 0 0 4px;
  color: #12283f;
  font-size: 1rem;
}

.pdl-v2-seo-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  color: #12283f;
  text-decoration: none;
  border-bottom: 1px solid rgba(18, 40, 63, .08);
}

.pdl-v2-seo-links a:last-child {
  border-bottom: 0;
}

.pdl-v2-sticky-filter {
  position: sticky;
  top: var(--pdl-header-height, 74px);
  z-index: 20;
  padding: 12px 0;
  background: rgba(255, 255, 255, .94);
  border-top: 1px solid rgba(18, 40, 63, .06);
  border-bottom: 1px solid rgba(18, 40, 63, .08);
  box-shadow: 0 10px 24px rgba(18, 40, 63, .05);
  backdrop-filter: blur(10px);
}

.pdl-v2-active-strip {
  background: #eef5fc;
}

.pdl-v2-product-gallery-section {
  padding-bottom: clamp(42px, 5vw, 70px);
}

.pdl-v2-product-gallery-section .pdl-result-toolbar {
  align-items: end;
}

.pdl-v2-product-gallery-section .pdl-result-toolbar p {
  max-width: 600px;
}

.pdl-v2-product-result-grid {
  gap: clamp(14px, 1.7vw, 22px);
}

.pdl-v2-product-result-grid .pdl-product-result-card {
  overflow: hidden;
  border-color: rgba(18, 40, 63, .08);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(18, 40, 63, .06);
}

.pdl-v2-product-result-grid .pdl-product-result-media {
  aspect-ratio: 1 / 1;
  background: #f4f8fb;
}

.pdl-v2-product-result-grid .pdl-product-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(14px, 2vw, 28px);
}

.pdl-v2-product-result-grid .pdl-product-result-body {
  padding: 15px 16px 16px;
}

.pdl-v2-product-result-grid h3 {
  margin: 7px 0 8px;
  font-size: 1.02rem;
  line-height: 1.34;
}

.pdl-v2-product-result-grid .pdl-product-card-summary {
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 10px;
  color: #627386;
  font-size: .88rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pdl-v2-product-result-grid .pdl-product-seo-details {
  margin-top: 8px;
}

.pdl-v2-product-result-grid .pdl-product-seo-details summary {
  min-height: 38px;
  padding: 8px 10px;
  font-size: .82rem;
}

.pdl-v2-product-result-grid .pdl-text-link {
  margin-top: 12px;
}

.pdl-v2-quote-prep-visual .pdl-visual-media {
  aspect-ratio: 16 / 10;
}

.pdl-v2-material-entry-section .pdl-v2-visual-card.is-featured,
.pdl-v2-bag-directory-section .pdl-v2-visual-card.is-featured {
  grid-column: span 4;
}

.pdl-v2-quote-hero {
  min-height: auto;
}

@media (max-width: 1180px) {
  .pdl-v2-visual-card,
  .pdl-v2-visual-card.is-featured {
    grid-column: span 6;
  }

  .pdl-v2-choice-band,
  .pdl-customer-path,
  .pdl-v2-seo-grid {
    grid-template-columns: 1fr;
  }

  .pdl-v2-choice-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-customer-path-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdl-v2-seo-links {
    max-width: 680px;
  }
}

@media (max-width: 860px) {
  .pdl-hero-visual-lite {
    padding-top: 30px;
  }

  .pdl-hero-visual-lite .pdl-page-hero-grid,
  .pdl-hero-compact-collection .pdl-page-hero-grid {
    min-height: 0;
    gap: 24px;
  }

  .pdl-hero-visual-lite .pdl-page-hero-media {
    max-height: 330px;
  }

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

  .pdl-v2-detail-shot,
  .pdl-v2-detail-shot.is-large {
    min-height: 250px;
  }

  .pdl-v2-detail-shot.is-large {
    grid-column: span 2;
    grid-row: auto;
  }

  .pdl-v2-sticky-filter {
    top: 60px;
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
}

@media (max-width: 640px) {
  .pdl-hero-visual-lite h1 {
    font-size: 1.86rem;
    line-height: 1.12;
  }

  .pdl-hero-visual-lite .pdl-page-hero-media {
    aspect-ratio: 16 / 10;
  }

  .pdl-v2-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pdl-v2-visual-card,
  .pdl-v2-visual-card.is-featured,
  .pdl-v2-material-entry-section .pdl-v2-visual-card.is-featured,
  .pdl-v2-bag-directory-section .pdl-v2-visual-card.is-featured {
    grid-column: span 1;
  }

  .pdl-v2-visual-media {
    aspect-ratio: 1 / 1;
  }

  .pdl-v2-visual-media img {
    padding: 12px;
  }

  .pdl-v2-visual-copy {
    gap: 5px;
    padding: 10px;
  }

  .pdl-v2-visual-copy em {
    font-size: .68rem;
  }

  .pdl-v2-visual-copy strong {
    font-size: .88rem;
    line-height: 1.28;
  }

  .pdl-v2-visual-copy small {
    display: -webkit-box;
    overflow: hidden;
    font-size: .74rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-v2-choice-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pdl-v2-choice-list article {
    padding: 12px;
  }

  .pdl-v2-choice-list strong {
    font-size: .9rem;
    line-height: 1.28;
  }

  .pdl-v2-choice-list p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .74rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-customer-path-section {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .pdl-customer-path-copy h2 {
    font-size: 1.34rem;
  }

  .pdl-customer-path-copy p:not(.pdl-eyebrow) {
    font-size: .9rem;
    line-height: 1.62;
  }

  .pdl-customer-path-actions {
    margin-top: 12px;
  }

  .pdl-customer-path-grid {
    display: flex;
    gap: 10px;
    margin-inline: calc(var(--pdl-mobile-edge, 18px) * -1);
    padding: 0 var(--pdl-mobile-edge, 18px) 4px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .pdl-customer-path-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-customer-path-card {
    flex: 0 0 78vw;
    min-height: 132px;
    padding: 14px;
    scroll-snap-align: start;
  }

  .pdl-customer-path-card strong {
    font-size: .98rem;
  }

  .pdl-customer-path-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .82rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-v2-detail-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pdl-v2-detail-shot,
  .pdl-v2-detail-shot.is-large {
    grid-column: auto;
    min-height: 0;
  }

  .pdl-v2-detail-shot img {
    min-height: 190px;
    padding: 16px;
  }

  .pdl-v2-detail-shot figcaption {
    padding: 12px 14px 14px;
  }

  .pdl-v2-seo-grid {
    gap: 16px;
  }

  .pdl-v2-seo-links {
    padding: 16px;
  }

  .pdl-v2-sticky-filter {
    top: 56px;
    padding: 8px 0;
  }

  .pdl-v2-product-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pdl-v2-product-result-grid .pdl-product-result-card {
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(18, 40, 63, .055);
  }

  .pdl-v2-product-result-grid .pdl-product-result-media {
    aspect-ratio: 1 / 1;
  }

  .pdl-v2-product-result-grid .pdl-product-result-media img {
    padding: 11px;
  }

  .pdl-v2-product-result-grid .pdl-product-image-badge {
    max-width: calc(100% - 12px);
    left: 6px;
    bottom: 6px;
    padding: 3px 6px;
    font-size: .66rem;
  }

  .pdl-v2-product-result-grid .pdl-product-result-body {
    padding: 9px;
  }

  .pdl-v2-product-result-grid .pdl-product-card-tags span:nth-child(n+2),
  .pdl-v2-product-result-grid .pdl-product-card-summary,
  .pdl-v2-product-result-grid .pdl-text-link {
    display: none;
  }

  .pdl-v2-product-result-grid .pdl-product-card-tags {
    gap: 4px;
  }

  .pdl-v2-product-result-grid .pdl-product-card-tags span {
    max-width: 100%;
    font-size: .66rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pdl-v2-product-result-grid h3 {
    margin: 6px 0 7px;
    font-size: .84rem;
    line-height: 1.25;
  }

  .pdl-v2-product-result-grid .pdl-product-seo-details {
    margin-top: 4px;
  }

  .pdl-v2-product-result-grid .pdl-product-seo-details summary {
    min-height: 30px;
    padding: 6px 7px;
    font-size: .7rem;
  }

  .pdl-v2-product-result-grid .pdl-product-card-facts {
    padding: 8px;
    font-size: .72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdl-v2-visual-card,
  .pdl-v2-visual-media img,
  .pdl-v2-product-result-grid .pdl-product-result-card,
  .pdl-v2-product-result-grid .pdl-product-result-media img {
    transition: none;
  }

  .pdl-v2-visual-card:hover {
    transform: none;
  }
}

/* Visual assets refresh v3 */
.pdl-hero-generated-media .pdl-page-hero-media {
  padding: 0;
  overflow: hidden;
  background: #edf4f8;
  border-color: rgba(18, 40, 63, .08);
  box-shadow: 0 24px 54px rgba(18, 40, 63, .13);
}

.pdl-hero-generated-media .pdl-page-hero-media img {
  object-fit: cover;
  padding: 0;
}

.pdl-v2-application-grid-section {
  background:
    linear-gradient(180deg, #f6f9fc 0%, #fff 76%);
}

.pdl-v2-material-entry-section {
  background:
    linear-gradient(180deg, #f8f4ee 0%, #fff 74%);
}

.pdl-v2-industry-wall-section {
  background:
    linear-gradient(180deg, #f5f8fb 0%, #fff 72%);
}

.pdl-v2-visual-card {
  border-color: rgba(18, 40, 63, .055);
  box-shadow: 0 16px 42px rgba(18, 40, 63, .075);
}

.pdl-v2-visual-card.is-featured {
  background: #fbfdff;
  box-shadow: 0 22px 58px rgba(18, 40, 63, .1);
}

.pdl-v2-application-grid-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media,
.pdl-v2-industry-wall-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media {
  aspect-ratio: 16 / 10;
}

.pdl-v2-application-grid-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media img,
.pdl-v2-industry-wall-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media img,
.pdl-v2-material-entry-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media img {
  object-fit: cover;
  padding: 0;
}

.pdl-v2-material-entry-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media {
  aspect-ratio: 16 / 9;
}

.pdl-v2-print-route-section .pdl-image-tile,
.pdl-v2-product-gallery-section .pdl-product-result-card,
.pdl-v2-detail-gallery-section .pdl-v2-detail-shot {
  border-color: rgba(18, 40, 63, .055);
}

.pdl-v2-product-gallery-section {
  background:
    linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
}

.pdl-v2-product-result-grid .pdl-product-result-card {
  background: #fff;
}

.pdl-v2-product-result-grid .pdl-product-result-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .11);
}

.pdl-v2-product-result-grid .pdl-product-result-media {
  background:
    radial-gradient(circle at 50% 35%, rgba(7, 91, 199, .08), transparent 42%),
    #f4f8fb;
}

.pdl-v2-quote-prep-visual .pdl-visual-media img {
  object-fit: cover;
  padding: 0;
}

.pdl-v2-quote-hero {
  background:
    linear-gradient(135deg, rgba(8, 23, 38, .96), rgba(18, 40, 63, .94)),
    url("../images/generated/pindary-quote-prep-desk-v1.webp") center / cover no-repeat;
}

.pdl-v2-quote-hero .pdl-quote-workbench-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) 300px;
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
}

.pdl-quote-workbench-visual {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #edf4f8;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .26);
}

.pdl-quote-workbench-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdl-v2-quote-hero .pdl-quote-contact-card {
  background: rgba(255, 255, 255, .96);
  border: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

@media (max-width: 1120px) {
  .pdl-v2-quote-hero .pdl-quote-workbench-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .pdl-quote-workbench-visual {
    grid-column: 1 / -1;
    max-height: 320px;
  }
}

@media (max-width: 760px) {
  .pdl-hero-generated-media .pdl-page-hero-media {
    max-height: 260px;
  }

  .pdl-v2-application-grid-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media,
  .pdl-v2-industry-wall-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media,
  .pdl-v2-material-entry-section .pdl-v2-visual-card.is-featured .pdl-v2-visual-media {
    aspect-ratio: 1 / 1;
  }

  .pdl-v2-quote-hero .pdl-quote-workbench-grid {
    grid-template-columns: 1fr;
  }

  .pdl-quote-workbench-visual {
    grid-column: auto;
    max-height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdl-v2-product-result-grid .pdl-product-result-card:hover {
    transform: none;
  }
}

/* Theme template visual parity */
.pdl-product-application-first-section {
  background:
    linear-gradient(180deg, #f6f9fc 0%, #fff 78%);
}

.pdl-industry-directory-section {
  background:
    linear-gradient(180deg, #f5f8fb 0%, #fff 76%);
}

.pdl-material-directory-section {
  background:
    linear-gradient(180deg, #f8f4ee 0%, #fff 74%);
}

.pdl-application-priority-card,
.pdl-compact-bag-card,
.pdl-hub-route-grid .pdl-card,
.pdl-material-feature,
.pdl-material-directory-list .pdl-card {
  border-color: rgba(18, 40, 63, .055);
  box-shadow: 0 16px 42px rgba(18, 40, 63, .075);
}

.pdl-application-priority-card.is-featured,
.pdl-material-feature {
  box-shadow: 0 22px 58px rgba(18, 40, 63, .1);
}

.pdl-application-priority-card.is-featured .pdl-application-priority-media img,
.pdl-hub-route-grid .pdl-card:first-child .pdl-card-media img,
.pdl-material-feature img {
  object-fit: cover;
  padding: 0;
}

.pdl-product-selection-section .pdl-visual-media img,
.pdl-layer-lab-grid + .pdl-section .pdl-image-tile img,
.pdl-material-layout .pdl-material-figure img {
  background: #f4f8fb;
}

@media (max-width: 640px) {
  .pdl-application-priority-grid,
  .pdl-hub-route-grid,
  .pdl-material-directory-list {
    gap: 10px;
  }

  .pdl-application-priority-copy small,
  .pdl-hub-route-grid .pdl-card-body p,
  .pdl-material-directory-list .pdl-card-body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* Height pass after responsive QA */
.pdl-hero-visual-lite {
  padding: clamp(24px, 4vw, 48px) 0 clamp(22px, 3.6vw, 42px);
}

.pdl-hero-visual-lite .pdl-page-hero-grid {
  min-height: min(44vh, 420px);
}

.pdl-hero-visual-lite .pdl-page-hero h1,
.pdl-hero-visual-lite h1 {
  font-size: clamp(2rem, 4.1vw, 4.1rem);
}

.pdl-hero-visual-lite .pdl-page-hero-media,
.pdl-hero-generated-media .pdl-page-hero-media {
  max-height: 330px;
}

.pdl-hero-compact-collection .pdl-page-hero-grid {
  min-height: min(36vh, 330px);
}

@media (max-width: 760px) {
  .preview-switcher,
  .preview-label {
    display: none;
  }

  .pdl-hero-visual-lite {
    padding: 22px 0 24px;
  }

  .pdl-page-hero.pdl-hero-compact-collection {
    padding: 16px 0 18px;
  }

  .pdl-hero-visual-lite .pdl-page-hero-grid,
  .pdl-hero-compact-collection .pdl-page-hero-grid {
    gap: 16px;
  }

  .pdl-page-hero.pdl-hero-compact-collection .pdl-page-hero-grid {
    min-height: 0 !important;
  }

  .pdl-hero-compact-collection .pdl-hero-lead {
    display: none;
  }

  .pdl-hero-compact-collection .pdl-hero-chips,
  .pdl-hero-compact-collection .pdl-page-hero-media {
    display: none;
  }

  .pdl-hero-compact-collection .pdl-hero-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    flex-wrap: nowrap !important;
  }

  .pdl-hero-compact-collection .pdl-hero-actions .pdl-button {
    width: 100%;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 44px;
    padding-inline: 10px;
    font-size: .86rem;
    white-space: normal;
    box-sizing: border-box;
  }

  .pdl-hero-compact-collection .pdl-hero-actions .pdl-button-secondary {
    display: none;
  }

  .pdl-hero-compact-collection h1 {
    font-size: 1.72rem;
    line-height: 1.12;
  }

  .pdl-hero-compact-collection .pdl-page-hero-copy {
    width: 100%;
    min-width: 0;
  }

  .pdl-v2-active-strip {
    display: none;
  }

  .pdl-v2-active-strip .pdl-active-filter-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0;
  }

  .pdl-v2-active-strip .pdl-active-filter-grid > div {
    flex: 0 0 auto;
    min-width: 118px;
    padding: 8px 10px;
    color: #12283f;
    background: #fff;
    border: 1px solid rgba(18, 40, 63, .08);
    border-radius: 6px;
  }

  .pdl-v2-active-strip .pdl-active-filter-grid span {
    color: #607285;
  }

  .pdl-v2-active-strip .pdl-active-filter-grid strong {
    color: #12283f;
    font-size: .88rem;
    line-height: 1.2;
  }

  .pdl-v2-active-strip .pdl-active-filter-actions {
    min-width: 160px;
    display: none;
  }

  .pdl-v2-sticky-filter .pdl-collection-filter-panel {
    display: grid;
    gap: 8px;
  }

  .pdl-v2-sticky-filter .pdl-filter-group {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
  }

  .pdl-v2-sticky-filter .pdl-filter-group-heading h2 {
    display: none;
  }

  .pdl-v2-sticky-filter .pdl-filter-group-heading {
    margin: 0;
  }

  .pdl-v2-sticky-filter .pdl-filter-group-heading .pdl-eyebrow {
    margin: 6px 0 0;
    font-size: .72rem;
  }

  .pdl-v2-sticky-filter .pdl-filter-chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .pdl-v2-sticky-filter .pdl-filter-chip {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 10px;
    font-size: .78rem;
  }
}

/* Mobile priority pass: compact, image-first, not desktop stacking */
.pdl-mobile-more-toggle {
  display: none;
}

@media (max-width: 760px) {
  :root {
    --pdl-header-height: 60px;
  }

  body {
    padding-bottom: calc(62px + env(safe-area-inset-bottom));
  }

  .pdl-container {
    width: min(calc(100vw - 32px), var(--pdl-container));
  }

  .pdl-section {
    padding: 44px 0;
  }

  .pdl-section-heading {
    gap: 10px;
    margin-bottom: 18px;
  }

  .pdl-section-heading h2,
  .pdl-entry-content h2,
  .pdl-side-panel h2,
  .pdl-quote-copy h2,
  .pdl-bottom-cta h2,
  .pdl-faq-intro h2 {
    font-size: clamp(1.42rem, 6vw, 1.72rem);
    line-height: 1.22;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .pdl-section-heading p:not(.pdl-eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: .9rem;
    line-height: 1.58;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-page-hero,
  .pdl-page-hero.pdl-hero-visual-lite,
  .pdl-page-hero.pdl-hero-products-center,
  .pdl-page-hero.pdl-hero-industry-hub,
  .pdl-page-hero.pdl-hero-material-hub,
  .pdl-page-hero.pdl-hero-product-manual,
  .pdl-page-hero.pdl-hero-industry-diagnostic,
  .pdl-page-hero.pdl-hero-material-lab,
  .pdl-page-hero.pdl-hero-case-library,
  .pdl-page-hero.pdl-hero-case-story,
  .pdl-page-hero.pdl-hero-article-guide,
  .pdl-page-hero.pdl-hero-knowledge-library {
    padding: 22px 0 18px;
  }

  .pdl-page-hero-grid,
  .pdl-hero-visual-lite .pdl-page-hero-grid,
  .pdl-hero-products-center .pdl-page-hero-grid,
  .pdl-hero-industry-hub .pdl-page-hero-grid,
  .pdl-hero-material-hub .pdl-page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0 !important;
    gap: 12px;
  }

  .pdl-page-hero-copy,
  .pdl-hero-visual-lite .pdl-page-hero-copy,
  .pdl-hero-products-center .pdl-page-hero-copy {
    padding: 0;
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1,
  .pdl-hero-products-center h1,
  .pdl-hero-industry-hub h1,
  .pdl-hero-material-hub h1 {
    max-width: 12em;
    margin-bottom: 10px;
    font-size: clamp(1.62rem, 7.2vw, 2rem);
    line-height: 1.12;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .pdl-hero-lead,
  .pdl-hero-products-center .pdl-hero-lead,
  .pdl-hero-industry-hub .pdl-hero-lead,
  .pdl-hero-material-hub .pdl-hero-lead {
    display: -webkit-box;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 14px;
    font-size: .92rem;
    line-height: 1.58;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .pdl-hero-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pdl-hero-actions .pdl-button {
    min-height: 44px;
    padding: 10px 12px;
    font-size: .9rem;
  }

  .pdl-page-hero .pdl-hero-actions .pdl-button-secondary {
    min-height: 38px;
    color: var(--pdl-blue);
    background: transparent;
    border-color: transparent;
  }

  .pdl-hero-chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 12px -16px 0;
    padding: 0 16px 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pdl-hero-chips::-webkit-scrollbar {
    display: none;
  }

  .pdl-hero-chips span {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 6px 9px;
    font-size: .76rem;
    white-space: nowrap;
  }

  .pdl-page-hero-media {
    max-height: 190px;
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
  }

  .pdl-page-hero-media img {
    width: 100%;
    height: 100%;
    max-height: 190px;
    object-fit: cover;
    padding: 0;
  }

  .pdl-page-hero.pdl-hero-compact-collection {
    padding: 10px 0 12px;
  }

  .pdl-hero-compact-collection .pdl-eyebrow {
    margin-bottom: 5px;
    font-size: .68rem;
  }

  .pdl-hero-compact-collection h1 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1.28rem;
    line-height: 1.22;
  }

  .pdl-hero-compact-collection .pdl-hero-lead,
  .pdl-hero-compact-collection .pdl-hero-chips,
  .pdl-hero-compact-collection .pdl-page-hero-media,
  .pdl-hero-compact-collection .pdl-hero-actions {
    display: none !important;
  }

  .pdl-collection-filter-section,
  .pdl-v2-sticky-filter {
    padding: 0;
  }

  .pdl-v2-sticky-filter {
    top: var(--pdl-header-height);
    max-height: none;
    overflow: visible;
  }

  .pdl-v2-sticky-filter .pdl-collection-filter-panel {
    gap: 6px;
    padding: 7px 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .pdl-v2-sticky-filter .pdl-filter-group {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 6px;
  }

  .pdl-v2-sticky-filter .pdl-filter-group-heading .pdl-eyebrow {
    margin: 7px 0 0;
    color: var(--pdl-muted);
    font-size: .68rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .pdl-v2-sticky-filter .pdl-filter-chip-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .pdl-v2-sticky-filter .pdl-filter-chip-row::-webkit-scrollbar {
    display: none;
  }

  .pdl-v2-sticky-filter .pdl-filter-chip {
    flex: 0 0 auto;
    width: auto;
    min-height: 32px;
    padding: 6px 9px;
    font-size: .74rem;
    white-space: nowrap;
  }

  .pdl-product-results-section {
    padding-top: 10px;
  }

  .pdl-product-results-section > .pdl-container {
    width: min(calc(100vw - 22px), var(--pdl-container));
    padding-inline: 0;
  }

  .pdl-result-toolbar {
    gap: 6px;
    margin-bottom: 8px;
  }

  .pdl-result-toolbar .pdl-eyebrow {
    display: none;
  }

  .pdl-product-results-section .pdl-result-toolbar h2 {
    font-size: 1.02rem;
    line-height: 1.24;
  }

  .pdl-v2-product-result-grid,
  .pdl-product-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pdl-v2-product-result-grid .pdl-product-result-body,
  .pdl-product-result-body {
    gap: 5px;
    padding: 7px 8px 8px;
  }

  .pdl-v2-product-result-grid .pdl-product-result-media,
  .pdl-product-result-media {
    aspect-ratio: 4 / 3;
  }

  .pdl-v2-product-result-grid h3,
  .pdl-product-result-body h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: .78rem;
    line-height: 1.24;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-v2-product-result-grid .pdl-product-card-tags,
  .pdl-product-card-tags {
    display: none;
  }

  .pdl-v2-product-result-grid .pdl-product-card-summary,
  .pdl-product-card-summary,
  .pdl-v2-product-result-grid .pdl-product-seo-details,
  .pdl-product-seo-details,
  .pdl-v2-product-result-grid .pdl-text-link,
  .pdl-product-result-body .pdl-text-link {
    display: none;
  }

  .pdl-product-image-badge {
    top: 7px;
    left: 7px;
    max-width: calc(100% - 14px);
    min-height: 22px;
    padding: 4px 7px;
    overflow: hidden;
    font-size: .64rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pdl-v2-product-result-grid .pdl-product-result-media img,
  .pdl-product-result-media img {
    padding: 9px;
  }

  .pdl-application-priority-grid,
  .pdl-use-case-path-grid,
  .pdl-image-rail,
  .pdl-hub-route-grid,
  .pdl-material-directory-list,
  .pdl-process-directory-grid,
  .pdl-case-archive .pdl-card-grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin-inline: -16px;
    padding: 2px 16px 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-application-priority-grid::-webkit-scrollbar,
  .pdl-use-case-path-grid::-webkit-scrollbar,
  .pdl-image-rail::-webkit-scrollbar,
  .pdl-hub-route-grid::-webkit-scrollbar,
  .pdl-material-directory-list::-webkit-scrollbar,
  .pdl-process-directory-grid::-webkit-scrollbar,
  .pdl-case-archive .pdl-card-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-application-priority-grid::after,
  .pdl-use-case-path-grid::after,
  .pdl-image-rail::after,
  .pdl-hub-route-grid::after,
  .pdl-material-directory-list::after,
  .pdl-process-directory-grid::after,
  .pdl-case-archive .pdl-card-grid::after {
    content: "";
    flex: 0 0 1px;
  }

  .pdl-application-priority-grid > *,
  .pdl-use-case-path-grid > *,
  .pdl-hub-route-grid > *,
  .pdl-material-directory-list > *,
  .pdl-process-directory-grid > *,
  .pdl-case-archive .pdl-card-grid > * {
    flex: 0 0 min(76vw, 300px);
    scroll-snap-align: start;
  }

  .pdl-image-rail > * {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
  }

  .pdl-mobile-collapsible:not(.is-expanded) > :nth-child(n+5) {
    display: none !important;
  }

  .pdl-mobile-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    color: var(--pdl-blue);
    background: #fff;
    border: 1px solid rgba(7, 91, 199, .26);
    border-radius: 6px;
    font-weight: 800;
  }

  .pdl-application-priority-card {
    grid-template-rows: 118px 1fr;
    min-height: 0;
  }

  .pdl-application-priority-copy {
    gap: 5px;
    padding: 12px;
  }

  .pdl-application-priority-copy strong {
    font-size: .98rem;
  }

  .pdl-application-priority-copy small,
  .pdl-use-case-path p,
  .pdl-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .78rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-application-priority-copy .pdl-text-link {
    display: none;
  }

  .pdl-use-case-path {
    min-height: 132px;
    padding: 14px;
  }

  .pdl-use-case-path strong {
    font-size: .94rem;
  }

  .pdl-compact-bag-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pdl-compact-bag-card {
    min-height: 0;
    padding: 8px;
  }

  .pdl-compact-bag-card span {
    height: 78px;
  }

  .pdl-compact-bag-card strong {
    font-size: .86rem;
  }

  .pdl-product-decision-strip .pdl-decision-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 18px 0;
    scrollbar-width: none;
  }

  .pdl-product-decision-strip .pdl-decision-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-product-decision-strip .pdl-decision-card {
    flex: 0 0 min(72vw, 280px);
  }

  .pdl-image-tile img,
  .pdl-product-scenario-section .pdl-image-tile img {
    height: 150px;
    min-height: 0;
    padding: 12px;
    object-fit: contain;
  }

  .pdl-image-tile figcaption,
  .pdl-product-scenario-section .pdl-image-tile figcaption {
    padding: 12px 0 0;
  }

  .pdl-material-feature img {
    height: 130px;
  }

  .pdl-material-feature div {
    padding: 16px;
  }

  .pdl-material-feature p {
    -webkit-line-clamp: 2;
  }

  .pdl-process-directory-grid .pdl-card,
  .pdl-material-directory-list .pdl-card,
  .pdl-hub-route-grid .pdl-card,
  .pdl-case-archive .pdl-card-grid .pdl-card {
    grid-template-columns: 1fr;
    grid-template-rows: 132px 1fr;
    min-height: 0;
  }

  .pdl-process-directory-grid .pdl-card-media,
  .pdl-material-directory-list .pdl-card-media,
  .pdl-hub-route-grid .pdl-card-media,
  .pdl-case-archive .pdl-card-grid .pdl-card-media {
    aspect-ratio: auto;
  }

  .pdl-process-directory-grid .pdl-card-body,
  .pdl-material-directory-list .pdl-card-body,
  .pdl-hub-route-grid .pdl-card-body,
  .pdl-case-archive .pdl-card-grid .pdl-card-body {
    padding: 12px;
    border-top: 1px solid var(--pdl-line);
    border-left: 0;
  }

  .pdl-material-matrix,
  .pdl-solution-map,
  .pdl-project-timeline,
  .pdl-guide-steps,
  .pdl-process-grid,
  .pdl-risk-grid,
  .pdl-panel-grid,
  .pdl-mini-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pdl-material-matrix article,
  .pdl-solution-map article,
  .pdl-project-timeline article,
  .pdl-guide-steps article,
  .pdl-process-grid article,
  .pdl-risk-grid article,
  .pdl-panel-grid article {
    padding: 14px;
  }

  .pdl-material-matrix article p,
  .pdl-solution-map article p,
  .pdl-process-grid article p,
  .pdl-risk-grid article p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .pdl-spec-table tbody tr {
    margin-bottom: 10px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--pdl-line-soft);
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(18, 40, 63, .055);
  }

  .pdl-spec-table tbody th,
  .pdl-spec-table tbody td {
    padding: 3px 0;
    border: 0;
  }

  .pdl-faq-section {
    padding: 40px 0;
  }

  .pdl-faq-layout {
    gap: 14px;
  }

  .pdl-faq-intro p:not(.pdl-eyebrow) {
    display: none;
  }

  .pdl-faq-item summary {
    min-height: 48px;
    padding: 12px 14px;
    font-size: .94rem;
  }

  .pdl-faq-item div {
    padding: 0 14px 14px;
  }

  .pdl-faq-item p {
    font-size: .9rem;
    line-height: 1.62;
  }

  .pdl-bottom-cta {
    padding: 28px 0 32px;
  }

  .pdl-bottom-cta-grid {
    gap: 14px;
  }

  .pdl-bottom-cta h2 {
    font-size: 1.42rem;
  }

  .pdl-bottom-cta p:not(.pdl-eyebrow) {
    margin-top: 8px;
    font-size: .92rem;
  }

  .pdl-bottom-cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pdl-bottom-cta-actions .pdl-button {
    min-height: 44px;
    padding: 10px 8px;
    font-size: .88rem;
  }

  .pdl-bottom-cta-actions .pdl-text-link {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 36px;
    font-size: .78rem;
  }

  .pdl-mobile-sticky-actions {
    height: calc(60px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }

  .pdl-mobile-sticky-actions a {
    min-height: 60px;
    font-size: .88rem;
  }
}

@media (max-width: 430px) {
  .pdl-application-priority-grid > *,
  .pdl-use-case-path-grid > *,
  .pdl-hub-route-grid > *,
  .pdl-material-directory-list > *,
  .pdl-process-directory-grid > *,
  .pdl-case-archive .pdl-card-grid > * {
    flex-basis: 80vw;
  }

  .pdl-image-rail > * {
    flex-basis: 82vw;
  }

  .pdl-v2-product-result-grid,
  .pdl-product-result-grid {
    gap: 7px;
  }

  .pdl-v2-product-result-grid h3,
  .pdl-product-result-body h3 {
    font-size: .76rem;
  }
}

@media (max-width: 375px) {
  .pdl-container {
    width: min(calc(100vw - 28px), var(--pdl-container));
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1 {
    font-size: 1.54rem;
  }

  .pdl-bottom-cta-actions {
    grid-template-columns: 1fr;
  }
}

/* Mobile header menu alignment fix */
@media (max-width: 980px) {
  .pdl-site-header {
    height: var(--pdl-header-height);
    backdrop-filter: none;
  }

  .pdl-header-inner {
    position: relative;
    min-height: var(--pdl-header-height);
    padding-right: 58px;
  }

  button.pdl-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 1200 !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background: var(--pdl-blue) !important;
    border: 1px solid var(--pdl-blue) !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 22px rgba(7, 91, 199, .2) !important;
    transform: translateY(-50%) !important;
  }

  button.pdl-menu-toggle::before,
  button.pdl-menu-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(-50%);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  button.pdl-menu-toggle::before {
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  }

  button.pdl-menu-toggle::after {
    opacity: 0;
  }

  button.pdl-menu-toggle[aria-expanded="true"] {
    background: var(--pdl-navy) !important;
    border-color: var(--pdl-navy) !important;
  }

  button.pdl-menu-toggle[aria-expanded="true"]::before {
    box-shadow: none;
    transform: translateX(-50%) rotate(45deg);
  }

  button.pdl-menu-toggle[aria-expanded="true"]::after {
    opacity: 1;
    transform: translateX(-50%) rotate(-45deg);
  }

  button.pdl-menu-toggle svg {
    display: none !important;
  }

  .pdl-primary-nav {
    position: fixed !important;
    top: var(--pdl-header-height) !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 1050;
    width: min(390px, 92vw);
    height: calc(100dvh - var(--pdl-header-height));
    max-height: calc(100dvh - var(--pdl-header-height));
    padding: 18px;
    overflow-y: auto;
    background: #fff;
    border-left: 1px solid var(--pdl-line);
    box-shadow: -20px 22px 54px rgba(18, 40, 63, .18);
    transform: translateX(105%);
  }

  .pdl-primary-nav.is-open,
  body.pdl-menu-open .pdl-primary-nav {
    display: flex;
    transform: translateX(0);
  }
}

/* Mobile compact reading system */
.pdl-form-group {
  min-width: 0;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.pdl-form-group legend,
.pdl-form-optional summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 12px;
  color: var(--pdl-navy);
  font-size: .9rem;
  font-weight: 850;
  line-height: 1.35;
}

.pdl-form-optional {
  padding-top: 14px;
  border-top: 1px solid var(--pdl-line-soft);
}

.pdl-form-optional summary {
  min-height: 44px;
  margin-bottom: 12px;
  cursor: pointer;
  list-style: none;
}

.pdl-form-optional summary::-webkit-details-marker {
  display: none;
}

.pdl-form-optional summary::after {
  content: "+";
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--pdl-blue);
  background: var(--pdl-blue-tint);
  border-radius: 4px;
  font-weight: 900;
}

.pdl-form-optional[open] summary::after {
  content: "-";
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: calc(var(--pdl-header-height) + 10px);
  }

  body {
    font-size: 15px;
    line-height: 1.58;
  }

  body.pdl-menu-open {
    overflow: hidden;
  }

  .pdl-container {
    width: min(calc(100vw - 28px), var(--pdl-container));
  }

  .pdl-breadcrumb {
    padding: 7px 0;
  }

  .pdl-breadcrumb ol {
    gap: 6px;
    font-size: .72rem;
  }

  .pdl-eyebrow {
    margin-bottom: 7px;
    font-size: .68rem;
    letter-spacing: .03em;
  }

  .pdl-section,
  .pdl-spec-section,
  .pdl-faq-section,
  .pdl-product-decision-section,
  .pdl-product-parameter-section,
  .pdl-product-route-section,
  .pdl-product-copy-section,
  .pdl-product-alternative-section,
  .pdl-related-knowledge-section,
  .pdl-knowledge-list-section,
  .pdl-material-risk-section,
  .pdl-material-layer-section,
  .pdl-process-directory-section,
  .pdl-industry-risk-section,
  .pdl-industry-path-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .pdl-soft-section {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .pdl-section-heading {
    gap: 8px;
    margin-bottom: 16px;
  }

  .pdl-section-heading h2,
  .pdl-entry-content h2,
  .pdl-side-panel h2,
  .pdl-quote-copy h2,
  .pdl-faq-intro h2,
  .pdl-bottom-cta h2,
  .pdl-answer-first h2,
  .pdl-guide-article h2,
  .pdl-product-decision-copy h2,
  .pdl-product-quote-card h2,
  .pdl-product-route-copy h2,
  .pdl-quote-workbench-copy h1 {
    font-size: clamp(1.38rem, 5.8vw, 1.7rem);
    line-height: 1.2;
    letter-spacing: 0;
  }

  .pdl-section-heading p:not(.pdl-eyebrow),
  .pdl-hero-lead,
  .pdl-quote-copy > p,
  .pdl-visual-copy > p,
  .pdl-entry-content > p,
  .pdl-side-panel > p {
    display: -webkit-box;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 0;
    color: var(--pdl-muted);
    font-size: .9rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-page-hero,
  .pdl-page-hero.pdl-hero-visual-lite,
  .pdl-page-hero.pdl-hero-products-center,
  .pdl-page-hero.pdl-hero-industry-hub,
  .pdl-page-hero.pdl-hero-material-hub,
  .pdl-page-hero.pdl-hero-product-manual,
  .pdl-page-hero.pdl-hero-industry-diagnostic,
  .pdl-page-hero.pdl-hero-material-lab,
  .pdl-page-hero.pdl-hero-case-library,
  .pdl-page-hero.pdl-hero-case-story,
  .pdl-page-hero.pdl-hero-article-guide,
  .pdl-page-hero.pdl-hero-knowledge-library {
    padding: 18px 0 16px;
  }

  .pdl-page-hero-grid,
  .pdl-hero-visual-lite .pdl-page-hero-grid,
  .pdl-hero-products-center .pdl-page-hero-grid,
  .pdl-hero-industry-hub .pdl-page-hero-grid,
  .pdl-hero-material-hub .pdl-page-hero-grid,
  .pdl-hero-product-manual .pdl-page-hero-grid,
  .pdl-hero-industry-diagnostic .pdl-page-hero-grid,
  .pdl-hero-material-lab .pdl-page-hero-grid,
  .pdl-hero-case-library .pdl-page-hero-grid,
  .pdl-hero-case-story .pdl-page-hero-grid,
  .pdl-hero-article-guide .pdl-page-hero-grid,
  .pdl-hero-knowledge-library .pdl-page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0 !important;
    gap: 10px;
  }

  .pdl-page-hero-copy,
  .pdl-hero-visual-lite .pdl-page-hero-copy,
  .pdl-hero-products-center .pdl-page-hero-copy,
  .pdl-hero-industry-hub .pdl-page-hero-copy,
  .pdl-hero-material-hub .pdl-page-hero-copy {
    padding: 0;
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1,
  .pdl-hero-products-center h1,
  .pdl-hero-industry-hub h1,
  .pdl-hero-material-hub h1,
  .pdl-hero-product-manual h1,
  .pdl-hero-industry-diagnostic h1,
  .pdl-hero-material-lab h1,
  .pdl-hero-case-library h1,
  .pdl-hero-case-story h1,
  .pdl-hero-article-guide h1,
  .pdl-hero-knowledge-library h1 {
    max-width: 12em;
    margin-bottom: 8px;
    font-size: clamp(1.72rem, 7vw, 2rem);
    line-height: 1.12;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .pdl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 10px;
  }

  .pdl-hero-actions .pdl-button,
  .pdl-button {
    min-height: 44px;
    padding: 10px 12px;
    font-size: .9rem;
  }

  .pdl-page-hero .pdl-button-secondary,
  .pdl-hero-actions .pdl-button-secondary {
    min-height: 38px;
    color: var(--pdl-blue);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .pdl-hero-chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    margin: 10px -14px 0;
    padding: 0 14px 3px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pdl-hero-chips::-webkit-scrollbar {
    display: none;
  }

  .pdl-hero-chips span {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 5px 8px;
    font-size: .72rem;
    white-space: nowrap;
  }

  .pdl-page-hero-media,
  .pdl-hero-visual-lite .pdl-page-hero-media,
  .pdl-hero-products-center .pdl-page-hero-media,
  .pdl-hero-industry-hub .pdl-page-hero-media,
  .pdl-hero-material-hub .pdl-page-hero-media,
  .pdl-hero-product-manual .pdl-page-hero-media,
  .pdl-hero-industry-diagnostic .pdl-page-hero-media,
  .pdl-hero-material-lab .pdl-page-hero-media,
  .pdl-hero-case-library .pdl-page-hero-media,
  .pdl-hero-case-story .pdl-page-hero-media,
  .pdl-hero-article-guide .pdl-page-hero-media,
  .pdl-hero-knowledge-library .pdl-page-hero-media {
    max-height: 168px;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
  }

  .pdl-page-hero-media img,
  .pdl-hero-generated-media .pdl-page-hero-media img,
  .pdl-hero-visual-lite .pdl-page-hero-media img {
    width: 100%;
    height: 100%;
    max-height: 168px;
    min-height: 0;
    padding: 0;
    object-fit: cover;
  }

  .pdl-page-hero.pdl-hero-compact-collection {
    padding: 10px 0 10px;
  }

  .pdl-hero-compact-collection h1 {
    max-width: 100%;
    margin: 0;
    font-size: 1.24rem;
    line-height: 1.2;
  }

  .pdl-hero-compact-collection .pdl-hero-lead,
  .pdl-hero-compact-collection .pdl-page-hero-media,
  .pdl-hero-compact-collection .pdl-hero-actions,
  .pdl-hero-compact-collection .pdl-hero-chips {
    display: none !important;
  }

  .pdl-card-grid,
  .pdl-card-grid-three,
  .pdl-card-grid-four,
  .pdl-product-alternative-grid,
  .pdl-knowledge-recommend-grid,
  .pdl-application-priority-grid,
  .pdl-use-case-path-grid,
  .pdl-image-rail,
  .pdl-hub-route-grid,
  .pdl-material-directory-list,
  .pdl-process-directory-grid,
  .pdl-case-archive .pdl-card-grid {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    margin-inline: -14px;
    padding: 1px 14px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-card-grid::-webkit-scrollbar,
  .pdl-product-alternative-grid::-webkit-scrollbar,
  .pdl-knowledge-recommend-grid::-webkit-scrollbar,
  .pdl-application-priority-grid::-webkit-scrollbar,
  .pdl-use-case-path-grid::-webkit-scrollbar,
  .pdl-image-rail::-webkit-scrollbar,
  .pdl-hub-route-grid::-webkit-scrollbar,
  .pdl-material-directory-list::-webkit-scrollbar,
  .pdl-process-directory-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-card-grid::after,
  .pdl-product-alternative-grid::after,
  .pdl-knowledge-recommend-grid::after,
  .pdl-application-priority-grid::after,
  .pdl-use-case-path-grid::after,
  .pdl-image-rail::after,
  .pdl-hub-route-grid::after,
  .pdl-material-directory-list::after,
  .pdl-process-directory-grid::after {
    content: "";
    flex: 0 0 1px;
  }

  .pdl-card-grid > *,
  .pdl-product-alternative-grid > *,
  .pdl-knowledge-recommend-grid > *,
  .pdl-application-priority-grid > *,
  .pdl-use-case-path-grid > *,
  .pdl-hub-route-grid > *,
  .pdl-material-directory-list > *,
  .pdl-process-directory-grid > *,
  .pdl-case-archive .pdl-card-grid > * {
    flex: 0 0 min(76vw, 292px);
    scroll-snap-align: start;
  }

  .pdl-image-rail > * {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
  }

  .pdl-card {
    min-height: 0;
    border-radius: 6px;
  }

  .pdl-card-media {
    aspect-ratio: 4 / 3;
  }

  .pdl-card-media img {
    padding: 10px;
  }

  .pdl-card-body {
    gap: 6px;
    padding: 12px;
  }

  .pdl-card-label {
    font-size: .68rem;
  }

  .pdl-card h3 {
    margin: 0;
    font-size: .96rem;
    line-height: 1.28;
  }

  .pdl-card p,
  .pdl-v2-visual-copy small,
  .pdl-choice-card p,
  .pdl-image-tile figcaption span,
  .pdl-product-fit-grid p,
  .pdl-product-parameter-grid p,
  .pdl-product-route-cards p,
  .pdl-product-print-choice p,
  .pdl-skim-card p,
  .pdl-risk-grid article p,
  .pdl-material-matrix article p,
  .pdl-solution-map article p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .8rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-card .pdl-text-link,
  .pdl-application-priority-copy .pdl-text-link {
    display: none;
  }

  .pdl-v2-product-result-grid,
  .pdl-product-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .pdl-product-results-section > .pdl-container {
    width: min(calc(100vw - 20px), var(--pdl-container));
    padding-inline: 0;
  }

  .pdl-v2-product-result-grid .pdl-product-result-media,
  .pdl-product-result-media {
    aspect-ratio: 4 / 3;
  }

  .pdl-v2-product-result-grid .pdl-product-result-body,
  .pdl-product-result-body {
    gap: 4px;
    padding: 7px;
  }

  .pdl-v2-product-result-grid h3,
  .pdl-product-result-body h3 {
    margin: 0;
    font-size: .75rem;
    line-height: 1.24;
    -webkit-line-clamp: 2;
  }

  .pdl-product-card-tags,
  .pdl-product-card-summary,
  .pdl-product-seo-details,
  .pdl-product-result-body .pdl-text-link {
    display: none !important;
  }

  .pdl-product-image-badge {
    top: 6px;
    left: 6px;
    max-width: calc(100% - 12px);
    min-height: 21px;
    padding: 3px 6px;
    overflow: hidden;
    font-size: .62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pdl-v2-product-result-grid .pdl-product-result-media img,
  .pdl-product-result-media img {
    padding: 8px;
  }

  .pdl-v2-sticky-filter {
    top: var(--pdl-header-height);
    padding: 5px 0;
    max-height: none;
    overflow: visible;
  }

  .pdl-v2-sticky-filter .pdl-collection-filter-panel {
    gap: 5px;
    padding: 6px 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
  }

  .pdl-v2-sticky-filter .pdl-filter-group {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 5px;
  }

  .pdl-v2-sticky-filter .pdl-filter-chip-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  .pdl-v2-sticky-filter .pdl-filter-chip {
    flex: 0 0 auto;
    min-height: 31px;
    padding: 5px 8px;
    font-size: .72rem;
    white-space: nowrap;
  }

  .pdl-result-toolbar {
    margin-bottom: 8px;
  }

  .pdl-product-results-section .pdl-result-toolbar h2 {
    font-size: 1rem;
    line-height: 1.22;
  }

  .pdl-product-decision-grid,
  .pdl-product-route-grid,
  .pdl-visual-summary,
  .pdl-material-layout,
  .pdl-content-layout,
  .pdl-quote-layout,
  .pdl-reading-layout,
  .pdl-article-answer-grid,
  .pdl-quote-workbench-main {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdl-product-visual-main {
    height: 220px;
  }

  .pdl-product-visual-main img {
    padding: 12px;
  }

  .pdl-product-visual-main figcaption {
    display: none;
  }

  .pdl-product-visual-strip {
    gap: 7px;
  }

  .pdl-product-visual-strip figure {
    min-height: 78px;
  }

  .pdl-product-visual-strip img {
    height: 56px;
    padding: 7px;
  }

  .pdl-product-visual-strip figcaption {
    padding: 0 6px 7px;
    font-size: .66rem;
  }

  .pdl-product-decision-copy,
  .pdl-product-quote-card,
  .pdl-product-route-copy,
  .pdl-article-quote-shortcut,
  .pdl-answer-first,
  .pdl-side-panel,
  .pdl-quote-form-panel,
  .pdl-quote-ready-panel,
  .pdl-quote-contact-card,
  .pdl-manual-quote,
  .pdl-product-print-choice article,
  .pdl-choice-card,
  .pdl-hub-copy-aside {
    padding: 16px;
  }

  .pdl-product-fit-grid,
  .pdl-product-parameter-grid,
  .pdl-product-route-cards,
  .pdl-skim-grid,
  .pdl-risk-grid,
  .pdl-material-matrix,
  .pdl-solution-map,
  .pdl-process-grid,
  .pdl-panel-grid,
  .pdl-mini-proof,
  .pdl-proof-strip,
  .pdl-guide-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pdl-product-fit-grid {
    margin-top: 14px;
  }

  .pdl-product-fit-grid article,
  .pdl-product-parameter-grid article,
  .pdl-product-route-cards article,
  .pdl-skim-card,
  .pdl-risk-grid article,
  .pdl-material-matrix article,
  .pdl-solution-map article,
  .pdl-process-grid article,
  .pdl-panel-grid article,
  .pdl-guide-steps article {
    padding: 12px;
  }

  .pdl-product-fit-grid span,
  .pdl-product-parameter-grid span,
  .pdl-product-route-cards span,
  .pdl-product-print-choice span,
  .pdl-choice-card span,
  .pdl-skim-card span {
    margin-bottom: 4px;
    font-size: .7rem;
  }

  .pdl-product-fit-grid strong,
  .pdl-product-parameter-grid strong,
  .pdl-product-route-cards strong,
  .pdl-skim-card strong {
    font-size: .92rem;
    line-height: 1.28;
  }

  .pdl-product-quote-card {
    position: static;
  }

  .pdl-product-quote-card ol,
  .pdl-manual-quote ol,
  .pdl-article-quote-shortcut ol {
    gap: 6px;
    margin: 10px 0 14px;
    padding-left: 1.1em;
    font-size: .84rem;
    line-height: 1.5;
  }

  .pdl-v2-detail-gallery {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    margin-inline: -14px;
    padding: 1px 14px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-v2-detail-gallery::-webkit-scrollbar {
    display: none;
  }

  .pdl-v2-detail-shot,
  .pdl-v2-detail-shot.is-large {
    flex: 0 0 min(78vw, 300px);
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    scroll-snap-align: start;
  }

  .pdl-v2-detail-shot img {
    height: 150px;
    min-height: 150px;
    padding: 12px;
  }

  .pdl-v2-detail-shot figcaption {
    gap: 4px;
    padding: 10px 12px 12px;
  }

  .pdl-v2-detail-shot figcaption strong {
    font-size: .9rem;
  }

  .pdl-v2-detail-shot figcaption span {
    display: -webkit-box;
    overflow: hidden;
    font-size: .78rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-image-tile img,
  .pdl-product-scenario-section .pdl-image-tile img,
  .pdl-material-feature img {
    height: 132px;
    min-height: 0;
    padding: 10px;
    object-fit: contain;
  }

  .pdl-image-tile figcaption {
    padding: 10px 0 0;
  }

  .pdl-choice-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
  }

  .pdl-choice-media img,
  .pdl-choice-media {
    height: 96px;
    min-height: 0;
  }

  .pdl-choice-card h3 {
    margin: 3px 0 5px;
    font-size: .98rem;
  }

  .pdl-choice-card ul {
    display: none;
  }

  .pdl-reading-layout-section,
  .pdl-answer-first-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pdl-reading-layout > .pdl-article-toc,
  .pdl-article-toc {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    margin-inline: -14px;
    padding: 0 14px 6px;
    overflow-x: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    scrollbar-width: none;
  }

  .pdl-reading-layout > .pdl-article-toc::-webkit-scrollbar,
  .pdl-article-toc::-webkit-scrollbar {
    display: none;
  }

  .pdl-reading-layout > .pdl-article-toc span,
  .pdl-article-toc span {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 0;
    font-size: .72rem;
    white-space: nowrap;
  }

  .pdl-reading-layout > .pdl-article-toc a,
  .pdl-article-toc a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 10px;
    font-size: .78rem;
    white-space: nowrap;
  }

  .pdl-guide-article h2 {
    margin: 28px 0 10px;
    font-size: 1.18rem;
    line-height: 1.28;
  }

  .pdl-guide-article > h2:first-child {
    margin-top: 0;
  }

  .pdl-guide-article p,
  .pdl-entry-content p,
  .pdl-entry-content li {
    margin-bottom: 14px;
    font-size: .94rem;
    line-height: 1.68;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .pdl-answer-first h2,
  .pdl-answer-first p,
  .pdl-guide-article h2,
  .pdl-guide-article p,
  .pdl-knowledge-featured-copy h2,
  .pdl-knowledge-list-card h3,
  .pdl-card h3,
  .pdl-card p {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .pdl-guide-article .pdl-table-wrap,
  .pdl-guide-steps {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .pdl-mobile-disclosure {
    margin-top: 12px;
    border-top: 1px solid var(--pdl-line-soft);
  }

  .pdl-mobile-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    color: var(--pdl-blue);
    font-size: .86rem;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
  }

  .pdl-mobile-disclosure summary::-webkit-details-marker {
    display: none;
  }

  .pdl-mobile-disclosure summary::after {
    content: "+";
    display: inline-grid;
    width: 26px;
    height: 26px;
    place-items: center;
    background: var(--pdl-blue-tint);
    border-radius: 4px;
  }

  .pdl-mobile-disclosure[open] summary::after {
    content: "-";
  }

  .pdl-mobile-disclosure-body {
    padding-bottom: 4px;
  }

  .pdl-quote-status-row {
    gap: 6px;
    margin-top: 12px;
  }

  .pdl-quote-status-row span {
    min-height: 32px;
    padding: 7px 8px;
    font-size: .74rem;
    line-height: 1.25;
  }

  .pdl-quote-contact-card span {
    font-size: .72rem;
  }

  .pdl-quote-contact-card strong {
    max-width: 100%;
    font-size: 1.38rem;
    line-height: 1.12;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .pdl-quote-contact-card p,
  .pdl-contact-panel a {
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .pdl-quote-contact-card {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .pdl-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .pdl-spec-table tbody tr {
    margin-bottom: 8px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--pdl-line-soft);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(18, 40, 63, .05);
  }

  .pdl-spec-table tbody th,
  .pdl-spec-table tbody td {
    padding: 2px 0;
    border: 0;
    font-size: .84rem;
    line-height: 1.5;
  }

  .pdl-faq-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .pdl-faq-layout {
    gap: 12px;
  }

  .pdl-faq-intro p:not(.pdl-eyebrow) {
    display: none;
  }

  .pdl-faq-item summary {
    min-height: 46px;
    padding: 11px 12px;
    font-size: .9rem;
    line-height: 1.36;
  }

  .pdl-faq-item div {
    padding: 0 12px 12px;
  }

  .pdl-faq-item p {
    margin: 0;
    font-size: .88rem;
    line-height: 1.58;
  }

  .pdl-form-group {
    margin-bottom: 14px;
  }

  .pdl-form-group legend,
  .pdl-form-optional summary {
    margin-bottom: 8px;
    font-size: .84rem;
  }

  .pdl-form-optional {
    padding-top: 8px;
  }

  .pdl-form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pdl-field {
    gap: 6px;
  }

  .pdl-field span {
    font-size: .78rem;
  }

  .pdl-field input,
  .pdl-field select,
  .pdl-field textarea {
    min-height: 44px;
    padding: 10px 11px;
    font-size: .92rem;
  }

  .pdl-field textarea {
    min-height: 108px;
  }

  .pdl-form-note {
    font-size: .76rem;
    line-height: 1.5;
  }

  .pdl-bottom-cta {
    padding: 24px 0 28px;
  }

  .pdl-bottom-cta-grid {
    gap: 12px;
  }

  .pdl-bottom-cta h2 {
    font-size: 1.34rem;
  }

  .pdl-bottom-cta p:not(.pdl-eyebrow) {
    margin-top: 6px;
    font-size: .9rem;
  }

  .pdl-bottom-cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .pdl-bottom-cta-actions .pdl-button {
    min-height: 44px;
    padding: 9px 8px;
    font-size: .84rem;
  }

  .pdl-bottom-cta-actions .pdl-text-link {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 34px;
    font-size: .76rem;
  }

  .pdl-mobile-sticky-actions {
    height: calc(56px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }

  .pdl-mobile-sticky-actions a {
    min-height: 56px;
    font-size: .84rem;
  }

  .pdl-primary-nav {
    width: min(360px, calc(100vw - 16px));
    padding: 12px;
  }

  .pdl-primary-nav .menu {
    gap: 4px;
  }

  .pdl-primary-nav .menu a {
    min-height: 42px;
    padding: 9px 10px;
    font-size: .9rem;
  }

  .pdl-primary-nav .sub-menu {
    padding: 4px 0 6px 10px;
  }

  .pdl-primary-nav .sub-menu a,
  .pdl-mobile-nav-quote {
    min-height: 38px;
    font-size: .84rem;
  }
}

@media (min-width: 761px) and (max-width: 820px) {
  .pdl-product-results-section > .pdl-container {
    width: min(calc(100vw - 24px), var(--pdl-container));
    padding-inline: 0;
  }

  .pdl-v2-product-result-grid,
  .pdl-product-result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .pdl-v2-product-result-grid .pdl-product-result-card,
  .pdl-product-result-card {
    min-height: 0;
    border-radius: 6px;
  }

  .pdl-v2-product-result-grid .pdl-product-result-media,
  .pdl-product-result-media {
    aspect-ratio: 4 / 3;
  }

  .pdl-v2-product-result-grid .pdl-product-result-media img,
  .pdl-product-result-media img {
    padding: 10px;
  }

  .pdl-v2-product-result-grid .pdl-product-result-body,
  .pdl-product-result-body {
    gap: 5px;
    padding: 9px;
  }

  .pdl-v2-product-result-grid h3,
  .pdl-product-result-body h3 {
    margin: 0;
    font-size: .86rem;
    line-height: 1.26;
  }

  .pdl-product-card-tags,
  .pdl-product-card-summary,
  .pdl-product-seo-details,
  .pdl-product-result-body .pdl-text-link {
    display: none !important;
  }

  .pdl-product-image-badge {
    top: 7px;
    left: 7px;
    max-width: calc(100% - 14px);
    min-height: 22px;
    padding: 3px 7px;
    overflow: hidden;
    font-size: .66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pdl-quote-workbench-hero {
    padding: 38px 0 32px;
  }

  .pdl-v2-quote-hero .pdl-quote-workbench-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
  }

  .pdl-quote-workbench-copy h1 {
    font-size: 2rem;
  }

  .pdl-quote-workbench-copy p {
    font-size: .95rem;
    line-height: 1.58;
  }

  .pdl-quote-status-row {
    gap: 6px;
    margin-top: 14px;
  }

  .pdl-quote-status-row span {
    padding: 7px 9px;
    font-size: .78rem;
  }

  .pdl-quote-workbench-visual {
    max-height: 220px;
  }

  .pdl-quote-contact-card {
    padding: 16px;
    min-width: 0;
  }

  .pdl-quote-contact-card strong {
    font-size: 1.42rem;
  }
}

@media (max-width: 430px) {
  .pdl-card-grid > *,
  .pdl-product-alternative-grid > *,
  .pdl-knowledge-recommend-grid > *,
  .pdl-application-priority-grid > *,
  .pdl-use-case-path-grid > *,
  .pdl-hub-route-grid > *,
  .pdl-material-directory-list > *,
  .pdl-process-directory-grid > *,
  .pdl-case-archive .pdl-card-grid > * {
    flex-basis: 80vw;
  }

  .pdl-v2-detail-shot,
  .pdl-v2-detail-shot.is-large,
  .pdl-image-rail > * {
    flex-basis: 82vw;
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1 {
    font-size: 1.72rem;
  }
}

@media (max-width: 375px) {
  .pdl-container {
    width: min(calc(100vw - 24px), var(--pdl-container));
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1 {
    font-size: 1.6rem;
  }

  .pdl-bottom-cta-actions {
    grid-template-columns: 1fr;
  }
}

/* Final mobile navigation override: keep the menu button visible and centered. */
@media (max-width: 980px) {
  .pdl-header-inner {
    padding-right: 68px;
  }

  body .pdl-site-header button.pdl-menu-toggle {
    position: fixed !important;
    top: calc((var(--pdl-header-height) - 44px) / 2) !important;
    right: 14px !important;
    z-index: 2000 !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    background: var(--pdl-blue) !important;
    border: 1px solid var(--pdl-blue) !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 22px rgba(7, 91, 199, .22) !important;
    transform: none !important;
  }

  body .pdl-site-header button.pdl-menu-toggle svg {
    display: none !important;
  }

  body .pdl-site-header button.pdl-menu-toggle::before,
  body .pdl-site-header button.pdl-menu-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(-50%);
  }

  body .pdl-site-header button.pdl-menu-toggle::before {
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  }

  body .pdl-site-header button.pdl-menu-toggle::after {
    opacity: 0;
  }

  body .pdl-site-header button.pdl-menu-toggle[aria-expanded="true"] {
    background: var(--pdl-navy) !important;
    border-color: var(--pdl-navy) !important;
  }

  body .pdl-site-header button.pdl-menu-toggle[aria-expanded="true"]::before {
    box-shadow: none;
    transform: translateX(-50%) rotate(45deg);
  }

  body .pdl-site-header button.pdl-menu-toggle[aria-expanded="true"]::after {
    opacity: 1;
    transform: translateX(-50%) rotate(-45deg);
  }
}

/* Premium centered hero system */
.pdl-page-hero,
.pdl-page-hero.pdl-hero-visual-lite,
.pdl-page-hero.pdl-hero-products-center,
.pdl-page-hero.pdl-hero-industry-hub,
.pdl-page-hero.pdl-hero-material-hub,
.pdl-page-hero.pdl-hero-product-manual,
.pdl-page-hero.pdl-hero-industry-diagnostic,
.pdl-page-hero.pdl-hero-material-lab,
.pdl-page-hero.pdl-hero-case-library,
.pdl-page-hero.pdl-hero-case-story,
.pdl-page-hero.pdl-hero-article-guide,
.pdl-page-hero.pdl-hero-knowledge-library {
  position: relative;
  isolation: isolate;
  min-height: 0;
  padding: clamp(54px, 7vw, 86px) 0 clamp(34px, 4.8vw, 58px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .76) 0%, rgba(244, 249, 253, .92) 46%, rgba(255, 255, 255, .98) 100%),
    linear-gradient(112deg, rgba(7, 91, 199, .12) 0%, rgba(230, 241, 250, .42) 36%, rgba(236, 248, 246, .52) 72%, rgba(255, 255, 255, 1) 100%);
  border-bottom: 1px solid rgba(177, 190, 204, .42);
}

.pdl-page-hero::before,
.pdl-page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.pdl-page-hero::before {
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(18, 40, 63, .028) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(18, 40, 63, .022) 0 1px, transparent 1px 72px);
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 74%, transparent 100%);
}

.pdl-page-hero::after {
  left: 50%;
  bottom: 0;
  width: min(940px, calc(100vw - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 91, 199, .34), transparent);
  transform: translateX(-50%);
}

.pdl-page-hero-copy::before,
.pdl-hero-products-center .pdl-page-hero-copy::before,
.pdl-hero-product-manual .pdl-page-hero-copy::before,
.pdl-hero-industry-diagnostic .pdl-page-hero-copy::before,
.pdl-hero-material-lab .pdl-page-hero-copy::before,
.pdl-hero-case-library .pdl-page-hero-copy::before,
.pdl-hero-case-story .pdl-page-hero-copy::before,
.pdl-hero-article-guide .pdl-page-hero-copy::before {
  display: none !important;
}

.pdl-page-hero-grid,
.pdl-hero-visual-lite .pdl-page-hero-grid,
.pdl-hero-products-center .pdl-page-hero-grid,
.pdl-hero-industry-hub .pdl-page-hero-grid,
.pdl-hero-material-hub .pdl-page-hero-grid,
.pdl-hero-product-manual .pdl-page-hero-grid,
.pdl-hero-industry-diagnostic .pdl-page-hero-grid,
.pdl-hero-material-lab .pdl-page-hero-grid,
.pdl-hero-case-library .pdl-page-hero-grid,
.pdl-hero-case-story .pdl-page-hero-grid,
.pdl-hero-article-guide .pdl-page-hero-grid,
.pdl-hero-knowledge-library .pdl-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  align-items: center;
  gap: clamp(18px, 2.3vw, 28px);
}

.pdl-page-hero-copy,
.pdl-hero-visual-lite .pdl-page-hero-copy,
.pdl-hero-products-center .pdl-page-hero-copy,
.pdl-hero-industry-hub .pdl-page-hero-copy,
.pdl-hero-material-hub .pdl-page-hero-copy,
.pdl-hero-product-manual .pdl-page-hero-copy,
.pdl-hero-industry-diagnostic .pdl-page-hero-copy,
.pdl-hero-material-lab .pdl-page-hero-copy,
.pdl-hero-case-library .pdl-page-hero-copy,
.pdl-hero-case-story .pdl-page-hero-copy,
.pdl-hero-article-guide .pdl-page-hero-copy,
.pdl-hero-knowledge-library .pdl-page-hero-copy {
  width: min(900px, 100%);
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.pdl-page-hero .pdl-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 5px 12px;
  color: var(--pdl-blue);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(7, 91, 199, .16);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(18, 40, 63, .05);
  letter-spacing: .06em;
}

.pdl-page-hero h1,
.pdl-hero-visual-lite .pdl-page-hero h1,
.pdl-hero-visual-lite h1,
.pdl-hero-products-center h1,
.pdl-hero-knowledge-library h1 {
  max-width: 13em;
  margin: 0 auto 16px;
  color: #102941;
  font-size: clamp(2.25rem, 4.6vw, 4.45rem);
  line-height: 1.04;
  font-weight: 760;
  letter-spacing: 0;
  text-wrap: balance;
}

.pdl-page-hero .pdl-hero-lead,
.pdl-hero-visual-lite .pdl-hero-lead,
.pdl-hero-products-center .pdl-hero-lead,
.pdl-hero-knowledge-library .pdl-hero-lead {
  max-width: 760px;
  margin: 0 auto 22px;
  color: #445568;
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.75;
}

.pdl-page-hero .pdl-hero-actions {
  justify-content: center;
  gap: 10px;
}

.pdl-page-hero .pdl-hero-chips {
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.pdl-page-hero .pdl-hero-chips span {
  min-height: 34px;
  padding: 6px 11px;
  background: rgba(255, 255, 255, .76);
  border-color: rgba(177, 190, 204, .56);
  box-shadow: 0 8px 18px rgba(18, 40, 63, .045);
  font-size: .86rem;
}

.pdl-page-hero-media,
.pdl-hero-visual-lite .pdl-page-hero-media,
.pdl-hero-products-center .pdl-page-hero-media,
.pdl-hero-industry-hub .pdl-page-hero-media,
.pdl-hero-material-hub .pdl-page-hero-media,
.pdl-hero-product-manual .pdl-page-hero-media,
.pdl-hero-industry-diagnostic .pdl-page-hero-media,
.pdl-hero-material-lab .pdl-page-hero-media,
.pdl-hero-case-library .pdl-page-hero-media,
.pdl-hero-case-story .pdl-page-hero-media,
.pdl-hero-article-guide .pdl-page-hero-media,
.pdl-hero-knowledge-library .pdl-page-hero-media {
  width: min(760px, 86vw);
  height: clamp(112px, 14vw, 176px);
  min-height: 0;
  max-height: none;
  margin: clamp(10px, 1.5vw, 18px) auto clamp(-24px, -1.8vw, -12px);
  padding: clamp(10px, 1.5vw, 18px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(237, 245, 250, .82)),
    linear-gradient(90deg, rgba(7, 91, 199, .08), rgba(255, 255, 255, .3));
  border: 1px solid rgba(177, 190, 204, .48);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(18, 40, 63, .11);
}

.pdl-page-hero-media img,
.pdl-hero-generated-media .pdl-page-hero-media img,
.pdl-hero-visual-lite .pdl-page-hero-media img,
.pdl-hero-products-center .pdl-page-hero-media img,
.pdl-hero-industry-hub .pdl-page-hero-media img,
.pdl-hero-material-hub .pdl-page-hero-media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 16px 22px rgba(18, 40, 63, .14));
}

.pdl-hero-compact-collection .pdl-page-hero-media {
  height: clamp(116px, 13vw, 176px);
  margin-bottom: -18px;
}

.pdl-hero-compact-collection .pdl-page-hero-media img {
  object-fit: contain;
  object-position: center;
}

.pdl-quote-workbench-hero.pdl-v2-quote-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 7vw, 92px) 0 clamp(40px, 5vw, 66px);
  overflow: hidden;
  color: var(--pdl-navy);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .76) 0%, rgba(244, 249, 253, .94) 48%, rgba(255, 255, 255, .98) 100%),
    linear-gradient(112deg, rgba(7, 91, 199, .13) 0%, rgba(230, 241, 250, .46) 42%, rgba(236, 248, 246, .52) 76%, rgba(255, 255, 255, 1) 100%);
  border-bottom: 1px solid rgba(177, 190, 204, .42);
}

.pdl-quote-workbench-hero.pdl-v2-quote-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(90deg, rgba(18, 40, 63, .028) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(18, 40, 63, .022) 0 1px, transparent 1px 78px);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.pdl-v2-quote-hero .pdl-quote-workbench-grid {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.pdl-v2-quote-hero .pdl-quote-workbench-copy {
  width: min(900px, 100%);
}

.pdl-v2-quote-hero .pdl-quote-workbench-copy .pdl-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  color: var(--pdl-blue);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(7, 91, 199, .16);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(18, 40, 63, .05);
}

.pdl-v2-quote-hero .pdl-quote-workbench-copy h1 {
  max-width: 12em;
  margin-inline: auto;
  color: #102941;
  font-size: clamp(2.25rem, 4.8vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.pdl-v2-quote-hero .pdl-quote-workbench-copy > p:not(.pdl-eyebrow) {
  max-width: 720px;
  margin-inline: auto;
  color: #445568;
}

.pdl-v2-quote-hero .pdl-quote-status-row {
  justify-content: center;
}

.pdl-v2-quote-hero .pdl-quote-status-row span {
  color: var(--pdl-navy);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(177, 190, 204, .56);
  box-shadow: 0 8px 18px rgba(18, 40, 63, .045);
}

.pdl-v2-quote-hero .pdl-quote-workbench-visual {
  width: min(720px, 86vw);
  max-height: 160px;
  margin: 4px auto -18px;
  opacity: .92;
  border-color: rgba(177, 190, 204, .48);
  box-shadow: 0 22px 54px rgba(18, 40, 63, .11);
}

.pdl-v2-quote-hero .pdl-quote-contact-card {
  width: min(420px, 100%);
  margin: 0 auto;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(177, 190, 204, .52);
  box-shadow: 0 18px 42px rgba(18, 40, 63, .11);
}

@media (max-width: 980px) {
  .pdl-page-hero,
  .pdl-page-hero.pdl-hero-visual-lite,
  .pdl-page-hero.pdl-hero-products-center,
  .pdl-page-hero.pdl-hero-industry-hub,
  .pdl-page-hero.pdl-hero-material-hub,
  .pdl-page-hero.pdl-hero-product-manual,
  .pdl-page-hero.pdl-hero-industry-diagnostic,
  .pdl-page-hero.pdl-hero-material-lab,
  .pdl-page-hero.pdl-hero-case-library,
  .pdl-page-hero.pdl-hero-case-story,
  .pdl-page-hero.pdl-hero-article-guide,
  .pdl-page-hero.pdl-hero-knowledge-library {
    padding: 42px 0 34px;
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1,
  .pdl-hero-products-center h1,
  .pdl-hero-knowledge-library h1 {
    font-size: clamp(2rem, 7vw, 3.2rem);
  }

  .pdl-page-hero .pdl-hero-lead,
  .pdl-hero-visual-lite .pdl-hero-lead {
    max-width: 680px;
  }

  .pdl-page-hero-media,
  .pdl-hero-visual-lite .pdl-page-hero-media,
  .pdl-hero-products-center .pdl-page-hero-media,
  .pdl-hero-generated-media .pdl-page-hero-media {
    height: clamp(96px, 18vw, 146px);
    margin-bottom: -14px;
  }
}

@media (max-width: 640px) {
  .pdl-page-hero,
  .pdl-page-hero.pdl-hero-visual-lite,
  .pdl-page-hero.pdl-hero-products-center,
  .pdl-page-hero.pdl-hero-industry-hub,
  .pdl-page-hero.pdl-hero-material-hub,
  .pdl-page-hero.pdl-hero-product-manual,
  .pdl-page-hero.pdl-hero-industry-diagnostic,
  .pdl-page-hero.pdl-hero-material-lab,
  .pdl-page-hero.pdl-hero-case-library,
  .pdl-page-hero.pdl-hero-case-story,
  .pdl-page-hero.pdl-hero-article-guide,
  .pdl-page-hero.pdl-hero-knowledge-library {
    padding: 34px 0 28px;
  }

  .pdl-page-hero .pdl-eyebrow {
    min-height: 26px;
    margin-bottom: 12px;
    padding: 4px 10px;
    font-size: .7rem;
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1,
  .pdl-hero-products-center h1,
  .pdl-hero-knowledge-library h1 {
    max-width: 10.5em;
    margin-bottom: 12px;
    font-size: clamp(1.72rem, 8vw, 2.25rem);
    line-height: 1.12;
  }

  .pdl-page-hero .pdl-hero-lead,
  .pdl-hero-visual-lite .pdl-hero-lead,
  .pdl-hero-products-center .pdl-hero-lead,
  .pdl-hero-compact-collection .pdl-hero-lead {
    display: -webkit-box;
    margin-bottom: 16px;
    overflow: hidden;
    font-size: .94rem;
    line-height: 1.58;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .pdl-page-hero .pdl-hero-actions {
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    gap: 8px;
  }

  .pdl-page-hero .pdl-hero-actions .pdl-button {
    min-height: 44px;
    padding: 9px 14px;
    font-size: .9rem;
  }

  .pdl-page-hero .pdl-hero-chips {
    gap: 6px;
    margin-top: 12px;
  }

  .pdl-page-hero .pdl-hero-chips span {
    min-height: 28px;
    padding: 4px 8px;
    font-size: .74rem;
  }

  .pdl-page-hero-media,
  .pdl-hero-visual-lite .pdl-page-hero-media,
  .pdl-hero-products-center .pdl-page-hero-media,
  .pdl-hero-generated-media .pdl-page-hero-media,
  .pdl-hero-compact-collection .pdl-page-hero-media {
    display: flex !important;
    width: min(330px, 86vw);
    height: 82px;
    margin-top: 12px;
    margin-bottom: -10px;
    padding: 8px;
  }

  .pdl-hero-compact-collection .pdl-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(330px, 100%) !important;
    max-width: 330px !important;
    margin-inline: auto;
  }

  .pdl-hero-compact-collection .pdl-hero-actions .pdl-button-secondary {
    display: inline-flex !important;
  }

  .pdl-hero-compact-collection .pdl-hero-chips {
    display: flex !important;
    justify-content: center;
  }

  .pdl-quote-workbench-hero.pdl-v2-quote-hero {
    padding: 38px 0 34px;
  }

  .pdl-v2-quote-hero .pdl-quote-workbench-copy h1 {
    font-size: clamp(1.86rem, 8vw, 2.35rem);
  }

  .pdl-v2-quote-hero .pdl-quote-workbench-copy > p:not(.pdl-eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .pdl-v2-quote-hero .pdl-quote-workbench-visual {
    max-height: 92px;
  }

  .pdl-v2-quote-hero .pdl-quote-contact-card {
    display: none;
  }
}

/* Rhythm reset v2: shorter heroes, differentiated page moods, workbench layouts */
.pdl-customer-path-section {
  display: none !important;
}

.pdl-page-hero,
.pdl-page-hero.pdl-hero-visual-lite,
.pdl-page-hero.pdl-hero-products-center,
.pdl-page-hero.pdl-hero-industry-hub,
.pdl-page-hero.pdl-hero-material-hub,
.pdl-page-hero.pdl-hero-product-manual,
.pdl-page-hero.pdl-hero-industry-diagnostic,
.pdl-page-hero.pdl-hero-material-lab,
.pdl-page-hero.pdl-hero-case-library,
.pdl-page-hero.pdl-hero-case-story,
.pdl-page-hero.pdl-hero-article-guide,
.pdl-page-hero.pdl-hero-knowledge-library {
  --pdl-hero-fg: #102941;
  --pdl-hero-muted: #40566b;
  --pdl-hero-pill-bg: rgba(255, 255, 255, .68);
  --pdl-hero-pill-border: rgba(7, 91, 199, .18);
  min-height: 0 !important;
  padding: clamp(28px, 4.3vw, 54px) 0 clamp(26px, 3.6vw, 46px) !important;
  color: var(--pdl-hero-fg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 250, 253, .96)),
    linear-gradient(112deg, rgba(7, 91, 199, .12), rgba(233, 244, 250, .55) 54%, rgba(255, 255, 255, 1));
}

.pdl-page-hero.pdl-hero-compact-collection,
.pdl-page-hero.pdl-hero-products-center,
.pdl-page-hero.pdl-hero-product-manual {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(241, 247, 252, .94)),
    linear-gradient(118deg, rgba(7, 91, 199, .14), rgba(219, 235, 248, .62) 48%, rgba(255, 255, 255, 1));
}

.pdl-page-hero.pdl-hero-industry-hub,
.pdl-page-hero.pdl-hero-industry-diagnostic {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(240, 249, 247, .94)),
    linear-gradient(122deg, rgba(18, 130, 116, .14), rgba(229, 246, 241, .62) 48%, rgba(255, 255, 255, 1));
}

.pdl-page-hero.pdl-hero-material-hub,
.pdl-page-hero.pdl-hero-material-lab,
.pdl-page-hero.pdl-hero-article-guide {
  --pdl-hero-fg: #f7fbff;
  --pdl-hero-muted: #c8d7e5;
  --pdl-hero-pill-bg: rgba(255, 255, 255, .1);
  --pdl-hero-pill-border: rgba(255, 255, 255, .22);
  background:
    linear-gradient(180deg, rgba(15, 38, 59, .95), rgba(25, 62, 82, .9)),
    linear-gradient(120deg, rgba(7, 91, 199, .22), rgba(28, 116, 116, .16) 58%, rgba(255, 255, 255, 0));
}

.pdl-page-hero.pdl-hero-case-library,
.pdl-page-hero.pdl-hero-case-story {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(249, 247, 243, .95)),
    linear-gradient(120deg, rgba(220, 127, 36, .12), rgba(7, 91, 199, .07) 52%, rgba(255, 255, 255, 1));
}

.pdl-page-hero.pdl-hero-knowledge-library {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(246, 249, 250, .96)),
    linear-gradient(120deg, rgba(76, 102, 128, .12), rgba(7, 91, 199, .08) 48%, rgba(255, 255, 255, 1));
}

.pdl-page-hero-grid,
.pdl-hero-visual-lite .pdl-page-hero-grid,
.pdl-hero-products-center .pdl-page-hero-grid,
.pdl-hero-industry-hub .pdl-page-hero-grid,
.pdl-hero-material-hub .pdl-page-hero-grid,
.pdl-hero-product-manual .pdl-page-hero-grid,
.pdl-hero-industry-diagnostic .pdl-page-hero-grid,
.pdl-hero-material-lab .pdl-page-hero-grid,
.pdl-hero-case-library .pdl-page-hero-grid,
.pdl-hero-case-story .pdl-page-hero-grid,
.pdl-hero-article-guide .pdl-page-hero-grid,
.pdl-hero-knowledge-library .pdl-page-hero-grid {
  grid-template-columns: 1fr !important;
  min-height: 0 !important;
  gap: 0 !important;
}

.pdl-page-hero-copy,
.pdl-hero-visual-lite .pdl-page-hero-copy,
.pdl-hero-products-center .pdl-page-hero-copy,
.pdl-hero-industry-hub .pdl-page-hero-copy,
.pdl-hero-material-hub .pdl-page-hero-copy,
.pdl-hero-product-manual .pdl-page-hero-copy,
.pdl-hero-industry-diagnostic .pdl-page-hero-copy,
.pdl-hero-material-lab .pdl-page-hero-copy,
.pdl-hero-case-library .pdl-page-hero-copy,
.pdl-hero-case-story .pdl-page-hero-copy,
.pdl-hero-article-guide .pdl-page-hero-copy,
.pdl-hero-knowledge-library .pdl-page-hero-copy {
  width: min(860px, 100%) !important;
  max-width: 860px !important;
  margin-inline: auto;
  text-align: center;
}

.pdl-page-hero .pdl-eyebrow {
  color: inherit;
  background: var(--pdl-hero-pill-bg);
  border-color: var(--pdl-hero-pill-border);
  box-shadow: none;
}

.pdl-page-hero h1,
.pdl-hero-visual-lite h1,
.pdl-hero-products-center h1,
.pdl-hero-knowledge-library h1 {
  max-width: 12em !important;
  margin-bottom: 10px !important;
  color: var(--pdl-hero-fg) !important;
  font-size: clamp(1.95rem, 4.05vw, 3.65rem) !important;
  line-height: 1.08 !important;
}

.pdl-page-hero .pdl-hero-lead,
.pdl-hero-visual-lite .pdl-hero-lead,
.pdl-hero-products-center .pdl-hero-lead,
.pdl-hero-knowledge-library .pdl-hero-lead {
  max-width: 700px !important;
  margin-bottom: 16px !important;
  color: var(--pdl-hero-muted) !important;
  font-size: clamp(.94rem, 1.02vw, 1.04rem) !important;
  line-height: 1.62 !important;
}

.pdl-page-hero .pdl-hero-chips,
.pdl-page-hero-media,
.pdl-hero-visual-lite .pdl-page-hero-media,
.pdl-hero-products-center .pdl-page-hero-media,
.pdl-hero-generated-media .pdl-page-hero-media,
.pdl-hero-compact-collection .pdl-page-hero-media {
  display: none !important;
}

.pdl-quote-workbench-hero.pdl-v2-quote-hero {
  min-height: 0 !important;
  padding: clamp(30px, 4.4vw, 56px) 0 clamp(28px, 3.8vw, 48px) !important;
  color: #f7fbff;
  background:
    linear-gradient(180deg, rgba(13, 34, 54, .96), rgba(22, 55, 82, .92)),
    linear-gradient(116deg, rgba(7, 91, 199, .28), rgba(23, 116, 128, .14) 58%, rgba(255, 255, 255, 0));
}

.pdl-v2-quote-hero .pdl-quote-workbench-copy h1 {
  color: #fff !important;
  font-size: clamp(1.95rem, 4.1vw, 3.75rem) !important;
}

.pdl-v2-quote-hero .pdl-quote-workbench-copy > p:not(.pdl-eyebrow) {
  color: #cfdae5 !important;
}

.pdl-v2-quote-hero .pdl-quote-workbench-visual,
.pdl-v2-quote-hero .pdl-quote-contact-card {
  display: none !important;
}

.pdl-v2-quote-hero .pdl-quote-status-row span {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
}

.pdl-product-workbench-section {
  padding-top: clamp(34px, 4.8vw, 64px);
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
}

.pdl-product-workbench {
  display: grid;
  grid-template-columns: minmax(214px, 252px) minmax(0, 1fr);
  gap: clamp(18px, 2.3vw, 28px);
  align-items: start;
}

.pdl-product-filter-sidebar {
  position: sticky;
  top: calc(var(--pdl-header-height) + 20px);
  display: grid;
  gap: 14px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(134, 154, 176, .28);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(18, 40, 63, .07);
}

.pdl-sidebar-current {
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(134, 154, 176, .2);
}

.pdl-sidebar-current span,
.pdl-sidebar-current p {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .76rem;
}

.pdl-sidebar-current strong {
  color: var(--pdl-navy);
  font-size: 1.06rem;
  line-height: 1.25;
}

.pdl-product-filter-sidebar .pdl-filter-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pdl-product-filter-sidebar .pdl-filter-group-heading {
  margin-bottom: 5px;
}

.pdl-product-filter-sidebar .pdl-filter-group-heading h2 {
  margin: 0;
  font-size: .86rem;
}

.pdl-product-filter-sidebar .pdl-filter-group-heading .pdl-eyebrow {
  margin-bottom: 3px;
  font-size: .68rem;
}

.pdl-product-filter-sidebar .pdl-filter-chip-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  min-width: 0;
  overflow: visible !important;
}

.pdl-product-filter-sidebar .pdl-filter-chip {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 30px;
  padding: 6px 8px;
  justify-content: flex-start;
  overflow: hidden;
  color: var(--pdl-navy);
  background: #f7fafd;
  border: 1px solid rgba(134, 154, 176, .22);
  box-shadow: none;
  font-size: .76rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdl-product-filter-sidebar .is-application-filter .pdl-filter-chip {
  min-height: 36px;
  padding: 7px 12px;
  justify-content: center;
  font-size: .82rem;
  font-weight: 750;
  text-align: center;
  line-height: 1.15;
}

.pdl-product-filter-sidebar .is-bag-filter .pdl-filter-chip-row {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.pdl-product-filter-sidebar .is-bag-filter .pdl-filter-chip {
  justify-content: center;
  padding-inline: 5px;
  text-align: center;
}

.pdl-product-filter-sidebar .pdl-button-block {
  min-height: 40px;
  padding: 8px 12px;
  font-size: .86rem;
}

.pdl-product-filter-sidebar .pdl-filter-chip.is-active {
  color: #fff;
  background: var(--pdl-blue);
  border-color: var(--pdl-blue);
  box-shadow: 0 10px 20px rgba(7, 91, 199, .18);
}

.pdl-product-gallery-main {
  min-width: 0;
}

.pdl-product-gallery-main .pdl-result-toolbar {
  align-items: end;
  margin-bottom: 20px;
}

@media (min-width: 981px) {
  .pdl-product-workbench .pdl-v2-product-result-grid,
  .pdl-product-workbench .pdl-product-result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .pdl-page-hero,
  .pdl-page-hero.pdl-hero-visual-lite,
  .pdl-page-hero.pdl-hero-products-center,
  .pdl-page-hero.pdl-hero-industry-hub,
  .pdl-page-hero.pdl-hero-material-hub,
  .pdl-page-hero.pdl-hero-product-manual,
  .pdl-page-hero.pdl-hero-industry-diagnostic,
  .pdl-page-hero.pdl-hero-material-lab,
  .pdl-page-hero.pdl-hero-case-library,
  .pdl-page-hero.pdl-hero-case-story,
  .pdl-page-hero.pdl-hero-article-guide,
  .pdl-page-hero.pdl-hero-knowledge-library,
  .pdl-quote-workbench-hero.pdl-v2-quote-hero {
    padding: 26px 0 24px !important;
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1,
  .pdl-hero-products-center h1,
  .pdl-hero-knowledge-library h1,
  .pdl-v2-quote-hero .pdl-quote-workbench-copy h1 {
    font-size: clamp(1.62rem, 7.2vw, 2.1rem) !important;
    line-height: 1.12 !important;
  }

  .pdl-page-hero .pdl-hero-lead,
  .pdl-hero-visual-lite .pdl-hero-lead,
  .pdl-hero-products-center .pdl-hero-lead,
  .pdl-v2-quote-hero .pdl-quote-workbench-copy > p:not(.pdl-eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 12px !important;
    font-size: .9rem !important;
    line-height: 1.52 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

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

  .pdl-product-filter-sidebar {
    position: static;
    gap: 12px;
    margin-inline: calc(var(--pdl-mobile-edge, 18px) * -1);
    padding: 12px var(--pdl-mobile-edge, 18px);
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    scrollbar-width: none;
  }

  .pdl-product-filter-sidebar::-webkit-scrollbar {
    display: none;
  }

  .pdl-sidebar-current {
    display: none;
  }

  .pdl-product-filter-sidebar .pdl-filter-chip-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pdl-product-filter-sidebar .pdl-filter-chip-row::-webkit-scrollbar {
    display: none;
  }

  .pdl-product-filter-sidebar .pdl-button {
    display: none;
  }
}

/* Final rhythm tightening */
.pdl-page-hero,
.pdl-page-hero.pdl-hero-visual-lite,
.pdl-page-hero.pdl-hero-products-center,
.pdl-page-hero.pdl-hero-industry-hub,
.pdl-page-hero.pdl-hero-material-hub,
.pdl-page-hero.pdl-hero-product-manual,
.pdl-page-hero.pdl-hero-industry-diagnostic,
.pdl-page-hero.pdl-hero-material-lab,
.pdl-page-hero.pdl-hero-case-library,
.pdl-page-hero.pdl-hero-case-story,
.pdl-page-hero.pdl-hero-article-guide,
.pdl-page-hero.pdl-hero-knowledge-library,
.pdl-quote-workbench-hero.pdl-v2-quote-hero {
  padding-top: clamp(22px, 3.2vw, 40px) !important;
  padding-bottom: clamp(20px, 2.8vw, 34px) !important;
}

.pdl-page-hero h1,
.pdl-hero-visual-lite h1,
.pdl-hero-products-center h1,
.pdl-hero-knowledge-library h1,
.pdl-v2-quote-hero .pdl-quote-workbench-copy h1 {
  font-size: clamp(1.86rem, 3.55vw, 3.22rem) !important;
}

.pdl-page-hero .pdl-hero-lead,
.pdl-hero-visual-lite .pdl-hero-lead,
.pdl-hero-products-center .pdl-hero-lead,
.pdl-hero-knowledge-library .pdl-hero-lead,
.pdl-v2-quote-hero .pdl-quote-workbench-copy > p:not(.pdl-eyebrow) {
  margin-bottom: 12px !important;
  line-height: 1.5 !important;
}

.pdl-product-filter-sidebar .pdl-filter-chip-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  overflow: visible !important;
}

.pdl-product-filter-sidebar .pdl-filter-chip,
.pdl-product-filter-sidebar .pdl-filter-chip-row .pdl-filter-chip {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  writing-mode: horizontal-tb !important;
}

.pdl-product-filter-sidebar .is-bag-filter .pdl-filter-chip-row {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
  .pdl-product-filter-sidebar .pdl-filter-chip-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
  }

  .pdl-product-filter-sidebar .pdl-filter-chip,
  .pdl-product-filter-sidebar .pdl-filter-chip-row .pdl-filter-chip {
    width: auto !important;
    min-width: max-content !important;
  }
}

/* Final page rhythm correction: compact heroes and guaranteed mobile menu. */
.pdl-page-hero,
.pdl-page-hero.pdl-hero-visual-lite,
.pdl-page-hero.pdl-hero-products-center,
.pdl-page-hero.pdl-hero-industry-hub,
.pdl-page-hero.pdl-hero-material-hub,
.pdl-page-hero.pdl-hero-product-manual,
.pdl-page-hero.pdl-hero-industry-diagnostic,
.pdl-page-hero.pdl-hero-material-lab,
.pdl-page-hero.pdl-hero-case-library,
.pdl-page-hero.pdl-hero-case-story,
.pdl-page-hero.pdl-hero-article-guide,
.pdl-page-hero.pdl-hero-knowledge-library {
  padding-top: clamp(18px, 2.5vw, 30px) !important;
  padding-bottom: clamp(18px, 2.3vw, 28px) !important;
}

.pdl-quote-workbench-hero.pdl-v2-quote-hero {
  padding-top: clamp(24px, 3vw, 38px) !important;
  padding-bottom: clamp(24px, 2.7vw, 34px) !important;
}

.pdl-page-hero h1,
.pdl-hero-visual-lite h1,
.pdl-hero-products-center h1,
.pdl-hero-industry-hub h1,
.pdl-hero-material-hub h1,
.pdl-hero-product-manual h1,
.pdl-hero-industry-diagnostic h1,
.pdl-hero-material-lab h1,
.pdl-hero-case-library h1,
.pdl-hero-case-story h1,
.pdl-hero-article-guide h1,
.pdl-hero-knowledge-library h1,
.pdl-v2-quote-hero .pdl-quote-workbench-copy h1 {
  margin-bottom: 10px !important;
  font-size: clamp(1.75rem, 3.05vw, 2.76rem) !important;
  line-height: 1.08 !important;
}

.pdl-page-hero .pdl-hero-actions,
.pdl-v2-quote-hero .pdl-quote-status-row {
  margin-top: 12px !important;
}

.pdl-v2-quote-hero .pdl-quote-status-row span {
  min-height: 40px !important;
  padding: 8px 12px !important;
}

.pdl-v2-quote-hero .pdl-quote-status-row {
  display: none !important;
}

@media (max-width: 980px) {
  body .pdl-site-header button.pdl-menu-toggle {
    position: fixed !important;
    top: calc((var(--pdl-header-height) - 44px) / 2) !important;
    right: 14px !important;
    z-index: 3000 !important;
    display: inline-grid !important;
    place-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body .pdl-primary-nav .has-dropdown > .pdl-submenu,
  body .pdl-primary-nav .menu-item-has-children > .sub-menu {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 4px 0 10px 14px !important;
    list-style: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body .pdl-primary-nav .has-dropdown:not(.is-open) > .pdl-submenu,
  body .pdl-primary-nav .menu-item-has-children:not(.is-open) > .sub-menu {
    display: none !important;
  }

  body .pdl-primary-nav .has-dropdown.is-open > .pdl-submenu,
  body .pdl-primary-nav .menu-item-has-children.is-open > .sub-menu {
    display: grid !important;
    gap: 2px !important;
  }

  body .pdl-primary-nav .pdl-submenu a,
  body .pdl-primary-nav .sub-menu a {
    display: flex !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    align-items: center !important;
    color: var(--pdl-muted) !important;
    background: rgba(243, 247, 251, .74) !important;
    border-radius: 4px !important;
    font-size: .86rem !important;
  }

  body .pdl-primary-nav .has-dropdown.is-open .pdl-nav-toggle svg {
    transform: rotate(180deg);
  }

  body .pdl-primary-nav .menu-item-has-children.is-open .pdl-nav-toggle-icon {
    transform: translateY(2px) rotate(225deg);
  }
}

@media (max-width: 760px) {
  .pdl-page-hero,
  .pdl-page-hero.pdl-hero-visual-lite,
  .pdl-page-hero.pdl-hero-products-center,
  .pdl-page-hero.pdl-hero-industry-hub,
  .pdl-page-hero.pdl-hero-material-hub,
  .pdl-page-hero.pdl-hero-product-manual,
  .pdl-page-hero.pdl-hero-industry-diagnostic,
  .pdl-page-hero.pdl-hero-material-lab,
  .pdl-page-hero.pdl-hero-case-library,
  .pdl-page-hero.pdl-hero-case-story,
  .pdl-page-hero.pdl-hero-article-guide,
  .pdl-page-hero.pdl-hero-knowledge-library,
  .pdl-quote-workbench-hero.pdl-v2-quote-hero {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .pdl-page-hero h1,
  .pdl-hero-visual-lite h1,
  .pdl-hero-products-center h1,
  .pdl-hero-industry-hub h1,
  .pdl-hero-material-hub h1,
  .pdl-hero-product-manual h1,
  .pdl-hero-industry-diagnostic h1,
  .pdl-hero-material-lab h1,
  .pdl-hero-case-library h1,
  .pdl-hero-case-story h1,
  .pdl-hero-article-guide h1,
  .pdl-hero-knowledge-library h1,
  .pdl-v2-quote-hero .pdl-quote-workbench-copy h1 {
    font-size: clamp(1.72rem, 7.2vw, 2rem) !important;
  }
}

/* Cross-page audit fixes: prevent older desktop/mobile rules from stretching pages. */
.pdl-page-hero-copy,
.pdl-hero-visual-lite .pdl-page-hero-copy,
.pdl-hero-products-center .pdl-page-hero-copy,
.pdl-hero-industry-hub .pdl-page-hero-copy,
.pdl-hero-material-hub .pdl-page-hero-copy,
.pdl-hero-product-manual .pdl-page-hero-copy,
.pdl-hero-industry-diagnostic .pdl-page-hero-copy,
.pdl-hero-material-lab .pdl-page-hero-copy,
.pdl-hero-case-library .pdl-page-hero-copy,
.pdl-hero-case-story .pdl-page-hero-copy,
.pdl-hero-article-guide .pdl-page-hero-copy,
.pdl-hero-knowledge-library .pdl-page-hero-copy {
  padding: 0 !important;
}

.pdl-page-hero .pdl-eyebrow {
  margin-bottom: 8px !important;
}

.pdl-page-hero .pdl-hero-lead {
  max-width: 720px !important;
  margin-bottom: 10px !important;
}

.pdl-page-hero .pdl-hero-actions .pdl-button {
  min-height: 42px !important;
  padding: 9px 18px !important;
}

@media (max-width: 980px) {
  .pdl-product-workbench-section,
  .pdl-v2-detail-gallery-section {
    overflow-x: clip;
  }

  .pdl-product-filter-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding: 12px 0 !important;
    overflow-x: auto !important;
    box-sizing: border-box !important;
  }

  .pdl-v2-detail-gallery {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding: 1px 0 10px !important;
    overflow-x: auto !important;
    box-sizing: border-box !important;
  }

  .pdl-v2-detail-shot,
  .pdl-v2-detail-shot.is-large {
    flex-basis: min(76vw, 288px) !important;
  }

  .pdl-visual-summary,
  .pdl-visual-summary.is-reversed {
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .pdl-visual-media {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 190px !important;
    box-sizing: border-box !important;
  }

  .pdl-visual-media img {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Long-title hero tightening after cross-page audit. */
.pdl-page-hero.pdl-hero-industry-diagnostic,
.pdl-page-hero.pdl-hero-case-library,
.pdl-page-hero.pdl-hero-case-story,
.pdl-page-hero.pdl-hero-article-guide,
.pdl-page-hero.pdl-hero-knowledge-library {
  padding-top: clamp(16px, 2.1vw, 26px) !important;
  padding-bottom: clamp(16px, 2vw, 24px) !important;
}

.pdl-hero-industry-diagnostic h1,
.pdl-hero-case-library h1,
.pdl-hero-case-story h1,
.pdl-hero-article-guide h1,
.pdl-hero-knowledge-library h1 {
  font-size: clamp(1.62rem, 2.7vw, 2.44rem) !important;
}

/* Product detail: reference-inspired product page rhythm. */
.pdl-product-detail-hero {
  padding: clamp(42px, 5.4vw, 78px) 0 clamp(28px, 4vw, 52px);
  background:
    radial-gradient(circle at 18% 18%, rgba(196, 217, 239, .48) 0, rgba(196, 217, 239, 0) 34%),
    linear-gradient(110deg, #f7faff 0%, #eef4fa 45%, #fff 100%);
}

.pdl-product-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .96fr) minmax(0, 1.04fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.pdl-product-detail-media,
.pdl-product-detail-intro,
.pdl-product-overview-copy,
.pdl-product-spec-card,
.pdl-product-proof-panel,
.pdl-product-quote-mini {
  min-width: 0;
}

.pdl-product-detail-main-shot,
.pdl-product-detail-thumb-row figure,
.pdl-product-gallery-strip figure,
.pdl-product-option-rail a {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 40, 63, .08);
}

.pdl-product-detail-main-shot {
  display: grid;
  grid-template-rows: 1fr auto;
  height: clamp(430px, 38vw, 560px);
}

.pdl-product-detail-main-shot img {
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  min-height: 0 !important;
  max-height: 100% !important;
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 58px);
  object-fit: contain;
  background: linear-gradient(145deg, #f8fbfe 0%, #edf3f8 100%);
}

.pdl-product-detail-main-shot figcaption {
  padding: 12px 18px 16px;
  color: var(--pdl-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.pdl-product-detail-thumb-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.pdl-product-detail-thumb-row figure {
  display: grid;
  grid-template-rows: 110px auto;
  box-shadow: 0 12px 28px rgba(18, 40, 63, .065);
}

.pdl-product-detail-thumb-row img {
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  min-height: 0 !important;
  max-height: 100% !important;
  box-sizing: border-box;
  padding: 14px;
  object-fit: contain;
  background: #f5f8fb;
}

.pdl-product-detail-thumb-row figcaption,
.pdl-product-gallery-strip figcaption,
.pdl-product-option-rail span {
  padding: 10px 12px 12px;
  color: var(--pdl-navy);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.pdl-product-detail-intro h1 {
  max-width: 720px;
  margin: 0 0 14px;
  color: var(--pdl-navy);
  font-size: clamp(2.1rem, 4vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.pdl-product-detail-lead {
  max-width: 650px;
  margin: 0 0 18px;
  color: #33465b;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.72;
}

.pdl-product-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 22px;
}

.pdl-product-detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: var(--pdl-navy);
  font-size: .9rem;
  font-weight: 750;
  border: 1px solid rgba(18, 40, 63, .16);
  border-radius: 6px;
  background: rgba(255, 255, 255, .72);
}

.pdl-product-detail-bullets {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(18, 40, 63, .14);
  list-style: none;
}

.pdl-product-detail-bullets li {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  padding-left: 16px;
  color: var(--pdl-navy);
  line-height: 1.55;
}

.pdl-product-detail-bullets li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 999px;
  background: var(--pdl-blue);
}

.pdl-product-detail-bullets span {
  color: var(--pdl-blue);
  font-size: .9rem;
  font-weight: 850;
}

.pdl-product-detail-bullets strong {
  color: #26394e;
  font-size: .97rem;
  font-weight: 650;
}

.pdl-product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pdl-product-quick-info-section {
  padding: clamp(28px, 4vw, 42px) 0 clamp(22px, 3.4vw, 38px);
  background: #fff;
}

.pdl-product-quick-title {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--pdl-navy);
  text-align: center;
}

.pdl-product-quick-title span {
  height: 1px;
  background: rgba(18, 40, 63, .16);
}

.pdl-product-quick-title h2 {
  margin: 0;
  font-size: clamp(1.22rem, 1.8vw, 1.58rem);
  line-height: 1.2;
}

.pdl-product-quick-info-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pdl-product-quick-info-grid article,
.pdl-product-spec-card,
.pdl-product-proof-panel,
.pdl-product-quote-mini {
  background: #fff;
  border: 1px solid rgba(18, 40, 63, .11);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 40, 63, .055);
}

.pdl-product-quick-info-grid article {
  padding: 15px 14px;
  text-align: center;
}

.pdl-product-quick-info-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--pdl-blue);
  font-size: .84rem;
  font-weight: 850;
}

.pdl-product-quick-info-grid strong {
  display: block;
  color: var(--pdl-navy);
  font-size: .95rem;
  line-height: 1.4;
}

.pdl-product-gallery-showcase {
  padding-top: clamp(34px, 4.8vw, 58px);
  background: #f5f7fa;
}

.pdl-product-gallery-strip,
.pdl-product-option-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}

.pdl-product-gallery-strip figure {
  display: grid;
  grid-template-rows: clamp(170px, 17vw, 230px) auto;
}

.pdl-product-gallery-strip img {
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  min-height: 0 !important;
  max-height: 100% !important;
  box-sizing: border-box;
  padding: clamp(16px, 2.2vw, 28px);
  object-fit: contain;
  background: #fff;
}

.pdl-product-overview-section {
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.pdl-product-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.pdl-product-overview-copy {
  max-width: 720px;
}

.pdl-product-overview-copy h2,
.pdl-product-spec-card h2,
.pdl-product-proof-panel h2,
.pdl-product-quote-mini h2 {
  margin: 0 0 16px;
  color: var(--pdl-navy);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.25;
}

.pdl-product-overview-copy p {
  color: var(--pdl-muted);
  line-height: 1.76;
}

.pdl-product-spec-card,
.pdl-product-proof-panel,
.pdl-product-quote-mini {
  padding: clamp(20px, 2.4vw, 30px);
}

.pdl-product-spec-card dl {
  margin: 0;
}

.pdl-product-spec-card dl div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(18, 40, 63, .12);
}

.pdl-product-spec-card dl div:last-child {
  border-bottom: 0;
}

.pdl-product-spec-card dt {
  color: var(--pdl-muted);
  font-weight: 750;
}

.pdl-product-spec-card dd {
  margin: 0;
  color: var(--pdl-navy);
  font-weight: 650;
  line-height: 1.5;
}

.pdl-product-custom-section {
  padding-top: clamp(38px, 5vw, 64px);
}

.pdl-product-option-rail {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pdl-product-option-rail a {
  display: grid;
  grid-template-rows: clamp(96px, 9vw, 132px) auto;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pdl-product-option-rail a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(18, 40, 63, .1);
}

.pdl-product-option-rail img {
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  min-height: 0 !important;
  max-height: 100% !important;
  box-sizing: border-box;
  padding: 13px;
  object-fit: contain;
  background: #fff;
}

.pdl-product-proof-faq-section {
  background: #fff;
}

.pdl-product-proof-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

.pdl-product-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.pdl-product-proof-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--pdl-navy);
  font-weight: 800;
  text-decoration: none;
  border-radius: 6px;
  background: #f5f8fb;
}

.pdl-product-proof-list a:hover {
  color: var(--pdl-blue);
  background: #eef6ff;
}

.pdl-product-proof-list svg {
  width: 18px;
  height: 18px;
  color: var(--pdl-blue);
}

.pdl-product-quote-mini {
  background: linear-gradient(145deg, #0f263e 0%, #14385c 100%);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 20px 50px rgba(18, 40, 63, .16);
}

.pdl-product-quote-mini .pdl-eyebrow,
.pdl-product-quote-mini h2 {
  color: #fff;
}

.pdl-product-quote-mini ol {
  display: grid;
  gap: 9px;
  margin: 0 0 20px;
  padding-left: 1.25em;
  color: #dbe8f6;
  line-height: 1.55;
}

.pdl-product-quote-mini .pdl-button {
  width: 100%;
}

@media (max-width: 1080px) {
  .pdl-product-detail-hero-grid,
  .pdl-product-overview-grid,
  .pdl-product-proof-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdl-product-detail-main-shot {
    height: min(58vw, 460px);
  }

  .pdl-product-quick-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 700px) {
  .pdl-product-detail-hero {
    padding: 28px 0 24px;
  }

  .pdl-product-detail-hero-grid {
    gap: 22px;
  }

  .pdl-product-detail-main-shot {
    height: 260px;
  }

  .pdl-product-detail-main-shot img {
    height: 100% !important;
    padding: 16px;
  }

  .pdl-product-detail-main-shot figcaption {
    display: none;
  }

  .pdl-product-detail-thumb-row,
  .pdl-product-gallery-strip,
  .pdl-product-option-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 1px 0 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .pdl-product-detail-thumb-row figure {
    flex: 0 0 34%;
    grid-template-rows: 82px auto;
    scroll-snap-align: start;
  }

  .pdl-product-detail-thumb-row figcaption {
    padding: 8px;
    font-size: .78rem;
  }

  .pdl-product-detail-intro h1 {
    margin-bottom: 10px;
    font-size: clamp(1.78rem, 8vw, 2.2rem);
    line-height: 1.14;
  }

  .pdl-product-detail-lead {
    display: -webkit-box;
    margin-bottom: 14px;
    overflow: hidden;
    font-size: .95rem;
    line-height: 1.58;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .pdl-product-detail-tags {
    gap: 7px;
    margin-bottom: 16px;
  }

  .pdl-product-detail-tags span {
    min-height: 30px;
    padding: 5px 9px;
    font-size: .8rem;
  }

  .pdl-product-detail-bullets {
    gap: 9px;
    margin-bottom: 18px;
    padding-top: 14px;
  }

  .pdl-product-detail-bullets li {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
    padding-left: 14px;
  }

  .pdl-product-detail-bullets span {
    font-size: .82rem;
  }

  .pdl-product-detail-bullets strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: .9rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdl-product-detail-actions {
    gap: 9px;
  }

  .pdl-product-detail-actions .pdl-button {
    flex: 1 1 100%;
    min-height: 44px;
    padding: 10px 14px;
    font-size: .9rem;
  }

  .pdl-product-quick-info-section {
    padding: 24px 0 20px;
  }

  .pdl-product-quick-title {
    gap: 12px;
    margin-bottom: 16px;
  }

  .pdl-product-quick-title h2 {
    font-size: 1.14rem;
  }

  .pdl-product-quick-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pdl-product-quick-info-grid article {
    padding: 12px 10px;
  }

  .pdl-product-quick-info-grid span {
    margin-bottom: 5px;
    font-size: .76rem;
  }

  .pdl-product-quick-info-grid strong {
    font-size: .86rem;
  }

  .pdl-product-gallery-showcase {
    padding-top: 30px;
  }

  .pdl-product-gallery-strip figure {
    flex: 0 0 70%;
    grid-template-rows: 168px auto;
    scroll-snap-align: start;
  }

  .pdl-product-gallery-strip figcaption {
    padding: 9px 10px 11px;
    font-size: .82rem;
  }

  .pdl-product-overview-copy h2,
  .pdl-product-spec-card h2,
  .pdl-product-proof-panel h2,
  .pdl-product-quote-mini h2 {
    margin-bottom: 12px;
    font-size: 1.42rem;
  }

  .pdl-product-overview-copy p {
    font-size: .95rem;
    line-height: 1.62;
  }

  .pdl-product-spec-card,
  .pdl-product-proof-panel,
  .pdl-product-quote-mini {
    padding: 18px;
  }

  .pdl-product-spec-card dl div {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0;
    font-size: .9rem;
  }

  .pdl-product-option-rail a {
    flex: 0 0 42%;
    grid-template-rows: 92px auto;
    scroll-snap-align: start;
  }

  .pdl-product-option-rail span {
    padding: 8px;
    font-size: .8rem;
  }

  .pdl-product-proof-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    margin-top: 16px;
  }

  .pdl-product-proof-list a {
    min-height: 44px;
    padding: 10px 12px;
    font-size: .9rem;
  }
}

@media (max-width: 760px) {
  .pdl-page-hero .pdl-hero-actions .pdl-button-secondary {
    display: none !important;
  }

  .pdl-page-hero.pdl-hero-industry-diagnostic,
  .pdl-page-hero.pdl-hero-case-library,
  .pdl-page-hero.pdl-hero-case-story,
  .pdl-page-hero.pdl-hero-article-guide,
  .pdl-page-hero.pdl-hero-knowledge-library {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .pdl-hero-industry-diagnostic h1,
  .pdl-hero-case-library h1,
  .pdl-hero-case-story h1,
  .pdl-hero-article-guide h1,
  .pdl-hero-knowledge-library h1 {
    font-size: 1.78rem !important;
  }
}

/* Product collection compact pass: reduce card height and keep browsing image-led. */
@media (min-width: 981px) {
  .pdl-product-workbench .pdl-v2-product-result-grid,
  .pdl-product-workbench .pdl-product-result-grid {
    gap: 16px !important;
  }

  .pdl-product-workbench .pdl-product-result-card {
    border-radius: 7px;
    box-shadow: 0 9px 24px rgba(18, 40, 63, .055);
  }

  .pdl-product-workbench .pdl-product-result-media,
  .pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-result-media {
    aspect-ratio: 16 / 10 !important;
  }

  .pdl-product-workbench .pdl-product-result-media img,
  .pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-result-media img {
    padding: 14px !important;
  }

  .pdl-product-workbench .pdl-product-result-body,
  .pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-result-body {
    gap: 5px !important;
    padding: 10px 12px 11px !important;
  }

  .pdl-product-workbench .pdl-product-card-tags {
    display: none !important;
  }

  .pdl-product-workbench .pdl-product-result-body h3,
  .pdl-product-workbench .pdl-v2-product-result-grid h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 !important;
    font-size: .92rem !important;
    line-height: 1.26 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .pdl-product-workbench .pdl-product-card-summary,
  .pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-card-summary {
    margin: 0 !important;
    font-size: .76rem !important;
    line-height: 1.32 !important;
    -webkit-line-clamp: 1 !important;
  }

  .pdl-product-workbench .pdl-product-seo-details,
  .pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-seo-details {
    display: none !important;
  }

  .pdl-product-workbench .pdl-text-link,
  .pdl-product-workbench .pdl-v2-product-result-grid .pdl-text-link {
    margin-top: 2px !important;
    font-size: .78rem;
    line-height: 1.25;
  }

  .pdl-product-workbench .pdl-product-image-badge {
    top: 9px;
    left: 9px;
    min-height: 22px;
    padding: 3px 7px;
    font-size: .66rem;
  }
}

@media (max-width: 980px) {
  .pdl-product-workbench .pdl-product-result-media,
  .pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-result-media {
    aspect-ratio: 5 / 4 !important;
  }
}

/* Process/features detail page, inspired by packaging feature catalogs. */
.pdl-process-feature-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 50px;
  background:
    radial-gradient(circle at 82% 24%, rgba(7, 91, 199, .18), transparent 34%),
    linear-gradient(105deg, #f7fbff 0%, #eef5fc 52%, #ffffff 100%);
  border-bottom: 1px solid rgba(134, 154, 178, .18);
}

.pdl-process-feature-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(218, 229, 241, .42));
  pointer-events: none;
}

.pdl-process-feature-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .98fr);
  align-items: center;
  gap: 48px;
  min-height: 430px;
}

.pdl-process-feature-copy {
  max-width: 650px;
}

.pdl-process-feature-copy h1 {
  margin: 12px 0 18px;
  max-width: 700px;
  color: #0a3f8c;
  font-size: clamp(2.45rem, 4.2vw, 4.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.pdl-process-feature-copy h1 span {
  display: block;
}

.pdl-process-feature-lead {
  max-width: 610px;
  margin: 0;
  color: #21344a;
  font-size: 1.02rem;
  line-height: 1.72;
}

.pdl-feature-check-list {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.pdl-feature-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #143457;
  font-size: .98rem;
  line-height: 1.45;
}

.pdl-feature-check-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  color: #075bc7;
  stroke-width: 2.35;
}

.pdl-process-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pdl-process-feature-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;
}

.pdl-process-feature-visual::before {
  content: "";
  position: absolute;
  inset: 26px 2% 12px;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(120deg, rgba(255,255,255,.78), rgba(226, 237, 249, .62));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.pdl-feature-pack {
  position: absolute;
  display: grid;
  place-items: center;
  margin: 0;
}

.pdl-feature-pack img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(23, 42, 61, .18));
}

.pdl-feature-pack-main {
  left: 3%;
  bottom: 18px;
  width: 38%;
  height: 68%;
  z-index: 3;
}

.pdl-feature-pack-blue {
  left: 35%;
  bottom: 22px;
  width: 36%;
  height: 78%;
  z-index: 1;
}

.pdl-feature-pack-front {
  right: 1%;
  bottom: 20px;
  width: 34%;
  height: 66%;
  z-index: 2;
}

.pdl-feature-line-heading {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  align-items: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.pdl-feature-line-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 91, 199, .25), transparent);
}

.pdl-feature-line-heading h2 {
  margin: 0;
  color: #0a3f8c;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.pdl-feature-line-heading-small {
  gap: 14px;
  margin-bottom: 24px;
}

.pdl-feature-line-heading-small h2 {
  font-size: 1.38rem;
}

.pdl-feature-why-section {
  padding-top: 48px;
  padding-bottom: 46px;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.pdl-feature-icon-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid rgba(134, 154, 178, .2);
  border-bottom: 1px solid rgba(134, 154, 178, .2);
}

.pdl-feature-icon-row article {
  min-height: 140px;
  padding: 20px 24px;
  text-align: center;
}

.pdl-feature-icon-row article + article {
  border-left: 1px solid rgba(134, 154, 178, .2);
}

.pdl-feature-icon-row svg {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  color: #075bc7;
  stroke-width: 1.8;
}

.pdl-feature-icon-row h3 {
  margin: 0 0 7px;
  color: #0e3157;
  font-size: 1rem;
}

.pdl-feature-icon-row p {
  margin: 0;
  color: #587089;
  font-size: .88rem;
  line-height: 1.55;
}

.pdl-feature-category-section {
  padding-top: 44px;
  padding-bottom: 44px;
  background: linear-gradient(180deg, #eef5fc, #f9fbfd);
}

.pdl-feature-category-grid,
.pdl-feature-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pdl-feature-category-panel,
.pdl-feature-showcase-panel {
  padding: 28px;
  border: 1px solid rgba(134, 154, 178, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 45px rgba(18, 40, 63, .055);
}

.pdl-feature-option-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.pdl-feature-option-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(134, 154, 178, .2);
  color: #123456;
  font-weight: 700;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

.pdl-feature-option-list a:hover {
  color: #075bc7;
  transform: translateX(2px);
}

.pdl-feature-option-list svg {
  width: 23px;
  height: 23px;
  color: #075bc7;
  stroke-width: 1.8;
}

.pdl-feature-showcase-section {
  padding-top: 52px;
  padding-bottom: 58px;
}

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

.pdl-process-photo-card {
  overflow: hidden;
  border: 1px solid rgba(134, 154, 178, .18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 40, 63, .055);
}

.pdl-process-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 10px;
  background: linear-gradient(135deg, #f3f7fb, #fff);
  transition: transform .2s ease;
}

.pdl-process-photo-card:hover img {
  transform: scale(1.025);
}

.pdl-process-photo-card div {
  padding: 12px 13px 14px;
}

.pdl-process-photo-card strong {
  display: block;
  color: #0e3157;
  font-size: .98rem;
}

.pdl-process-photo-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 6px 0 0;
  color: #60758c;
  font-size: .84rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pdl-feature-choice-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.pdl-feature-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pdl-feature-choice-grid article {
  min-height: 142px;
  padding: 20px 18px;
  border: 1px solid rgba(134, 154, 178, .2);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.pdl-feature-choice-grid h3 {
  margin: 0 0 10px;
  color: #0e3157;
  font-size: 1rem;
  line-height: 1.35;
}

.pdl-feature-choice-grid p {
  margin: 0;
  color: #5c7188;
  font-size: .9rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .pdl-process-feature-hero {
    padding: 36px 0 34px;
  }

  .pdl-process-feature-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    min-height: 0;
  }

  .pdl-process-feature-copy h1 {
    max-width: 720px;
    font-size: clamp(2.05rem, 7vw, 3.2rem);
  }

  .pdl-process-feature-visual {
    min-height: 300px;
  }

  .pdl-feature-icon-row,
  .pdl-feature-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-feature-icon-row article:nth-child(3) {
    border-left: 0;
  }

  .pdl-feature-icon-row article:nth-child(n+3) {
    border-top: 1px solid rgba(134, 154, 178, .2);
  }

  .pdl-feature-category-grid,
  .pdl-feature-showcase-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .pdl-process-feature-hero,
  .pdl-process-feature-hero * {
    min-width: 0;
  }

  .pdl-process-feature-hero {
    padding: 28px 0 30px;
  }

  .pdl-process-feature-copy h1 {
    margin: 9px 0 12px;
    font-size: 1.9rem;
    line-height: 1.14;
  }

  .pdl-process-feature-lead {
    display: -webkit-box;
    overflow: hidden;
    font-size: .94rem;
    line-height: 1.58;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .pdl-feature-check-list {
    gap: 8px;
    margin-top: 18px;
  }

  .pdl-feature-check-list li {
    font-size: .88rem;
  }

  .pdl-process-feature-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .pdl-process-feature-actions .pdl-button {
    width: 100%;
    min-width: 0 !important;
    min-height: 44px;
    padding-inline: 14px;
    font-size: .88rem;
  }

  .pdl-process-feature-visual {
    min-height: 224px;
  }

  .pdl-feature-pack-main {
    left: 5%;
    bottom: 10px;
    width: 33%;
    height: 65%;
  }

  .pdl-feature-pack-blue {
    left: 36%;
    bottom: 12px;
    width: 30%;
    height: 74%;
  }

  .pdl-feature-pack-front {
    right: 8%;
    bottom: 10px;
    width: 27%;
    height: 62%;
  }

  .pdl-feature-line-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .pdl-feature-line-heading span {
    display: none;
  }

  .pdl-feature-line-heading h2 {
    font-size: 1.42rem;
    text-align: left;
  }

  .pdl-feature-why-section,
  .pdl-feature-category-section,
  .pdl-feature-showcase-section,
  .pdl-feature-choice-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .pdl-feature-icon-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-inline: -20px;
    padding: 0 20px 8px;
    border: 0;
    scroll-snap-type: x proximity;
  }

  .pdl-feature-icon-row article {
    flex: 0 0 58%;
    min-height: 128px;
    padding: 16px;
    border: 1px solid rgba(134, 154, 178, .2) !important;
    border-radius: 8px;
    background: #fff;
    scroll-snap-align: start;
  }

  .pdl-feature-category-panel,
  .pdl-feature-showcase-panel {
    padding: 18px;
  }

  .pdl-feature-option-list,
  .pdl-process-photo-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .pdl-feature-option-list a {
    min-height: 44px;
    padding: 8px 10px;
    font-size: .9rem;
  }

  .pdl-feature-showcase-grid {
    gap: 16px;
  }

  .pdl-process-photo-grid {
    display: flex;
    overflow-x: auto;
    margin-inline: -18px;
    padding: 0 18px 8px;
    scroll-snap-type: x proximity;
  }

  .pdl-process-photo-card {
    flex: 0 0 70%;
    scroll-snap-align: start;
  }

  .pdl-process-photo-card img {
    aspect-ratio: 4 / 3;
  }

  .pdl-feature-choice-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .pdl-feature-choice-grid article {
    min-height: 0;
    padding: 16px;
  }

  .pdl-feature-choice-grid h3 {
    margin-bottom: 6px;
    font-size: .96rem;
  }

  .pdl-feature-choice-grid p {
    font-size: .84rem;
  }
}

/* Case library and case detail redesign */
.pdl-case-library-hero,
.pdl-case-detail-hero {
  padding: clamp(42px, 6vw, 76px) 0 clamp(34px, 5vw, 58px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 21, 34, .96), rgba(18, 40, 63, .95)),
    url("../images/hero/packaging-family.webp") center / cover no-repeat;
}

.pdl-case-library-hero-grid,
.pdl-case-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .78fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.pdl-case-library-hero h1,
.pdl-case-detail-hero h1 {
  max-width: 10em;
  color: #fff;
  font-size: clamp(2.25rem, 4.5vw, 4.6rem);
  line-height: 1.05;
}

.pdl-case-library-hero .pdl-hero-lead,
.pdl-case-detail-hero .pdl-hero-lead,
.pdl-case-library-hero .pdl-eyebrow,
.pdl-case-detail-hero .pdl-eyebrow {
  color: #d7e4f2;
}

.pdl-case-issue-map,
.pdl-case-detail-check {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--pdl-radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.pdl-case-issue-map {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdl-case-issue-map article,
.pdl-case-detail-check-grid article {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, .94);
  border-radius: var(--pdl-radius);
}

.pdl-case-issue-map span,
.pdl-case-detail-check-grid span,
.pdl-case-featured-copy span,
.pdl-case-index-row span,
.pdl-case-summary-fields dt,
.pdl-case-reuse-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--pdl-blue);
  font-size: .76rem;
  font-weight: 850;
}

.pdl-case-issue-map strong,
.pdl-case-detail-check-grid strong {
  display: block;
  color: var(--pdl-navy);
  line-height: 1.34;
}

.pdl-case-issue-map p {
  margin: 8px 0 0;
  color: var(--pdl-muted);
  font-size: .9rem;
  line-height: 1.48;
}

.pdl-case-detail-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pdl-case-library-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
}

.pdl-case-filter-panel {
  position: sticky;
  top: calc(var(--pdl-header-height) + 18px);
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(202, 215, 229, .86);
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-case-filter-panel h2 {
  margin: 0;
  color: var(--pdl-navy);
  font-size: 1.35rem;
  line-height: 1.25;
}

.pdl-case-filter-panel p:not(.pdl-eyebrow) {
  margin: 8px 0 0;
  color: var(--pdl-muted);
  font-size: .92rem;
}

.pdl-case-filter-list {
  display: grid;
  gap: 8px;
}

.pdl-case-filter-list button {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--pdl-navy);
  text-align: left;
  background: #f5f8fb;
  border: 1px solid rgba(202, 215, 229, .92);
  border-radius: 4px;
  font-weight: 850;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pdl-case-filter-list button:hover,
.pdl-case-filter-list button:focus-visible,
.pdl-case-filter-list button.is-active {
  color: #fff;
  background: var(--pdl-blue);
  border-color: var(--pdl-blue);
}

.pdl-case-library-main {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.pdl-section-heading-tight {
  margin-bottom: 0;
}

.pdl-case-featured-compact {
  display: grid;
  grid-template-columns: 184px minmax(220px, .58fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(202, 215, 229, .9);
  border-left: 4px solid var(--pdl-blue);
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-case-featured-media,
.pdl-case-row-media,
.pdl-case-summary-media {
  display: block;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fbfd 0%, #e8f0f7 100%);
  border-radius: var(--pdl-radius);
}

.pdl-case-featured-media {
  aspect-ratio: 4 / 3;
}

.pdl-case-featured-media img,
.pdl-case-row-media img,
.pdl-case-summary-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.pdl-case-featured-copy,
.pdl-case-row-main,
.pdl-case-row-next,
.pdl-case-summary-copy {
  min-width: 0;
}

.pdl-case-featured-copy h3,
.pdl-case-index-row h3,
.pdl-case-summary-copy h2,
.pdl-case-process-copy h2,
.pdl-case-detail-cta h2 {
  margin: 0;
  color: var(--pdl-navy);
  line-height: 1.24;
}

.pdl-case-featured-copy h3 {
  font-size: 1.35rem;
}

.pdl-case-featured-copy p {
  margin: 9px 0 0;
  color: var(--pdl-muted);
  line-height: 1.55;
}

.pdl-case-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.pdl-case-fact-grid div {
  min-width: 0;
  padding: 12px;
  background: #f5f8fb;
  border-radius: 4px;
}

.pdl-case-fact-grid dt {
  color: var(--pdl-blue);
  font-size: .72rem;
  font-weight: 850;
}

.pdl-case-fact-grid dd {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--pdl-navy);
  font-size: .88rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pdl-case-index-list {
  display: grid;
  gap: 12px;
}

.pdl-case-index-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) minmax(220px, .45fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(202, 215, 229, .8);
  border-radius: var(--pdl-radius);
  box-shadow: 0 12px 30px rgba(18, 40, 63, .055);
}

.pdl-case-row-media {
  aspect-ratio: 4 / 3;
}

.pdl-case-index-row h3 {
  font-size: 1.18rem;
}

.pdl-case-index-row p {
  margin: 8px 0 0;
  color: var(--pdl-muted);
  font-size: .93rem;
  line-height: 1.5;
}

.pdl-case-row-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pdl-case-row-tags em {
  display: inline-flex;
  max-width: 100%;
  padding: 6px 8px;
  overflow: hidden;
  color: #0b6b59;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #e8f6f1;
  border: 1px solid #c8eadf;
  border-radius: 4px;
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
}

.pdl-case-row-next {
  padding-left: 18px;
  border-left: 1px solid rgba(202, 215, 229, .8);
}

.pdl-case-row-next strong {
  color: var(--pdl-navy);
}

.pdl-case-proof-note,
.pdl-case-detail-cta {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-case-proof-note h2,
.pdl-case-detail-cta h2 {
  margin: 0;
  color: var(--pdl-navy);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
}

.pdl-case-proof-note p:not(.pdl-eyebrow),
.pdl-case-detail-cta p:not(.pdl-eyebrow) {
  margin: 0;
  color: var(--pdl-muted);
}

.pdl-case-summary-ribbon {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 154px;
  gap: 22px;
  align-items: center;
  min-width: 0;
  padding: 20px 22px;
  background:
    linear-gradient(90deg, rgba(7, 91, 199, .12), transparent 170px),
    #fff;
  border: 1px solid rgba(177, 197, 218, .9);
  border-left: 5px solid var(--pdl-blue);
  border-radius: var(--pdl-radius);
  box-shadow: 0 20px 52px rgba(18, 40, 63, .1);
}

.pdl-case-summary-media {
  aspect-ratio: 4 / 3;
}

.pdl-case-summary-copy h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
}

.pdl-case-summary-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 0;
}

.pdl-case-summary-fields div {
  min-width: 0;
  padding: 12px;
  background: #f6f9fc;
  border-radius: 4px;
}

.pdl-case-summary-fields dd {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--pdl-navy);
  font-size: .92rem;
  line-height: 1.46;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pdl-case-summary-note {
  margin: 12px 0 0;
  color: var(--pdl-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.pdl-case-process-layout {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(420px, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

.pdl-case-process-copy {
  min-width: 0;
  padding: 30px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 18px 44px rgba(18, 40, 63, .08);
}

.pdl-case-process-copy p:not(.pdl-eyebrow) {
  color: var(--pdl-muted);
}

.pdl-case-process-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdl-case-process-steps li {
  display: grid;
  grid-template-columns: 44px minmax(120px, .38fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(202, 215, 229, .82);
  border-radius: var(--pdl-radius);
}

.pdl-case-process-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--pdl-blue);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 850;
}

.pdl-case-process-steps strong {
  color: var(--pdl-navy);
}

.pdl-case-process-steps p {
  margin: 0;
  color: var(--pdl-muted);
  font-size: .92rem;
}

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

.pdl-case-reuse-grid article {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border-radius: var(--pdl-radius);
  box-shadow: 0 14px 34px rgba(18, 40, 63, .07);
}

.pdl-case-reuse-grid h3 {
  margin: 0;
  color: var(--pdl-navy);
}

.pdl-case-reuse-grid p {
  margin: 10px 0 0;
  color: var(--pdl-muted);
}

.pdl-case-detail-cta {
  grid-template-columns: minmax(0, 1fr) auto;
}

.pdl-case-detail-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .pdl-case-library-hero-grid,
  .pdl-case-detail-hero-grid,
  .pdl-case-library-layout,
  .pdl-case-process-layout {
    grid-template-columns: 1fr;
  }

  .pdl-case-filter-panel {
    position: static;
  }

  .pdl-case-filter-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pdl-case-filter-list::-webkit-scrollbar {
    display: none;
  }

  .pdl-case-filter-list button {
    width: auto;
    white-space: nowrap;
  }

  .pdl-case-featured-compact {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .pdl-case-featured-compact .pdl-text-link {
    justify-self: start;
  }

  .pdl-case-fact-grid {
    grid-column: 1 / -1;
  }

  .pdl-case-summary-ribbon {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .pdl-case-summary-ribbon .pdl-button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .pdl-case-library-hero,
  .pdl-case-detail-hero {
    padding: 34px 0 30px;
  }

  .pdl-case-library-hero h1,
  .pdl-case-detail-hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .pdl-case-issue-map,
  .pdl-case-detail-check-grid,
  .pdl-case-fact-grid,
  .pdl-case-summary-fields,
  .pdl-case-reuse-grid,
  .pdl-case-proof-note,
  .pdl-case-detail-cta {
    grid-template-columns: 1fr;
  }

  .pdl-case-filter-panel {
    padding: 16px;
  }

  .pdl-case-featured-compact,
  .pdl-case-index-row,
  .pdl-case-summary-ribbon {
    grid-template-columns: 1fr;
  }

  .pdl-case-featured-media,
  .pdl-case-row-media,
  .pdl-case-summary-media {
    max-width: 220px;
  }

  .pdl-case-row-next {
    padding: 12px 0 0;
    border-top: 1px solid rgba(202, 215, 229, .8);
    border-left: 0;
  }

  .pdl-case-summary-ribbon {
    gap: 16px;
    padding: 18px;
  }

  .pdl-case-process-copy {
    padding: 22px;
  }

  .pdl-case-process-steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
  }

  .pdl-case-process-steps p {
    grid-column: 2;
  }

  .pdl-case-detail-cta-actions {
    justify-content: flex-start;
  }
}

.pdl-case-library-hero .pdl-page-hero-copy h1,
.pdl-case-detail-hero .pdl-page-hero-copy h1 {
  color: #fff !important;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: anywhere;
}

.pdl-case-library-hero .pdl-hero-lead,
.pdl-case-detail-hero .pdl-hero-lead {
  color: #d7e4f2 !important;
}

@media (max-width: 760px) {
  .pdl-case-library-hero .pdl-hero-actions,
  .pdl-case-detail-hero .pdl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .pdl-case-library-hero .pdl-hero-actions .pdl-button,
  .pdl-case-detail-hero .pdl-hero-actions .pdl-button {
    width: 100%;
    min-width: 0;
  }

  .pdl-case-library-hero .pdl-hero-chips,
  .pdl-case-detail-hero .pdl-hero-chips {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .pdl-case-issue-map,
  .pdl-case-detail-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pdl-case-issue-map {
    padding: 10px;
  }

  .pdl-case-issue-map article,
  .pdl-case-detail-check-grid article {
    padding: 12px;
  }

  .pdl-case-issue-map strong,
  .pdl-case-detail-check-grid strong {
    font-size: .92rem;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .pdl-case-issue-map p {
    font-size: .8rem;
  }

  .pdl-case-summary-ribbon,
  .pdl-case-index-row,
  .pdl-case-featured-compact,
  .pdl-case-detail-cta,
  .pdl-case-proof-note {
    overflow: hidden;
  }

  .pdl-case-featured-copy h3,
  .pdl-case-index-row h3,
  .pdl-case-summary-copy h2,
  .pdl-case-process-copy h2,
  .pdl-case-detail-cta h2 {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: anywhere;
  }
}

@media (max-width: 760px) {
  .pdl-case-library-hero,
  .pdl-case-detail-hero,
  .pdl-case-library-hero-grid,
  .pdl-case-detail-hero-grid,
  .pdl-case-library-hero .pdl-page-hero-copy,
  .pdl-case-detail-hero .pdl-page-hero-copy {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .pdl-case-library-hero .pdl-page-hero-copy h1,
  .pdl-case-detail-hero .pdl-page-hero-copy h1,
  .pdl-case-featured-copy h3,
  .pdl-case-index-row h3,
  .pdl-case-summary-copy h2,
  .pdl-case-process-copy h2,
  .pdl-case-detail-cta h2 {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    line-break: anywhere !important;
  }

  .pdl-case-issue-map,
  .pdl-case-detail-check-grid {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pdl-case-issue-map::-webkit-scrollbar,
  .pdl-case-detail-check-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-case-issue-map article,
  .pdl-case-detail-check-grid article {
    flex: 0 0 min(72vw, 236px);
    scroll-snap-align: start;
  }
}

@media (max-width: 760px) {
  .pdl-case-library-hero .pdl-page-hero-copy,
  .pdl-case-detail-hero .pdl-page-hero-copy {
    width: min(100%, 320px) !important;
    margin-inline: 0 auto !important;
    text-align: left !important;
  }

  .pdl-case-library-hero .pdl-page-hero-copy h1,
  .pdl-case-detail-hero .pdl-page-hero-copy h1 {
    width: min(100%, 7.5em) !important;
    max-width: 7.5em !important;
    margin-inline: 0 auto !important;
    text-wrap: wrap !important;
  }

  .pdl-case-library-hero .pdl-hero-lead,
  .pdl-case-detail-hero .pdl-hero-lead {
    width: min(100%, 286px) !important;
    max-width: 286px !important;
    margin-inline: 0 auto !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    line-break: anywhere !important;
    text-align: left !important;
  }

  .pdl-case-library-hero .pdl-hero-actions,
  .pdl-case-detail-hero .pdl-hero-actions {
    width: min(100%, 260px) !important;
    max-width: 260px !important;
    margin-inline: 0 auto !important;
  }

  .pdl-case-featured-copy h3,
  .pdl-case-index-row h3 {
    max-width: 12em !important;
    font-size: 1.14rem !important;
  }

  .pdl-case-summary-copy h2 {
    max-width: 9em !important;
    font-size: 1.54rem !important;
  }

  .pdl-case-featured-copy p,
  .pdl-case-index-row p,
  .pdl-case-summary-note {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    line-break: anywhere !important;
  }
}

/* Industry detail: procurement diagnosis layout */
.pdl-industry-detail-redesign {
  --pdl-industry-navy: #071c2b;
  --pdl-industry-blue: #0b63ce;
  --pdl-industry-teal: #0b8b78;
  --pdl-industry-ink: #0d2b45;
  --pdl-industry-muted: #62788b;
  --pdl-industry-line: #d5e2eb;
  --pdl-industry-soft: #f3f8fb;
  color: var(--pdl-industry-ink);
  background: #fff;
}

.pdl-industry-detail-redesign *,
.pdl-industry-detail-redesign *::before,
.pdl-industry-detail-redesign *::after {
  box-sizing: border-box;
}

.pdl-industry-detail-redesign h1,
.pdl-industry-detail-redesign h2,
.pdl-industry-detail-redesign h3,
.pdl-industry-detail-redesign p {
  margin-top: 0;
}

.pdl-industry-diagnostic-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 62px 0 44px;
  color: #fff;
  background: var(--pdl-industry-navy);
}

.pdl-industry-diagnostic-hero::after {
  position: absolute;
  z-index: -1;
  top: -8%;
  right: 5%;
  width: min(42vw, 610px);
  height: 116%;
  content: "";
  pointer-events: none;
  opacity: .05;
  background-image: var(--pdl-industry-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pdl-industry-diagnostic-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  gap: 54px;
  align-items: center;
}

.pdl-industry-diagnostic-copy,
.pdl-industry-diagnostic-panel,
.pdl-industry-path-heading > *,
.pdl-industry-solution-copy,
.pdl-industry-material-heading > * {
  min-width: 0;
}

.pdl-industry-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #eaf5ff;
  background: rgba(255, 255, 255, .08);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.3;
}

.pdl-industry-diagnostic-copy h1 {
  max-width: 10.8em;
  margin-bottom: 20px;
  color: #fff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.pdl-industry-hero-lead {
  max-width: 44rem;
  margin-bottom: 28px;
  color: #c7d7e4;
  font-size: 1.03rem;
  line-height: 1.8;
}

.pdl-industry-diagnostic-hero .pdl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pdl-industry-diagnostic-hero .pdl-button-secondary {
  border-color: #fff;
  color: var(--pdl-industry-ink);
  background: #fff;
}

.pdl-industry-diagnostic-hero .pdl-button-secondary:hover,
.pdl-industry-diagnostic-hero .pdl-button-secondary:focus-visible {
  border-color: #dcecff;
  background: #dcecff;
}

.pdl-industry-diagnostic-panel {
  padding: 18px;
  border: 1px solid rgba(197, 219, 236, .28);
  border-radius: 6px;
  background: rgba(255, 255, 255, .11);
}

.pdl-industry-panel-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.pdl-industry-panel-heading h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.04rem;
}

.pdl-industry-panel-heading span {
  color: #b7cad9;
  font-size: .78rem;
}

.pdl-industry-diagnostic-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pdl-industry-diagnostic-cards article {
  min-height: 132px;
  padding: 18px 16px;
  border-radius: 6px;
  color: var(--pdl-industry-ink);
  background: #fff;
}

.pdl-industry-diagnostic-cards span,
.pdl-industry-panel-label,
.pdl-industry-risk-intro > span {
  display: block;
  margin-bottom: 9px;
  color: var(--pdl-industry-blue);
  font-size: .75rem;
  font-weight: 800;
}

.pdl-industry-diagnostic-cards strong {
  display: block;
  margin-bottom: 6px;
  font-size: .96rem;
  line-height: 1.45;
}

.pdl-industry-diagnostic-cards p {
  margin-bottom: 0;
  color: var(--pdl-industry-muted);
  font-size: .8rem;
  line-height: 1.6;
}

.pdl-industry-risk-band {
  padding: 27px 0;
  border-bottom: 1px solid var(--pdl-industry-line);
  background: #fff;
}

.pdl-industry-risk-grid {
  display: grid;
  grid-template-columns: minmax(220px, .92fr) minmax(0, 3.08fr);
  gap: 32px;
  align-items: stretch;
}

.pdl-industry-risk-intro {
  align-self: center;
}

.pdl-industry-risk-intro > span {
  margin-bottom: 6px;
  color: #718699;
}

.pdl-industry-risk-intro h2 {
  margin-bottom: 6px;
  font-size: 1.52rem;
  line-height: 1.3;
}

.pdl-industry-risk-intro p,
.pdl-industry-risk-list p {
  margin-bottom: 0;
  color: var(--pdl-industry-muted);
}

.pdl-industry-risk-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pdl-industry-risk-list article {
  min-width: 0;
  padding: 17px 16px;
  border: 1px solid var(--pdl-industry-line);
  border-radius: 6px;
  background: var(--pdl-industry-soft);
}

.pdl-industry-risk-list strong {
  display: block;
  margin-bottom: 7px;
  font-size: .95rem;
}

.pdl-industry-risk-list p {
  font-size: .78rem;
  line-height: 1.55;
}

.pdl-industry-workbench {
  padding-top: 64px;
  padding-bottom: 72px;
  background: var(--pdl-industry-soft);
}

.pdl-industry-workbench-grid {
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 2.25fr) minmax(250px, .86fr);
  grid-template-areas: "project solution quote";
  gap: 26px;
  align-items: start;
}

.pdl-industry-project-panel {
  grid-area: project;
}

.pdl-industry-solution-path {
  grid-area: solution;
}

.pdl-industry-quote-panel {
  grid-area: quote;
}

.pdl-industry-project-panel,
.pdl-industry-quote-panel,
.pdl-industry-solution-row,
.pdl-industry-material-decisions {
  border: 1px solid var(--pdl-industry-line);
  border-radius: 6px;
  background: #fff;
}

.pdl-industry-project-panel,
.pdl-industry-quote-panel {
  position: sticky;
  top: 104px;
  padding: 20px;
}

.pdl-industry-project-panel h2,
.pdl-industry-quote-panel h2 {
  margin-bottom: 18px;
  font-size: 1.12rem;
  line-height: 1.4;
}

.pdl-industry-project-options {
  display: grid;
  gap: 8px;
}

.pdl-industry-project-options a {
  display: flex;
  min-height: 42px;
  padding: 10px 12px;
  align-items: center;
  border: 1px solid var(--pdl-industry-line);
  border-radius: 5px;
  color: var(--pdl-industry-ink);
  background: #f7fafc;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.pdl-industry-project-options a:hover,
.pdl-industry-project-options a:focus-visible,
.pdl-industry-project-options a.is-active {
  border-color: var(--pdl-industry-blue);
  color: #fff;
  background: var(--pdl-industry-blue);
}

.pdl-industry-workbench-grid:has(.pdl-industry-solution-row:target) .pdl-industry-project-options a.is-active {
  border-color: var(--pdl-industry-line);
  color: var(--pdl-industry-ink);
  background: #f7fafc;
}

.pdl-industry-workbench-grid:has(#industry-solution-1:target) .pdl-industry-project-options a[href="#industry-solution-1"],
.pdl-industry-workbench-grid:has(#industry-solution-2:target) .pdl-industry-project-options a[href="#industry-solution-2"],
.pdl-industry-workbench-grid:has(#industry-solution-3:target) .pdl-industry-project-options a[href="#industry-solution-3"] {
  border-color: var(--pdl-industry-blue);
  color: #fff;
  background: var(--pdl-industry-blue);
}

.pdl-industry-solution-row:target {
  border-color: var(--pdl-industry-blue);
  box-shadow: 0 0 0 1px rgba(11, 99, 206, .12);
}

.pdl-industry-path-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.pdl-industry-path-heading h2,
.pdl-industry-material-heading h2 {
  max-width: 13em;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.14;
  text-wrap: balance;
}

.pdl-industry-path-heading > p,
.pdl-industry-material-heading > p {
  margin-bottom: 2px;
  color: var(--pdl-industry-muted);
  line-height: 1.75;
}

.pdl-industry-solution-list {
  display: grid;
  gap: 14px;
}

.pdl-industry-solution-row {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 20px;
  padding: 16px;
  scroll-margin-top: 112px;
}

.pdl-industry-solution-media {
  display: grid;
  min-height: 174px;
  overflow: hidden;
  place-items: center;
  border-radius: 5px;
  background: #f0f5f8;
}

.pdl-industry-solution-media img {
  width: 100%;
  height: 166px;
  object-fit: contain;
}

.pdl-industry-solution-copy h3 {
  margin-bottom: 8px;
  font-size: 1.23rem;
}

.pdl-industry-solution-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.pdl-industry-solution-copy > p {
  margin-bottom: 15px;
  color: var(--pdl-industry-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.pdl-industry-solution-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pdl-industry-solution-specs > div {
  min-width: 0;
  padding: 10px;
  background: #f5f9fc;
}

.pdl-industry-solution-specs span,
.pdl-industry-next-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--pdl-industry-blue);
  font-size: .7rem;
  font-weight: 800;
}

.pdl-industry-solution-specs strong {
  display: block;
  font-size: .78rem;
  line-height: 1.45;
}

.pdl-industry-quote-panel > p {
  margin-bottom: 18px;
  color: var(--pdl-industry-muted);
  font-size: .86rem;
  line-height: 1.65;
}

.pdl-industry-quote-panel ul {
  display: grid;
  gap: 11px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.pdl-industry-quote-panel li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.5;
}

.pdl-industry-quote-panel li svg {
  width: 21px;
  height: 21px;
  color: var(--pdl-industry-teal);
}

.pdl-industry-quote-panel .pdl-button {
  width: 100%;
}

.pdl-industry-material-section {
  padding-top: 72px;
  padding-bottom: 72px;
  border-top: 1px solid #d8e5ef;
  background: #eaf3f9;
}

.pdl-industry-material-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.pdl-industry-material-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: stretch;
}

.pdl-industry-layer-panel {
  padding: 26px;
  border-radius: 6px;
  color: #fff;
  background: #0b2a42;
}

.pdl-industry-layer-panel-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.pdl-industry-layer-panel-heading h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.18rem;
}

.pdl-industry-layer-panel-heading > span {
  color: #9db7c9;
  font-size: .75rem;
}

.pdl-industry-layer-list {
  display: grid;
  gap: 8px;
}

.pdl-industry-layer-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 14px;
  align-items: start;
  border: 1px solid rgba(190, 216, 234, .2);
  border-radius: 5px;
  background: rgba(255, 255, 255, .055);
}

.pdl-industry-layer-list article > span {
  color: #74c7b6;
  font-size: .72rem;
  font-weight: 800;
}

.pdl-industry-layer-list strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: .91rem;
}

.pdl-industry-layer-list p {
  margin-bottom: 0;
  color: #b9cbd8;
  font-size: .8rem;
  line-height: 1.55;
}

.pdl-industry-material-decisions {
  padding: 26px;
}

.pdl-industry-material-decisions > h3 {
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.pdl-industry-material-decisions details {
  border-top: 1px solid var(--pdl-industry-line);
}

.pdl-industry-material-decisions details:last-of-type {
  border-bottom: 1px solid var(--pdl-industry-line);
}

.pdl-industry-material-decisions summary {
  display: flex;
  min-height: 54px;
  padding: 13px 0;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  color: var(--pdl-industry-ink);
  font-weight: 800;
  list-style: none;
}

.pdl-industry-material-decisions summary::-webkit-details-marker {
  display: none;
}

.pdl-industry-material-decisions summary svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transition: transform .18s ease;
}

.pdl-industry-material-decisions details[open] summary svg {
  transform: rotate(180deg);
}

.pdl-industry-material-decisions details p {
  margin-bottom: 16px;
  padding-right: 28px;
  color: var(--pdl-industry-muted);
  font-size: .88rem;
  line-height: 1.7;
}

.pdl-industry-material-decisions .pdl-text-link {
  margin-top: 20px;
}

.pdl-industry-next-section {
  padding: 0;
  border-top: 1px solid var(--pdl-industry-line);
  border-bottom: 1px solid var(--pdl-industry-line);
  background: #fff;
}

.pdl-industry-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdl-industry-next-grid > a {
  position: relative;
  display: block;
  min-width: 0;
  padding: 25px 48px 25px 22px;
  color: var(--pdl-industry-ink);
  text-decoration: none;
}

.pdl-industry-next-grid > a + a {
  border-left: 1px solid var(--pdl-industry-line);
}

.pdl-industry-next-grid strong {
  display: block;
  font-size: .93rem;
  line-height: 1.5;
}

.pdl-industry-next-grid svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: var(--pdl-industry-blue);
}

.pdl-industry-next-grid > a:hover,
.pdl-industry-next-grid > a:focus-visible {
  background: #f4f9fc;
}

.pdl-industry-editorial-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pdl-industry-editorial-section .pdl-entry-content {
  max-width: 820px;
}

.pdl-industry-editorial-section .pdl-entry-content > h2 {
  margin-bottom: 20px;
}

@media (max-width: 1180px) {
  .pdl-industry-diagnostic-grid {
    grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
    gap: 34px;
  }

  .pdl-industry-diagnostic-copy h1 {
    font-size: 3.35rem;
  }

  .pdl-industry-workbench-grid {
    grid-template-columns: 180px minmax(0, 1fr) 238px;
    gap: 18px;
  }

  .pdl-industry-solution-row {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
  }

  .pdl-industry-solution-media,
  .pdl-industry-solution-media img {
    min-height: 148px;
    height: 148px;
  }
}

@media (max-width: 980px) {
  .pdl-industry-diagnostic-hero {
    padding-top: 48px;
  }

  .pdl-industry-diagnostic-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdl-industry-diagnostic-copy h1 {
    max-width: 12em;
  }

  .pdl-industry-diagnostic-hero::after {
    top: -10%;
    right: -8%;
    width: 72vw;
    opacity: .035;
  }

  .pdl-industry-risk-grid,
  .pdl-industry-material-heading,
  .pdl-industry-material-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdl-industry-risk-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-industry-workbench-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "quote"
      "project"
      "solution";
  }

  .pdl-industry-quote-panel {
    position: static;
  }

  .pdl-industry-project-panel {
    position: static;
  }

  .pdl-industry-project-options {
    display: flex;
    overflow-x: auto;
    padding-bottom: 3px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-industry-project-options::-webkit-scrollbar {
    display: none;
  }

  .pdl-industry-project-options a {
    flex: 0 0 auto;
    min-width: 180px;
    scroll-snap-align: start;
  }

  .pdl-industry-next-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-industry-next-grid::-webkit-scrollbar {
    display: none;
  }

  .pdl-industry-next-grid > a {
    flex: 0 0 min(72vw, 310px);
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .pdl-industry-diagnostic-hero {
    padding: 36px 0 30px;
  }

  .pdl-industry-diagnostic-grid {
    gap: 34px;
  }

  .pdl-industry-kicker {
    margin-bottom: 14px;
  }

  .pdl-industry-diagnostic-copy h1 {
    max-width: 9.8em;
    margin-bottom: 16px;
    font-size: 2.28rem;
    line-height: 1.12;
  }

  .pdl-industry-hero-lead {
    margin-bottom: 22px;
    font-size: .93rem;
    line-height: 1.75;
  }

  .pdl-industry-diagnostic-hero .pdl-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .pdl-industry-diagnostic-hero .pdl-button {
    width: 100%;
  }

  .pdl-industry-diagnostic-panel {
    overflow: hidden;
    margin-right: calc(var(--pdl-container-gutter, 20px) * -1);
    padding: 16px 0 16px 16px;
  }

  .pdl-industry-panel-heading {
    padding-right: 16px;
  }

  .pdl-industry-panel-heading span {
    white-space: nowrap;
  }

  .pdl-industry-diagnostic-cards {
    display: flex;
    overflow-x: auto;
    padding-right: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pdl-industry-diagnostic-cards::-webkit-scrollbar {
    display: none;
  }

  .pdl-industry-diagnostic-cards article {
    flex: 0 0 min(78vw, 300px);
    min-height: 122px;
    scroll-snap-align: start;
  }

  .pdl-industry-risk-band {
    padding: 30px 0 36px;
  }

  .pdl-industry-risk-grid {
    gap: 18px;
  }

  .pdl-industry-risk-intro h2 {
    font-size: 1.38rem;
  }

  .pdl-industry-risk-list {
    gap: 8px;
  }

  .pdl-industry-risk-list article {
    padding: 14px 12px;
  }

  .pdl-industry-workbench,
  .pdl-industry-material-section {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .pdl-industry-project-panel,
  .pdl-industry-quote-panel,
  .pdl-industry-material-decisions,
  .pdl-industry-layer-panel {
    padding: 18px;
  }

  .pdl-industry-path-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .pdl-industry-path-heading h2,
  .pdl-industry-material-heading h2 {
    max-width: 11em;
    font-size: 1.68rem;
  }

  .pdl-industry-solution-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
    padding: 12px;
  }

  .pdl-industry-solution-media,
  .pdl-industry-solution-media img {
    min-height: 112px;
    height: 112px;
  }

  .pdl-industry-solution-copy h3 {
    font-size: 1.05rem;
  }

  .pdl-industry-solution-copy > p {
    font-size: .82rem;
  }

  .pdl-industry-solution-specs {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-industry-solution-specs::-webkit-scrollbar {
    display: none;
  }

  .pdl-industry-solution-specs > div {
    flex: 0 0 132px;
    scroll-snap-align: start;
  }

  .pdl-industry-material-heading {
    gap: 12px;
    margin-bottom: 20px;
  }

  .pdl-industry-layer-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pdl-industry-layer-list::-webkit-scrollbar {
    display: none;
  }

  .pdl-industry-layer-list article {
    flex: 0 0 min(76vw, 270px);
    scroll-snap-align: start;
  }

  .pdl-industry-material-decisions > h3 {
    font-size: 1.2rem;
  }

  .pdl-industry-next-grid > a {
    flex-basis: min(80vw, 290px);
  }
}

@media (max-width: 390px) {
  .pdl-industry-diagnostic-copy h1 {
    font-size: 2.08rem;
  }

  .pdl-industry-risk-list strong,
  .pdl-industry-risk-list p,
  .pdl-industry-solution-copy h3,
  .pdl-industry-solution-copy > p,
  .pdl-industry-next-grid strong {
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .pdl-industry-risk-list p {
    font-size: .74rem;
  }
}

/* Empty states are used by index and 404 pages; keep them contained on small screens. */
.pdl-empty-state {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 720px) {
  .pdl-about-proof-strip .pdl-proof-grid,
  .pdl-about-decision-strip .pdl-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-about-proof-strip .pdl-proof-grid > div,
  .pdl-about-decision-strip .pdl-decision-grid > * {
    min-width: 0;
    padding: 18px 14px;
  }
}

.pdl-empty-state p,
.pdl-button-row .pdl-button {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .pdl-empty-state {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    margin-inline: auto;
    padding: 30px clamp(18px, 6vw, 28px);
  }

  .pdl-button-row {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .pdl-button-row .pdl-button {
    min-width: 0;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .pdl-page-hero .pdl-hero-actions {
    width: min(calc(100vw - 48px), 330px) !important;
  }

  .pdl-hero-not-found .pdl-page-hero-copy,
  .pdl-hero-not-found h1,
  .pdl-hero-not-found .pdl-hero-lead {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
    margin-inline: auto !important;
  }

  .pdl-hero-not-found .pdl-hero-actions {
    width: min(100%, 304px) !important;
  }

  .pdl-404-empty-state {
    width: min(100%, 318px) !important;
    max-width: 318px !important;
  }
}
