:root {
  --ink: #252724;
  --ink-soft: #313530;
  --ink-muted: #454943;
  --paper: #ffffff;
  --ground: #f3f3f0;
  --ground-strong: #e5e6e1;
  --line: #d8d9d4;
  --line-dark: #4b4f49;
  --muted: #686d66;
  --muted-light: #b8bbb5;
  --teal: #1671c4;
  --teal-dark: #075aa8;
  --teal-pale: #eaf3fb;
  --orange: #1671c4;
  --green: #103c67;
  --yellow: #6b9dca;
  --shadow: 0 18px 45px rgba(32, 34, 31, 0.11);
  --shell: 1280px;
  --header-height: 74px;
  --radius: 5px;
  --font-display: "Songti SC", "STSong", "Noto Serif SC", "Source Han Serif SC", "PingFang SC", serif;
}

body {
  color: var(--ink);
  background: var(--paper);
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h2 {
  font-size: 40px;
}

::selection {
  background: var(--teal-dark);
}

:focus-visible {
  outline-color: rgba(134, 47, 40, 0.4);
}

.button-primary {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
}

.button-primary:hover {
  background: #064984;
  border-color: #064984;
}

.button-outline:hover {
  color: var(--teal-dark);
  border-color: var(--teal-dark);
}

.eyebrow-on-dark {
  color: #9bc8ef;
}

.prototype-bar {
  color: #28271f;
  background: #e0bf68;
  border-bottom-color: #bd9943;
}

.factory-topline {
  height: 34px;
  color: #dfe2dc;
  background: #343833;
  border-bottom: 1px solid #4a4e48;
  font-size: 11px;
}

.factory-topline .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}

.factory-topline span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.factory-topline svg {
  width: 13px;
  height: 13px;
  color: #8ebce2;
}

.manufacturing-header {
  background: rgba(255, 255, 255, 0.985);
  border-bottom-color: var(--line);
}

.manufacturing-header .header-inner {
  gap: 20px;
}

.brand-mark {
  width: 45px;
  height: 45px;
  color: #fff;
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  border-radius: 2px;
  font-family: "Arial Narrow", "Avenir Next Condensed", sans-serif;
}

.brand-mark b:last-child {
  color: #fff;
  background: #313530;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 20px;
}

.brand-copy small {
  margin-top: 2px;
  color: #777b75;
  font-family: var(--font-body);
  font-size: 9px;
}

.nav-link {
  padding: 0 11px;
  color: #3c403a;
  font-size: 13px;
}

.nav-link::after {
  right: 11px;
  left: 11px;
  background: var(--teal-dark);
}

.header-phone svg,
.footer-contact-list svg {
  color: #7eb8e8;
}

.catalog-mega-menu {
  top: var(--live-header-bottom, 108px);
  width: min(calc(100% - 48px), 1280px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-top: 3px solid var(--teal-dark);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 24px 55px rgba(30, 31, 29, 0.18);
}

.catalog-mega-menu .mega-heading {
  padding: 14px 20px;
  background: #f5f5f2;
}

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

.catalog-mega-column {
  min-width: 0;
  padding: 20px 18px 22px;
  border-right: 1px solid var(--line);
}

.catalog-mega-column:last-child {
  border-right: 0;
}

.catalog-mega-title {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 14px;
  align-items: center;
  min-height: 46px;
  margin-bottom: 8px;
  gap: 8px;
  color: var(--ink);
  border-bottom: 1px solid #bfc1bc;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.catalog-mega-title > svg:first-child {
  color: var(--teal-dark);
}

.catalog-mega-column > a:not(.catalog-mega-title) {
  display: flex;
  align-items: center;
  min-height: 30px;
  color: #62675f;
  font-size: 12px;
}

.catalog-mega-column > a:not(.catalog-mega-title):hover {
  color: var(--teal-dark);
}

.catalog-mega-more {
  gap: 5px;
  margin-top: 4px;
  color: var(--teal-dark) !important;
  font-weight: 700;
}

.section {
  padding: 96px 0;
}

.section-head {
  margin-bottom: 42px;
}

.section-head h2 {
  margin: 9px 0 14px;
}

.section-head p {
  color: #656a63;
  font-size: 16px;
}

.section-tint {
  background: var(--ground);
}

.catalog-image-note {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(28, 30, 27, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--font-body);
  font-size: 10px;
  font-style: normal;
  line-height: 1.3;
}

.jm-home-hero {
  position: relative;
  height: min(680px, calc(100svh - 130px));
  min-height: 570px;
  max-height: 700px;
  overflow: hidden;
  color: #fff;
  background: #282a27;
}

.jm-home-hero .hero-media,
.jm-catalog-hero .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jm-home-hero .hero-media {
  object-position: 55% 48%;
}

.jm-hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(25, 27, 24, 0.62);
}

