:root {
  --bg: #080a0c;
  --paper: #11161b;
  --ink: #f7f8f9;
  --muted: #a8b1ba;
  --panel: #14181c;
  --panel-2: #1b1f23;
  --line: rgba(255, 255, 255, 0.12);
  --line-light: rgba(255, 255, 255, 0.13);
  --red: #d40000;
  --red-2: #e10600;
  --yellow: #f5b400;
  --metal: #a7adb5;
  --radius: 8px;
  --max: 1180px;
}

/* Products page final override - keep this block at EOF. */
body.post-type-archive-product .product-line-guide__card {
  grid-template-rows: 160px auto auto 1fr;
}

body.post-type-archive-product .product-line-guide__card img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  padding: 12px;
  border-radius: 6px;
  background: #080b0e;
  object-fit: contain;
}

body.post-type-archive-product .product-card__media {
  display: grid;
  place-items: center;
  height: clamp(238px, 17vw, 292px);
  min-height: 0;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 38%),
    #090d10;
}

body.post-type-archive-product .product-card__media img,
body.post-type-archive-product .product-card__media--wide img {
  position: relative;
  inset: auto;
  width: min(86%, 320px);
  height: 86%;
  padding: 0;
  object-fit: contain;
}

body.post-type-archive-product .inquiry-checklist {
  grid-template-columns: minmax(0, 760px) max-content;
  align-items: center;
  gap: 28px;
}

body.post-type-archive-product .inquiry-checklist .button {
  justify-self: end;
  width: max-content;
  min-width: 0;
  max-width: 260px;
  padding-inline: 24px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.post-type-archive-product .inquiry-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.post-type-archive-product .product-line-guide__card {
    grid-template-rows: 142px auto auto 1fr;
  }

  body.post-type-archive-product .product-line-guide__card img {
    height: 142px;
    object-fit: contain;
  }

  body.post-type-archive-product .product-card__media {
    height: 230px;
  }

  body.post-type-archive-product .inquiry-checklist .button {
    width: auto;
    max-width: 100%;
  }
}

/* Product archive help CTA: keep the action button compact. */
body.post-type-archive-product .product-help-cta {
  grid-template-columns: minmax(0, 760px) max-content;
  align-items: center;
}

body.post-type-archive-product .product-help-cta__button {
  width: max-content;
  min-width: 0;
  max-width: 260px;
  justify-self: end;
  padding-inline: 24px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.post-type-archive-product .product-help-cta {
    grid-template-columns: 1fr;
  }

  body.post-type-archive-product .product-help-cta__button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  body.post-type-archive-product .product-help-cta__button {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }
}

body.post-type-archive-product .product-help-cta {
  grid-template-columns: minmax(0, 760px) max-content;
  align-items: center;
}

body.post-type-archive-product .product-help-cta__button {
  width: max-content;
  min-width: 0;
  max-width: 260px;
  justify-self: end;
  padding-inline: 24px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.post-type-archive-product .product-help-cta {
    grid-template-columns: 1fr;
  }

  body.post-type-archive-product .product-help-cta__button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  body.post-type-archive-product .product-help-cta__button {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }
}

/* Final Products visual polish: keep card media consistent and avoid oversized CTA bars. */
body.post-type-archive-product .product-line-guide__card {
  grid-template-rows: 160px auto auto 1fr;
}

body.post-type-archive-product .product-line-guide__card img {
  width: 100%;
  height: 160px;
  padding: 12px;
  border-radius: 6px;
  background: #080b0e;
  object-fit: contain;
}

body.post-type-archive-product .product-card__media {
  display: grid;
  place-items: center;
  height: clamp(238px, 17vw, 292px);
  min-height: 0;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 38%),
    #090d10;
}

body.post-type-archive-product .product-card__media img,
body.post-type-archive-product .product-card__media--wide img {
  position: relative;
  inset: auto;
  width: min(86%, 320px);
  height: 86%;
  padding: 0;
  object-fit: contain;
}

body.post-type-archive-product .product-card__media::before,
body.post-type-archive-product .product-card__media::after {
  pointer-events: none;
}

body.post-type-archive-product .inquiry-checklist {
  grid-template-columns: minmax(0, 760px) max-content;
  align-items: center;
  gap: 28px;
}

body.post-type-archive-product .inquiry-checklist .button {
  justify-self: end;
  width: max-content;
  min-width: 0;
  max-width: 260px;
  padding-inline: 24px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.post-type-archive-product .inquiry-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.post-type-archive-product .product-line-guide__card {
    grid-template-rows: 142px auto auto 1fr;
  }

  body.post-type-archive-product .product-line-guide__card img {
    height: 142px;
    object-fit: contain;
  }

  body.post-type-archive-product .product-card__media {
    height: 230px;
  }

  body.post-type-archive-product .inquiry-checklist .button {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  body.post-type-archive-product {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  body.post-type-archive-product .page-hero,
  body.post-type-archive-product .section,
  body.post-type-archive-product .product-lines-section,
  body.post-type-archive-product .product-line-section,
  body.post-type-archive-product .product-line-guide,
  body.post-type-archive-product .product-grid,
  body.post-type-archive-product .product-card {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  body.post-type-archive-product .page-hero,
  body.post-type-archive-product .section {
    padding-left: 22px;
    padding-right: 22px;
  }

  body.post-type-archive-product .page-hero h1,
  body.post-type-archive-product .page-hero p,
  body.post-type-archive-product .section__heading,
  body.post-type-archive-product .section__heading h2,
  body.post-type-archive-product .section__heading p,
  body.post-type-archive-product .product-line-guide__card,
  body.post-type-archive-product .product-line-guide__card strong,
  body.post-type-archive-product .product-line-guide__card p,
  body.post-type-archive-product .product-line-section__heading,
  body.post-type-archive-product .product-line-section__heading h2,
  body.post-type-archive-product .product-line-section__heading p,
  body.post-type-archive-product .product-card h3,
  body.post-type-archive-product .product-card p,
  body.post-type-archive-product .product-card__summary,
  body.post-type-archive-product .product-card__fit {
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.post-type-archive-product .product-line-guide__card img,
  body.post-type-archive-product .product-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    object-fit: contain;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 16px clamp(20px, 4vw, 48px);
  background: rgba(13, 15, 17, 0.94);
  color: #fff;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 5px;
  background: #fff;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 900;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.brand-mark::before {
  content: "SB";
  position: absolute;
  inset: 5px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -1px;
}

.brand-mark img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 4px;
  line-height: 1;
}

.brand-text strong {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-text small {
  margin-top: 4px;
  color: #b8c0c9;
  font-size: 11px;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  color: #d9dee4;
  font-size: 14px;
}

.nav-item {
  position: relative;
}

.nav-item--has-menu::after {
  content: "";
  position: absolute;
  left: -28px;
  right: -220px;
  top: 100%;
  height: 34px;
}

.nav-item > a {
  display: inline-flex;
  align-items: center;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: -18px;
  z-index: 30;
  display: grid;
  min-width: 260px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.99);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.62);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease;
}

.nav-menu a {
  padding: 10px 12px;
  color: #f1f5f8;
  border-radius: 6px;
  font-weight: 800;
}

.nav-menu a:hover {
  color: #fff;
  background: rgba(225, 6, 0, 0.18);
}

.mobile-nav-ctas {
  display: none;
}

.nav-item:hover .nav-menu,
.nav-item:focus-within .nav-menu,
.nav-item.is-open .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.primary-nav a:hover,
.text-link:hover {
  color: var(--red-2);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cta,
.button--primary {
  background: var(--red);
  color: #fff;
}

.header-cta:hover,
.button--primary:hover {
  background: var(--red-2);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(225, 6, 0, 0.22);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.menu-toggle {
  display: none;
}

.hero,
.page-hero,
.product-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.1), transparent 24%),
    linear-gradient(135deg, #0b0d0f 0%, #14181c 44%, #23292e 100%);
}

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 72px clamp(22px, 5vw, 72px);
}

.hero__content,
.page-hero > *,
.product-hero > * {
  position: relative;
  z-index: 1;
}

.hero h1,
.page-hero h1,
.product-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p,
.page-hero p,
.product-hero p {
  max-width: 620px;
  color: #d9dee4;
  font-size: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.hero-proof span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.04);
  color: #e5e9ee;
  font-size: 13px;
  font-weight: 800;
}

