:root {
  --midnight-navy: #0b1a2a;
  --precision-blue: #0066ff;
  --clinical-white: #fff;
  --steel-gray: #becfd3;
  --site-container-max: 1280px;
  --site-gutter: 24px;
  --site-gutter-mobile: 16px;
  --site-header-offset: 80px;
  --site-header-gap: 24px;
  --site-hero-padding-y: 4rem;
  --site-mobile-max: 639px;
  --site-desktop-min: 640px;
}

/* 窄窗口 + 鼠标（如 Cursor 内置浏览器）走桌面布局；仅触屏小屏走手机布局 */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
body.bg-background,
.product-body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  overflow-x: hidden;
}

body.site-menu-open {
  overflow: hidden;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

.capability-video-hero {
  isolation: isolate;
}

.capability-hero-video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.68;
  filter: saturate(0.72) contrast(1.04) brightness(0.86);
}

@media (prefers-reduced-motion: reduce) {
  .capability-hero-video {
    opacity: 0.62;
  }
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

.site-logo {
  display: block;
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.2s ease;
  filter: drop-shadow(0 4px 12px rgb(0 0 0 / 18%));
}

.site-logo-link:hover .site-logo {
  opacity: 0.88;
}

.site-header-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding: 16px var(--site-gutter);
}

.site-header-links {
  display: none;
  min-width: 0;
  align-items: center;
  gap: 32px;
}

.site-header-cta {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--precision-blue);
  color: #fff;
  font: 800 12px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter .16s ease, transform .16s ease;
}

.site-header-cta:hover {
  filter: brightness(1.1);
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}

body.pdp-page,
body.product-body {
  margin: 0;
  color: #0b1a2a;
  background: #f4f7fa;
}

body.pdp-page header,
body.product-body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: rgb(11 26 42 / 80%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(12px);
}

body.pdp-page main,
body.product-body main {
  padding-top: 80px;
}

.site-header-links a {
  color: var(--clinical-white);
  font: 800 12px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .16s ease;
}

.site-header-links a:hover,
.site-header-links a[aria-current="page"] {
  color: var(--precision-blue);
}

.site-logo--footer,
.site-logo-link--footer .site-logo {
  height: 36px;
}

.site-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 6%);
  color: var(--clinical-white);
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.site-mobile-panel {
  display: none;
}

.site-mobile-backdrop {
  display: none;
}

.site-form-status {
  margin-top: 14px;
  color: #7a9a01;
  font: 600 12px/1 "JetBrains Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-scroll-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.site-scroll-table table {
  min-width: 760px;
}

.resources-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.resources-section-heading h2 {
  margin: 0 0 16px;
}

.resources-section-heading p {
  margin: 0;
}

.resources-section-heading--compact {
  margin-bottom: 40px;
}

.resource-certificate-preview {
  display: block;
  width: 100%;
  height: 190px;
  padding: 10px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgb(190 207 211 / 45%);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 70%);
  transition: border-color .2s ease;
}

.group:hover .resource-certificate-preview {
  border-color: rgb(0 102 255 / 28%);
}

/* Resources page — section & card contrast */
.resources-certificates-section {
  background: linear-gradient(180deg, #e4eaf0 0%, #eef2f6 52%, #f4f7fa 100%);
}

.resources-docs-section {
  background: linear-gradient(180deg, #f4f7fa 0%, #f8fafc 100%);
  border-top: 1px solid rgb(190 207 211 / 35%);
}

.resources-certificate-gallery {
  margin-top: 0;
  align-items: stretch;
}

.resources-certificate-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  height: 100%;
}

.resources-certificate-frame {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgb(190 207 211 / 55%);
  border-radius: 12px;
  box-shadow:
    0 16px 40px rgb(11 26 42 / 8%),
    0 4px 14px rgb(11 26 42 / 4%);
}

.resources-certificate-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
}

.resources-certificate-figure figcaption {
  flex: 0 0 auto;
  margin: 0;
  text-align: center;
}

.resources-docs-section .grid > div {
  background: #fff;
  border-color: rgb(190 207 211 / 55%);
  box-shadow:
    0 16px 40px rgb(11 26 42 / 8%),
    0 4px 14px rgb(11 26 42 / 4%);
}

.resources-docs-section .grid > div:hover {
  border-color: rgb(0 102 255 / 38%);
  box-shadow:
    0 22px 48px rgb(11 26 42 / 11%),
    0 8px 20px rgb(0 102 255 / 8%);
}

@media (max-width: 767px) {
  .resources-certificate-frame {
    min-height: 360px;
  }

  .resources-certificate-image {
    max-height: 320px;
  }

  .resources-docs-section .grid > div {
    box-shadow:
      0 10px 28px rgb(11 26 42 / 7%),
      0 2px 8px rgb(11 26 42 / 4%);
  }
}

.product-body {
  margin: 0;
  background: #f7f9fb;
  color: #191c1e;
}

.product-brand {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.catalog-detail,
.catalog-inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 4px;
  font: 800 12px/1 "Inter", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

.catalog-hero,
.product-detail-hero {
  background:
    linear-gradient(115deg, rgb(11 26 42 / 98%), rgb(11 26 42 / 90%)),
    radial-gradient(circle at 70% 20%, rgb(0 102 255 / 30%), transparent 34%);
  color: #fff;
  overflow: hidden;
}

.catalog-hero-inner,
.product-detail-hero-inner,
.catalog-section,
.product-detail-section,
.detail-cta,
.related-products,
.product-footer-inner {
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.catalog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 48px;
  align-items: center;
  padding-top: var(--site-hero-padding-y);
  padding-bottom: var(--site-hero-padding-y);
}

.catalog-hero-copy {
  max-width: 760px;
}

.catalog-hero-panel {
  border: 1px solid rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 7%);
  padding: 24px;
  border-radius: 0.5rem;
}