.jm-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.jm-hero-copy {
  width: min(680px, 62%);
}

.jm-hero-kicker {
  display: inline-flex;
  padding-bottom: 10px;
  color: #9bc8ef;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 11px;
  font-weight: 700;
}

.jm-hero-copy h1 {
  margin: 22px 0 5px;
  font-size: 68px;
  line-height: 1;
}

.jm-hero-copy h2 {
  margin: 0 0 18px;
  color: #f0f0eb;
  font-family: var(--font-body);
  font-size: 30px;
  font-weight: 600;
}

.jm-hero-copy > p {
  max-width: 620px;
  margin-bottom: 28px;
  color: #e0e1dc;
  font-size: 17px;
  line-height: 1.8;
}

.jm-hero-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jm-hero-proof {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  gap: 18px;
  color: #d1d4ce;
  font-size: 12px;
}

.jm-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.jm-hero-proof svg {
  color: #9bc8ef;
}

.jm-hero-inner > .catalog-image-note {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.jm-fact-strip {
  color: #fff;
  background: var(--teal-dark);
  border-bottom: 4px solid #343833;
}

.jm-fact-strip .shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jm-fact-strip .shell > div {
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 18px 26px;
  gap: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.jm-fact-strip .shell > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.jm-fact-strip strong {
  font-family: var(--font-display);
  font-size: 28px;
  white-space: nowrap;
}

.jm-fact-strip span {
  color: #d7eaff;
  font-size: 12px;
  line-height: 1.4;
}

.keyword-band {
  background: #f1f1ed;
  border-bottom: 1px solid var(--line);
}

.keyword-band-inner {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: start;
  min-height: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 16px;
}

.keyword-band-inner > strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  gap: 7px;
  color: var(--teal-dark);
  font-size: 12px;
}

.keyword-band-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.keyword-band a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 3px 9px;
  color: #565b54;
  background: #fff;
  border: 1px solid #d4d5d0;
  border-radius: 2px;
  font-size: 11px;
}

.keyword-band a:hover {
  color: var(--teal-dark);
  border-color: #77a9d4;
}

.jm-intro-section {
  background: #fff;
}

.jm-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 100px;
  align-items: center;
}

.jm-intro-copy h2 {
  max-width: 760px;
  margin: 12px 0 22px;
}

.jm-intro-copy p {
  max-width: 790px;
  color: #5f645d;
}

.jm-intro-copy .intro-lead {
  color: #373b36;
  font-size: 18px;
  line-height: 1.9;
}

.jm-inline-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
  gap: 22px;
}

.jm-intro-aside {
  padding: 36px;
  border: 1px solid #cfd0cb;
  border-top: 4px solid var(--green);
}

.jm-stamp {
  display: grid;
  width: 128px;
  height: 128px;
  place-content: center;
  margin-bottom: 32px;
  color: var(--teal-dark);
  border: 2px solid var(--teal-dark);
  border-radius: 50%;
  text-align: center;
  font-family: var(--font-body);
  font-size: 9px;
  line-height: 1.35;
}

.jm-stamp b {
  font-family: var(--font-display);
  font-size: 34px;
}

.jm-stamp small {
  font-size: 8px;
}

.jm-intro-aside blockquote {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
}

.jm-intro-aside p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.jm-catalog-home {
  background: var(--ground);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.jm-line-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #c9cbc5;
  border-bottom: 0;
}

.jm-line-tabs button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  min-height: 82px;
  padding: 12px 15px;
  gap: 10px;
  color: #4c514a;
  background: #e9eae6;
  border: 0;
  border-right: 1px solid #c9cbc5;
  text-align: left;
}

.jm-line-tabs button:last-child {
  border-right: 0;
}

.jm-line-tabs button > svg {
  width: 24px;
  height: 24px;
  color: var(--green);
}

.jm-line-tabs button span {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.jm-line-tabs button strong {
  font-size: 14px;
}

.jm-line-tabs button small {
  margin-top: 3px;
  color: #747871;
  font-size: 10px;
}

.jm-line-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--teal-dark);
}

.jm-line-tabs button[aria-selected="true"] > svg,
.jm-line-tabs button[aria-selected="true"] small {
  color: #d8ebfb;
}

