:root {
  --bg: #111514;
  --surface: #1a201f;
  --surface-2: #212826;
  --surface-dark: #0f1312;
  --surface-dark-2: #171d1c;
  --line: #33403c;
  --line-dark: #3f4844;
  --text: #edf2ed;
  --text-muted: #a6b2ac;
  --text-light: #e8ece7;
  --accent: #2f6f52;
  --accent-strong: #1d4f39;
  --accent-soft: #193126;
  --brand: #d5a50c;
  --metal: #ae8340;
  --danger: #8b3d34;
  --radius: 8px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

a {
  color: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(17, 21, 20, 0.92);
  border-bottom: 1px solid rgba(237, 242, 237, 0.08);
  backdrop-filter: blur(14px);
}

body:has(.item-page) .site-header {
  background: rgba(8, 10, 10, 0.96);
  border-bottom-color: rgba(244, 195, 0, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 176px;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--surface-dark);
  color: var(--text-light);
  font-size: 0.92rem;
  font-weight: 700;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong {
  font-size: 0.9rem;
}

.brand-text small {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.site-nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 2px;
}

.site-nav a,
.header-actions a,
.button,
.filter-button,
.media-filter,
.text-button,
.nav-toggle {
  border-radius: 8px;
}

.site-nav a,
.header-actions a {
  display: inline-flex;
  align-items: center;
  padding: 8px 9px;
  white-space: nowrap;
  font-size: 0.84rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.header-actions a:hover,
.header-actions a:focus-visible {
  color: var(--text);
  background: rgba(47, 111, 82, 0.18);
}

.site-nav a.is-active,
.site-nav a[aria-current="page"],
.header-actions a.is-active,
.header-actions a[aria-current="page"] {
  color: var(--text);
  background: rgba(47, 111, 82, 0.3);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 82, 0.5);
}

body:has(.item-page) .site-nav a.is-active,
body:has(.item-page) .site-nav a[aria-current="page"] {
  color: #f4c300;
  background: transparent;
  box-shadow: inset 0 -2px 0 #f4c300;
}

body:has(.item-page) .header-actions .button-primary {
  background: #f4c300;
  color: #101313;
}

.nav-item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
  display: none;
  min-width: 260px;
  max-width: 360px;
  padding: 10px;
  background: rgba(18, 23, 22, 0.98);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin-top: 2px;
}

.dropdown-menu a {
  display: flex;
  width: 100%;
  white-space: normal;
  line-height: 1.25;
}

.dropdown-more {
  margin-top: 6px;
  color: var(--text-light) !important;
  background: rgba(47, 111, 82, 0.18);
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  display: grid;
  gap: 2px;
}

.site-search {
  flex: 0 1 136px;
}

.site-search input {
  height: 38px;
  padding: 8px 10px;
  font-size: 0.9rem;
}

.search-page-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0 0 18px;
}

.search-page-form input {
  min-height: 44px;
}

.search-status {
  min-height: 28px;
  margin-bottom: 14px;
  color: var(--text-muted);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
}

.header-actions .button {
  color: #f6faf7;
  padding-left: 10px;
  padding-right: 10px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface-dark-2);
  padding: 10px 14px;
  color: var(--text);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  padding: clamp(62px, 8vw, 104px) 0 clamp(56px, 7vw, 88px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(213, 165, 12, 0.12), transparent 28%),
    radial-gradient(circle at 10% 12%, rgba(47, 111, 82, 0.28), transparent 30%),
    linear-gradient(135deg, #080b0a 0%, #111716 48%, #171b19 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 48px),
    linear-gradient(90deg, rgba(213, 165, 12, 0.08), transparent 22%, transparent 78%, rgba(47, 111, 82, 0.1));
  opacity: 0.5;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 165, 12, 0.45), rgba(47, 111, 82, 0.4), transparent);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  column-gap: clamp(34px, 5vw, 72px);
  row-gap: 18px;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  color: var(--text-light);
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(3.35rem, 5.3vw, 5.7rem);
  line-height: 0.95;
}

.hero-media-panel {
  position: relative;
  min-height: clamp(430px, 54vw, 620px);
  border: 1px solid rgba(232, 236, 231, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(237, 242, 237, 0.08), rgba(237, 242, 237, 0.015)),
    #111514;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.hero-media-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(237, 242, 237, 0.16);
  border-radius: 6px;
  pointer-events: none;
}

.hero-media-panel::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 42%;
  height: 34%;
  z-index: 3;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(213, 165, 12, 0.8) 48% 50%, transparent 50%),
    linear-gradient(135deg, transparent 0 62%, rgba(47, 111, 82, 0.85) 62% 64%, transparent 64%);
  opacity: 0.52;
  pointer-events: none;
}

.hero-slideshow {
  position: absolute;
  inset: 12px;
  overflow: hidden;
  border-radius: 6px;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1100ms ease, transform 7200ms ease;
  will-change: opacity, transform;
}

.hero-image.is-active {
  opacity: 1;
  transform: scale(1.07);
}

.hero-media-shade {
  position: absolute;
  inset: 12px;
  z-index: 1;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(8, 11, 10, 0.18), transparent 42%),
    linear-gradient(180deg, transparent 45%, rgba(8, 11, 10, 0.42));
  pointer-events: none;
}

.hero-slide-dots {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(232, 236, 231, 0.14);
  border-radius: 999px;
  background: rgba(15, 19, 18, 0.58);
  backdrop-filter: blur(12px);
}

.hero-slide-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(232, 236, 231, 0.5);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-slide-dot.is-active {
  width: 28px;
  border-color: var(--brand);
  background: var(--brand);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--metal);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: 4rem;
  line-height: 1.02;
}

h2 {
  max-width: 820px;
  font-size: 2.5rem;
  line-height: 1.08;
}

h3 {
  font-size: 1.24rem;
  line-height: 1.18;
}

.hero-lede,
.section-head p,
.credibility-list p,
.contact-card p,
.capability-card p,
.process-grid p,
.category-card p,
.text-panel p,
.store-summary span {
  color: var(--text-muted);
}

.hero-lede {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(232, 236, 231, 0.82);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button,
.filter-button,
.media-filter,
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible,
.filter-button:hover,
.filter-button:focus-visible,
.media-filter:hover,
.media-filter:focus-visible,
.text-button:hover,
.text-button:focus-visible {
  transform: translateY(-1px);
}

.button {
  padding: 12px 16px;
  font-weight: 700;
}

.button-primary {
  background: var(--accent);
  color: #f6faf7;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-strong);
}

.button-secondary {
  border-color: rgba(232, 236, 231, 0.24);
  background: transparent;
  color: inherit;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--metal);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1;
  gap: 10px;
  margin-top: 0;
}

.hero-points span {
  padding: 10px 12px;
  border: 1px solid rgba(232, 236, 231, 0.16);
  border-radius: 999px;
  background: rgba(24, 29, 28, 0.4);
  color: rgba(232, 236, 231, 0.94);
  font-size: 0.94rem;
}

.section,
.credibility-band {
  padding: 92px 0;
}

.section-dark {
  background: var(--surface-dark);
  color: var(--text-light);
}

.section-dark .section-head p,
.section-dark .text-panel p,
.section-dark figcaption,
.section-dark .store-summary span,
.section-dark .capability-card p,
.section-dark .clean-list li,
.section-dark .cart-panel .empty-state,
.section-dark .order-form label,
.section-dark .cart-item-meta {
  color: rgba(232, 236, 231, 0.72);
}

.section-muted {
  background: var(--surface-2);
}

.credibility-band {
  background: var(--surface);
}

.credibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.credibility-list {
  display: grid;
  gap: 14px;
}

.credibility-list article,
.text-panel,
.contact-card,
.cart-panel,
.capability-card,
.process-grid article,
.result-panel,
.category-card,
.product-card,
.store-summary {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section-dark .text-panel,
.section-dark .cart-panel,
.section-dark .store-summary,
.section-dark .product-card {
  background: var(--surface-dark-2);
  border-color: var(--line-dark);
  box-shadow: none;
}

.section:not(.section-dark) .text-panel,
.section:not(.section-dark) .contact-card,
.section:not(.section-dark) .cart-panel,
.section:not(.section-dark) .capability-card,
.section:not(.section-dark) .result-panel,
.section:not(.section-dark) .category-card,
.section:not(.section-dark) .product-card,
.section:not(.section-dark) .store-summary,
.section:not(.section-dark) .media-browser-card,
.credibility-list article,
.process-grid article {
  background: var(--surface);
}

.credibility-list article {
  padding: 22px;
}

.credibility-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.codex-intro {
  padding: 76px 0;
  border-top: 1px solid rgba(213, 165, 12, 0.12);
  border-bottom: 1px solid rgba(213, 165, 12, 0.12);
  background:
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 18px),
    #101313;
}

.codex-intro .shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 42px;
  align-items: start;
}

.codex-intro-copy p {
  max-width: 780px;
  color: var(--text-muted);
}

.codex-intro-copy p + p {
  margin-top: 14px;
}

.codex-intro-copy a {
  color: var(--brand);
  font-weight: 800;
}

.codex-intro-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.codex-intro-list li {
  padding: 18px;
  border: 1px solid rgba(213, 165, 12, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.codex-intro-list strong {
  display: block;
  color: var(--text);
}

.codex-intro-list span {
  display: block;
  margin-top: 6px;
  color: var(--text-muted);
}

.section-head {
  margin-bottom: 32px;
}

.section-head p {
  max-width: 760px;
  margin: 16px 0 0;
  font-size: 1.02rem;
}

.section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 320px);
  gap: 24px;
  align-items: end;
}

.store-summary {
  padding: 22px;
}

.store-summary strong {
  display: block;
  font-size: 1.4rem;
}

.category-grid,
.media-grid,
.capability-grid,
.process-grid,
.product-grid {
  display: grid;
  gap: 18px;
}

.media-browser-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
  position: relative;
  overflow: hidden;
}

.category-card img,
.capability-card img,
.product-card img,
.media-browser-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.category-card-placeholder,
.image-placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 22px;
  border: 1px dashed var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  text-align: center;
}

.image-placeholder {
  align-content: center;
  gap: 8px;
  margin: 26px 0;
}

.image-placeholder code {
  color: var(--text-light);
  overflow-wrap: anywhere;
}

.category-card div,
.capability-card div,
.product-card div,
.media-browser-card div {
  padding: 18px 18px 20px;
}

.category-card a,
.product-card a {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 10px;
  color: #7dc59e;
  font-weight: 700;
  text-decoration: none;
}

.category-card a::after {
  content: "";
  position: absolute;
  inset: -1000px;
}

.category-card a:hover,
.product-card a:hover {
  color: var(--accent);
}

.product-list-card {
  overflow: hidden;
  background: var(--surface-dark-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}

.product-list-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.product-list-card .media-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #050806;
}

