/* Source: assets/css/integration.css */
/*
 * Post-integration bridge styles.
 * Keep this file small: it protects shared components from page-specific CSS
 * and tightens the heaviest mobile templates without redesigning them.
 */

body.home .pdl-site-header,
body.home .pdl-site-footer,
body.home .pdl-bottom-cta,
body.home .pdl-mobile-sticky-actions {
  font-family: inherit;
  letter-spacing: 0;
}

body.home .pdl-site-header {
  isolation: isolate;
}

body.home .pdl-site-header .pdl-container,
body.home .pdl-site-footer .pdl-container,
body.home .pdl-bottom-cta .pdl-container {
  width: min(100% - 40px, var(--pdl-container, 1180px));
  max-width: var(--pdl-container, 1180px);
}

body.home .pdl-site-header .pdl-button,
body.home .pdl-bottom-cta .pdl-button,
body.home .pdl-mobile-sticky-actions a {
  min-height: 42px;
  border-radius: 6px;
  font-size: .92rem;
  line-height: 1;
  white-space: nowrap;
}

body.home .pdl-site-header button.pdl-menu-toggle {
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid rgba(19, 58, 102, .16);
  background: #fff;
  color: #12304d;
  box-shadow: none;
}

body.home .pdl-site-header button.pdl-menu-toggle svg {
  width: 22px;
  height: 22px;
}

body.home .pdl-primary-nav a,
body.home .pdl-footer-group a {
  letter-spacing: 0;
  text-decoration: none;
}

body.home [data-quote-form] .field-error {
  min-height: 1.1em;
}

body.home [data-quote-form] .is-invalid {
  border-color: #c2413a;
  box-shadow: 0 0 0 3px rgba(194, 65, 58, .12);
}

body.home [data-quote-form] .form-status {
  min-height: 1.4em;
}

.pdl-form-status,
body.home [data-quote-form] .form-status {
  word-break: break-word;
}

.pdl-primary-nav .pdl-nav-quote-item {
  display: none;
}

.pdl-media-placeholder-note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(7, 24, 39, .72);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.pdl-page-hero-media,
.pdl-card-media {
  position: relative;
}

@media (max-width: 980px) {
  .pdl-primary-nav .pdl-nav-quote-item {
    display: block;
  }

  .pdl-primary-nav .pdl-nav-quote-item > a {
    justify-content: center;
    min-height: 42px;
    margin-top: 6px;
    border-radius: 6px;
    background: #075bc7;
    color: #fff;
    font-weight: 800;
    text-align: center;
  }

  .pdl-primary-nav .pdl-nav-quote-item > a::after {
    content: none;
  }
}

@media (max-width: 760px) {
  body.home .pdl-site-header .pdl-container,
  body.home .pdl-site-footer .pdl-container,
  body.home .pdl-bottom-cta .pdl-container {
    width: min(100% - 28px, var(--pdl-container, 1180px));
  }

  .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 {
    min-height: 0;
    padding-block: 30px 24px;
  }

  .pdl-page-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
    line-height: 1.12;
  }

  .pdl-page-hero .pdl-hero-lead {
    font-size: .98rem;
    line-height: 1.6;
  }

  .pdl-page-hero-media,
  .pdl-hero-generated-media .pdl-page-hero-media {
    min-height: 172px;
    aspect-ratio: 16 / 10;
  }

  .pdl-section {
    padding-block: 34px;
  }

  .single-products .pdl-section,
  .single-materials .pdl-section,
  .post-type-archive-materials .pdl-section,
  .post-type-archive-industries .pdl-section,
  .page-template-page-quote .pdl-section {
    padding-block: 30px;
  }

  .single-products .pdl-card-grid,
  .single-materials .pdl-card-grid,
  .post-type-archive-materials .pdl-card-grid,
  .post-type-archive-industries .pdl-card-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(238px, 82vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .single-products .pdl-card-grid > *,
  .single-materials .pdl-card-grid > *,
  .post-type-archive-materials .pdl-card-grid > *,
  .post-type-archive-industries .pdl-card-grid > * {
    scroll-snap-align: start;
  }

  .pdl-quote-form-panel,
  .pdl-quote-form-workbench {
    padding: 16px;
  }

  .pdl-quote-form .pdl-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pdl-bottom-cta {
    padding-block: 30px 82px;
  }

  .pdl-bottom-cta h2 {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .pdl-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pdl-spec-table {
    min-width: 620px;
  }

  .pdl-product-detail-hero,
  .pdl-process-feature-hero {
    padding-block: 28px;
  }

  .pdl-product-detail-hero-grid,
  .pdl-process-feature-hero-grid {
    gap: 18px;
  }

  .pdl-product-detail-main-shot,
  .pdl-product-detail-media,
  .pdl-product-detail-intro,
  .pdl-process-feature-copy,
  .pdl-process-feature-visual {
    border-radius: 8px;
  }

  .pdl-product-detail-main-shot img {
    max-height: 230px;
    object-fit: contain;
  }

  .pdl-product-detail-thumb-row,
  .pdl-product-gallery-strip,
  .pdl-product-option-rail,
  .pdl-process-photo-grid,
  .pdl-feature-option-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 70vw);
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .pdl-product-detail-thumb-row > *,
  .pdl-product-gallery-strip > *,
  .pdl-product-option-rail > *,
  .pdl-process-photo-grid > *,
  .pdl-feature-option-list > * {
    scroll-snap-align: start;
  }

  .pdl-product-quick-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pdl-product-quick-info-grid article {
    min-height: 86px;
    padding: 12px;
  }

  .pdl-product-quick-info-grid span,
  .pdl-product-detail-bullets span {
    font-size: .68rem;
  }

  .pdl-product-quick-info-grid strong,
  .pdl-product-detail-bullets strong {
    font-size: .84rem;
    line-height: 1.42;
  }

  .pdl-product-detail-tags {
    gap: 6px;
  }

  .pdl-product-detail-tags span,
  .pdl-page-hero .pdl-hero-chips span {
    padding: 6px 8px;
    font-size: .72rem;
  }

  .pdl-product-detail-actions,
  .pdl-process-feature-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .pdl-product-detail-actions .pdl-button,
  .pdl-process-feature-actions .pdl-button {
    min-width: 0;
    padding-inline: 10px;
    font-size: .84rem;
  }

  .pdl-process-feature-visual {
    min-height: 210px;
  }

  .pdl-feature-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .pdl-feature-check-list li {
    min-height: 58px;
    padding: 9px;
    font-size: .78rem;
    line-height: 1.35;
  }

  .pdl-mobile-collapsible:not(.is-expanded) > :nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 430px) {
  body.home .pdl-site-header .pdl-button,
  body.home .pdl-bottom-cta .pdl-button,
  body.home .pdl-mobile-sticky-actions a {
    min-height: 40px;
    font-size: .86rem;
  }

  .pdl-page-hero-media,
  .pdl-hero-generated-media .pdl-page-hero-media {
    min-height: 148px;
  }

  .pdl-product-detail-actions,
  .pdl-process-feature-actions {
    grid-template-columns: 1fr;
  }

  .pdl-feature-check-list {
    grid-template-columns: 1fr;
  }

  .pdl-product-quick-info-grid {
    grid-template-columns: 1fr 1fr;
  }
}


/* Source: assets/css/home/01-applications-certification-recovery.css */
/*
 * Homepage applications module final layer.
 * Loaded after the legacy homepage CSS to prevent the old 2x2 card layout
 * from overriding the approved industry rail treatment.
 */

@media (min-width: 981px) {
  #applications .application-grid[data-deck="applications"],
  body.home.front-page #applications .application-grid[data-deck="applications"],
  body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .72fr) !important;
    grid-template-rows: repeat(4, minmax(126px, 1fr)) !important;
    grid-auto-columns: auto !important;
    grid-auto-flow: row !important;
    gap: 20px clamp(32px, 3vw, 46px) !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  #applications .application-showcase,
  body.home.front-page #applications .application-showcase,
  body.pdl-static-theme-preview #applications .application-showcase {
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    align-self: stretch !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr) !important;
    width: 100% !important;
    min-height: 568px !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: linear-gradient(90deg, #eef6fb 0%, #ffffff 68%) !important;
    box-shadow: 0 24px 62px rgba(18, 40, 63, .12) !important;
  }

  #applications .application-showcase-media {
    position: relative !important;
    width: 100% !important;
    min-height: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  #applications .application-showcase-media::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: block !important;
    pointer-events: none !important;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, .92) 100%) !important;
  }

  #applications .application-showcase-media img {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: saturate(1.04) contrast(1.03) !important;
    transform: scale(1.01) !important;
  }

  #applications .application-showcase-copy {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 48px 42px 44px !important;
    background: linear-gradient(90deg, rgba(248, 252, 255, .95), #fff 54%) !important;
  }

  #applications .mobile-deck-controls,
  body.home.front-page #applications .mobile-deck-controls,
  body.pdl-static-theme-preview #applications .mobile-deck-controls {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #applications .application-grid[data-deck="applications"]::before,
  #applications .application-grid[data-deck="applications"]::after,
  body.home.front-page #applications .application-grid[data-deck="applications"]::before,
  body.home.front-page #applications .application-grid[data-deck="applications"]::after,
  body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"]::before,
  body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"]::after {
    content: none !important;
    display: none !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:nth-of-type(1) {
    --application-card-bg: url("../../images/applications-custom/snack-nuts-scene-wide.webp");
  }

  #applications .application-grid[data-deck="applications"] > .application-card:nth-of-type(2) {
    --application-card-bg: url("../../images/applications-custom/coffee-tea-scene-wide.webp");
  }

  #applications .application-grid[data-deck="applications"] > .application-card:nth-of-type(3) {
    --application-card-bg: url("../../images/applications-custom/pet-food-scene-wide.webp");
  }

  #applications .application-grid[data-deck="applications"] > .application-card:nth-of-type(4) {
    --application-card-bg: url("../../images/applications-custom/shampoo-daily-scene-wide.webp");
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]),
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden])[aria-expanded="true"],
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-active,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active {
    grid-column: 2 !important;
    grid-row: auto !important;
    position: relative !important;
    display: block !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 126px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #0b1c2e !important;
    box-shadow: 0 16px 38px rgba(18, 40, 63, .14) !important;
    transform: translate3d(0, 0, 0) !important;
    transition: transform 220ms cubic-bezier(.22, .8, .25, 1), box-shadow 220ms ease !important;
    outline: 0 !important;
    isolation: isolate !important;
    contain: layout paint !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy::before,
  #applications .application-grid[data-deck="applications"] .application-copy::after {
    content: none !important;
    display: none !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden])::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: block !important;
    pointer-events: none !important;
    background:
      linear-gradient(180deg, rgba(4, 16, 29, 0) 30%, rgba(4, 16, 29, .28) 66%, rgba(4, 16, 29, .78) 100%),
      linear-gradient(90deg, rgba(4, 16, 29, .2) 0%, rgba(4, 16, 29, 0) 44%) !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden])::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 4 !important;
    display: block !important;
    pointer-events: none !important;
    border-radius: inherit !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18) !important;
    opacity: .62 !important;
    transition: opacity 220ms ease, box-shadow 220ms ease !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]) img,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover img,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active img {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: saturate(1.04) contrast(1.03) !important;
    transform: scale(1.01) !important;
    transition: transform 520ms cubic-bezier(.22, .8, .25, 1), filter 220ms ease !important;
    pointer-events: none !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover .application-copy,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active .application-copy {
    position: absolute !important;
    inset: auto 0 0 0 !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 20px 18px !important;
    color: #fff !important;
    text-align: left !important;
    background: transparent !important;
    transform: none !important;
    transition: none !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy strong,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover .application-copy strong,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active .application-copy strong {
    color: #fff !important;
    font-size: 1.08rem !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .42) !important;
    transform: none !important;
    transition: none !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy small,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover .application-copy small,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active .application-copy small {
    max-width: 18em !important;
    color: rgba(235, 244, 252, .9) !important;
    font-size: .78rem !important;
    line-height: 1.34 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .38) !important;
    transform: none !important;
    transition: none !important;
  }

  #applications .application-grid[data-deck="applications"] .application-detail {
    display: none !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible {
    box-shadow: 0 24px 52px rgba(18, 40, 63, .2) !important;
    transform: translate3d(0, -4px, 0) !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover::after,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible::after {
    opacity: 1 !important;
    box-shadow: inset 0 0 0 1px rgba(130, 190, 255, .5), 0 0 0 3px rgba(7, 91, 199, .06) !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover img,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible img {
    filter: saturate(1.08) contrast(1.05) brightness(1.02) !important;
    transform: scale(1.055) !important;
  }
}

/* Certification module recovery: keep certificates readable in the static preview and theme. */
#certifications .certification-summary,
body.home.front-page #certifications .certification-summary,
body.pdl-static-theme-preview #certifications .certification-summary {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
  margin-top: 18px !important;
}

#certifications .certification-summary span,
body.home.front-page #certifications .certification-summary span,
body.pdl-static-theme-preview #certifications .certification-summary span {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(7, 91, 199, .08) !important;
  color: #075bc7 !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

#certifications .certification-grid,
body.home.front-page #certifications .certification-grid,
body.pdl-static-theme-preview #certifications .certification-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin-top: 26px !important;
  overflow: visible !important;
}

#certifications .certification-card,
body.home.front-page #certifications .certification-card,
body.pdl-static-theme-preview #certifications .certification-card {
  display: grid !important;
  grid-template-rows: 246px minmax(0, auto) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 22px 56px rgba(17, 60, 92, .12) !important;
}

#certifications .certification-card figure,
body.home.front-page #certifications .certification-card figure,
body.pdl-static-theme-preview #certifications .certification-card figure {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 246px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px 18px 12px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #edf6fb 100%) !important;
}

#certifications .certification-card figure > img:first-child,
body.home.front-page #certifications .certification-card figure > img:first-child,
body.pdl-static-theme-preview #certifications .certification-card figure > img:first-child {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 88% !important;
  max-height: 218px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

#certifications .certification-preview,
body.home.front-page #certifications .certification-preview,
body.pdl-static-theme-preview #certifications .certification-preview {
  display: none !important;
}

#certifications .certification-card-copy,
body.home.front-page #certifications .certification-card-copy,
body.pdl-static-theme-preview #certifications .certification-card-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 9px !important;
  min-width: 0 !important;
  padding: 16px 18px 18px !important;
  text-align: left !important;
}

#certifications .certification-card-copy > span,
body.home.front-page #certifications .certification-card-copy > span,
body.pdl-static-theme-preview #certifications .certification-card-copy > span {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: rgba(13, 122, 98, .08) !important;
  color: #0d7a62 !important;
  font-size: .68rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

#certifications .certification-card h3,
body.home.front-page #certifications .certification-card h3,
body.pdl-static-theme-preview #certifications .certification-card h3 {
  margin: 0 !important;
  color: #14263a !important;
  font-size: 1.04rem !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
}

#certifications .certification-card p,
body.home.front-page #certifications .certification-card p,
body.pdl-static-theme-preview #certifications .certification-card p {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  margin: 0 !important;
  color: rgba(18, 40, 63, .76) !important;
  font-size: .8rem !important;
  line-height: 1.42 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

#certifications .certification-card p b,
body.home.front-page #certifications .certification-card p b,
body.pdl-static-theme-preview #certifications .certification-card p b {
  color: rgba(18, 40, 63, .95) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  line-height: 1.42 !important;
  white-space: nowrap !important;
}

#certifications .certification-card strong,
body.home.front-page #certifications .certification-card strong,
body.pdl-static-theme-preview #certifications .certification-card strong {
  display: block !important;
  margin-top: 2px !important;
  color: rgba(18, 40, 63, .64) !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 980px) {
  #certifications .certification-grid,
  body.home.front-page #certifications .certification-grid,
  body.pdl-static-theme-preview #certifications .certification-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  #certifications .certification-grid,
  body.home.front-page #certifications .certification-grid,
  body.pdl-static-theme-preview #certifications .certification-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  #certifications .certification-card,
  body.home.front-page #certifications .certification-card,
  body.pdl-static-theme-preview #certifications .certification-card {
    grid-template-rows: 220px minmax(0, auto) !important;
  }

  #certifications .certification-card figure,
  body.home.front-page #certifications .certification-card figure,
  body.pdl-static-theme-preview #certifications .certification-card figure {
    height: 220px !important;
  }
}



/* Source: assets/css/home/02-hero-paths-applications-recovery.css */
/*
 * Front module recovery locks.
 * This stylesheet is loaded last on the homepage, so keep these rules narrow:
 * they only restore the already-approved hero, path cards, and bag entry layout
 * when the legacy homepage CSS loses the expected generated-element/card rules.
 */

.hero,
body.home.front-page .hero,
body.pdl-static-theme-preview .hero {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

.hero-grid,
body.home.front-page .hero-grid,
body.pdl-static-theme-preview .hero-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr) !important;
  gap: clamp(40px, 5vw, 80px) !important;
  align-items: center !important;
  min-height: clamp(630px, 47vw, 720px) !important;
}

.hero-copy,
body.home.front-page .hero-copy,
body.pdl-static-theme-preview .hero-copy {
  position: relative !important;
  z-index: 3 !important;
}

.hero-stage,
body.home.front-page .hero-stage,
body.pdl-static-theme-preview .hero-stage {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  min-height: clamp(500px, 42vw, 680px) !important;
  opacity: 1 !important;
  overflow: visible !important;
}

.hero-stage::after,
body.home.front-page .hero-stage::after,
body.pdl-static-theme-preview .hero-stage::after {
  content: "" !important;
  position: absolute !important;
  inset: 7% 2% 7% 0 !important;
  z-index: 0 !important;
  display: block !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 58% 46%, rgba(255, 255, 255, .92) 0 24%, rgba(213, 231, 246, .45) 48%, rgba(213, 231, 246, 0) 70%),
    radial-gradient(circle at 64% 48%, rgba(7, 91, 199, .13), rgba(7, 91, 199, 0) 58%) !important;
  filter: blur(.2px) !important;
  pointer-events: none !important;
}