.jm-line-panel {
  padding: 36px;
  background: #fff;
  border: 1px solid #c9cbc5;
}

.jm-line-panel[hidden] {
  display: none;
}

.jm-line-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 40px;
}

.jm-line-summary > div {
  max-width: 780px;
}

.jm-line-summary > div > span {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
}

.jm-line-summary h3 {
  margin: 5px 0 8px;
  font-size: 30px;
}

.jm-line-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.jm-category-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 34px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.jm-category-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  padding: 8px 12px;
  gap: 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.jm-category-links a:hover {
  color: var(--teal-dark);
  background: #f1f7fb;
}

.jm-category-links small {
  color: #8a8e87;
  white-space: nowrap;
  font-size: 9px;
}

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

.jm-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d0d2cc;
  border-radius: 3px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jm-product-card:hover {
  border-color: #77a9d4;
  box-shadow: 0 12px 28px rgba(31, 33, 30, 0.09);
  transform: translateY(-2px);
}

.jm-product-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #efefec;
  border-bottom: 1px solid var(--line);
}

.jm-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.jm-product-card:hover .jm-product-image img {
  transform: scale(1.025);
}

.jm-product-image .catalog-image-note {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
  justify-content: center;
  padding: 4px 5px;
  text-align: center;
  font-size: 8px;
}

.jm-product-image > small {
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 3px 6px;
  color: #fff;
  background: var(--teal-dark);
  font-size: 8px;
}

.jm-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px;
}

.jm-product-copy em {
  margin-bottom: 5px;
  color: var(--teal-dark);
  font-size: 10px;
  font-style: normal;
}

.jm-product-copy > strong {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.4;
}

.jm-product-copy p {
  margin: 8px 0 17px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.jm-product-copy > span {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  gap: 5px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
}

.jm-product-card.is-compact .jm-product-image {
  aspect-ratio: 16 / 10;
}

.jm-product-card.is-compact .jm-product-copy {
  min-height: 104px;
  padding: 13px;
}

.jm-product-card.is-compact .jm-product-copy > strong {
  font-size: 15px;
}

.jm-capability-section {
  color: #fff;
  background: #30342f;
}

.jm-capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 680px;
}

.jm-capability-media {
  position: relative;
  min-height: 620px;
  margin-left: calc((100vw - min(100vw - 48px, var(--shell))) / -2);
  overflow: hidden;
}

.jm-capability-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(30, 32, 29, 0.16);
}

.jm-capability-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jm-capability-media .catalog-image-note {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
}

.jm-capability-copy {
  align-self: center;
  padding: 72px 0 72px 70px;
}

.jm-capability-copy h2 {
  max-width: 630px;
  margin: 13px 0 18px;
  font-size: 40px;
}

.jm-capability-copy > p {
  color: #cdd0ca;
}

.jm-equipment-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 30px 0 34px;
  border-top: 1px solid #525750;
  border-left: 1px solid #525750;
}

.jm-equipment-list > div {
  min-height: 150px;
  padding: 20px;
  border-right: 1px solid #525750;
  border-bottom: 1px solid #525750;
}

.jm-equipment-list span {
  color: #7eb8e8;
  font-size: 10px;
}

.jm-equipment-list strong {
  display: block;
  margin: 8px 0 5px;
  font-family: var(--font-display);
  font-size: 19px;
}

.jm-equipment-list p {
  margin: 0;
  color: #adb1aa;
  font-size: 11px;
}

.jm-hot-products {
  background: #fff;
}

.jm-history-section {
  background: #eef0eb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.jm-history-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
}

.jm-history-grid > div > h2 {
  margin: 12px 0 18px;
}

.jm-history-grid > div > p {
  color: var(--muted);
}

.jm-history-grid ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.jm-history-grid li {
  display: grid;
  grid-template-columns: 48px 190px minmax(0, 1fr);
  align-items: center;
  min-height: 104px;
  gap: 16px;
  border-bottom: 1px solid #c8cac4;
}

.jm-history-grid li > span {
  color: var(--teal-dark);
  font-size: 11px;
}

.jm-history-grid li > strong {
  font-family: var(--font-display);
  font-size: 18px;
}

.jm-history-grid li > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.process-icon {
  background: var(--green);
}

.case-card {
  border-radius: 3px;
}

.contact-band {
  background: var(--teal-dark);
}

.contact-band p {
  color: #d8eafa;
}

.site-footer {
  color: #e0e2dd;
  background: #292c28;
}

.footer-grid {
  gap: 46px;
}

.footer-contact-list svg {
  color: #7eb8e8;
}