.catalog-hero-stat {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.catalog-hero-panel p {
  margin: 0;
  line-height: 1.6;
}

.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.catalog-sidebar-title {
  margin: 0 0 20px;
  color: #727687;
  font: 500 12px/1 "JetBrains Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.catalog-category-nav {
  display: flex;
  flex-direction: column;
}

.catalog-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgb(190 207 211 / 42%);
  background: transparent;
  color: #424656;
  font: 600 15px/1.35 "Inter", sans-serif;
  text-align: left;
  cursor: pointer;
  transition: color .16s ease;
}

.catalog-category-link .material-symbols-outlined {
  font-size: 20px;
  color: rgb(114 118 135 / 55%);
}

.catalog-category-link.is-active,
.catalog-category-link:hover {
  color: #0066ff;
}

.catalog-category-link.is-active .material-symbols-outlined,
.catalog-category-link:hover .material-symbols-outlined {
  color: #0066ff;
}

.catalog-main-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(190 207 211 / 42%);
}

.catalog-main-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  color: #0b1a2a;
}

.catalog-main-count {
  margin: 0;
  color: #727687;
  font: 500 11px/1 "JetBrains Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 0 4px;
  margin-bottom: 28px;
}

.catalog-filter-group {
  margin-bottom: 24px;
}

.catalog-filter-label {
  margin-bottom: 10px;
}

.catalog-filter {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgb(190 207 211 / 80%);
  border-radius: 4px;
  background: #fff;
  color: #424656;
  font: 600 14px/1 "Inter", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.catalog-filter.is-active,
.catalog-filter:hover {
  color: #fff;
  background: #0b1a2a;
  border-color: #0b1a2a;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.catalog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgb(190 207 211 / 48%);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgb(11 26 42 / 5%);
}

.catalog-card[hidden] {
  display: none;
}

.catalog-image-link {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f2f4f6;
  overflow: hidden;
}

.catalog-image-link img,
.product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 20px 20px 18px;
  text-align: center;
}

.catalog-card-title {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}

.catalog-card-title a {
  color: #0b1a2a;
  text-decoration: none;
}

.catalog-card-title a:hover {
  color: #0066ff;
}

.catalog-card-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 0 18px;
}

.catalog-card-metrics > div {
  min-width: 0;
  padding: 8px 6px;
  background: #f2f4f6;
  border-radius: 2px;
}

.catalog-card-metrics dt {
  margin: 0 0 5px;
  color: #727687;
  font: 500 9px/1.2 "JetBrains Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.catalog-card-metrics dd {
  margin: 0;
  color: #0b1a2a;
  font: 600 10px/1.3 "JetBrains Mono", monospace;
  letter-spacing: .02em;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.catalog-card-details {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #424656;
  font: 600 12px/1 "Inter", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}

.catalog-card-details .material-symbols-outlined {
  font-size: 16px;
}

.catalog-card-details:hover {
  color: #0066ff;
}

.catalog-card-summary {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.5;
}

.catalog-card-specs {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px 14px;
  background: #f2f4f6;
  border-radius: 4px;
}

.catalog-card-specs dt {
  text-transform: uppercase;
}

.catalog-card-specs dd {
  margin: 0;
  line-height: 1.45;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.catalog-detail {
  padding: 0 18px;
  color: #fff;
  background: #0066ff;
}

.catalog-inquiry {
  padding: 0 16px;
  color: #0b1a2a;
  border: 1px solid rgb(11 26 42 / 18%);
  background: #fff;
}

.catalog-detail:hover,
.catalog-inquiry:hover {
  transform: translateY(-1px);
}

.product-detail-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
  gap: 64px;
  align-items: center;
  padding-top: var(--site-hero-padding-y);
  padding-bottom: var(--site-hero-padding-y);
}

.product-detail-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: 760px;
}

.product-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: rgb(255 255 255 / 78%);
  text-decoration: none;
  font-weight: 800;
}

.product-back .material-symbols-outlined {
  font-size: 18px;
}

.product-detail-image {
  margin: 0;
  border: 1px solid rgb(255 255 255 / 16%);
  background: rgb(255 255 255 / 7%);
  padding: 12px;
}

.product-detail-image img {
  aspect-ratio: 16 / 9;
}

.product-detail-image figcaption {
  margin-top: 10px;
  color: rgb(255 255 255 / 58%);
  font-size: 12px;
}

.detail-hero-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.detail-hero-thumbs img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 4px;
}

.detail-strength-section,
.detail-gallery-section,
.detail-process-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.detail-strength-section,
.detail-process-section {
  background:
    linear-gradient(180deg, #fff, #f7f9fb);
}

.detail-gallery-section {
  background: #eef3f7;
}

.detail-section-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

.detail-section-heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.detail-section-heading h2 {
  margin: 0;
}

.detail-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.detail-strength-card {
  min-height: 210px;
  padding: 24px;
  background: #0b1a2a;
  color: #fff;
  border: 1px solid rgb(0 102 255 / 18%);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgb(11 26 42 / 10%);
}

.detail-strength-card .material-symbols-outlined {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  background: #0066ff;
  border-radius: 4px;
}

.detail-strength-card h3,
.detail-process-step h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
}

.detail-strength-card p,
.detail-process-step p {
  margin: 0;
  color: rgb(255 255 255 / 72%);
  line-height: 1.62;
}

.detail-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr));
  gap: 16px;
}

.detail-gallery-card {
  margin: 0;
  min-width: 0;
  background: #fff;
  border: 1px solid rgb(190 207 211 / 52%);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgb(11 26 42 / 7%);
}