.hero__visual {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.58fr);
  grid-template-rows: 1fr 0.76fr;
  gap: 18px;
  align-items: stretch;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 9% 3% 5% 8%;
  z-index: 0;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.3;
}

.hero-product,
.product-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(145deg, rgba(25, 30, 35, 0.96), rgba(8, 10, 12, 0.96));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
  color: #fff;
  overflow: hidden;
}

.hero-product {
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  padding: clamp(18px, 3vw, 32px);
  border-radius: 16px;
}

.hero-product::after,
.product-visual::after,
.product-card__media::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 18%;
  height: 22px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  filter: blur(12px);
}

.hero-product img,
.product-visual img,
.product-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.35));
}

.hero-product figcaption {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  justify-self: stretch;
}

.hero-product figcaption strong {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-product figcaption span {
  color: #b8c0c9;
  font-size: 12px;
  line-height: 1.3;
}

.hero-product--primary {
  grid-row: 1 / -1;
  min-height: 500px;
}

.hero-product--primary img {
  max-height: 350px;
}

.hero-product--secondary img,
.hero-product--control img {
  max-height: 166px;
}

.section,
.contact-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px 22px;
  background: var(--bg);
  color: #fff;
}

.product-detail {
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: #fff;
}

.product-detail > .section {
  width: 100%;
}

.product-detail > .section:not(.section--dark) {
  max-width: var(--max);
}

.product-detail > .section--dark {
  max-width: none;
  padding-left: max(22px, calc((100vw - var(--max)) / 2));
  padding-right: max(22px, calc((100vw - var(--max)) / 2));
}

.section--dark {
  max-width: none;
  padding-left: max(22px, calc((100vw - var(--max)) / 2));
  padding-right: max(22px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: var(--bg);
}

.section__heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section__heading--left {
  margin-left: 0;
  text-align: left;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.18;
}

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

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

.category-card,
.product-card,
.industrial-panel {
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card:hover,
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 6, 0, 0.3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.section--dark .category-card {
  color: #fff;
  background: #171b20;
  border-color: var(--line);
}

.category-card {
  display: grid;
  grid-template-rows: 150px auto auto auto;
  gap: 14px;
  padding: 24px;
  min-height: 310px;
}

.category-card > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--red), #3b0c0c);
  color: #fff;
  font-size: 0;
}

.category-card img {
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 150px;
  max-width: 230px;
  object-fit: contain;
  border-radius: 6px;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.32));
}

.category-card strong {
  align-self: end;
  color: var(--red-2);
  font-size: 13px;
  text-transform: uppercase;
}

.category-card p,
.product-card p,
.section__heading p,
.industrial-panel p {
  color: var(--muted);
}

.section--dark .category-card p,
.section--dark .section__heading p {
  color: #b8c0c9;
}

.product-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  color: var(--ink);
}

.product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 52% 28%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(145deg, #101317, #252b31);
  overflow: hidden;
}

.product-card__media img {
  width: 100%;
  height: 180px;
}

.product-card__media span,
.product-visual span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 6px;
  background: rgba(0,0,0,.22);
  font-weight: 900;
  text-align: center;
}

.product-card__media span small,
.product-visual span small,
.category-card span small {
  display: block;
  max-width: 180px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin-bottom: 10px;
}

.product-card__model,
.overline {
  margin: 0 0 8px;
  color: var(--red-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__category {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.product-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.product-card__summary {
  margin: 0;
}

.spec-table {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.spec-table div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line-light);
}

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

.mini-specs div {
  display: grid;
  gap: 5px;
  align-content: start;
  min-height: 74px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.mini-specs div:first-child:nth-last-child(3),
.mini-specs div:first-child:nth-last-child(3) ~ div {
  grid-column: auto;
}

.mini-specs div:nth-child(3):last-child {
  grid-column: 1 / -1;
}

.mini-specs dt {
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
}

.mini-specs dd {
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

dt {
  color: var(--muted);
  font-weight: 700;
}

dd {
  margin: 0;
  font-weight: 800;
}

.product-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding-top: 10px;
  color: var(--red);
  font-weight: 900;
}

.product-card__link::after {
  content: "";
  width: 18px;
  height: 10px;
  margin-left: 8px;
  background: currentColor;
  clip-path: polygon(0 42%, 72% 42%, 72% 0, 100% 50%, 72% 100%, 72% 58%, 0 58%);
}

.product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
}

.product-card__inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(225, 6, 0, 0.28);
  border-radius: 6px;
  background: rgba(225, 6, 0, 0.08);
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.product-card__inquiry:hover {
  border-color: var(--red);
  background: rgba(225, 6, 0, 0.14);
}

.product-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 14px;
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: #fff;
}

.product-filters label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.product-filters select {
  min-height: 44px;
  border: 1px solid var(--line-light);
  border-radius: 6px;
  background-color: #f8fafc;
  color: #111417;
  padding: 0 12px;
  font: inherit;
  font-weight: 700;
  line-height: 44px;
}

.product-filters option {
  color: #111417;
  background: #fff;
}

.filter-reset {
  align-self: end;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.filter-reset:hover {
  border-color: var(--red-2);
  background: rgba(225, 6, 0, 0.12);
}

.empty-filter-message {
  padding: 18px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

.empty-filter-message a {
  display: inline-flex;
  margin-left: 4px;
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.status-note {
  padding: 12px 14px;
  border-left: 3px solid var(--yellow);
  background: #fff8dc;
  color: #433700;
  font-size: 14px;
}

.status-note--warning {
  border-color: var(--red);
  background: #fff1f0;
  color: #5c0904;
}

.text-link {
  color: var(--red);
  font-weight: 900;
}

.section--split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(620px, 1.22fr);
  gap: 28px;
  align-items: start;
}

.section--split > *,
.product-story-grid > *,
.industrial-panel {
  min-width: 0;
}

.industrial-panel {
  padding: 28px;
  background: var(--paper);
  overflow-wrap: anywhere;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tag-list span,
.taxonomy-tab {
  border: 1px solid var(--line-light);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 22px;
}

.benefit-grid article {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.benefit-grid strong {
  color: #fff;
}

.benefit-grid span {
  color: #b8c0c9;
  font-size: 14px;
}

.home-application-feature {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 4.2vw, 68px);
  align-items: stretch;
}

.home-application-feature > div {
  display: flex;
  flex-direction: column;
}

.home-application-feature .benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(140px, 1fr);
  flex: 1;
  margin-bottom: 28px;
}

.home-application-feature .benefit-grid article {
  align-content: start;
  min-height: 140px;
  padding: 24px;
}

.home-application-feature .section-media {
  min-height: clamp(460px, 38vw, 620px);
}

.home-application-feature .section-media img {
  object-position: center;
}

.inquiry-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 48px max(22px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: var(--bg);
}

.inquiry-band h2 {
  margin: 0;
}

.inquiry-band p {
  color: #b8c0c9;
}

.page-hero {
  padding: 86px max(22px, calc((100vw - var(--max)) / 2));
}

.product-hero {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 42px;
  align-items: center;
  padding: 78px max(22px, calc((100vw - var(--max)) / 2));
}

.product-visual {
  min-height: 360px;
  border-radius: 16px;
  padding: 30px;
}

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

.product-gallery figure:first-child {
  grid-column: span 2;
  grid-template-rows: 260px auto;
}

.product-gallery figure {
  position: relative;
  display: grid;
  grid-template-rows: 160px auto;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(145deg, #11161a, #080a0c);
}

.product-gallery img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 255, 255, 0.055), transparent 34%),
    #0a0e11;
}

.product-gallery figure:first-child img {
  height: 260px;
  padding: 16px;
  object-fit: contain;
}

.product-gallery span {
  display: grid;
  place-items: center;
  min-height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    #0c1013;
  color: #c3cad2;
  text-align: center;
  font-weight: 800;
  line-height: 1.35;
}

.product-gallery .request-file-card {
  align-content: center;
  gap: 8px;
  padding: 18px;
}

.product-gallery .request-file-card small {
  max-width: 170px;
  color: #87919d;
  font-size: 12px;
  font-weight: 700;
}

.product-gallery figcaption {
  color: #b8c0c9;
  font-size: 13px;
  font-weight: 800;
}

.document-list {
  display: grid;
  gap: 10px;
}

.document-list a {
  display: grid;
  gap: 3px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.document-list span,
.document-list em {
  color: #b8c0c9;
  font-size: 13px;
}

.document-list em {
  font-style: normal;
}

.taxonomy-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.taxonomy-tab.is-muted {
  opacity: .62;
}

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 28px;
  border-radius: var(--radius);
  background: #111417;
  color: #fff;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: #d9dee4;
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: #0a0c0e;
  color: #fff;
  padding: 13px 14px;
  font: inherit;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-color: var(--red-2);
  background: #0d1013;
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.18);
}

