/* Products baseline components and initial reference composition.  * Extracted from products.css; enqueue order is part of the contract.  */ 
:root {
  --color-primary: var(--c-brand);
  --color-primary-dark: var(--c-brand-dark);
  --color-heading: #1d2635;
  --color-text: #344054;
  --color-muted: #708096;
  --color-border: #e7e9ec;
  --color-background: #f7f9fa;
  --color-white: #fff;
  --site-container: 100vw;
  --site-gutter: clamp(20px, 1.5vw, 32px);
}

.products-page {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  color: var(--color-text);
  background: var(--color-white);
}

/* Full-bleed outer box; the gutter is internal padding, not a white margin. */
.products-container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--site-gutter);
  box-sizing: border-box;
}

.products-page a,
.products-page button {
  outline: none;
}

.products-page a:focus-visible,
.products-page button:focus-visible {
  outline: 3px solid rgba(230, 34, 41, .28);
  outline-offset: 3px;
}

.products-page h1,
.products-page h2,
.products-page h3,
.products-page p {
  overflow-wrap: anywhere;
}

/* Hero */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero {
  position: relative;
  height: 410px;
  min-height: 410px;
  overflow: hidden;
  background: #f6f8fa;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero::after {
  display: none;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-image {
  position: absolute;
  inset: 56px var(--site-gutter) auto auto;
  width: min(60%, 1144px);
  height: 341px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 410px;
  display: flex;
  align-items: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy {
  width: min(35%, 540px);
  padding: 34px 34px 34px 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-kicker {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-tight);
  text-transform: uppercase;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy h1 {
  display: block;
  margin: 0;
  color: var(--color-heading);
  font-size: var(--font-size-h1);
  line-height: var(--line-height-display);
  letter-spacing: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-rule {
  width: 48px;
  height: 2px;
  display: block;
  margin: 22px 0 18px;
  background: var(--color-primary);
}

.product-center-hero-description {
  max-width: 410px;
  color: #677487;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}

.product-center-hero-description p {
  margin: 0;
}

.product-center-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-actions .button {
  min-width: 190px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: var(--font-size-caption);
  border-radius: 5px;
}

.product-center-hero-actions svg {
  width: 14px;
  height: 14px;
}

.product-center-secondary-button {
  color: var(--color-primary);
  background: #fff;
  border: 1px solid var(--color-primary);
}

/* Shared section headings */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading {
  margin: 0 0 30px;
  text-align: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading h2 {
  margin: 0;
  color: var(--color-heading);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-heading);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading > span {
  width: 40px;
  height: 2px;
  display: block;
  margin: 14px auto 0;
  background: var(--color-primary);
}

/* Product categories */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories {
  height: auto;
  min-height: 448px;
  padding: 43px 0 42px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-grid.products-category-count-6 {
  grid-template-columns: 1.65fr repeat(5, minmax(0, 1fr));
}

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));
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card {
  position: relative;
  height: 315px;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(22, 30, 40, .045);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.products-page .product-center-category-card:hover {
  border-color: rgba(230, 34, 41, .45);
  box-shadow: 0 10px 26px rgba(22, 30, 40, .1);
  transform: translateY(-3px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-icon {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  background: #fff1f2;
  border-radius: 7px;
}

.product-center-category-icon svg {
  width: 19px;
  height: 19px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media {
  height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  background: #fafbfc;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  filter: none;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 15px 15px;
  text-align: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy h3 {
  min-height: auto;
  margin: 0 0 7px;
  color: var(--color-heading);
  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-category-copy p {
  min-height: 38px;
  display: -webkit-box;
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--color-muted);
  font-size: var(--font-size-caption);
  line-height: var(--line-height-tight);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-copy strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: auto;
  color: var(--color-primary);
  font-size: var(--font-size-caption);
}

.product-center-category-copy strong svg {
  width: 12px;
  height: 12px;
  transition: transform .2s ease;
}

.product-center-category-card:hover strong svg {
  transform: translateX(3px);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card.is-featured {
  background: #151d2c;
  border-color: #151d2c;
  box-shadow: 0 7px 20px rgba(22, 25, 29, .2);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card.is-featured .product-center-category-copy {
  padding-inline: 24px;
  text-align: left;
}

.products-page .product-center-category-card.is-featured .product-center-category-copy h3 {
  color: #fff;
}

.products-page .product-center-category-card.is-featured .product-center-category-copy p {
  color: #aeb7c5;
}

.products-page .product-center-category-card.is-featured .product-center-category-copy strong {
  justify-content: flex-start;
}

/* Process */
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;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list {
  min-height: 0;
  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;
  gap: 10px;
  padding: 0 22px;
  text-align: center;
}
.products-page .product-center-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: inherit;
}
.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-bold);
  line-height: var(--line-height-display);
}
.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);
}
.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;
  color: var(--products-red);
}

/* Featured products */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured {
  position: relative;
  height: auto;
  padding: 10px 0 34px;
}
body:is(.post-type-archive-product, .page-template-page-products) .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-lead);
  line-height: var(--line-height-heading);
  letter-spacing: -.02em;
}
.products-page .product-center-featured-heading a {
  color: var(--products-red);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-bold);
}
.products-slider-shell {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
}
.products-slider-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--products-red);
  background: #fff;
  border: 1px solid #f0d9db;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(16,24,40,.04);
}
.products-featured-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.products-featured-track::-webkit-scrollbar { display: none; }
.products-featured-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--products-line);
  border-radius: 8px;
  overflow: hidden;
}
.products-featured-card a { display: block; color: inherit; }
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media {
  height: auto;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 12px;
  background: #fff;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media img { object-fit: contain; }
.products-page .product-center-featured-copy { padding: 16px 18px 18px; }
.products-page .product-center-featured-copy h3 { margin: 0 0 8px; color: var(--products-ink); font-size: var(--font-size-body); line-height: var(--line-height-tight); }
.products-page .product-center-featured-copy p { margin: 0; color: #667085; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
.products-slider-dots {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 2px;
}
.products-slider-dot {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.products-slider-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #98a2b3;
  transform: translate(-50%, -50%);
}
.products-slider-dot[aria-current='page']::before { width: 22px; background: var(--products-red); }
.products-slider-dot:focus-visible { outline: 2px solid var(--products-red); outline-offset: -6px; }

/* Industries */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries {
  height: auto;
  padding: 6px 0 34px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item {
  min-height: 70px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border: 0;
  box-shadow: none;
}
.products-page .product-center-industry-item svg { width: 28px; height: 28px; color: var(--products-red); flex: 0 0 28px; }
.products-page .product-center-industry-item h3 { margin: 0 0 4px; color: var(--products-ink); font-size: var(--font-size-caption); line-height: var(--line-height-heading); }
.products-page .product-center-industry-item p { margin: 0; color: #667085; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }

/* Featured products */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured {
  position: relative;
  height: 298px;
  padding: 22px 0 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured .product-center-heading {
  margin-bottom: 28px;
}

.products-slider-controls {
  position: absolute;
  z-index: 3;
  top: 33px;
  right: var(--site-gutter);
  display: flex;
  gap: 8px;
}

.products-slider-controls button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--color-heading);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  cursor: pointer;
}

.products-slider-controls button:hover:not(:disabled) {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.products-slider-controls button:disabled {
  color: #aab1bc;
  cursor: default;
  opacity: .5;
}

.products-slider-controls svg {
  width: 16px;
  height: 16px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-track {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.products-featured-track::-webkit-scrollbar {
  display: none;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card {
  height: 178px;
  min-width: 0;
  overflow: hidden;
  background: #f8f9fa;
  border: 0;
  border-radius: 7px;
  scroll-snap-align: start;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card > a {
  height: 178px;
  min-height: 178px;
  display: grid;
  grid-template-columns: 181px minmax(0, 1fr);
  align-items: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media {
  width: 181px;
  height: 178px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0 20px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media img {
  width: 141px;
  height: 178px;
  object-fit: cover;
  mix-blend-mode: normal;
}

.products-product-placeholder {
  width: 72px;
  height: 72px;
  color: #b3bbc6;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card > a > div:last-child {
  min-width: 0;
  padding: 20px 20px 18px 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card h3 {
  margin: 0 0 10px;
  color: var(--color-heading);
  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-featured-card p {
  display: -webkit-box;
  margin: 0 0 11px;
  overflow: hidden;
  color: var(--color-muted);
  font-size: var(--font-size-caption);
  line-height: var(--line-height-tight);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-primary);
  font-size: var(--font-size-caption);
}

.product-center-featured-card strong svg {
  width: 12px;
  height: 12px;
}

/* Industries */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries {
  height: auto;
  min-height: 229px;
  padding: 25px 0 26px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industries .product-center-heading {
  margin-bottom: 29px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item {
  min-height: 105px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 12px;
  text-align: center;
  border: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item > svg {
  width: 57px;
  height: 57px;
  padding: 16px;
  color: var(--color-primary);
  background: #fff1f2;
  border-radius: 8px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item h3 {
  margin: 0 0 4px;
  color: var(--color-heading);
  font-size: var(--font-size-caption);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item p {
  margin: 0;
  color: var(--color-muted);
  font-size: var(--font-size-micro);
  line-height: var(--line-height-tight);
}

/* Insights */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insights {
  height: 239px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-panel-heading {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-panel-heading h2 {
  margin: 0;
  color: var(--color-heading);
  font-size: var(--font-size-body);
  line-height: var(--line-height-display);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-panel-heading a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-primary);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-bold);
}

.product-center-panel-heading svg {
  width: 12px;
  height: 12px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-grid article {
  height: 192px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e8ebee;
  border-radius: 7px;
}

.products-page .product-center-insight-grid article > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-media {
  height: 121px;
  flex: 0 0 121px;
  overflow: hidden;
  margin: 0 0 10px;
  background: #f1f3f5;
  border-radius: 0;
}

.product-center-insight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-grid time {
  order: 2;
  padding: 0 16px;
  color: #8b9199;
  font-size: var(--font-size-micro);
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-grid h3 {
  order: 3;
  min-height: auto;
  margin: 6px 16px 0;
  color: var(--color-heading);
  font-size: var(--font-size-caption);
  line-height: var(--line-height-heading);
}

/* Products reference uses the shared footer in its light variant. */
html body:is(.post-type-archive-product, .page-template-page-products) .site-footer.site-footer {
  margin: 0;
  color: #708096;
  background: #fff;
  border-top: 1px solid #eef1f3;
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-footer .footer-grid h2 {
  color: #293446;
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-footer .footer-brand p,
html body:is(.post-type-archive-product, .page-template-page-products) .site-footer .footer-column > a,
html body:is(.post-type-archive-product, .page-template-page-products) .site-footer .footer-contact > a,
html body:is(.post-type-archive-product, .page-template-page-products) .site-footer .footer-contact > span {
  color: #708096;
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-footer .footer-contact {
  background: #f7f9fa;
  border-color: #e7e9ec;
}

html body:is(.post-type-archive-product, .page-template-page-products) .site-footer .footer-bottom {
  color: #8b98aa;
  border-top-color: #e7e9ec;
}

@media (max-width: 1440px) {
  .products-page { --site-gutter: 48px; }
  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));
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories {
    min-height: 0;
  }
}

@media (max-width: 1199px) {
  .products-page { --site-gutter: clamp(24px, 4vw, 48px); }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero {
    height: auto;
    min-height: 0;
    padding-bottom: 42px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(300px, 45vw, 480px);
    object-fit: cover;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-inner {
    min-height: 0;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy {
    width: min(100%, 760px);
    padding: 42px 0 0;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process {
    height: auto;
    padding-bottom: 42px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list {
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-arrow {
    display: none;
  }
}

@media (max-width: 1024px) {
  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 .products-featured-track {
    grid-auto-columns: calc((100% - 16px) / 2);
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-card > a {
    grid-template-columns: 40% minmax(0, 1fr);
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured-media {
    width: 100%;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
  }
}

@media (max-width: 768px) {
  .products-page { --site-gutter: 24px; }
  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));
    gap: 10px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-card {
    height: 292px;
    min-height: 292px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media {
    height: 165px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-featured {
    height: auto;
    padding-bottom: 38px;
  }
  .products-slider-controls {
    position: static;
    justify-content: flex-end;
    margin: -20px 0 12px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .products-featured-track {
    grid-auto-columns: min(86vw, 520px);
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insights {
    height: auto;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-grid {
    grid-template-columns: 1fr;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-grid article {
    height: 108px;
  }
  .products-page .product-center-insight-grid article > a {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-media {
    height: 108px;
    grid-row: 1 / 3;
    margin: 0;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-insight-grid time {
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  .products-page { --site-gutter: 18px; }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-image {
    height: 260px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-hero-copy h1 {
    font-size: var(--font-size-h2);
  }
  .product-center-hero-actions,
  .product-center-hero-actions .button {
    width: 100%;
  }
  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 {
    height: 320px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media {
    height: 190px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list li {
    align-items: stretch;
    padding: 0;
    text-align: left;
  }
  .products-page .product-center-process-step {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-icon {
    width: 48px;
    height: 48px;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-grid {
    grid-template-columns: 1fr;
  }
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-industry-item {
    min-height: 82px;
    display: grid;
    grid-template-columns: 57px minmax(0, 1fr);
    text-align: left;
  }
  .products-page .product-center-insight-grid article > a {
    grid-template-columns: 112px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page *,
  .products-page *::before,
  .products-page *::after {
    scroll-behavior: auto;
    transition: none;
    animation: none;
  }
}



/* Ensure product category card images never get cropped */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-category-media img {
  object-fit: contain !important;
  width: auto !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: normal !important;
  filter: none !important;
}