.footer-column a:hover {
  color: #74b7ec;
}

.footer-bottom {
  border-top-color: #444842;
}

.breadcrumbs {
  min-height: 58px;
}

.jm-catalog-hero {
  position: relative;
  height: 440px;
  overflow: hidden;
  color: #fff;
  background: #292c28;
}

.jm-catalog-hero .hero-media {
  object-position: center 48%;
}

.jm-catalog-hero .jm-hero-shade {
  background: rgba(27, 29, 26, 0.68);
}

.jm-catalog-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.jm-catalog-hero-inner > div:first-child {
  width: min(730px, 65%);
}

.jm-catalog-hero-inner > div:first-child > span {
  color: #9bc8ef;
  font-size: 11px;
  font-weight: 800;
}

.jm-catalog-hero h1 {
  margin: 13px 0 15px;
  font-size: 54px;
}

.jm-catalog-hero p {
  max-width: 690px;
  margin-bottom: 22px;
  color: #dfe1dc;
  font-size: 17px;
}

.jm-catalog-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.jm-catalog-stats > span {
  display: flex;
  flex-direction: column;
  min-width: 112px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.jm-catalog-stats > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.jm-catalog-stats strong {
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.15;
}

.jm-catalog-stats small {
  color: #c8cbc5;
  font-size: 10px;
}

.jm-catalog-hero-inner > .catalog-image-note {
  position: absolute;
  right: 0;
  bottom: 18px;
}

.jm-directory-section {
  padding-top: 70px;
}

.jm-directory-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}

.jm-catalog-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  max-height: calc(100vh - var(--header-height) - 34px);
  overflow: auto;
  background: #f5f5f2;
  border: 1px solid #d0d2cc;
}

.jm-sidebar-head {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  min-height: 65px;
  padding: 12px 15px;
  gap: 8px;
  color: #fff;
  background: #343833;
}

.jm-sidebar-head svg {
  color: #71b1e6;
}

.jm-sidebar-head strong {
  font-family: var(--font-display);
  font-size: 17px;
}

.jm-sidebar-head small {
  grid-column: 2;
  color: #bdc1ba;
  font-size: 9px;
}

.jm-sidebar-all {
  display: flex;
  align-items: center;
  min-height: 43px;
  padding: 9px 14px;
  border-bottom: 1px solid #d0d2cc;
  font-size: 12px;
  font-weight: 700;
}

.jm-sidebar-all.is-active {
  color: #fff;
  background: var(--teal-dark);
}

.jm-catalog-sidebar details {
  border-bottom: 1px solid #d0d2cc;
}

.jm-catalog-sidebar summary {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) 18px 14px;
  align-items: center;
  min-height: 45px;
  padding: 8px 11px;
  gap: 7px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  list-style: none;
}

.jm-catalog-sidebar summary::-webkit-details-marker {
  display: none;
}

.jm-catalog-sidebar summary.is-active {
  color: var(--teal-dark);
  background: #edf5fb;
}

.jm-catalog-sidebar summary > svg:first-child {
  color: var(--green);
}

.jm-catalog-sidebar summary > svg:last-child {
  transition: transform 160ms ease;
}

.jm-catalog-sidebar details[open] summary > svg:last-child {
  transform: rotate(180deg);
}

.jm-catalog-sidebar summary small {
  color: #898d86;
  text-align: right;
  font-size: 9px;
}

.jm-catalog-sidebar details > div {
  padding: 4px 0 8px 33px;
  background: #fff;
  border-top: 1px solid #dfe0db;
}

.jm-catalog-sidebar details > div > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 4px 10px 4px 0;
  color: #686c66;
  font-size: 10px;
}

.jm-catalog-sidebar details > div > a:hover,
.jm-catalog-sidebar details > div > a.is-active {
  color: var(--teal-dark);
}

.jm-catalog-sidebar details > div > a.is-active {
  font-weight: 800;
}

.jm-catalog-sidebar details > div > .jm-sidebar-line-link {
  color: #353934;
  font-weight: 800;
}

.jm-catalog-sidebar a small {
  color: #969a93;
  font-size: 8px;
}

.jm-directory-main {
  min-width: 0;
}

.jm-catalog-search {
  position: sticky;
  z-index: 8;
  top: calc(var(--header-height) + 10px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px auto;
  align-items: center;
  min-height: 58px;
  margin-bottom: 38px;
  background: #fff;
  border: 1px solid #c8cac4;
  box-shadow: 0 8px 20px rgba(32, 34, 31, 0.05);
}

.jm-catalog-search label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  height: 56px;
  padding: 0 15px;
  gap: 10px;
}