.fluent-inquiry-form {
  display: block;
}

.fluent-inquiry-form .frm-fluent-form {
  display: block;
}

.fluent-inquiry-form .frm-fluent-form > fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.fluent-inquiry-form .fluentform .ff-el-group {
  margin: 0;
  min-width: 0;
}

.fluent-inquiry-form .fluentform .ff-el-input--label {
  margin-bottom: 6px;
}

.fluent-inquiry-form .ff-el-group.span-2,
.fluent-inquiry-form .ff_submit_btn_wrapper {
  grid-column: 1 / -1;
}

.fluent-inquiry-form .ff-el-group:has([name="documents_needed[]"]) {
  grid-column: 1 / -1;
  order: 20;
}

.fluent-inquiry-form .ff-el-group:has([name="documents_needed[]"]) .ff-el-input--content {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 8px 14px;
}

.fluent-inquiry-form .ff-el-group:has([name="message"]) {
  order: 30;
}

.fluent-inquiry-form .ff-el-group:has([name="contact_consent[]"]) {
  order: 40;
}

.fluent-inquiry-form .ff_submit_btn_wrapper {
  order: 50;
}

.fluent-inquiry-form .ff-el-input--label label {
  color: #d9dee4;
  font-weight: 800;
}

.fluent-inquiry-form .ff-el-form-control {
  min-height: 48px;
}

.fluent-inquiry-form .ff-el-form-check {
  margin-bottom: 0;
}

.fluent-inquiry-form .ff-el-form-check-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #d9dee4;
  font-weight: 700;
}

.fluent-inquiry-form .ff-el-form-check-input {
  width: auto;
  margin-top: 4px;
  accent-color: var(--red-2);
}

.fluent-inquiry-form .ff-btn-submit {
  width: 100%;
}

.fluent-inquiry-form .ff-message-success {
  grid-column: 1 / -1;
  border: 1px solid rgba(46, 204, 113, .32);
  border-radius: 6px;
  background: rgba(46, 204, 113, .12);
  color: #ecfff3;
  padding: 14px 16px;
}

.fluent-inquiry-form .ff-el-is-error .text-danger {
  color: #ffb7b7;
}

.inquiry-form--fallback .contact-product-context {
  margin-bottom: 4px;
}

.inquiry-form--fallback .button {
  width: 100%;
}

.inquiry-form__consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
}

.inquiry-form__consent input {
  width: auto;
  margin-top: 4px;
  accent-color: var(--red-2);
}

.span-2 {
  grid-column: 1 / -1;
}

.article__body {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 22px;
  background: var(--bg);
  color: #fff;
}

.article--guide .page-hero {
  padding-bottom: 66px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr);
  gap: 28px;
  align-items: start;
}

.guide-body {
  max-width: none;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.04), transparent 26%),
    linear-gradient(180deg, #11161b, #090b0d);
  color: #e7edf3;
}

.guide-body p {
  margin: 0 0 18px;
  color: #b8c0c9;
  font-size: 17px;
}

.guide-body h2 {
  margin-top: 34px;
  font-size: 30px;
}

.guide-body ul,
.guide-sidebar ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.guide-body li,
.guide-sidebar li {
  position: relative;
  padding-left: 22px;
  color: #d8e0e8;
}

.guide-body li::before,
.guide-sidebar li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 2px;
  background: var(--red-2);
}

.guide-sidebar {
  position: sticky;
  top: 104px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 34%),
    #11161b;
}

.guide-sidebar h2 {
  font-size: 30px;
}

.guide-sidebar p {
  color: #aeb7c1;
}

.guide-sidebar .button {
  width: 100%;
  margin-top: 26px;
}

.guide-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.guide-link-card {
  display: block;
  min-height: 170px;
}

.site-footer {
  padding: 56px clamp(22px, 5vw, 72px) 24px;
  color: #d9dee4;
  background: #0b0d0f;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(520px, 0.85fr);
  gap: clamp(38px, 6vw, 92px);
  max-width: var(--max);
  margin: 0 auto;
  align-items: start;
}

.footer-brand {
  max-width: 540px;
}

.footer-brand .brand-logo {
  width: 220px;
}

.footer-quote-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  margin: 18px 0 8px !important;
  padding: 0 16px;
  border: 1px solid rgba(225, 6, 0, 0.58);
  border-radius: 6px;
  background: var(--red);
  color: #fff !important;
  font-weight: 900;
}

.footer-quote-cta:hover {
  background: var(--red-2);
  color: #fff !important;
}

.footer-link-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 72px);
  justify-self: end;
  min-width: min(520px, 100%);
}

.site-footer h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 10px;
  color: #a7adb5;
  line-height: 1.45;
}

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

.footer-contact-note {
  max-width: 520px;
  margin-top: 18px !important;
  color: #8f98a3 !important;
  font-size: 14px;
}