.product-list-card .media-wrapper img,
.product-list-card .media-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-list-card .media-wrapper img {
  cursor: zoom-in;
}

.product-list-card .category-card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
}

.product-list-card .media-controls {
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: flex;
  gap: 5px;
  transform: translateX(-50%);
}

.product-list-card .media-controls button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(232, 236, 231, 0.42);
  cursor: pointer;
}

.product-list-card .media-controls button.active {
  background: var(--text);
}

.product-list-card .inactive {
  display: none;
}

.product-list-card .info {
  padding: 18px;
}

.product-list-card .info h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 1.08rem;
}

.product-list-card .description {
  margin: 0 0 14px;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.product-list-card .price {
  margin: 0 0 12px;
  color: #7dc59e;
  font-weight: 700;
}

.product-list-card .product-order-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  gap: 10px;
  margin-top: 12px;
}

.product-list-card .product-order-form label,
.product-list-card .product-order-form .option-price {
  display: none;
}

.product-list-card .product-order-form select,
.product-list-card .product-order-form input[type="number"] {
  width: 100%;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
}

.product-list-card .product-order-form button {
  justify-content: center;
}

.product-list-card .product-order-form .button-primary,
.product-list-card .product-order-form .button-secondary {
  grid-column: span 1;
}

.product-list-card .cta {
  margin-top: 16px;
}

.product-list-card .cta .button {
  width: 100%;
  justify-content: center;
}

.media-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.media-filter {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 10px 14px;
}

.media-filter.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #f6faf7;
}

.media-browser-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media-browser-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.featured-work .section-head {
  margin-bottom: 38px;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr);
  gap: 18px;
}

.feature-stack {
  display: grid;
  gap: 18px;
}

figure {
  margin: 0;
  overflow: hidden;
  background: inherit;
  border-radius: 8px;
}

figure img,
.category-card img,
.capability-card img,
.product-card img,
.media-browser-card img,
.hero-image {
  cursor: zoom-in;
}

.feature-hero,
.media-grid figure,
.feature-stack figure {
  border: 1px solid var(--line);
  background: var(--surface);
}

.section-dark .feature-hero,
.section-dark .media-grid figure,
.section-dark .feature-stack figure {
  background: var(--surface-dark-2);
  border-color: var(--line-dark);
}

.feature-hero img,
.feature-stack figure img,
.media-grid figure img,
.media-grid figure video {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  background: var(--surface-dark-2);
}

.item-videos {
  margin-top: 28px;
}

.item-videos h2 {
  margin: 0 0 16px;
}

.media-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

figcaption {
  padding: 14px 16px 16px;
  color: var(--text-muted);
  font-size: 0.96rem;
}

.text-panel {
  padding: 26px;
}

.clean-list {
  margin: 16px 0 0;
  padding-left: 18px;
}

.clean-list li + li {
  margin-top: 8px;
}

.capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-card {
  overflow: hidden;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid article {
  padding: 24px;
}

.process-grid span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--metal);
  font-size: 0.94rem;
  font-weight: 700;
}

.item-page {
  padding: 0 0 96px;
  background:
    radial-gradient(circle at 8% 8%, rgba(174, 131, 64, 0.12), transparent 34%),
    linear-gradient(180deg, #0b0d0d 0%, #111514 52%, #0f1312 100%);
}

.item-page h1 {
  max-width: 900px;
}

.industrial-item-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: 460px;
  margin: 0 calc(50% - 50vw) 36px;
  padding: 64px max(32px, calc((100vw - var(--max)) / 2)) 54px;
  border-bottom: 1px solid rgba(244, 195, 0, 0.18);
  background:
    linear-gradient(112deg, rgba(13, 15, 15, 0.98) 0%, rgba(13, 15, 15, 0.94) 48%, rgba(13, 15, 15, 0.64) 48.2%, rgba(13, 15, 15, 0.32) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px);
  gap: 34px;
  align-items: center;
}

.industrial-hero-copy {
  position: relative;
  z-index: 1;
}

.industrial-hero-copy .eyebrow,
.item-page .eyebrow,
.spec-panel h2 {
  color: #f4c300;
}

.industrial-hero-copy h1 {
  max-width: 720px;
  color: #f6f7f2;
  font-size: clamp(2.65rem, 6vw, 5.4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.industrial-hero-copy .hero-lede {
  max-width: 560px;
  color: rgba(246, 247, 242, 0.86);
}

.industrial-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.industrial-hero-points span {
  max-width: 140px;
  color: rgba(246, 247, 242, 0.88);
  font-size: 0.9rem;
}

.industrial-hero-points span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  border: 2px solid #f4c300;
  border-radius: 50%;
}

.industrial-hero-media {
  min-width: 0;
}

.industrial-hero-media .item-main-image {
  margin: 0;
  border-color: rgba(244, 195, 0, 0.16);
  background: #070909;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.industrial-hero-media .item-main-image img {
  max-height: 410px;
}

.product-detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 44px;
  min-height: 520px;
  margin: 0 calc(50% - 50vw) 34px;
  padding: 72px max(32px, calc((100vw - var(--max)) / 2)) 64px;
  overflow: hidden;
  border-bottom: 1px solid rgba(213, 165, 12, 0.2);
  background: #101313;
}

.product-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.04) 20px,
    rgba(255, 255, 255, 0.04) 40px
  );
}

.product-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(112deg, rgba(16, 19, 19, 0.98) 0%, rgba(16, 19, 19, 0.96) 47%, rgba(16, 19, 19, 0.72) 47.2%, rgba(16, 19, 19, 0.1) 100%);
}

.product-detail-hero .hero-left,
.product-detail-hero .hero-right {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.product-detail-hero .eyebrow {
  color: var(--brand);
}

.product-detail-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  color: var(--text);
  font-size: clamp(3rem, 6.5vw, 6.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.product-detail-hero .hero-lede {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--text-muted);
  font-size: 1.16rem;
}

.product-detail-hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.product-detail-hero .hero-features li {
  display: grid;
  grid-template-columns: 28px minmax(0, 130px);
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
}

.product-detail-hero .hero-features span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--brand);
  border-radius: 50%;
  color: var(--brand);
  font-size: 0.8rem;
  line-height: 1;
}

.product-detail-hero .hero-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border-radius: 4px;
  background: var(--brand);
  color: #0a0a0a;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.38);
}

.product-detail-hero .hero-cta a:hover,
.product-detail-hero .hero-cta a:focus-visible {
  background: #b6910d;
}

.product-detail-hero .hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail-hero .slanted-frame {
  position: relative;
  width: min(100%, 760px);
  overflow: hidden;
  border: 4px solid rgba(213, 165, 12, 0.2);
  background: #070909;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}

.product-detail-hero .slanted-frame img {
  display: block;
  width: 100%;
  max-width: none;
  height: min(430px, 48vw);
  object-fit: cover;
  cursor: zoom-in;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.4fr) minmax(0, 0.6fr);
  align-items: stretch;
  gap: 0;
  margin: 0 calc(50% - 50vw) 34px;
  padding: 0 0 0 max(20px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-bottom: 1px solid rgba(213, 165, 12, 0.18);
  background:
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.02) 0 20px, transparent 20px 40px),
    #101313;
  color: #fff;
}

.product-hero .hero-text {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 56px 42px 54px 0;
}

.product-hero .hero-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: -52px;
  bottom: 0;
  z-index: -1;
  width: 108px;
  background: #101313;
  transform: skewX(-18deg);
  transform-origin: bottom;
}

.product-hero .hero-text h1 {
  max-width: 560px;
  margin: 0 0 20px;
  color: var(--text);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.product-hero .lede {
  max-width: 460px;
  margin: 0 0 28px;
  color: var(--text-muted);
  font-size: 1.02rem;
}

.product-hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-hero .hero-features li {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 132px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  line-height: 1.18;
}

.product-hero .circle {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 2px solid var(--brand);
  border-radius: 50%;
}

.product-hero .circle::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: rotate(45deg);
}

.product-hero .hero-cta a {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border-radius: 4px;
  background: var(--brand);
  color: #0a0a0a;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: background 0.2s ease;
}

.product-hero .hero-cta a:hover,
.product-hero .hero-cta a:focus-visible {
  background: #b6910d;
}

.product-hero .hero-image-container {
  position: relative;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background-color: #070909;
  background-position: right center;
  background-size: cover;
  box-shadow: none;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}

.product-hero .hero-image-container::before {
  content: "";
  position: absolute;
  inset: -34px;
  z-index: 0;
  background: inherit;
  background-position: right center;
  background-size: cover;
  filter: blur(20px) brightness(0.48) saturate(0.95);
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.2s ease;
}

.product-hero .hero-image-container.is-smart-framed::before {
  opacity: 1;
}

.product-hero .hero-image-container img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: clamp(430px, 27vw, 520px);
  object-fit: cover;
  object-position: center center;
  cursor: zoom-in;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}

.product-hero .hero-image-container.is-smart-framed > img:not(.hero-cycle-source) {
  object-fit: contain;
  width: 100%;
  max-width: none;
  transform: scale(1.08);
  transform-origin: right center;
  object-position: right center;
  clip-path: none;
}

.product-hero .hero-image-container .hero-cycle-source {
  display: none !important;
}

.item-page .button-primary {
  background: var(--brand);
  color: #101313;
}

.item-page .button-primary:hover,
.item-page .button-primary:focus-visible {
  background: #b6910d;
}

.item-page .button-secondary:hover,
.item-page .button-secondary:focus-visible {
  border-color: #f4c300;
}

.item-main-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  max-width: min(100%, 1180px);
  margin: 34px auto 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-dark-2);
}

.item-main-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(70vh, 760px);
  height: auto;
  object-fit: contain;
  background: var(--surface-dark-2);
}

.item-main-image video {
  width: auto;
  max-width: 100%;
  max-height: min(70vh, 760px);
  height: auto;
  background: var(--surface-dark-2);
}

.variant-media [hidden] {
  display: none;
}

.variant-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.variant-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text-light);
  font-weight: 700;
  cursor: pointer;
}

.variant-filter.is-active {
  border-color: var(--brand);
  background: var(--brand);
  color: #101313;
}

.item-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: start;
  margin-top: 44px;
}

.item-content article h2 {
  color: #f6f7f2;
}

.item-content article p {
  max-width: 760px;
  color: rgba(246, 247, 242, 0.86);
  font-size: 1.04rem;
}

.quote-card {
  padding: 24px;
  border: 1px solid rgba(244, 195, 0, 0.18);
  border-radius: 8px;
  background: #121615;
}

.quote-card {
  position: sticky;
  top: 96px;
}

.quote-card strong {
  display: block;
  margin-bottom: 8px;
  color: #f6f7f2;
  font-size: 1.35rem;
}