.jm-catalog-search label svg {
  color: var(--teal-dark);
}

.jm-catalog-search input {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.jm-catalog-search > button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #777b74;
  background: transparent;
  border: 0;
}

.jm-catalog-search > span {
  padding: 0 15px;
  color: #777b74;
  border-left: 1px solid var(--line);
  font-size: 10px;
  white-space: nowrap;
}

.jm-search-empty {
  margin-bottom: 45px;
  padding: 34px;
  background: #f5f5f2;
  border: 1px solid var(--line);
  text-align: center;
}

.jm-search-empty strong {
  font-family: var(--font-display);
  font-size: 22px;
}

.jm-search-empty p {
  margin: 8px 0 20px;
  color: var(--muted);
}

.jm-directory-line {
  margin-bottom: 70px;
}

.jm-directory-line > header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 24px;
  padding-bottom: 20px;
  gap: 18px;
  border-bottom: 2px solid #343833;
}

.jm-directory-line > header > span {
  color: var(--teal-dark);
  font-family: var(--font-display);
  font-size: 24px;
}

.jm-directory-line > header small {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 800;
}

.jm-directory-line > header h2 {
  margin: 3px 0 5px;
  font-size: 30px;
}

.jm-directory-line > header p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.jm-directory-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.jm-directory-category {
  min-width: 0;
  background: #fff;
  border: 1px solid #d0d2cc;
  border-top: 3px solid var(--green);
}

.jm-directory-category-head {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) 16px;
  min-height: 135px;
  padding: 13px;
  gap: 14px;
  background: #f6f6f3;
  border-bottom: 1px solid var(--line);
}

.jm-directory-thumb {
  display: block;
  width: 116px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e8e4;
}

.jm-directory-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jm-directory-category-head small {
  color: var(--teal-dark);
  font-size: 9px;
}

.jm-directory-category-head h3 {
  margin: 3px 0 6px;
  font-size: 19px;
}

.jm-directory-category-head p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jm-directory-category-head > svg {
  color: var(--teal-dark);
}

.jm-product-name-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 14px;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  gap: 8px;
  border-bottom: 1px solid #e2e3de;
  font-size: 11px;
}

.jm-product-name-list a:last-child {
  border-bottom: 0;
}

.jm-product-name-list a:hover {
  color: var(--teal-dark);
  background: #f1f7fb;
}

.jm-product-name-list small {
  color: #90948c;
  font-size: 8px;
}

.jm-spec-section {
  background: #f0f1ed;
  border-top: 1px solid var(--line);
}

.jm-spec-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 35px;
}

.jm-spec-table {
  background: #fff;
  border-top: 2px solid #343833;
}

.jm-spec-table > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 64px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.jm-spec-table strong,
.jm-spec-table span {
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

.jm-spec-table strong {
  background: #eceee9;
  border-right: 1px solid var(--line);
  font-size: 12px;
}

.jm-spec-table span {
  color: #555a53;
  font-size: 12px;
}

.jm-brand-panel {
  padding: 28px;
  color: #fff;
  background: var(--green);
}

.jm-brand-panel .eyebrow {
  color: #e0b19c;
}

.jm-brand-panel h3 {
  margin: 10px 0 20px;
  font-size: 24px;
}

.jm-brand-panel > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.jm-brand-panel > div span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 8px;
  gap: 5px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 10px;
}

.jm-brand-panel > p {
  margin: 20px 0 16px;
  color: #d8ddd7;
  font-size: 11px;
}

.jm-brand-panel .text-link {
  color: #fff;
}

.jm-category-product-group {
  margin-bottom: 76px;
}

.jm-category-product-group > header {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 24px;
  padding-bottom: 16px;
  gap: 16px;
  border-bottom: 2px solid #343833;
}

.jm-category-product-group > header > span {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
}

.jm-category-product-group > header h2 {
  margin: 0 0 5px;
  font-size: 29px;
}

.jm-category-product-group > header p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.jm-category-product-group .jm-product-grid,
.jm-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jm-condition-note {
  display: flex;
  align-items: flex-start;
  margin: 18px 0 0;
  padding: 13px 15px;
  gap: 8px;
  color: #28516f;
  background: #eaf3fa;
  border-left: 3px solid var(--teal-dark);
  font-size: 11px;
}

.jm-condition-note svg {
  flex: 0 0 auto;
  margin-top: 3px;
}