.hero-stage::before,
body.home.front-page .hero-stage::before,
body.pdl-static-theme-preview .hero-stage::before {
  content: "" !important;
  position: absolute !important;
  right: clamp(70px, 7.5vw, 178px) !important;
  bottom: clamp(24px, 3.7vw, 58px) !important;
  z-index: 1 !important;
  display: block !important;
  width: min(41vw, 650px) !important;
  height: min(39vw, 545px) !important;
  background: url("../../images/hero/hero-product-family.webp") center bottom / contain no-repeat !important;
  filter: drop-shadow(0 34px 48px rgba(7, 38, 70, .2)) !important;
  pointer-events: none !important;
  transform: translate3d(-24px, 0, 0) !important;
}

.hero-product-note,
body.home.front-page .hero-product-note,
body.pdl-static-theme-preview .hero-product-note {
  position: absolute !important;
  right: clamp(92px, 9vw, 210px) !important;
  bottom: clamp(10px, 1.8vw, 24px) !important;
  z-index: 3 !important;
  display: block !important;
  width: auto !important;
  max-width: 340px !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  border: 1px solid rgba(159, 183, 207, .38) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .72) !important;
  color: rgba(52, 69, 89, .78) !important;
  font-size: .72rem !important;
  line-height: 1.35 !important;
  text-align: center !important;
  box-shadow: 0 10px 26px rgba(7, 38, 70, .08) !important;
  backdrop-filter: blur(10px) !important;
}

.final-paths-section,
body.home.front-page .final-paths-section,
body.pdl-static-theme-preview .final-paths-section {
  position: relative !important;
  z-index: 1 !important;
  padding-block: clamp(72px, 7vw, 104px) !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(34, 132, 224, .08), transparent 31%),
    radial-gradient(circle at 86% 6%, rgba(36, 181, 159, .08), transparent 30%),
    linear-gradient(180deg, #f7fbfe 0%, #ffffff 48%, #f2f8fc 100%) !important;
}

.final-path-grid,
body.home.front-page .final-path-grid,
body.pdl-static-theme-preview .final-path-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: clamp(20px, 2.5vw, 34px) !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: var(--container, 1280px) !important;
  margin: clamp(30px, 3.2vw, 44px) auto 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.final-path-card,
body.home.front-page .final-path-card,
body.pdl-static-theme-preview .final-path-card {
  position: relative !important;
  display: block !important;
  height: clamp(330px, 27vw, 420px) !important;
  min-height: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #0b1c2e !important;
  opacity: 1 !important;
  color: #fff !important;
  box-shadow: 0 24px 62px rgba(18, 40, 63, .16) !important;
  text-decoration: none !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform 260ms cubic-bezier(.22, .8, .25, 1), box-shadow 260ms ease !important;
  contain: layout paint !important;
}

.final-path-card img,
body.home.front-page .final-path-card img,
body.pdl-static-theme-preview .final-path-card img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: saturate(1.07) contrast(1.03) brightness(1.03) !important;
  transform: scale(1.01) !important;
  transition: transform 480ms cubic-bezier(.22, .8, .25, 1), filter 240ms ease !important;
}

.final-path-card:nth-child(2) img,
body.home.front-page .final-path-card:nth-child(2) img,
body.pdl-static-theme-preview .final-path-card:nth-child(2) img {
  object-position: center 52% !important;
  transform: scale(1.08) !important;
}

.final-path-card::before,
body.home.front-page .final-path-card::before,
body.pdl-static-theme-preview .final-path-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0) 35%),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, .18), transparent 38%) !important;
}

.final-path-card::after,
body.home.front-page .final-path-card::after,
body.pdl-static-theme-preview .final-path-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(3, 14, 25, 0) 0%, rgba(3, 14, 25, 0) 50%, rgba(5, 26, 45, .34) 72%, rgba(4, 20, 36, .86) 100%) !important;
}

.final-path-copy,
body.home.front-page .final-path-copy,
body.pdl-static-theme-preview .final-path-copy {
  position: absolute !important;
  left: clamp(22px, 2vw, 34px) !important;
  right: clamp(22px, 2vw, 34px) !important;
  bottom: clamp(22px, 2.2vw, 34px) !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  text-align: left !important;
  background: transparent !important;
  text-shadow: 0 12px 28px rgba(0, 16, 30, .42) !important;
  transform: none !important;
}

.final-path-copy small,
body.home.front-page .final-path-copy small,
body.pdl-static-theme-preview .final-path-copy small {
  width: max-content !important;
  max-width: 100% !important;
  padding: 5px 9px !important;
  border: 1px solid rgba(221, 243, 255, .28) !important;
  border-radius: 999px !important;
  background: rgba(5, 27, 46, .36) !important;
  color: #ecfbff !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: 800 !important;
  backdrop-filter: blur(10px) !important;
}

.final-path-copy strong,
body.home.front-page .final-path-copy strong,
body.pdl-static-theme-preview .final-path-copy strong {
  display: block !important;
  max-width: 8.5em !important;
  color: #fff !important;
  font-size: clamp(1.45rem, 1.72vw, 2rem) !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.final-path-copy em,
body.home.front-page .final-path-copy em,
body.pdl-static-theme-preview .final-path-copy em {
  display: block !important;
  max-width: 18em !important;
  color: rgba(236, 249, 255, .9) !important;
  font-size: clamp(.9rem, .9vw, 1rem) !important;
  font-style: normal !important;
  line-height: 1.5 !important;
}

@media (hover: hover) {
  .final-path-card:hover,
  .final-path-card:focus-visible,
  body.home.front-page .final-path-card:hover,
  body.home.front-page .final-path-card:focus-visible,
  body.pdl-static-theme-preview .final-path-card:hover,
  body.pdl-static-theme-preview .final-path-card:focus-visible {
    box-shadow: 0 34px 84px rgba(17, 58, 92, .2) !important;
    transform: translate3d(0, -6px, 0) !important;
  }

  .final-path-card:hover img,
  .final-path-card:focus-visible img,
  body.home.front-page .final-path-card:hover img,
  body.home.front-page .final-path-card:focus-visible img,
  body.pdl-static-theme-preview .final-path-card:hover img,
  body.pdl-static-theme-preview .final-path-card:focus-visible img {
    filter: saturate(1.12) contrast(1.04) brightness(1.05) !important;
    transform: scale(1.06) !important;
  }

  .final-path-card:nth-child(2):hover img,
  .final-path-card:nth-child(2):focus-visible img,
  body.home.front-page .final-path-card:nth-child(2):hover img,
  body.home.front-page .final-path-card:nth-child(2):focus-visible img,
  body.pdl-static-theme-preview .final-path-card:nth-child(2):hover img,
  body.pdl-static-theme-preview .final-path-card:nth-child(2):focus-visible img {
    transform: scale(1.13) !important;
  }
}

#bag-types .bag-grid,
body.home.front-page #bag-types .bag-grid,
body.pdl-static-theme-preview #bag-types .bag-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2vw, 26px) !important;
  align-items: stretch !important;
  overflow: visible !important;
}

#bag-types .bag-card,
body.home.front-page #bag-types .bag-card,
body.pdl-static-theme-preview #bag-types .bag-card {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 980px) {
  .hero-grid,
  body.home.front-page .hero-grid,
  body.pdl-static-theme-preview .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: auto !important;
    padding-top: 104px !important;
  }

  .hero-stage,
  body.home.front-page .hero-stage,
  body.pdl-static-theme-preview .hero-stage {
    min-height: 330px !important;
  }

  .hero-stage::before,
  body.home.front-page .hero-stage::before,
  body.pdl-static-theme-preview .hero-stage::before {
    right: 50% !important;
    bottom: 10px !important;
    width: min(86vw, 520px) !important;
    height: 320px !important;
    transform: translateX(50%) !important;
  }

  .hero-product-note,
  body.home.front-page .hero-product-note,
  body.pdl-static-theme-preview .hero-product-note {
    right: 50% !important;
    bottom: 0 !important;
    max-width: min(88vw, 330px) !important;
    transform: translateX(50%) !important;
  }

  .final-path-grid,
  body.home.front-page .final-path-grid,
  body.pdl-static-theme-preview .final-path-grid,
  #bag-types .bag-grid,
  body.home.front-page #bag-types .bag-grid,
  body.pdl-static-theme-preview #bag-types .bag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .final-paths-section,
  body.home.front-page .final-paths-section,
  body.pdl-static-theme-preview .final-paths-section {
    padding-block: 46px !important;
  }

  .final-path-grid,
  body.home.front-page .final-path-grid,
  body.pdl-static-theme-preview .final-path-grid,
  #bag-types .bag-grid,
  body.home.front-page #bag-types .bag-grid,
  body.pdl-static-theme-preview #bag-types .bag-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .final-path-card,
  body.home.front-page .final-path-card,
  body.pdl-static-theme-preview .final-path-card {
    height: 232px !important;
    border-radius: 20px !important;
  }

  .final-path-copy,
  body.home.front-page .final-path-copy,
  body.pdl-static-theme-preview .final-path-copy {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
  }

  .final-path-copy strong,
  body.home.front-page .final-path-copy strong,
  body.pdl-static-theme-preview .final-path-copy strong {
    max-width: 10em !important;
    font-size: 1.34rem !important;
  }
}

#applications .application-grid[data-deck="applications"] > .application-card .application-detail,
body.home.front-page #applications .application-grid[data-deck="applications"] > .application-card .application-detail,
body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] > .application-card .application-detail {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

@media (max-width: 980px) {
  #applications,
  #applications .container {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  @supports not (overflow: clip) {
    #applications,
    #applications .container {
      overflow-x: hidden !important;
    }
  }

  #applications .application-grid[data-deck="applications"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]),
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active {
    position: relative !important;
    display: block !important;
    min-height: 318px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #0b1c2e !important;
    box-shadow: 0 18px 42px rgba(18, 40, 63, .14) !important;
    transform: none !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden])::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, rgba(4, 16, 29, 0) 28%, rgba(4, 16, 29, .32) 58%, rgba(4, 16, 29, .82) 100%) !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]) img,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover img,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active img {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: cover !important;
    opacity: 1 !important;
    transform: none !important;
    filter: saturate(1.04) contrast(1.03) !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover .application-copy,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active .application-copy {
    position: absolute !important;
    inset: auto 0 0 0 !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    min-height: 0 !important;
    padding: 0 18px 20px !important;
    color: #fff !important;
    text-align: left !important;
    background: transparent !important;
    transform: none !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy strong {
    color: #fff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .42) !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy small {
    color: rgba(235, 244, 252, .9) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .38) !important;
  }

  #applications .application-grid[data-deck="applications"] .application-detail {
    display: none !important;
  }
}



/* Source: assets/css/home/03-bag-types.css */
/*
 * Last-mile visibility and bag module lock.
 * Keep this at the end so legacy reveal and bag-card selectors cannot win.
 */

.hero .reveal,
#solutions .reveal,
#applications .reveal,
#bag-types .reveal,
body.home.front-page .hero .reveal,
body.home.front-page #solutions .reveal,
body.home.front-page #applications .reveal,
body.home.front-page #bag-types .reveal,
body.pdl-static-theme-preview .hero .reveal,
body.pdl-static-theme-preview #solutions .reveal,
body.pdl-static-theme-preview #applications .reveal,
body.pdl-static-theme-preview #bag-types .reveal {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Approved collection entry added after the frozen four-format presentation. */
.bag-more-entry {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.bag-more-entry a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, .88);
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}

.bag-more-entry a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.bag-more-entry a:hover,
.bag-more-entry a:focus-visible {
  color: #fff;
}

.bag-more-entry a:hover::after,
.bag-more-entry a:focus-visible::after {
  transform: translateX(3px) rotate(45deg);
}

@media (max-width: 720px) {
  .bag-more-entry {
    margin-top: 10px;
  }

  .bag-more-entry a {
    min-height: 40px;
    font-size: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bag-more-entry a::after {
    transition: none !important;
  }
}

#bag-types.bag-section,
body.home.front-page #bag-types.bag-section,
body.pdl-static-theme-preview #bag-types.bag-section {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  padding-block: clamp(86px, 7vw, 112px) !important;
  background:
    linear-gradient(180deg, rgba(4, 15, 27, .94) 0%, rgba(6, 25, 43, .88) 48%, rgba(5, 18, 33, .94) 100%),
    url("../../images/hero/quick-quote-product-family.webp") center 48% / cover no-repeat !important;
  color: #fff !important;
}

#bag-types.bag-section::before,
body.home.front-page #bag-types.bag-section::before,
body.pdl-static-theme-preview #bag-types.bag-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(39, 141, 224, .2), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(42, 191, 172, .14), transparent 36%),
    rgba(2, 10, 20, .32) !important;
  backdrop-filter: blur(1.5px) saturate(.9) !important;
}

#bag-types .section-heading,
body.home.front-page #bag-types .section-heading,
body.pdl-static-theme-preview #bag-types .section-heading {
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;
  color: #fff !important;
}

#bag-types .chapter-number,
#bag-types h2,
#bag-types .section-heading p,
body.home.front-page #bag-types .chapter-number,
body.home.front-page #bag-types h2,
body.home.front-page #bag-types .section-heading p,
body.pdl-static-theme-preview #bag-types .chapter-number,
body.pdl-static-theme-preview #bag-types h2,
body.pdl-static-theme-preview #bag-types .section-heading p {
  color: #fff !important;
}

#bag-types .section-heading p,
body.home.front-page #bag-types .section-heading p,
body.pdl-static-theme-preview #bag-types .section-heading p {
  color: rgba(225, 239, 249, .78) !important;
}

#bag-types .bag-mobile-shell,
body.home.front-page #bag-types .bag-mobile-shell,
body.pdl-static-theme-preview #bag-types .bag-mobile-shell,
#bag-types [data-deck="bags"],
body.home.front-page #bag-types [data-deck="bags"],
body.pdl-static-theme-preview #bag-types [data-deck="bags"] {
  position: relative !important;
  z-index: 2 !important;
}

#bag-types [data-deck="bags"],
body.home.front-page #bag-types [data-deck="bags"],
body.pdl-static-theme-preview #bag-types [data-deck="bags"] {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.1vw, 28px) !important;
  align-items: stretch !important;
  overflow: visible !important;
}

#bag-types [data-deck="bags"] .bag-card,
#bag-types [data-deck="bags"] .bag-card:hover,
#bag-types [data-deck="bags"] .bag-card:focus-within,
body.home.front-page #bag-types [data-deck="bags"] .bag-card,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  justify-items: center !important;
  align-content: start !important;
  min-height: clamp(310px, 24vw, 350px) !important;
  width: 100% !important;
  padding: 28px 18px 24px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform 240ms cubic-bezier(.22, .8, .25, 1) !important;
  isolation: isolate !important;
}

#bag-types [data-deck="bags"] .bag-card::before,
body.home.front-page #bag-types [data-deck="bags"] .bag-card::before,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  border-radius: inherit !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)) !important;
  opacity: .72 !important;
  pointer-events: none !important;
}

#bag-types [data-deck="bags"] .bag-card::after,
body.home.front-page #bag-types [data-deck="bags"] .bag-card::after,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: block !important;
  border: 1px solid rgba(116, 190, 255, .78) !important;
  border-radius: inherit !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08) inset,
    0 0 24px rgba(54, 152, 255, .32),
    0 0 54px rgba(54, 152, 255, .18) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 220ms ease, box-shadow 220ms ease !important;
}

#bag-types [data-deck="bags"] .bag-card:hover,
#bag-types [data-deck="bags"] .bag-card:focus-within,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
  transform: translate3d(0, -5px, 0) !important;
}

#bag-types [data-deck="bags"] .bag-card:hover::after,
#bag-types [data-deck="bags"] .bag-card:focus-within::after,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover::after,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within::after,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover::after,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within::after {
  opacity: 1 !important;
}

#bag-types [data-deck="bags"] .bag-card img,
#bag-types [data-deck="bags"] .bag-card:hover img,
#bag-types [data-deck="bags"] .bag-card:focus-within img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within img {
  display: block !important;
  width: min(88%, 248px) !important;
  height: 220px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 auto 16px !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .42)) !important;
  transform: none !important;
}

#bag-types [data-deck="bags"] .bag-card > div,
#bag-types [data-deck="bags"] .bag-card:hover > div,
#bag-types [data-deck="bags"] .bag-card:focus-within > div,
body.home.front-page #bag-types [data-deck="bags"] .bag-card > div,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover > div,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within > div,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card > div,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover > div,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within > div {
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 230px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
  text-align: center !important;
}

#bag-types [data-deck="bags"] .bag-card h3,
body.home.front-page #bag-types [data-deck="bags"] .bag-card h3,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(1.32rem, 1.35vw, 1.58rem) !important;
  line-height: 1.14 !important;
  font-weight: 900 !important;
}

#bag-types [data-deck="bags"] .bag-card p,
#bag-types [data-deck="bags"] .bag-card span,
body.home.front-page #bag-types [data-deck="bags"] .bag-card p,
body.home.front-page #bag-types [data-deck="bags"] .bag-card span,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card p,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card span {
  margin: 0 !important;
  color: rgba(229, 244, 252, .86) !important;
  font-size: .92rem !important;
  line-height: 1.42 !important;
}

#bag-types [data-deck="bags"] .bag-card span,
body.home.front-page #bag-types [data-deck="bags"] .bag-card span,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card span {
  color: rgba(166, 232, 216, .9) !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
}