.detail-gallery-card:first-child {
  grid-row: span 2;
}

.detail-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.detail-gallery-card:first-child img {
  min-height: 360px;
}

.detail-gallery-card figcaption {
  padding: 12px 14px;
  color: #424656;
  font-size: 13px;
  line-height: 1.45;
  border-top: 1px solid rgb(190 207 211 / 35%);
}

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

.detail-process-step {
  position: relative;
  min-height: 190px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgb(190 207 211 / 55%);
  border-radius: 6px;
}

.detail-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #0066ff;
  background: rgb(0 102 255 / 10%);
  border-radius: 4px;
  font: 800 13px/1 "JetBrains Mono", monospace;
}

.detail-process-step h3 {
  color: #0b1a2a;
}

.detail-process-step p {
  color: #424656;
}

.product-detail-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.detail-grid,
.detail-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: start;
}

.detail-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 18px;
}

.product-spec-table {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgb(190 207 211 / 55%);
  border-radius: 6px;
  background: #fff;
}

.product-spec-table table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.product-spec-table th,
.product-spec-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgb(190 207 211 / 40%);
  text-align: left;
  vertical-align: top;
}

.product-spec-table th {
  width: 210px;
  color: #0b1a2a;
  font: 800 12px/1.35 "JetBrains Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-spec-table td {
  color: #424656;
  line-height: 1.62;
}

.detail-note {
  padding: 26px;
  border-left: 4px solid #0066ff;
  background: #fff;
  box-shadow: 0 12px 34px rgb(11 26 42 / 6%);
}

.detail-note h3 {
  margin: 0 0 10px;
  color: #0b1a2a;
}

.detail-note p {
  margin: 0;
  color: #424656;
  line-height: 1.65;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding: 14px 16px 14px 42px;
  background: #fff;
  border: 1px solid rgb(190 207 211 / 45%);
  border-radius: 4px;
  color: #424656;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0066ff;
}

.detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 72px;
  padding-top: 34px;
  padding-bottom: 34px;
  background: #0b1a2a;
  color: #fff;
}

.detail-cta h2 {
  max-width: 820px;
  color: #fff;
}

.related-products {
  padding-bottom: 86px;
}

.related-products div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.related-products a {
  padding: 11px 14px;
  border: 1px solid rgb(190 207 211 / 60%);
  border-radius: 4px;
  color: #0b1a2a;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}

.product-footer {
  background: #0b1a2a;
  color: #becfd3;
}

.product-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 30px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.product-footer p {
  margin: 12px 0 0;
  line-height: 1.65;
}

.product-footer strong {
  color: #fff;
}

/* Rebuilt product detail pages */
.pdp-page {
  background: #f5f5f5;
}

.pdp-main {
  padding-bottom: 72px;
}

/* Taobao-style commerce buy panel */
.pdp-commerce {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.pdp-commerce-inner,
.pdp-detail-tabs {
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.pdp-commerce-inner {
  padding-top: 24px;
  padding-bottom: 28px;
}

.pdp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  color: #999;
  font-size: 13px;
}

.pdp-breadcrumb a {
  color: #666;
  text-decoration: none;
}

.pdp-breadcrumb a:hover {
  color: #ff5000;
}

.pdp-breadcrumb .material-symbols-outlined {
  font-size: 16px;
}

.pdp-commerce-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: 28px;
  align-items: start;
}

.pdp-gallery-panel {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

.pdp-gallery-main {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background: #fafafa;
}

.pdp-gallery-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.pdp-gallery-thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdp-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.pdp-thumb.is-active,
.pdp-thumb:hover {
  border-color: #ff5000;
}

.pdp-thumb img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.pdp-buy-panel {
  min-width: 0;
  padding: 4px 0 0;
}

.pdp-buy-category {
  margin: 0 0 8px;
  color: #ff5000;
  font: 700 12px/1 "JetBrains Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdp-buy-title {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.35;
  font-weight: 700;
}

.pdp-buy-summary {
  margin: 0 0 16px;
  color: #666;
  font-size: 14px;
  line-height: 1.65;
}

.pdp-price-card {
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, #fff7f2 0%, #fff 100%);
}

.pdp-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.pdp-price-label {
  color: #ff5000;
  font-size: 14px;
  font-weight: 700;
}

.pdp-price-value {
  color: #ff5000;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

.pdp-price-note {
  margin: 8px 0 0;
  color: #999;
  font-size: 12px;
}

.pdp-buy-specs {
  display: grid;
  gap: 0;
  margin-bottom: 16px;
  border-top: 1px solid #f0f0f0;
}

.pdp-buy-spec {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.pdp-buy-spec dt {
  margin: 0;
  color: #999;
  font-size: 13px;
}

.pdp-buy-spec dd {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}

.pdp-buy-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0 18px;
}

.pdp-buy-label {
  color: #999;
  font-size: 13px;
}

.pdp-qty {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.pdp-qty-btn {
  width: 36px;
  height: 36px;
  border: 0;
  background: #f5f5f5;
  color: #333;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.pdp-qty-btn:hover {
  background: #eee;
}

.pdp-qty-input {
  width: 56px;
  height: 36px;
  border: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font: 600 14px/1 "Inter", sans-serif;
  appearance: textfield;
}

.pdp-qty-input::-webkit-outer-spin-button,
.pdp-qty-input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.pdp-buy-actions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
  margin-bottom: 16px;
}

.pdp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 4px;
  font: 800 15px/1 "Inter", sans-serif;
  letter-spacing: .02em;
  text-decoration: none;
  text-align: center;
  transition: filter .2s ease, transform .15s ease;
}

.pdp-btn:active {
  transform: scale(.98);
}

.pdp-btn--cart {
  color: #ff5000;
  background: #fff7e6;
  border: 1px solid #ffc58f;
}

.pdp-btn--cart:hover {
  filter: brightness(.97);
}

.pdp-btn--buy {
  color: #fff;
  background: linear-gradient(90deg, #ff7700 0%, #ff5000 100%);
  border: 1px solid #ff5000;
  box-shadow: 0 8px 20px rgb(255 80 0 / 22%);
}

.pdp-btn--buy:hover {
  filter: brightness(1.05);
}

.pdp-buy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdp-buy-tags span {
  padding: 4px 10px;
  border-radius: 2px;
  background: #f5f5f5;
  color: #666;
  font-size: 12px;
}

.pdp-detail-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.pdp-detail-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border-bottom: 2px solid transparent;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.pdp-detail-tabs a.is-active,
.pdp-detail-tabs a:hover {
  color: #ff5000;
  border-bottom-color: #ff5000;
}

.pdp-buy-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: none;
  grid-template-columns: 56px 56px 1fr 1.15fr;
  gap: 8px;
  align-items: stretch;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #ebebeb;
  box-shadow: 0 -8px 24px rgb(0 0 0 / 8%);
}

.pdp-buy-bar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #666;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.pdp-buy-bar-link .material-symbols-outlined {
  font-size: 20px;
}

.pdp-btn--compact {
  min-height: 44px;
  font-size: 14px;
}

.pdp-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(125deg, rgb(11 26 42 / 98%) 0%, rgb(11 26 42 / 94%) 48%, rgb(17 43 69 / 92%) 100%),
    radial-gradient(circle at 82% 18%, rgb(0 102 255 / 28%), transparent 34%);
}