.spec-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.22fr) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 0 calc(50% - 50vw) 0;
  padding: 28px max(32px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(244, 195, 0, 0.18);
  border-bottom: 1px solid rgba(244, 195, 0, 0.08);
  background: #101313;
}

.spec-panel .clean-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 36px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.spec-panel .clean-list li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: rgba(246, 247, 242, 0.9);
}

.spec-panel .clean-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  background: #f4c300;
  border-radius: 50%;
}

.spec-panel h2 {
  font-size: 1.15rem;
  text-transform: uppercase;
}

.spec-quote-button {
  white-space: nowrap;
}

.related-items {
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.product-order-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.product-order-form label {
  font-weight: 700;
}

.product-order-form select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text-light);
}

.option-price {
  margin: 0;
  color: var(--muted);
}

.related-items div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-items a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text-light);
  text-decoration: none;
}

.media-section {
  margin-top: 52px;
}

.media-section .section-head {
  margin-bottom: 22px;
}

.media-section .section-head h2 {
  font-size: 2rem;
}

.item-gallery {
  margin-bottom: 34px;
}

.store-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.product-toolbar {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.filter-button {
  border: 1px solid var(--line-dark);
  background: transparent;
  color: var(--text-light);
  padding: 10px 14px;
}

.filter-button.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #f6faf7;
}

.product-grid {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
  overflow: hidden;
}

.product-card h3 {
  margin-bottom: 8px;
}

.product-meta,
.cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.product-meta span,
.cart-item-meta span {
  padding: 7px 10px;
  border: 1px solid rgba(232, 236, 231, 0.14);
  border-radius: 999px;
  color: inherit;
  font-size: 0.84rem;
}

.section:not(.section-dark) .product-meta span,
.section:not(.section-dark) .cart-item-meta span {
  border-color: rgba(237, 242, 237, 0.14);
}

.product-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.product-status {
  color: rgba(232, 236, 231, 0.72);
  font-size: 0.92rem;
}

.cart-panel {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: sticky;
  top: 96px;
  padding: 22px;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.text-button {
  border: 0;
  background: none;
  color: var(--metal);
  padding: 0;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.cart-item {
  padding: 14px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
}

.cart-item-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.cart-item-row strong {
  display: block;
}

.cart-item button {
  border: 0;
  background: none;
  color: var(--metal);
  cursor: pointer;
  padding: 0;
}

.order-form,
.quote-form {
  display: grid;
  gap: 14px;
}

.order-form label,
.quote-form label {
  display: grid;
  gap: 7px;
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #121716;
  color: var(--text);
}

.section-dark input,
.section-dark select,
.section-dark textarea {
  border-color: var(--line-dark);
  background: #161918;
  color: var(--text-light);
}

textarea {
  resize: vertical;
}

.result-panel {
  margin-top: 20px;
  padding: 22px;
}

.result-panel h3,
.result-panel h4 {
  margin-bottom: 14px;
}

.quote-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
}

.upload-panel,
.file-drop,
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.upload-panel {
  padding: 22px;
  box-shadow: var(--shadow);
}

.file-drop {
  display: grid;
  gap: 6px;
  place-items: center;
  min-height: 230px;
  padding: 24px;
  border-style: dashed;
  text-align: center;
  color: var(--text);
}

.file-drop span {
  font-size: 1.15rem;
  font-weight: 700;
}

.file-drop small {
  max-width: 320px;
  color: var(--text-muted);
}

#quote-files {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.file-entry {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-dark-2);
}

.empty-state {
  color: var(--text-muted);
  margin: 0;
}

.contact-card {
  padding: 24px;
  box-shadow: var(--shadow);
}

