.tkpc-catalog,
.tkpc-detail {
  --tkpc-ink: #082f4e;
  --tkpc-muted: #526d7e;
  --tkpc-line: #b8d7e8;
  --tkpc-paper: #eef7fb;
  --tkpc-panel: #ffffff;
  --tkpc-charcoal: #0b304f;
  --tkpc-steel: #0b304f;
  --tkpc-brass: #06476b;
  --tkpc-brass-dark: #0b304f;
  color: var(--tkpc-ink);
  font-family: inherit;
  letter-spacing: 0;
}

.tkpc-catalog *,
.tkpc-detail * {
  box-sizing: border-box;
}

.tkpc-catalog {
  background: var(--tkpc-paper);
  margin-inline: calc(50% - 50vw);
  padding: 0 clamp(16px, 4vw, 44px) 56px;
}

.tkpc-hero {
  align-items: end;
  background:
    linear-gradient(110deg, #0b304f 0%, #0b304f 52%, #06476b 100%),
    radial-gradient(circle at 76% 12%, rgba(255, 255, 255, 0.12), transparent 34%);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto 20px;
  max-width: 1380px;
  min-height: 230px;
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 64px) clamp(28px, 4vw, 44px);
}

.tkpc-kicker {
  color: #d8f6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.tkpc-hero h1,
.tkpc-detail h1 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  max-width: 920px;
  text-transform: uppercase;
}

.tkpc-hero h1 {
  color: #fff;
}

.tkpc-hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
  max-width: 760px;
}

.tkpc-hero-contact {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tkpc-hero-contact a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(218, 237, 247, 0.26);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  min-height: 38px;
  padding: 0 13px;
  text-decoration: none;
}

.tkpc-hero-contact a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.tkpc-hero-cta,
.tkpc-filterbar button,
.tkpc-card-actions a,
.tkpc-detail-actions a,
.tkpc-pagination a {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tkpc-hero-cta,
.tkpc-filterbar button,
.tkpc-detail-actions a:first-child {
  background: rgba(6, 71, 107, 0.92);
  border-color: rgba(6, 71, 107, 0.92);
  color: #fff;
}

.tkpc-hero-cta:hover,
.tkpc-filterbar button:hover,
.tkpc-detail-actions a:first-child:hover {
  background: var(--tkpc-brass-dark);
  color: #fff;
}

.tkpc-filterbar {
  align-items: end;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--tkpc-line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 340px) auto auto;
  margin: 0 auto 18px;
  max-width: 1380px;
  padding: 14px;
}

