/* Products reference layout, CMS modules and responsive geometry.  * Extracted from products.css; enqueue order is part of the contract.  */ 
/* Products overview reference-layout overrides (2026-07). */
body:is(.post-type-archive-product, .page-template-page-products) {
  --products-page-gutter: clamp(20px, 1.5vw, 32px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page {
  --products-red: var(--c-brand);
  --products-ink: #101828;
  --products-copy: #344054;
  --products-line: #e3e8ef;
  --site-container: 100vw;
  --site-gutter: var(--products-page-gutter);
}

/* Keep the complete Products route fluid on wide and zoomed-out viewports. */
html body:is(.post-type-archive-product, .page-template-page-products) .site-header.site-header .header-inner,
html body:is(.post-type-archive-product, .page-template-page-products) .site-header.site-header .shell,
body:is(.post-type-archive-product, .page-template-page-products) .site-breadcrumbs__inner,
html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer .shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--products-page-gutter);
  box-sizing: border-box;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-breadcrumb {
  min-height: 58px;
  display: flex;
  align-items: center;
  color: #667085;
  background: #fff;
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #edf0f3;
  font-size: var(--font-size-caption);
}
.products-breadcrumb .products-container { display: flex; align-items: center; gap: 10px; }
.products-breadcrumb a { color: var(--products-copy); }

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero {
  height: auto;
  min-height: 510px;
  overflow: hidden;
  background: linear-gradient(90deg, #f7f9fb 0%, #f7f9fb 43%, #fff 64%);
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0 42% 0 0;
  background: linear-gradient(90deg, #f7f9fb 72%, rgba(247,249,251,0));
  pointer-events: none;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-image {
  inset: 0 0 0 auto;
  width: 58%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-inner {
  min-height: 510px;
  align-items: center;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy {
  width: min(48%, 800px);
  padding: 64px 20px 64px 0;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy h1 {
  max-width: 820px;
  color: var(--products-ink);
  font-size: var(--font-size-display);
  line-height: var(--line-height-display);
  letter-spacing: -.045em;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-rule { display: none; }
.products-page .product-center-hero-description {
  max-width: 650px;
  margin-top: 22px;
  color: var(--products-copy);
  font-size: var(--font-size-lead);
  line-height: var(--line-height-relaxed);
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-actions { margin-top: 28px; gap: 14px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-actions .button {
  min-width: 0;
  min-height: 48px;
  padding: 12px 24px;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-bold);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistics {
  position: relative;
  z-index: 4;
  padding: 20px 0 52px;
  background: linear-gradient(90deg, #f7f9fb, #fff);
}
.products-statistics-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.products-statistic { min-width: 0; display: flex; align-items: center; gap: 11px; }
.products-statistic-icon { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; color: var(--products-red); }
.products-statistic-icon svg { width: 24px; height: 24px; }
.products-statistic > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.products-statistic strong { color: var(--products-ink); font-size: var(--font-size-body); line-height: var(--line-height-heading); }
.products-statistic small { margin-top: 3px; color: #667085; font-size: var(--font-size-caption); line-height: var(--line-height-heading); }

body:is(.post-type-archive-product, .page-template-page-products) .products-category-nav-wrap {
  position: relative;
  z-index: 6;
  height: auto;
  min-height: 96px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-category-nav {
  min-height: 96px;
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  transform: translateY(-48px);
  background: #fff;
  border: 1px solid var(--products-line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16,24,40,.09);
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.products-category-nav::-webkit-scrollbar { display: none; }
.products-category-nav-item {
  position: relative;
  min-width: 150px;
  flex: 1 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 18px;
  color: #344054;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-semibold);
  text-align: center;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}
.products-category-nav-item svg { width: 23px; height: 23px; }
.products-category-nav-item.is-current { color: var(--products-red); }
.products-category-nav-item.is-current::after { content: ''; position: absolute; inset: auto 18px 0; height: 3px; background: var(--products-red); }

/* A category group owns one vertical column; child categories sit below it. */
.products-category-nav-group { display: flex; flex: 1 0 auto; min-width: 190px; flex-direction: column; align-items: stretch; }
.products-category-nav-group > .products-category-nav-item { flex: 0 0 auto; }
.products-category-nav-children { display: flex; flex-direction: column; margin: -4px 0 8px 22px; padding-left: 12px; border-left: 1px solid var(--products-line); }
.products-category-nav-children .products-category-nav-item.is-sub-item { min-width: 0; flex: 0 0 auto; align-items: flex-start; padding: 8px 12px; color: #667085; font-size: var(--font-size-caption); font-weight: var(--font-weight-normal); text-align: left; }
.products-category-nav-children .products-category-nav-item.is-sub-item:hover, .products-category-nav-children .products-category-nav-item.is-sub-item:focus { color: var(--products-red); }
.products-category-nav-item.is-sub-item { padding-left: 36px; align-items: flex-start; text-align: left; min-width: 140px; font-weight: var(--font-weight-normal); color: #667085; }
.products-category-nav-item.is-sub-item span { padding-left: 4px; }
.products-category-nav-item.is-sub-item:hover, .products-category-nav-item.is-sub-item:focus { color: var(--products-red); }

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories {
  min-height: 0;
  padding: 92px 0 58px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich { margin-bottom: 38px; }
.products-page .product-center-heading-rich .product-center-kicker { margin-bottom: 10px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich h2 {
  font-size: var(--font-size-h1);
  letter-spacing: -.035em;
}
.products-page .product-center-heading-description { max-width: 700px; margin: 12px auto 0; color: #667085; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid,
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-6 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-5 {
  grid-template-columns: 1.65fr repeat(4, minmax(0, 1fr));
  gap: 20px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card,
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card.is-featured {
  height: auto;
  min-height: 390px;
  background: #fff;
  border-color: var(--products-line);
  box-shadow: 0 3px 14px rgba(16,24,40,.035);
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media { height: auto; aspect-ratio: 4 / 3; background: #fff; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media img { object-fit: contain; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card .product-center-category-copy,
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card.is-featured .product-center-category-copy { padding: 16px 18px 18px; text-align: left; }
.products-page .product-center-category-card.is-featured .product-center-category-copy h3,
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy h3 { color: var(--products-ink); font-size: var(--font-size-body); font-weight: var(--font-weight-bold); }
.products-page .product-center-category-card.is-featured .product-center-category-copy p,
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy p { min-height: 38px; color: #667085; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy strong { justify-content: flex-end; font-size: var(--font-size-zero); }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy strong svg { width: 19px; height: 19px; }

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process {
  height: auto;
  padding: 28px 0 52px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list { height: auto; min-height: 140px; background: #fff; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-icon {
  width: 34px; height: 34px; color: var(--products-red); background: #fff1f2; border: 0; border-radius: 5px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured { height: auto; padding: 34px 0 58px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-track { grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-card { border: 1px solid var(--products-line); border-radius: 8px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media { aspect-ratio: 4/3; height: auto; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media img { object-fit: contain; }

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries { height: auto; padding: 40px 0 56px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item { min-height: 92px; border: 0; box-shadow: none; }

/* The page owns only closing-section spacing; site-cta owns the banner. */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-bottom {
  height: auto;
  min-height: 0;
  padding: 0 0 24px;
}

@media (max-width: 1200px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-5,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .products-statistics-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero { padding-bottom: 0; background: #f7f9fb; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero::before { display: none; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-inner { min-height: 0; display: block; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy { width: 100%; padding: 58px 0 36px; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-image { position: relative; inset: auto; width: 100%; min-height: 0; height: auto; aspect-ratio: 16/7; object-fit: cover; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-statistics { padding-block: 30px 62px; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-5,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-track { grid-auto-columns: calc((100% - 20px) / 2); }
}
@media (max-width: 768px) {
  .products-statistics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy h1 { font-size: var(--font-size-h2); }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-5,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-6 { grid-template-columns: 1fr; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card.is-featured { min-height: 0; height: auto; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-track { grid-auto-columns: 86vw; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid { grid-template-columns: 1fr; }
}

/* Final lower-region reference alignment. */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process {
  height: auto;
  padding: 18px 0 34px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading {
  margin-bottom: 18px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading h2 {
  color: var(--products-red);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-heading);
  letter-spacing: .14em;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading > span { display: none; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list {
  height: auto;
  min-height: 118px;
  padding: 18px 24px;
  background: #fff;
  border-color: var(--products-line);
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list li {
  padding: 0 22px;
}
.products-page .product-center-process-step { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.products-page .product-center-process-number {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--products-red);
  background: #fff1f2;
  border-radius: 4px;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-heading);
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-copy strong { font-size: var(--font-size-caption); }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-copy small { font-size: var(--font-size-caption); }

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured {
  height: auto;
  padding: 10px 0 34px;
}
.products-page .product-center-featured-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.products-page .product-center-featured-heading h2 { margin: 0; color: var(--products-ink); font-size: var(--font-size-body); font-weight: var(--font-weight-heading); text-transform: uppercase; letter-spacing: .02em; }
.products-page .product-center-featured-heading a { display: inline-flex; align-items: center; gap: 5px; color: var(--products-red); font-size: var(--font-size-caption); font-weight: var(--font-weight-bold); }
.products-page .product-center-featured-heading svg { width: 13px; height: 13px; }
.products-page .products-slider-shell { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr) 42px; align-items: center; gap: 12px; }
.products-page .products-slider-arrow { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: var(--products-red); background: #fff; border: 1px solid #f0d9db; border-radius: 50%; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-track { grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-card { background: #fff; border: 1px solid var(--products-line); border-radius: 8px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media { height: auto; aspect-ratio: 4/3; padding: 10px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-copy { padding: 14px 18px 18px; }
.products-page .product-center-featured-copy h3 { margin: 0 0 7px; color: var(--products-ink); font-size: var(--font-size-small); }
.products-page .product-center-featured-copy p { margin: 0; color: #667085; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
.products-page .products-slider-dots { display: flex; justify-content: center; gap: 6px; margin-top: 10px; }
.products-page .products-slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: #d0d5dd; }
.products-page .products-slider-dot[aria-current='true'] { width: 18px; background: var(--products-red); }

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries { height: auto; padding: 8px 0 28px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries .product-center-heading { margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--products-line); text-align: left; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries .product-center-heading h2 { font-size: var(--font-size-body); font-weight: var(--font-weight-heading); text-transform: uppercase; letter-spacing: .02em; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries .product-center-heading > span { display: none; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 20px; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item { min-height: 74px; display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border: 0; box-shadow: none; text-align: left; }
.products-page .product-center-industry-item > svg { width: 32px; height: 32px; flex: 0 0 32px; color: var(--products-red); }
.products-page .product-center-industry-item h3 { margin: 0 0 4px; font-size: var(--font-size-caption); }
.products-page .product-center-industry-item p { margin: 0; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }

@media (max-width: 1024px) {
  .products-page .products-slider-shell { grid-template-columns: 36px minmax(0,1fr) 36px; gap: 8px; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-track { grid-auto-columns: calc((100% - 16px) / 2); gap: 16px; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 768px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 0; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-arrow { display: none; }
  .products-page .products-slider-shell { grid-template-columns: 1fr; }
  .products-page .products-slider-arrow { display: none; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-track { grid-auto-columns: 86vw; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 480px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list { grid-template-columns: 1fr; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list li { align-items: center; text-align: center; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid { grid-template-columns: 1fr; }
}

/* Specificity fixes for the reference lower-region composition. */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card > a {
  height: auto;
  min-height: 0;
  display: block;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card > a > div:last-child {
  min-width: 0;
  padding: 14px 18px 18px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: 12px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item > svg {
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--products-red);
  background: transparent;
  border-radius: 0;
}
/* Force vertical reference cards instead of the legacy horizontal card height. */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card {
  height: auto;
  min-height: 0;
  overflow: hidden;
}

/* CMS-managed buyer guidance and FAQs. */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-seo-content {
  padding: clamp(54px, 6vw, 88px) 0;
  background: linear-gradient(180deg, #f6f8fa 0%, #eef2f5 100%);
}
.products-seo-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}
.products-seo-content-grid--single { display: block; }
.products-seo-copy > .product-center-kicker { margin: 0 0 12px; color: var(--products-red); }
.products-seo-copy h2 {
  max-width: 860px;
  margin: 0 0 20px;
  color: var(--products-ink);
  font-size: var(--font-size-h1);
  line-height: var(--line-height-display);
  letter-spacing: -.035em;
}
.products-seo-intro {
  max-width: 900px;
  color: #475467;
  font-size: var(--font-size-body);
  line-height: var(--line-height-relaxed);
}
.products-seo-intro p,
.products-seo-body p,
.products-seo-guide-card p { margin: 0; }
.products-seo-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.products-seo-content-grid:not(.products-seo-content-grid--single) .products-seo-guide-grid { grid-template-columns: 1fr; }
.products-seo-guide-card {
  position: relative;
  min-height: 220px;
  padding: 28px 28px 26px;
  overflow: hidden;
  border: 1px solid #dfe5ea;
  border-top: 3px solid var(--products-red);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(20, 35, 50, .06);
}
.products-seo-guide-index {
  display: block;
  margin: 0 0 18px;
  color: var(--products-red);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-heading);
  letter-spacing: .12em;
}
.products-seo-guide-card h3 {
  max-width: 520px;
  margin: 0 0 12px;
  color: var(--products-ink);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-tight);
  letter-spacing: -.015em;
}
.products-seo-guide-card > div,
.products-seo-body { color: #5d6875; font-size: var(--font-size-body); line-height: var(--line-height-relaxed); }
.products-faq { display: grid; gap: 10px; }
.products-faq details { background: #fff; border: 1px solid var(--products-line); border-radius: 7px; }
.products-faq summary { position: relative; padding: 17px 48px 17px 19px; cursor: pointer; list-style: none; }
.products-faq summary::-webkit-details-marker { display: none; }
.products-faq summary::after { content: '+'; position: absolute; top: 50%; right: 19px; translate: 0 -50%; color: var(--products-red); font-size: var(--font-size-h3); }
.products-faq details[open] summary::after { content: '?'; }
.products-faq h3 { display: inline; margin: 0; color: var(--products-ink); font-size: var(--font-size-body); line-height: var(--line-height-copy); }
.products-faq details > div { padding: 0 19px 18px; color: #667085; font-size: var(--font-size-small); line-height: var(--line-height-relaxed); }
.products-faq details p { margin: 0; }
@media (max-width: 900px) {
  .products-seo-content-grid,
  .products-seo-guide-grid { grid-template-columns: 1fr; }
  .products-seo-guide-card { min-height: 0; }
}
@media (max-width: 560px) {
  .products-seo-guide-card { padding: 23px 21px; }
}

/* Optional catalogue: enabled from the CMS module order only when needed. */
.products-catalog-filters { display:grid; grid-template-columns:2fr repeat(3,minmax(150px,1fr)) auto; gap:14px; align-items:end; padding:22px; margin:0 0 20px; background:#f5f6f7; border:1px solid #e3e6e8; }
.products-catalog-filters label { display:grid; gap:7px; color:#263238; font-size:var(--font-size-caption); font-weight:var(--font-weight-bold); text-transform:uppercase; letter-spacing:.04em; }
.products-catalog-filters input,.products-catalog-filters select { width:100%; min-height:46px; padding:0 12px; border:1px solid #cbd1d5; border-radius:0; background:#fff; color:#182126; font:inherit; text-transform:none; letter-spacing:normal; }
.products-catalog-count { margin:0 0 18px; color:#536069; }
.products-catalog-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.products-catalog-card { border-top:3px solid var(--c-brand); background:#fff; box-shadow:0 8px 28px rgba(18,31,38,.09); }
.products-catalog-card a { display:block; height:100%; color:inherit; text-decoration:none; }
.products-catalog-media { aspect-ratio:4/3; display:grid; place-items:center; overflow:hidden; background:#f1f3f4; }
.products-catalog-media img { width:100%; height:100%; object-fit:cover; }
.products-catalog-card a>div:last-child { padding:20px; }
.products-catalog-card h3 { margin:0 0 8px; font-size: var(--font-size-lead); }
.products-catalog-card p { margin:0; color:#5b666d; }
.products-catalog-pagination { display:flex; flex-wrap:wrap; gap:8px; margin-top:28px; }
.products-catalog-pagination .page-numbers { display:grid; place-items:center; min-width:42px; min-height:42px; padding:7px; border:1px solid #ccd2d6; color:#202b31; text-decoration:none; }
.products-catalog-pagination .current { border-color:var(--c-brand); background:var(--c-brand); color:#fff; }
.products-empty-state { padding:42px 24px; border:1px solid #d8dde0; background:#f7f8f8; text-align:center; }
.products-empty-state h3 { margin-top:0; }
@media (max-width:1024px){.products-catalog-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.products-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.products-catalog-filters,.products-catalog-grid{grid-template-columns:1fr}.products-catalog-filters{padding:16px}}

/* Final product overview proportions: full-bleed sections with a measured inner frame. */
body:is(.post-type-archive-product, .page-template-page-products) {
  --products-page-gutter: clamp(24px, 4.2vw, 90px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-container {
  width: min(100%, 2100px);
  margin-inline: auto;
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-header.site-header .header-inner,
html body:is(.post-type-archive-product, .page-template-page-products) .site-header.site-header .shell,
html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer .shell {
  width: min(100%, 2100px);
  margin-inline: auto;
}

body:is(.post-type-archive-product, .page-template-page-products) .site-breadcrumbs {
  display: none;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero {
  min-height: clamp(620px, 39vw, 760px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-image {
  min-height: clamp(620px, 39vw, 760px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-inner {
  min-height: clamp(620px, 39vw, 760px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy {
  width: min(46%, 760px);
  padding-block: clamp(44px, 5vw, 84px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card {
  min-height: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories {
  padding-block: clamp(58px, 5vw, 76px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich {
  margin-bottom: 30px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured {
  padding-block: clamp(42px, 5vw, 72px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media {
  aspect-ratio: 16 / 9;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries {
  padding-block: clamp(38px, 4vw, 60px);
}

@media (max-width: 1024px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-inner,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-image {
    min-height: 0;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy {
    width: 100%;
    padding: 52px 0 36px;
  }
}

@media (max-width: 600px) {
  body:is(.post-type-archive-product, .page-template-page-products) {
    --products-page-gutter: 16px;
  }
}

/* Product category imagery: use clean equipment photography, not generic placeholders. */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f7f9fb;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transform: scale(.9);
  transition: transform .3s ease;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card:hover .product-center-category-media img {
  transform: scale(.95);
}

/* Final reference-scale pass: generous typography and uncluttered capability rows. */
body:is(.post-type-archive-product, .page-template-page-products) .products-category-nav-wrap {
  display: none;
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-header.site-header .menu a {
  font-size: var(--font-size-body);
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-header.site-header .nav-quote {
  font-size: var(--font-size-small);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy h1 {
  font-size: var(--font-size-display);
  line-height: var(--line-height-display);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-kicker {
  font-size: var(--font-size-small);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-description {
  font-size: var(--font-size-lead);
  line-height: var(--line-height-relaxed);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-actions .button {
  min-height: 52px;
  padding-inline: 28px;
  font-size: var(--font-size-body);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistics {
  z-index: 8;
  margin-top: -34px;
  padding: 0 0 54px;
  background: transparent;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistics-grid {
  min-height: 132px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 0 28px;
  background: #fff;
  border: 1px solid #e4e9ef;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .1);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistic {
  min-width: 0;
  min-height: 100px;
  gap: 16px;
  padding: 22px 28px;
  border-right: 1px solid #e7ebf0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistic:last-child {
  border-right: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistic-icon {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistic-icon svg {
  width: 30px;
  height: 30px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistic strong {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-display);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-statistic small {
  margin-top: 6px;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
  overflow-wrap: anywhere;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories {
  padding-block: 68px 84px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich {
  gap: 12px;
  margin-bottom: 42px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich h2 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-heading);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card .product-center-category-copy,
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card.is-featured .product-center-category-copy {
  min-height: 112px;
  padding: 20px 56px 18px 20px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy h3,
.products-page .product-center-category-card.is-featured .product-center-category-copy h3 {
  margin-bottom: 8px;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-tight);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy p,
.products-page .product-center-category-card.is-featured .product-center-category-copy p {
  font-size: var(--font-size-small);
  line-height: var(--line-height-copy);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy strong {
  right: 20px;
  bottom: 28px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process {
  padding: 46px 0 58px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading {
  margin-bottom: 30px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading h2 {
  font-size: var(--font-size-h2);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list {
  min-height: 164px;
  padding-block: 26px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-copy strong {
  font-size: var(--font-size-body);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-copy small {
  font-size: var(--font-size-caption);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured {
  padding-block: 84px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-heading {
  margin-bottom: 34px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-heading h2 {
  font-size: var(--font-size-h2);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-heading a {
  font-size: var(--font-size-small);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-copy {
  padding: 20px 22px 24px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-copy h3 {
  font-size: var(--font-size-h4);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-copy p {
  font-size: var(--font-size-small);
  line-height: var(--line-height-copy);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries {
  padding-block: 76px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries .product-center-heading {
  margin-bottom: 30px;
  padding-bottom: 18px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries .product-center-heading h2 {
  font-size: var(--font-size-h2);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item h3 {
  font-size: var(--font-size-lead);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item p {
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer .footer-brand > p,
html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer .footer-contact-line,
html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer .footer-contact-line a {
  font-size: var(--font-size-small);
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer .footer-grid h2 {
  font-size: var(--font-size-body);
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer .footer-column > a {
  font-size: var(--font-size-small);
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer .footer-bottom {
  font-size: var(--font-size-caption);
}

@media (max-width: 1200px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-statistics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistic:nth-child(3n) {
    border-right: 0;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistic:nth-child(-n+3) {
    border-bottom: 1px solid #e7ebf0;
  }
}

@media (max-width: 600px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy h1 {
    font-size: var(--font-size-h1);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich h2 {
    font-size: var(--font-size-h2);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistics {
    margin-top: 0;
    padding: 28px 0 44px;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistics-grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 12px;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistic,
  body:is(.post-type-archive-product, .page-template-page-products) .products-statistic:nth-child(3n) {
    min-height: 112px;
    gap: 10px;
    padding: 18px 12px;
    border-right: 1px solid #e7ebf0;
    border-bottom: 1px solid #e7ebf0;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistic:nth-child(2n) {
    border-right: 0;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistic:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistic strong {
    font-size: var(--font-size-h3);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-statistic small {
    font-size: var(--font-size-caption);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card .product-center-category-copy,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card.is-featured .product-center-category-copy {
    min-height: 104px;
    padding: 18px 52px 16px 18px;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy h3,
  .products-page .product-center-category-card.is-featured .product-center-category-copy h3 {
    font-size: var(--font-size-lead);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy p,
  .products-page .product-center-category-card.is-featured .product-center-category-copy p {
    font-size: var(--font-size-caption);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading h2,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-heading h2,
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries .product-center-heading h2 {
    font-size: var(--font-size-h2);
  }
}

/* Equipment workflow: measured against the products-page reference. */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process {
  height: auto;
  padding: 18px 0 34px;
  background: #fff;
  border: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading {
  margin-bottom: 18px;
  text-align: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading h2 {
  margin: 0;
  color: var(--products-red);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  letter-spacing: .14em;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading > span {
  display: none;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list {
  min-height: 118px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 18px 24px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--products-line);
  border-radius: 8px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list li {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 22px;
  text-align: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-step {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: inherit;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-number {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  color: var(--products-red);
  background: #fff1f2;
  border-radius: 4px;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-display);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-copy {
  min-width: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-copy strong {
  display: block;
  color: var(--products-ink);
  font-size: var(--font-size-caption);
  line-height: var(--line-height-heading);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-copy small {
  display: block;
  color: #667085;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-tight);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-arrow {
  position: absolute;
  top: 31px;
  right: -10px;
  width: 20px;
  height: 20px;
  color: var(--products-red);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-arrow svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process {
    padding-block: 18px 28px;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading h2 {
    font-size: var(--font-size-caption);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 22px;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list li {
    min-height: 70px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    text-align: left;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-step {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-arrow {
    display: block;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 4px;
    transform: rotate(90deg);
  }
}