.contact-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.contact-card .button {
  margin-top: 12px;
  border-color: var(--line);
  color: var(--text-light);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: rgba(10, 13, 12, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-figure {
  max-width: min(1200px, calc(100vw - 140px));
  margin: 0 auto;
  background: transparent;
  border: 0;
}

.lightbox-figure img {
  max-height: calc(100vh - 120px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  cursor: default;
}

.lightbox-figure figcaption {
  max-width: 860px;
  margin: 12px auto 0;
  padding: 0;
  color: rgba(232, 236, 231, 0.88);
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  border: 1px solid rgba(232, 236, 231, 0.18);
  background: rgba(25, 31, 29, 0.82);
  color: #f6faf7;
  padding: 12px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
}

@media (max-width: 1120px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .category-grid,
  .capability-grid,
  .media-browser-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid,
  .credibility-grid,
  .codex-intro .shell,
  .hero-layout,
  .section-head-split,
  .store-layout,
  .quote-layout,
  .contact-layout,
  .feature-layout,
  .item-content,
  .product-hero,
  .product-detail-hero,
  .industrial-item-hero {
    grid-template-columns: 1fr;
  }

  .product-hero,
  .product-detail-hero,
  .industrial-item-hero {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .product-detail-hero {
    min-height: auto;
  }

  .product-hero {
    grid-template-columns: 1fr;
  }

  .product-hero .hero-text {
    padding-right: 0;
  }

  .product-hero .hero-text::after {
    display: none;
  }

  .product-hero .hero-image-container {
    max-width: 100%;
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
  }

  .cart-panel,
  .quote-card {
    grid-column: auto;
    grid-row: auto;
    position: static;
  }

  .product-toolbar,
  .product-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(3rem, 8vw, 4.8rem);
  }

  .hero-media-panel {
    min-height: min(56vw, 560px);
  }
}

@media (max-width: 1500px) and (min-width: 841px) {
  .site-header {
    flex-wrap: wrap;
  }

  .brand {
    flex: 0 0 auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    order: 5;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: start;
    gap: 14px;
    padding-top: 10px;
  }

  .site-nav.is-open {
    display: grid;
  }

  .nav-item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .nav-item::after {
    display: none;
  }

  .dropdown-menu {
    position: static;
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: 260px;
    overflow: auto;
    margin: 8px 0 0;
    box-shadow: none;
  }

  .site-nav a {
    width: 100%;
    white-space: normal;
  }

  .site-search {
    margin-left: auto;
  }
}

@media (max-width: 840px) {
  .shell {
    width: calc(100% - 32px);
  }

  .site-header {
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .brand {
    flex-basis: auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .nav-item::after {
    display: none;
  }

  .dropdown-menu {
    position: static;
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: 320px;
    overflow: auto;
    margin: 6px 0 12px;
    box-shadow: none;
  }

  .site-nav a,
  .header-actions a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .site-search,
  .header-actions {
    width: 100%;
  }

  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero {
    min-height: auto;
    padding: 46px 0 38px;
  }

  .hero-content {
    padding: 0;
  }

  .hero-slide-dots {
    right: auto;
    left: 24px;
    bottom: 18px;
  }

  .hero-media-panel {
    min-height: 420px;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.95rem;
  }

  .section,
  .credibility-band {
    padding: 72px 0;
  }

  .industrial-item-hero {
    padding-top: 42px;
  }

  .product-detail-hero {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .product-hero {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .spec-panel {
    grid-template-columns: 1fr;
  }

  .product-detail-hero .hero-left,
  .product-detail-hero .hero-right {
    text-align: left;
  }

  .product-hero .hero-features {
    flex-direction: column;
    gap: 12px;
  }

  .product-hero .hero-image-container img {
    height: auto;
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
  }

  .product-detail-hero .hero-features {
    gap: 16px;
  }

  .product-detail-hero .slanted-frame {
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
  }

  .product-detail-hero .slanted-frame img {
    width: 100%;
    height: auto;
    max-height: 420px;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
  }

  .category-grid,
  .media-grid-three,
  .capability-grid,
  .process-grid,
  .product-grid,
  .media-browser-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  h1 {
    font-size: 2.18rem;
  }

  .hero h1 {
    font-size: 2.86rem;
    line-height: 0.98;
  }

  .hero-lede {
    margin-top: 18px;
  }

  .hero-actions,
  .hero-points {
    margin-top: 22px;
  }

  .hero-media-panel {
    min-height: 300px;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-actions,
  .product-toolbar,
  .media-toolbar,
  .hero-points {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .filter-button,
  .media-filter {
    width: 100%;
  }

  .product-list-card .product-order-form {
    grid-template-columns: 1fr;
  }

  .spec-panel .clean-list {
    grid-template-columns: 1fr;
  }

  .lightbox {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .lightbox-figure {
    max-width: calc(100vw - 36px);
  }

  .lightbox-nav {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image {
    transition: none;
    transform: none;
  }

  .hero-image.is-active {
    transform: none;
  }
}

/* PF industrial concept system */
:root {
  --pf-black: #070c0b;
  --pf-graphite: #0d1412;
  --pf-panel: rgba(12, 18, 16, 0.88);
  --pf-panel-strong: #111a17;
  --pf-line: rgba(207, 214, 203, 0.22);
  --pf-line-green: rgba(47, 149, 93, 0.44);
  --pf-white: #e8ece7;
  --pf-muted: #a8b2ac;
  --pf-green: #238150;
  --pf-green-2: #2fa663;
  --pf-gold: #d5a50c;
  --pf-gold-2: #f0be20;
  --pf-condensed: "Bahnschrift Condensed", "Agency FB", "Arial Narrow", "Roboto Condensed", "Oswald", sans-serif;
  --pf-body: "Bahnschrift", "Segoe UI", Arial, sans-serif;
}

body {
  font-family: var(--pf-body);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(213, 165, 12, 0.08), transparent 26%),
    radial-gradient(circle at 6% 0%, rgba(35, 129, 80, 0.18), transparent 31%),
    var(--pf-black);
  background-size: 92px 92px, 92px 92px, auto, auto, auto;
  color: var(--pf-white);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%);
  opacity: 0.26;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1fr) 196px 212px;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(20px, 3vw, 38px);
  background: rgba(7, 12, 11, 0.93);
  border-bottom: 1px solid rgba(232, 236, 231, 0.22);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.brand {
  flex: none;
  gap: 18px;
}

.brand-mark {
  width: 58px;
  height: 58px;
  border: 2px solid var(--pf-gold);
  border-radius: 0;
  background: rgba(9, 13, 12, 0.76);
  color: var(--pf-gold);
  font-family: var(--pf-condensed);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.brand-text strong,
.site-nav a,
.header-actions a,
.button,
.filter-button,
.media-filter,
.text-button,
.nav-toggle,
.category-card h3,
.product-list-card h3 {
  font-family: var(--pf-condensed);
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.brand-text strong {
  color: var(--pf-white);
  font-size: 1.45rem;
  line-height: 1;
}

.brand-text small {
  color: var(--pf-green-2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-nav {
  justify-content: center;
  gap: clamp(9px, 1vw, 15px);
  order: initial;
  width: auto;
  grid-column: 2;
  min-width: 0;
  overflow: visible;
}

.site-nav a,
.header-actions a {
  padding: 8px 0;
  color: rgba(232, 236, 231, 0.9);
  font-size: clamp(0.72rem, 0.68vw, 0.84rem);
  font-weight: 700;
}

.nav-item > a::after {
  content: "⌄";
  margin-left: 8px;
  color: var(--pf-gold);
  font-family: var(--pf-body);
  font-size: 0.86em;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.header-actions a:hover,
.header-actions a:focus-visible,
.site-nav a.is-active {
  color: var(--pf-gold-2);
  background: transparent;
  box-shadow: none;
}

.dropdown-menu {
  background: rgba(8, 13, 12, 0.98);
  border: 1px solid rgba(213, 165, 12, 0.24);
  border-radius: 0;
}

.site-search {
  grid-column: 3;
  justify-self: end;
  width: 196px;
  min-width: 0;
}

.site-search input {
  width: 100%;
  min-width: 0;
}

.site-search input,
.search-page-form input,
.quote-form input,
.quote-form textarea,
.quote-form select,
.product-order-form input,
.product-order-form select {
  border-color: rgba(232, 236, 231, 0.22);
  border-radius: 0;
  background: rgba(5, 9, 8, 0.62);
  color: var(--pf-white);
}

.header-actions {
  grid-column: 4;
  justify-self: end;
  width: 212px;
}

.header-actions .button-primary,
.button-primary {
  border-radius: 0;
  background: linear-gradient(90deg, var(--pf-green), var(--pf-green-2));
  color: white;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.button-primary::after {
  content: "→";
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--pf-body);
  font-size: 1.25em;
  line-height: 0;
}

.button-secondary {
  border-color: rgba(213, 165, 12, 0.82);
  border-radius: 0;
  color: var(--pf-white);
  background: rgba(6, 10, 9, 0.42);
}

.button-secondary::after,
.category-card a::after,
.product-list-card .cta a::after {
  content: "→";
  margin-left: auto;
  color: var(--pf-gold);
  font-family: var(--pf-body);
  font-size: 1.25em;
  line-height: 0;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--pf-gold-2);
  color: var(--pf-gold-2);
}

h1,
h2,
h3,
.section-head h1,
.section-head h2 {
  font-family: var(--pf-condensed);
  text-transform: uppercase;
  letter-spacing: 0.035em;
  color: var(--pf-white);
}

.eyebrow {
  color: var(--pf-green-2);
  font-family: var(--pf-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero {
  min-height: 500px;
  padding: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(7, 12, 11, 0.99) 0%, rgba(7, 12, 11, 0.94) 36%, rgba(7, 12, 11, 0.45) 62%, rgba(7, 12, 11, 0.2) 100%),
    var(--pf-black);
}

.hero::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(213, 165, 12, 0.26) 1px, transparent 1px),
    linear-gradient(180deg, rgba(213, 165, 12, 0.16) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(90deg, black 0 58%, transparent 82%);
  opacity: 0.34;
}

.hero-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(460px, 0.85fr) minmax(480px, 1.15fr);
  grid-template-rows: 1fr auto;
  min-height: 500px;
  align-items: center;
  column-gap: clamp(28px, 5vw, 72px);
}

.hero-content {
  max-width: 670px;
  padding: 48px 0 22px;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(3.45rem, 4vw, 5.05rem);
  line-height: 0.93;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.26);
}

.hero h1 span {
  display: block;
  color: var(--pf-gold);
}

.hero-lede {
  max-width: 450px;
  margin-top: 22px;
  color: rgba(232, 236, 231, 0.86);
  font-size: 1.06rem;
  line-height: 1.45;
}

.hero-actions {
  gap: 18px;
  margin-top: 28px;
}

.hero-actions .button {
  min-width: 206px;
  min-height: 48px;
  padding: 14px 22px;
}

.hero-media-panel {
  position: absolute;
  inset: 0 calc((var(--max) - 100vw) / 2) 0 42%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-media-panel::before,
.hero-media-panel::after {
  display: none;
}

.hero-slideshow,
.hero-media-shade {
  inset: 0;
  border-radius: 0;
}

.hero-image {
  filter: brightness(0.7) contrast(1.16) saturate(0.78);
  object-position: center;
}

.hero-media-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 12, 11, 0.92) 0%, rgba(7, 12, 11, 0.74) 17%, rgba(7, 12, 11, 0.18) 47%, rgba(7, 12, 11, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 12, 11, 0.12), rgba(7, 12, 11, 0.44));
}

.hero-slide-dots {
  right: clamp(24px, 4vw, 58px);
  bottom: 28px;
  z-index: 5;
  border-radius: 999px;
  border-color: rgba(232, 236, 231, 0.18);
  background: rgba(4, 7, 6, 0.72);
}

.hero-points {
  position: relative;
  z-index: 4;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 24px;
  max-width: 760px;
  padding: 0 0 18px;
  margin: 0;
}

.hero-points span {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--pf-white);
}

.hero-points span::before {
  content: "";
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  border: 1px solid var(--pf-green-2);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(47, 166, 99, 0.3), transparent 54%),
    linear-gradient(135deg, transparent 44%, var(--pf-green-2) 45% 55%, transparent 56%);
}

.hero-points strong {
  font-family: var(--pf-condensed);
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-points small {
  grid-column: 2;
  color: var(--pf-muted);
  font-size: 0.78rem;
}

.section,
.credibility-band,
.codex-intro,
.section-muted {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.021) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 42%),
    var(--pf-graphite);
  background-size: 106px 106px, 106px 106px, auto, auto;
  border-top: 1px solid rgba(232, 236, 231, 0.16);
}

#products.section {
  padding-top: 26px;
}

.section-head {
  margin-bottom: 18px;
}

.section-head h2,
.section-head h1 {
  font-size: clamp(2.3rem, 3.1vw, 3.65rem);
  line-height: 0.96;
}

#products .category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.category-card {
  position: relative;
  min-height: 208px;
  overflow: hidden;
  border: 1px solid rgba(111, 149, 123, 0.58);
  border-radius: 0;
  background: #0a100f;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.26);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 11, 0.18), rgba(8, 12, 11, 0.86)),
    linear-gradient(135deg, rgba(213, 165, 12, 0.18), transparent 45%);
  pointer-events: none;
}

.category-card img {
  width: 100%;
  height: 100%;
  min-height: 208px;
  object-fit: cover;
  filter: brightness(0.66) contrast(1.08) saturate(0.8);
  transition: transform 420ms ease, filter 420ms ease;
}

.category-card:hover img {
  transform: scale(1.045);
  filter: brightness(0.82) contrast(1.14) saturate(0.92);
}

.category-card > div {
  position: absolute;
  inset: auto 16px 16px;
  z-index: 2;
  display: grid;
  gap: 7px;
}

.category-icon {
  width: 34px;
  height: 34px;
  color: var(--pf-gold);
}

.category-icon::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid currentColor;
  clip-path: polygon(50% 0, 94% 25%, 86% 82%, 50% 100%, 14% 82%, 6% 25%);
}

.category-card h3 {
  max-width: 145px;
  color: var(--pf-white);
  font-size: 1.45rem;
  line-height: 0.92;
}

.category-card a {
  display: flex;
  align-items: center;
  width: 100%;
  color: transparent;
  text-decoration: none;
}

.product-list-card,
.capability-card,
.contact-card,
.quote-card,
.upload-panel,
.quote-form,
.result-panel,
.media-browser-card,
.store-summary,
.spec-panel,
.item-content article,
.related-items,
.media-section {
  border: 1px solid rgba(111, 149, 123, 0.34);
  border-radius: 0;
  background: rgba(8, 13, 12, 0.74);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.product-list-card {
  overflow: hidden;
}

.product-list-card .media-wrapper,
.media-browser-card img,
.media-browser-card video,
.product-list-card img,
.product-list-card video {
  filter: brightness(0.72) contrast(1.08) saturate(0.82);
}

.product-list-card .info {
  background: linear-gradient(180deg, rgba(12, 18, 16, 0.95), rgba(7, 11, 10, 0.98));
}

.product-list-card .description {
  color: var(--pf-muted);
}

.item-page {
  background: transparent;
}

.product-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(54px, 7vw, 92px) max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(232, 236, 231, 0.16);
  background:
    linear-gradient(90deg, rgba(7, 12, 11, 0.98) 0%, rgba(7, 12, 11, 0.9) 43%, rgba(7, 12, 11, 0.3) 100%),
    var(--pf-black);
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(213, 165, 12, 0.24) 1px, transparent 1px),
    linear-gradient(180deg, rgba(213, 165, 12, 0.14) 1px, transparent 1px);
  background-size: 105px 105px;
  opacity: 0.22;
  pointer-events: none;
}

.product-hero .hero-text {
  z-index: 2;
  max-width: 590px;
  padding: 0;
}

.product-hero .hero-text::after {
  display: none;
}

.product-hero .hero-text h1 {
  font-size: clamp(4.2rem, 6vw, 7rem);
  line-height: 0.88;
  color: var(--pf-white);
}

.product-hero .lede {
  color: rgba(232, 236, 231, 0.84);
  font-size: 1.05rem;
}

.product-hero .hero-features {
  max-width: 720px;
}

.product-hero .hero-image-container {
  position: absolute;
  inset: 0 calc((var(--max) - 100vw) / 2) 0 40%;
  max-width: none;
  clip-path: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-hero .hero-image-container::before,
.product-hero .hero-image-container.is-smart-framed::before {
  display: none;
}

.product-hero .hero-image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 12, 11, 0.94), rgba(7, 12, 11, 0.58) 24%, rgba(7, 12, 11, 0.12) 58%, rgba(7, 12, 11, 0.38)),
    linear-gradient(180deg, rgba(7, 12, 11, 0.16), rgba(7, 12, 11, 0.46));
  pointer-events: none;
}

.product-hero .hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: none;
  filter: brightness(0.68) contrast(1.12) saturate(0.82);
}

.product-hero .hero-cta a,
.spec-quote-button {
  border-radius: 0;
  background: linear-gradient(90deg, var(--pf-green), var(--pf-green-2));
  color: white;
}

.spec-panel,
.item-content,
.related-items,
.media-section {
  margin-top: 18px;
}

.spec-panel h2,
.related-items h2,
.media-section h2,
.item-content h2 {
  font-family: var(--pf-condensed);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.clean-list li::before {
  color: var(--pf-gold);
}

@media (min-width: 1101px) {
  .nav-toggle {
    display: none !important;
  }

  .site-nav {
    display: flex !important;
  }
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr) 178px 196px;
  }

  .site-nav {
    gap: 13px;
  }

  .site-nav a {
    font-size: 0.82rem;
  }
}