.jm-category-answer {
  margin-bottom: 38px;
  padding: 28px;
  background: #f4f5f1;
  border: 1px solid var(--line);
  border-top: 3px solid var(--green);
}

.jm-category-answer h2 {
  margin: 10px 0 12px;
  font-size: 30px;
}

.jm-category-answer > p {
  color: var(--muted);
}

.jm-category-answer > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.jm-category-answer > div span {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  padding: 12px;
  gap: 7px;
  color: #555a53;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 10px;
}

.jm-category-answer > div svg {
  color: var(--teal-dark);
}

.jm-related-categories {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 2px solid #343833;
}

.jm-related-categories h2 {
  font-size: 25px;
}

.jm-related-categories > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.jm-related-categories a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 10px 13px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.jm-related-categories a:hover {
  color: var(--teal-dark);
  background: #f1f7fb;
}

.jm-product-detail-hero {
  padding: 66px 0 76px;
  background: #f3f4f0;
  border-bottom: 1px solid var(--line);
}

.jm-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 70px;
  align-items: start;
}

.jm-product-main-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cdd0c9;
}

.jm-product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jm-product-main-image .catalog-image-note {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  justify-content: center;
}

.jm-gallery-notice {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  margin-top: 12px;
  padding: 12px;
  gap: 8px;
  color: #696e67;
  background: #e9eae6;
  font-size: 10px;
}

.jm-gallery-notice svg {
  color: var(--teal-dark);
}

.jm-product-summary {
  padding-top: 8px;
}

.jm-product-code {
  display: inline-flex;
  padding: 5px 8px;
  color: #fff;
  background: var(--green);
  font-size: 10px;
  font-weight: 700;
}

.jm-product-category {
  margin: 18px 0 6px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
}

.jm-product-summary h1 {
  margin: 0 0 18px;
  font-size: 44px;
}

.jm-product-lead {
  color: #555a53;
  font-size: 16px;
  line-height: 1.85;
}

.jm-status-row {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
  gap: 7px;
}

.jm-status-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 9px;
  gap: 5px;
  color: #48584e;
  background: #e7ece7;
  border: 1px solid #cdd7cf;
  border-radius: 2px;
  font-size: 10px;
}

.jm-product-app {
  padding: 17px 0;
  border-top: 1px solid #cfd1cb;
  border-bottom: 1px solid #cfd1cb;
}

.jm-product-app strong {
  font-size: 12px;
}

.jm-product-app p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.jm-detail-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 28px 0 12px;
  gap: 9px;
}

.jm-summary-helper {
  color: #797d76;
  font-size: 10px;
}

.jm-detail-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(290px, 0.6fr);
  gap: 70px;
}

.jm-detail-columns h2 {
  margin: 10px 0 24px;
  font-size: 32px;
}

.jm-detail-spec-table {
  border-top: 2px solid #343833;
}

.jm-detail-spec-table > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.jm-detail-spec-table strong,
.jm-detail-spec-table span {
  padding: 14px 15px;
}

.jm-detail-spec-table strong {
  background: #eff0ec;
  border-right: 1px solid var(--line);
  font-size: 11px;
}

.jm-detail-spec-table span {
  color: #575c55;
  font-size: 11px;
}

.jm-detail-columns aside {
  align-self: start;
  padding: 28px;
  background: #f1f2ee;
  border-top: 4px solid var(--green);
}

.jm-detail-columns aside h2 {
  font-size: 25px;
}

.jm-detail-columns aside ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.jm-detail-columns aside li {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  padding: 10px 0;
  gap: 7px;
  border-bottom: 1px solid #d2d4ce;
  color: #555a53;
  font-size: 11px;
}

.jm-detail-columns aside li svg {
  margin-top: 3px;
  color: var(--teal-dark);
}

.jm-related-products {
  background: #f2f3ef;
}

.plain-hero,
.not-found {
  background: #30342f;
}

.mobile-action-bar .is-primary {
  background: var(--teal-dark);
}