.pdp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(0deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.pdp-hero-inner,
.pdp-section-inner,
.pdp-cta,
.pdp-related,
.product-footer-inner {
  max-width: var(--site-container-max);
  margin: 0 auto;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.pdp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .86fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(80px, 9vw, 132px);
  padding-bottom: clamp(58px, 7vw, 98px);
}

.pdp-copy {
  display: grid;
  gap: 22px;
  max-width: 780px;
}

.pdp-back {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: rgb(255 255 255 / 76%);
  font: 800 12px/1 "Inter", sans-serif;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.pdp-back .material-symbols-outlined {
  font-size: 18px;
}

.pdp-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: #8fb8ff;
  font: 700 12px/1 "JetBrains Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pdp-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #0066ff;
}

.pdp-title {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

.pdp-summary {
  max-width: 720px;
  margin: 0;
  color: rgb(255 255 255 / 76%);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.72;
}

.pdp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

.pdp-hero-card {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 8px;
  background: rgb(255 255 255 / 7%);
  box-shadow: 0 32px 84px rgb(0 0 0 / 26%);
}

.pdp-hero-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 128px;
  height: 128px;
  border-right: 2px solid rgb(0 102 255 / 64%);
  border-bottom: 2px solid rgb(0 102 255 / 64%);
  pointer-events: none;
}

.pdp-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  background: #e7edf2;
  object-fit: cover;
}

.pdp-hero-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  color: rgb(255 255 255 / 62%);
  font: 600 12px/1.4 "Inter", sans-serif;
}

.pdp-hero-caption span:last-child {
  color: #8fb8ff;
  font-family: "JetBrains Mono", monospace;
  white-space: nowrap;
}

.pdp-quick-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-top: 1px solid rgb(255 255 255 / 13%);
  background: rgb(255 255 255 / 10%);
}

.pdp-quick-specs > div {
  min-width: 0;
  padding: 18px var(--site-gutter);
  background: #0b1a2a;
}

.pdp-quick-specs dt {
  margin: 0 0 7px;
  color: rgb(255 255 255 / 50%);
  font: 700 10px/1.1 "JetBrains Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pdp-quick-specs dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.pdp-section {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(58px, 7vw, 92px);
}

.pdp-section--white {
  background: #fff;
}

.pdp-section--soft {
  background: #eef3f7;
}

.pdp-section-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(260px, .38fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
}

.pdp-label {
  display: block;
  margin-bottom: 10px;
  color: #0066ff;
  font: 800 11px/1 "JetBrains Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pdp-heading {
  margin: 0;
  color: #0b1a2a;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
  font-weight: 750;
  letter-spacing: 0;
}

.pdp-section-note {
  margin: 0;
  color: #424656;
  line-height: 1.7;
}

.pdp-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 28px;
  align-items: start;
}

.pdp-spec-table {
  overflow: hidden;
  border: 1px solid rgb(190 207 211 / 62%);
  border-radius: 8px;
  background: #fff;
}

.pdp-spec-row {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  border-bottom: 1px solid rgb(190 207 211 / 42%);
}

.pdp-spec-row:last-child {
  border-bottom: 0;
}

.pdp-spec-row dt,
.pdp-spec-row dd {
  margin: 0;
  padding: 18px 20px;
}

.pdp-spec-row dt {
  color: #0b1a2a;
  background: #f7f9fb;
  font: 800 11px/1.35 "JetBrains Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdp-spec-row dd {
  color: #424656;
  line-height: 1.65;
}

.pdp-review-box {
  position: sticky;
  top: 104px;
  padding: 26px;
  border: 1px solid rgb(0 102 255 / 22%);
  border-left: 4px solid #0066ff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 54px rgb(11 26 42 / 8%);
}

.pdp-review-box h3 {
  margin: 0 0 12px;
  color: #0b1a2a;
  font-size: 22px;
}

.pdp-review-box p {
  margin: 0 0 18px;
  color: #424656;
  line-height: 1.68;
}