#bag-types [data-deck="bags"] .bag-card a,
body.home.front-page #bag-types [data-deck="bags"] .bag-card a,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card a {
  color: #7fd2ff !important;
  font-size: .84rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  #bag-types [data-deck="bags"],
  body.home.front-page #bag-types [data-deck="bags"],
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  #bag-types.bag-section,
  body.home.front-page #bag-types.bag-section,
  body.pdl-static-theme-preview #bag-types.bag-section {
    padding: 52px 0 118px !important;
  }

  #bag-types [data-deck="bags"],
  body.home.front-page #bag-types [data-deck="bags"],
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #bag-types [data-deck="bags"] .bag-card,
  #bag-types [data-deck="bags"] .bag-card:hover,
  #bag-types [data-deck="bags"] .bag-card:focus-within,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
    min-height: 318px !important;
    padding: 24px 16px 22px !important;
  }
}

/* Bag card internal order lock. */
#bag-types [data-deck="bags"] .bag-card,
#bag-types [data-deck="bags"] .bag-card:hover,
#bag-types [data-deck="bags"] .bag-card:focus-within,
body.home.front-page #bag-types [data-deck="bags"] .bag-card,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
  grid-template-rows: 236px minmax(0, auto) !important;
  align-content: center !important;
}

#bag-types [data-deck="bags"] .bag-card::before,
body.home.front-page #bag-types [data-deck="bags"] .bag-card::before,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card::before {
  opacity: 0 !important;
}

#bag-types [data-deck="bags"] .bag-card:hover::before,
#bag-types [data-deck="bags"] .bag-card:focus-within::before,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover::before,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within::before,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover::before,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within::before {
  opacity: .1 !important;
}

#bag-types [data-deck="bags"] .bag-card img,
#bag-types [data-deck="bags"] .bag-card:hover img,
#bag-types [data-deck="bags"] .bag-card:focus-within img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within img {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: end !important;
  justify-self: center !important;
  margin: 0 auto 14px !important;
}

#bag-types [data-deck="bags"] .bag-card > div,
#bag-types [data-deck="bags"] .bag-card:hover > div,
#bag-types [data-deck="bags"] .bag-card:focus-within > div,
body.home.front-page #bag-types [data-deck="bags"] .bag-card > div,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover > div,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within > div,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card > div,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover > div,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within > div {
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: start !important;
  justify-self: center !important;
}

@media (max-width: 720px) {
  #bag-types [data-deck="bags"] .bag-card,
  #bag-types [data-deck="bags"] .bag-card:hover,
  #bag-types [data-deck="bags"] .bag-card:focus-within,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
    grid-template-rows: 210px minmax(0, auto) !important;
  }
}

@media (max-width: 720px) {
  #bag-types .bag-mobile-shell,
  body.home.front-page #bag-types .bag-mobile-shell,
  body.pdl-static-theme-preview #bag-types .bag-mobile-shell {
    overflow: visible !important;
  }

  #bag-types [data-deck="bags"],
  body.home.front-page #bag-types [data-deck="bags"],
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    touch-action: auto !important;
  }

  #bag-types [data-deck="bags"] .bag-card,
  #bag-types [data-deck="bags"] .bag-card:hover,
  #bag-types [data-deck="bags"] .bag-card:focus-within,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 238px !important;
    height: auto !important;
    grid-template-rows: 122px minmax(0, auto) !important;
    padding: 18px 10px 16px !important;
    border-radius: 18px !important;
    scroll-snap-align: none !important;
  }

  #bag-types [data-deck="bags"] .bag-card img,
  #bag-types [data-deck="bags"] .bag-card:hover img,
  #bag-types [data-deck="bags"] .bag-card:focus-within img,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card img,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover img,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within img,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card img,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover img,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within img {
    width: min(100%, 124px) !important;
    height: 112px !important;
    margin-bottom: 10px !important;
  }

  #bag-types [data-deck="bags"] .bag-card > div,
  #bag-types [data-deck="bags"] .bag-card:hover > div,
  #bag-types [data-deck="bags"] .bag-card:focus-within > div,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card > div,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover > div,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within > div,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card > div,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover > div,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within > div {
    gap: 5px !important;
    max-width: 138px !important;
  }

  #bag-types [data-deck="bags"] .bag-card h3,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card h3,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card h3 {
    font-size: 1.02rem !important;
  }

  #bag-types [data-deck="bags"] .bag-card p,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card p,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-size: .76rem !important;
    line-height: 1.35 !important;
  }

  #bag-types [data-deck="bags"] .bag-card span,
  #bag-types [data-deck="bags"] .bag-card a,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card span,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card a,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card span,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card a {
    font-size: .72rem !important;
    line-height: 1.3 !important;
  }

  #bag-types .mobile-deck-controls,
  body.home.front-page #bag-types .mobile-deck-controls,
  body.pdl-static-theme-preview #bag-types .mobile-deck-controls {
    display: none !important;
  }
}


/* Source: assets/css/home/04-navigation-module-repair.css */
/* Bag-type module performance pass: keep the glow outline, avoid repaint-heavy filters. */
#bag-types.bag-section,
body.home.front-page #bag-types.bag-section,
body.pdl-static-theme-preview #bag-types.bag-section {
  content-visibility: visible !important;
  contain: paint !important;
  background:
    linear-gradient(180deg, rgba(4, 15, 27, .96) 0%, rgba(6, 25, 43, .92) 48%, rgba(5, 18, 33, .96) 100%),
    url("../../images/hero/quick-quote-product-family.webp") center 48% / cover no-repeat !important;
}

#bag-types.bag-section::before,
body.home.front-page #bag-types.bag-section::before,
body.pdl-static-theme-preview #bag-types.bag-section::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(39, 141, 224, .14), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(42, 191, 172, .10), transparent 36%),
    rgba(2, 10, 20, .38) !important;
  backdrop-filter: none !important;
  filter: none !important;
}

#bag-types.bag-section::after,
body.home.front-page #bag-types.bag-section::after,
body.pdl-static-theme-preview #bag-types.bag-section::after {
  filter: none !important;
  pointer-events: none !important;
}

#bag-types [data-deck="bags"],
body.home.front-page #bag-types [data-deck="bags"],
body.pdl-static-theme-preview #bag-types [data-deck="bags"] {
  contain: layout paint style !important;
}

#bag-types [data-deck="bags"] .bag-card,
#bag-types [data-deck="bags"] .bag-card:hover,
#bag-types [data-deck="bags"] .bag-card:focus-within,
body.home.front-page #bag-types [data-deck="bags"] .bag-card,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
  contain: layout paint style !important;
  backface-visibility: hidden !important;
  box-shadow: none !important;
  transition: transform 150ms cubic-bezier(.22, .8, .25, 1) !important;
  will-change: transform !important;
}

#bag-types [data-deck="bags"] .bag-card::after,
body.home.front-page #bag-types [data-deck="bags"] .bag-card::after,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card::after {
  inset: 2px !important;
  border-color: rgba(126, 208, 255, .84) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08) inset,
    0 0 10px rgba(67, 163, 255, .28) !important;
  opacity: 0 !important;
  transform: translateZ(0) !important;
  transition: opacity 140ms ease !important;
  will-change: opacity !important;
}

#bag-types [data-deck="bags"] .bag-card:hover::after,
#bag-types [data-deck="bags"] .bag-card:focus-within::after,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover::after,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within::after,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover::after,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within::after {
  opacity: 1 !important;
}

#bag-types [data-deck="bags"] .bag-card img,
#bag-types [data-deck="bags"] .bag-card:hover img,
#bag-types [data-deck="bags"] .bag-card:focus-within img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within img {
  filter: none !important;
  transform: translateZ(0) !important;
  will-change: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  #bag-types [data-deck="bags"] .bag-card,
  #bag-types [data-deck="bags"] .bag-card::after,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card::after,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card::after {
    transition: none !important;
  }
}

/* Repair pass for bag links and later homepage modules. */
#bag-types [data-deck="bags"],
body.home.front-page #bag-types [data-deck="bags"],
body.pdl-static-theme-preview #bag-types [data-deck="bags"],
#bag-types [data-deck="bags"] .bag-card,
#bag-types [data-deck="bags"] .bag-card:hover,
#bag-types [data-deck="bags"] .bag-card:focus-within,
body.home.front-page #bag-types [data-deck="bags"] .bag-card,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
  contain: none !important;
  overflow: visible !important;
}

#bag-types [data-deck="bags"] .bag-card::after,
body.home.front-page #bag-types [data-deck="bags"] .bag-card::after,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card::after {
  inset: 0 !important;
  z-index: 4 !important;
}

#bag-types [data-deck="bags"] .bag-card .bag-card-image-link,
#bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link,
#bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link,
body.home.front-page #bag-types [data-deck="bags"] .bag-card .bag-card-image-link,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card .bag-card-image-link,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: end !important;
  justify-self: center !important;
  display: block !important;
  width: min(88%, 248px) !important;
  height: 220px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 auto 14px !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
  background: transparent !important;
  transform: translateZ(0) !important;
}

#bag-types [data-deck="bags"] .bag-card .bag-card-image-link img,
#bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link img,
#bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card .bag-card-image-link img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link img,
body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card .bag-card-image-link img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link img,
body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
}

#printing .reveal,
#materials .reveal,
#quality .reveal,
#factory .reveal,
#certifications.reveal,
#certifications .reveal,
#faq .reveal,
#quote .reveal,
body.home.front-page #printing .reveal,
body.home.front-page #materials .reveal,
body.home.front-page #quality .reveal,
body.home.front-page #factory .reveal,
body.home.front-page #certifications.reveal,
body.home.front-page #certifications .reveal,
body.home.front-page #faq .reveal,
body.home.front-page #quote .reveal,
body.pdl-static-theme-preview #printing .reveal,
body.pdl-static-theme-preview #materials .reveal,
body.pdl-static-theme-preview #quality .reveal,
body.pdl-static-theme-preview #factory .reveal,
body.pdl-static-theme-preview #certifications.reveal,
body.pdl-static-theme-preview #certifications .reveal,
body.pdl-static-theme-preview #faq .reveal,
body.pdl-static-theme-preview #quote .reveal {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

#quality .quality-proof-strip,
body.home.front-page #quality .quality-proof-strip,
body.pdl-static-theme-preview #quality .quality-proof-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
}

#quality .quality-proof-strip figure,
body.home.front-page #quality .quality-proof-strip figure,
body.pdl-static-theme-preview #quality .quality-proof-strip figure {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
  min-height: 148px !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #eef4f8 !important;
  box-shadow: inset 0 0 0 1px rgba(18, 45, 70, .07) !important;
}

#quality .quality-proof-strip img,
body.home.front-page #quality .quality-proof-strip img,
body.pdl-static-theme-preview #quality .quality-proof-strip img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  object-fit: cover !important;
  transform: scale(1.01) !important;
}

#quality .quality-proof-strip figcaption,
body.home.front-page #quality .quality-proof-strip figcaption,
body.pdl-static-theme-preview #quality .quality-proof-strip figcaption {
  position: absolute !important;
  right: 10px !important;
  bottom: 10px !important;
  z-index: 2 !important;
  padding: 6px 9px !important;
  border-radius: 999px !important;
  background: rgba(6, 27, 46, .74) !important;
  color: #fff !important;
  font-size: .74rem !important;
  font-weight: 750 !important;
  line-height: 1 !important;
}

@media (max-width: 720px) {
  #bag-types [data-deck="bags"] .bag-card .bag-card-image-link,
  #bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link,
  #bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card .bag-card-image-link,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card .bag-card-image-link,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link {
    width: min(100%, 124px) !important;
    height: 112px !important;
    margin-bottom: 10px !important;
  }

  #quality .quality-proof-strip,
  body.home.front-page #quality .quality-proof-strip,
  body.pdl-static-theme-preview #quality .quality-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  #quality .quality-proof-strip figure,
  body.home.front-page #quality .quality-proof-strip figure,
  body.pdl-static-theme-preview #quality .quality-proof-strip figure {
    min-height: 76px !important;
  }

  #quality .quality-proof-strip figure:nth-child(3),
  body.home.front-page #quality .quality-proof-strip figure:nth-child(3),
  body.pdl-static-theme-preview #quality .quality-proof-strip figure:nth-child(3) {
    display: none !important;
  }
}


/* Source: assets/css/home/05-hero-trust-applications.css */
/* 2026-07-20 front-section polish: richer hero, stable trust strip, clearer hover states. */
.hero,
body.home.front-page .hero,
body.pdl-static-theme-preview .hero {
  background:
    linear-gradient(105deg, rgba(255, 255, 255, .98) 0%, rgba(249, 252, 255, .94) 43%, rgba(232, 244, 252, .9) 100%),
    url("../../images/factory-real/workshop-wide.webp") center 42% / cover no-repeat !important;
}

.hero::before,
body.home.front-page .hero::before,
body.pdl-static-theme-preview .hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .72) 40%, rgba(230, 243, 252, .18) 100%),
    repeating-linear-gradient(112deg, rgba(7, 91, 199, .035) 0 1px, transparent 1px 78px),
    linear-gradient(180deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 52%, rgba(237, 246, 252, .8) 100%) !important;
}

.hero-grid,
body.home.front-page .hero-grid,
body.pdl-static-theme-preview .hero-grid,
.trust-strip,
body.home.front-page .trust-strip,
body.pdl-static-theme-preview .trust-strip {
  position: relative !important;
  z-index: 2 !important;
}

.hero-actions .button-primary,
body.home.front-page .hero-actions .button-primary,
body.pdl-static-theme-preview .hero-actions .button-primary {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.hero-actions .button-primary::after,
body.home.front-page .hero-actions .button-primary::after,
body.pdl-static-theme-preview .hero-actions .button-primary::after {
  content: "" !important;
  position: absolute !important;
  top: -42% !important;
  bottom: -42% !important;
  left: -48% !important;
  z-index: 1 !important;
  width: 52px !important;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .18) 24%, rgba(255, 255, 255, .78) 50%, rgba(255, 255, 255, .16) 76%, transparent 100%) !important;
  transform: skewX(-18deg) translateX(0) !important;
  animation: pdl-hero-button-shine 4.8s ease-in-out infinite !important;
  pointer-events: none !important;
}

.hero-actions .button-primary > *,
body.home.front-page .hero-actions .button-primary > *,
body.pdl-static-theme-preview .hero-actions .button-primary > * {
  position: relative !important;
  z-index: 2 !important;
}

@keyframes pdl-hero-button-shine {
  0%, 58% {
    transform: skewX(-18deg) translateX(0);
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  82%, 100% {
    transform: skewX(-18deg) translateX(360px);
    opacity: 0;
  }
}

.trust-grid,
body.home.front-page .trust-grid,
body.pdl-static-theme-preview .trust-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

.trust-grid article,
body.home.front-page .trust-grid article,
body.pdl-static-theme-preview .trust-grid article {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 14px !important;
  row-gap: 7px !important;
  align-items: start !important;
  min-height: 134px !important;
  padding: 26px 30px 24px !important;
}

.trust-grid article > svg,
body.home.front-page .trust-grid article > svg,
body.pdl-static-theme-preview .trust-grid article > svg {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: 2px !important;
}

.trust-grid .trust-number,
body.home.front-page .trust-grid .trust-number,
body.pdl-static-theme-preview .trust-grid .trust-number {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: block !important;
  color: #075bc7 !important;
  font-size: clamp(1.45rem, 1.65vw, 1.9rem) !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.trust-grid article > div,
body.home.front-page .trust-grid article > div,
body.pdl-static-theme-preview .trust-grid article > div {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-width: 0 !important;
}

.trust-grid article strong,
body.home.front-page .trust-grid article strong,
body.pdl-static-theme-preview .trust-grid article strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #12283f !important;
  font-size: .96rem !important;
  font-weight: 850 !important;
  line-height: 1.28 !important;
}

.trust-grid article p,
body.home.front-page .trust-grid article p,
body.pdl-static-theme-preview .trust-grid article p {
  max-width: 16em !important;
  color: rgba(18, 40, 63, .66) !important;
  font-size: .82rem !important;
  line-height: 1.42 !important;
}

@media (hover: hover) {
  .final-path-card:hover,
  .final-path-card:focus-visible,
  body.home.front-page .final-path-card:hover,
  body.home.front-page .final-path-card:focus-visible,
  body.pdl-static-theme-preview .final-path-card:hover,
  body.pdl-static-theme-preview .final-path-card:focus-visible {
    box-shadow:
      0 28px 72px rgba(7, 91, 199, .22),
      0 0 0 1px rgba(67, 149, 255, .22),
      0 0 42px rgba(61, 167, 255, .22) !important;
  }

  .final-path-card:hover::after,
  .final-path-card:focus-visible::after,
  body.home.front-page .final-path-card:hover::after,
  body.home.front-page .final-path-card:focus-visible::after,
  body.pdl-static-theme-preview .final-path-card:hover::after,
  body.pdl-static-theme-preview .final-path-card:focus-visible::after {
    opacity: .94 !important;
    box-shadow: inset 0 0 0 1px rgba(154, 210, 255, .58) !important;
  }
}

#applications .section-heading,
body.home.front-page #applications .section-heading,
body.pdl-static-theme-preview #applications .section-heading {
  align-items: end !important;
}

#applications .section-heading > p,
body.home.front-page #applications .section-heading > p,
body.pdl-static-theme-preview #applications .section-heading > p {
  max-width: 430px !important;
  padding: 14px 16px !important;
  border-left: 3px solid rgba(7, 91, 199, .22) !important;
  border-radius: 10px !important;
  background: rgba(239, 247, 253, .72) !important;
  color: rgba(18, 40, 63, .68) !important;
  font-size: .94rem !important;
  line-height: 1.7 !important;
}