@media (max-width: 1100px) {
  .site-header {
    display: flex;
  }

  .site-nav {
    display: none !important;
  }

  .site-nav.is-open {
    display: grid !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    border: 1px solid var(--pf-line);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.04);
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
  }

  .hero-media-panel {
    position: relative;
    inset: auto;
    min-height: 360px;
    margin: 8px 0 0;
    border: 1px solid rgba(111, 149, 123, 0.34);
  }

  .hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .product-hero .hero-image-container {
    position: relative;
    inset: auto;
    min-height: 380px;
  }

  .spec-panel {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
  }

  #products .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    font-size: 1.55rem;
  }

  .brand-text strong {
    font-size: 1.05rem;
  }

  .hero {
    min-height: auto;
  }

  .hero h1,
  .product-hero .hero-text h1 {
    font-size: clamp(2.9rem, 13.2vw, 3.65rem);
  }

  .hero-content {
    padding-top: 34px;
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .hero-actions .button {
    min-width: 0;
  }

  .hero-points,
  #products .category-grid {
    grid-template-columns: 1fr;
  }

  .hero-media-panel,
  .product-hero .hero-image-container {
    min-height: 300px;
  }

  .category-card,
  .category-card img {
    min-height: 190px;
  }
}

/* PF reference fidelity pass */
:root {
  --max: 1328px;
}

@media (min-width: 1101px) {
  .site-header {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr) 236px 270px;
    grid-template-rows: auto auto;
    gap: 6px 18px;
    padding: 14px clamp(20px, 3vw, 38px) 11px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .site-nav {
    grid-column: 2 / 5;
    grid-row: 2;
    justify-content: center;
    gap: clamp(18px, 2vw, 36px);
    padding-top: 3px;
  }

  .site-nav a {
    font-size: clamp(0.78rem, 0.72vw, 0.88rem);
  }

  .site-search {
    grid-column: 3;
    grid-row: 1;
    width: 236px;
  }

  .header-actions {
    grid-column: 4;
    grid-row: 1;
    width: 270px;
  }

  .header-actions .button {
    min-width: 168px;
  }
}

.nav-item > a::after {
  content: "\2304";
}

.button-primary::after,
.button-secondary::after,
.category-card a::after,
.product-list-card .cta a::after {
  content: "\2192";
}

.site-header .button-primary {
  background: linear-gradient(90deg, var(--pf-green), var(--pf-green-2));
  color: white;
}

body:has(.item-page) .site-header .header-actions .button-primary {
  background: linear-gradient(90deg, var(--pf-green), var(--pf-green-2));
  color: white;
}

.hero {
  min-height: 525px;
}

.hero-layout {
  grid-template-columns: minmax(620px, 0.95fr) minmax(390px, 1.05fr);
  min-height: 525px;
  column-gap: clamp(18px, 3vw, 52px);
}

.hero-content {
  position: relative;
  z-index: 4;
  align-self: start;
  max-width: 760px;
  padding: 52px 0 12px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.25rem, 3.4vw, 4.5rem);
  line-height: 0.94;
}

.hero-media-panel {
  inset: 0 calc((var(--max) - 100vw) / 2) 0 46%;
}

.hero-points {
  max-width: 780px;
  gap: 22px;
  padding-bottom: 16px;
}

#products.section {
  padding-top: 10px;
}

#products .section-head {
  margin-bottom: 10px;
}

#products .section-head .eyebrow {
  margin: 0 0 4px;
}

#products .section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 1.55vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0.07em;
}

#products .section-head > p:not(.eyebrow) {
  display: none;
}

#products .category-grid {
  gap: 14px;
}

#products .category-card::before {
  content: "\2192";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  color: var(--pf-gold);
  font-family: var(--pf-body);
  font-size: 1.45rem;
  line-height: 1;
}

#products .category-card > div {
  inset: auto 16px 16px;
  display: block;
  min-height: 88px;
}

#products .category-icon {
  position: absolute;
  left: 0;
  bottom: 52px;
  display: block;
  width: 34px;
  height: 34px;
  color: var(--pf-gold);
}

#products .category-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid currentColor;
  border-radius: 50%;
  clip-path: none;
}

#products .category-icon::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 17px;
  width: 15px;
  height: 2px;
  background: currentColor;
  transform: rotate(-34deg);
}

#products .category-card h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

#products .category-card a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 30px;
}

#products .category-card a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  margin: 0;
  color: var(--pf-gold);
  font-size: 1.45rem;
}

@media (max-width: 1320px) and (min-width: 1101px) {
  .site-header {
    grid-template-columns: minmax(286px, 0.8fr) minmax(0, 1fr) 214px 244px;
  }

  .site-nav {
    gap: clamp(12px, 1.35vw, 22px);
  }

  .site-nav a {
    font-size: 0.78rem;
  }
}

@media (max-width: 1100px) {
  .hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media-panel {
    inset: auto;
  }
}