.footer-contact-note a,
.footer-bottom a {
  display: inline;
  color: #fff;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: var(--max);
  margin: 42px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #808992;
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 16px;
    padding: 12px 18px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .brand-text strong {
    font-size: 19px;
  }

  .brand-text small {
    font-size: 10px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    min-height: 40px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: transparent;
    color: #fff;
    font-weight: 800;
  }

  .primary-nav,
  .header-cta {
    display: none;
  }

  .primary-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
  }

  .primary-nav.is-open a {
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }

  .primary-nav.is-open .nav-menu a {
    padding: 12px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-nav-ctas {
    display: grid;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }

  .mobile-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 900;
  }

  .mobile-nav-cta--primary {
    border-color: rgba(225, 6, 0, 0.64) !important;
    background: var(--red);
  }

  .hero,
  .product-hero,
  .section--split,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-link-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero__visual {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .hero-product--primary {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 340px;
  }

  .hero-product--primary img {
    max-height: 250px;
  }

  .hero-product--secondary,
  .hero-product--control {
    min-height: 230px;
  }

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

@media (max-width: 640px) {
  .brand {
    gap: 10px;
    min-width: 0;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    padding: 4px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .brand-text small {
    max-width: 154px;
    font-size: 9px;
    line-height: 1.25;
  }

  .menu-toggle {
    padding: 0 12px;
    font-size: 13px;
  }

  .category-grid,
  .product-grid,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .fluent-inquiry-form .frm-fluent-form > fieldset {
    grid-template-columns: 1fr;
  }

  .fluent-inquiry-form .ff-el-group:has([name="documents_needed[]"]) .ff-el-input--content {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .page-hero h1,
  .product-hero h1 {
    font-size: 36px;
    line-height: 1.04;
  }

  .hero p,
  .page-hero p,
  .product-hero p {
    font-size: 16px;
  }

  .hero {
    padding: 44px 18px 50px;
  }

  .hero__actions {
    display: grid;
  }

  .hero-proof {
    gap: 8px;
  }

  .hero-proof span {
    font-size: 12px;
  }

  .hero__visual {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-product,
  .product-visual {
    border-radius: 12px;
  }

  .hero-product--primary,
  .hero-product--secondary,
  .hero-product--control {
    grid-column: auto;
    grid-row: auto;
    min-height: 230px;
  }

  .hero-product--primary img,
  .hero-product--secondary img,
  .hero-product--control img {
    max-height: 150px;
  }

  .hero-product figcaption {
    left: auto;
    right: auto;
    bottom: auto;
  }

  .section,
  .contact-layout {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .product-card__media {
    min-height: 210px;
  }

  .category-card {
    grid-template-rows: 132px auto auto auto;
    min-height: auto;
  }

  .category-card img {
    height: 132px;
  }

  .inquiry-band,
  .footer-bottom {
    display: grid;
  }

  .footer-link-groups {
    grid-template-columns: 1fr;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Dark industrial components aligned with the selected black/red reference. */
.brand {
  gap: 0;
}

.brand-logo {
  display: block;
  width: 258px;
  height: auto;
}

.site-header {
  background: rgba(8, 10, 12, 0.96);
}

.hero--home {
  min-height: 760px;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.98) 0%, rgba(5, 6, 8, 0.82) 38%, rgba(5, 6, 8, 0.18) 76%),
    url("../images/hero/homepage-hero-product-lineup-fixed-text-20260708.webp") center right / cover no-repeat;
}

.hero--home .hero__visual {
  display: none;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 54px;
  color: #d9dee4;
  font-size: 13px;
  font-weight: 800;
}

.hero-proof span {
  padding-left: 14px;
  border-left: 2px solid var(--red);
}

.section__heading h2 span {
  color: var(--red-2);
}

.category-card,
.product-card,
.industrial-panel {
  color: #fff;
  background: linear-gradient(180deg, #12161a, #0c0f12);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
}

.category-card {
  min-height: 344px;
}

.category-card img {
  width: 100%;
  height: 164px;
  object-fit: cover;
  padding: 0;
  border-radius: 6px;
  background: #07090b;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.48));
}

.category-card > span {
  display: none;
}

.category-card strong,
.product-card__link {
  color: var(--red-2);
  font-size: 13px;
  font-weight: 900;
}

.product-card__media {
  background:
    radial-gradient(circle at 52% 30%, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(145deg, #07090b, #171c21);
}

.product-card__media img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  border-radius: 0;
}

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

.home-category-grid .category-card {
  min-height: 330px;
  padding: 18px;
}

.home-category-grid .category-card img {
  height: 150px;
}

.home-category-grid .category-card h3 {
  font-size: 18px;
}

.home-category-grid .category-card p {
  font-size: 13px;
  line-height: 1.45;
}

.product-card h3 a,
.industrial-panel h2,
.industrial-panel h3 {
  color: #fff;
}

.product-card p,
.product-card__summary,
.product-card__fit,
.section__heading p,
.industrial-panel p,
.product-hero p,
.page-hero p {
  color: #aeb7c1;
}

.product-card__fit {
  margin-top: 12px;
  font-size: 14px;
}

.spec-table div {
  border-top-color: rgba(255, 255, 255, 0.14);
}

dt {
  color: #9da7b2;
}

dd {
  color: #f7f8f9;
}

.status-note {
  background: rgba(245, 180, 0, 0.12);
  color: #f6d879;
}

.status-note--warning {
  background: rgba(225, 6, 0, 0.12);
  color: #ffaaa4;
}

.tag-list span,
.taxonomy-tab {
  background: #11161b;
  color: #cbd2d9;
  border-color: rgba(255, 255, 255, 0.14);
}

.product-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.product-story-grid .industrial-panel:nth-child(2) {
  grid-row: span 2;
}

.product-story-grid .industrial-panel {
  min-height: 0;
}

.product-conversion {
  padding-top: 28px;
  padding-bottom: 28px;
}

.product-conversion__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(135deg, #12171c 0%, #090b0d 100%);
}

.product-conversion__copy,
.inquiry-checklist {
  padding: clamp(28px, 4vw, 46px);
}

.product-conversion__copy h2 {
  max-width: 640px;
}

.product-conversion__copy p,
.inquiry-checklist p {
  max-width: 650px;
  color: #aeb7c1;
}

.inquiry-checklist {
  display: grid;
  align-content: start;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 32%),
    rgba(255, 255, 255, 0.03);
}

.inquiry-checklist h3 {
  font-size: 26px;
}

.inquiry-checklist ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
  color: #d9dee4;
}

.inquiry-checklist li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.product-grid--related {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: var(--max);
  margin: 0 auto;
}

.guide-grid--product {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.guide-grid--product .guide-card {
  min-height: 0;
}

.product-hero {
  margin-top: 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #090b0d 0%, #11161b 52%, #1a2025 100%);
}

.product-visual {
  background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.1), transparent 48%), #07090b;
}

.product-visual img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.page-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.page-feature__copy h2 span {
  color: var(--red-2);
}

.page-feature__copy p {
  max-width: 660px;
  color: #b8c0c9;
  font-size: 17px;
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.about-showcase--reverse {
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
}

.about-showcase--reverse .about-showcase__media {
  order: 2;
}

.about-showcase__media {
  margin: 0;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background: #101418;
}

.about-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.about-showcase__copy h2 span {
  color: var(--red-2);
}

.about-showcase__copy p {
  color: #b8c0c9;
  font-size: 17px;
}

.about-showcase__copy .check-list {
  margin-top: 24px;
}

.about-source-section {
  padding-top: clamp(48px, 7vw, 92px);
}

.about-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 32px auto 0;
}

.about-source-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    #101418;
}

.about-source-grid figure {
  margin: 0;
  aspect-ratio: 16 / 10;
  background: #07090b;
}

.about-source-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-source-grid div {
  display: grid;
  gap: 10px;
  padding: 22px;
  align-content: start;
}

.about-source-grid span {
  color: var(--red-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-source-grid h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.18;
}

.about-snapshot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.72fr);
  gap: 1px;
  max-width: var(--max);
  margin-inline: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #07090b;
}

.about-snapshot__identity,
.about-snapshot__contact {
  display: grid;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    #101418;
}

.about-snapshot__identity {
  gap: 18px;
  padding: clamp(28px, 4.5vw, 56px);
}

.about-snapshot__identity h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.02;
}

.about-snapshot__identity p {
  max-width: 760px;
  margin: 0;
  color: #b8c0c9;
  font-size: 17px;
  line-height: 1.62;
}

.about-snapshot__identity .about-snapshot__cn {
  color: #eef2f5;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 850;
  line-height: 1.2;
}

.about-snapshot__meta {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 14px;
  margin-top: 14px;
}

.about-snapshot__meta div {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.about-snapshot__meta span,
.about-snapshot__contact dt {
  color: var(--red-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-snapshot__meta strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.about-snapshot__meta small {
  color: #aeb7c1;
  font-size: 14px;
  line-height: 1.5;
}

.about-snapshot__contact {
  gap: 20px;
  padding: clamp(28px, 4vw, 44px);
}

.about-snapshot__contact h2 {
  max-width: 360px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.06;
}

.about-snapshot__email {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: #fff;
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.about-snapshot__email:hover {
  color: var(--red-2);
}

.about-snapshot__contact dl {
  display: grid;
  gap: 18px;
  margin: 8px 0 4px;
}

.about-snapshot__contact dl div {
  display: grid;
  gap: 7px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-snapshot__contact dd {
  margin: 0;
  color: #c4ccd5;
  font-size: 16px;
  line-height: 1.55;
}

.application-grid,
.guide-grid,
.info-strip {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  gap: 18px;
}

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

.application-card,
.guide-card,
.info-strip article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, #12161a, #0b0e11);
}

.application-card span {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #cbd3dc;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 900;
}

.application-card h2,
.guide-card h2,
.info-strip h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.12;
}

.application-card p,
.guide-card p,
.info-strip p {
  color: #aeb7c1;
}

.applications-showcase-section .section__heading {
  margin-bottom: 42px;
}

.application-showcase {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  gap: 24px;
}

.application-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
  min-height: 390px;
  padding: clamp(16px, 2.4vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, #11161a 0%, #080a0c 100%);
}

.application-row:nth-child(even) {
  grid-template-columns: minmax(320px, 0.65fr) minmax(0, 1.35fr);
}

.application-row:nth-child(even) .application-row__media {
  order: 2;
}

.application-row:nth-child(even) .application-row__copy {
  order: 1;
}

.application-row__media {
  position: relative;
  min-height: 338px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #07090b;
}

.application-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 338px;
  object-fit: cover;
}

.application-row__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(10px, 2vw, 22px) 0;
}

.application-row__copy span {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #cbd3dc;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 900;
}

.application-row__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.05;
}

.application-row__copy p {
  max-width: 440px;
  margin: 0 0 22px;
  color: #aeb7c1;
  font-size: 17px;
}

.application-row__copy strong {
  margin-bottom: 14px;
  color: #fff;
  font-size: 15px;
}

.application-row__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.application-row__copy li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #d9dee4;
  font-size: 12px;
  font-weight: 800;
}

.application-row__copy li a {
  color: inherit;
  text-decoration: none;
}

.application-row__copy li a:hover {
  color: #fff;
}

.application-row__copy .text-link {
  align-self: flex-start;
  margin-top: 18px;
}