#applications .application-grid[data-deck="applications"] .application-detail,
#applications .application-grid[data-deck="applications"] .application-card:hover .application-detail,
#applications .application-grid[data-deck="applications"] .application-card:focus-visible .application-detail,
#applications .application-grid[data-deck="applications"] .application-card[aria-expanded="true"] .application-detail,
body.home.front-page #applications .application-grid[data-deck="applications"] .application-detail,
body.home.front-page #applications .application-grid[data-deck="applications"] .application-card:hover .application-detail,
body.home.front-page #applications .application-grid[data-deck="applications"] .application-card:focus-visible .application-detail,
body.home.front-page #applications .application-grid[data-deck="applications"] .application-card[aria-expanded="true"] .application-detail,
body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] .application-detail,
body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] .application-card:hover .application-detail,
body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] .application-card:focus-visible .application-detail,
body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] .application-card[aria-expanded="true"] .application-detail {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#applications .application-grid[data-deck="applications"] .application-detail-template,
body.home.front-page #applications .application-grid[data-deck="applications"] .application-detail-template,
body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] .application-detail-template {
  display: none !important;
}

#applications .application-showcase-cta,
body.home.front-page #applications .application-showcase-cta,
body.pdl-static-theme-preview #applications .application-showcase-cta {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: fit-content !important;
  min-width: 220px !important;
  padding-right: 38px !important;
  overflow: hidden !important;
}

#applications .application-showcase-cta::after,
body.home.front-page #applications .application-showcase-cta::after,
body.pdl-static-theme-preview #applications .application-showcase-cta::after {
  content: "" !important;
  position: absolute !important;
  right: 17px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-top: 2px solid currentColor !important;
  border-right: 2px solid currentColor !important;
  transform: translateY(-50%) rotate(45deg) !important;
  opacity: .88 !important;
  transition: right 180ms ease, opacity 180ms ease !important;
}

#applications .application-showcase-cta:hover::after,
#applications .application-showcase-cta:focus-visible::after,
body.home.front-page #applications .application-showcase-cta:hover::after,
body.home.front-page #applications .application-showcase-cta:focus-visible::after,
body.pdl-static-theme-preview #applications .application-showcase-cta:hover::after,
body.pdl-static-theme-preview #applications .application-showcase-cta:focus-visible::after {
  right: 13px !important;
  opacity: 1 !important;
}

@media (max-width: 1080px) {
  .trust-grid,
  body.home.front-page .trust-grid,
  body.pdl-static-theme-preview .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .trust-grid article,
  body.home.front-page .trust-grid article,
  body.pdl-static-theme-preview .trust-grid article {
    min-height: 118px !important;
  }
}

@media (max-width: 720px) {
  .hero::before,
  body.home.front-page .hero::before,
  body.pdl-static-theme-preview .hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .78) 58%, rgba(236, 246, 252, .86) 100%),
      repeating-linear-gradient(112deg, rgba(7, 91, 199, .03) 0 1px, transparent 1px 56px) !important;
  }

  .trust-grid,
  body.home.front-page .trust-grid,
  body.pdl-static-theme-preview .trust-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .trust-grid article,
  body.home.front-page .trust-grid article,
  body.pdl-static-theme-preview .trust-grid article {
    min-height: 0 !important;
    padding: 18px 20px !important;
  }

  .trust-grid .trust-number,
  body.home.front-page .trust-grid .trust-number,
  body.pdl-static-theme-preview .trust-grid .trust-number {
    font-size: 1.46rem !important;
  }

  #applications .section-heading > p,
  body.home.front-page #applications .section-heading > p,
  body.pdl-static-theme-preview #applications .section-heading > p {
    padding: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
  }
}



/* Source: assets/css/home/06-materials.css */
/* Restore the V1 material preview behavior: finish and printed pouch images are layers, not stacked content. */
.material-experience .material-pouch,
body.home.front-page .material-experience .material-pouch,
body.pdl-static-theme-preview .material-experience .material-pouch {
  position: relative !important;
  display: block !important;
  isolation: isolate !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
}

.material-structure-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
}

.material-structure-links a {
  color: #9bd2ff;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(155, 210, 255, .34);
  text-underline-offset: 4px;
}

.material-structure-links a:hover,
.material-structure-links a:focus-visible {
  color: #fff;
  text-decoration-color: currentColor;
}

@media (max-width: 820px) {
  .material-structure-links {
    margin-top: 10px;
  }
}

.material-experience .material-pouch .material-pouch-image,
body.home.front-page .material-experience .material-pouch .material-pouch-image,
body.pdl-static-theme-preview .material-experience .material-pouch .material-pouch-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.material-experience .material-pouch .material-pouch-image-finish,
body.home.front-page .material-experience .material-pouch .material-pouch-image-finish,
body.pdl-static-theme-preview .material-experience .material-pouch .material-pouch-image-finish {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

.material-experience .material-pouch .material-pouch-image-printed,
body.home.front-page .material-experience .material-pouch .material-pouch-image-printed,
body.pdl-static-theme-preview .material-experience .material-pouch .material-pouch-image-printed {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 140ms ease-out !important;
}

.material-experience .material-preview[data-material-mode="printed"] .material-pouch-image-printed,
body.home.front-page .material-experience .material-preview[data-material-mode="printed"] .material-pouch-image-printed,
body.pdl-static-theme-preview .material-experience .material-preview[data-material-mode="printed"] .material-pouch-image-printed {
  opacity: 1 !important;
}

.material-experience .material-preview[data-material-mode="finish"] .material-pouch-image-printed,
body.home.front-page .material-experience .material-preview[data-material-mode="finish"] .material-pouch-image-printed,
body.pdl-static-theme-preview .material-experience .material-preview[data-material-mode="finish"] .material-pouch-image-printed {
  opacity: 0 !important;
}

/* Final material module: restore the V1 concept C layout with a centered product preview. */
html body #materials .section-heading {
  margin-bottom: 26px !important;
}

html body #materials .material-experience-shell {
  position: relative !important;
  isolation: isolate !important;
  min-height: 620px !important;
  display: grid !important;
  grid-template-columns: minmax(250px, .84fr) minmax(430px, 1.48fr) minmax(248px, .82fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  padding: 28px !important;
  overflow: hidden !important;
  background: #d8e3eb !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 28px 70px rgba(18, 40, 63, .12) !important;
}

html body #materials .material-experience-shell::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  background-image: url("../../images/generated/pindary-material-swatch-board-v1.webp") !important;
  background-position: center !important;
  background-size: cover !important;
  filter: saturate(.72) contrast(1.02) !important;
  transform: scale(1.01) !important;
}

html body #materials .material-experience-shell::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(6, 25, 42, .86) 0%, rgba(12, 38, 59, .66) 24%, rgba(232, 240, 246, .12) 52%, rgba(244, 248, 251, .68) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(16, 43, 65, .08)) !important;
  pointer-events: none !important;
}

html body #materials .material-experience-shell > * {
  position: relative !important;
  z-index: 2 !important;
}

html body #materials .material-control-rail {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  padding: 14px 0 8px 10px !important;
  color: #fff !important;
}

html body #materials .material-control-copy {
  margin-bottom: 22px !important;
}

html body #materials .material-control-copy .material-info-kicker {
  margin-bottom: 9px !important;
  color: #82ceff !important;
}

html body #materials .material-control-copy h3 {
  max-width: 8.5em !important;
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: clamp(1.72rem, 2.2vw, 2.35rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html body #materials .material-experience-shell[data-material-active="mopp-kraft-pet-pe"] .material-control-copy h3 {
  max-width: none !important;
  white-space: nowrap !important;
}

html body #materials .material-control-copy > p:last-child {
  max-width: 25em !important;
  margin: 0 !important;
  color: rgba(225, 237, 246, .76) !important;
  font-size: .84rem !important;
  line-height: 1.65 !important;
}

html body #materials .material-control-rail .material-finish-toggle {
  position: static !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 4px !important;
  margin: 0 0 14px !important;
  padding: 4px !important;
  background: rgba(3, 20, 35, .46) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(168, 210, 239, .16) !important;
  transform: none !important;
}

html body #materials .material-control-rail .material-finish-toggle button {
  width: 100% !important;
  min-height: 38px !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 10px !important;
  color: rgba(229, 239, 247, .72) !important;
  font-size: .78rem !important;
  line-height: 1.1 !important;
  font-weight: 740 !important;
  white-space: nowrap !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
}

html body #materials .material-control-rail .material-finish-toggle button::before,
html body #materials .material-control-rail .material-finish-toggle button::after {
  content: none !important;
  display: none !important;
}

html body #materials .material-control-rail .material-finish-toggle button.is-active {
  color: #fff !important;
  background: #0b73ce !important;
  box-shadow: 0 7px 18px rgba(3, 31, 58, .22) !important;
}

html body #materials .material-selector {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 3px !important;
  align-content: start !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body #materials .material-selector button {
  position: relative !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 9px 11px 9px 17px !important;
  color: rgba(226, 238, 247, .7) !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  transform: none !important;
}

html body #materials .material-selector button::before {
  content: "" !important;
  position: absolute !important;
  top: 9px !important;
  bottom: 9px !important;
  left: 5px !important;
  width: 2px !important;
  background: transparent !important;
  border-radius: 999px !important;
}

html body #materials .material-selector button strong {
  overflow-wrap: anywhere !important;
  color: inherit !important;
  font-size: .8rem !important;
  line-height: 1.22 !important;
}

html body #materials .material-selector button span {
  display: none !important;
}

html body #materials .material-selector button:hover,
html body #materials .material-selector button:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, .07) !important;
}

html body #materials .material-selector button.is-active {
  color: #fff !important;
  background: rgba(255, 255, 255, .11) !important;
}

html body #materials .material-selector button.is-active::before {
  background: #59b7f4 !important;
  box-shadow: 0 0 12px rgba(89, 183, 244, .6) !important;
}

html body #materials .material-preview {
  min-width: 0 !important;
  min-height: 560px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body #materials .material-stage {
  min-height: 560px !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  place-items: center !important;
  padding: 26px 0 18px !important;
  overflow: visible !important;
}

html body #materials .material-ambient {
  display: none !important;
}

html body #materials .material-pouch,
html body #materials .material-preview:hover .material-pouch,
html body #materials .material-preview:focus-within .material-pouch {
  position: relative !important;
  place-self: center !important;
  width: min(88%, 468px) !important;
  height: 520px !important;
  max-height: none !important;
  margin: 0 !important;
  aspect-ratio: auto !important;
  isolation: isolate !important;
  filter: drop-shadow(0 30px 30px rgba(8, 31, 49, .24)) !important;
  transform: translate(-4%, 8px) scale(1) !important;
}

html body #materials .material-pouch .material-pouch-image-finish,
html body #materials .material-pouch .material-pouch-image-printed {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

html body #materials .material-pouch .material-pouch-image-finish {
  z-index: 1 !important;
  opacity: 1 !important;
}

html body #materials .material-pouch .material-pouch-image-printed {
  z-index: 2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 140ms ease-out !important;
}

html body #materials .material-preview[data-material-mode="printed"] .material-pouch-image-printed {
  opacity: 1 !important;
}

html body #materials .material-preview[data-material-mode="finish"] .material-pouch-image-printed {
  opacity: 0 !important;
}

html body #materials .material-preview-caption {
  margin: 0 !important;
  padding: 7px 12px !important;
  color: rgba(23, 50, 73, .72) !important;
  font-size: .72rem !important;
  background: rgba(245, 249, 252, .7) !important;
  border-radius: 999px !important;
  backdrop-filter: blur(8px) !important;
}

html body #materials .material-info {
  align-self: start !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  margin-top: 10px !important;
  padding: 22px 20px !important;
  color: #18354e !important;
  background: rgba(250, 252, 254, .88) !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: 0 18px 44px rgba(18, 40, 63, .1) !important;
  backdrop-filter: blur(10px) !important;
}

html body #materials .material-info .material-info-kicker {
  margin-bottom: 4px !important;
  color: #075bc7 !important;
}

html body #materials .material-info h3 {
  margin: 4px 0 9px !important;
  color: #18354e !important;
  font-size: 1.32rem !important;
  line-height: 1.2 !important;
}

html body #materials .material-info > p:not(.material-info-kicker):not(.material-texture-note):not(.material-bag-types) {
  margin: 0 0 15px !important;
  color: #647a8c !important;
  font-size: .8rem !important;
  line-height: 1.58 !important;
}

html body #materials .material-texture-note {
  margin: 0 0 14px !important;
  padding: 12px 0 !important;
  border-top: 1px solid rgba(188, 204, 218, .68) !important;
  border-bottom: 1px solid rgba(188, 204, 218, .68) !important;
}

html body #materials .material-texture-note span,
html body #materials .material-bag-types span {
  display: block !important;
  margin-bottom: 4px !important;
  color: #718596 !important;
  font-size: .68rem !important;
}

html body #materials .material-texture-note strong,
html body #materials .material-bag-types strong {
  color: #18354e !important;
  font-size: .78rem !important;
  line-height: 1.45 !important;
}

html body #materials .material-metrics {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  margin: 0 0 14px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body #materials .material-metrics > div {
  min-height: 38px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(188, 204, 218, .58) !important;
}

html body #materials .material-metrics dt {
  color: #75899a !important;
  font-size: .7rem !important;
}

html body #materials .material-metrics dd {
  color: #17344c !important;
  font-size: .75rem !important;
  font-weight: 760 !important;
  text-align: right !important;
}

html body #materials .material-bag-types {
  margin: 0 0 15px !important;
}

html body #materials .material-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 6px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body #materials .material-cta .button {
  width: 100% !important;
  min-height: 42px !important;
  padding-inline: 12px !important;
  font-size: .76rem !important;
}

html body #materials .material-knowledge-link {
  justify-content: center !important;
  color: #315d7d !important;
}

@media (max-width: 1100px) and (min-width: 821px) {
  html body #materials .material-experience-shell {
    min-height: auto !important;
    grid-template-columns: minmax(220px, .72fr) minmax(420px, 1.28fr) !important;
  }

  html body #materials .material-pouch,
  html body #materials .material-preview:hover .material-pouch,
  html body #materials .material-preview:focus-within .material-pouch {
    height: 440px !important;
  }

  html body #materials .material-info {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1.1fr 1fr 1fr !important;
    gap: 12px 18px !important;
    align-items: start !important;
    margin-top: 0 !important;
  }

  html body #materials .material-info .material-cta {
    align-self: end !important;
  }
}

@media (max-width: 820px) {
  html body #materials .section-heading {
    margin-bottom: 12px !important;
  }

  html body #materials .material-experience-shell {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 16px !important;
  }

  html body #materials .material-experience-shell::before {
    background-position: 48% center !important;
  }

  html body #materials .material-experience-shell::after {
    background: linear-gradient(180deg, rgba(5, 24, 41, .88) 0%, rgba(14, 43, 65, .58) 37%, rgba(236, 243, 248, .28) 62%, rgba(246, 249, 252, .78) 100%) !important;
  }

  html body #materials .material-control-rail {
    padding: 8px 2px 0 !important;
  }

  html body #materials .material-control-copy {
    margin-bottom: 14px !important;
  }

  html body #materials .material-control-copy h3 {
    max-width: none !important;
    font-size: 1.65rem !important;
  }

  html body #materials .material-control-copy > p:last-child {
    max-width: 33em !important;
    font-size: .78rem !important;
  }

  html body #materials .material-control-rail .material-finish-toggle {
    width: min(100%, 270px) !important;
    margin-bottom: 12px !important;
  }

  html body #materials .material-selector {
    display: flex !important;
    gap: 7px !important;
    overflow-x: auto !important;
    padding: 0 0 6px !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
  }

  html body #materials .material-selector::-webkit-scrollbar {
    display: none !important;
  }

  html body #materials .material-selector button {
    flex: 0 0 auto !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    scroll-snap-align: start !important;
    background: rgba(4, 24, 41, .38) !important;
    border-radius: 999px !important;
  }

  html body #materials .material-selector button::before {
    content: none !important;
  }

  html body #materials .material-selector button.is-active {
    background: rgba(255, 255, 255, .18) !important;
    box-shadow: inset 0 0 0 1px rgba(121, 193, 240, .46) !important;
  }

  html body #materials .material-preview,
  html body #materials .material-stage {
    min-height: 340px !important;
  }

  html body #materials .material-stage {
    height: 340px !important;
    padding: 8px 0 12px !important;
  }

  html body #materials .material-pouch,
  html body #materials .material-preview:hover .material-pouch,
  html body #materials .material-preview:focus-within .material-pouch {
    width: min(82%, 278px) !important;
    height: 310px !important;
    transform: translate(-2%, 6px) scale(1) !important;
  }

  html body #materials .material-preview-caption {
    padding: 6px 9px !important;
    font-size: .65rem !important;
  }

  html body #materials .material-info {
    margin-top: 0 !important;
    padding: 16px !important;
  }

  html body #materials .material-info h3 {
    font-size: 1.16rem !important;
  }

  html body #materials .material-texture-note,
  html body #materials .material-bag-types {
    display: none !important;
  }

  html body #materials .material-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  html body #materials .material-metrics > div {
    min-height: 58px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 3px !important;
    padding: 8px !important;
    background: rgba(235, 242, 247, .72) !important;
    border: 0 !important;
    border-radius: 5px !important;
  }

  html body #materials .material-metrics dd {
    text-align: left !important;
  }

  html body #materials .material-cta {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
  }

}

@media (max-width: 420px) {
  html body #materials .material-experience-shell {
    padding: 13px !important;
  }

  html body #materials .material-preview,
  html body #materials .material-stage {
    min-height: 305px !important;
  }

  html body #materials .material-stage {
    height: 305px !important;
  }

  html body #materials .material-pouch,
  html body #materials .material-preview:hover .material-pouch,
  html body #materials .material-preview:focus-within .material-pouch {
    width: min(86%, 252px) !important;
    height: 280px !important;
  }

  html body #materials .material-cta {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body #materials .material-knowledge-link {
    min-height: 38px !important;
  }
}


