.single-product { background: #fff; }
.jk-single-product {
  color: #0a315f;
  font-family: var(--font-sans);
}
.jk-single-product img { max-width: 100%; height: auto; }
.jk-single-product h1,
.jk-single-product h2,
.jk-single-product h3,
.jk-product-category,
.jk-product-actions a,
.jk-product-section-nav a,
.jk-product-table-scroll th,
.jk-product-enquiry a {
  font-family: var(--font-sans);
  letter-spacing: 0;
}
.jk-product-hero { padding: 34px 0 68px; background: #f7fbfd; }
.jk-product-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 39px; color: #57758d; font-size: 13px; }
.jk-product-breadcrumb a { color: #335b7a; }
.jk-product-breadcrumb a:hover,
.jk-product-breadcrumb a:focus-visible { color: #087fc2; }
.jk-product-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(42px, 5vw, 68px); align-items: start; }
.jk-product-gallery { min-width: 0; }
.jk-product-main-media {
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 1px solid #cbdde8;
  background: #fff;
  overflow: hidden;
}
.jk-product-main-media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.jk-product-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin-top: 10px; }
.jk-product-thumbnail {
  display: grid;
  place-items: center;
  min-width: 0;
  aspect-ratio: 1 / 1;
  padding: 4px;
  border: 1px solid #cbdde8;
  background: #fff;
  cursor: pointer;
}
.jk-product-thumbnail[aria-selected="true"] { border: 2px solid #087fc2; }
.jk-product-thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.jk-product-summary { min-width: 0; padding-top: 10px; }
.jk-product-category { display: inline-block; margin-bottom: 14px; color: #087fc2; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.jk-product-summary h1 { max-width: 24ch; margin: 0; color: #082f5c; font-size: clamp(32px, 3vw, 38px); font-weight: 800; line-height: 1.16; text-wrap: balance; overflow-wrap: anywhere; }
.jk-product-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.jk-product-highlights li { padding: 8px 11px; background: #e6f4fb; color: #0b5d8e; font-size: 13px; font-weight: 700; line-height: 1.2; }
.jk-product-intro { max-width: 68ch; margin-top: 24px; color: #456780; font-size: 16px; line-height: 1.68; }
.jk-product-intro p { margin: 0; }
.jk-product-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.jk-product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 13px 21px;
  border: 1px solid #082f5c;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.jk-product-action-primary { background: #082f5c; color: #fff; }
.jk-product-action-secondary { background: transparent; color: #082f5c; }
.jk-product-actions a:hover,
.jk-product-actions a:focus-visible { transform: translateY(-2px); }
.jk-product-action-primary:hover,
.jk-product-action-primary:focus-visible { border-color: #087fc2; background: #087fc2; color: #fff; }
.jk-product-action-secondary:hover,
.jk-product-action-secondary:focus-visible { background: #fff; color: #087fc2; }
.jk-product-response-note { max-width: 58ch; margin: 20px 0 0; color: #5f7d93; font-size: 13px; line-height: 1.55; }
.jk-product-section-nav { position: sticky; z-index: 25; top: 0; border-top: 1px solid #d5e4ec; border-bottom: 1px solid #d5e4ec; background: rgba(255, 255, 255, .97); }
.admin-bar .jk-product-section-nav { top: 32px; }
.jk-product-section-nav .jk-container { display: flex; gap: 35px; overflow-x: auto; scrollbar-width: thin; }
.jk-product-section-nav a { flex: none; padding: 18px 0 16px; border-bottom: 3px solid transparent; color: #244d6d; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.jk-product-section-nav a:hover,
.jk-product-section-nav a:focus-visible { border-color: #087fc2; color: #087fc2; }
.jk-product-section { padding: 76px 0; scroll-margin-top: 82px; }
.jk-product-section h2 { margin: 0; color: #082f5c; font-size: 30px; font-weight: 800; line-height: 1.22; }
.jk-product-section h3 { margin: 0; color: #082f5c; font-size: 19px; font-weight: 800; line-height: 1.35; }
.jk-product-overview-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr); gap: 92px; align-items: start; }
.jk-product-rich-copy { max-width: 72ch; margin-top: 22px; color: #3f637d; font-size: 16px; line-height: 1.72; }
.jk-product-rich-copy > :first-child { margin-top: 0; }
.jk-product-rich-copy > :last-child { margin-bottom: 0; }
.jk-product-rich-copy :is(h2, h3, h4) { margin: 32px 0 12px; color: #082f5c; font-family: var(--font-sans); font-weight: 800; line-height: 1.32; text-transform: none; }
.jk-product-rich-copy h2 { font-size: 22px; }
.jk-product-rich-copy h3 { font-size: 19px; }
.jk-product-rich-copy h4 { font-size: 17px; }
.jk-product-rich-copy :is(p, ul, ol, table) { margin-top: 0; margin-bottom: 18px; }
.jk-product-rich-copy :is(ul, ol) { padding-left: 22px; }
.jk-product-rich-copy li + li { margin-top: 7px; }
.jk-product-rich-copy :is(figure, .wp-block-image, .wp-caption) { max-width: 100%; margin: 24px 0; }
.jk-product-rich-copy img { display: block; width: auto; max-width: 100%; height: auto; margin-inline: auto; }
.jk-product-rich-copy :is(figcaption, .wp-caption-text) { margin-top: 9px; color: #4e7088; font-size: 13px; line-height: 1.55; }
.jk-product-rich-copy table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.45; }
.jk-product-rich-copy th,
.jk-product-rich-copy td { padding: 12px 14px; border: 1px solid #d3e3ec; text-align: left; vertical-align: top; }
.jk-product-rich-copy th { background: #edf8fe; color: #123b5d; font-weight: 800; }
.jk-product-feature-list { padding-top: 6px; }
.jk-product-feature-list ul { margin: 24px 0 0; padding: 0; border-top: 1px solid #c8dce7; list-style: none; }
.jk-product-feature-list li { position: relative; padding: 16px 0 16px 27px; border-bottom: 1px solid #c8dce7; color: #244c6c; font-weight: 700; line-height: 1.45; }
.jk-product-feature-list li::before { position: absolute; top: 20px; left: 1px; width: 9px; height: 9px; background: #087fc2; content: ''; }
.jk-product-specifications { border-top: 1px solid #d9e7ee; border-bottom: 1px solid #d9e7ee; background: #edf8fe; }
.jk-product-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 480px); gap: 55px; align-items: end; margin-bottom: 36px; }
.jk-product-section-heading p { margin: 0; color: #4e7088; font-size: 15px; line-height: 1.6; }
.jk-product-table-scroll { max-width: 100%; overflow-x: auto; background: #fff; outline: none; }
.jk-product-table-scroll:focus-visible { box-shadow: 0 0 0 3px rgba(8, 127, 194, .25); }
.jk-product-table-scroll table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 14px; }
.jk-product-table-scroll th,
.jk-product-table-scroll td { padding: 17px 18px; border-right: 1px solid #d7e5ed; border-bottom: 1px solid #d7e5ed; text-align: left; vertical-align: top; }
.jk-product-table-scroll th:last-child,
.jk-product-table-scroll td:last-child { border-right: 0; }
.jk-product-table-scroll thead th { background: #082f5c; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.jk-product-table-scroll tbody tr:last-child td { border-bottom: 0; }
.jk-product-table-scroll tbody tr:nth-child(even) td { background: #f7fbfd; }
.jk-product-engineering { background: #fff; }
.jk-product-engineering-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.jk-product-engineering article { display: flex; min-width: 0; flex-direction: column; border: 1px solid #cbdde8; }
.jk-product-engineering-grid > article:only-child { grid-column: 1 / -1; }
.jk-product-engineering-copy { padding: 34px 34px 30px; }
.jk-product-engineering-copy h2 { font-size: 24px; line-height: 1.28; }
.jk-product-engineering-copy p { max-width: 62ch; margin: 17px 0 0; color: #4b6d85; line-height: 1.65; }
.jk-product-engineering figure { display: grid; place-items: center; min-height: 380px; margin: auto 0 0; border-top: 1px solid #d7e5ed; background: #f7fbfd; }
.jk-product-engineering figure img { display: block; width: 100%; height: auto; max-height: 620px; object-fit: contain; }
.jk-product-conditions { background: #082f5c; color: #fff; }
.jk-product-conditions h2 { color: #fff; }
.jk-product-conditions dl { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 40px 0 0; border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.jk-product-conditions dl div { min-width: 0; padding: 25px 21px 28px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.jk-product-conditions dt { color: #a8d6ee; font-size: 13px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.jk-product-conditions dd { margin: 17px 0 0; color: #fff; font-family: var(--font-sans); font-size: 20px; font-weight: 800; line-height: 1.3; overflow-wrap: anywhere; }
.jk-product-applications { background: #f7fbfd; }
.jk-product-applications-grid { display: grid; gap: 32px; }
.jk-product-applications-grid > div { max-width: 72ch; }
.jk-product-applications figure { width: 100%; margin: 0; overflow: hidden; background: #dbeaf2; }
.jk-product-applications figure img { display: block; width: 100%; height: auto; object-fit: contain; }
.jk-product-documents { border-top: 1px solid #d9e7ee; }
.jk-product-documents-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 80px; align-items: center; }
.jk-product-documents-grid p { max-width: 58ch; margin: 20px 0 0; color: #4e7088; line-height: 1.6; }
.jk-product-documents-grid > a { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 96px; padding: 26px 28px; border-top: 1px solid #9cbfd2; border-bottom: 1px solid #9cbfd2; color: #163f61; }
.jk-product-documents-grid > a span { min-width: 0; font-weight: 700; overflow-wrap: anywhere; }
.jk-product-documents-grid > a strong { flex: none; color: #087fc2; font-family: var(--font-sans); font-size: 13px; text-transform: uppercase; }
.jk-product-attachment-visual { display: grid; width: 100%; gap: 28px; }
.jk-product-attachment-visual figure { margin: 0; background: #f7fbfd; }
.jk-product-attachment-visual img { display: block; width: 100%; height: auto; }
.jk-product-attachment-visual figcaption { padding-top: 12px; color: #4e7088; font-size: 13px; line-height: 1.55; }
.jk-product-related { background: #edf8fe; }
.jk-product-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.jk-product-related-grid a { border: 1px solid #cbdde8; background: #fff; }
.jk-product-related-grid img { display: block; width: 100%; aspect-ratio: 1.2 / 1; object-fit: contain; background: #f7fbfd; }
.jk-product-related-grid span { display: block; padding: 17px 18px 20px; color: #123b5d; font-family: var(--font-sans); font-size: 17px; font-weight: 800; line-height: 1.42; overflow-wrap: anywhere; }
.jk-product-enquiry { padding: 79px 0 83px; background: #ffd24a; color: #082f5c; }
.jk-product-enquiry-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: 72px; align-items: start; }
.jk-product-enquiry h2 { max-width: 800px; margin: 0; font-family: var(--font-sans); font-size: 32px; font-weight: 800; line-height: 1.2; }
.jk-product-enquiry p { max-width: 700px; margin: 18px 0 0; font-size: 17px; line-height: 1.55; }
.jk-product-enquiry-link { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; margin-top: 27px; padding: 12px 18px; border: 1px solid #082f5c; color: #082f5c; font-family: var(--font-sans); font-size: 13px; font-weight: 800; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.jk-product-enquiry-link:hover,
.jk-product-enquiry-link:focus-visible { background: #fff; color: #087fc2; transform: translateY(-2px); }
.jk-product-enquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; padding: 27px; background: #fff; }
.jk-product-enquiry-form label { display: grid; gap: 7px; min-width: 0; }
.jk-product-enquiry-form label.full { grid-column: 1 / -1; }
.jk-product-enquiry-form label span { color: #244d6d; font-size: 13px; font-weight: 700; }
.jk-product-enquiry-form input,
.jk-product-enquiry-form textarea { width: 100%; border: 1px solid #bdd2de; border-radius: 0; background: #fff; color: #123b5d; font: 15px/1.45 var(--font-sans); }
.jk-product-enquiry-form input { min-height: 46px; padding: 10px 12px; }
.jk-product-enquiry-form textarea { min-height: 116px; padding: 11px 12px; resize: vertical; }
.jk-product-enquiry-form input:focus,
.jk-product-enquiry-form textarea:focus { border-color: #087fc2; outline: 2px solid rgba(8, 127, 194, .22); outline-offset: 1px; }
.jk-product-enquiry-submit { grid-column: 1 / -1; justify-self: start; min-height: 49px; padding: 13px 21px; border: 1px solid #082f5c; background: #082f5c; color: #fff; cursor: pointer; font: 800 14px/1 var(--font-sans); text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.jk-product-enquiry-submit:hover,
.jk-product-enquiry-submit:focus-visible { background: #087fc2; transform: translateY(-2px); }

@media (max-width: 1180px) {
  .jk-product-hero-grid { gap: 42px; }
  .jk-product-overview-grid { gap: 58px; }
  .jk-product-conditions dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .jk-product-hero-grid,
  .jk-product-overview-grid,
  .jk-product-section-heading,
  .jk-product-applications-grid,
  .jk-product-documents-grid { grid-template-columns: 1fr; }
  .jk-product-hero-grid { gap: 38px; }
  .jk-product-gallery { width: min(100%, 600px); }
  .jk-product-summary { padding-top: 0; }
  .jk-product-section-heading { gap: 18px; align-items: start; }
  .jk-product-overview-grid,
  .jk-product-applications-grid,
  .jk-product-documents-grid { gap: 42px; }
  .jk-product-engineering-grid { grid-template-columns: 1fr; }
  .jk-product-enquiry-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 720px) {
  .admin-bar .jk-product-section-nav { top: 46px; }
  .jk-product-hero { padding: 28px 0 60px; }
  .jk-product-breadcrumb { margin-bottom: 25px; }
  .jk-product-summary h1 { max-width: none; font-size: 28px; line-height: 1.22; }
  .jk-product-highlights { margin-top: 21px; }
  .jk-product-intro { margin-top: 23px; font-size: 16px; }
  .jk-product-actions { display: grid; }
  .jk-product-actions a { width: 100%; white-space: normal; text-align: center; }
  .jk-product-section-nav .jk-container { gap: 26px; }
  .jk-product-section { padding: 68px 0; }
  .jk-product-section h2 { font-size: 26px; }
  .jk-product-engineering-copy { padding: 27px 24px 24px; }
  .jk-product-engineering-copy h2 { font-size: 22px; }
  .jk-product-engineering figure { min-height: 260px; }
  .jk-product-conditions dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jk-product-conditions dl div { padding: 21px 16px 23px; }
  .jk-product-conditions dd { font-size: 20px; }
  .jk-product-applications-grid { gap: 24px; }
  .jk-product-attachment-visual { gap: 22px; }
  .jk-product-related-grid { grid-template-columns: 1fr; }
  .jk-product-enquiry { padding: 63px 0 67px; }
  .jk-product-enquiry h2 { font-size: 28px; }
  .jk-product-enquiry-form { grid-template-columns: 1fr; padding: 22px; }
  .jk-product-enquiry-form label.full,
  .jk-product-enquiry-submit { grid-column: auto; }
  .jk-product-enquiry-submit { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .jk-product-actions a,
  .jk-product-enquiry-link,
  .jk-product-enquiry-submit { transition: none; }
}

