/*
Theme Name: OrigPanelKit Kadence
Theme URI: https://example.com/origpanelkit-kadence
Author: OrigPanelKit
Description: Kadence child theme concept for OrigPanelKit. Procurement partner direction, 65% industrial and 35% technology.
Template: kadence
Version: 0.1.2
Text Domain: origpanelkit-kadence
*/

:root {
  --opk-ink: #101820;
  --opk-steel: #48565b;
  --opk-muted: #6f7a7d;
  --opk-line: #d2d8d6;
  --opk-surface: #f3f5f2;
  --opk-surface-cool: #e5eeee;
  --opk-teal: #145f68;
  --opk-teal-dark: #0d444b;
  --opk-cta: #145f68;
  --opk-cta-hover: #0d444b;
  --opk-metal: #9aa6a7;
  --opk-dark: #151f22;
  --opk-white: #fff;
}

body.opk-custom-template {
  margin: 0;
  background: var(--opk-white);
}

body.opk-custom-template button,
body.opk-custom-template input,
body.opk-custom-template select,
body.opk-custom-template textarea {
  font: inherit;
}

body.opk-custom-template .screen-reader-text,
body.opk-custom-template .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

body.opk-custom-template .screen-reader-text:focus,
body.opk-custom-template .skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: var(--opk-dark);
  color: #fff;
  text-decoration: none;
}

.opk-kadence-page {
  background: var(--opk-white);
  color: var(--opk-ink);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.opk-kadence-page * {
  box-sizing: border-box;
}

.opk-kadence-page a {
  color: inherit;
}

.opk-custom-template #masthead,
.opk-custom-template .site-header:not(.opk-site-header) {
  display: none;
}

.opk-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(210, 216, 214, .86);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.opk-utility-bar {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--opk-muted);
  font-size: 12px;
}

.opk-site-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(210, 216, 214, .62);
}

.opk-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.opk-site-logo-frame {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(11, 37, 69, .12);
  border-radius: 8px;
  background: #ffffff;
}

.opk-site-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.opk-site-brand-copy {
  min-width: 0;
}

.opk-site-brand strong {
  display: block;
  color: var(--opk-ink);
  font-size: 18px;
  line-height: 1.1;
}

.opk-site-brand small {
  display: block;
  margin-top: 3px;
  color: var(--opk-muted);
  font-size: 11px;
}

.opk-site-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.opk-site-links a:not(.opk-btn) {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--opk-steel);
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}

.opk-site-links a:not(.opk-btn):hover,
.opk-site-links a.is-active {
  color: var(--opk-teal-dark);
  background: var(--opk-surface-cool);
}

.opk-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.opk-site-footer {
  background: #101923;
  color: rgba(255, 255, 255, 0.74);
  padding: 46px 0 26px;
}

.opk-site-footer-grid {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.opk-site-footer-brand {
  color: #ffffff;
  margin-bottom: 14px;
}

.opk-site-footer .opk-site-logo-frame {
  border-color: rgba(255, 255, 255, .18);
  background: #ffffff;
}

.opk-site-footer .opk-site-brand strong,
.opk-site-footer .opk-site-brand small {
  color: #ffffff;
}

.opk-site-footer p {
  max-width: 560px;
  margin: 0;
}

.opk-icon-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 95, 104, .26);
  background: var(--opk-surface);
  color: var(--opk-teal-dark);
  text-decoration: none;
}

.opk-icon-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.opk-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.opk-footer-share {
  margin-top: 18px;
}

.opk-footer-share .opk-share-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.opk-footer-share .opk-share-links span {
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-right: 2px;
  text-transform: uppercase;
}

.opk-site-footer .opk-icon-link {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.opk-site-footer .opk-icon-link:hover {
  background: rgba(31, 177, 169, .18);
  border-color: rgba(31, 177, 169, .5);
}

.opk-site-footer-links {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.opk-site-footer-links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.opk-site-footer-links a:hover {
  color: #ffffff;
}

.opk-site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 18px;
  font-size: 12px;
}

.opk-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 54px;
  background:
    linear-gradient(90deg, rgba(248,249,246,.98) 0%, rgba(248,249,246,.94) 44%, rgba(248,249,246,.48) 64%, rgba(248,249,246,.12) 100%),
    var(--opk-hero-image, image-set(url("assets/images/origpanelkit-lcd-hero.webp") type("image/webp"), url("assets/images/origpanelkit-lcd-hero.png") type("image/png")));
  background-position: center, right center;
  background-size: cover, auto 100%;
  border-bottom: 1px solid var(--opk-line);
}

.opk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(320px, 1fr);
  gap: 48px;
  align-items: end;
  min-height: 520px;
}

.opk-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 800;
}

.opk-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.opk-hero h1 {
  max-width: 610px;
  margin: 22px 0 20px;
  color: var(--opk-ink);
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.02;
  font-weight: 780;
}

.opk-hero p {
  max-width: 540px;
  margin: 0;
  color: var(--opk-steel);
  font-size: 17px;
  line-height: 1.68;
}

.opk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.opk-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.opk-btn-primary {
  background: var(--opk-cta);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.opk-btn-primary:hover {
  background: var(--opk-cta-hover);
  color: #fff;
}

.opk-btn-secondary {
  border: 1px solid var(--opk-line);
  background: rgba(255, 255, 255, .78);
  color: var(--opk-ink);
}

.opk-btn-secondary:hover {
  border-color: var(--opk-teal);
  color: var(--opk-teal-dark);
}

.opk-proof-stack {
  justify-self: end;
  width: min(100%, 380px);
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(20, 95, 104, .2);
  background: rgba(248, 249, 246, .86);
  backdrop-filter: blur(8px);
}

.opk-proof-row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 56px;
  padding: 12px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-proof-row strong {
  color: var(--opk-teal);
  font-size: 13px;
}

.opk-proof-row span {
  color: var(--opk-steel);
  font-size: 13px;
  line-height: 1.35;
}

.opk-rfq-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.opk-rfq-box {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--opk-line);
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 31, 37, .08);
}