.pdp-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pdp-capability {
  min-width: 0;
  min-height: 196px;
  padding: 24px;
  border: 1px solid rgb(190 207 211 / 52%);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgb(11 26 42 / 6%);
}

.pdp-capability .material-symbols-outlined {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 4px;
  color: #fff;
  background: #0066ff;
}

.pdp-capability h3 {
  margin: 0 0 10px;
  color: #0b1a2a;
  font-size: 18px;
  line-height: 1.25;
}

.pdp-capability p {
  margin: 0;
  color: #424656;
  line-height: 1.62;
}

.pdp-two-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pdp-lane {
  min-width: 0;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgb(190 207 211 / 54%);
}

.pdp-lane h3 {
  margin: 0 0 18px;
  color: #0b1a2a;
  font-size: 24px;
}

.pdp-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdp-list li {
  position: relative;
  min-height: 48px;
  padding: 13px 14px 13px 42px;
  border: 1px solid rgb(190 207 211 / 45%);
  border-radius: 4px;
  color: #424656;
  background: #f8fafc;
  line-height: 1.45;
}

.pdp-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0066ff;
}

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

.pdp-process-step {
  min-width: 0;
  min-height: 188px;
  padding: 24px;
  border: 1px solid rgb(190 207 211 / 55%);
  border-radius: 8px;
  background: #fff;
}

.pdp-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 4px;
  color: #0066ff;
  background: rgb(0 102 255 / 10%);
  font: 800 13px/1 "JetBrains Mono", monospace;
}

.pdp-process-step h3 {
  margin: 0 0 10px;
  color: #0b1a2a;
  font-size: 18px;
}

.pdp-process-step p {
  margin: 0;
  color: #424656;
  line-height: 1.62;
}

.pdp-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  grid-template-rows: repeat(3, minmax(0, auto));
  gap: 16px;
  align-items: stretch;
}

.pdp-gallery figure {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(190 207 211 / 54%);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgb(11 26 42 / 7%);
}

.pdp-gallery figure:first-child {
  grid-column: 1;
  grid-row: 1 / -1;
}

.pdp-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e7edf2;
}

.pdp-gallery figure:first-child img {
  flex: 1 1 auto;
  aspect-ratio: auto;
  min-height: 0;
  height: 100%;
}

.pdp-gallery figcaption {
  flex: 0 0 auto;
  padding: 12px 14px;
  border-top: 1px solid rgb(190 207 211 / 34%);
  color: #424656;
  font-size: 13px;
  line-height: 1.45;
}

.pdp-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 74px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-radius: 0;
  color: #fff;
  background:
    linear-gradient(120deg, #0b1a2a, #112b45 76%),
    radial-gradient(circle at 88% 20%, rgb(0 102 255 / 28%), transparent 30%);
}

.pdp-cta h2 {
  max-width: 840px;
  margin: 0;
  color: #fff;
}

.pdp-related {
  padding-bottom: 86px;
}

.pdp-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pdp-related-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgb(190 207 211 / 65%);
  border-radius: 4px;
  color: #0b1a2a;
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.site-faq-item {
  border-radius: 4px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.site-faq-item[open] {
  border-color: var(--precision-blue);
  box-shadow: 0 12px 30px rgb(0 102 255 / 8%);
}

.site-faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  color: var(--midnight-navy);
  font: 600 18px/1.35 "Inter", sans-serif;
  list-style: none;
}

.site-faq-summary::-webkit-details-marker {
  display: none;
}

.site-faq-icon {
  flex: 0 0 auto;
  color: var(--precision-blue);
  transition: transform .2s ease;
}

.site-faq-item[open] .site-faq-icon {
  transform: rotate(180deg);
}

.site-faq-answer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgb(190 207 211 / 35%);
  color: #424656;
  font: 400 16px/1.65 "Inter", sans-serif;
}