/* PF cleanup pass: media fallbacks, search cards, quote polish, mobile nav */
.category-card-placeholder,
.image-placeholder {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(111, 149, 123, 0.34);
  background:
    linear-gradient(135deg, rgba(213, 165, 12, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    #090f0d;
  background-size: auto, 44px 44px, 44px 44px, auto;
  color: var(--pf-muted);
}

.category-card-placeholder::before,
.image-placeholder::before {
  content: "";
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  border: 1px solid rgba(213, 165, 12, 0.75);
  background:
    linear-gradient(135deg, transparent 46%, rgba(213, 165, 12, 0.85) 47% 53%, transparent 54%),
    radial-gradient(circle, rgba(213, 165, 12, 0.2), transparent 62%);
}

.category-card-placeholder strong,
.image-placeholder strong {
  display: block;
  color: var(--pf-white);
  font-family: var(--pf-condensed);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-card-placeholder span,
.image-placeholder p {
  max-width: 260px;
  margin: 8px auto 0;
  color: var(--pf-muted);
  font-size: 0.9rem;
}

.product-list-card .category-card-placeholder {
  min-height: 100%;
}

.search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.search-result-card {
  position: relative;
  min-height: 214px;
  padding: 22px;
  border: 1px solid rgba(111, 149, 123, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 45%),
    rgba(8, 13, 12, 0.78);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2);
}

.search-result-card h3 {
  margin: 10px 0 12px;
  max-width: 100%;
  color: var(--pf-white);
  font-size: clamp(1.55rem, 1.7vw, 2.15rem);
  line-height: 0.98;
}

.search-result-card p:not(.eyebrow) {
  margin: 0;
  color: rgba(232, 236, 231, 0.76);
  line-height: 1.5;
}

.search-result-card a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  color: var(--pf-gold);
  font-family: var(--pf-condensed);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.search-result-card a::after {
  content: "\2192";
}

.search-page-form {
  gap: 10px;
}

.quote-layout {
  align-items: start;
}

.upload-panel,
.quote-form {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 48%),
    rgba(8, 13, 12, 0.78);
}

.file-drop {
  min-height: 228px;
  border-color: rgba(213, 165, 12, 0.35);
  background:
    linear-gradient(135deg, rgba(213, 165, 12, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.025);
}

.quote-form label {
  gap: 7px;
  color: var(--pf-white);
  font-family: var(--pf-condensed);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  font-family: var(--pf-body);
  letter-spacing: 0;
  text-transform: none;
}

.result-panel:not([hidden]) {
  display: grid;
  gap: 14px;
  border-color: rgba(47, 166, 99, 0.5);
  background:
    linear-gradient(135deg, rgba(47, 166, 99, 0.13), transparent 44%),
    rgba(8, 13, 12, 0.86);
}

.media-browser-card {
  overflow: hidden;
}

.media-browser-card img {
  display: block;
  min-height: 230px;
}

@media (max-width: 1100px) {
  .site-nav.is-open {
    gap: 10px;
  }

  .site-nav .nav-item {
    border-bottom: 1px solid rgba(232, 236, 231, 0.1);
  }

  .site-nav .nav-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
  }

  .site-nav .dropdown-menu {
    display: none !important;
    max-height: 330px;
    margin: 0 0 12px;
    border-color: rgba(213, 165, 12, 0.24);
  }

  .site-nav .nav-item.is-open > .dropdown-menu {
    display: grid !important;
  }

  .site-nav .nav-item.is-open > a {
    color: var(--pf-gold);
  }

  .search-results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .search-result-card {
    min-height: 0;
    padding: 18px;
  }

  .media-browser-card img {
    min-height: 190px;
  }
}

/* PF company logo pass */
.company-brand {
  width: min(390px, 100%);
  min-width: 0;
  gap: 0;
}

.company-logo {
  display: block;
  width: min(390px, 100%);
}

.company-logo svg,
.company-logo-image {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.company-logo-image {
  filter: drop-shadow(0 0 14px rgba(0, 195, 255, 0.18));
}

.company-logo-frame {
  fill: rgba(5, 8, 7, 0.82);
  stroke: var(--pf-gold);
  stroke-width: 3px;
}

.company-logo-monogram {
  fill: var(--pf-gold);
  font-family: Impact, "Arial Black", var(--pf-condensed), sans-serif;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -2px;
}

.company-logo-name {
  fill: var(--pf-white);
  font-family: var(--pf-condensed);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.company-logo-location {
  fill: var(--pf-green-2);
  font-family: var(--pf-condensed);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (min-width: 1101px) {
  .site-header {
    grid-template-columns: minmax(416px, 0.92fr) minmax(0, 1fr) 236px 270px;
  }

  .company-brand {
    align-self: start;
    margin-top: 4px;
  }

  .site-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: auto;
    min-width: 260px;
    max-width: 360px;
    max-height: min(72vh, 520px);
    overflow: auto;
    margin: 2px 0 0;
    box-shadow: var(--shadow);
  }

  .site-nav .nav-item:hover > .dropdown-menu,
  .site-nav .nav-item:focus-within > .dropdown-menu {
    display: grid;
  }
}

@media (max-width: 1320px) and (min-width: 1101px) {
  .site-header {
    grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1fr) 214px 244px;
  }

  .company-brand,
  .company-logo {
    width: 350px;
  }
}

@media (max-width: 1100px) {
  .company-brand {
    width: min(300px, calc(100vw - 132px));
  }

  .company-logo {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .company-brand {
    width: min(242px, calc(100vw - 118px));
  }
}

/* PF responsive header guard: prevents logo/search/actions from squeezing each other */
.site-header,
.site-header * {
  min-width: 0;
}

.site-search,
.site-search input,
.header-actions,
.header-actions a {
  max-width: 100%;
}

.site-search input {
  width: 100%;
  text-overflow: ellipsis;
}

@media (max-width: 1100px) {
  .site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px 18px;
  }

  .company-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: min(100%, 560px);
    justify-self: start;
    margin: 0 !important;
    flex: none;
  }

  .header-actions {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .header-actions a {
    width: auto;
    height: auto;
    min-height: 38px;
    min-width: 0;
    flex: 0 0 auto;
  }

  .header-actions .button {
    flex: 0 1 220px;
    min-height: 42px;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 4;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 13px 14px;
  }

  .site-search {
    width: 100%;
  }

  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .header-actions a,
  .header-actions .button {
    width: 100%;
    flex: 0 0 auto;
  }
}

/* PF header fit correction: keep the real logo, search, and actions balanced */
@media (min-width: 1101px) {
  .site-header {
    grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1fr) minmax(300px, 320px) 270px;
    gap: 6px 18px;
  }

  .company-brand,
  .company-logo {
    width: clamp(300px, 21vw, 330px);
  }

  .site-search {
    width: 100%;
    min-width: 300px;
  }

  .site-search input {
    width: 100%;
  }
}

@media (max-width: 1320px) and (min-width: 1101px) {
  .site-header {
    grid-template-columns: minmax(286px, 0.68fr) minmax(0, 1fr) minmax(278px, 300px) 244px;
    gap: 6px 14px;
  }

  .company-brand,
  .company-logo {
    width: 286px;
  }

  .site-search {
    min-width: 278px;
  }
}

@media (max-width: 1100px) {
  .site-search {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 720px) {
  .search-page-form {
    grid-template-columns: 1fr;
  }

  .search-page-form input,
  .search-page-form button,
  .search-page-form .button {
    width: 100%;
  }
}

/* PF cobalt palette: tuned to the real cyan logo while keeping the site industrial. */
:root {
  --bg: #050912;
  --surface: #0b1320;
  --surface-2: #101c2c;
  --surface-dark: #050912;
  --surface-dark-2: #0b1320;
  --line: rgba(77, 170, 222, 0.25);
  --line-dark: rgba(77, 170, 222, 0.34);
  --text: #f0f7ff;
  --text-muted: #a9b8c8;
  --text-light: #f0f7ff;
  --accent: #0a74d6;
  --accent-strong: #075aa7;
  --accent-soft: rgba(0, 194, 240, 0.13);
  --brand: #4bd8ff;
  --metal: #e5f9ff;
  --pf-black: #050912;
  --pf-graphite: #0b1320;
  --pf-panel: rgba(7, 13, 24, 0.9);
  --pf-panel-strong: #101c2c;
  --pf-line: rgba(77, 170, 222, 0.25);
  --pf-line-green: rgba(0, 194, 240, 0.46);
  --pf-white: #f0f7ff;
  --pf-muted: #a9b8c8;
  --pf-green: #0a74d6;
  --pf-green-2: #00c2f0;
  --pf-gold: #4bd8ff;
  --pf-gold-2: #e5f9ff;
  --pf-magenta: #ff2ca8;
}

body {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 74% 8%, rgba(0, 194, 240, 0.14), transparent 34%),
    var(--pf-black);
  background-size: 96px 96px, 96px 96px, auto, auto;
}

.site-header {
  background: linear-gradient(180deg, rgba(3, 5, 8, 0.97), rgba(5, 9, 18, 0.94));
  border-bottom-color: rgba(77, 170, 222, 0.26);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

body:has(.item-page) .site-header {
  background: linear-gradient(180deg, rgba(3, 5, 8, 0.98), rgba(5, 9, 18, 0.96));
  border-bottom-color: rgba(77, 170, 222, 0.3);
}

body:has(.item-page) .site-nav a.is-active,
body:has(.item-page) .site-nav a[aria-current="page"] {
  color: var(--pf-gold);
  box-shadow: inset 0 -2px 0 var(--pf-gold);
}

body:has(.item-page) .header-actions .button-primary {
  background: linear-gradient(90deg, var(--pf-green), var(--pf-green-2));
  color: var(--pf-white);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.header-actions a:hover,
.header-actions a:focus-visible {
  background: rgba(0, 194, 240, 0.13);
}

.site-nav a.is-active,
.site-nav a[aria-current="page"],
.header-actions a.is-active,
.header-actions a[aria-current="page"] {
  background: rgba(10, 116, 214, 0.18);
  box-shadow: inset 0 0 0 1px rgba(0, 194, 240, 0.46);
}

.site-search input,
.search-page-form input,
.quote-form input,
.quote-form textarea,
.quote-form select {
  border-color: rgba(77, 170, 222, 0.25);
  background: rgba(4, 7, 12, 0.74);
  color: var(--pf-white);
}

.site-search input:focus,
.search-page-form input:focus,
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
  border-color: var(--pf-gold);
  box-shadow: 0 0 0 2px rgba(0, 194, 240, 0.13);
}

.button-primary,
.header-actions .button-primary,
.search-page-form button,
.product-list-card .product-order-form .button-primary,
.item-page .button-primary {
  background: linear-gradient(90deg, var(--pf-green), var(--pf-green-2));
  border-color: transparent;
  color: var(--pf-white);
  text-shadow: none;
  box-shadow: 0 18px 42px rgba(0, 194, 240, 0.14);
}

.button-primary:hover,
.button-primary:focus-visible,
.search-page-form button:hover,
.search-page-form button:focus-visible {
  background: linear-gradient(90deg, var(--accent-strong), var(--pf-green-2));
}

.button-secondary,
.button-outline,
.text-button {
  border-color: var(--pf-gold);
  color: var(--pf-gold);
}

.button-secondary:hover,
.button-outline:hover,
.text-button:hover {
  background: rgba(0, 194, 240, 0.13);
  color: var(--pf-gold-2);
}

.eyebrow,
.hero-eyebrow,
.section-kicker,
.category-card svg,
.product-list-card .eyebrow,
.search-result-card .eyebrow,
.feature-icon,
.spec-label {
  color: var(--pf-gold);
}

.nav-item > a::after,
#products .category-card a::after,
.search-result-card a,
.search-result-card a::after,
.product-list-card a,
.card-link,
.breadcrumb a,
.category-card a::after {
  color: var(--pf-gold);
}

.nav-item:hover > a::after,
.nav-item:focus-within > a::after {
  color: var(--pf-magenta);
}

.category-card,
.search-result-card,
.product-list-card,
.media-browser-card,
.quote-form,
.upload-panel,
.dropdown-menu,
.footer-card,
.item-hero-card {
  border-color: rgba(77, 170, 222, 0.25);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 45%),
    var(--pf-panel);
}

.category-card:hover,
.search-result-card:hover,
.product-list-card:hover {
  border-color: rgba(0, 194, 240, 0.46);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 194, 240, 0.13) inset;
}

.category-card-placeholder,
.image-placeholder,
.file-drop {
  border-color: rgba(0, 194, 240, 0.46);
  background:
    linear-gradient(135deg, rgba(0, 194, 240, 0.13), transparent 36%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    var(--pf-black);
}

.category-card-placeholder::before,
.image-placeholder::before {
  border-color: var(--pf-gold);
  background: radial-gradient(circle, rgba(0, 194, 240, 0.13), transparent 62%);
}

.result-panel:not([hidden]) {
  border-color: rgba(0, 194, 240, 0.46);
  background:
    linear-gradient(135deg, rgba(0, 194, 240, 0.13), transparent 44%),
    var(--pf-panel);
}

.item-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 194, 240, 0.12), transparent 34%),
    linear-gradient(180deg, #050912 0%, #0b1320 52%, #050912 100%);
}

.industrial-item-hero,
.product-detail-hero {
  border-bottom-color: rgba(77, 170, 222, 0.28);
}

.industrial-hero-copy .eyebrow,
.item-page .eyebrow,
.spec-panel h2,
.process-grid span {
  color: var(--pf-gold);
}

.industrial-hero-points span::before,
.industrial-hero-media .item-main-image {
  border-color: rgba(0, 194, 240, 0.5);
}

.company-logo-image {
  filter: drop-shadow(0 0 15px rgba(0, 194, 240, 0.14));
}

::selection {
  background: var(--pf-gold);
  color: var(--pf-black);
}

/* PF visual polish pass: remove warm residue and refine cobalt surfaces. */
:root {
  --pf-cobalt: #0a74d6;
  --pf-cobalt-dark: #062a62;
  --pf-cyan: #00c2f0;
  --pf-cyan-soft: rgba(0, 194, 240, 0.13);
  --pf-cyan-line: rgba(77, 170, 222, 0.28);
  --pf-panel-glass: rgba(7, 13, 24, 0.84);
  --pf-deep-shadow: 0 24px 64px rgba(0, 0, 0, 0.36);
}

html {
  scrollbar-color: rgba(75, 216, 255, 0.62) #050912;
}

body {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 74% 8%, rgba(0, 194, 240, 0.14), transparent 34%),
    radial-gradient(circle at 12% 20%, rgba(10, 116, 214, 0.16), transparent 32%),
    var(--pf-black);
  background-size: 108px 108px, 108px 108px, auto, auto, auto;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #050912;
}

body::-webkit-scrollbar-thumb {
  border: 3px solid #050912;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pf-cyan), var(--pf-cobalt));
}

.hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(0, 194, 240, 0.14), transparent 28%),
    radial-gradient(circle at 10% 12%, rgba(10, 116, 214, 0.22), transparent 30%),
    linear-gradient(135deg, #050912 0%, #08111d 48%, #0b1320 100%);
}

.hero::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 48px),
    linear-gradient(90deg, rgba(0, 194, 240, 0.09), transparent 22%, transparent 78%, rgba(10, 116, 214, 0.13));
  opacity: 0.58;
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(75, 216, 255, 0.46), rgba(10, 116, 214, 0.42), transparent);
}

.hero-media-panel {
  border-color: rgba(77, 170, 222, 0.32);
  background:
    linear-gradient(145deg, rgba(75, 216, 255, 0.08), rgba(0, 194, 240, 0.015)),
    #07101c;
  box-shadow: 0 38px 96px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(75, 216, 255, 0.08) inset;
}

.hero-media-panel::before {
  border-color: rgba(75, 216, 255, 0.18);
}

.hero-media-panel::after {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(0, 194, 240, 0.72) 48% 50%, transparent 50%),
    linear-gradient(135deg, transparent 0 62%, rgba(10, 116, 214, 0.78) 62% 64%, transparent 64%);
  opacity: 0.5;
}

.hero-media-shade,
.product-hero .hero-image-container::after {
  background:
    linear-gradient(90deg, rgba(5, 9, 18, 0.42), transparent 42%),
    linear-gradient(180deg, transparent 44%, rgba(5, 9, 18, 0.56));
}

.hero-slide-dots {
  border-color: rgba(75, 216, 255, 0.22);
  background: rgba(5, 9, 18, 0.68);
}

.hero-slide-dot {
  border-color: rgba(229, 249, 255, 0.45);
}

.hero-slide-dot.is-active {
  border-color: var(--pf-cyan);
  background: var(--pf-cyan);
  box-shadow: 0 0 16px rgba(0, 194, 240, 0.45);
}