.application-note {
  grid-column: 1 / -1;
  margin: -22px 0 0;
  padding: 14px 18px;
  color: #cbd2da;
  border-left: 3px solid var(--red-2);
  background: rgba(255, 255, 255, 0.04);
}

.document-request-grid article > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #f0f3f6;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 900;
}

.document-request-grid .text-link {
  margin-top: 18px;
}

.quality-process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
}

.quality-process-flow article {
  position: relative;
  min-height: 250px;
  padding: 26px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, #12171c, #080a0c);
}

.quality-process-flow article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--red-2), rgba(225, 6, 0, 0));
}

.quality-process-flow span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--red-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.quality-process-flow h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 21px;
  line-height: 1.12;
}

.quality-process-flow p {
  margin: 0;
  color: #aeb7c1;
  font-size: 14px;
  line-height: 1.55;
}

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

@media (max-width: 640px) {
  .quality-process-flow {
    grid-template-columns: 1fr;
  }

  .quality-process-flow article {
    min-height: 0;
  }

  .quality-process-flow span {
    margin-bottom: 24px;
  }
}

.guide-grid,
.info-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.guide-grid--product {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.guide-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.guide-grid--product .guide-card {
  min-height: 0;
}

.guide-card .text-link {
  margin-top: auto;
}

.info-strip article {
  min-height: 220px;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 980px) {
  .brand-logo {
    width: 214px;
  }

  .hero--home {
    min-height: 680px;
    grid-template-columns: 1fr;
    background-position: center right;
  }

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

  .product-story-grid .industrial-panel:nth-child(2) {
    grid-row: auto;
  }

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

  .product-grid--related {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

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

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

  .inquiry-checklist {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 174px;
  }

  .hero--home {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(5, 6, 8, 0.98) 0%, rgba(5, 6, 8, 0.8) 48%, rgba(5, 6, 8, 0.4) 100%),
      url("../images/hero/homepage-hero-product-lineup-fixed-text-20260708.webp") center bottom / cover no-repeat;
  }

  .product-gallery figure:first-child {
    grid-column: auto;
  }

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

/* Conversion sections aligned to the dark industrial target reference. */
.section-media,
.evidence-image,
.oem-product-visual,
.oem-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #07090b;
}

.section-media {
  min-height: 320px;
}

.section-media img,
.evidence-image img,
.oem-product-visual img,
.oem-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evidence-section,
.oem-section,
.quote-section {
  padding-top: 26px;
  padding-bottom: 26px;
}

.evidence-panel,
.oem-panel,
.quote-panel {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.07), transparent 28%),
    linear-gradient(180deg, #11161b, #07090b);
}

.evidence-panel {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1.05fr);
  min-height: 330px;
}

.evidence-marks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-content: center;
  padding: 42px 30px;
}

.evidence-marks span {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #e8edf2;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.evidence-copy,
.oem-copy,
.quote-intro {
  padding: clamp(28px, 4vw, 46px);
}

.evidence-copy h2,
.oem-copy h2,
.quote-intro h2 {
  text-transform: uppercase;
}

.evidence-copy h2 span,
.oem-copy h2 span,
.quote-intro h2 span {
  color: var(--red-2);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: #c7d0d9;
}

.check-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 2px;
  background: var(--red-2);
  box-shadow: none;
}

.evidence-image {
  min-height: 330px;
  border-width: 0 0 0 1px;
  border-radius: 0;
}

.oem-panel {
  grid-template-columns: 0.88fr 1.15fr 1.12fr;
  min-height: 360px;
}

.oem-product-visual {
  min-height: 360px;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

.oem-copy {
  display: grid;
  align-content: center;
}

.oem-copy .button {
  justify-self: start;
  margin-top: 24px;
}

.oem-image {
  min-height: 360px;
  border-width: 0 0 0 1px;
  border-radius: 0;
}

.quote-panel {
  grid-template-columns: minmax(320px, 0.58fr) minmax(680px, 1.42fr);
}

.quote-contact {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.quote-contact p {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #c7d0d9;
}

.quote-contact strong {
  color: var(--red-2);
}

.inquiry-form--home {
  align-self: stretch;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(17, 22, 27, 0.96), rgba(8, 10, 12, 0.98));
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.inquiry-form--home input,
.inquiry-form--home select,
.inquiry-form--home textarea {
  background: #07090b;
}

.inquiry-form--home input::placeholder,
.inquiry-form--home textarea::placeholder {
  color: #69737d;
}

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

  .page-feature,
  .about-showcase,
  .about-showcase--reverse,
  .application-grid,
  .guide-grid,
  .info-strip,
  .info-strip--four,
  .guide-layout,
  .guide-link-grid,
  .about-source-grid,
  .about-snapshot,
  .about-snapshot__meta {
    grid-template-columns: 1fr;
  }

  .about-showcase--reverse .about-showcase__media {
    order: 0;
  }

  .about-snapshot {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }

  .about-snapshot__identity,
  .about-snapshot__contact {
    padding: 28px 22px;
  }

  .about-snapshot__contact .button {
    width: 100%;
    justify-content: center;
  }

  .about-showcase__media,
  .about-showcase__media img {
    min-height: 300px;
  }

  .application-row,
  .application-row:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .application-row:nth-child(even) .application-row__media,
  .application-row:nth-child(even) .application-row__copy {
    order: initial;
  }

  .application-row__media,
  .application-row__media img {
    min-height: 280px;
  }

  .application-row__copy {
    padding: 6px 4px 2px;
  }

  .guide-sidebar {
    position: static;
  }

  .evidence-panel,
  .oem-panel,
  .quote-panel {
    grid-template-columns: 1fr;
  }

  .evidence-image,
  .oem-product-visual,
  .oem-image,
  .inquiry-form--home {
    border-width: 1px 0 0;
  }

  .oem-product-visual {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .home-category-grid {
    grid-template-columns: 1fr;
  }

  .evidence-marks {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .evidence-marks span {
    min-height: 78px;
    font-size: 15px;
  }

  .section-media,
  .evidence-image,
  .oem-image {
    min-height: 240px;
  }

  .quote-contact p {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Black industrial hero and media alignment. */
.hero,
.page-hero,
.product-hero {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.98) 0%, rgba(8, 10, 12, 0.94) 42%, rgba(22, 27, 31, 0.86) 100%);
}

.hero--home {
  min-height: calc(100vh - 82px);
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.99) 0%, rgba(5, 6, 8, 0.88) 36%, rgba(5, 6, 8, 0.2) 72%, rgba(5, 6, 8, 0.08) 100%),
    url("../images/hero/homepage-hero-product-lineup-fixed-text-20260708.webp") center right / cover no-repeat;
}

.hero--home::after,
.page-hero::after,
.product-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

.hero--home .hero__content {
  max-width: 650px;
}

.hero--home h1 {
  font-size: clamp(46px, 6.4vw, 82px);
  line-height: 0.96;
}

.hero--home p {
  max-width: 520px;
  color: #dce3ea;
}

.hero-proof span {
  border: 0;
  border-left: 2px solid var(--red);
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 14px;
}

.product-card__media,
.product-visual,
.hero-product,
.application-card,
.guide-card,
.info-strip article,
.guide-body,
.guide-sidebar,
.product-conversion__panel,
.evidence-panel,
.oem-panel,
.quote-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, #11161a 0%, #080a0c 100%);
}

.oem-audience-strip {
  grid-template-columns: repeat(3, minmax(260px, 360px));
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  max-width: 1160px;
  margin-inline: auto;
}

.oem-audience-strip article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 30px 30px 28px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 18% 0%, rgba(225, 31, 18, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 44%),
    #0d1115;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.22);
}

.oem-audience-strip article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red-2), rgba(225, 31, 18, 0));
}

.oem-audience-strip article::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(225, 31, 18, 0.18);
  border-radius: 999px;
}

.oem-audience-strip article:hover {
  transform: translateY(-3px);
  border-color: rgba(225, 31, 18, 0.34);
}

.oem-audience-strip span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(225, 31, 18, 0.28);
  border-radius: 999px;
  color: #ff4a3c;
  background: rgba(225, 31, 18, 0.1);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.oem-audience-strip h2,
.oem-audience-strip p {
  position: relative;
  z-index: 1;
}

.oem-audience-strip h2 {
  margin-bottom: 18px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.08;
}

.oem-audience-strip p {
  max-width: 26ch;
  margin: 0;
  color: #c2cad3;
  font-size: 16px;
  line-height: 1.58;
}