/* Source: assets/css/home/07-printing-foundation.css */
/* Final printing module: keep the V2 comparison layout and lock both production cards to equal width. */
html body #printing.printing-section {
  background: linear-gradient(180deg, #f4f9fd 0%, #ffffff 100%) !important;
}

html body #printing .print-compare {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  padding: 13px !important;
  overflow: hidden !important;
  background: #0d2b45 !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 70px rgba(12, 48, 76, .18) !important;
}

html body #printing .print-panel {
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: auto auto auto 1fr !important;
  align-content: start !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

html body #printing .print-panel-digital {
  grid-column: 1 !important;
}

html body #printing .print-panel-gravure {
  grid-column: 3 !important;
}

html body #printing .versus {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: center !important;
  z-index: 5 !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  font-size: .92rem !important;
  font-weight: 800 !important;
  background: #143957 !important;
  border: 4px solid #eaf4fb !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 24px rgba(7, 27, 44, .22) !important;
}

html body #printing .print-media,
html body #printing .print-media-video {
  position: relative !important;
  min-height: clamp(300px, 27vw, 390px) !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #071827 !important;
}

html body #printing .print-media img,
html body #printing .print-media video,
html body #printing .print-hover-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

html body #printing .print-hover-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 180ms ease-out !important;
}

html body #printing .print-media-video.is-video-playing .print-hover-video {
  opacity: 1 !important;
}

html body #printing .print-media::before,
html body #printing .print-media::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  height: 42% !important;
  display: block !important;
  pointer-events: none !important;
}

html body #printing .print-media::before {
  top: 0 !important;
  background: linear-gradient(180deg, rgba(4, 21, 35, .68), rgba(4, 21, 35, 0)) !important;
}

html body #printing .print-media::after {
  bottom: 0 !important;
  background: linear-gradient(0deg, rgba(4, 21, 35, .72), rgba(4, 21, 35, 0)) !important;
}

html body #printing .print-media figcaption {
  position: absolute !important;
  right: 16px !important;
  bottom: 12px !important;
  z-index: 4 !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: .74rem !important;
  background: transparent !important;
}

html body #printing .print-panel-header {
  padding: 28px 28px 8px !important;
}

html body #printing .print-panel-header h3 {
  margin-block: 6px 8px !important;
}

html body #printing .print-panel dl {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 18px 28px 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(188, 207, 224, .7) !important;
}

html body #printing .print-panel dl > div {
  min-width: 0 !important;
  padding: 14px 16px !important;
  border: 0 !important;
  border-right: 1px solid rgba(188, 207, 224, .7) !important;
  border-bottom: 1px solid rgba(188, 207, 224, .7) !important;
}

html body #printing .print-panel dl > div:nth-child(2n) {
  border-right: 0 !important;
}

html body #printing .print-panel dl > div:nth-last-child(-n + 2) {
  border-bottom: 0 !important;
}

html body #printing .print-feature-tags {
  align-self: end !important;
  margin: 20px 28px 28px !important;
}

@media (max-width: 760px) {
  html body #printing .print-compare {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  html body #printing .versus {
    display: none !important;
  }

  html body #printing .print-panel {
    grid-column: 1 !important;
  }

  html body #printing .print-panel[aria-hidden="true"] {
    display: none !important;
  }

  html body #printing .print-media,
  html body #printing .print-media-video {
    min-height: 210px !important;
  }

  html body #printing .print-panel-header {
    padding: 20px 18px 6px !important;
  }

  html body #printing .print-panel dl {
    margin: 14px 18px 0 !important;
  }

  html body #printing .print-panel dl > div {
    padding: 12px !important;
  }

  html body #printing .print-feature-tags {
    margin: 16px 18px 20px !important;
  }
}

/* Corrected printing module V2: image-backed production-method comparison. */
html body #printing.printing-section {
  padding-block: clamp(82px, 8vw, 112px) clamp(68px, 7vw, 96px) !important;
  background:
    linear-gradient(180deg, #eaf2f6 0%, #f3f8fb 58%, #e7f0f5 100%) !important;
}

html body #printing .container {
  display: grid !important;
}

html body #printing .section-heading {
  order: 1 !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .72fr) !important;
  gap: clamp(40px, 7vw, 124px) !important;
  align-items: center !important;
  margin-bottom: clamp(34px, 4vw, 52px) !important;
}

html body #printing .section-heading h2 {
  max-width: 12.5em !important;
  color: #10263b !important;
  font-size: 2.75rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 980px) {
  html body #printing .section-heading h2 {
    max-width: 11em !important;
    font-size: 2.3rem !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 720px) {
  html body #printing .section-heading h2 {
    max-width: 11em !important;
    font-size: 1.72rem !important;
    line-height: 1.28 !important;
  }
}

html body #printing .section-heading > p {
  max-width: 27em !important;
  color: #6a7b89 !important;
  font-size: clamp(1.02rem, 1.22vw, 1.32rem) !important;
  font-weight: 650 !important;
  line-height: 1.78 !important;
}

html body #printing .quantity-advisor {
  order: 3 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 0 !important;
  border-top: 4px solid #24c6b0 !important;
  border-radius: 0 0 10px 10px !important;
  box-shadow: 0 30px 80px rgba(16, 45, 70, .14) !important;
}

html body #printing .quantity-control {
  display: none !important;
}

html body #printing .recommendation {
  width: 100% !important;
  min-height: 108px !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 26px !important;
  align-items: center !important;
  padding: 25px 30px !important;
  color: #10263b !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body #printing .recommendation::before,
html body #printing .recommendation::after {
  content: none !important;
  display: none !important;
}

html body #printing .recommendation-label {
  min-width: max-content !important;
  color: #10263b !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem) !important;
  font-weight: 850 !important;
}

html body #printing .recommendation strong {
  color: #6a7b89 !important;
  font-size: clamp(.96rem, 1.08vw, 1.12rem) !important;
  font-weight: 650 !important;
  line-height: 1.55 !important;
}

html body #printing .recommendation p {
  display: none !important;
}

html body #printing .recommendation-cta {
  min-height: 58px !important;
  padding-inline: 30px !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  background: #075bc7 !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(7, 91, 199, .24) !important;
}

html body #printing .print-switcher {
  display: none !important;
}

html body #printing .print-compare {
  order: 2 !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  min-height: clamp(560px, 43vw, 620px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #071827 !important;
  border: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  box-shadow: 0 34px 92px rgba(8, 33, 54, .22) !important;
}

html body #printing .print-panel {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: clamp(560px, 43vw, 620px) !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-content: stretch !important;
  padding: clamp(34px, 4vw, 58px) clamp(34px, 4.5vw, 66px) clamp(42px, 4.7vw, 62px) !important;
  overflow: hidden !important;
  color: #fff !important;
  background: #071827 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

html body #printing .print-panel-digital {
  grid-column: 1 !important;
}

html body #printing .print-panel-gravure {
  grid-column: 2 !important;
}

html body #printing .print-panel + .versus + .print-panel::before {
  content: "" !important;
  position: absolute !important;
  inset-block: 0 !important;
  left: 0 !important;
  z-index: 5 !important;
  width: 1px !important;
  background: rgba(255, 255, 255, .18) !important;
  pointer-events: none !important;
}

html body #printing .versus {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 8 !important;
  width: 62px !important;
  height: 62px !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  font-size: 1.04rem !important;
  font-weight: 900 !important;
  transform: translate(-50%, -50%) !important;
  background: #0b75f0 !important;
  border: 6px solid rgba(255, 255, 255, .9) !important;
  border-radius: 50% !important;
  box-shadow: 0 16px 34px rgba(1, 21, 38, .28) !important;
}

html body #printing .print-media,
html body #printing .print-media-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  min-height: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #071827 !important;
}

html body #printing .print-media img,
html body #printing .print-media video,
html body #printing .print-hover-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

html body #printing .print-media img {
  z-index: 1 !important;
  opacity: .94 !important;
  filter: saturate(.86) contrast(1.08) brightness(.82) !important;
  transform: scale(1.015) !important;
}

html body #printing .print-hover-video {
  z-index: 2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 180ms ease-out !important;
}

html body #printing .print-media-video.is-video-playing .print-hover-video {
  opacity: 1 !important;
}

html body #printing .print-media::before,
html body #printing .print-media::after {
  content: "" !important;
  position: absolute !important;
  inset-inline: 0 !important;
  z-index: 4 !important;
  display: block !important;
  pointer-events: none !important;
}

html body #printing .print-media::before {
  inset-block: 0 !important;
  height: auto !important;
  background:
    linear-gradient(90deg, rgba(3, 18, 31, .76) 0%, rgba(3, 18, 31, .42) 43%, rgba(3, 18, 31, .18) 100%),
    linear-gradient(180deg, rgba(3, 18, 31, .22) 0%, rgba(3, 18, 31, .16) 28%, rgba(3, 18, 31, .82) 78%, rgba(3, 18, 31, .96) 100%) !important;
}

html body #printing .print-panel-gravure .print-media::before {
  background:
    linear-gradient(90deg, rgba(3, 18, 31, .58) 0%, rgba(3, 18, 31, .22) 46%, rgba(3, 18, 31, .45) 100%),
    linear-gradient(180deg, rgba(3, 18, 31, .18) 0%, rgba(3, 18, 31, .12) 28%, rgba(3, 18, 31, .74) 78%, rgba(3, 18, 31, .94) 100%) !important;
}

html body #printing .print-media::after {
  right: clamp(34px, 4.5vw, 66px) !important;
  bottom: clamp(112px, 10vw, 148px) !important;
  left: clamp(34px, 4.5vw, 66px) !important;
  height: 1px !important;
  background: rgba(255, 255, 255, .2) !important;
}

html body #printing .print-media figcaption {
  display: none !important;
}

html body #printing .print-panel-header {
  position: relative !important;
  z-index: 4 !important;
  max-width: 34em !important;
  padding: 0 !important;
  color: #fff !important;
}

html body #printing .print-panel-header span {
  display: block !important;
  margin-bottom: 12px !important;
  color: #54d9c2 !important;
  font-size: .94rem !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
}

html body #printing .print-panel-header h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: clamp(2.6rem, 4vw, 4.45rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

html body #printing .print-panel-header p {
  max-width: 33em !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: clamp(1rem, 1.18vw, 1.2rem) !important;
  font-weight: 650 !important;
  line-height: 1.55 !important;
}

html body #printing .print-panel dl {
  position: absolute !important;
  top: clamp(38px, 4.5vw, 66px) !important;
  left: clamp(34px, 4.5vw, 66px) !important;
  z-index: 4 !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
  overflow: visible !important;
}

html body #printing .print-panel dl > div {
  display: none !important;
  border: 0 !important;
}

html body #printing .print-panel dl > div:first-child {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 0 0 20px !important;
  border-left: 3px solid #24c6b0 !important;
}

html body #printing .print-panel dl > div:first-child dt {
  order: 2 !important;
  margin-top: 2px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: .9rem !important;
  font-weight: 850 !important;
}

html body #printing .print-panel dl > div:first-child dd {
  order: 1 !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(3.1rem, 5vw, 5.6rem) !important;
  font-weight: 900 !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
}

html body #printing .print-feature-tags {
  position: relative !important;
  z-index: 4 !important;
  width: min(100%, 560px) !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px 34px !important;
  margin: clamp(28px, 3vw, 38px) 0 0 !important;
  padding: 24px 0 0 !important;
  color: #fff !important;
  border-top: 1px solid rgba(255, 255, 255, .22) !important;
  list-style: none !important;
}

html body #printing .print-feature-tags li {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(.95rem, 1.02vw, 1.08rem) !important;
  font-weight: 850 !important;
  line-height: 1.32 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body #printing .print-feature-tags li::before {
  content: "\2713" !important;
  flex: 0 0 auto !important;
  color: #39d7bd !important;
  font-size: 1.05em !important;
  font-weight: 950 !important;
}

html body #printing .recommendation-label {
  min-width: max-content !important;
  padding: 0 !important;
  color: #10263b !important;
  font-size: clamp(1rem, 1.15vw, 1.18rem) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Production module mask shape fix: keep the overlay rectangular like the image panel. */
html body #printing .print-panel::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(3, 17, 28, .28) 0%, rgba(3, 17, 28, .08) 34%, rgba(3, 17, 28, .58) 68%, rgba(3, 17, 28, .9) 100%),
    linear-gradient(90deg, rgba(3, 17, 28, .44) 0%, rgba(3, 17, 28, .18) 42%, rgba(3, 17, 28, .1) 100%) !important;
  transition: opacity 180ms ease !important;
}

html body #printing .print-panel-gravure::after {
  background:
    linear-gradient(180deg, rgba(3, 17, 28, .22) 0%, rgba(3, 17, 28, .06) 34%, rgba(3, 17, 28, .52) 68%, rgba(3, 17, 28, .84) 100%),
    linear-gradient(90deg, rgba(3, 17, 28, .32) 0%, rgba(3, 17, 28, .12) 46%, rgba(3, 17, 28, .28) 100%) !important;
}

html body #printing .print-panel:has(.print-media-video.is-video-playing)::after {
  opacity: 0 !important;
}

.hero,
.home .hero,
.front-page .hero,
body.home.front-page .hero,
body.pdl-static-theme-preview .hero,
body:has(.hero) .hero {
  color: #fff !important;
}

.hero-copy,
.home .hero-copy,
.front-page .hero-copy,
body.home.front-page .hero-copy,
body.pdl-static-theme-preview .hero-copy,
body:has(.hero) .hero-copy {
  color: #fff !important;
}

.hero-copy h1,
.home .hero-copy h1,
.front-page .hero-copy h1,
body.home.front-page .hero-copy h1,
body.pdl-static-theme-preview .hero-copy h1,
body:has(.hero) .hero-copy h1 {
  color: #fff !important;
  text-shadow: 0 4px 24px rgba(0, 11, 22, .28) !important;
}

.hero-copy .eyebrow,
.home .hero-copy .eyebrow,
.front-page .hero-copy .eyebrow,
body.home.front-page .hero-copy .eyebrow,
body.pdl-static-theme-preview .hero-copy .eyebrow,
body:has(.hero) .hero-copy .eyebrow {
  color: #3fdcc5 !important;
}

.hero-lead,
.home .hero-lead,
.front-page .hero-lead,
body.home.front-page .hero-lead,
body.pdl-static-theme-preview .hero-lead,
body:has(.hero) .hero-lead {
  color: rgba(234, 246, 255, .88) !important;
}

/* Final production-module mask override. Keep this last so older recovery rules cannot flatten it. */
html body #printing .print-panel::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  z-index: 5 !important;
  height: 62% !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
  background:
    radial-gradient(720px 380px at 22% 74%, rgba(0, 10, 20, .94) 0%, rgba(0, 10, 20, .72) 42%, rgba(0, 10, 20, 0) 78%),
    linear-gradient(180deg, rgba(0, 10, 20, 0) 0%, rgba(0, 10, 20, .34) 28%, rgba(0, 10, 20, .82) 66%, rgba(0, 10, 20, .98) 100%) !important;
  transition: opacity 180ms ease !important;
}

html body #printing .print-panel-gravure::after {
  background:
    radial-gradient(720px 380px at 22% 74%, rgba(0, 10, 20, .9) 0%, rgba(0, 10, 20, .68) 42%, rgba(0, 10, 20, 0) 78%),
    linear-gradient(180deg, rgba(0, 10, 20, 0) 0%, rgba(0, 10, 20, .3) 28%, rgba(0, 10, 20, .78) 66%, rgba(0, 10, 20, .95) 100%) !important;
}

html body #printing .print-panel:has(.print-media-video.is-video-playing)::after {
  opacity: 0 !important;
}



/* Source: assets/css/home/08-certifications-printing-polish.css */
/* Certification V2: large proof document carousel. */
html body #certifications.certification-band {
  position: relative !important;
  padding-block: clamp(74px, 7vw, 108px) !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(7, 91, 199, .11), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(13, 122, 98, .1), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #e9f4fb 48%, #f6fbff 100%) !important;
}

html body #certifications .certification-panel {
  display: grid !important;
  grid-template-columns: minmax(300px, .36fr) minmax(0, .64fr) !important;
  gap: clamp(34px, 4.4vw, 58px) !important;
  align-items: center !important;
}

html body #certifications .certification-heading {
  max-width: 470px !important;
}

html body #certifications .certification-heading h2 {
  margin: 0 !important;
  color: #10263b !important;
  font-size: clamp(2.05rem, 3vw, 3.05rem) !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

html body #certifications .certification-heading > p:not(.chapter-number) {
  max-width: 33em !important;
  margin: 18px 0 0 !important;
  color: rgba(16, 38, 59, .72) !important;
  font-size: clamp(.98rem, 1.06vw, 1.12rem) !important;
  line-height: 1.72 !important;
}

html body #certifications .certification-summary {
  gap: 8px !important;
  margin-top: 22px !important;
}

html body #certifications .certification-summary span {
  padding: 7px 10px !important;
  color: #075bc7 !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 10px 22px rgba(18, 64, 104, .08) !important;
}

html body #certifications .certification-carousel {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px) !important;
  gap: clamp(22px, 2.2vw, 32px) !important;
  align-items: center !important;
  min-height: clamp(560px, 48vw, 650px) !important;
  padding: clamp(26px, 2.6vw, 36px) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 14px !important;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .96) 0%, rgba(242, 248, 253, .88) 52%, rgba(224, 238, 248, .86) 100%),
    radial-gradient(circle at 35% 42%, rgba(7, 91, 199, .12), transparent 36%) !important;
  box-shadow: 0 34px 86px rgba(18, 52, 82, .16) !important;
}

html body #certifications .certification-carousel::before {
  content: "" !important;
  position: absolute !important;
  inset: 24px 36% 24px 24px !important;
  z-index: -1 !important;
  border-radius: 14px !important;
  background:
    radial-gradient(ellipse at 50% 78%, rgba(6, 38, 68, .16), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(214, 229, 240, .42)) !important;
}