.section,
.credibility-band,
.codex-intro,
.section-muted {
  border-top-color: rgba(77, 170, 222, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.021) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(135deg, rgba(75, 216, 255, 0.045), transparent 42%),
    var(--pf-graphite);
  background-size: 106px 106px, 106px 106px, auto, auto;
}

.category-card,
.search-result-card,
.product-list-card,
.capability-card,
.contact-card,
.quote-card,
.upload-panel,
.quote-form,
.result-panel,
.media-browser-card,
.store-summary,
.spec-panel,
.item-content article,
.related-items,
.media-section,
.dropdown-menu {
  border-color: var(--pf-cyan-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 45%),
    var(--pf-panel-glass);
  box-shadow: var(--pf-deep-shadow);
}

.category-card::after {
  background:
    linear-gradient(180deg, rgba(5, 9, 18, 0.18), rgba(5, 9, 18, 0.88)),
    linear-gradient(135deg, rgba(0, 194, 240, 0.14), transparent 45%);
}

.category-card:hover,
.category-card:focus-within,
.search-result-card:hover,
.search-result-card:focus-within,
.product-list-card:hover,
.product-list-card:focus-within,
.media-browser-card:hover,
.media-browser-card:focus-within {
  border-color: rgba(75, 216, 255, 0.58);
  transform: translateY(-2px);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(0, 194, 240, 0.14) inset;
}

.category-card,
.search-result-card,
.product-list-card,
.media-browser-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-card img,
.product-list-card .media-wrapper img,
.product-list-card .media-wrapper video,
.media-browser-card img,
.media-browser-card video,
.product-hero .hero-image-container img {
  filter: brightness(0.72) contrast(1.1) saturate(0.86);
}

.category-card:hover img,
.product-list-card:hover .media-wrapper img,
.product-list-card:hover .media-wrapper video,
.media-browser-card:hover img,
.media-browser-card:hover video {
  filter: brightness(0.84) contrast(1.14) saturate(0.96);
}

.product-list-card .info {
  background: linear-gradient(180deg, rgba(8, 15, 27, 0.96), rgba(5, 9, 18, 0.98));
}

.product-hero {
  border-bottom-color: rgba(77, 170, 222, 0.28);
  background:
    linear-gradient(90deg, rgba(5, 9, 18, 0.98) 0%, rgba(5, 9, 18, 0.9) 43%, rgba(5, 9, 18, 0.3) 100%),
    var(--pf-black);
}

.product-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 194, 240, 0.2) 1px, transparent 1px),
    linear-gradient(180deg, rgba(77, 170, 222, 0.15) 1px, transparent 1px);
}

.product-hero .hero-text::after {
  background: #050912;
}

.product-hero .hero-cta a,
.spec-quote-button,
.item-page .button-primary {
  background: linear-gradient(90deg, var(--pf-cobalt), var(--pf-cyan));
  color: var(--pf-white);
}

.product-hero .hero-cta a:hover,
.product-hero .hero-cta a:focus-visible,
.spec-quote-button:hover,
.spec-quote-button:focus-visible,
.item-page .button-primary:hover,
.item-page .button-primary:focus-visible {
  background: linear-gradient(90deg, var(--accent-strong), var(--pf-cyan));
}

.category-card-placeholder,
.image-placeholder,
.file-drop {
  border-color: rgba(75, 216, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(0, 194, 240, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    var(--pf-black);
}

.category-card-placeholder::before,
.image-placeholder::before {
  border-color: var(--pf-cyan);
  background:
    linear-gradient(135deg, transparent 46%, rgba(0, 194, 240, 0.78) 47% 53%, transparent 54%),
    radial-gradient(circle, rgba(0, 194, 240, 0.2), transparent 62%);
}

.file-drop {
  background:
    linear-gradient(135deg, rgba(0, 194, 240, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.025);
}

.result-panel:not([hidden]) {
  border-color: rgba(75, 216, 255, 0.5);
  background:
    linear-gradient(135deg, rgba(0, 194, 240, 0.13), transparent 44%),
    var(--pf-panel-glass);
}

.site-search input,
.search-page-form input,
.quote-form input,
.quote-form textarea,
.quote-form select,
.product-list-card .product-order-form select,
.product-list-card .product-order-form input[type="number"] {
  border-color: rgba(77, 170, 222, 0.32);
  background: rgba(3, 7, 13, 0.74);
}

.button,
.media-filter,
.nav-toggle,
.site-search input,
.search-page-form input,
.quote-form input,
.quote-form textarea,
.quote-form select {
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button-primary:hover,
.button-primary:focus-visible,
.search-page-form button:hover,
.search-page-form button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 46px rgba(0, 194, 240, 0.2);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--pf-cyan);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .category-card,
  .search-result-card,
  .product-list-card,
  .media-browser-card,
  .button-primary {
    transition: none;
  }

  .category-card:hover,
  .search-result-card:hover,
  .product-list-card:hover,
  .media-browser-card:hover,
  .button-primary:hover {
    transform: none;
  }
}

/* Header should never cover page content while scrolling. */
.site-header {
  position: relative;
  top: auto;
}

/* Restore photo presence after the cobalt polish pass. */
.hero-image {
  filter: brightness(0.9) contrast(1.06) saturate(1.02);
}

.hero-media-shade {
  background:
    linear-gradient(90deg, rgba(5, 9, 18, 0.18), transparent 42%),
    linear-gradient(180deg, transparent 54%, rgba(5, 9, 18, 0.3));
}

.hero-media-panel::before {
  border-color: rgba(75, 216, 255, 0.16);
}

.category-card img,
.product-list-card .media-wrapper img,
.product-list-card .media-wrapper video,
.media-browser-card img,
.media-browser-card video {
  filter: brightness(0.9) contrast(1.05) saturate(1);
}

.product-list-card .media-wrapper {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #050912;
}

.product-list-card .media-wrapper img,
.product-list-card .media-wrapper video {
  height: 100%;
  object-fit: cover;
}

.product-list-card .media-wrapper .inactive {
  display: none !important;
}

.product-list-card .media-controls {
  bottom: 12px;
  padding: 7px 8px;
  border: 1px solid rgba(75, 216, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 9, 18, 0.68);
  backdrop-filter: blur(10px);
}

.product-list-card .media-controls button {
  border: 1px solid rgba(229, 249, 255, 0.45);
  background: transparent;
}

.product-list-card .media-controls button.active {
  width: 22px;
  background: var(--pf-cyan);
  border-color: var(--pf-cyan);
}

.product-list-card .info {
  display: grid;
  align-content: start;
  gap: 10px;
}

.product-list-card .info h3,
.search-result-card h3 {
  text-wrap: balance;
}

.site-nav .dropdown-menu,
.site-nav .nav-item.is-open > .dropdown-menu {
  border-color: rgba(77, 170, 222, 0.28) !important;
}

.dropdown-more {
  color: var(--pf-cyan) !important;
}

.quote-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: -14px 0 22px;
}

.quote-flow span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--pf-cyan-line);
  border-radius: 8px;
  background: rgba(5, 9, 18, 0.72);
  color: var(--pf-muted);
  font-size: 0.86rem;
}

.quote-flow strong {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--pf-cyan), var(--pf-cobalt));
  color: var(--pf-white);
  font-size: 0.82rem;
}

.quote-workbench-layout {
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
}

.quote-workbench-panel {
  position: sticky;
  top: 18px;
}

.quote-file-status {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(77, 170, 222, 0.28);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.58);
  color: var(--pf-cyan);
  font-size: 0.9rem;
}

.quote-readiness {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(77, 170, 222, 0.22);
}

.quote-readiness h2,
.quote-form-section h2 {
  margin: 0 0 12px;
  font-family: var(--pf-condensed);
  font-size: clamp(1.24rem, 2vw, 1.7rem);
  letter-spacing: 0;
  text-transform: uppercase;
}

.quote-readiness ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.quote-readiness li {
  position: relative;
  min-height: 38px;
  padding: 9px 10px 9px 48px;
  border: 1px solid rgba(77, 170, 222, 0.22);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.54);
  color: var(--pf-muted);
}

.quote-readiness li::before {
  content: "?";
  position: absolute;
  left: 10px;
  top: 8px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(77, 170, 222, 0.28);
  border-radius: 50%;
  color: var(--pf-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.quote-readiness li.is-ready {
  border-color: rgba(0, 194, 240, 0.48);
  color: var(--pf-white);
}

.quote-readiness li.is-ready::before {
  content: "OK";
  border-color: var(--pf-cyan);
  color: var(--pf-cyan);
  font-size: 0.58rem;
}

.quote-workbench-form {
  gap: 18px;
}

.quote-form-section {
  display: grid;
  gap: 12px;
}

.quote-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quote-option-grid label {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(77, 170, 222, 0.28);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.54);
  color: var(--pf-white);
  font-family: var(--pf-body);
  font-size: 0.92rem;
  line-height: 1.25;
}

.quote-option-grid input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  accent-color: var(--pf-cyan);
}

.quote-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-action-row .button {
  min-height: 46px;
}

@media (max-width: 720px) {
  .quote-flow,
  .quote-field-grid,
  .quote-option-grid {
    grid-template-columns: 1fr;
  }

  .quote-workbench-layout {
    grid-template-columns: 1fr;
  }

  .quote-flow {
    margin-top: -6px;
  }

  .quote-workbench-panel {
    position: static;
  }

  .quote-layout {
    gap: 18px;
  }

  .file-drop {
    min-height: 210px;
    padding: 22px 18px;
  }

  .product-hero,
  .industrial-item-hero {
    gap: 20px;
  }

  .industrial-hero-points,
  .product-hero .hero-features,
  .product-detail-hero .hero-features {
    gap: 14px 18px;
  }
}

.category-card::after {
  background:
    linear-gradient(180deg, rgba(5, 9, 18, 0.06), rgba(5, 9, 18, 0.68)),
    linear-gradient(135deg, rgba(0, 194, 240, 0.08), transparent 45%);
}

.category-card:hover img,
.product-list-card:hover .media-wrapper img,
.product-list-card:hover .media-wrapper video,
.media-browser-card:hover img,
.media-browser-card:hover video {
  filter: brightness(1) contrast(1.08) saturate(1.06);
}