@media (max-width: 900px) {
  .oem-audience-strip {
    grid-template-columns: minmax(0, 520px);
  }

  .oem-audience-strip article {
    min-height: 0;
  }

  .oem-audience-strip p {
    max-width: 34ch;
  }
}

.product-card__media,
.product-visual {
  overflow: hidden;
}

.product-card__media::before,
.product-visual::before,
.category-card::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 12%;
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(18px);
}

.product-card__media::after,
.product-visual::after {
  background: rgba(0, 0, 0, 0.44);
}

.product-card__media img,
.product-visual img {
  position: relative;
  z-index: 1;
  object-fit: contain;
}

.product-visual img {
  min-height: 0;
}

.page-hero {
  min-height: 300px;
  display: grid;
  align-content: center;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, 0.99), rgba(17, 22, 27, 0.92)),
    linear-gradient(135deg, #080a0c, #20272e);
}

.page-hero h1 {
  max-width: 620px;
}

.section--dark {
  background:
    linear-gradient(180deg, #080a0c 0%, #0a0d10 100%);
}

.section__heading {
  margin-bottom: 42px;
}

.home-category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin-inline: auto;
}

.home-category-grid .category-card,
.category-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 38%),
    #101418;
}

.home-category-grid .category-card {
  grid-template-rows: 250px auto 1fr auto;
  gap: 18px;
  min-height: 510px;
  padding: 22px;
}

.category-card img,
.home-category-grid .category-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  height: 250px;
  object-fit: contain;
  padding: 0;
  background: transparent;
}

.home-category-grid .category-card img {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.08), transparent 42%),
    #090c0f;
  box-shadow: inset 0 -48px 80px rgba(0, 0, 0, 0.2);
}

.category-card h3,
.category-card p,
.category-card strong {
  position: relative;
  z-index: 1;
}

.section--products {
  padding-top: 72px;
}

.product-grid {
  gap: 20px;
}

.product-card {
  border-color: rgba(255, 255, 255, 0.15);
  background: #101418;
}

.product-card__media {
  min-height: 250px;
  height: 250px;
  padding: 0;
}

.product-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
}

.product-card__media--wide img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
}

.check-list li::before {
  box-shadow: none;
}

.product-conversion__panel,
.evidence-panel,
.oem-panel,
.quote-panel {
  border-color: rgba(255, 255, 255, 0.16);
}

.application-grid--expanded .application-card {
  display: grid;
  gap: 10px;
}

.application-card figure {
  position: relative;
  margin: -8px -8px 12px;
  overflow: hidden;
  min-height: 156px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #07090b;
}

.application-card figure img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.application-card strong {
  color: #fff;
}

.application-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.application-card li {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #d9dee4;
  font-size: 12px;
  font-weight: 800;
}

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

.process-steps article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #101418;
}

.process-steps span {
  color: var(--red-2);
  font-weight: 900;
}

.map-placeholder {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  min-height: 180px;
  padding: 18px;
  align-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #0d1115;
  background-size: 30px 30px;
  color: #fff;
}

.map-placeholder span {
  color: #b8c0c9;
}

@media (max-width: 1180px) {
  .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .hero--home {
    min-height: 680px;
    background:
      linear-gradient(180deg, rgba(5, 6, 8, 0.98) 0%, rgba(5, 6, 8, 0.84) 48%, rgba(5, 6, 8, 0.38) 100%),
      url("../images/hero/homepage-hero-product-lineup-fixed-text-20260708.webp") center bottom / cover no-repeat;
  }
}

@media (max-width: 640px) {
  .hero--home {
    min-height: 620px;
  }

  .home-category-grid {
    grid-template-columns: 1fr;
  }

  .primary-nav .nav-item,
  .primary-nav .nav-item > a {
    width: 100%;
  }

  .nav-menu {
    position: static;
    margin-top: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .product-filters,
  .benefit-grid,
  .product-gallery,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .home-application-feature {
    grid-template-columns: 1fr;
  }

  .home-application-feature .benefit-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    flex: none;
  }

  .home-application-feature .section-media {
    min-height: 300px;
  }
}

/* Product archive filters and buyer decision components. */
.product-filters {
  position: relative;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 42%),
    #101418;
}

.product-filters::before {
  content: "Filter models";
  position: absolute;
  top: -12px;
  left: 18px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: #080a0c;
  color: #f7f8f9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-filters::after {
  content: attr(data-active-filters) " active";
  position: absolute;
  top: -12px;
  right: 18px;
  display: none;
  padding: 4px 8px;
  border: 1px solid rgba(225, 6, 0, 0.55);
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.16);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-filters.is-filtered::after {
  display: inline-flex;
}

.product-filters label {
  color: #e7edf3;
}

.product-filters label.is-active {
  color: #fff;
}

.product-filters label.is-active::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--red-2);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.16);
}

.product-filters label.is-active {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.product-filters label.is-active select {
  grid-column: 1 / -1;
}

.product-filters select {
  border-color: rgba(255, 255, 255, 0.18);
  background-color: #0b0e11;
  color: #f7f8f9;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.product-filters select:focus {
  outline: 2px solid rgba(225, 6, 0, 0.72);
  outline-offset: 2px;
}

.product-filters option {
  background: #0b0e11;
  color: #f7f8f9;
}

.empty-filter-message {
  border-color: rgba(255, 255, 255, 0.16);
  background: #101418;
  color: #d9dee4;
}

.section--compact {
  padding-top: 22px;
  padding-bottom: 28px;
}

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

.product-line-guide__card,
.product-line-section {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 40%),
    #101418;
}

.product-line-guide__card {
  display: grid;
  gap: 12px;
  min-height: 330px;
  padding: 16px;
}

.product-line-guide__card img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 6px;
  background: #07090b;
}

.product-line-guide__card span,
.product-line-section__heading span,
.selection-steps article span {
  color: var(--red-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-line-guide__card strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.product-line-guide__card p {
  margin: 0;
  color: #aeb7c1;
  font-size: 13px;
  line-height: 1.45;
}

.product-lines-section {
  display: grid;
  gap: 26px;
}

.product-line-section {
  padding: clamp(18px, 3vw, 30px);
}

.product-line-section__heading {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 22px;
}

.product-line-section__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.product-line-section__heading p {
  margin: 0;
  color: #aeb7c1;
}

.selection-steps,
.inquiry-prep-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.selection-steps article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 44%),
    #101418;
}

.selection-steps h3 {
  margin: 16px 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.selection-steps p {
  margin: 0;
  color: #aeb7c1;
  font-size: 14px;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: #101418;
}

.comparison-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: #c8d0d8;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.comparison-table th {
  color: #fff;
  font-weight: 900;
}

.comparison-table thead th {
  color: #f7f8f9;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  text-transform: uppercase;
}

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

.section-media figcaption,
.application-boundary-note {
  margin-top: 12px;
  color: #aeb7c1;
  font-size: 12px;
  line-height: 1.45;
}

.inquiry-prep-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.inquiry-prep-grid .check-list {
  height: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: #101418;
}

@media (max-width: 980px) {
  .product-line-guide,
  .selection-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-line-guide,
  .selection-steps,
  .inquiry-prep-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-line-guide__card {
    min-height: 0;
  }

  .product-line-section {
    padding: 18px 14px;
  }

  .product-line-section__heading h2 {
    font-size: 25px;
  }

  .selection-steps article {
    min-height: 0;
  }
}

.product-decision-section {
  padding-top: 38px;
  padding-bottom: 42px;
}

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

.decision-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 38%),
    #101418;
}

.decision-card--primary {
  border-color: rgba(225, 6, 0, 0.32);
}

.decision-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--red-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.decision-card h2 {
  font-size: 26px;
}

.decision-card p {
  margin: 0;
  color: #b8c0c9;
}

.spec-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #0d1115;
}

.spec-summary-strip div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-summary-strip div:first-child {
  border-left: 0;
}

.spec-summary-strip dt {
  color: #8f9aa5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-summary-strip dd {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.contact-next-steps {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 42%),
    #0d1115;
}

.contact-next-steps h3 {
  margin: 0;
  font-size: 24px;
}

.contact-next-steps ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: #c7d0d9;
}

.contact-next-steps li::marker {
  color: var(--red-2);
  font-weight: 900;
}

.contact-product-context {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(225, 6, 0, 0.4);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(225, 6, 0, 0.16), rgba(255, 255, 255, 0.02)),
    #0b0e11;
}