html body #certifications .certification-stage {
  position: relative !important;
  min-height: clamp(500px, 42vw, 590px) !important;
  overflow: visible !important;
  perspective: 1100px !important;
}

html body #certifications .certification-slide {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 1 !important;
  width: clamp(245px, 26vw, 392px) !important;
  aspect-ratio: 3 / 4 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  cursor: pointer !important;
  transform: translate3d(-50%, -50%, 0) scale(.58) !important;
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(.22, .8, .25, 1),
    filter 320ms ease !important;
}

html body #certifications .certification-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 10px !important;
  object-fit: contain !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 28px 62px rgba(6, 31, 55, .24), 0 2px 0 rgba(255, 255, 255, .96) inset !important;
}

html body #certifications .certification-slide.is-active {
  z-index: 8 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(-50%, -50%, 0) scale(1) !important;
}

html body #certifications .certification-slide.is-prev {
  z-index: 5 !important;
  opacity: .74 !important;
  filter: saturate(.88) contrast(.96) !important;
  transform: translate3d(calc(-50% - 160px), -50%, 0) rotate(-4deg) scale(.76) !important;
}

html body #certifications .certification-slide.is-next {
  z-index: 5 !important;
  opacity: .74 !important;
  filter: saturate(.88) contrast(.96) !important;
  transform: translate3d(calc(-50% + 160px), -50%, 0) rotate(4deg) scale(.76) !important;
}

html body #certifications .certification-slide.is-prev-far {
  z-index: 2 !important;
  opacity: .34 !important;
  filter: saturate(.78) contrast(.9) blur(.1px) !important;
  transform: translate3d(calc(-50% - 275px), -50%, 0) rotate(-7deg) scale(.6) !important;
}

html body #certifications .certification-slide.is-next-far {
  z-index: 2 !important;
  opacity: .34 !important;
  filter: saturate(.78) contrast(.9) blur(.1px) !important;
  transform: translate3d(calc(-50% + 275px), -50%, 0) rotate(7deg) scale(.6) !important;
}

html body #certifications .certification-slide.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

html body #certifications .certification-current {
  position: relative !important;
  z-index: 12 !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 380px !important;
  height: auto !important;
  padding: clamp(24px, 2.2vw, 32px) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 84% 16%, rgba(62, 203, 183, .28), transparent 34%),
    linear-gradient(155deg, #08243d 0%, #0d5aae 100%) !important;
  box-shadow: 0 28px 64px rgba(2, 30, 58, .24) !important;
}

html body #certifications .certification-current > span {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-bottom: 14px !important;
  padding: 7px 11px !important;
  color: #10263b !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  background: #50e0c3 !important;
}

html body #certifications .certification-current h3 {
  margin: 0 0 20px !important;
  color: #fff !important;
  font-size: clamp(1.28rem, 1.42vw, 1.62rem) !important;
  font-weight: 950 !important;
  line-height: 1.24 !important;
}

html body #certifications .certification-current dl {
  display: grid !important;
  gap: 14px !important;
  margin: 0 0 20px !important;
}

html body #certifications .certification-current dl div {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(255, 255, 255, .18) !important;
}

html body #certifications .certification-current dt {
  color: rgba(255, 255, 255, .58) !important;
  font-size: .74rem !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

html body #certifications .certification-current dd {
  margin: 0 !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: .9rem !important;
  font-weight: 750 !important;
  line-height: 1.58 !important;
  overflow-wrap: anywhere !important;
}

html body #certifications .certification-current strong {
  display: block !important;
  margin-top: auto !important;
  color: rgba(255, 255, 255, .74) !important;
  font-size: .86rem !important;
  font-weight: 750 !important;
  line-height: 1.58 !important;
}

html body #certifications .certification-nav {
  position: absolute !important;
  bottom: clamp(28px, 3vw, 40px) !important;
  z-index: 24 !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  color: #075bc7 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 14px 32px rgba(4, 32, 58, .18) !important;
}

html body #certifications .certification-nav svg {
  width: 18px !important;
  height: 18px !important;
}

html body #certifications .certification-nav-prev {
  left: clamp(30px, 3.2vw, 44px) !important;
  transform: rotate(180deg) !important;
}

html body #certifications .certification-nav-next {
  left: calc(clamp(30px, 3.2vw, 44px) + 58px) !important;
}

html body #certifications .certification-note {
  max-width: min(1180px, calc(100vw - 40px)) !important;
  margin-top: 22px !important;
  color: rgba(16, 38, 59, .58) !important;
  font-size: .86rem !important;
  line-height: 1.65 !important;
}

@media (hover: hover) {
  html body #certifications .certification-slide:hover img,
  html body #certifications .certification-slide:focus-visible img {
    box-shadow: 0 34px 76px rgba(6, 31, 55, .3), 0 0 0 3px rgba(7, 91, 199, .1) !important;
  }
}

@media (max-width: 1060px) {
  html body #certifications .certification-panel {
    grid-template-columns: 1fr !important;
  }

  html body #certifications .certification-heading {
    max-width: 760px !important;
  }
}

@media (max-width: 780px) {
  html body #certifications.certification-band {
    padding-block: 54px 62px !important;
  }

  html body #certifications .certification-carousel {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 12px !important;
  }

  html body #certifications .certification-stage {
    min-height: 330px !important;
  }

  html body #certifications .certification-slide {
    width: min(60vw, 220px) !important;
  }

  html body #certifications .certification-slide.is-prev {
    opacity: .42 !important;
    transform: translate3d(calc(-50% - 96px), -50%, 0) rotate(-4deg) scale(.68) !important;
  }

  html body #certifications .certification-slide.is-next {
    opacity: .42 !important;
    transform: translate3d(calc(-50% + 96px), -50%, 0) rotate(4deg) scale(.68) !important;
  }

  html body #certifications .certification-slide.is-prev-far,
  html body #certifications .certification-slide.is-next-far {
    opacity: 0 !important;
  }

  html body #certifications .certification-current {
    min-height: 0 !important;
    padding: 20px !important;
  }

  html body #certifications .certification-nav {
    bottom: auto !important;
    top: 282px !important;
  }

  html body #certifications .certification-nav-prev {
    left: 22px !important;
  }

  html body #certifications .certification-nav-next {
    right: 22px !important;
    left: auto !important;
  }
}

/* Certificate image framing: enlarge scanned document content without editing source files. */
html body #certifications .certification-slide {
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 28px 62px rgba(6, 31, 55, .22) !important;
}

html body #certifications .certification-slide img {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: scale(1.2) !important;
  transform-origin: center center !important;
}

html body #certifications .certification-slide.is-active img {
  transform: scale(1.24) !important;
}

html body #certifications .certification-slide:hover,
html body #certifications .certification-slide:focus-visible {
  box-shadow: 0 34px 76px rgba(6, 31, 55, .3), 0 0 0 3px rgba(7, 91, 199, .1) !important;
}

/* Production module readability: make the text backing visibly darker in normal state. */
html body #printing .print-panel::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 5 !important;
  height: 58% !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
  background:
    radial-gradient(620px 360px at 20% 72%, rgba(1, 10, 18, .9) 0%, rgba(1, 10, 18, .62) 46%, rgba(1, 10, 18, 0) 76%),
    linear-gradient(180deg, rgba(1, 10, 18, 0) 0%, rgba(1, 10, 18, .46) 33%, rgba(1, 10, 18, .86) 68%, rgba(1, 10, 18, .97) 100%) !important;
  transition: opacity 180ms ease !important;
}

html body #printing .print-panel-gravure::after {
  background:
    radial-gradient(620px 360px at 20% 72%, rgba(1, 10, 18, .86) 0%, rgba(1, 10, 18, .56) 46%, rgba(1, 10, 18, 0) 76%),
    linear-gradient(180deg, rgba(1, 10, 18, 0) 0%, rgba(1, 10, 18, .42) 33%, rgba(1, 10, 18, .82) 68%, rgba(1, 10, 18, .94) 100%) !important;
}

html body #printing .print-panel-header,
html body #printing .print-panel dl,
html body #printing .print-feature-tags {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .5) !important;
}

html body #printing .print-panel:has(.print-media-video.is-video-playing)::after {
  opacity: 0 !important;
}

html body #printing .section-heading > p {
  max-width: 29em !important;
  font-size: clamp(.98rem, 1.08vw, 1.16rem) !important;
  line-height: 1.7 !important;
}

@media (hover: hover) {
  html body #printing .print-panel:hover .print-media img,
  html body #printing .print-panel:focus-within .print-media img {
    transform: scale(1.045) !important;
    transition: transform 760ms cubic-bezier(.22, .8, .25, 1), filter 280ms ease !important;
  }
}

@media (max-width: 980px) {
  html body #printing.printing-section {
    padding-block: 52px 58px !important;
  }

  html body #printing .section-heading {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
  }

  html body #printing .section-heading > p {
    max-width: none !important;
    font-size: .96rem !important;
    line-height: 1.62 !important;
  }

  html body #printing .print-switcher {
    order: 2 !important;
    display: block !important;
    margin: 0 0 16px !important;
  }

  html body #printing .print-switcher-heading {
    display: none !important;
  }

  html body #printing .print-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 5px !important;
    background: rgba(255, 255, 255, .72) !important;
    border: 1px solid rgba(162, 188, 208, .58) !important;
    border-radius: 10px !important;
  }

  html body #printing .print-tabs button {
    min-height: 58px !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
  }

  html body #printing .print-tabs button .print-tab-arrow {
    display: none !important;
  }

  html body #printing .print-compare {
    order: 3 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 560px !important;
    border-radius: 10px 10px 0 0 !important;
  }

  html body #printing .versus {
    display: none !important;
  }

  html body #printing .print-panel {
    grid-column: 1 !important;
    min-height: 560px !important;
    padding: 32px 24px 34px !important;
  }

  html body #printing .print-panel[aria-hidden="true"] {
    display: none !important;
  }

  html body #printing .print-panel + .versus + .print-panel::before {
    content: none !important;
    display: none !important;
  }

  html body #printing .print-panel-header h3 {
    font-size: clamp(2.28rem, 12vw, 3.3rem) !important;
  }

  html body #printing .print-panel dl {
    top: 30px !important;
    left: 24px !important;
  }

  html body #printing .print-panel dl > div:first-child {
    padding-left: 14px !important;
  }

  html body #printing .print-panel dl > div:first-child dd {
    font-size: clamp(2.75rem, 14vw, 4.2rem) !important;
  }

  html body #printing .print-media::after {
    right: 24px !important;
    bottom: 122px !important;
    left: 24px !important;
  }

  html body #printing .print-media figcaption {
    display: none !important;
  }

  html body #printing .print-feature-tags {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 11px !important;
    margin-top: 22px !important;
    padding-top: 18px !important;
  }

  html body #printing .quantity-advisor {
    order: 4 !important;
  }

  html body #printing .recommendation {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 20px 18px !important;
  }

  html body #printing .recommendation-cta {
    width: 100% !important;
    min-height: 52px !important;
  }
}

body.home.front-page #printing.printing-section .print-compare .print-panel ul.print-feature-tags > li {
  min-height: auto !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}



/* Source: assets/css/home/09-printing-final.css */
/* Production module: final V2 interpretation, with the photo as the content background. */
html body #printing.printing-section {
  background: linear-gradient(180deg, #e7f0f5 0%, #f4f8fb 48%, #e8f1f6 100%) !important;
}

html body #printing .section-heading {
  margin-bottom: clamp(30px, 3.8vw, 48px) !important;
}

html body #printing .print-compare {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  min-height: clamp(520px, 38vw, 590px) !important;
  overflow: hidden !important;
  background: #061725 !important;
  border-radius: 10px 10px 0 0 !important;
  box-shadow:
    inset 0 -4px 0 #24c6b0,
    0 34px 86px rgba(8, 33, 54, .24) !important;
}

html body #printing .print-panel {
  position: relative !important;
  min-height: clamp(520px, 38vw, 590px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: clamp(34px, 4vw, 58px) clamp(32px, 4.2vw, 58px) clamp(42px, 4.5vw, 58px) !important;
  overflow: hidden !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

html body #printing .print-panel + .versus + .print-panel::before {
  content: "" !important;
  position: absolute !important;
  inset-block: 0 !important;
  left: 0 !important;
  z-index: 7 !important;
  width: 1px !important;
  background: rgba(255, 255, 255, .16) !important;
  pointer-events: none !important;
}

html body #printing .print-media,
html body #printing .print-media-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #061725 !important;
  border: 0 !important;
}

html body #printing .print-media img,
html body #printing .print-media video,
html body #printing .print-hover-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

html body #printing .print-media img {
  z-index: 1 !important;
  opacity: 1 !important;
  filter: saturate(.9) contrast(1.05) brightness(.9) !important;
  transform: scale(1.015) !important;
  transition: transform 760ms cubic-bezier(.22, .8, .25, 1), filter 280ms ease !important;
}

html body #printing .print-hover-video {
  z-index: 2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 180ms ease-out !important;
}

html body #printing .print-media-video.is-video-playing .print-hover-video {
  opacity: 1 !important;
}

html body #printing .print-media::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(3, 17, 28, .58) 0%, rgba(3, 17, 28, .16) 32%, rgba(3, 17, 28, .36) 57%, rgba(3, 17, 28, .93) 100%),
    linear-gradient(90deg, rgba(3, 17, 28, .72) 0%, rgba(3, 17, 28, .34) 38%, rgba(3, 17, 28, .18) 100%) !important;
}

html body #printing .print-panel-gravure .print-media::before {
  background:
    linear-gradient(180deg, rgba(3, 17, 28, .46) 0%, rgba(3, 17, 28, .12) 32%, rgba(3, 17, 28, .34) 57%, rgba(3, 17, 28, .88) 100%),
    linear-gradient(90deg, rgba(3, 17, 28, .46) 0%, rgba(3, 17, 28, .18) 42%, rgba(3, 17, 28, .46) 100%) !important;
}

html body #printing .print-media::after {
  content: "" !important;
  position: absolute !important;
  right: clamp(32px, 4.2vw, 58px) !important;
  bottom: clamp(112px, 8vw, 136px) !important;
  left: clamp(32px, 4.2vw, 58px) !important;
  z-index: 5 !important;
  height: 1px !important;
  display: block !important;
  pointer-events: none !important;
  background: rgba(255, 255, 255, .2) !important;
}

html body #printing .print-media figcaption {
  display: none !important;
}

html body #printing .print-panel-header,
html body #printing .print-panel dl,
html body #printing .print-feature-tags,
html body #printing .versus {
  pointer-events: none !important;
}

html body #printing .print-panel-header {
  position: relative !important;
  z-index: 6 !important;
  width: min(100%, 28rem) !important;
  max-width: calc(100% - 24px) !important;
  padding: 0 !important;
  color: #fff !important;
}

html body #printing .print-panel-header span {
  display: block !important;
  margin-bottom: 12px !important;
  color: #47d7bf !important;
  font-size: clamp(.88rem, .92vw, .98rem) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}

html body #printing .print-panel-header h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: clamp(2.75rem, 3.7vw, 4.2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html body #printing .print-panel-header p {
  width: min(100%, 24em) !important;
  max-width: 24em !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: clamp(.98rem, 1.02vw, 1.12rem) !important;
  font-weight: 650 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

html body #printing .print-panel dl {
  position: absolute !important;
  top: clamp(38px, 4.2vw, 58px) !important;
  left: clamp(32px, 4.2vw, 58px) !important;
  z-index: 6 !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

html body #printing .print-panel dl > div {
  display: none !important;
}

html body #printing .print-panel dl > div:first-child {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 0 0 20px !important;
  border: 0 !important;
  border-left: 3px solid #24c6b0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body #printing .print-panel dl > div:first-child dt {
  order: 2 !important;
  margin: 3px 0 0 !important;
  color: rgba(255, 255, 255, .74) !important;
  font-size: .88rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

html body #printing .print-panel dl > div:first-child dd {
  order: 1 !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(3rem, 4.8vw, 5.4rem) !important;
  font-weight: 900 !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
}

html body #printing .print-feature-tags {
  position: relative !important;
  z-index: 6 !important;
  width: min(100%, 520px) !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 28px !important;
  margin: clamp(28px, 3vw, 36px) 0 0 !important;
  padding: 24px 0 0 !important;
  color: #fff !important;
  border-top: 1px solid rgba(255, 255, 255, .22) !important;
  list-style: none !important;
}

body.home.front-page #printing.printing-section .print-compare .print-panel ul.print-feature-tags > li {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: auto !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: clamp(.94rem, .98vw, 1.04rem) !important;
  font-weight: 850 !important;
  line-height: 1.32 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: normal !important;
}

html body #printing .print-feature-tags li::before {
  content: "\2713" !important;
  flex: 0 0 auto !important;
  color: #39d7bd !important;
  font-size: 1.05em !important;
  font-weight: 950 !important;
}

@media (hover: hover) {
  html body #printing .print-panel:hover .print-media img,
  html body #printing .print-panel:focus-within .print-media img {
    filter: saturate(.96) contrast(1.08) brightness(.95) !important;
    transform: scale(1.045) !important;
  }
}

@media (max-width: 980px) {
  html body #printing .print-compare {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 500px !important;
  }

  html body #printing .print-panel {
    grid-column: 1 !important;
    min-height: 500px !important;
    padding: 32px 24px 34px !important;
  }

  html body #printing .print-panel-header {
    width: min(100%, 24rem) !important;
    max-width: none !important;
  }

  html body #printing .print-panel-header h3 {
    font-size: clamp(2.3rem, 12vw, 3.3rem) !important;
  }

  html body #printing .print-panel dl {
    top: 30px !important;
    left: 24px !important;
  }

  html body #printing .print-panel dl > div:first-child {
    padding-left: 14px !important;
  }

  html body #printing .print-panel dl > div:first-child dd {
    font-size: clamp(2.75rem, 14vw, 4.2rem) !important;
  }

  html body #printing .print-media::after {
    right: 24px !important;
    bottom: 122px !important;
    left: 24px !important;
  }

  html body #printing .print-feature-tags {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 11px !important;
    margin-top: 22px !important;
    padding-top: 18px !important;
  }
}