.opk-rfq-title {
  color: var(--opk-ink);
  font-size: 14px;
  font-weight: 850;
}

.opk-rfq-chip {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  color: var(--opk-muted);
  font-size: 13px;
}

.opk-section {
  padding: 78px 0;
}

.opk-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.opk-heading h2 {
  margin: 10px 0 0;
  max-width: 720px;
  color: var(--opk-ink);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.13;
  font-weight: 800;
}

.opk-heading p {
  margin: 0;
  color: var(--opk-muted);
  font-size: 15px;
  line-height: 1.68;
}

.opk-heading-compact {
  display: block;
  margin-bottom: 18px;
}

.opk-heading-compact h2 {
  font-size: clamp(26px, 2.4vw, 36px);
}

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

.opk-service-card {
  min-height: 395px;
  display: grid;
  grid-template-rows: 185px 1fr;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-card-image {
  background-color: var(--opk-surface-cool);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--opk-line);
}

.opk-card-panel {
  background-image: image-set(url("assets/images/laptop-panel.webp") type("image/webp"), url("assets/images/laptop-panel.png") type("image/png"));
}

.opk-card-board {
  background-image: image-set(url("assets/images/controller-kit.webp") type("image/webp"), url("assets/images/controller-kit.png") type("image/png"));
}

.opk-card-glass {
  background-image: image-set(url("assets/images/touch-display.webp") type("image/webp"), url("assets/images/touch-display.png") type("image/png"));
}

.opk-service-copy {
  padding: 24px;
}

.opk-service-copy span {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 800;
}

.opk-service-copy h3 {
  margin: 8px 0 10px;
  color: var(--opk-ink);
  font-size: 24px;
  line-height: 1.18;
}

.opk-service-copy p {
  margin: 0;
  color: var(--opk-muted);
  font-size: 14px;
  line-height: 1.62;
}

.opk-lifecycle {
  background: var(--opk-dark);
  color: #fff;
}

.opk-lifecycle .opk-heading h2,
.opk-lifecycle .opk-heading p {
  color: #fff;
}

.opk-lifecycle .opk-heading p {
  color: #c0c9cd;
}

.opk-timeline {
  display: grid;
  border: 1px solid rgba(255, 255, 255, .14);
}

.opk-timeline-row {
  display: grid;
  grid-template-columns: 180px 1fr 220px;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.opk-timeline-row:last-child {
  border-bottom: 0;
}

.opk-timeline-row strong {
  color: #fff;
  font-size: 14px;
}

.opk-timeline-row span {
  color: #c0c9cd;
  font-size: 14px;
  line-height: 1.5;
}

.opk-status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  background: rgba(20, 95, 104, .26);
  color: #e2f6f4;
  font-size: 12px;
  font-weight: 800;
}

.opk-final-rfq {
  background: var(--opk-surface);
}

.opk-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
  padding: 32px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-final-panel h2 {
  margin: 8px 0 10px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.opk-final-panel p {
  max-width: 650px;
  margin: 0;
  color: var(--opk-muted);
  font-size: 15px;
  line-height: 1.65;
}

.opk-mini-form {
  display: grid;
  gap: 10px;
}

.opk-mini-form input,
.opk-mini-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--opk-line);
  border-radius: 3px;
  background: var(--opk-surface);
  color: var(--opk-ink);
  font: inherit;
  font-size: 13px;
}

.opk-mini-form textarea {
  min-height: 96px;
  resize: vertical;
}

.opk-form-note {
  margin: 2px 0 0;
  color: var(--opk-muted);
  font-size: 12px;
  line-height: 1.55;
}

.opk-form-alert {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
}

.opk-form-alert strong {
  color: var(--opk-ink);
  font-size: 14px;
}

.opk-form-alert span {
  color: var(--opk-steel);
  font-size: 13px;
  line-height: 1.5;
}

.opk-form-alert-success {
  border-color: rgba(20, 95, 104, .28);
  background: var(--opk-surface-cool);
}

.opk-form-alert-error {
  border-color: rgba(132, 47, 47, .28);
  background: #f7eeee;
}

.opk-language-switcher {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 0 10px;
  border: 1px solid var(--opk-line);
  border-radius: 3px;
  background: rgba(255, 255, 255, .8);
  color: var(--opk-steel);
  font-size: 12px;
  font-weight: 760;
}

.opk-utility-bar .opk-language-switcher {
  margin-bottom: 0;
}

.opk-language-switcher select {
  min-height: 32px;
  border: 0;
  background: transparent;
  color: var(--opk-ink);
  font: inherit;
  outline: 0;
}

#opk-google-translate-element {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body > .skiptranslate,
.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

.opk-home-catalog {
  background: #fff;
}

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

.opk-home-product {
  min-height: 145px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--opk-line);
  background:
    linear-gradient(135deg, rgba(20, 95, 104, .08), rgba(255, 255, 255, 0)),
    var(--opk-surface);
  text-decoration: none;
}

.opk-home-product span {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 850;
}

.opk-home-product strong {
  color: var(--opk-ink);
  font-size: 23px;
  line-height: 1.15;
}

.opk-home-product small {
  color: var(--opk-steel);
  font-size: 13px;
  line-height: 1.5;
}

.opk-home-news {
  background: var(--opk-surface);
}

.opk-home-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 18px;
  align-items: stretch;
}