@media (max-width: 639px) and (hover: none) {
  body {
    width: 100%;
  }

  header nav,
  header > div,
  body > nav,
  nav > div,
  nav > a,
  nav > span {
    min-width: 0;
  }

  header,
  body > nav {
    min-height: 68px;
  }

  header .max-w-container-max,
  body > nav .max-w-container-max,
  header > nav,
  header > div {
    width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .site-header-links,
  .site-header-cta {
    display: none !important;
  }

  header nav nav,
  header div > nav,
  body > nav nav,
  header .hidden.md\:flex,
  body > nav .hidden.md\:flex {
    display: none !important;
  }

  .site-header-cta,
  header > nav > a[href*="quote.html"]:not(.site-mobile-quote),
  header > div > a[href*="quote.html"]:not(.site-mobile-quote) {
    display: none !important;
  }

  header > nav [class*="font-headline-md"],
  header > div > [class*="font-headline-md"],
  header > div > a[class*="font-headline-md"],
  body > nav [class*="font-headline-md"] {
    max-width: calc(100vw - 86px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-mobile-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    margin-left: auto;
    border-radius: 4px;
  }

  .site-logo {
    height: 34px;
  }

  .site-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgb(11 26 42 / 62%);
    backdrop-filter: blur(6px);
  }

  body.site-menu-open .site-mobile-backdrop {
    display: block;
  }

  .site-mobile-panel {
    position: fixed;
    inset: 72px 16px auto 16px;
    z-index: 61;
    display: grid;
    gap: 4px;
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid rgb(255 255 255 / 12%);
    background: rgb(11 26 42 / 98%);
    box-shadow: 0 24px 48px rgb(0 0 0 / 35%);
    backdrop-filter: blur(18px);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
  }

  .site-mobile-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-mobile-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 12px;
    color: var(--clinical-white);
    font: 600 12px/1 "Inter", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: 1px solid transparent;
  }

  .site-mobile-panel a[aria-current="page"] {
    color: var(--precision-blue);
    border-color: rgb(0 102 255 / 40%);
    background: rgb(0 102 255 / 10%);
  }

  .site-mobile-panel .site-mobile-quote {
    margin-top: 10px;
    justify-content: center;
    gap: 8px;
    background: var(--precision-blue);
    color: #fff;
    border-color: transparent;
    border-radius: 4px;
    font-weight: 700;
  }

  .site-mobile-panel .site-mobile-quote .material-symbols-outlined {
    font-size: 18px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 58px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.18 !important;
  }

  h3 {
    line-height: 1.25 !important;
  }

  p,
  li,
  label {
    overflow-wrap: anywhere;
  }

  section {
    scroll-margin-top: 82px;
  }

  section,
  footer,
  header.cleanroom-bg {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  [class*="px-gutter"] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  [class*="py-section-padding-lg"] {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  [class*="h-["],
  [class*="min-h-["] {
    min-height: auto !important;
  }

  section[class*="min-h-screen"],
  section[class*="h-["],
  section[class*="min-h-["],
  header.cleanroom-bg {
    min-height: 620px !important;
    height: auto !important;
  }

  section:first-of-type,
  header.cleanroom-bg {
    padding-top: 108px !important;
    padding-bottom: 64px !important;
  }

  section:first-of-type .absolute.-bottom-8 {
    position: static !important;
    margin-top: 18px !important;
    width: 100% !important;
    padding: 18px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    transform: none !important;
  }

  section:first-of-type .absolute.-bottom-8 [class*="w-[1px]"] {
    display: none !important;
  }

  .glass-panel.absolute {
    position: static !important;
    margin: 28px -16px -64px !important;
    width: auto !important;
  }

  .glass-panel .max-w-container-max {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    align-items: start !important;
  }

  .glass-panel .max-w-container-max > div {
    min-width: 0;
  }

  .glass-panel .max-w-container-max > span {
    grid-column: 1 / -1;
    text-align: left;
  }

  .glass-panel .flex.items-center.gap-8 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
  }

  .glass-panel .flex.items-center.gap-8 > [class*="w-[1px]"] {
    display: none !important;
  }

  [class*="grid-cols-2"],
  [class*="grid-cols-3"],
  [class*="grid-cols-4"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  [class*="md:grid-cols-2"],
  [class*="md:grid-cols-3"],
  [class*="md:grid-cols-4"],
  [class*="lg:grid-cols-2"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  [class*="md:flex-row"] {
    flex-direction: column !important;
  }

  [class*="gap-20"],
  [class*="gap-16"],
  [class*="gap-12"] {
    gap: 28px !important;
  }

  form,
  [class*="bg-clinical-white"] form,
  form[class*="p-12"] {
    width: 100% !important;
    padding: 22px !important;
  }

  .clinical-card.p-8,
  .clinical-card.p-10,
  .clinical-card.p-12 {
    padding: 22px !important;
  }

  .clinical-card.overflow-hidden {
    padding: 0 !important;
  }

  form.grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  button,
  .button,
  a[class*="px-8"][class*="py-4"] {
    max-width: 100%;
    white-space: normal;
  }

  input,
  select,
  textarea {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 16px !important;
  }

  .site-faq-summary {
    align-items: flex-start;
    font-size: 16px;
  }

  .site-faq-answer {
    font-size: 15px;
  }

  footer {
    text-align: left;
  }

  footer [class*="grid-cols"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  footer [class*="mt-20"],
  footer [class*="mt-16"],
  footer [class*="mt-12"] {
    margin-top: 36px !important;
  }

  .site-scroll-table {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-scroll-table table {
    min-width: 680px;
  }

  #carouselContainer {
    padding-left: 16px !important;
    padding-right: 16px !important;
    scroll-padding-left: 16px;
  }

  #carouselContainer > * {
    min-width: min(82vw, 340px) !important;
    padding: 22px !important;
  }

  .timeline-line {
    display: none;
  }

  [class*="md:w-[45%]"] {
    width: 100% !important;
  }

  [class*="h-[300px]"] {
    height: 220px !important;
  }

  [class*="text-right"] {
    text-align: left !important;
  }

  [class*="max-w-container-max"] {
    max-width: 100% !important;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: clamp(36px, 11vw, 46px) !important;
  }

  [class*="p-8"],
  [class*="p-10"],
  [class*="p-12"] {
    padding: 22px !important;
  }

  [class*="w-12"],
  [class*="h-12"] {
    max-width: 48px;
    max-height: 48px;
  }
}

@media (max-width: 960px) {
  .pdp-commerce-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-gallery-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-gallery-thumbs {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pdp-gallery-main-image {
    max-height: 420px;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

@media (max-width: 1180px) {
  .pdp-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-hero-card {
    max-width: 760px;
  }

  .pdp-card-grid,
  .pdp-process,
  .pdp-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

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

  .pdp-gallery figure:first-child img {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

@media (max-width: 767px) {
  .pdp-main {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .pdp-buy-bar {
    display: grid;
  }

  .pdp-buy-actions {
    display: none;
  }
}

@media (max-width: 860px) {
  .pdp-section-head,
  .pdp-spec-layout,
  .pdp-two-lanes {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-review-box {
    position: static;
  }

  .pdp-quick-specs {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-quick-specs > div {
    padding-left: var(--site-gutter-mobile);
    padding-right: var(--site-gutter-mobile);
  }
}

@media (max-width: 639px) and (hover: none) {
  .pdp-commerce-inner,
  .pdp-detail-tabs,
  .pdp-section-inner,
  .pdp-cta,
  .pdp-related {
    padding-left: var(--site-gutter-mobile);
    padding-right: var(--site-gutter-mobile);
  }

  .pdp-detail-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  .pdp-price-value {
    font-size: 28px;
  }

  .pdp-hero-inner,

  .pdp-hero-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 30px;
  }

  .pdp-title {
    font-size: clamp(32px, 9.2vw, 48px);
    line-height: 1.08;
  }

  .pdp-summary {
    font-size: 16px;
  }

  .pdp-actions,
  .pdp-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-actions .catalog-detail,
  .pdp-actions .catalog-inquiry,
  .pdp-cta .catalog-detail {
    width: 100%;
    justify-content: center;
  }

  .pdp-hero-card {
    padding: 8px;
  }

  .pdp-main-image {
    aspect-ratio: 1 / 1;
  }

  .pdp-hero-caption {
    display: grid;
  }

  .pdp-card-grid,
  .pdp-process,
  .pdp-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-capability,
  .pdp-process-step,
  .pdp-lane,
  .pdp-review-box {
    padding: 20px;
  }

  .pdp-spec-table {
    overflow-x: auto;
    margin-left: calc(-1 * var(--site-gutter-mobile));
    margin-right: calc(-1 * var(--site-gutter-mobile));
    border-radius: 0;
  }

  .pdp-spec-row {
    min-width: 640px;
  }

  .pdp-gallery img {
    aspect-ratio: 4 / 3;
  }

  .pdp-cta {
    margin-bottom: 52px;
  }

  .pdp-related {
    padding-bottom: 52px;
  }
}

@media (min-width: 640px), ((hover: hover) and (pointer: fine)) {
  .site-header-nav {
    justify-content: flex-start;
    gap: clamp(16px, 2vw, 32px);
  }

  .site-header-links {
    display: flex !important;
    flex: 1 1 auto;
    justify-content: center;
  }

  .site-header-cta {
    display: inline-flex !important;
  }

  .site-mobile-toggle,
  .site-mobile-panel,
  .site-mobile-backdrop {
    display: none !important;
  }

  .catalog-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .catalog-category-nav {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .catalog-category-link {
    flex: none;
    min-width: 0;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgb(190 207 211 / 42%);
    border-radius: 0;
    white-space: normal;
  }

  .catalog-main-header {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }

  .catalog-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  }

  .product-detail-hero-inner {
    grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
  }

  .detail-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .detail-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .detail-section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }

  .catalog-actions,
  .detail-actions {
    display: flex;
    flex-wrap: wrap;
  }

  [class*="lg:grid-cols-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  [class*="lg:grid-cols-3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  [class*="md:grid-cols-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  [class*="md:grid-cols-3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  [class*="md:flex-row"] {
    flex-direction: row !important;
  }

  .catalog-card-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .catalog-card-metrics > div {
    padding: 10px 8px;
  }

  .catalog-card-metrics dt {
    font-size: 10px;
  }

  .catalog-card-metrics dd {
    font-size: 11px;
  }
}

@media (min-width: 640px) and (max-width: 1100px), ((hover: hover) and (pointer: fine) and (max-width: 1100px)) {
  .site-header-links {
    gap: 16px !important;
  }

  .site-header-links a {
    font-size: 11px;
    letter-spacing: .05em;
  }

  .site-header-cta {
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 11px;
    letter-spacing: .06em;
  }

  .catalog-layout {
    grid-template-columns: 188px minmax(0, 1fr);
    gap: 28px;
  }
}

@media (min-width: 1280px) {
  .detail-strength-grid,
  .detail-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .detail-gallery-grid {
    grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr));
  }

  .detail-gallery-card:first-child {
    grid-row: span 2;
  }
}

@media (min-width: 640px) and (max-width: 1024px), ((hover: hover) and (pointer: fine) and (max-width: 1024px)) {
  .catalog-hero-inner,
  .product-detail-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

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

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

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

  .detail-gallery-card:first-child {
    grid-row: auto;
  }

  .catalog-hero-panel {
    max-width: 480px;
  }
}

@media (max-width: 639px) and (hover: none) {
  .resources-section-heading {
    margin-bottom: 32px;
  }

  .product-brand {
    max-width: calc(100vw - 92px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .catalog-hero-inner,
  .product-detail-hero-inner,
  .catalog-section,
  .product-detail-section,
  .detail-cta,
  .related-products,
  .product-footer-inner {
    padding-left: var(--site-gutter-mobile);
    padding-right: var(--site-gutter-mobile);
  }

  .catalog-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .catalog-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .product-detail-section {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .catalog-toolbar {
    display: grid;
    gap: 8px;
  }

  .catalog-main-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .catalog-main-title {
    font-size: clamp(24px, 6.5vw, 32px);
  }

  .catalog-category-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    margin: 0 calc(-1 * var(--site-gutter-mobile));
    padding: 0 var(--site-gutter-mobile) 6px;
    scrollbar-width: none;
  }

  .catalog-category-nav::-webkit-scrollbar {
    display: none;
  }

  .catalog-category-link {
    flex: 0 0 auto;
    min-width: 118px;
    padding: 10px 12px;
    border: 1px solid rgb(190 207 211 / 55%);
    border-radius: 4px;
    white-space: nowrap;
  }

  .catalog-card-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .catalog-card-metrics > div {
    padding: 8px 4px;
  }

  .catalog-card-metrics dt {
    font-size: 8px;
    letter-spacing: .06em;
  }

  .catalog-card-metrics dd {
    font-size: 9px;
  }

  .text-display-lg {
    font-size: clamp(30px, 7.5vw, 48px) !important;
    line-height: 1.12 !important;
  }

  .catalog-hero-copy h1,
  .product-detail-copy h1 {
    font-size: clamp(30px, 7.5vw, 48px) !important;
    line-height: 1.12 !important;
  }

  .catalog-filters {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .catalog-card-body {
    padding: 18px;
  }

  .catalog-actions,
  .detail-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .product-detail-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .product-detail-copy {
    gap: 20px;
  }

  .product-detail-image {
    padding: 8px;
  }

  .detail-strength-section,
  .detail-gallery-section,
  .detail-process-section {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .detail-section-heading-row {
    display: grid;
    align-items: start;
    gap: 16px;
  }

  .detail-section-heading h2,
  .detail-section-heading-row h2 {
    overflow-wrap: anywhere;
  }

  .detail-section-heading-row .catalog-inquiry {
    width: 100%;
    justify-content: center;
  }

  .detail-strength-grid,
  .detail-process-grid,
  .detail-gallery-grid,
  .detail-hero-thumbs {
    grid-template-columns: minmax(0, 1fr);
  }

  .detail-strength-card,
  .detail-process-step {
    min-height: auto;
    padding: 20px;
  }

  .detail-gallery-card img,
  .detail-gallery-card:first-child img {
    min-height: 210px;
  }

  .detail-note {
    padding: 20px;
  }

  .product-spec-table {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }

  .product-spec-table table {
    min-width: 640px;
  }

  .detail-cta {
    display: grid;
    margin-bottom: 48px;
    gap: 20px;
  }

  .detail-cta .catalog-detail {
    width: 100%;
    justify-content: center;
  }

  .related-products {
    padding-bottom: 52px;
  }

  .product-footer-inner {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

/* Quote page — stronger section vs form contrast */
.quote-page {
  background: #eef2f6;
}

.quote-page .quote-content-section {
  background: linear-gradient(180deg, #e4eaf0 0%, #eef2f6 48%, #f4f7fa 100%);
  border-top: 1px solid rgb(190 207 211 / 45%);
}

.quote-page .quote-support-panel {
  background: rgb(255 255 255 / 72%);
  border: 1px solid rgb(190 207 211 / 50%);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 24px rgb(11 26 42 / 4%);
}

@media (min-width: 768px) {
  .quote-page .quote-support-panel {
    padding: 36px;
  }
}

.quote-page .quote-contact-card {
  background: #f8fafc;
  border-color: rgb(190 207 211 / 55%);
}

.quote-page .quote-form-card {
  background: #fff;
  border: 1px solid rgb(0 80 203 / 14%);
  box-shadow:
    0 28px 64px rgb(11 26 42 / 12%),
    0 8px 24px rgb(11 26 42 / 6%),
    0 0 0 1px rgb(255 255 255 / 80%) inset;
}

.quote-page .quote-form-card input,
.quote-page .quote-form-card select,
.quote-page .quote-form-card textarea {
  background: #f8fafc;
  border-color: rgb(190 207 211 / 60%);
}

.quote-page .quote-form-card input:focus,
.quote-page .quote-form-card select:focus,
.quote-page .quote-form-card textarea:focus {
  background: #fff;
  border-color: #0066ff;
}

.quote-page .quote-form-card .border-dashed {
  background: #f8fafc;
  border-color: rgb(190 207 211 / 55%);
}

.quote-page .quote-form-card .border-dashed:hover {
  background: #eef4ff;
  border-color: rgb(0 102 255 / 35%);
}

@media (max-width: 1023px) {
  .quote-page .quote-support-panel {
    margin-bottom: 4px;
  }

  .quote-page .quote-form-card {
    box-shadow:
      0 16px 40px rgb(11 26 42 / 10%),
      0 4px 12px rgb(11 26 42 / 5%);
  }
}

/* Quality page — metrics section contrast */
.quality-metrics-section {
  background: linear-gradient(180deg, #e4eaf0 0%, #eef2f6 52%, #f4f7fa 100%);
}

.quality-metric-card {
  background: #fff;
  border-color: rgb(190 207 211 / 55%);
  box-shadow:
    0 16px 40px rgb(11 26 42 / 8%),
    0 4px 14px rgb(11 26 42 / 4%);
}

.quality-metric-card:hover {
  box-shadow:
    0 22px 48px rgb(11 26 42 / 11%),
    0 8px 20px rgb(0 102 255 / 8%);
}

.quality-metric-card .font-display-lg {
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .quality-metric-card {
    box-shadow:
      0 10px 28px rgb(11 26 42 / 7%),
      0 2px 8px rgb(11 26 42 / 4%);
  }
}

/* Capabilities page — manufacturing spectrum contrast */
.capabilities-spectrum-section {
  background: linear-gradient(180deg, #e4eaf0 0%, #eef2f6 52%, #f4f7fa 100%);
  border-bottom: 1px solid rgb(190 207 211 / 35%);
}

.capabilities-spectrum-section .clinical-card {
  background: #fff;
  border-color: rgb(190 207 211 / 55%);
  border-radius: 12px;
  box-shadow:
    0 16px 40px rgb(11 26 42 / 8%),
    0 4px 14px rgb(11 26 42 / 4%);
}

.capabilities-spectrum-section .clinical-card:hover {
  border-color: rgb(0 102 255 / 38%);
  box-shadow:
    0 22px 48px rgb(11 26 42 / 11%),
    0 8px 20px rgb(0 102 255 / 8%);
}

.capabilities-spectrum-section .clinical-card img {
  border-color: rgb(190 207 211 / 55%);
}

@media (max-width: 767px) {
  .capabilities-spectrum-section .clinical-card {
    box-shadow:
      0 10px 28px rgb(11 26 42 / 7%),
      0 2px 8px rgb(11 26 42 / 4%);
  }
}