.contact-product-context strong {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.contact-product-context span {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-product-context small {
  color: #b8c0c9;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .product-decision-grid,
  .spec-summary-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .page-hero,
  .product-hero,
  .section,
  .contact-layout,
  .product-detail > .section--dark {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .page-hero {
    min-height: 230px;
  }

  .page-hero h1 {
    font-size: 30px;
    line-height: 1.08;
    max-width: 100%;
  }

  .page-hero h1 span {
    display: block;
  }

  .page-hero h1,
  .product-hero h1,
  .section__heading h2,
  .section__heading p,
  .page-hero p,
  .product-card h3,
  .product-card p,
  .taxonomy-tab,
  .product-line-guide__card strong,
  .product-line-guide__card p,
  .product-line-section__heading h2,
  .product-line-section__heading p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .section__heading,
  .product-line-guide,
  .product-line-guide__card,
  .product-line-section,
  .product-line-section__heading {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .product-line-guide {
    overflow: hidden;
  }

  .product-line-guide__card {
    overflow: hidden;
    padding: 16px;
  }

  .product-line-guide__card img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 142px;
    object-fit: contain;
    background: #07090b;
  }

  .taxonomy-tabs {
    max-width: 100%;
    min-width: 0;
  }

  .taxonomy-tab {
    min-width: 0;
    white-space: normal;
  }

  .product-filters {
    width: 100%;
    min-width: 0;
    gap: 16px;
    margin-top: 10px;
    padding: 22px 14px 16px;
  }

  .product-filters label,
  .product-filters select,
  .filter-reset {
    min-width: 0;
    width: 100%;
  }

  .product-filters::before,
  .product-filters::after {
    top: -10px;
  }

  .product-grid,
  .product-card,
  .product-card__body,
  .product-card__media {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .product-grid {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }

  .product-card {
    overflow: hidden;
  }

  .product-card__body {
    padding: 20px;
  }

  .product-card__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .product-card__model,
  .product-card__category {
    margin-bottom: 0;
    overflow-wrap: anywhere;
  }

  .product-card h3 {
    max-width: calc(100vw - 88px);
    font-size: 19px;
    line-height: 1.2;
    word-break: break-word;
  }

  .product-card h3 a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .product-card__media {
    width: 100%;
    min-width: 0;
    height: 220px;
  }

  .product-card__media img,
  .product-card__media--wide img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
  }

  .product-card__summary,
  .product-card__fit {
    max-width: calc(100vw - 88px);
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
  }

  .product-card__summary {
    -webkit-line-clamp: 3;
  }

  .product-card__fit {
    -webkit-line-clamp: 2;
  }

  .mini-specs {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 14px 0;
  }

  .mini-specs div {
    min-height: auto;
    padding: 10px 12px;
  }

  .mini-specs div:nth-child(3):last-child {
    grid-column: auto;
  }

  .product-decision-grid,
  .spec-summary-strip {
    grid-template-columns: 1fr;
  }

  .application-row {
    padding: 14px;
  }

  .application-row__media,
  .application-row__media img {
    min-height: 220px;
  }

  .application-row__copy h2 {
    font-size: 26px;
  }

  .application-row__copy p {
    font-size: 15px;
  }

  .spec-summary-strip div,
  .spec-summary-strip div:first-child {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .spec-summary-strip div:first-child {
    border-top: 0;
  }
}

@media (max-width: 640px) {
  body.post-type-archive-product .page-hero,
  body.post-type-archive-product .section {
    overflow: hidden;
  }

  body.post-type-archive-product .page-hero *,
  body.post-type-archive-product .section * {
    box-sizing: border-box;
    max-width: 100%;
  }

  body.post-type-archive-product .page-hero > *,
  body.post-type-archive-product .section > *,
  body.post-type-archive-product .section__heading,
  body.post-type-archive-product .product-line-guide,
  body.post-type-archive-product .product-line-guide__card,
  body.post-type-archive-product .product-line-section,
  body.post-type-archive-product .product-filters,
  body.post-type-archive-product .inquiry-checklist > * {
    width: 100%;
    max-width: min(100%, 326px);
    min-width: 0;
  }

  body.post-type-archive-product .page-hero h1,
  body.post-type-archive-product .page-hero h1 span,
  body.post-type-archive-product .page-hero p,
  body.post-type-archive-product .section__heading h2,
  body.post-type-archive-product .section__heading p,
  body.post-type-archive-product .product-line-guide__card strong,
  body.post-type-archive-product .product-line-guide__card p,
  body.post-type-archive-product .product-line-section__heading h2,
  body.post-type-archive-product .product-line-section__heading p {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.post-type-archive-product .page-hero h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  body.post-type-archive-product .page-hero p,
  body.post-type-archive-product .section__heading p {
    font-size: 15px;
    line-height: 1.55;
  }

  body.post-type-archive-product .page-hero p {
    max-width: 300px;
  }

  body.post-type-archive-product .product-line-guide__card {
    justify-self: center;
    box-sizing: border-box;
  }

  body.post-type-archive-product .product-line-guide__card img {
    width: 100%;
    max-width: 100%;
    height: 142px;
    object-fit: contain;
  }
}

/* Products page final override - keep this block at EOF. */
body.post-type-archive-product .product-line-guide__card {
  grid-template-rows: 160px auto auto 1fr;
}

body.post-type-archive-product .product-line-guide__card img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  padding: 12px;
  border-radius: 6px;
  background: #080b0e;
  object-fit: contain;
}

body.post-type-archive-product .product-card__media {
  display: grid;
  place-items: center;
  height: clamp(238px, 17vw, 292px);
  min-height: 0;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 38%),
    #090d10;
}

body.post-type-archive-product .product-card__media img,
body.post-type-archive-product .product-card__media--wide img {
  position: relative;
  inset: auto;
  width: min(86%, 320px);
  height: 86%;
  padding: 0;
  object-fit: contain;
}

body.post-type-archive-product .inquiry-checklist {
  grid-template-columns: minmax(0, 760px) max-content;
  align-items: center;
  gap: 28px;
}

body.post-type-archive-product .inquiry-checklist .button {
  justify-self: end;
  width: max-content;
  min-width: 0;
  max-width: 260px;
  padding-inline: 24px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.post-type-archive-product .inquiry-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.post-type-archive-product .product-line-guide__card {
    grid-template-rows: 142px auto auto 1fr;
  }

  body.post-type-archive-product .product-line-guide__card img {
    height: 142px;
    object-fit: contain;
  }

  body.post-type-archive-product .product-card__media {
    height: 230px;
  }

  body.post-type-archive-product .inquiry-checklist .button {
    width: auto;
    max-width: 100%;
  }
}
/* Product card image fit override - keep this block last. */
.product-card__media,
body.post-type-archive-product .product-card__media {
  display: grid;
  place-items: center;
  height: clamp(258px, 18vw, 292px);
  min-height: 0;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.065), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 40%),
    #090d10;
  overflow: hidden;
}

.product-card__media img,
.product-card__media--wide img,
body.post-type-archive-product .product-card__media img,
body.post-type-archive-product .product-card__media--wide img {
  position: relative;
  inset: auto;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: min(80%, 340px);
  height: 100%;
  max-height: 80%;
  padding: 0;
  object-fit: contain;
  object-position: center;
}

.product-card__media--wide img,
body.post-type-archive-product .product-card__media--wide img {
  max-width: min(82%, 340px);
  max-height: 74%;
}

.product-card--qrr-0-15gw-k-wxt .product-card__media img,
.product-card--jr11 .product-card__media img {
  max-width: min(88%, 340px);
  max-height: 88%;
}

@media (max-width: 900px) {
  .product-card__media,
  body.post-type-archive-product .product-card__media {
    height: clamp(280px, 46vw, 330px);
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .product-card__media,
  body.post-type-archive-product .product-card__media {
    height: 278px;
    padding: 22px;
  }

  .product-card__media img,
  .product-card__media--wide img,
  body.post-type-archive-product .product-card__media img,
  body.post-type-archive-product .product-card__media--wide img {
    max-width: 82%;
    max-height: 80%;
  }
}

/* Interactive polish layer. Keep after legacy overrides. */
.site-header {
  transition: padding 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.site-header.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  background: rgba(6, 8, 10, 0.985);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
}

.primary-nav a,
.footer-link-groups a {
  position: relative;
}

.primary-nav a::after,
.footer-link-groups a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  background: var(--red-2);
  transition: right 0.22s ease;
}

.footer-link-groups a::after {
  bottom: -2px;
}

.primary-nav a:hover::after,
.primary-nav a.is-current::after,
.footer-link-groups a:hover::after,
.footer-link-groups a.is-current::after {
  right: 0;
}

.primary-nav a.is-current {
  color: #fff;
}

.button,
.header-cta,
.footer-quote-cta,
.product-card__inquiry,
.filter-reset {
  position: relative;
  overflow: hidden;
}

.button::before,
.header-cta::before,
.footer-quote-cta::before,
.product-card__inquiry::before,
.filter-reset::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 44%, transparent 58%);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity 0.22s ease, transform 0.42s ease;
}