.opk-home-news-feature,
.opk-home-news-item {
  border: 1px solid var(--opk-line);
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.opk-home-news-feature {
  min-height: 470px;
  display: grid;
  grid-template-rows: 260px auto auto 1fr;
  gap: 12px;
  padding: 0 0 24px;
  overflow: hidden;
}

.opk-home-news-feature img,
.opk-home-news-item img,
.opk-article-card-media,
.opk-article-cover img,
.opk-article-sidebar img {
  width: 100%;
  display: block;
  object-fit: cover;
  background: var(--opk-surface-cool);
}

.opk-home-news-feature img {
  height: 260px;
}

.opk-home-news-feature span,
.opk-home-news-feature strong,
.opk-home-news-feature small {
  margin-right: 24px;
  margin-left: 24px;
}

.opk-home-news-feature span,
.opk-home-news-item span {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 850;
}

.opk-home-news-feature strong {
  color: var(--opk-ink);
  font-size: 30px;
  line-height: 1.16;
}

.opk-home-news-feature small {
  color: var(--opk-steel);
  font-size: 14px;
  line-height: 1.6;
}

.opk-home-news-list {
  display: grid;
  gap: 14px;
}

.opk-home-news-item {
  min-height: 144px;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 16px;
  padding: 14px;
  align-items: start;
}

.opk-home-news-item img {
  grid-row: 1 / span 2;
  height: 116px;
}

.opk-home-news-item strong {
  align-self: start;
  color: var(--opk-ink);
  font-size: 18px;
  line-height: 1.28;
}

.opk-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.opk-subhero {
  padding: 72px 0 52px;
  border-bottom: 1px solid var(--opk-line);
  background:
    linear-gradient(90deg, rgba(248,249,246,.98) 0%, rgba(248,249,246,.88) 66%, rgba(229,238,238,.78) 100%);
}

.opk-subhero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 48px;
  align-items: end;
}

.opk-subhero h1 {
  max-width: 780px;
  margin: 16px 0 16px;
  color: var(--opk-ink);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 800;
}

.opk-subhero p {
  max-width: 680px;
  margin: 0;
  color: var(--opk-steel);
  font-size: 16px;
  line-height: 1.68;
}

.opk-subhero-panel {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(20, 95, 104, .18);
  background: rgba(255, 255, 255, .72);
}

.opk-subhero-panel strong {
  color: var(--opk-teal);
  font-size: 13px;
}

.opk-subhero-panel span {
  color: var(--opk-steel);
  font-size: 14px;
  line-height: 1.55;
}

.opk-catalog-hero {
  background:
    linear-gradient(90deg, rgba(248,249,246,.98) 0%, rgba(248,249,246,.92) 56%, rgba(229,238,238,.66) 100%),
    radial-gradient(circle at 88% 18%, rgba(20, 95, 104, .12), transparent 30%);
}

.opk-catalog-summary {
  display: grid;
  border: 1px solid rgba(20, 95, 104, .2);
  background: rgba(255, 255, 255, .78);
}

.opk-catalog-summary div {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--opk-line);
}

.opk-catalog-summary div:last-child {
  border-bottom: 0;
}

.opk-catalog-summary strong {
  color: var(--opk-teal-dark);
  font-size: 30px;
  line-height: 1;
}

.opk-catalog-summary span {
  color: var(--opk-muted);
  font-size: 13px;
  font-weight: 760;
}

.opk-product-family-section {
  padding: 42px 0;
}

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

.opk-filter-panel {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-filter-title h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.18;
}

.opk-filter-panel form {
  display: grid;
  gap: 13px;
}

.opk-filter-panel label {
  display: grid;
  gap: 7px;
  color: var(--opk-muted);
  font-size: 12px;
  font-weight: 800;
}

.opk-filter-panel input,
.opk-filter-panel select {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  border: 1px solid var(--opk-line);
  border-radius: 3px;
  background: var(--opk-surface);
  color: var(--opk-ink);
  font: inherit;
  font-size: 13px;
}

.opk-filter-panel input:focus,
.opk-filter-panel select:focus {
  border-color: var(--opk-teal);
  outline: 0;
}

.opk-filter-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 4px;
}

.opk-filter-note {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(20, 95, 104, .2);
  background: var(--opk-surface-cool);
}

.opk-filter-note strong {
  color: var(--opk-teal-dark);
  font-size: 13px;
}

.opk-filter-note span {
  color: var(--opk-steel);
  font-size: 13px;
  line-height: 1.55;
}

.opk-catalog-results {
  min-width: 0;
}

.opk-catalog-toolbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-catalog-toolbar h2 {
  margin: 8px 0 0;
  font-size: 26px;
  line-height: 1.15;
}

.opk-result-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.opk-result-meta span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  color: var(--opk-muted);
  font-size: 12px;
  font-weight: 760;
}

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

.opk-product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 210px 1fr;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--opk-line);
  background:
    linear-gradient(135deg, rgba(20, 95, 104, .08), rgba(255, 255, 255, 0)),
    var(--opk-surface);
  text-decoration: none;
}

.opk-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  mix-blend-mode: multiply;
}

.opk-product-image span {
  color: var(--opk-muted);
  font-size: 13px;
}

.opk-product-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.opk-product-eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.opk-product-eyebrow span,
.opk-product-eyebrow small {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  color: var(--opk-teal-dark);
  font-size: 11px;
  font-weight: 850;
}

.opk-product-eyebrow span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opk-product-eyebrow small {
  flex: 0 0 auto;
  color: var(--opk-steel);
}

.opk-product-card h3 {
  margin: 0;
  color: var(--opk-ink);
  font-size: 21px;
  line-height: 1.18;
}

.opk-product-card p {
  min-height: 44px;
  margin: 0;
  color: var(--opk-steel);
  font-size: 13px;
  line-height: 1.55;
}