/* Production module corrections: readable text mask, centered VS, hide copy while video plays. */
html body #printing .print-panel::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 5 !important;
  height: 46% !important;
  display: block !important;
  pointer-events: none !important;
  background:
    radial-gradient(560px 280px at 18% 78%, rgba(2, 12, 22, .82), rgba(2, 12, 22, 0) 70%),
    linear-gradient(180deg, rgba(2, 12, 22, 0) 0%, rgba(2, 12, 22, .72) 52%, rgba(2, 12, 22, .94) 100%) !important;
}

html body #printing .print-panel-gravure::after {
  background:
    radial-gradient(560px 280px at 22% 78%, rgba(2, 12, 22, .78), rgba(2, 12, 22, 0) 70%),
    linear-gradient(180deg, rgba(2, 12, 22, 0) 0%, rgba(2, 12, 22, .68) 52%, rgba(2, 12, 22, .9) 100%) !important;
}

html body #printing .versus {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 20 !important;
  width: 62px !important;
  height: 62px !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  font-size: 1.04rem !important;
  font-weight: 900 !important;
  transform: translate(-50%, -50%) !important;
  background: #0b75f0 !important;
  border: 6px solid rgba(255, 255, 255, .92) !important;
  border-radius: 50% !important;
  box-shadow: 0 18px 38px rgba(1, 21, 38, .34) !important;
}

@media (max-width: 980px) {
  html body #printing .versus {
    display: none !important;
  }
}

html body #printing .print-media-video ~ .print-panel-header,
html body #printing .print-media-video ~ dl,
html body #printing .print-media-video ~ .print-feature-tags {
  transition: opacity 180ms ease, transform 180ms ease !important;
}

html body #printing .print-media-video.is-video-playing ~ .print-panel-header,
html body #printing .print-media-video.is-video-playing ~ dl,
html body #printing .print-media-video.is-video-playing ~ .print-feature-tags {
  opacity: 0 !important;
  transform: translateY(8px) !important;
}

html body #printing .recommendation-label {
  min-width: max-content !important;
  padding: 0 !important;
  color: #10263b !important;
  font-size: clamp(1rem, 1.15vw, 1.18rem) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Final mask cleanup: rectangular overlays only, no oval/radial blobs. */
.hero-stage::after,
.home .hero-stage::after,
.front-page .hero-stage::after,
body.home.front-page .hero-stage::after,
body.pdl-static-theme-preview .hero-stage::after,
body:has(.hero) .hero-stage::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border-radius: 0 !important;
  filter: none !important;
}

.hero::before,
.home .hero::before,
.front-page .hero::before,
body.home.front-page .hero::before,
body.pdl-static-theme-preview .hero::before,
body:has(.hero) .hero::before {
  background:
    linear-gradient(90deg, rgba(3, 16, 28, .96) 0%, rgba(5, 24, 39, .84) 35%, rgba(7, 32, 50, .5) 66%, rgba(7, 31, 48, .72) 100%),
    linear-gradient(180deg, rgba(5, 23, 38, .1) 0%, rgba(6, 28, 45, .36) 50%, rgba(8, 42, 66, .88) 78%, #0d4264 100%),
    url("../../images/factory-real/workshop-wide.webp") center / cover no-repeat !important;
}

.hero::after,
.home .hero::after,
.front-page .hero::after,
body.home.front-page .hero::after,
body.pdl-static-theme-preview .hero::after,
body:has(.hero) .hero::after {
  right: 0 !important;
  bottom: -120px !important;
  left: 0 !important;
  z-index: 1 !important;
  height: clamp(430px, 42vw, 620px) !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, rgba(7, 31, 48, 0) 0%, rgba(9, 42, 64, .26) 24%, rgba(10, 50, 76, .78) 55%, rgba(13, 66, 100, .98) 76%, #eaf5fa 100%) !important;
}

html body #printing .print-media::before,
html body #printing .print-media::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

html body #printing .print-panel::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: none !important;
  border-radius: 0 !important;
  filter: none !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    180deg,
    rgba(3, 17, 28, .34) 0%,
    rgba(3, 17, 28, .16) 30%,
    rgba(3, 17, 28, .38) 52%,
    rgba(3, 17, 28, .82) 72%,
    rgba(3, 17, 28, .97) 100%
  ) !important;
  transition: opacity 180ms ease !important;
}

html body #printing .print-panel-gravure::after {
  background: linear-gradient(
    180deg,
    rgba(3, 17, 28, .28) 0%,
    rgba(3, 17, 28, .12) 30%,
    rgba(3, 17, 28, .34) 52%,
    rgba(3, 17, 28, .78) 72%,
    rgba(3, 17, 28, .95) 100%
  ) !important;
}

html body #printing .print-panel:has(.print-media-video.is-video-playing)::after {
  opacity: 0 !important;
}



/* Source: assets/css/home/10-proof-faq.css */
/* Final trust-strip sizing: icon and two-line copy share one vertical center. */
.trust-grid article,
body.home.front-page .trust-grid article,
body.pdl-static-theme-preview .trust-grid article {
  grid-template-columns: 52px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  align-content: center !important;
  align-items: start !important;
}

.case-more-entry {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.case-more-entry a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 750;
}

.case-more-entry svg {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.case-more-entry a:hover svg,
.case-more-entry a:focus-visible svg {
  transform: translateX(4px);
}

@media (max-width: 720px) {
  .case-more-entry {
    justify-content: center;
    margin-top: 14px;
  }
}

.trust-grid article > svg,
body.home.front-page .trust-grid article > svg,
body.pdl-static-theme-preview .trust-grid article > svg {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  align-self: center !important;
  color: #075bc7 !important;
}

@media (max-width: 720px) {
  .trust-grid article,
  body.home.front-page .trust-grid article,
  body.pdl-static-theme-preview .trust-grid article {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  .trust-grid article > svg,
  body.home.front-page .trust-grid article > svg,
  body.pdl-static-theme-preview .trust-grid article > svg {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Card-light homepage experiment. Roll back to checkpoint 1cb31c0 if rejected. */
.factory-video-section::before {
  background:
    linear-gradient(90deg, rgba(5, 17, 29, .95) 0%, rgba(7, 24, 39, .84) 38%, rgba(7, 24, 39, .56) 68%, rgba(7, 24, 39, .4) 100%),
    linear-gradient(180deg, rgba(4, 13, 22, .3) 0%, rgba(4, 13, 22, .76) 100%) !important;
}

.factory-video-section .factory-copy {
  width: min(100%, 780px) !important;
  max-width: 780px !important;
  padding: clamp(26px, 3vw, 40px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.factory-video-section .factory-stats > div {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 12px !important;
  align-content: center !important;
  align-items: center !important;
}

.factory-video-section .factory-stats > div > svg {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  width: 32px !important;
  height: 32px !important;
  color: #58dfc5 !important;
  stroke-width: 1.8 !important;
}

.factory-video-section .factory-stats > div > strong,
.factory-video-section .factory-stats > div > span {
  grid-column: 2 !important;
  min-width: 0 !important;
}

html body #certifications .certification-panel {
  overflow: visible !important;
}

html body #certifications .certification-heading {
  position: relative !important;
  z-index: 20 !important;
}

html body #certifications .certification-carousel {
  z-index: 1 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body #certifications .certification-carousel::before {
  content: none !important;
  display: none !important;
}

html body #certifications .certification-stage {
  z-index: 1 !important;
  overflow: visible !important;
}

html body #certifications .certification-slide {
  width: clamp(250px, 24vw, 360px) !important;
}

html body #certifications .certification-slide img,
html body #certifications .certification-slide.is-active img {
  padding: 0 !important;
  image-rendering: auto !important;
  transform: none !important;
}

html body #certifications .certification-slide.is-prev {
  z-index: 4 !important;
  opacity: .58 !important;
  transform: translate3d(calc(-50% - 152px), -50%, 0) rotate(-4deg) scale(.8) !important;
}

html body #certifications .certification-slide.is-next {
  z-index: 4 !important;
  opacity: .58 !important;
  transform: translate3d(calc(-50% + 152px), -50%, 0) rotate(4deg) scale(.8) !important;
}

html body #certifications .certification-slide.is-prev-far {
  z-index: 1 !important;
  opacity: .24 !important;
  transform: translate3d(calc(-50% - 260px), -50%, 0) rotate(-7deg) scale(.64) !important;
}

html body #certifications .certification-slide.is-next-far {
  z-index: 1 !important;
  opacity: .24 !important;
  transform: translate3d(calc(-50% + 260px), -50%, 0) rotate(7deg) scale(.64) !important;
}

html body #certifications .certification-current {
  z-index: 20 !important;
}

html body #certifications .certification-current strong {
  margin-top: 0 !important;
}

@media (max-width: 780px) {
  .factory-video-section .factory-copy {
    padding: 16px 0 18px !important;
  }

  .factory-video-section .factory-stats > div {
    grid-template-columns: 27px minmax(0, 1fr) !important;
    column-gap: 9px !important;
  }

  .factory-video-section .factory-stats > div > svg {
    width: 27px !important;
    height: 27px !important;
  }

  html body #certifications .certification-carousel {
    gap: 20px !important;
  }

  html body #certifications .certification-slide.is-prev {
    opacity: .38 !important;
    transform: translate3d(calc(-50% - 92px), -50%, 0) rotate(-4deg) scale(.68) !important;
  }

  html body #certifications .certification-slide.is-next {
    opacity: .38 !important;
    transform: translate3d(calc(-50% + 92px), -50%, 0) rotate(4deg) scale(.68) !important;
  }

  html body #certifications .certification-slide.is-prev-far,
  html body #certifications .certification-slide.is-next-far {
    opacity: 0 !important;
  }
}

/* Smooth FAQ disclosure without fixed answer heights. */
.has-js #faq .accordion-panel {
  height: auto !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transform: translateY(-4px) !important;
  transition:
    max-height 340ms cubic-bezier(.22, .8, .25, 1),
    opacity 220ms ease,
    transform 280ms cubic-bezier(.22, .8, .25, 1),
    padding-bottom 340ms cubic-bezier(.22, .8, .25, 1) !important;
}

.has-js #faq .accordion-item.is-open .accordion-panel {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (max-width: 720px) {
  html body #certifications .certification-heading h2 {
    font-size: 1.72rem !important;
    line-height: 1.28 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-js #faq .accordion-panel {
    transition: none !important;
  }
}