.tkpc-filterbar label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.tkpc-filterbar span {
  color: var(--tkpc-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tkpc-filterbar input,
.tkpc-filterbar select {
  background: #fff;
  border: 1px solid var(--tkpc-line);
  color: var(--tkpc-ink);
  font: inherit;
  font-size: 16px;
  min-height: 46px;
  outline: none;
  padding: 0 12px;
  width: 100%;
}

.tkpc-filterbar input:focus,
.tkpc-filterbar select:focus {
  border-color: var(--tkpc-brass);
  box-shadow: 0 0 0 3px rgba(11, 124, 160, 0.18);
}

.tkpc-reset {
  color: var(--tkpc-muted);
  font-size: 13px;
  font-weight: 800;
  min-height: 44px;
  place-content: center;
  text-decoration: none;
  text-transform: uppercase;
}

.tkpc-mobile-groups {
  display: none;
}

.tkpc-mobile-groups-button {
  align-items: center;
  background: #fff;
  border: 1px solid #9fc5d8;
  color: #0b304f;
  cursor: pointer;
  display: inline-grid;
  gap: 10px;
  grid-template-columns: auto auto auto;
  justify-content: start;
  min-height: 44px;
  padding: 0 14px;
  text-transform: uppercase;
  width: auto;
}

.tkpc-mobile-groups-button::before {
  content: "+";
  color: #06476b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.tkpc-mobile-groups-button span,
.tkpc-mobile-groups-button strong {
  font-size: 12px;
  font-weight: 900;
}

.tkpc-mobile-groups-button strong {
  color: #06476b;
}

.tkpc-mobile-group-drawer[hidden] {
  display: none;
}

.tkpc-mobile-group-drawer {
  inset: 0;
  position: fixed;
  z-index: 10040;
}

.tkpc-mobile-group-backdrop {
  background: rgba(8, 47, 78, 0.5);
  inset: 0;
  position: absolute;
}

.tkpc-mobile-group-panel {
  background: #fff;
  box-shadow: 24px 0 60px rgba(8, 47, 78, 0.24);
  color: var(--tkpc-charcoal);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  max-width: 330px;
  outline: none;
  position: absolute;
  top: 0;
  width: min(84vw, 330px);
}

.tkpc-mobile-group-head {
  align-items: center;
  background: var(--tkpc-charcoal);
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 14px;
  text-transform: uppercase;
}

.tkpc-mobile-group-head button {
  background: var(--tkpc-brass);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 12px;
  text-transform: uppercase;
}

.tkpc-mobile-group-list {
  background: var(--tkpc-charcoal);
  flex: 1 1 auto;
  overflow: auto;
}

.tkpc-group-menu-open {
  overflow: hidden;
}

html.tkpc-group-menu-open body .tkb2b-rfq-fab,
html.tkpc-group-menu-open body .tk-floating-item,
html.tkpc-group-menu-open body .tk-floating-contact,
html.tkpc-modal-open body .tkb2b-rfq-fab,
html.tkpc-modal-open body .tk-floating-item,
html.tkpc-modal-open body .tk-floating-contact,
html.tkpc-modal-open body .tk-chat-panel,
html.tkpc-site-menu-open body .tkb2b-rfq-fab,
html.tkpc-site-menu-open body .tk-floating-item,
html.tkpc-site-menu-open body .tk-floating-contact {
  opacity: 0 !important;
  pointer-events: none !important;
}

.tkpc-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 300px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1380px;
}

.tkpc-sidebar {
  background: #0b304f;
  border: 1px solid #06476b;
  max-height: calc(100vh - 24px);
  overflow: auto;
  position: sticky;
  top: 12px;
}

.tkpc-cat-tree {
  background: #0b304f;
}

.tkpc-cat-link {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 52px;
  padding: 13px 15px;
  text-decoration: none;
}

.tkpc-cat-link span {
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tkpc-cat-link strong {
  color: #d8f6ff;
  font-size: 12px;
}

.tkpc-cat-link:hover,
.tkpc-cat-link.is-active {
  background: #06476b;
  color: #fff;
}

.tkpc-cat-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tkpc-cat-group-summary {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  list-style: none;
  min-height: 54px;
  padding: 13px 15px 13px 36px;
  position: relative;
}

.tkpc-cat-group-summary::-webkit-details-marker {
  display: none;
}

.tkpc-cat-group-summary::before {
  content: "+";
  font-size: 18px;
  font-weight: 900;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tkpc-cat-group[open] > .tkpc-cat-group-summary::before {
  content: "-";
}

.tkpc-cat-group-summary span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tkpc-cat-group-summary strong {
  color: #d8f6ff;
  font-size: 12px;
}

.tkpc-cat-group-summary:hover,
.tkpc-cat-group.is-active > .tkpc-cat-group-summary {
  background: #06476b;
  color: #fff;
}

.tkpc-cat-children {
  background: rgba(255, 255, 255, 0.045);
}

.tkpc-cat-group:not([open]) > .tkpc-cat-children {
  display: none;
}

.tkpc-cat-children .tkpc-cat-link {
  color: rgba(255, 255, 255, 0.94);
  min-height: 46px;
  padding-left: 30px;
}

.tkpc-cat-children .tkpc-cat-link span {
  color: rgba(255, 255, 255, 0.94);
}

.tkpc-cat-group.is-locked > .tkpc-cat-group-summary {
  cursor: pointer;
}

.tkpc-cat-group-view {
  background: rgba(255, 255, 255, 0.06);
}

.tkpc-cat-lock {
  border: 1px solid rgba(216, 246, 255, 0.35);
  border-radius: 999px;
  color: #d8f6ff;
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: 6px;
  padding: 4px 6px;
  text-transform: uppercase;
  vertical-align: middle;
}

.tkpc-results {
  min-width: 0;
}

.tkpc-results-head {
  align-items: center;
  background: linear-gradient(120deg, #0b304f 0%, #06476b 100%);
  border: 1px solid rgba(11, 48, 79, 0.16);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 16px;
  min-height: 58px;
  padding: 14px 16px;
}

.tkpc-results-head p,
.tkpc-results-head strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.tkpc-results-head strong {
  color: #fff;
}

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

.tkpc-group-sections {
  display: grid;
  gap: 24px;
}

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

.tkpc-group-card {
  background: #fff;
  border: 1px solid var(--tkpc-line);
  color: var(--tkpc-ink);
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.tkpc-group-card:hover,
.tkpc-group-card:focus {
  border-color: #06476b;
  box-shadow: 0 18px 40px rgba(8, 47, 78, 0.12);
  color: var(--tkpc-ink);
  outline: none;
  transform: translateY(-2px);
}

.tkpc-group-card:focus {
  box-shadow: 0 0 0 3px rgba(6, 71, 107, 0.18), 0 18px 40px rgba(8, 47, 78, 0.12);
}

.tkpc-group-card.is-locked {
  background: linear-gradient(180deg, #fff 0%, #f3fbff 100%);
  border-color: rgba(11, 48, 79, 0.32);
}

.tkpc-group-card-media {
  align-items: center;
  aspect-ratio: 1.16 / 1;
  background: #eef7fb;
  border-bottom: 1px solid var(--tkpc-line);
  display: grid;
  justify-items: center;
  overflow: hidden;
}

.tkpc-group-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tkpc-group-card-media.is-locked {
  background: linear-gradient(135deg, #0b304f 0%, #06476b 100%);
}

.tkpc-group-card-media.is-locked .tkpc-lock-mark,
.tkpc-group-card-media.is-locked .tkpc-lock-mark::before {
  border-color: #fff;
}

.tkpc-group-card-media.is-locked .tkpc-lock-mark::after {
  background: #fff;
}

.tkpc-group-card-body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.tkpc-group-card-kicker {
  color: var(--tkpc-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tkpc-group-card-main {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.tkpc-group-card-main strong {
  color: #0b304f;
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.tkpc-group-card-main small {
  color: var(--tkpc-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 8px;
  text-transform: uppercase;
}

.tkpc-group-card-main em {
  border: 1px solid rgba(11, 48, 79, 0.25);
  border-radius: 999px;
  color: #0b304f;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  padding: 5px 7px;
  text-transform: uppercase;
}

.tkpc-group-card ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tkpc-group-card li {
  color: #4b6576;
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tkpc-group-card-copy {
  color: #4b6576;
  display: none;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.tkpc-group-card-action {
  align-self: end;
  background: #0b304f;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  padding: 12px 14px;
  text-transform: uppercase;
  width: fit-content;
}

.tkpc-group-card:hover .tkpc-group-card-action,
.tkpc-group-card:focus .tkpc-group-card-action {
  background: #06476b;
}

.tkpc-group-card.is-locked .tkpc-group-card-action {
  background: transparent;
  border: 1px solid #0b304f;
  color: #0b304f;
}

.tkpc-group-section {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--tkpc-line);
  padding: 14px;
}

.tkpc-group-section-head {
  align-items: center;
  background: linear-gradient(120deg, #0b304f 0%, #06476b 100%);
  color: #fff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 0 14px;
  min-height: 72px;
  padding: 14px 16px;
}

.tkpc-group-section-head h2,
.tkpc-group-section-head p {
  margin: 0;
}

.tkpc-group-section-head p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tkpc-group-section-head h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.tkpc-group-section-head a {
  align-items: center;
  border: 1px solid rgba(216, 246, 255, 0.4);
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.tkpc-group-section-head a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.tkpc-category-divider {
  border-bottom: 1px solid var(--tkpc-line);
  color: var(--tkpc-charcoal);
  font-size: 12px;
  font-weight: 900;
  grid-column: 1 / -1;
  letter-spacing: 0;
  margin: 2px 0 -2px;
  padding: 0 0 8px;
  text-transform: uppercase;
}

.tkpc-category-divider span {
  overflow-wrap: anywhere;
}

.tkpc-card {
  background: #fff;
  border: 1px solid var(--tkpc-line);
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tkpc-card-media {
  aspect-ratio: 1 / 1;
  background: #f3fbff;
  border-bottom: 1px solid var(--tkpc-line);
  display: block;
  overflow: hidden;
}

.tkpc-card:hover,
.tkpc-card:focus {
  border-color: rgba(11, 124, 160, 0.55);
  box-shadow: 0 16px 34px rgba(8, 47, 78, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.tkpc-card:focus {
  box-shadow: 0 0 0 3px rgba(11, 124, 160, 0.22), 0 16px 34px rgba(8, 47, 78, 0.12);
}

.tkpc-card-media img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

.tkpc-card-locked {
  background: linear-gradient(180deg, #f7fcff 0%, #eef7fb 100%);
  border-color: rgba(11, 48, 79, 0.38);
}

.tkpc-card-locked:hover,
.tkpc-card-locked:focus {
  border-color: #0b304f;
}

.tkpc-card-lock-media {
  align-items: center;
  aspect-ratio: 1 / 1;
  background:
    linear-gradient(135deg, rgba(11, 48, 79, 0.08), rgba(6, 71, 107, 0.16)),
    #eef7fb;
  border-bottom: 1px solid rgba(11, 48, 79, 0.24);
  display: grid;
  justify-items: center;
}

.tkpc-lock-mark {
  border: 4px solid #0b304f;
  border-radius: 7px;
  display: block;
  height: 38px;
  position: relative;
  width: 52px;
}

.tkpc-lock-mark::before {
  border: 4px solid #0b304f;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: -27px;
  transform: translateX(-50%);
  width: 30px;
}

.tkpc-lock-mark::after {
  background: #0b304f;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.tkpc-card-locked .tkpc-card-meta,
.tkpc-card-locked h2 {
  color: #0b304f;
}

.tkpc-card-body {
  display: grid;
  gap: 0;
  padding: 14px;
}

.tkpc-card-meta,
.tkpc-card-cat,
.tkpc-card-copy {
  margin: 0;
}

.tkpc-card-meta {
  color: var(--tkpc-brass-dark);
  font-size: 12px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.tkpc-card h2 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.tkpc-card h2 a {
  color: var(--tkpc-ink);
  text-decoration: none;
}

.tkpc-card h2 {
  color: var(--tkpc-ink);
}

.tkpc-card-cat {
  color: var(--tkpc-muted);
  display: none;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tkpc-card-copy {
  color: #42484d;
  display: none;
  font-size: 13px;
  line-height: 1.45;
}

.tkpc-card-actions {
  display: none;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 4px;
}

.tkpc-card-actions a {
  border-color: var(--tkpc-line);
  color: var(--tkpc-ink);
  font-size: 12px;
  min-height: 38px;
  padding-inline: 8px;
}

.tkpc-card-actions a:last-child {
  background: var(--tkpc-charcoal);
  border-color: var(--tkpc-charcoal);
  color: #fff;
}

.tkpc-card-actions a:hover {
  background: var(--tkpc-brass);
  border-color: var(--tkpc-brass);
  color: #fff;
}

.tkpc-restricted-panel {
  align-items: center;
  background: #fff;
  border: 1px solid var(--tkpc-line);
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 78px minmax(0, 1fr);
  margin-top: 16px;
  padding: 18px;
}

.tkpc-restricted-lock {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #eef7fb;
  border: 1px solid rgba(11, 48, 79, 0.18);
  display: grid;
  justify-items: center;
}

.tkpc-restricted-lock .tkpc-lock-mark {
  height: 24px;
  width: 34px;
}

.tkpc-restricted-lock .tkpc-lock-mark::before {
  height: 17px;
  top: -20px;
  width: 22px;
}

.tkpc-restricted-panel p,
.tkpc-restricted-panel h2 {
  margin: 0;
}

.tkpc-restricted-panel p {
  color: var(--tkpc-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tkpc-restricted-panel h2 {
  color: #0b304f;
  font-size: 24px;
  line-height: 1.15;
  margin-top: 5px;
}

.tkpc-restricted-panel span {
  color: #4b6576;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
  overflow-wrap: anywhere;
}

.tkpc-pagination {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 24px 0 0;
}

.tkpc-pagination a {
  background: var(--tkpc-charcoal);
  color: #fff;
}

.tkpc-pagination a.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.tkpc-pagination span {
  color: var(--tkpc-muted);
  font-size: 13px;
  font-weight: 800;
}

.tkpc-empty {
  background: var(--tkpc-panel);
  border: 1px solid var(--tkpc-line);
  padding: 42px 24px;
  text-align: center;
}

.tkpc-empty h2,
.tkpc-empty p {
  margin: 0;
}

.tkpc-empty p {
  color: var(--tkpc-muted);
  margin-top: 8px;
}

.tkpc-detail {
  background: var(--tkpc-paper);
  margin-inline: calc(50% - 50vw);
  padding: 32px clamp(16px, 4vw, 44px) 64px;
}

.tkpc-back {
  color: var(--tkpc-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin: 0 auto 18px;
  max-width: 1280px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.tkpc-detail-grid {
  background: #fff;
  border: 1px solid var(--tkpc-line);
  display: grid;
  gap: clamp(22px, 4vw, 54px);
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(18px, 4vw, 44px);
}

.tkpc-detail-locked {
  align-items: center;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
}

.tkpc-detail-media {
  align-self: start;
  aspect-ratio: 1 / 1;
  background: #f3fbff;
  border: 1px solid var(--tkpc-line);
}

.tkpc-detail-media img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: clamp(14px, 3vw, 32px);
  width: 100%;
}

.tkpc-detail-copy {
  align-self: center;
}

.tkpc-detail-copy h1 {
  color: var(--tkpc-ink);
  font-size: 48px;
  margin-bottom: 20px;
}

.tkpc-detail-copy > p:not(.tkpc-kicker) {
  color: #343a40;
  font-size: 17px;
  line-height: 1.7;
  margin: 18px 0 0;
}

.tkpc-specs {
  display: grid;
  gap: 10px;
  margin: 0;
}

.tkpc-specs div {
  border-top: 1px solid var(--tkpc-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 10px 0;
}

.tkpc-specs dt {
  color: var(--tkpc-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tkpc-specs dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.tkpc-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tkpc-detail-actions a {
  border-color: var(--tkpc-charcoal);
  color: var(--tkpc-charcoal);
}

.tkpc-login-button {
  align-items: center;
  background: #0b304f;
  border: 1px solid #0b304f;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  margin-top: 22px;
  min-height: 44px;
  padding: 0 18px;
  text-transform: uppercase;
}

.tkpc-login-button:hover {
  background: #06476b;
  border-color: #06476b;
}

.tkpc-modal-open {
  overflow: hidden;
}

.tkpc-modal[hidden] {
  display: none;
}

.tkpc-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 99999;
}

.tkpc-modal-backdrop {
  background: rgba(8, 47, 78, 0.68);
  inset: 0;
  position: absolute;
}

.tkpc-modal-panel {
  background: #fff;
  border: 1px solid var(--tkpc-line);
  box-shadow: 0 30px 80px rgba(8, 47, 78, 0.28);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  max-height: min(86vh, 760px);
  max-width: 980px;
  overflow: auto;
  padding: 24px;
  position: relative;
  width: min(100%, 980px);
}

.tkpc-modal-panel:focus {
  outline: 3px solid rgba(11, 124, 160, 0.24);
}

.tkpc-modal-close {
  background: var(--tkpc-charcoal);
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 14px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: 18px;
}

.tkpc-modal-close:hover {
  background: var(--tkpc-brass-dark);
}

.tkpc-modal-media {
  align-self: start;
  aspect-ratio: 1 / 1;
  background: #eef6fa;
  border: 1px solid var(--tkpc-line);
  margin-top: 34px;
  overflow: hidden;
}

.tkpc-modal-media img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  width: 100%;
}

.tkpc-modal-copy {
  align-self: center;
  padding-top: 34px;
}

.tkpc-modal-sku {
  color: var(--tkpc-brass-dark);
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.tkpc-modal-copy h2 {
  color: var(--tkpc-charcoal);
  font-size: 34px;
  line-height: 1.05;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.tkpc-modal-category {
  border-top: 1px solid var(--tkpc-line);
  color: var(--tkpc-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
  padding-top: 14px;
}

.tkpc-modal-specs {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
}

.tkpc-modal-specs div {
  border-top: 1px solid var(--tkpc-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 132px minmax(0, 1fr);
  padding: 13px 0;
}

.tkpc-modal-specs dt {
  color: var(--tkpc-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tkpc-modal-specs dd {
  color: #173f5c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.tkpc-modal-description {
  color: #263c4d;
  font-size: 15px;
  line-height: 1.65;
  margin: 18px 0 0;
}

body .tkb2b-rfq-fab,
body .tk-floating-item {
  background: rgba(6, 71, 107, 0.94) !important;
  border: 1px solid #06476b !important;
  box-shadow: 0 16px 36px rgba(8, 47, 78, 0.2) !important;
  color: #fff !important;
}

body .tkb2b-rfq-fab:hover,
body .tk-floating-item:hover {
  background: #0b304f !important;
  border-color: #0b304f !important;
  color: #fff !important;
}

body .tkb2b-rfq-modal button,
body .tk-chat-panel button {
  background: #06476b !important;
  border-color: #06476b !important;
  color: #fff !important;
}

body .tk-chat-head {
  background: #0b304f !important;
}

@media (max-width: 560px) {
  body .tkb2b-rfq-fab,
  body .tk-floating-item {
    min-width: 112px !important;
    right: 10px !important;
    width: 112px !important;
  }

  body .tkb2b-rfq-fab {
    bottom: 78px !important;
  }

  body .tk-floating-item {
    bottom: 22px !important;
  }
}

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

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

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

@media (max-width: 900px) {
  .tkpc-hero h1,
  .tkpc-detail h1 {
    font-size: 42px;
  }

  .tkpc-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body .wd-content-layout.content-layout-wrapper.container {
    padding-top: 12px !important;
  }

  .tkpc-filterbar {
    grid-template-columns: 1fr 1fr;
  }

  .tkpc-mobile-groups {
    display: block;
    margin: 0 auto 12px;
    max-width: 1380px;
  }

  .tkpc-layout {
    grid-template-columns: 1fr;
  }

  .tkpc-sidebar {
    display: none;
  }

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

  .tkpc-group-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tkpc-detail-grid {
    grid-template-columns: 1fr;
  }

  .tkpc-detail-locked {
    grid-template-columns: 1fr;
  }

  .tkpc-modal-panel {
    grid-template-columns: 1fr;
  }

  .tkpc-modal-media {
    margin-top: 34px;
    max-height: 360px;
  }

  .tkpc-modal-copy {
    padding-top: 0;
  }

  .tkpc-restricted-panel {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .tkpc-restricted-lock {
    display: none;
  }
}

@media (max-width: 640px) {
  .tkpc-group-cards {
    gap: 10px;
  }

  .tkpc-group-card {
    padding: 0;
  }

  .tkpc-group-card-body {
    gap: 10px;
    padding: 12px;
  }

  .tkpc-group-card-main {
    grid-template-columns: 1fr;
  }

  .tkpc-group-card-main strong {
    font-size: 16px;
  }

  .tkpc-group-card-main small,
  .tkpc-group-card li {
    font-size: 11px;
  }

  .tkpc-group-card-main em {
    width: fit-content;
  }

  .tkpc-group-card-action {
    min-height: 36px;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .tkpc-catalog {
    padding-inline: 10px;
  }

  .tkpc-hero {
    margin-bottom: 18px;
    padding: 30px 18px 20px;
  }

  .tkpc-hero .tkpc-kicker {
    display: none;
  }

  .tkpc-hero h1 {
    font-size: 31px;
    line-height: 1.04;
  }

  .tkpc-hero-cta {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(218, 237, 247, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    min-height: 42px;
    width: 100%;
  }

  .tkpc-hero-contact {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
  }

  .tkpc-hero-contact a {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(218, 237, 247, 0.24);
    justify-content: center;
    min-height: 34px;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .tkpc-filterbar {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .tkpc-filterbar button {
    background: #fff;
    border-color: #9fc5d8;
    color: #0b304f;
    min-height: 42px;
  }

  .tkpc-filterbar button:hover {
    background: #eef7fb;
    border-color: #06476b;
    color: #0b304f;
  }

  .tkpc-results-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tkpc-group-sections {
    gap: 18px;
  }

  .tkpc-group-section {
    padding: 10px;
  }

  .tkpc-group-section-head {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10px;
    padding: 14px;
  }

  .tkpc-group-section-head h2 {
    font-size: 22px;
  }

  .tkpc-group-section-head a {
    width: 100%;
  }

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

  .tkpc-category-divider {
    font-size: 11px;
    padding-bottom: 7px;
  }

  .tkpc-card-body {
    padding: 10px;
  }

  .tkpc-card h2 {
    font-size: 14px;
  }

  .tkpc-card-cat {
    font-size: 11px;
  }

  .tkpc-card-copy {
    display: none;
  }

  .tkpc-card-locked .tkpc-card-copy {
    display: none;
    font-size: 12px;
  }

  .tkpc-card-actions {
    grid-template-columns: 1fr;
  }

  .tkpc-card-actions a {
    min-height: 36px;
  }

  .tkpc-pagination {
    flex-wrap: wrap;
  }

  .tkpc-detail {
    padding-inline: 10px;
  }

  .tkpc-detail-grid {
    padding: 14px;
  }

  .tkpc-specs div {
    grid-template-columns: 1fr;
  }

  .tkpc-detail-actions a {
    width: 100%;
  }

  .tkpc-modal {
    align-items: stretch;
    padding: 10px;
  }

  .tkpc-modal-panel {
    gap: 14px;
    max-height: calc(100vh - 20px);
    padding: 14px;
  }

  .tkpc-modal-close {
    right: 14px;
    top: 14px;
  }

  .tkpc-modal-media {
    margin-top: 44px;
  }

  .tkpc-modal-copy h2 {
    font-size: 26px;
  }

  .tkpc-modal-description {
    font-size: 14px;
  }

  .tkpc-modal-specs div {
    grid-template-columns: 1fr;
  }
}

/* Scoped hardening so WoodMart/LiteSpeed optimized CSS cannot flatten catalog sections. */
.tkpc-catalog .tkpc-group-cards {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.tkpc-catalog .tkpc-group-card {
  background: #fff !important;
  border: 1px solid var(--tkpc-line) !important;
  color: var(--tkpc-ink) !important;
  display: grid !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.tkpc-catalog .tkpc-group-card-action {
  display: none !important;
}

.tkpc-catalog .tkpc-group-card.is-locked .tkpc-group-card-action {
  display: none !important;
}

.tkpc-catalog .tkpc-restricted-panel {
  background: #fff !important;
  border: 1px solid var(--tkpc-line) !important;
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
}

.tkpc-catalog .tkpc-group-sections {
  display: grid !important;
  gap: 24px !important;
}

.tkpc-catalog .tkpc-group-section {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid var(--tkpc-line) !important;
  display: block !important;
  padding: 14px !important;
}

.tkpc-catalog .tkpc-group-section-head {
  align-items: center !important;
  background: linear-gradient(120deg, #0b304f 0%, #06476b 100%) !important;
  color: #fff !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
  margin: 0 0 14px !important;
  min-height: 72px !important;
  padding: 14px 16px !important;
}

.tkpc-catalog .tkpc-group-section-head h2,
.tkpc-catalog .tkpc-group-section-head p {
  color: #fff !important;
  margin: 0 !important;
}

.tkpc-catalog .tkpc-group-section-head p {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.tkpc-catalog .tkpc-group-section-head h2 {
  font-size: 24px !important;
  line-height: 1.1 !important;
}

.tkpc-catalog .tkpc-group-section-head a {
  align-items: center !important;
  border: 1px solid rgba(216, 246, 255, 0.42) !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.tkpc-catalog .tkpc-grid {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.tkpc-catalog .tkpc-category-divider {
  grid-column: 1 / -1 !important;
}

@media (max-width: 1180px) {
  .tkpc-catalog .tkpc-group-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .tkpc-catalog .tkpc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .tkpc-catalog .tkpc-group-cards {
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tkpc-catalog .tkpc-group-sections {
    gap: 18px !important;
  }

  .tkpc-catalog .tkpc-group-section {
    padding: 10px !important;
  }

  .tkpc-catalog .tkpc-group-section-head {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-bottom: 10px !important;
    padding: 14px !important;
  }

  .tkpc-catalog .tkpc-group-section-head h2 {
    font-size: 22px !important;
  }

  .tkpc-catalog .tkpc-group-section-head a {
    width: 100% !important;
  }

  .tkpc-catalog .tkpc-grid {
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