.opk-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--opk-line);
  border: 1px solid var(--opk-line);
}

.opk-product-specs div {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 10px;
  background: #fff;
}

.opk-product-specs dt {
  color: var(--opk-muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.opk-product-specs dd {
  margin: 0;
  color: var(--opk-ink);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.opk-product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.opk-product-actions .opk-btn {
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}

.opk-source-link {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.opk-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.opk-product-card h3 a:hover,
.opk-source-link:hover {
  color: var(--opk-teal-dark);
}

.opk-product-detail-section {
  background: var(--opk-surface);
}

.opk-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  color: var(--opk-teal);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.opk-product-detail {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 22px;
}

.opk-product-gallery {
  display: grid;
  gap: 12px;
}

.opk-gallery-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.opk-gallery-stage {
  min-height: 430px;
  position: relative;
  border: 1px solid var(--opk-line);
  background:
    linear-gradient(135deg, rgba(20, 95, 104, .08), rgba(255, 255, 255, 0)),
    #fff;
}

.opk-gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
  padding: 30px;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity .18s ease;
}

.opk-gallery-input:checked:nth-of-type(1) ~ .opk-gallery-stage .opk-gallery-image-0,
.opk-gallery-input:checked:nth-of-type(2) ~ .opk-gallery-stage .opk-gallery-image-1,
.opk-gallery-input:checked:nth-of-type(3) ~ .opk-gallery-stage .opk-gallery-image-2,
.opk-gallery-input:checked:nth-of-type(4) ~ .opk-gallery-stage .opk-gallery-image-3,
.opk-gallery-input:checked:nth-of-type(5) ~ .opk-gallery-stage .opk-gallery-image-4,
.opk-gallery-input:checked:nth-of-type(6) ~ .opk-gallery-stage .opk-gallery-image-5 {
  opacity: 1;
}

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

.opk-gallery-thumbs label {
  height: 72px;
  border: 1px solid var(--opk-line);
  background: #fff;
  cursor: pointer;
}

.opk-gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  mix-blend-mode: multiply;
}

.opk-detail-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-detail-main h2 {
  margin: 12px 0 12px;
  color: var(--opk-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}

.opk-detail-main p {
  max-width: 660px;
  margin: 0;
  color: var(--opk-steel);
  font-size: 16px;
  line-height: 1.65;
}

.opk-detail-subcopy {
  margin-top: 12px !important;
  color: var(--opk-muted) !important;
  font-size: 13px !important;
}

.opk-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.opk-btn-rfq {
  box-shadow: 0 12px 24px rgba(20, 95, 104, .16);
}

.opk-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
}

.opk-share-links span {
  color: var(--opk-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.opk-share-links a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  color: var(--opk-teal-dark);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.opk-share-links a:hover {
  border-color: rgba(20, 95, 104, .36);
  background: var(--opk-surface-cool);
}

.opk-share-links .opk-icon-link {
  width: 32px;
  height: 32px;
  padding: 0;
}

.opk-mobile-product-bar {
  display: none;
}

.opk-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
}

.opk-detail-spec-panel,
.opk-detail-rfq-panel {
  padding: 24px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-detail-spec-panel {
  margin-bottom: 22px;
}

.opk-detail-spec-panel h3,
.opk-detail-rfq-panel h3 {
  margin: 0 0 16px;
  color: var(--opk-ink);
  font-size: 24px;
}

.opk-detail-spec-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--opk-line);
  border: 1px solid var(--opk-line);
}

.opk-detail-spec-panel dl div {
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 14px;
  background: #fff;
}

.opk-detail-spec-panel dt {
  color: var(--opk-muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.opk-detail-spec-panel dd {
  margin: 0;
  color: var(--opk-ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.opk-detail-rfq-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}

.opk-detail-rfq-panel p {
  margin: 0;
  color: var(--opk-steel);
  font-size: 14px;
  line-height: 1.65;
}

.opk-product-tabs {
  padding: 24px;
  border: 1px solid rgba(20, 95, 104, .16);
  background:
    linear-gradient(135deg, rgba(20, 95, 104, .06), rgba(255, 255, 255, 0) 46%),
    var(--opk-surface);
}

.opk-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.opk-tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-tab-labels label {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid transparent;
  color: var(--opk-steel);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

#opk-tab-intro:checked ~ .opk-tab-labels label[for="opk-tab-intro"],
#opk-tab-params:checked ~ .opk-tab-labels label[for="opk-tab-params"] {
  background: var(--opk-teal);
  color: var(--opk-teal-dark);
  color: #fff;
  border-color: var(--opk-teal);
}

.opk-tab-panels {
  padding: 18px 0 0;
}

.opk-tab-panel {
  display: none;
}

#opk-tab-intro:checked ~ .opk-tab-panels .opk-tab-panel-intro,
#opk-tab-params:checked ~ .opk-tab-panels .opk-tab-panel-params {
  display: block;
}

.opk-tab-intro-layout {
  display: block;
}

.opk-tab-copy-block {
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-tab-copy-block .opk-kicker {
  color: var(--opk-teal);
}

.opk-tab-copy-block h3 {
  color: var(--opk-ink);
}

.opk-tab-copy-block p {
  color: var(--opk-steel);
}

.opk-tab-copy-content {
  display: grid;
  gap: 12px;
}

.opk-tab-copy-content p,
.opk-tab-copy-content ul,
.opk-tab-copy-content ol {
  margin: 0;
  color: var(--opk-steel);
  font-size: 15px;
  line-height: 1.75;
}

.opk-tab-copy-content ul,
.opk-tab-copy-content ol {
  padding-left: 20px;
}

.opk-tab-copy-content li + li {
  margin-top: 6px;
}

.opk-tab-table-head span {
  color: var(--opk-teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.opk-tab-table-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  gap: 16px;
  align-items: end;
  margin-bottom: 14px;
}

.opk-tab-panel h3 {
  margin: 0 0 12px;
  color: var(--opk-ink);
  font-size: 28px;
  line-height: 1.15;
}

.opk-tab-panel p {
  max-width: 760px;
  margin: 0;
  color: var(--opk-steel);
  font-size: 15px;
  line-height: 1.75;
}

.opk-tab-panel table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--opk-line);
  background: #f8fbfb;
}

.opk-tab-panel th,
.opk-tab-panel td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--opk-line);
  text-align: left;
  vertical-align: top;
}

.opk-tab-panel th {
  width: 220px;
  background: var(--opk-surface-cool);
  color: var(--opk-steel);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.opk-tab-panel td {
  background: #fff;
  color: var(--opk-ink);
  font-size: 15px;
  font-weight: 780;
}

.opk-tab-panel tr:last-child th,
.opk-tab-panel tr:last-child td {
  border-bottom: 0;
}

.opk-related-products-section {
  background: #fff;
}

.opk-recommended-products-section {
  background: var(--opk-surface);
}

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

.opk-related-product-card {
  min-height: 310px;
  display: grid;
  grid-template-rows: 210px auto auto;
  gap: 11px;
  padding: 16px;
  border: 1px solid var(--opk-line);
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.opk-related-product-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 16px;
  background: var(--opk-surface-cool);
  mix-blend-mode: multiply;
}

.opk-related-product-card span {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 850;
}

.opk-related-product-card strong {
  color: var(--opk-ink);
  font-size: 19px;
  line-height: 1.2;
}

.opk-related-product-card small {
  color: var(--opk-steel);
  font-size: 13px;
  line-height: 1.45;
}

.opk-empty-results {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 34px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-empty-results h2 {
  margin: 0;
  font-size: 28px;
}

.opk-empty-results p {
  max-width: 620px;
  margin: 0;
  color: var(--opk-muted);
  line-height: 1.65;
}

.opk-selector-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.opk-selector {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
}

.opk-selector h2 {
  margin: 0 0 4px;
  font-size: 24px;
}

.opk-selector label {
  display: grid;
  gap: 7px;
  color: var(--opk-muted);
  font-size: 12px;
  font-weight: 760;
}

.opk-selector select {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid var(--opk-line);
  border-radius: 3px;
  background: #fff;
  color: var(--opk-ink);
  font: inherit;
  font-size: 14px;
}

.opk-product-table {
  display: grid;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-table-row {
  display: grid;
  grid-template-columns: 1.3fr .8fr 1fr 90px;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--opk-line);
}

.opk-table-row:last-child {
  border-bottom: 0;
}

.opk-table-head {
  min-height: 48px;
  background: var(--opk-surface);
  color: var(--opk-muted);
  font-size: 12px;
  font-weight: 800;
}

.opk-table-row strong,
.opk-table-row small {
  display: block;
}

.opk-table-row small {
  margin-top: 5px;
  color: var(--opk-muted);
}

.opk-table-row a {
  color: var(--opk-teal);
  font-weight: 800;
  text-decoration: none;
}

.opk-metrics {
  border-bottom: 1px solid var(--opk-line);
  background: var(--opk-dark);
  color: #fff;
}

.opk-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.opk-metric-grid div {
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px 26px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.opk-metric-grid div:last-child {
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.opk-metric-grid strong {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.opk-metric-grid span {
  color: #c0c9cd;
  font-size: 13px;
}

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

.opk-service-grid-four .opk-service-card {
  min-height: 370px;
}

.opk-service-card-text {
  grid-template-rows: 1fr;
  background:
    linear-gradient(135deg, rgba(20, 95, 104, .12), rgba(255, 255, 255, 0) 64%),
    var(--opk-surface);
}

.opk-service-card-text .opk-service-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.opk-service-copy a {
  color: var(--opk-teal);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.opk-intake {
  background: var(--opk-surface);
}

.opk-intake-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: start;
}

.opk-intake-grid h2 {
  margin: 12px 0 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.13;
}

.opk-intake-grid p {
  color: var(--opk-muted);
  font-size: 16px;
  line-height: 1.7;
}

.opk-intake-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-intake-list span {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 18px;
  border-right: 1px solid var(--opk-line);
  border-bottom: 1px solid var(--opk-line);
  color: var(--opk-steel);
  font-size: 14px;
  font-weight: 780;
}

.opk-intake-list span:nth-child(2n) {
  border-right: 0;
}

.opk-intake-list span:nth-last-child(-n+2) {
  border-bottom: 0;
}

.opk-resource-band,
.opk-process-band,
.opk-product-selector-section {
  background: var(--opk-surface);
}

.opk-resource-grid,
.opk-category-grid,
.opk-product-family-grid,
.opk-process-grid,
.opk-assurance-grid,
.opk-contact-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.opk-resource-grid a,
.opk-category-grid a,
.opk-product-family-grid a,
.opk-process-grid div,
.opk-assurance-grid div,
.opk-contact-card-grid div {
  min-height: 154px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--opk-line);
  background: #fff;
  text-decoration: none;
}

.opk-resource-grid strong,
.opk-category-grid strong,
.opk-product-family-grid strong,
.opk-process-grid strong,
.opk-assurance-grid strong,
.opk-contact-card-grid strong {
  color: var(--opk-ink);
  font-size: 18px;
  line-height: 1.22;
}

.opk-resource-grid span,
.opk-category-grid span,
.opk-product-family-grid span,
.opk-process-grid span,
.opk-contact-card-grid span {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 850;
}

.opk-resource-grid span,
.opk-category-grid small,
.opk-product-family-grid small,
.opk-process-grid small,
.opk-assurance-grid span,
.opk-contact-card-grid small {
  color: var(--opk-muted);
  font-size: 13px;
  line-height: 1.55;
}

.opk-news-preview {
  background: #fff;
}

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

.opk-mini-article-grid a {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  text-decoration: none;
}

.opk-mini-article-grid span {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 850;
}

.opk-mini-article-grid strong {
  color: var(--opk-ink);
  font-size: 19px;
  line-height: 1.28;
}

.opk-newsletter-band {
  background: var(--opk-dark);
  color: #fff;
}

.opk-newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 34px;
  align-items: center;
}

.opk-newsletter-panel h2 {
  margin: 10px 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.opk-newsletter-panel p {
  max-width: 620px;
  color: #c0c9cd;
  line-height: 1.65;
}

.opk-inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.opk-inline-form input {
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 3px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font: inherit;
}

.opk-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.opk-contact-layout .opk-final-panel {
  grid-template-columns: minmax(0, .9fr) 330px;
}

.opk-rfq-checklist {
  padding: 24px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-rfq-checklist h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.opk-rfq-checklist ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: var(--opk-steel);
  line-height: 1.55;
}

.opk-news-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr);
  gap: 22px;
}

.opk-news-feature {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border: 1px solid var(--opk-line);
  background:
    linear-gradient(180deg, rgba(21, 31, 34, .1), rgba(21, 31, 34, .9)),
    image-set(url("assets/images/industrial-panel.webp") type("image/webp"), url("assets/images/industrial-panel.png") type("image/png"));
  background-position: center;
  background-size: cover;
  color: #fff;
}

.opk-news-feature .opk-kicker,
.opk-news-feature h2,
.opk-news-feature p {
  color: #fff;
}

.opk-news-feature h2 {
  margin: 12px 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.13;
}

.opk-news-feature p {
  max-width: 620px;
  line-height: 1.62;
}

.opk-news-list {
  display: grid;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-news-list article {
  min-height: 105px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--opk-line);
}

.opk-news-list article:last-child {
  border-bottom: 0;
}

.opk-news-list span {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 800;
}

.opk-news-list h3 {
  margin: 8px 0 0;
  color: var(--opk-ink);
  font-size: 20px;
  line-height: 1.28;
}

.opk-knowledge-section {
  background: var(--opk-surface);
}

.opk-knowledge-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 16px;
  align-items: center;
  margin-bottom: 26px;
}

.opk-knowledge-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.opk-knowledge-tabs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid var(--opk-line);
  background: #fff;
  color: var(--opk-teal-dark);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.opk-knowledge-tabs a.is-active,
.opk-knowledge-tabs a:hover {
  border-color: var(--opk-teal);
  background: var(--opk-teal);
  color: #fff;
}

.opk-knowledge-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.opk-knowledge-search input {
  min-height: 44px;
  width: 100%;
  border: 1px solid var(--opk-line);
  background: #fff;
  color: var(--opk-ink);
  padding: 0 13px;
  outline: 0;
}

.opk-knowledge-search button {
  min-height: 44px;
  border: 1px solid var(--opk-teal);
  background: var(--opk-teal);
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.opk-knowledge-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.opk-knowledge-filter {
  position: sticky;
  top: 126px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-knowledge-filter form {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.opk-knowledge-filter h2 {
  margin: 0;
  color: var(--opk-ink);
  font-size: 22px;
}

.opk-knowledge-filter label {
  display: grid;
  gap: 7px;
  color: var(--opk-steel);
  font-size: 13px;
  font-weight: 760;
}

.opk-knowledge-filter input,
.opk-knowledge-filter select {
  min-height: 42px;
  width: 100%;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  color: var(--opk-ink);
  padding: 0 12px;
  outline: 0;
}

.opk-filter-category-list {
  display: grid;
  gap: 8px;
}

.opk-filter-category-list strong {
  color: var(--opk-ink);
  font-size: 15px;
}

.opk-filter-category-list a {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid transparent;
  color: var(--opk-steel);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.opk-filter-category-list a.is-active,
.opk-filter-category-list a:hover {
  border-color: rgba(20, 95, 104, .24);
  background: var(--opk-surface-cool);
  color: var(--opk-teal-dark);
}

.opk-filter-actions {
  display: grid;
  gap: 10px;
}

.opk-filter-actions .opk-btn {
  width: 100%;
  justify-content: center;
}

.opk-knowledge-results {
  min-width: 0;
}

.opk-knowledge-toolbar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--opk-steel);
  font-size: 13px;
  font-weight: 800;
}

.opk-sort-links {
  display: inline-flex;
  gap: 8px;
}

.opk-sort-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--opk-line);
  background: #fff;
  color: var(--opk-steel);
  text-decoration: none;
}

.opk-sort-links a.is-active,
.opk-sort-links a:hover {
  border-color: var(--opk-teal);
  color: var(--opk-teal-dark);
}

.opk-knowledge-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.opk-knowledge-card {
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 430px;
  border: 1px solid var(--opk-line);
  background: #fff;
  overflow: hidden;
}

.opk-knowledge-media {
  display: block;
  background: var(--opk-surface-cool);
}

.opk-knowledge-media img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
}

.opk-knowledge-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
}

.opk-knowledge-card .opk-article-meta {
  margin-bottom: 0;
}

.opk-knowledge-card h2 {
  margin: 0;
  color: var(--opk-ink);
  font-size: 21px;
  line-height: 1.22;
}

.opk-knowledge-card h2 a {
  text-decoration: none;
}

.opk-knowledge-card p {
  margin: 0;
  color: var(--opk-steel);
  font-size: 14px;
  line-height: 1.58;
}

.opk-more-link {
  align-self: end;
  color: var(--opk-teal-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.opk-more-link:hover {
  color: var(--opk-teal);
}

.opk-empty-results {
  padding: 34px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-empty-results h2 {
  margin: 0 0 8px;
  color: var(--opk-ink);
}

.opk-empty-results p {
  margin: 0;
  color: var(--opk-steel);
}

.opk-numbered-pagination a.is-active {
  border-color: var(--opk-teal);
  background: var(--opk-teal);
  color: #fff;
}

.opk-knowledge-newsletter {
  margin-top: 42px;
}

.opk-editorial-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.opk-article-list,
.opk-article-card-grid {
  display: grid;
  gap: 14px;
}

.opk-article-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.opk-article-card {
  min-height: 170px;
  display: grid;
  grid-template-rows: 150px auto auto 1fr;
  align-content: start;
  gap: 11px;
  padding: 0 0 22px;
  border: 1px solid var(--opk-line);
  background: #fff;
  text-decoration: none;
  overflow: hidden;
}

.opk-article-list .opk-article-card {
  min-height: 185px;
  grid-template-columns: 190px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 16px;
  padding: 14px;
}

.opk-article-card-media {
  height: 150px;
}

.opk-article-list .opk-article-card-media {
  grid-row: 1 / span 3;
  height: 156px;
}

.opk-article-card span {
  margin: 0 22px;
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 850;
}

.opk-article-card strong {
  margin: 0 22px;
  color: var(--opk-ink);
  font-size: 20px;
  line-height: 1.25;
}

.opk-article-card small {
  margin: 0 22px;
  color: var(--opk-muted);
  font-size: 13px;
  line-height: 1.55;
}

.opk-article-list .opk-article-card span,
.opk-article-list .opk-article-card strong,
.opk-article-list .opk-article-card small {
  margin-right: 0;
  margin-left: 0;
}

.opk-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.opk-pagination a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  color: var(--opk-teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.opk-pagination span.is-disabled {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--opk-line);
  background: #fff;
  color: var(--opk-muted);
  font-size: 13px;
  font-weight: 850;
  opacity: .48;
}

.opk-article-detail-section {
  background: var(--opk-surface);
}

.opk-article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.opk-article-main {
  padding: 30px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.opk-article-meta span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  color: var(--opk-steel);
  font-size: 12px;
  font-weight: 800;
}

.opk-article-cover {
  margin: 0 0 24px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
}

.opk-article-cover img {
  height: 340px;
}

.opk-toc {
  margin: 0 0 28px;
  padding: 22px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
}

.opk-toc h2 {
  margin: 0 0 14px;
  color: var(--opk-ink);
  font-size: 22px;
}

.opk-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.opk-toc li {
  line-height: 1.35;
}

.opk-toc li.is-level-3 {
  padding-left: 18px;
}

.opk-toc li.is-level-4 {
  padding-left: 36px;
}

.opk-toc a {
  color: var(--opk-teal-dark);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.opk-article-body h2,
.opk-article-body h3,
.opk-article-body h4 {
  scroll-margin-top: 120px;
  margin: 26px 0 12px;
  color: var(--opk-ink);
  line-height: 1.2;
}

.opk-article-body h2 {
  font-size: 30px;
}

.opk-article-body h3 {
  font-size: 24px;
}

.opk-article-body h4 {
  font-size: 19px;
}

.opk-article-main p {
  margin: 0 0 18px;
  color: var(--opk-steel);
  font-size: 16px;
  line-height: 1.78;
}

.opk-article-prev-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.opk-article-prev-next a {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--opk-line);
  background: var(--opk-surface);
  text-decoration: none;
}

.opk-article-prev-next span,
.opk-article-sidebar span {
  color: var(--opk-teal);
  font-size: 12px;
  font-weight: 850;
}

.opk-article-prev-next strong,
.opk-article-sidebar strong {
  color: var(--opk-ink);
  font-size: 15px;
  line-height: 1.35;
}

.opk-article-sidebar {
  display: grid;
  gap: 16px;
}

.opk-article-sidebar section {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-article-sidebar h2 {
  margin: 0 0 4px;
  color: var(--opk-ink);
  font-size: 22px;
}

.opk-article-sidebar a {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 7px 12px;
  padding: 12px 0;
  border-top: 1px solid var(--opk-line);
  text-decoration: none;
}

.opk-article-sidebar img {
  grid-row: 1 / span 2;
  height: 66px;
}

.opk-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr);
  gap: 48px;
}

.opk-about-grid h2 {
  margin: 12px 0 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.13;
}

.opk-about-grid p {
  color: var(--opk-muted);
  font-size: 16px;
  line-height: 1.72;
}

.opk-value-list {
  display: grid;
  border: 1px solid var(--opk-line);
  background: #fff;
}

.opk-value-list div {
  display: grid;
  gap: 7px;
  padding: 22px;
  border-bottom: 1px solid var(--opk-line);
}

.opk-value-list div:last-child {
  border-bottom: 0;
}

.opk-value-list strong {
  color: var(--opk-teal);
}

.opk-value-list span {
  color: var(--opk-steel);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .opk-site-header {
    position: static;
  }

  .opk-utility-bar,
  .opk-site-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .opk-site-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .opk-site-footer-grid {
    grid-template-columns: 1fr;
  }

  .opk-site-footer-links {
    justify-items: start;
  }

  .opk-hero {
    background:
      linear-gradient(180deg, rgba(248,249,246,.98) 0%, rgba(248,249,246,.96) 54%, rgba(248,249,246,.2) 100%),
      image-set(url("assets/images/origpanelkit-lcd-hero.webp") type("image/webp"), url("assets/images/origpanelkit-lcd-hero.png") type("image/png"));
    background-position: center, center bottom;
    background-size: cover, auto 54%;
  }

  .opk-hero-grid,
  .opk-heading,
  .opk-intake-grid,
  .opk-home-news-layout,
  .opk-knowledge-head,
  .opk-final-panel {
    grid-template-columns: 1fr;
  }

  .opk-hero-grid {
    min-height: 680px;
    align-items: start;
  }

  .opk-proof-stack {
    justify-self: start;
  }

  .opk-rfq-box,
  .opk-service-grid,
  .opk-service-grid-four,
  .opk-timeline-row,
  .opk-knowledge-layout,
  .opk-product-detail,
  .opk-detail-grid,
  .opk-editorial-layout,
  .opk-article-detail-layout,
  .opk-subhero-grid,
  .opk-selector-layout,
  .opk-catalog-layout,
  .opk-news-grid,
  .opk-about-grid,
  .opk-contact-layout,
  .opk-contact-layout .opk-final-panel,
  .opk-newsletter-panel {
    grid-template-columns: 1fr;
  }

  .opk-metric-grid,
  .opk-resource-grid,
  .opk-category-grid,
  .opk-product-family-grid,
  .opk-process-grid,
  .opk-assurance-grid,
  .opk-contact-card-grid,
  .opk-mini-article-grid,
  .opk-article-card-grid,
  .opk-home-product-grid,
  .opk-related-product-grid,
  .opk-product-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opk-article-list .opk-article-card {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .opk-knowledge-filter {
    position: static;
  }

  .opk-knowledge-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opk-article-list .opk-article-card-media {
    height: 148px;
  }

  .opk-status {
    justify-self: start;
  }

  .opk-selector,
  .opk-filter-panel {
    position: static;
  }

  .opk-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .opk-result-meta {
    justify-content: flex-start;
  }

  .opk-table-row {
    grid-template-columns: 1fr;
  }

  .opk-table-head {
    display: none;
  }
}

@media (max-width: 560px) {
  .opk-wrap {
    width: min(100% - 28px, 1180px);
  }

  .opk-hero {
    padding-top: 48px;
  }

  .opk-hero h1 {
    font-size: 40px;
  }

  .opk-section {
    padding: 56px 0;
  }

  .opk-metric-grid,
  .opk-resource-grid,
  .opk-category-grid,
  .opk-product-family-grid,
  .opk-process-grid,
  .opk-assurance-grid,
  .opk-contact-card-grid,
  .opk-mini-article-grid,
  .opk-article-card-grid,
  .opk-article-prev-next,
  .opk-home-product-grid,
  .opk-home-news-item,
  .opk-knowledge-card-grid,
  .opk-related-product-grid,
  .opk-product-card-grid,
  .opk-product-specs,
  .opk-intake-list,
  .opk-inline-form {
    grid-template-columns: 1fr;
  }

  .opk-home-news-feature {
    grid-template-rows: 210px auto auto 1fr;
  }

  .opk-home-news-feature img {
    height: 210px;
  }

  .opk-home-news-item img {
    grid-row: auto;
    height: 175px;
  }

  .opk-knowledge-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .opk-knowledge-search {
    grid-template-columns: 1fr;
  }

  .opk-knowledge-card {
    grid-template-rows: 185px 1fr;
  }

  .opk-knowledge-media img {
    height: 185px;
  }

  .opk-article-list .opk-article-card {
    grid-template-columns: 1fr;
    grid-template-rows: 180px auto auto 1fr;
  }

  .opk-article-list .opk-article-card-media {
    grid-row: auto;
    height: 180px;
  }

  .opk-article-cover img {
    height: 230px;
  }

  .opk-product-card {
    grid-template-rows: 190px 1fr;
  }

  .opk-gallery-stage {
    min-height: 310px;
  }

  .opk-gallery-image {
    max-height: 310px;
    padding: 20px;
  }

  .opk-detail-main,
  .opk-detail-spec-panel,
  .opk-detail-rfq-panel {
    padding: 20px;
  }

  .opk-detail-spec-panel dl {
    grid-template-columns: 1fr;
  }

  .opk-tab-labels label {
    flex: 1 1 100%;
    border-right: 1px solid transparent;
  }

  .opk-product-tabs {
    padding: 16px;
  }

  .opk-tab-intro-layout,
  .opk-tab-table-head {
    grid-template-columns: 1fr;
  }

  .opk-tab-copy-block {
    min-height: 0;
    padding: 18px;
  }

  .opk-related-product-card {
    grid-template-rows: 190px auto auto;
  }

  .opk-related-product-card img {
    height: 190px;
  }

  .opk-tab-panel th,
  .opk-tab-panel td {
    display: block;
    width: 100%;
  }

  .opk-tab-panel th {
    border-bottom: 0;
  }

  .opk-product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .opk-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .opk-product-actions .opk-btn,
  .opk-final-actions .opk-btn,
  .opk-source-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .opk-intake-list span,
  .opk-intake-list span:nth-child(2n),
  .opk-intake-list span:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--opk-line);
  }

  .opk-intake-list span:last-child {
    border-bottom: 0;
  }

  .opk-site-links a:not(.opk-btn),
  .opk-site-links .opk-btn {
    width: 100%;
    justify-content: center;
  }

  .opk-final-panel {
    padding: 22px;
  }

  .single-opk_display .opk-site-footer {
    padding-bottom: 112px;
  }

  .opk-mobile-product-bar {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 8px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(16, 25, 35, .14);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 -12px 30px rgba(16, 25, 35, .14);
    backdrop-filter: blur(12px);
  }

  .opk-mobile-product-bar .opk-btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    padding: 0 12px;
    font-size: 12px;
    text-align: center;
  }
}