@media (max-width: 1100px) {
  .site-header {
    gap: 10px 14px;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .company-brand {
    width: min(270px, calc(100vw - 112px));
  }

  .site-search input {
    min-height: 38px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .header-actions {
    display: grid;
    grid-template-columns: auto minmax(170px, 220px);
    align-items: center;
    width: auto;
  }

  .header-actions a {
    min-height: 40px;
  }

  .header-actions .button {
    min-height: 42px;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    position: relative;
    display: block;
    min-height: clamp(690px, 86vh, 820px);
    padding-top: clamp(70px, 12vw, 110px);
    padding-bottom: 44px;
    isolation: isolate;
  }

  .hero-content,
  .hero-points {
    position: relative;
    z-index: 2;
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(3.35rem, 8.4vw, 4.35rem);
    line-height: 0.91;
  }

  .hero-lede {
    max-width: 520px;
  }

  .hero-media-panel {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0;
    min-height: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-media-panel::before {
    inset: 0;
    border: 0;
    background:
      linear-gradient(90deg, rgba(5, 9, 18, 0.94) 0%, rgba(5, 9, 18, 0.76) 48%, rgba(5, 9, 18, 0.26) 100%),
      linear-gradient(180deg, rgba(5, 9, 18, 0.22), rgba(5, 9, 18, 0.7));
  }

  .hero-media-panel::after {
    display: none;
  }

  .hero-slideshow,
  .hero-media-shade {
    inset: 0;
    border-radius: 0;
  }

  .hero-media-shade {
    background:
      linear-gradient(90deg, rgba(5, 9, 18, 0.96), rgba(5, 9, 18, 0.78) 52%, rgba(5, 9, 18, 0.32)),
      linear-gradient(180deg, rgba(5, 9, 18, 0.22), rgba(5, 9, 18, 0.78));
  }

  .hero-slide-dots {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 9px 12px;
  }

  .company-brand {
    width: min(226px, calc(100vw - 112px));
  }

  .header-actions {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    width: 100%;
  }

  .header-actions a {
    width: auto;
    min-height: 38px;
    padding: 8px 9px;
  }

  .header-actions .button {
    width: 100%;
    min-height: 42px;
  }

  .hero-layout {
    min-height: clamp(650px, 88vh, 760px);
    padding-top: clamp(54px, 10vw, 72px);
    padding-bottom: 34px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 9.4vw, 3.55rem);
    line-height: 0.9;
  }

  .hero-lede {
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-points {
    margin-top: 24px;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: clamp(2.75rem, 10.8vw, 3.2rem);
  }

  .hero-layout {
    min-height: clamp(620px, 84vh, 720px);
  }
}

/* PF home page: match the newer blue product/contact layout language. */
.home-industrial-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 194, 240, 0.24);
  background:
    radial-gradient(circle at 14% 16%, rgba(0, 194, 240, 0.16), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(10, 116, 214, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(5, 9, 18, 0.98), rgba(8, 20, 35, 0.94));
}

.home-industrial-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 108px 108px;
  opacity: 0.5;
  pointer-events: none;
}

.home-industrial-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  grid-template-areas:
    "copy media"
    "points media";
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  min-height: clamp(600px, calc(100vh - 96px), 720px);
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(34px, 4vw, 58px);
  isolation: isolate;
}

.home-industrial-copy {
  grid-area: copy;
  position: relative;
  z-index: 3;
  max-width: 720px;
}

.home-industrial-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4.1rem, 7.4vw, 7.7rem);
  line-height: 0.86;
}

.home-industrial-copy h1 span {
  color: var(--pf-cyan);
}

.home-industrial-copy .hero-lede {
  max-width: 590px;
  margin-top: 24px;
  color: rgba(240, 247, 255, 0.82);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
}

.home-industrial-media {
  grid-area: media;
  position: relative;
  align-self: start;
  aspect-ratio: 4 / 3;
  min-height: 0;
  max-height: 620px;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(77, 170, 222, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(75, 216, 255, 0.08), rgba(0, 194, 240, 0.015)),
    #07101c;
  box-shadow: 0 38px 96px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(75, 216, 255, 0.08) inset;
}

.home-industrial-media::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(75, 216, 255, 0.18);
  border-radius: 6px;
  pointer-events: none;
}

.home-industrial-media .hero-slideshow,
.home-industrial-media .hero-media-shade {
  inset: 0;
  border-radius: 0;
}

.home-industrial-media .hero-media-shade {
  background:
    linear-gradient(90deg, rgba(5, 9, 18, 0.18), transparent 44%),
    linear-gradient(180deg, transparent 42%, rgba(5, 9, 18, 0.56));
}

.home-industrial-media .hero-slide-dots {
  right: 22px;
  bottom: 22px;
}

.home-industrial-hero .hero-points {
  grid-area: points;
  position: relative;
  z-index: 3;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  max-width: 690px;
  padding-bottom: 0;
}

@media (max-width: 1100px) {
  .home-industrial-hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "points";
    min-height: auto;
  }

  .home-industrial-media {
    aspect-ratio: auto;
    min-height: 320px;
    max-height: 520px;
    height: min(58vw, 520px);
  }

  .home-industrial-copy h1 {
    font-size: clamp(3.4rem, 8.4vw, 5.2rem);
  }
}

@media (max-width: 720px) {
  .home-industrial-hero-layout {
    gap: 24px;
    padding-top: 34px;
  }

  .home-industrial-copy h1 {
    font-size: clamp(2.85rem, 12.4vw, 4rem);
  }

  .home-industrial-media {
    min-height: 300px;
    height: 300px;
  }

  .home-industrial-hero .hero-points {
    grid-template-columns: 1fr;
  }
}

/* PF contact page */
.contact-page {
  background:
    linear-gradient(180deg, rgba(5, 9, 18, 0.98), rgba(7, 16, 28, 0.96) 46%, rgba(5, 9, 18, 0.98)),
    var(--bg);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 194, 240, 0.22);
  background:
    radial-gradient(circle at 16% 14%, rgba(0, 194, 240, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(5, 9, 18, 0.96), rgba(8, 20, 35, 0.92));
}

.contact-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  min-height: clamp(560px, 72vh, 760px);
  padding: clamp(56px, 8vw, 96px) 0;
}

.contact-hero-copy {
  display: grid;
  gap: 20px;
  max-width: 650px;
}

.contact-hero-copy h1,
.contact-thanks-panel h1 {
  margin: 0;
  color: var(--pf-white, var(--text));
  font-family: var(--pf-condensed, "Segoe UI", Arial, sans-serif);
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-hero-copy p:not(.eyebrow),
.contact-thanks-panel p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--pf-muted, var(--text-muted));
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.55;
}

.contact-hero-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 194, 240, 0.34);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.7);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.contact-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 9, 18, 0.16), transparent 40%),
    linear-gradient(0deg, rgba(5, 9, 18, 0.38), transparent 52%);
  pointer-events: none;
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 50%;
}

.contact-hero-media .hero-slideshow,
.contact-hero-media .hero-media-shade {
  inset: 0;
  border-radius: 8px;
}

.contact-hero-media .hero-media-shade {
  background:
    linear-gradient(90deg, rgba(5, 9, 18, 0.18), transparent 46%),
    linear-gradient(0deg, rgba(5, 9, 18, 0.42), transparent 58%);
}

.contact-hero-media .hero-slide-dots {
  right: 20px;
  bottom: 20px;
}

.quote-media-panel {
  min-height: 320px;
  margin: 0 0 22px;
}

.quote-media-panel img {
  min-height: 320px;
}

.contact-main-section {
  padding-top: clamp(42px, 6vw, 80px);
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.contact-form,
.contact-side-panel,
.contact-thanks-panel {
  border: 1px solid rgba(77, 170, 222, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(12, 22, 34, 0.94), rgba(6, 11, 19, 0.96)),
    var(--surface-dark);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 34px);
}

.contact-form-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 4px;
}

.contact-form-heading h2,
.contact-info-block h2 {
  margin: 0;
  color: var(--pf-white, var(--text));
  font-family: var(--pf-condensed, "Segoe UI", Arial, sans-serif);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--pf-white, var(--text));
  font-size: 0.94rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-color: rgba(77, 170, 222, 0.3);
  background: rgba(3, 7, 13, 0.72);
  color: var(--pf-white, var(--text));
}

.contact-form textarea {
  min-height: 168px;
}

.contact-side-panel {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px);
  position: sticky;
  top: 92px;
}

.contact-info-block {
  display: grid;
  gap: 10px;
}

.contact-info-block p:not(.eyebrow) {
  margin: 0;
  color: var(--pf-muted, var(--text-muted));
}

.contact-checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-checklist li {
  position: relative;
  min-height: 42px;
  padding: 10px 10px 10px 44px;
  border: 1px solid rgba(77, 170, 222, 0.22);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.5);
  color: var(--pf-muted, var(--text-muted));
}

.contact-checklist li::before {
  content: "OK";
  position: absolute;
  left: 10px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 194, 240, 0.58);
  border-radius: 50%;
  color: var(--pf-cyan, #00c2f0);
  font-size: 0.56rem;
  font-weight: 900;
}

.contact-action-stack {
  display: grid;
  gap: 10px;
}

.contact-action-stack .button {
  width: 100%;
  justify-content: center;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-thanks {
  min-height: calc(100vh - 94px);
  display: grid;
  align-items: center;
}

.contact-thanks-panel {
  max-width: 820px;
  padding: clamp(26px, 5vw, 56px);
}

@media (max-width: 980px) {
  .contact-hero-layout,
  .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-layout {
    min-height: auto;
  }

  .contact-side-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy h1,
  .contact-thanks-panel h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .contact-hero-media,
  .contact-hero-media img {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .header-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-actions a:not(.button) {
    justify-content: center;
  }

  .header-actions .button {
    grid-column: 1 / -1;
  }
}

/* Display image focus pass: keep products centered without changing source photos. */
.hero-image,
.category-card img,
.product-card img,
.product-list-card .media-wrapper img,
.media-browser-card img,
.product-hero .hero-image-container img {
  object-position: var(--pf-object-position, center 55%);
}

.hero-image {
  --pf-object-position: center 56%;
}

.category-card img {
  --pf-object-position: center 56%;
}

.product-card img,
.product-list-card .media-wrapper img,
.media-browser-card img {
  --pf-object-position: center 55%;
}

.hero-image[data-media-focus="portrait"],
.category-card img[data-media-focus="portrait"],
.product-card img[data-media-focus="portrait"],
.product-list-card .media-wrapper img[data-media-focus="portrait"],
.media-browser-card img[data-media-focus="portrait"] {
  --pf-object-position: center 60%;
}

.product-list-card .media-wrapper img[data-media-crop-risk="true"],
.media-browser-card img[data-media-crop-risk="true"] {
  object-fit: contain;
  background: #050912;
}

.product-hero .hero-image-container.is-smart-framed > img:not(.hero-cycle-source) {
  object-fit: contain;
  object-position: var(--pf-smart-position, 34% center);
  transform: scale(1.16);
  transform-origin: center center;
}

.product-hero .hero-image-container.is-smart-framed-wide > img:not(.hero-cycle-source) {
  object-fit: cover;
  object-position: var(--pf-smart-position, center 54%);
  transform: none;
}

@media (max-width: 840px) {
  .product-hero .hero-image-container.is-smart-framed > img:not(.hero-cycle-source) {
    object-position: center center;
    transform: scale(1.08);
  }
}