@media (max-width: 1180px) {
  .factory-topline .shell span:nth-child(2) {
    display: none;
  }

  .jm-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jm-capability-copy {
    padding-left: 48px;
  }

  .jm-intro-grid {
    gap: 60px;
  }

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

  .jm-category-product-group .jm-product-grid,
  .jm-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  h2 {
    font-size: 35px;
  }

  .section {
    padding: 82px 0;
  }

  .jm-home-hero {
    height: 610px;
    min-height: 560px;
  }

  .jm-hero-copy {
    width: 76%;
  }

  .jm-hero-copy h1 {
    font-size: 60px;
  }

  .jm-fact-strip .shell > div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 112px;
    gap: 2px;
  }

  .jm-intro-grid,
  .jm-history-grid,
  .jm-product-detail-grid,
  .jm-detail-columns {
    grid-template-columns: 1fr;
  }

  .jm-intro-grid,
  .jm-history-grid,
  .jm-product-detail-grid,
  .jm-detail-columns {
    gap: 45px;
  }

  .jm-intro-aside {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: center;
    gap: 8px 24px;
  }

  .jm-intro-aside .jm-stamp {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .jm-intro-aside blockquote,
  .jm-intro-aside p {
    margin: 0;
  }

  .jm-line-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jm-line-tabs button:nth-child(3) {
    border-right: 0;
  }

  .jm-line-tabs button:nth-child(n + 4) {
    border-top: 1px solid #c9cbc5;
  }

  .jm-category-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .jm-capability-grid {
    grid-template-columns: 1fr;
  }

  .jm-capability-media {
    min-height: 460px;
    margin-right: calc((100vw - min(100vw - 48px, var(--shell))) / -2);
  }

  .jm-capability-copy {
    padding: 65px 0;
  }

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

  .jm-catalog-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
  }

  .jm-sidebar-head,
  .jm-sidebar-all {
    grid-column: 1 / -1;
  }

  .jm-catalog-sidebar details:nth-of-type(odd) {
    border-right: 1px solid #d0d2cc;
  }

  .jm-catalog-search {
    top: calc(var(--header-height) + 8px);
  }

  .jm-spec-grid {
    grid-template-columns: 1fr;
  }

  .jm-product-summary {
    padding-top: 0;
  }

  .jm-detail-columns aside {
    max-width: none;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
  }

  .factory-topline {
    height: 30px;
  }

  .factory-topline .shell {
    width: calc(100% - 24px);
    justify-content: center;
    font-size: 9px;
  }

  .factory-topline .shell span:nth-child(3) {
    display: none;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .section {
    padding: 66px 0;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section-head h2,
  h2 {
    font-size: 30px;
  }

  .jm-home-hero {
    height: 520px;
    min-height: 520px;
  }

  .jm-home-hero .hero-media {
    object-position: 64% center;
  }

  .jm-hero-shade,
  .jm-catalog-hero .jm-hero-shade {
    background: rgba(28, 30, 27, 0.76);
  }

  .jm-hero-copy {
    width: 100%;
  }

  .jm-hero-copy h1 {
    margin-top: 17px;
    font-size: 46px;
  }

  .jm-hero-copy h2 {
    font-size: 23px;
  }

  .jm-hero-copy > p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.7;
  }

  .jm-hero-copy .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .jm-hero-copy .hero-actions .button {
    min-width: 0;
    padding: 0 10px;
    font-size: 12px;
  }

  .jm-hero-proof {
    margin-top: 20px;
    gap: 10px 14px;
    font-size: 10px;
  }

  .jm-hero-inner > .catalog-image-note {
    right: auto;
    bottom: 8px;
    left: 0;
    font-size: 8px;
  }

  .jm-fact-strip .shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jm-fact-strip .shell > div {
    min-height: 82px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .jm-fact-strip .shell > div:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .jm-fact-strip strong {
    font-size: 22px;
  }

  .keyword-band-inner {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .jm-intro-grid {
    gap: 34px;
  }

  .jm-intro-copy .intro-lead {
    font-size: 16px;
  }

  .jm-intro-aside {
    display: block;
    padding: 25px;
  }

  .jm-intro-aside .jm-stamp {
    width: 110px;
    height: 110px;
    margin-bottom: 22px;
  }

  .jm-intro-aside blockquote {
    margin-bottom: 8px;
  }

  .jm-line-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .jm-line-tabs button,
  .jm-line-tabs button:nth-child(3) {
    border-right: 1px solid #c9cbc5;
    border-top: 1px solid #c9cbc5;
  }

  .jm-line-tabs button:nth-child(odd) {
    border-right: 1px solid #c9cbc5;
  }

  .jm-line-tabs button:nth-child(even) {
    border-right: 0;
  }

  .jm-line-tabs button:first-child,
  .jm-line-tabs button:nth-child(2) {
    border-top: 0;
  }

  .jm-line-tabs button:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .jm-line-panel {
    padding: 22px 16px;
  }

  .jm-line-summary {
    display: block;
  }

  .jm-line-summary .text-link {
    margin-top: 13px;
  }

  .jm-line-summary h3 {
    font-size: 25px;
  }

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

  .jm-product-grid,
  .jm-category-product-group .jm-product-grid,
  .jm-category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .jm-product-copy {
    padding: 12px;
  }

  .jm-product-copy > strong {
    font-size: 15px;
  }

  .jm-product-copy p {
    display: -webkit-box;
    margin: 7px 0 13px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .jm-product-copy > span {
    font-size: 9px;
  }

  .jm-capability-media {
    min-height: 350px;
    margin-right: calc((100vw - min(100vw - 32px, var(--shell))) / -2);
    margin-left: calc((100vw - min(100vw - 32px, var(--shell))) / -2);
  }

  .jm-capability-copy {
    padding: 52px 0;
  }

  .jm-capability-copy h2 {
    font-size: 30px;
  }

  .jm-equipment-list > div {
    min-height: 138px;
    padding: 15px;
  }

  .jm-equipment-list strong {
    font-size: 16px;
  }

  .jm-history-grid {
    gap: 30px;
  }

  .jm-history-grid li {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 14px 0;
  }

  .jm-history-grid li > p {
    grid-column: 2;
  }

  .jm-catalog-hero {
    height: 420px;
  }

  .jm-catalog-hero-inner > div:first-child {
    width: 100%;
  }

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

  .jm-catalog-hero p {
    font-size: 14px;
  }

  .jm-catalog-stats > span {
    min-width: 90px;
    padding: 0 13px;
  }

  .jm-catalog-stats strong {
    font-size: 20px;
  }

  .jm-catalog-hero-inner > .catalog-image-note {
    right: auto;
    bottom: 10px;
    left: 0;
    font-size: 8px;
  }

  .breadcrumbs {
    min-height: 48px;
  }

  .jm-directory-section {
    padding-top: 45px;
  }

  .jm-catalog-sidebar {
    display: block;
  }

  .jm-catalog-sidebar details:nth-of-type(odd) {
    border-right: 0;
  }

  .jm-catalog-search {
    position: relative;
    top: auto;
    grid-template-columns: minmax(0, 1fr) 40px;
    margin-bottom: 30px;
  }

  .jm-catalog-search > span {
    grid-column: 1 / -1;
    padding: 7px 13px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .jm-directory-line {
    margin-bottom: 54px;
  }

  .jm-directory-line > header {
    grid-template-columns: 35px minmax(0, 1fr);
    align-items: start;
  }

  .jm-directory-line > header .button {
    grid-column: 2;
    justify-self: start;
    min-height: 38px;
  }

  .jm-directory-line > header h2 {
    font-size: 25px;
  }

  .jm-directory-categories {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .jm-directory-category-head {
    grid-template-columns: 92px minmax(0, 1fr) 15px;
    min-height: 116px;
  }

  .jm-directory-thumb {
    width: 92px;
  }

  .jm-spec-table > div,
  .jm-detail-spec-table > div {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .jm-spec-table strong,
  .jm-spec-table span,
  .jm-detail-spec-table strong,
  .jm-detail-spec-table span {
    padding: 11px;
    font-size: 10px;
    overflow-wrap: anywhere;
  }

  .jm-category-product-group {
    margin-bottom: 58px;
  }

  .jm-category-product-group > header {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .jm-category-product-group > header .text-link {
    grid-column: 2;
    justify-self: start;
  }

  .jm-category-answer {
    padding: 21px;
  }

  .jm-category-answer h2 {
    font-size: 26px;
  }

  .jm-category-answer > div {
    grid-template-columns: 1fr;
  }

  .jm-related-categories > div {
    grid-template-columns: 1fr 1fr;
  }

  .jm-product-detail-hero {
    padding: 42px 0 58px;
  }

  .jm-product-detail-grid {
    gap: 32px;
  }

  .jm-product-summary h1 {
    font-size: 34px;
  }

  .jm-product-lead {
    font-size: 14px;
  }

  .jm-detail-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .jm-detail-actions .button {
    min-width: 0;
    padding: 0 10px;
    font-size: 11px;
  }

  .jm-detail-columns {
    gap: 38px;
  }

  .jm-detail-columns h2 {
    font-size: 27px;
  }

  .footer-grid {
    gap: 34px;
  }
}

@media (max-width: 390px) {
  .jm-hero-copy h1 {
    font-size: 41px;
  }

  .jm-hero-copy h2 {
    font-size: 21px;
  }

  .jm-product-grid,
  .jm-category-product-group .jm-product-grid,
  .jm-category-grid {
    grid-template-columns: 1fr;
  }

  .jm-related-categories > div {
    grid-template-columns: 1fr;
  }
}