.button:hover::before,
.header-cta:hover::before,
.footer-quote-cta:hover::before,
.product-card__inquiry:hover::before,
.filter-reset:hover::before {
  opacity: 1;
  transform: translateX(80%);
}

.hero--home {
  isolation: isolate;
  background-position:
    center right,
    calc(100% + var(--pan-x, 0px)) calc(50% + var(--pan-y, 0px));
}

.hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
  opacity: 0.26;
  animation: industrial-grid-drift 16s linear infinite;
}

.hero--home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 45%, transparent 58%);
  opacity: 0.22;
  transform: translateX(-70%);
  animation: hero-scan 7s ease-in-out infinite;
}

.hero__content {
  transform: translate3d(calc(var(--pan-x, 0px) * -0.18), calc(var(--pan-y, 0px) * -0.18), 0);
  transition: transform 0.16s ease-out;
}

.hero-proof span {
  position: relative;
  overflow: hidden;
  transition: color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.hero-proof span:hover {
  color: #fff;
  border-left-color: #fff;
  transform: translateY(-2px);
}

.category-card,
.product-card,
.industrial-panel,
.product-line-guide__card,
.info-strip article,
.guide-card,
.decision-card,
.selection-steps article,
.quality-process-flow article,
.process-steps article,
.application-row,
.document-list a,
.product-gallery figure,
.contact-next-steps {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 0.24s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.24s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.24s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card::before,
.product-card::before,
.industrial-panel::before,
.product-line-guide__card::before,
.info-strip article::before,
.guide-card::before,
.decision-card::before,
.selection-steps article::before,
.quality-process-flow article::after,
.process-steps article::after,
.application-row::before,
.document-list a::before,
.product-gallery figure::before,
.contact-next-steps::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), transparent 34%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.category-card:hover,
.product-card:hover,
.industrial-panel:hover,
.product-line-guide__card:hover,
.info-strip article:hover,
.guide-card:hover,
.decision-card:hover,
.selection-steps article:hover,
.quality-process-flow article:hover,
.process-steps article:hover,
.application-row:hover,
.document-list a:hover,
.product-gallery figure:hover,
.contact-next-steps:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 6, 0, 0.36);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.category-card:hover::before,
.product-card:hover::before,
.industrial-panel:hover::before,
.product-line-guide__card:hover::before,
.info-strip article:hover::before,
.guide-card:hover::before,
.decision-card:hover::before,
.selection-steps article:hover::before,
.quality-process-flow article:hover::after,
.process-steps article:hover::after,
.application-row:hover::before,
.document-list a:hover::before,
.product-gallery figure:hover::before,
.contact-next-steps:hover::before {
  opacity: 1;
}

.category-card img,
.product-line-guide__card img,
.section-media img,
.evidence-image img,
.oem-image img,
.about-showcase__media img,
.application-row__media img,
.product-gallery img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.24s ease;
}

.category-card:hover img,
.product-line-guide__card:hover img,
.section-media:hover img,
.evidence-image:hover img,
.oem-image:hover img,
.about-showcase__media:hover img,
.application-row:hover .application-row__media img,
.product-gallery figure:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.product-card__media,
.product-visual {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out, border-color 0.22s ease, box-shadow 0.22s ease;
}

.product-card:hover .product-card__media,
.product-visual:hover {
  border-color: rgba(225, 6, 0, 0.34);
  box-shadow: inset 0 0 0 1px rgba(225, 6, 0, 0.08), 0 24px 52px rgba(0, 0, 0, 0.34);
}

.product-card__media img,
.product-visual img {
  transform: translate3d(calc(var(--pan-x, 0px) * 0.18), calc(var(--pan-y, 0px) * 0.18), 36px);
  transition: transform 0.18s ease-out, filter 0.24s ease;
}

.product-card:hover .product-card__media img,
.product-visual:hover img {
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.48)) saturate(1.06);
}

.product-card.is-filter-match {
  animation: filter-card-in 0.28s ease both;
}

.filter-result-note {
  margin: -14px 0 26px;
  color: #c8d0d8;
  font-size: 13px;
  font-weight: 800;
}

.product-filters {
  backdrop-filter: blur(10px);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.product-filters:focus-within,
.product-filters.is-filtered {
  border-color: rgba(225, 6, 0, 0.36);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.product-filters select,
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea,
.fluent-inquiry-form .ff-el-form-control {
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.comparison-table thead th {
  position: static;
  top: auto;
  z-index: auto;
  backdrop-filter: none;
}

.comparison-table tbody tr {
  transition: background-color 0.18s ease;
}

.comparison-table tbody tr:hover {
  background: rgba(225, 6, 0, 0.08);
}

.comparison-table tbody tr:hover th {
  color: #fff;
}

.selection-steps article span,
.quality-process-flow span,
.process-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid rgba(225, 6, 0, 0.34);
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.09);
  color: #fff;
}

.selection-steps article:hover span,
.quality-process-flow article:hover span,
.process-steps article:hover span {
  border-color: rgba(255, 255, 255, 0.34);
  background: var(--red);
}

.document-list a:hover em,
.product-gallery figure:hover figcaption,
.application-row__copy li:hover {
  color: #fff;
}

.application-row__copy li,
.tag-list span,
.taxonomy-tab,
.hero-proof span {
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.application-row__copy li:hover,
.tag-list span:hover,
.taxonomy-tab:hover {
  border-color: rgba(225, 6, 0, 0.42);
  background: rgba(225, 6, 0, 0.12);
  transform: translateY(-1px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.category-card[data-reveal].is-visible:hover,
.product-card[data-reveal].is-visible:hover,
.industrial-panel[data-reveal].is-visible:hover,
.product-line-guide__card[data-reveal].is-visible:hover,
.info-strip article[data-reveal].is-visible:hover,
.guide-card[data-reveal].is-visible:hover,
.decision-card[data-reveal].is-visible:hover,
.selection-steps article[data-reveal].is-visible:hover,
.quality-process-flow article[data-reveal].is-visible:hover,
.process-steps article[data-reveal].is-visible:hover,
.application-row[data-reveal].is-visible:hover,
.document-list a[data-reveal].is-visible:hover,
.product-gallery figure[data-reveal].is-visible:hover,
.contact-next-steps[data-reveal].is-visible:hover {
  transform: translateY(-4px);
}

@keyframes industrial-grid-drift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 54px 0, 0 54px;
  }
}

@keyframes hero-scan {
  0%, 48% {
    transform: translateX(-82%);
  }
  68%, 100% {
    transform: translateX(82%);
  }
}

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

@media (min-width: 981px) {
  body.post-type-archive-product .section--compact,
  body.tax-product_category .section:first-of-type {
    position: sticky;
    top: 74px;
    z-index: 12;
    background: rgba(8, 10, 12, 0.94);
    backdrop-filter: blur(14px);
  }
}

@media (max-width: 980px) {
  .primary-nav a::after,
  .footer-link-groups a::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header.is-scrolled {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .filter-result-note {
    margin-top: -6px;
  }

  .category-card:hover,
  .product-card:hover,
  .industrial-panel:hover,
  .product-line-guide__card:hover,
  .info-strip article:hover,
  .guide-card:hover,
  .decision-card:hover,
  .selection-steps article:hover,
  .quality-process-flow article:hover,
  .process-steps article:hover,
  .application-row:hover,
  .document-list a:hover,
  .product-gallery figure:hover,
  .contact-next-steps:hover {
    transform: none;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .product-card__media,
  .product-visual,
  .product-card__media img,
  .product-visual img,
  .hero__content {
    transform: none !important;
  }
}