/* Source: assets/css/home/11-responsive-mobile.css */
/* Mobile conversion pass: reduce vertical cost without changing approved desktop layouts. */
@media (max-width: 720px) {
  .hero-grid,
  body.home.front-page .hero-grid,
  body.pdl-static-theme-preview .hero-grid {
    gap: 0 !important;
    min-height: 0 !important;
    padding-top: 92px !important;
    padding-bottom: 34px !important;
  }

  .hero-stage,
  body.home.front-page .hero-stage,
  body.pdl-static-theme-preview .hero-stage {
    display: none !important;
    min-height: 0 !important;
  }

  .hero-secondary-link,
  body.home.front-page .hero-secondary-link,
  body.pdl-static-theme-preview .hero-secondary-link {
    color: rgba(255, 255, 255, .88) !important;
  }

  .trust-strip,
  body.home.front-page .trust-strip,
  body.pdl-static-theme-preview .trust-strip {
    padding-block: 10px 14px !important;
  }

  .trust-grid,
  body.home.front-page .trust-grid,
  body.pdl-static-theme-preview .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: rgba(176, 204, 225, .5) !important;
  }

  .trust-grid article,
  body.home.front-page .trust-grid article,
  body.pdl-static-theme-preview .trust-grid article {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 8px !important;
    row-gap: 3px !important;
    align-content: center !important;
    min-height: 96px !important;
    padding: 12px 10px !important;
    background: rgba(248, 252, 255, .94) !important;
  }

  .trust-grid article > svg,
  body.home.front-page .trust-grid article > svg,
  body.pdl-static-theme-preview .trust-grid article > svg {
    width: 28px !important;
    height: 28px !important;
  }

  .trust-grid .trust-number,
  body.home.front-page .trust-grid .trust-number,
  body.pdl-static-theme-preview .trust-grid .trust-number {
    font-size: clamp(.98rem, 4.1vw, 1.12rem) !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }

  .trust-grid article strong,
  body.home.front-page .trust-grid article strong,
  body.pdl-static-theme-preview .trust-grid article strong {
    margin: 0 !important;
    font-size: .72rem !important;
    line-height: 1.28 !important;
  }

  .trust-grid article p,
  body.home.front-page .trust-grid article p,
  body.pdl-static-theme-preview .trust-grid article p {
    display: none !important;
  }

  .final-paths-section,
  body.home.front-page .final-paths-section,
  body.pdl-static-theme-preview .final-paths-section {
    padding-block: 42px 48px !important;
  }

  .final-paths-section .section-heading {
    margin-bottom: 22px !important;
  }

  .final-paths-section .section-heading > p {
    display: none !important;
  }

  .final-path-grid,
  body.home.front-page .final-path-grid,
  body.pdl-static-theme-preview .final-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .final-path-card,
  body.home.front-page .final-path-card,
  body.pdl-static-theme-preview .final-path-card {
    height: 154px !important;
    min-height: 0 !important;
    border-radius: 16px !important;
  }

  .final-path-card:first-child,
  body.home.front-page .final-path-card:first-child,
  body.pdl-static-theme-preview .final-path-card:first-child {
    grid-column: 1 / -1 !important;
    height: 188px !important;
  }

  .final-path-copy,
  body.home.front-page .final-path-copy,
  body.pdl-static-theme-preview .final-path-copy {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    gap: 3px !important;
  }

  .final-path-card:first-child .final-path-copy,
  body.home.front-page .final-path-card:first-child .final-path-copy,
  body.pdl-static-theme-preview .final-path-card:first-child .final-path-copy {
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
  }

  .final-path-copy strong,
  body.home.front-page .final-path-copy strong,
  body.pdl-static-theme-preview .final-path-copy strong {
    max-width: none !important;
    font-size: .98rem !important;
    line-height: 1.22 !important;
  }

  .final-path-card:first-child .final-path-copy strong,
  body.home.front-page .final-path-card:first-child .final-path-copy strong,
  body.pdl-static-theme-preview .final-path-card:first-child .final-path-copy strong {
    font-size: 1.18rem !important;
  }

  .final-path-copy em,
  body.home.front-page .final-path-copy em,
  body.pdl-static-theme-preview .final-path-copy em {
    display: none !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]),
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden])[aria-expanded="true"],
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-auto-active,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]).is-deck-current {
    min-height: 292px !important;
    height: 292px !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy,
  #applications .application-grid[data-deck="applications"] .application-card:hover .application-copy,
  #applications .application-grid[data-deck="applications"] .application-card:focus-visible .application-copy,
  #applications .application-grid[data-deck="applications"] .application-card[aria-expanded="true"] .application-copy,
  #applications .application-grid[data-deck="applications"] .application-card.is-auto-active .application-copy,
  #applications .application-grid[data-deck="applications"] .application-card.is-deck-current .application-copy {
    position: absolute !important;
    inset: auto 0 0 !important;
    z-index: 5 !important;
    display: flex !important;
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
    min-height: 78px !important;
    padding: 0 18px 18px !important;
    opacity: 1 !important;
    color: #fff !important;
    background: transparent !important;
    transform: none !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy strong,
  #applications .application-grid[data-deck="applications"] .application-card[aria-expanded="true"] .application-copy strong,
  #applications .application-grid[data-deck="applications"] .application-card.is-auto-active .application-copy strong,
  #applications .application-grid[data-deck="applications"] .application-card.is-deck-current .application-copy strong,
  #applications .application-grid[data-deck="applications"] .application-copy small,
  #applications .application-grid[data-deck="applications"] .application-card[aria-expanded="true"] .application-copy small,
  #applications .application-grid[data-deck="applications"] .application-card.is-auto-active .application-copy small,
  #applications .application-grid[data-deck="applications"] .application-card.is-deck-current .application-copy small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    transform: none !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy strong {
    font-size: 1.12rem !important;
    line-height: 1.2 !important;
  }

  #applications .application-grid[data-deck="applications"] .application-copy small {
    margin-top: 4px !important;
    color: rgba(255, 255, 255, .86) !important;
    font-size: .76rem !important;
    line-height: 1.3 !important;
  }

  #bag-types.bag-section,
  body.home.front-page #bag-types.bag-section,
  body.pdl-static-theme-preview #bag-types.bag-section {
    padding-block: 44px 50px !important;
  }

  #bag-types .section-heading {
    margin-bottom: 20px !important;
  }

  #bag-types .section-heading > p {
    display: none !important;
  }

  #bag-types [data-deck="bags"],
  body.home.front-page #bag-types [data-deck="bags"],
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] {
    gap: 10px !important;
  }

  #bag-types [data-deck="bags"] .bag-card,
  #bag-types [data-deck="bags"] .bag-card:hover,
  #bag-types [data-deck="bags"] .bag-card:focus-within,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:hover,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card:focus-within,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:hover,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card:focus-within {
    min-height: 184px !important;
    height: 184px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 10px 8px 12px !important;
  }

  #bag-types [data-deck="bags"] .bag-card .bag-card-image-link,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card .bag-card-image-link,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card .bag-card-image-link {
    flex: 0 0 128px !important;
    width: 100% !important;
    height: 128px !important;
    min-height: 0 !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;
  }

  #bag-types [data-deck="bags"] .bag-card .bag-card-image-link img,
  #bag-types [data-deck="bags"] .bag-card:hover .bag-card-image-link img,
  #bag-types [data-deck="bags"] .bag-card:focus-within .bag-card-image-link img,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card .bag-card-image-link img,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card .bag-card-image-link img {
    width: min(100%, 126px) !important;
    height: 122px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  #bag-types [data-deck="bags"] .bag-card > div,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card > div,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card > div {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    margin: 0 !important;
    text-align: center !important;
  }

  #bag-types [data-deck="bags"] .bag-card h3,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card h3,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  #bag-types [data-deck="bags"] .bag-card p,
  #bag-types [data-deck="bags"] .bag-card span,
  #bag-types [data-deck="bags"] .bag-card > div > a,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card p,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card span,
  body.home.front-page #bag-types [data-deck="bags"] .bag-card > div > a,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card p,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card span,
  body.pdl-static-theme-preview #bag-types [data-deck="bags"] .bag-card > div > a {
    display: none !important;
  }

  html body #printing.printing-section {
    padding-block: 44px 50px !important;
  }

  html body #printing .section-heading {
    margin-bottom: 18px !important;
  }

  html body #printing .section-heading > p {
    display: none !important;
  }

  html body #printing .print-switcher {
    margin-bottom: 10px !important;
  }

  html body #printing .print-tabs button {
    min-height: 50px !important;
    padding: 7px 9px !important;
  }

  html body #printing .print-tabs button > svg:first-child {
    width: 20px !important;
    height: 20px !important;
  }

  html body #printing .print-tabs button small {
    display: none !important;
  }

  html body #printing .print-compare,
  html body #printing .print-panel {
    min-height: 410px !important;
    height: 410px !important;
  }

  html body #printing .print-panel {
    padding: 24px 18px 24px !important;
  }

  html body #printing .print-panel dl {
    top: 22px !important;
    left: 18px !important;
  }

  html body #printing .print-panel dl > div:first-child dd {
    font-size: clamp(2.15rem, 11vw, 2.8rem) !important;
    line-height: .94 !important;
  }

  html body #printing .print-panel dl > div:first-child dt {
    font-size: .72rem !important;
  }

  html body #printing .print-panel-header h3 {
    margin-bottom: 6px !important;
    font-size: clamp(1.75rem, 8.2vw, 2.2rem) !important;
    line-height: 1.04 !important;
  }

  html body #printing .print-panel-header p {
    font-size: .84rem !important;
    line-height: 1.42 !important;
  }

  html body #printing .print-feature-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 12px !important;
    margin-top: 14px !important;
    padding-top: 12px !important;
  }

  body.home.front-page #printing.printing-section .print-compare .print-panel ul.print-feature-tags > li {
    gap: 6px !important;
    font-size: .75rem !important;
  }

  html body #printing .quantity-advisor {
    gap: 8px !important;
    margin-top: 12px !important;
  }

  html body #printing .quantity-control {
    gap: 5px !important;
    padding: 10px !important;
  }

  html body #printing .quantity-control > span,
  html body #printing .quantity-edit {
    display: none !important;
  }

  html body #printing .quantity-control button[data-quantity] {
    min-height: 38px !important;
    padding-inline: 8px !important;
  }

  html body #printing .recommendation {
    gap: 8px !important;
    padding: 14px !important;
  }

  html body #printing .recommendation-label,
  html body #printing .recommendation p {
    display: none !important;
  }

  html body #printing .recommendation strong {
    font-size: .82rem !important;
    line-height: 1.42 !important;
  }

  html body #printing .recommendation-cta {
    min-height: 44px !important;
  }

  html body #materials.materials-section {
    padding-block: 46px 50px !important;
  }

  html body #materials .section-heading {
    margin-bottom: 16px !important;
  }

  html body #materials .material-experience-shell {
    gap: 8px !important;
    padding: 12px !important;
  }

  html body #materials .material-control-rail {
    padding-top: 4px !important;
  }

  html body #materials .material-control-copy {
    margin-bottom: 10px !important;
  }

  html body #materials .material-control-copy h3 {
    font-size: 1.38rem !important;
  }

  html body #materials .material-control-copy > p:last-child {
    display: none !important;
  }

  html body #materials .material-preview,
  html body #materials .material-stage {
    min-height: 276px !important;
  }

  html body #materials .material-stage {
    height: 276px !important;
    padding: 4px 0 8px !important;
  }

  html body #materials .material-pouch,
  html body #materials .material-preview:hover .material-pouch,
  html body #materials .material-preview:focus-within .material-pouch {
    width: min(82%, 226px) !important;
    height: 252px !important;
    transform: translate(-2%, 4px) scale(1) !important;
  }

  html body #materials .material-info {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  html body #materials .material-info > :not(.material-cta) {
    display: none !important;
  }

  html body #materials .material-cta {
    display: block !important;
    margin: 2px 0 0 !important;
  }

  html body #materials .material-cta .button {
    width: 100% !important;
    min-height: 46px !important;
    font-size: .82rem !important;
  }

  html body #materials .material-knowledge-link {
    display: none !important;
  }

  #cases .case-diagnostic-media {
    min-height: 264px !important;
    height: 264px !important;
    display: grid !important;
    place-items: center !important;
    padding: 12px 16px !important;
    overflow: hidden !important;
  }

  #cases .case-diagnostic-media img {
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 240px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  #cases .case-card-media {
    display: grid !important;
    place-items: center !important;
    min-height: 0 !important;
    padding: 8px 12px !important;
    overflow: hidden !important;
  }

  #cases .case-card-media img {
    width: auto !important;
    height: 154px !important;
    max-width: 100% !important;
    max-height: 154px !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  html body #certifications.certification-band {
    padding-block: 44px 50px !important;
  }

  html body #certifications .certification-panel {
    gap: 22px !important;
  }

  html body #certifications .certification-heading > p:not(.chapter-number) {
    margin-top: 12px !important;
    font-size: .86rem !important;
    line-height: 1.55 !important;
  }

  html body #certifications .certification-summary {
    gap: 5px !important;
    margin-top: 14px !important;
  }

  html body #certifications .certification-summary span {
    padding: 5px 7px !important;
    font-size: .66rem !important;
  }

  html body #certifications .certification-summary span:nth-child(n + 7) {
    display: none !important;
  }

  html body #certifications .certification-carousel {
    gap: 8px !important;
    padding: 0 !important;
  }

  html body #certifications .certification-stage {
    min-height: 246px !important;
    height: 246px !important;
  }

  html body #certifications .certification-slide {
    width: min(44vw, 172px) !important;
  }

  html body #certifications .certification-slide.is-prev {
    transform: translate3d(calc(-50% - 72px), -50%, 0) rotate(-4deg) scale(.66) !important;
  }

  html body #certifications .certification-slide.is-next {
    transform: translate3d(calc(-50% + 72px), -50%, 0) rotate(4deg) scale(.66) !important;
  }

  html body #certifications .certification-nav {
    top: 202px !important;
    width: 38px !important;
    height: 38px !important;
  }

  html body #certifications .certification-nav-prev {
    left: 12px !important;
  }

  html body #certifications .certification-nav-next {
    right: 12px !important;
  }

  html body #certifications .certification-current {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 10px !important;
  }

  html body #certifications .certification-current > span {
    margin-bottom: 9px !important;
    padding: 5px 8px !important;
    font-size: .64rem !important;
  }

  html body #certifications .certification-current h3 {
    margin-bottom: 12px !important;
    font-size: 1.12rem !important;
  }

  html body #certifications .certification-current dl {
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  html body #certifications .certification-current dl div {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding-top: 8px !important;
  }

  html body #certifications .certification-current dd,
  html body #certifications .certification-current strong {
    font-size: .76rem !important;
    line-height: 1.48 !important;
  }

  html body #certifications .certification-note {
    margin-top: 14px !important;
    font-size: .74rem !important;
    line-height: 1.52 !important;
  }
}



/* Source: assets/css/home/12-responsive-desktop.css */
/* 2026-07-22 desktop refinement: improve scan hierarchy without changing mobile density. */
@media (min-width: 981px) {
  .hero-secondary-link,
  body.home.front-page .hero-secondary-link,
  body.pdl-static-theme-preview .hero-secondary-link {
    color: #f4fbff !important;
  }

  .hero-secondary-link svg,
  body.home.front-page .hero-secondary-link svg,
  body.pdl-static-theme-preview .hero-secondary-link svg {
    color: #55ddc2 !important;
  }

  .hero-secondary-link:hover,
  .hero-secondary-link:focus-visible,
  body.home.front-page .hero-secondary-link:hover,
  body.home.front-page .hero-secondary-link:focus-visible,
  body.pdl-static-theme-preview .hero-secondary-link:hover,
  body.pdl-static-theme-preview .hero-secondary-link:focus-visible {
    color: #ffffff !important;
  }

  .trust-grid .trust-number,
  body.home.front-page .trust-grid .trust-number,
  body.pdl-static-theme-preview .trust-grid .trust-number {
    font-size: clamp(1.38rem, 1.45vw, 1.75rem) !important;
    font-weight: 900 !important;
    line-height: 1.06 !important;
  }

  .trust-grid article strong,
  body.home.front-page .trust-grid article strong,
  body.pdl-static-theme-preview .trust-grid article strong {
    font-size: .9rem !important;
    font-weight: 760 !important;
  }

  .trust-grid article p,
  body.home.front-page .trust-grid article p,
  body.pdl-static-theme-preview .trust-grid article p {
    font-size: .79rem !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover::after,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible::after,
  body.home.front-page #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover::after,
  body.home.front-page #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible::after,
  body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover::after,
  body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible::after {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22) !important;
  }

  #applications .application-showcase-cta,
  body.home.front-page #applications .application-showcase-cta,
  body.pdl-static-theme-preview #applications .application-showcase-cta {
    color: #ffffff !important;
    background: #075bc7 !important;
    box-shadow: 0 14px 28px rgba(7, 91, 199, .22) !important;
  }

  #applications .application-showcase-cta:hover,
  #applications .application-showcase-cta:focus-visible,
  body.home.front-page #applications .application-showcase-cta:hover,
  body.home.front-page #applications .application-showcase-cta:focus-visible,
  body.pdl-static-theme-preview #applications .application-showcase-cta:hover,
  body.pdl-static-theme-preview #applications .application-showcase-cta:focus-visible {
    color: #ffffff !important;
    background: #064aa3 !important;
    box-shadow: 0 16px 32px rgba(7, 91, 199, .28) !important;
  }

  html body #certifications .certification-panel {
    grid-template-columns: minmax(420px, .4fr) minmax(0, .6fr) !important;
    gap: clamp(34px, 3.6vw, 52px) !important;
  }

  html body #certifications .certification-heading {
    max-width: 520px !important;
  }

  html body #certifications .certification-heading h2 {
    font-size: clamp(2rem, 2.15vw, 2.45rem) !important;
    line-height: 1.16 !important;
  }

  html body #certifications .certification-heading h2 .heading-line {
    display: block !important;
    white-space: nowrap !important;
  }
}


/* Source: assets/css/home/13-mobile-folding.css */
/* Final mobile density layer. Desktop presentation remains frozen. */

.case-card-disclosure,
.case-diagnostic .mobile-disclosure,
.certification-current .mobile-disclosure {
  display: none;
}

.pdl-home-mobile-tabs {
  display: none;
}

@media (max-width: 720px) {
  .pdl-home-mobile-tabs {
    position: relative;
    z-index: 4;
    width: min(calc(100% - 28px), 720px);
    margin: 26px auto 0;
    padding: 4px;
    background: #e7eef5;
    border-radius: 6px;
  }

  .has-js .pdl-home-mobile-tabs {
    display: grid;
  }

  .pdl-home-mobile-tabs[data-mobile-tab-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-home-mobile-tabs[data-mobile-tab-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdl-home-mobile-tabs button {
    min-width: 0;
    min-height: 40px;
    padding: 6px 5px;
    color: #53677a;
    background: transparent;
    border: 0;
    border-radius: 4px;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .pdl-home-mobile-tabs button[aria-selected="true"] {
    color: #075bc7;
    background: #fff;
    box-shadow: 0 2px 8px rgba(18, 40, 63, .08);
  }

  .has-js .home-mobile-tab-panel[hidden] {
    display: none !important;
  }

  .home-disclosures-ready .case-card-disclosure,
  .home-disclosures-ready .certification-current .mobile-disclosure {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 9px;
    padding: 7px 12px;
    border: 1px solid currentColor;
    border-radius: 6px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: .74rem;
    font-weight: 750;
    cursor: pointer;
  }

  .home-disclosures-ready .case-card {
    height: 338px !important;
    grid-template-rows: 47% 53% !important;
  }

  .home-disclosures-ready .case-card.is-mobile-expanded {
    height: 446px !important;
    grid-template-rows: 41% 59% !important;
  }

  .home-disclosures-ready .case-card dl {
    max-height: 170px;
    overflow: hidden;
    opacity: 1;
    transition: max-height 260ms ease, opacity 180ms ease, margin 260ms ease;
  }

  .home-disclosures-ready .case-card:not(.is-mobile-expanded) dl {
    max-height: 0;
    margin: 0;
    opacity: 0;
  }

  .home-disclosures-ready .case-card-copy {
    min-height: 0 !important;
  }

  .home-disclosures-ready .certification-current-details {
    max-height: 300px;
    overflow: hidden;
    opacity: 1;
    transition: max-height 280ms ease, opacity 180ms ease, margin 280ms ease;
  }

  .home-disclosures-ready .certification-current-details:not(.is-mobile-expanded) {
    max-height: 0;
    margin: 0;
    opacity: 0;
  }

  .home-disclosures-ready .certification-current .mobile-disclosure {
    width: 100%;
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
  }

  html.home-disclosures-ready body #faq [data-mobile-content="faq"]:not(.is-mobile-expanded)
    .accordion:first-child .accordion-item:nth-child(n + 4),
  html.home-disclosures-ready body #faq [data-mobile-content="faq"]:not(.is-mobile-expanded)
    .accordion:nth-child(n + 2) .accordion-item {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .pdl-home-mobile-tabs button {
    font-size: .72rem;
  }

  .home-disclosures-ready .case-card {
    height: 326px !important;
  }

  .home-disclosures-ready .case-card.is-mobile-expanded {
    height: 444px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-card dl,
  .certification-current-details {
    transition: none !important;
  }
}


@media (max-width: 720px) {
  .hero::before,
  body.home .hero::before,
  body.home.front-page .hero::before,
  body.pdl-static-theme-preview .hero::before {
    background-image:
      linear-gradient(90deg, rgba(4, 17, 30, .96) 0%, rgba(5, 24, 42, .88) 37%, rgba(5, 24, 42, .54) 64%, rgba(5, 24, 42, .86) 100%),
      linear-gradient(180deg, rgba(5, 20, 34, .58) 0%, rgba(7, 32, 54, .34) 44%, rgba(11, 54, 82, .74) 78%, rgba(239, 248, 253, .95) 100%),
      url("../../images/factory-real/gravure-line-720.webp") !important;
  }

  .hero-stage::before,
  body.home.front-page .hero-stage::before,
  body.pdl-static-theme-preview .hero-stage::before {
    background-image: url("../../images/hero/hero-product-family-720.webp") !important;
  }
}

/* Keep the tablet range between the mobile deck and desktop grid stable. */
@media (min-width: 721px) and (max-width: 980px) {
  #applications .application-grid[data-deck="applications"],
  body.home.front-page #applications .application-grid[data-deck="applications"] {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-columns: auto !important;
    gap: 18px !important;
    overflow: visible !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card {
    width: auto !important;
    min-width: 0 !important;
  }

  #bag-types [data-deck="bags"],
  body.home.front-page #bag-types [data-deck="bags"] {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-columns: auto !important;
    gap: 18px !important;
    overflow: visible !important;
  }

  #bag-types [data-deck="bags"] .bag-card {
    width: auto !important;
    min-width: 0 !important;
  }

  .pdl-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pdl-footer-contact {
    grid-column: 1 / -1;
  }
}


/* Source: assets/css/home/14-performance.css */
/*
 * Homepage loading path.
 * Keep the visual layers unchanged while exposing the LCP image in HTML.
 */
.hero,
body.home.front-page .hero,
body.pdl-static-theme-preview .hero {
  background: #071f30 !important;
}

.hero-background,
body.home.front-page .hero-background,
body.pdl-static-theme-preview .hero-background {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  pointer-events: none;
}

.hero-background img,
body.home.front-page .hero-background img,
body.pdl-static-theme-preview .hero-background img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.hero::before,
.home .hero::before,
.front-page .hero::before,
body.home.front-page .hero::before,
body.pdl-static-theme-preview .hero::before,
body:has(.hero) .hero::before {
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(3, 16, 28, .96) 0%, rgba(5, 24, 39, .84) 35%, rgba(7, 32, 50, .5) 66%, rgba(7, 31, 48, .72) 100%),
    linear-gradient(180deg, rgba(5, 23, 38, .1) 0%, rgba(6, 28, 45, .36) 50%, rgba(8, 42, 66, .88) 78%, #0d4264 100%) !important;
}

@media (max-width: 720px) {
  .hero::before,
  body.home .hero::before,
  body.home.front-page .hero::before,
  body.pdl-static-theme-preview .hero::before {
    background:
      linear-gradient(90deg, rgba(4, 17, 30, .96) 0%, rgba(5, 24, 42, .88) 37%, rgba(5, 24, 42, .54) 64%, rgba(5, 24, 42, .86) 100%),
      linear-gradient(180deg, rgba(5, 20, 34, .58) 0%, rgba(7, 32, 54, .34) 44%, rgba(11, 54, 82, .74) 78%, rgba(239, 248, 253, .95) 100%) !important;
  }
}
