/* COMBINED-20260921-V74 — scoped integration layer. */
#airjet-specs,
#airjet-guides {
  --airjet-ink: #10243a;
  --airjet-navy: #071f58;
  --airjet-blue: #0b63ce;
  --airjet-sky: #edf6ff;
  --airjet-line: #d6e2ef;
  --airjet-muted: #5b6d81;
  --airjet-twill-surface: repeating-linear-gradient(45deg, rgba(11, 63, 115, 0.022) 0 1px, transparent 1px 15px), repeating-linear-gradient(-45deg, rgba(11, 63, 115, 0.012) 0 1px, transparent 1px 15px), linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  --airjet-twill-page: repeating-linear-gradient(45deg, rgba(11, 63, 115, 0.018) 0 1px, transparent 1px 15px), repeating-linear-gradient(-45deg, rgba(11, 63, 115, 0.009) 0 1px, transparent 1px 15px), linear-gradient(180deg, #f8fbfe 0%, #eef5fb 100%);
}

.product-detail-panels {
  width: min(1240px, 100%);
  max-width: none;
  margin-inline: auto;
}

.integrated-guide-hubs {
  display: grid;
  gap: clamp(18px, 2.8vw, 30px);
  width: min(1240px, calc(100% - 32px));
  margin: clamp(34px, 5vw, 62px) auto 0;
}

.integrated-guide-hubs > section {
  margin: 0;
  border: 1px solid rgba(22, 75, 126, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(10, 34, 76, 0.075);
}

.integrated-guide-hubs .guide-language-note {
  grid-column: 1 / -1;
  margin: 0 0 12px;
  color: #5b6d81;
  font-size: 13px;
  line-height: 1.55;
}

#airjet-specs .protected-image-frame,
#waterjet-specs .protected-image-frame,
#airjet-specs .airjet-primary-overview {
  background: #eef3f8;
}

#airjet-specs img,
#waterjet-specs img {
  max-inline-size: 100%;
}

#airjet-specs .visual-card,
#waterjet-specs .visual-card,
#airjet-specs .system-card,
#waterjet-specs .system-card {
  min-width: 0;
}

@media (max-width: 760px) {
  .product-detail-panels {
    width: 100%;
  }

  .integrated-guide-hubs {
    width: min(100% - 20px, 680px);
    gap: 14px;
  }

  .integrated-guide-hubs > section {
    border-radius: 14px;
  }

  #airjet-specs,
  #waterjet-specs {
    overflow-x: clip;
  }

  #airjet-specs .visual-card-grid,
  #waterjet-specs .visual-card-grid,
  #airjet-specs .component-grid,
  #waterjet-specs .component-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #airjet-specs .visual-card img,
  #waterjet-specs .visual-card img,
  #airjet-specs .protected-image-frame img,
  #waterjet-specs .protected-image-frame img {
    inline-size: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .integrated-guide-hubs a,
  #airjet-specs *,
  #waterjet-specs * {
    scroll-behavior: auto !important;
  }
}

/* Imported air-jet product rules, scoped to the air panel. */
.buyer-knowledge {
position: relative;
  z-index: 2;
  padding: 48px clamp(18px, 4vw, 48px);
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(237, 246, 255, 0.92)),
    var(--airjet-twill-page);
  border-block: 1px solid rgba(11, 99, 206, 0.14);
  box-shadow: inset 0 0 30px rgba(11, 99, 206, 0.045);
}

.buyer-knowledge__inner {
width: min(1120px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(245px, 0.7fr) minmax(0, 1.7fr);
  gap: 34px;
  align-items: start;
}

.buyer-knowledge__intro .eyebrow {
margin: 0 0 9px;
  color: #b3132a;
}

.buyer-knowledge__intro h2 {
margin: 0;
  color: var(--airjet-navy);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -0.027em;
  text-wrap: balance;
}

.buyer-knowledge__intro > p:last-child {
margin: 13px 0 0;
  color: var(--airjet-muted);
  font-size: 14px;
  line-height: 1.65;
}

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

.buyer-guide-card {
display: block;
  min-width: 0;
  min-height: 148px;
  padding: 17px 18px;
  color: inherit;
  border: 1px solid rgba(11, 99, 206, 0.17);
  border-inline-end: 4px solid var(--airjet-blue);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 15px rgba(7, 31, 88, 0.045);
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.page-ar .buyer-knowledge {
direction: rtl;
}

.buyer-guide-card:hover, .buyer-guide-card:focus-visible {
border-color: rgba(11, 99, 206, 0.32);
  border-inline-end-color: #b3132a;
  background: rgba(238, 246, 255, 0.97);
  box-shadow: 0 9px 20px rgba(7, 31, 88, 0.09);
  transform: translateY(-1px);
}

.buyer-guide-card:hover h3, .buyer-guide-card:focus-visible h3 {
text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.buyer-guide-card:focus-visible {
outline: 3px solid rgba(11, 99, 206, 0.22);
  outline-offset: 3px;
}

.buyer-guide-card__number {
display: block;
  margin-bottom: 7px;
  color: #b3132a;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.11em;
}

.buyer-guide-card h3 {
margin: 0;
  overflow-wrap: anywhere;
  color: var(--airjet-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.buyer-guide-card p {
margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: var(--airjet-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

@media (max-width: 860px) {
.buyer-knowledge__inner {
grid-template-columns: 1fr; gap: 23px;
}

.buyer-knowledge__intro > p:last-child {
max-width: 700px;
}
}

@media (max-width: 560px) {
.buyer-knowledge {
padding-block: 36px;
}

.buyer-knowledge__inner {
gap: 18px;
}

.buyer-knowledge__intro h2 {
font-size: clamp(25px, 7.2vw, 30px);
}

.buyer-knowledge__intro > p:last-child {
margin-top: 10px; font-size: 13px; line-height: 1.58;
}

.buyer-knowledge__grid {
grid-template-columns: 1fr; gap: 8px;
}

.buyer-guide-card {
min-height: 0; padding: 13px 14px;
}

.buyer-guide-card__number {
margin-bottom: 5px; font-size: 9px;
}

.buyer-guide-card h3 {
font-size: 16px; line-height: 1.34;
}

.buyer-guide-card p {
margin-top: 6px; font-size: 12.5px; line-height: 1.58;
}
}

#airjet-specs .config-status--standard {
display: none !important;
}

#airjet-specs {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

#airjet-specs .airjet-section-intro p:not(.eyebrow) {
max-width: 720px;
  margin-inline: auto;
}

#airjet-specs {
padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--airjet-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(16, 36, 58, 0.1);
  -webkit-user-select: text;
  user-select: text;
}

#airjet-specs .airjet-primary-overview {
--image-selection-rgb: 18, 102, 195;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(var(--image-selection-rgb), 0.7);
  background: rgba(255, 255, 255, 0.98);
  position: relative;
  z-index: 1;
  box-shadow:
    0 20px 28px -22px rgba(8, 39, 101, 0.72),
    0 17px 24px -17px rgba(var(--image-selection-rgb), 0.66),
    inset 0 -3px 0 rgba(var(--image-selection-rgb), 0.15),
    inset 0 0 0 1px rgba(var(--image-selection-rgb), 0.1);
}

#airjet-specs .airjet-primary-overview.is-image-selectable {
cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

#airjet-specs .airjet-primary-overview.is-image-selectable:focus-visible {
outline: 3px solid rgba(var(--image-selection-rgb), 0.3);
  outline-offset: -4px;
}

#airjet-specs .airjet-primary-overview.is-image-selectable.is-image-selected {
border-bottom-color: rgba(var(--image-selection-rgb), 0.7);
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 20px 28px -22px rgba(8, 39, 101, 0.72),
    0 17px 24px -17px rgba(var(--image-selection-rgb), 0.66),
    inset 0 -3px 0 rgba(var(--image-selection-rgb), 0.15),
    inset 0 0 0 1px rgba(var(--image-selection-rgb), 0.1);
}

#airjet-specs .airjet-primary-overview img {
display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1448 / 814;
  object-fit: cover;
  object-position: center;
}

#airjet-specs .airjet-product-body {
padding: clamp(34px, 4.6vw, 62px);
  background: var(--airjet-twill-surface);
}

#airjet-specs .airjet-product-intro {
max-width: 920px;
  margin: 0 auto;
}

#airjet-specs .airjet-product-intro .eyebrow {
margin: 0 0 12px;
  color: var(--airjet-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#airjet-specs .airjet-product-intro h3 {
max-width: 18ch;
  margin: 0;
  color: var(--airjet-navy);
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

#airjet-specs .airjet-product-intro > p:not(.eyebrow) {
max-width: 72ch;
  margin: 16px 0 0;
  color: var(--airjet-muted);
  font-size: 17px;
  line-height: 1.72;
}

#airjet-specs .airjet-product-intro .airjet-intro-lead {
color: #33465d;
  font-size: clamp(18px, 1.65vw, 21px);
  line-height: 1.7;
}

#airjet-specs .airjet-product-intro .airjet-layout-note {
padding-left: 16px;
  color: #64768a;
  font-size: 14px;
  border-left: 3px solid #b8cfe7;
}

#airjet-specs .airjet-facts-grid {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: clamp(34px, 4.5vw, 54px) 0 0;
}

#airjet-specs .airjet-facts-grid > div {
min-width: 0;
  padding: 20px;
  border: 1px solid var(--airjet-line);
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff, #f3f8fe);
}

#airjet-specs .airjet-facts-grid dt {
color: var(--airjet-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

#airjet-specs .airjet-facts-grid dd {
margin: 9px 0 0;
}

#airjet-specs .airjet-facts-grid strong, #airjet-specs .airjet-facts-grid dd span {
display: block;
}

#airjet-specs .airjet-facts-grid strong {
color: var(--airjet-ink);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.2;
}

#airjet-specs .airjet-facts-grid dd span {
margin-top: 8px;
  color: var(--airjet-muted);
  font-size: 14px;
  line-height: 1.55;
}

#airjet-specs .detail-section-title {
grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  margin-top: clamp(52px, 6vw, 76px);
}

#airjet-specs .detail-section-title > span {
width: 44px;
  height: 44px;
  border-radius: 10px;
  font-size: 13px;
}

#airjet-specs .detail-section-title h4 {
color: var(--airjet-navy);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.18;
}

#airjet-specs .detail-section-title p {
max-width: 760px;
  color: var(--airjet-muted);
  font-size: 16px;
  line-height: 1.65;
}

#airjet-specs .shaft-tech {
margin-top: 22px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 12px;
  box-shadow: none;
}

#airjet-specs .shaft-banner figcaption dl, #airjet-specs .shaft-real-photo-card figcaption ul {
display: none;
}

#airjet-specs .airjet-system-sequence {
margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
}

#airjet-specs .component-system-group {
margin-top: clamp(40px, 5vw, 60px);
}

#airjet-specs .component-system-heading {
max-width: 760px;
  margin: 0 0 18px;
}

#airjet-specs .component-system-heading h5 {
margin: 0;
  color: var(--airjet-navy);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
}

#airjet-specs .component-system-heading p {
margin: 8px 0 0;
  color: var(--airjet-muted);
  font-size: 15px;
  line-height: 1.65;
}

#airjet-specs .airjet-machine-view-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#airjet-specs .visual-card {
border-color: var(--airjet-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 36, 58, 0.065);
}

#airjet-specs .visual-card > div:not(.dual-component-image) {
padding: 18px 20px 22px;
}

#airjet-specs .visual-card h5 {
color: var(--airjet-navy);
  font-size: 19px;
  line-height: 1.28;
}

#airjet-specs .visual-card p {
color: var(--airjet-muted);
  font-size: 15px;
  line-height: 1.62;
}

#airjet-specs .visual-card-grid-airjet-components {
grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#airjet-specs .visual-card-grid-airjet-components .visual-card img, #airjet-specs .dual-component-image {
aspect-ratio: 16 / 10;
}

#airjet-specs .spec-layout-unified {
grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 22px;
}

#airjet-specs .spec-block {
padding: 0;
  overflow: hidden;
  border: 1px solid var(--airjet-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

#airjet-specs .spec-block > h4 {
padding: 22px 24px;
  color: #fff;
  background: linear-gradient(135deg, #0c559e, #071f58);
  font-size: 20px;
}

#airjet-specs .spec-table {
gap: 0;
  margin: 0;
}

#airjet-specs .spec-table > div {
display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 16px 24px;
  border: 0;
  border-top: 1px solid #e3ebf4;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

#airjet-specs .spec-table > div:nth-child(odd) {
background: #f7faff;
}

#airjet-specs .spec-table .spec-table-columns {
color: #52667d;
  background: #edf4fb;
  border-top: 0;
}

#airjet-specs .spec-table .spec-table-columns span, #airjet-specs .spec-table .spec-table-columns p {
color: #52667d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#airjet-specs .spec-table span {
color: #0b5fb7;
  font-size: 13px;
  line-height: 1.45;
}

#airjet-specs .spec-table p {
color: #34475e;
  font-size: 15px;
  line-height: 1.62;
}

#airjet-specs .quality-strip {
margin-top: 22px;
}

#airjet-specs .quality-strip > div {
padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid var(--airjet-line);
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff, #f2f7fd);
  box-shadow: none;
}

#airjet-specs .quality-strip li {
color: #3d5067;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1040px) {
#airjet-specs .visual-card-grid-airjet-components {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

#airjet-specs .shaft-intro, #airjet-specs .shaft-feature-grid, #airjet-specs .shaft-real-photo-card {
grid-template-columns: 1fr;
}

#airjet-specs .shaft-real-photo-card figcaption {
border-top: 1px solid var(--airjet-line);
    border-left: 0;
}

#airjet-specs .shaft-media-stack {
order: 1;
}

#airjet-specs .shaft-real-photo-card {
order: 2;
}

#airjet-specs .shaft-benefits {
order: 3;
}
}

@media (max-width: 760px) {
#airjet-specs .airjet-facts-grid, #airjet-specs .airjet-machine-view-grid, #airjet-specs .visual-card-grid-airjet-components {
grid-template-columns: 1fr;
}

#airjet-specs .airjet-product-body {
padding: 30px 20px 38px;
}

#airjet-specs .airjet-product-intro h3 {
font-size: clamp(32px, 10vw, 42px);
}

#airjet-specs .airjet-product-intro > p:not(.eyebrow) {
font-size: 16px;
    line-height: 1.68;
}

#airjet-specs .airjet-product-intro .airjet-intro-lead {
font-size: 18px;
}

#airjet-specs .airjet-facts-grid {
gap: 10px;
    margin-top: 30px;
}

#airjet-specs .airjet-facts-grid > div {
padding: 17px 18px;
}

#airjet-specs .detail-section-title {
grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    margin-top: 40px;
}

#airjet-specs .detail-section-title > span {
width: 38px;
    height: 38px;
}

#airjet-specs .detail-section-title h4 {
font-size: 25px;
}

#airjet-specs .detail-section-title p {
font-size: 15px;
}

#airjet-specs .shaft-tech {
padding: 18px;
}

#airjet-specs .component-system-group {
margin-top: 38px;
}

#airjet-specs .spec-block > h4 {
padding: 18px;
}

#airjet-specs .spec-table > div {
grid-template-columns: 1fr;
    gap: 7px;
    padding: 15px 18px;
}

#airjet-specs .spec-table .spec-table-columns {
display: none;
}

#airjet-specs .spec-table span {
font-size: 13px;
}

#airjet-specs .spec-table p {
font-size: 15px;
}
}

#airjet-specs .airjet-product-intro + .detail-section-title {
margin-top: clamp(22px, 2.2vw, 28px);
}

#airjet-specs .detail-section-title + .shaft-tech {
margin-top: 16px;
}

#airjet-specs .shaft-tech + .airjet-frame-feature {
margin-top: clamp(20px, 2vw, 26px);
}

#airjet-specs .airjet-frame-feature + .airjet-facts-grid {
margin-top: clamp(22px, 2.2vw, 28px);
}

#airjet-specs .airjet-facts-grid + .detail-section-title {
margin-top: clamp(30px, 3vw, 38px);
}

@media (max-width: 760px) {
#airjet-specs .airjet-product-intro + .detail-section-title {
margin-top: 22px;
}

#airjet-specs .detail-section-title + .shaft-tech {
margin-top: 14px;
}

#airjet-specs .shaft-tech + .airjet-frame-feature {
margin-top: 18px;
}

#airjet-specs .airjet-frame-feature + .airjet-facts-grid {
margin-top: 20px;
}

#airjet-specs .airjet-facts-grid + .detail-section-title {
margin-top: 30px;
}
}

@media (max-width: 420px) {
#airjet-specs {
border-radius: 12px;
}

#airjet-specs .airjet-product-body {
padding-inline: 18px;
}
}

#airjet-specs .airjet-section-intro .eyebrow {
grid-area: eyebrow;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.07em;
}

#airjet-specs .airjet-section-intro p:not(.eyebrow) {
grid-area: copy;
  max-width: none;
  margin: 0;
  align-self: end;
  font-size: 16px;
  line-height: 1.62;
}

@media (max-width: 980px) {
#airjet-specs .airjet-section-intro .eyebrow {
margin-bottom: 8px;
}

#airjet-specs .airjet-section-intro p:not(.eyebrow) {
margin-top: 10px;
}
}

#airjet-specs .airjet-product-body {
padding: clamp(24px, 2.3vw, 30px) clamp(30px, 3.6vw, 48px) clamp(28px, 2.6vw, 36px);
}

#airjet-specs .airjet-product-intro {
max-width: 880px;
}

#airjet-specs .airjet-product-intro h3 {
font-size: clamp(32px, 3.35vw, 44px);
}

#airjet-specs .airjet-product-intro > p:not(.eyebrow) {
margin-top: 10px;
  font-size: 16px;
  line-height: 1.58;
}

#airjet-specs .airjet-product-intro .airjet-intro-lead {
font-size: clamp(16.5px, 1.35vw, 18px);
  line-height: 1.58;
}

#airjet-specs .airjet-product-intro .airjet-layout-note {
font-size: 13.5px;
  line-height: 1.5;
}

#airjet-specs .airjet-frame-feature {
display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: stretch;
  margin-top: clamp(20px, 2vw, 26px);
  overflow: hidden;
  border: 1px solid var(--airjet-line);
  border-radius: 14px;
  background: #fff;
}

#airjet-specs .airjet-frame-feature-media {
min-width: 0;
  background: #eef3f8;
}

#airjet-specs .airjet-frame-feature-media img {
display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

#airjet-specs .airjet-frame-feature-copy {
display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.5vw, 46px);
  background: linear-gradient(145deg, #ffffff, #f3f8fe);
}

#airjet-specs .airjet-frame-feature-copy > span {
width: fit-content;
  color: var(--airjet-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

#airjet-specs .airjet-frame-feature-copy h4 {
max-width: 18ch;
  margin: 12px 0 0;
  color: var(--airjet-navy);
  font-size: clamp(27px, 2.6vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

#airjet-specs .airjet-frame-feature-copy p {
max-width: 50ch;
  margin: 15px 0 0;
  color: var(--airjet-muted);
  font-size: 15.5px;
  line-height: 1.65;
}

#airjet-specs .airjet-frame-feature-copy small {
display: block;
  margin-top: 16px;
  padding-top: 14px;
  color: #687a8d;
  font-size: 12.5px;
  line-height: 1.5;
  border-top: 1px solid #dce6f0;
}

#airjet-specs .airjet-facts-grid {
gap: 12px;
  margin-top: clamp(22px, 2.2vw, 28px);
}

#airjet-specs .airjet-facts-grid > div {
padding: 17px 18px;
}

#airjet-specs .airjet-facts-grid strong {
font-size: clamp(17px, 1.5vw, 21px);
}

#airjet-specs .airjet-facts-grid dd span {
margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.48;
}

#airjet-specs .detail-section-title {
margin-top: clamp(30px, 3vw, 38px);
}

#airjet-specs .detail-section-title h4 {
font-size: clamp(25px, 2.25vw, 31px);
}

#airjet-specs .detail-section-title p {
margin-top: 4px;
  font-size: 15px;
  line-height: 1.55;
}

#airjet-specs .shaft-tech, #airjet-specs .airjet-system-sequence, #airjet-specs .spec-layout-unified, #airjet-specs .quality-strip {
margin-top: 16px;
}

#airjet-specs .component-system-group {
margin-top: clamp(30px, 3.8vw, 42px);
}

#airjet-specs .component-system-heading {
margin-bottom: 14px;
}

#airjet-specs .component-system-heading h5 {
font-size: clamp(21px, 1.8vw, 26px);
}

#airjet-specs .component-system-heading p {
margin-top: 5px;
  font-size: 14.5px;
  line-height: 1.55;
}

#airjet-specs .visual-card-grid-airjet-components {
gap: 14px;
}

#airjet-specs .visual-card > div:not(.dual-component-image) {
padding: 15px 17px 18px;
}

#airjet-specs .visual-card h5 {
font-size: 18px;
}

#airjet-specs .visual-card p {
font-size: 14px;
  line-height: 1.55;
}

#airjet-specs .spec-layout-unified {
gap: 18px;
}

#airjet-specs .spec-block > h4 {
padding: 18px 22px;
}

#airjet-specs .spec-table > div {
padding: 13px 22px;
}

#airjet-specs .quality-strip > div {
padding: clamp(22px, 2.8vw, 30px);
}

@media (max-width: 900px) {
#airjet-specs .airjet-frame-feature {
grid-template-columns: 1fr;
}

#airjet-specs .airjet-frame-feature-media img {
height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
}

#airjet-specs .airjet-frame-feature-copy {
padding: 28px;
}
}

@media (max-width: 760px) {
#airjet-specs .airjet-section-intro p:not(.eyebrow) {
font-size: 15px;
    line-height: 1.58;
}

#airjet-specs .airjet-product-body {
padding: 20px 18px 30px;
}

#airjet-specs .airjet-product-intro h3 {
font-size: 31px;
}

#airjet-specs .airjet-frame-feature {
margin-top: 18px;
    border-radius: 11px;
}

#airjet-specs .airjet-frame-feature-copy {
padding: 23px 20px 25px;
}

#airjet-specs .airjet-frame-feature-copy h4 {
font-size: 27px;
}

#airjet-specs .airjet-frame-feature-copy p {
font-size: 15px;
}

#airjet-specs .airjet-facts-grid {
margin-top: 24px;
}

#airjet-specs .detail-section-title {
margin-top: 34px;
}

#airjet-specs .component-system-group {
margin-top: 30px;
}
}

#airjet-specs .airjet-product-intro .airjet-layout-note {
margin-top: 10px;
}

#airjet-specs .airjet-frame-feature {
grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
}

#airjet-specs .airjet-frame-feature-media img {
min-height: 390px;
}

#airjet-specs .airjet-facts-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1080px) {
#airjet-specs .airjet-facts-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 900px) {
#airjet-specs .airjet-frame-feature {
grid-template-columns: 1fr;
}

#airjet-specs .airjet-frame-feature-media img {
min-height: 0;
}
}

@media (max-width: 760px) {
#airjet-specs .airjet-facts-grid {
grid-template-columns: 1fr;
}
}

#airjet-specs .component-system-group[data-system] {
margin-top: clamp(24px, 2.5vw, 30px);
}

#airjet-specs .visual-card-grid-airjet-components > .visual-card {
overflow: hidden;
  border-radius: 11px;
}

#airjet-specs .visual-card-grid-airjet-components > .visual-card > div:not(.dual-component-image) {
display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 14px 15px 17px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

#airjet-specs .visual-card-grid-airjet-components .visual-card h5 {
margin-top: 9px;
  font-size: 17px;
  line-height: 1.24;
}

#airjet-specs .visual-card-grid-airjet-components .visual-card p {
margin-top: 7px;
  font-size: 13.25px;
  line-height: 1.52;
}

@media (min-width: 761px) {
#airjet-specs .visual-card-grid-airjet-components {
display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 14px;
}

#airjet-specs .visual-card-grid-airjet-components > .visual-card, #airjet-specs .visual-card-grid-airjet-components > .airjet-motor-feature-card {
display: grid !important;
    width: calc((100% - 42px) / 4);
    max-width: calc((100% - 42px) / 4);
    min-width: 0;
    flex: 0 0 calc((100% - 42px) / 4);
    grid-column: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    direction: inherit;
}

#airjet-specs .visual-card-grid-airjet-components > .visual-card > img, #airjet-specs .visual-card-grid-airjet-components > .airjet-motor-feature-card > img {
display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    padding: 0;
    object-fit: cover !important;
    object-position: center;
    background: #edf3f8;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 46, 82, 0.1);
}

#airjet-specs .visual-card-grid-airjet-components > .airjet-motor-feature-card > div {
display: flex;
    justify-content: flex-start;
    padding: 14px 15px 17px;
    direction: inherit;
    text-align: start;
}

#airjet-specs .visual-card-grid-airjet-components .airjet-pressure-regulator-image {
object-position: center 31%;
}

#airjet-specs .visual-card-grid-airjet-components .airjet-touchscreen-image {
object-position: center 48%;
}
}

@media (min-width: 761px) and (max-width: 1100px) {
#airjet-specs .visual-card-grid-airjet-components > .visual-card, #airjet-specs .visual-card-grid-airjet-components > .airjet-motor-feature-card {
width: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
    flex-basis: calc((100% - 14px) / 2);
}
}

@media (max-width: 760px) {
#airjet-specs .visual-card-grid-airjet-components > .visual-card > img {
width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
}

#airjet-specs .airjet-product-intro {
width: 100%;
  max-width: none;
  margin-inline: 0;
}

#airjet-specs .airjet-product-intro h3 {
max-width: none;
}

#airjet-specs .airjet-product-intro > p:not(.eyebrow), #airjet-specs .airjet-product-intro .airjet-intro-lead, #airjet-specs .airjet-product-intro .airjet-layout-note {
width: 100%;
  max-width: none;
}

#airjet-specs .airjet-product-intro .airjet-intro-lead {
max-width: none;
}

#airjet-specs .airjet-product-intro .airjet-layout-note {
padding: 10px 16px;
  background: linear-gradient(90deg, rgba(237, 246, 255, 0.92), rgba(247, 250, 253, 0.32));
  border-left-width: 4px;
}

#airjet-specs .shaft-feature-grid {
align-items: stretch;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

#airjet-specs .shaft-media-stack, #airjet-specs .shaft-banner {
height: 100%;
}

#airjet-specs .shaft-banner {
align-items: stretch;
  padding: 14px 14px 0;
}

#airjet-specs .shaft-banner figcaption {
display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: 14px;
  padding: 18px 18px 20px;
  background: linear-gradient(145deg, #ffffff, #f3f8fe);
  border-top: 1px solid #dfe8f3;
}

#airjet-specs .shaft-banner figcaption > strong {
font-size: 18px;
}

#airjet-specs .shaft-banner figcaption > p {
max-width: 66ch;
  margin-top: 9px;
  font-size: 13.5px;
  line-height: 1.58;
}

#airjet-specs .shaft-process-steps {
display: grid;
  gap: 8px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

#airjet-specs .shaft-process-steps li {
display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 10px 12px;
  background: rgba(237, 246, 255, 0.78);
  border: 1px solid #dce8f4;
  border-radius: 8px;
}

#airjet-specs .shaft-process-steps li > span {
display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--airjet-blue);
  background: #fff;
  border: 1px solid #cbddef;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  direction: ltr;
}

#airjet-specs .shaft-process-steps strong {
display: block;
  color: var(--airjet-navy);
  font-size: 13px;
  line-height: 1.35;
}

#airjet-specs .shaft-process-steps p {
margin: 3px 0 0;
  color: var(--airjet-muted);
  font-size: 12.5px;
  line-height: 1.48;
}

#airjet-specs .shaft-benefits article {
align-content: center;
}

#airjet-specs .shaft-benefits h5 {
align-self: end;
}

#airjet-specs .shaft-benefits p {
align-self: start;
  margin-top: 5px;
}

@media (max-width: 1040px) {
#airjet-specs .shaft-feature-grid {
grid-template-columns: 1fr;
}

#airjet-specs .shaft-banner, #airjet-specs .shaft-media-stack {
height: auto;
}
}

@media (max-width: 760px) {
#airjet-specs .airjet-product-intro .airjet-intro-lead {
max-width: none;
}

#airjet-specs .airjet-product-intro .airjet-layout-note {
padding: 9px 12px;
}

#airjet-specs .shaft-banner {
padding: 0;
}

#airjet-specs .shaft-banner figcaption {
margin-top: 0;
    padding: 17px 15px 18px;
}

#airjet-specs .shaft-process-steps li {
grid-template-columns: 31px minmax(0, 1fr);
    gap: 9px;
    padding: 10px;
}
}

@media (min-width: 1041px) {
#airjet-specs .shaft-tech {
padding: clamp(26px, 2.2vw, 30px);
}

#airjet-specs .shaft-banner {
padding: 10px 10px 0;
}

#airjet-specs .shaft-banner img, #airjet-specs .shaft-banner .shaft-banner-image-frame {
display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 1;
    object-fit: cover;
    object-position: center;
}

#airjet-specs .shaft-banner .shaft-banner-image-frame > img {
height: 100%;
    object-fit: cover;
    object-position: center;
}

#airjet-specs .shaft-banner figcaption {
margin-top: 10px;
    padding: 14px 16px 16px;
}

#airjet-specs .shaft-banner figcaption > p {
margin-top: 7px;
    line-height: 1.52;
}

#airjet-specs .shaft-process-steps {
gap: 6px;
    margin-top: 10px;
}

#airjet-specs .shaft-process-steps li {
padding: 8px 10px;
}

#airjet-specs .shaft-benefits {
height: 100%;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

#airjet-specs .shaft-benefits article {
grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 12px;
    padding: 11px 13px;
}

#airjet-specs .shaft-benefits span {
width: 32px;
    height: 32px;
}

#airjet-specs .shaft-benefits h5 {
font-size: 15.5px;
    line-height: 1.25;
}

#airjet-specs .shaft-benefits p {
margin-top: 4px;
    font-size: 12.75px;
    line-height: 1.48;
}
}

#airjet-specs .shaft-real-photo-card .shaft-real-image-frame {
margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#airjet-specs .shaft-real-photo-card img {
border-radius: 0;
}

@media (max-width: 640px) {
#airjet-specs .shaft-real-photo-card img {
aspect-ratio: 16 / 8.2;
}
}

#airjet-specs .airjet-frame-feature {
grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

#airjet-specs .airjet-frame-feature-media {
position: relative;
  min-height: 340px;
  overflow: hidden;
}

#airjet-specs .airjet-frame-feature-media img {
position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 58%;
}

#airjet-specs .airjet-frame-feature-copy {
padding: clamp(24px, 2.4vw, 34px);
}

#airjet-specs .airjet-frame-feature-copy h4 {
max-width: none;
  margin-top: 9px;
  font-size: clamp(27px, 2.15vw, 32px);
  line-height: 1.12;
}

#airjet-specs .airjet-frame-feature-copy p {
margin-top: 11px;
  line-height: 1.5;
}

#airjet-specs .airjet-frame-feature-copy small {
margin-top: 12px;
  padding-top: 12px;
  line-height: 1.45;
}

@media (max-width: 900px) {
#airjet-specs .airjet-frame-feature {
grid-template-columns: 1fr;
}

#airjet-specs .airjet-frame-feature-media {
height: clamp(150px, 28vw, 240px);
    min-height: 0;
}

#airjet-specs .airjet-frame-feature-media img {
object-position: 50% 64%;
}

#airjet-specs .airjet-frame-feature-copy {
padding: clamp(20px, 3.5vw, 28px);
}
}

@media (min-width: 1041px) {
#airjet-specs .airjet-frame-feature {
grid-template-columns:
      minmax(0, 1fr)
      minmax(390px, calc(471px + clamp(26px, 2.2vw, 30px)));
}
}

@media (max-width: 1040px) {
#airjet-specs .airjet-frame-feature {
grid-template-columns: 1fr;
}
}

@media (min-width: 901px) and (max-width: 1040px) {
#airjet-specs .airjet-frame-feature {
margin-right: calc(clamp(22px, 3vw, 34px) + 1px);
}

#airjet-specs .airjet-frame-feature-media {
height: clamp(240px, 28vw, 300px);
    min-height: 0;
}

#airjet-specs .airjet-frame-feature-media img {
object-position: 50% 64%;
}
}

@media (min-width: 761px) and (max-width: 900px) {
#airjet-specs .airjet-frame-feature {
margin-right: calc(clamp(22px, 3vw, 34px) + 1px);
}
}

@media (min-width: 641px) and (max-width: 760px) {
#airjet-specs .airjet-frame-feature {
margin-right: 19px;
}
}

@media (max-width: 640px) {
#airjet-specs .airjet-frame-feature {
margin-right: 7px;
}
}

#airjet-specs .visual-card-grid-airjet-components
  > .visual-card
  > .dual-component-image {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 0 !important;
  overflow: hidden;
  direction: ltr;
  background: #edf3f8;
  border-bottom: 1px solid rgba(13, 46, 82, 0.1);
}

#airjet-specs .visual-card-grid-airjet-components
  > .visual-card
  > .dual-component-image
  > img {
display: block;
  width: 100%;
  height: 100% !important;
  min-width: 0;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center;
}

@media (min-width: 861px) {
#airjet-specs [data-system="drive"] .visual-card-grid-airjet-components {
direction: ltr;
    gap: 18px;
}

#airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .visual-card, #airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .airjet-motor-feature-card {
width: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
    flex: 0 0 calc((100% - 18px) / 2);
}

#airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .visual-card
    > img, #airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .airjet-motor-feature-card
    > img {
aspect-ratio: 16 / 9 !important;
}

#airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .visual-card
    > div {
padding: clamp(18px, 1.8vw, 24px) clamp(20px, 2vw, 26px) clamp(21px, 2vw, 27px);
}

#airjet-specs [data-system="drive"] .visual-card h5 {
font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.2;
}

#airjet-specs [data-system="drive"] .visual-card p {
margin-top: 9px;
    font-size: clamp(14px, 1.15vw, 15.5px);
    line-height: 1.58;
}

html[dir="rtl"] #airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .visual-card {
direction: rtl;
    text-align: start;
}
}

@media (max-width: 860px) {
#airjet-specs [data-system="drive"] .visual-card-grid-airjet-components {
display: grid;
    grid-template-columns: minmax(0, 1fr);
}

#airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .visual-card, #airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .airjet-motor-feature-card {
width: 100%;
    max-width: none;
    flex-basis: auto;
}

#airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .visual-card
    > img, #airjet-specs [data-system="drive"]
    .visual-card-grid-airjet-components
    > .airjet-motor-feature-card
    > img {
aspect-ratio: 16 / 9 !important;
}
}

#airjet-specs [data-component="pressure-regulators"] {
overflow: hidden;
}

#airjet-specs [data-component="pressure-regulators"]
  > img.airjet-pressure-regulator-image {
object-position: 50% 26% !important;
  transform: scale(1.12);
  transform-origin: 50% 26%;
}

#airjet-specs [data-component="pressure-regulators"]
  > div:not(.dual-component-image) {
position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
#airjet-specs [data-component="pressure-regulators"]
    > img.airjet-pressure-regulator-image {
object-position: 50% 25% !important;
    transform: scale(1.08);
    transform-origin: 50% 25%;
}
}

#airjet-specs .shaft-intro > .patent-card {
align-self: center;
  min-height: 0;
  padding: 14px 18px;
}

#airjet-specs .patent-card strong {
margin-top: 6px;
}

#airjet-specs .patent-card p {
margin-top: 6px;
  line-height: 1.45;
}

@media (max-width: 760px) {
#airjet-specs .shaft-intro > .patent-card {
padding: 13px 15px;
}

#airjet-specs .patent-card strong, #airjet-specs .patent-card p {
margin-top: 5px;
}
}

#airjet-specs .shaft-banner {
background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

#airjet-specs .shaft-banner figcaption {
background: transparent;
  border-top-color: transparent;
}

@media (min-width: 1041px) {
#airjet-specs .shaft-feature-grid {
align-items: stretch;
    column-gap: 18px;
    row-gap: 14px;
}

#airjet-specs .shaft-feature-grid > .shaft-media-stack, #airjet-specs .shaft-feature-grid > .shaft-benefits {
align-self: stretch;
    height: 100%;
    min-height: 0;
}

#airjet-specs .shaft-benefits {
grid-template-rows: repeat(4, minmax(0, 1fr));
}

#airjet-specs .shaft-benefits article {
height: 100%;
    min-height: 0;
}

#airjet-specs .shaft-tech + .airjet-frame-feature {
margin-top: clamp(16px, 1.5vw, 20px);
}
}

#airjet-specs .configuration-bridge, #airjet-specs .configuration-glance, #airjet-specs .configuration-status-key {
margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #d8e6f4;
  border-radius: 10px;
  background: #f8fbff;
}

#airjet-specs .configuration-bridge h4, #airjet-specs .configuration-bridge h5, #airjet-specs .configuration-glance h5 {
margin: 0;
  color: var(--airjet-navy);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.25;
}

#airjet-specs .configuration-bridge p, #airjet-specs .configuration-glance p {
margin: 7px 0 0;
  color: var(--airjet-muted);
  font-size: 14.5px;
  line-height: 1.62;
}

#airjet-specs .configuration-status-key {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

#airjet-specs .config-status {
display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  margin: 0 6px 7px 0;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 10.5px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

#airjet-specs .config-status--standard {
color: #075a42 !important;
  border-color: #bce4d5;
  background: #edf9f4;
}

#airjet-specs .config-status--optional {
color: #92510e !important;
  border-color: #f0d3aa;
  background: #fff8eb;
}

#airjet-specs .config-status--project {
color: #145ca5 !important;
  border-color: #c7dcf2;
  background: #eef6ff;
}

#airjet-specs .airjet-facts-grid dd .config-status {
margin-bottom: 7px;
}

#airjet-specs .airjet-frame-feature-copy > .config-status {
margin-bottom: 4px;
}

#airjet-specs .airjet-machine-overview, #airjet-specs .airjet-machine-views {
margin-top: clamp(22px, 2.2vw, 28px);
}

#airjet-specs .airjet-component-sequence > .component-system-group:first-child {
margin-top: 0;
}

#airjet-specs .airjet-component-sequence [data-system="maintenance"]
  .visual-card-grid-airjet-components {
justify-content: flex-start;
}

@media (min-width: 761px) {
#airjet-specs [data-system="maintenance"]
    .visual-card-grid-airjet-components
    > .visual-card {
width: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
    flex-basis: calc((100% - 14px) / 2);
}
}

#airjet-specs .detail-section-title + .configuration-bridge, #airjet-specs .detail-section-title + .configuration-glance, #airjet-specs .detail-section-title + .configuration-status-key {
margin-top: 14px;
}

#airjet-specs .configuration-bridge + .airjet-facts-grid, #airjet-specs .configuration-glance + .airjet-facts-grid {
margin-top: 14px;
}

#airjet-specs .airjet-facts-grid + .airjet-frame-feature {
margin-top: clamp(20px, 2vw, 26px);
}

#airjet-specs .airjet-machine-overview + .detail-section-title, #airjet-specs .airjet-machine-views + .detail-section-title, #airjet-specs .shaft-tech + .detail-section-title, #airjet-specs .airjet-component-sequence + .detail-section-title {
margin-top: clamp(28px, 2.6vw, 34px);
}

#airjet-specs .configuration-bridge--notice {
padding-block: 14px;
}

#airjet-specs .configuration-bridge--notice p {
margin-top: 0;
}

#airjet-specs .configuration-bridge--cta, #airjet-specs aside.configuration-bridge {
display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(20px, 2.6vw, 28px);
  background: linear-gradient(135deg, #f5faff, #edf5ff);
}

#airjet-specs .configuration-bridge--cta a, #airjet-specs aside.configuration-bridge a {
display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 8px;
  color: #fff;
  background: #0b5fb7;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

#airjet-specs .spec-data-table {
width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  direction: inherit;
}

#airjet-specs .spec-data-table .spec-col-item {
width: 31%;
}

#airjet-specs .spec-data-table .spec-col-detail {
width: 69%;
}

#airjet-specs .spec-data-table th, #airjet-specs .spec-data-table td {
padding: 14px 22px;
  border-top: 1px solid #e3ebf4;
  color: #34475e;
  font-size: 14px;
  line-height: 1.58;
  text-align: start;
  vertical-align: top;
}

#airjet-specs .spec-data-table thead th {
border-top: 0;
  color: #52667d;
  background: #edf4fb;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#airjet-specs .spec-data-table tbody th {
color: #0b5fb7;
  font-weight: 800;
}

#airjet-specs .spec-data-table tbody tr:nth-child(even) th, #airjet-specs .spec-data-table tbody tr:nth-child(even) td {
background: #f7faff;
}

#airjet-specs .spec-data-table .spec-config-copy, #airjet-specs .spec-table .spec-config-copy {
margin: 4px 0 0;
  color: #34475e;
  font-size: 14px;
  line-height: 1.58;
}

#airjet-specs .spec-data-table .spec-guidance, #airjet-specs .spec-table .spec-guidance {
margin: 7px 0 0;
  color: #5c6e83;
  font-size: 12.5px;
  line-height: 1.5;
}

#airjet-specs .spec-table > div > .spec-guidance {
grid-column: 2;
}

html[dir="rtl"] #airjet-specs .spec-data-table {
direction: rtl;
}

html[dir="rtl"] #airjet-specs .spec-data-table th, html[dir="rtl"] #airjet-specs .spec-data-table td {
text-align: start;
}

@media (max-width: 760px) {
#airjet-specs .configuration-bridge, #airjet-specs .configuration-glance, #airjet-specs .configuration-status-key {
padding: 15px 16px;
}

#airjet-specs .configuration-bridge--cta, #airjet-specs aside.configuration-bridge {
grid-template-columns: 1fr;
    gap: 14px;
}

#airjet-specs .configuration-bridge--cta a, #airjet-specs aside.configuration-bridge a {
width: 100%;
}

#airjet-specs .spec-data-table, #airjet-specs .spec-data-table tbody, #airjet-specs .spec-data-table tr, #airjet-specs .spec-data-table th, #airjet-specs .spec-data-table td {
display: block;
    width: 100%;
}

#airjet-specs .spec-data-table colgroup {
display: none;
}

#airjet-specs .spec-data-table thead {
position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

#airjet-specs .spec-data-table tbody tr {
padding: 14px 16px;
    border-top: 1px solid #e3ebf4;
}

#airjet-specs .spec-data-table tbody tr:nth-child(even) {
background: #f7faff;
}

#airjet-specs .spec-data-table tbody th, #airjet-specs .spec-data-table tbody td {
padding: 0;
    border: 0;
    background: transparent !important;
}

#airjet-specs .spec-data-table tbody td {
margin-top: 7px;
}

#airjet-specs .spec-table > div > .spec-guidance {
grid-column: auto;
    margin-top: 7px;
}
}

#airjet-specs .airjet-watermark-frame {
position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #edf3f8;
  line-height: 0;
}

#airjet-specs .airjet-watermark-frame::after {
content: "";
  position: absolute;
  right: clamp(10px, 1.15vw, 16px);
  bottom: clamp(3px, 0.35vw, 6px);
  z-index: 4;
  width: clamp(96px, 28%, 140px);
  aspect-ratio: 1350 / 270;
  background: url("assets/jetmech-header-logo-transparent-v3.png") center / contain no-repeat;
  filter: brightness(0) invert(1) drop-shadow(0 1px 2px rgba(3, 29, 55, 0.72));
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
}

#airjet-specs .visual-card > .airjet-card-image-frame {
display: block !important;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 10;
  padding: 0 !important;
  background: #edf3f8 !important;
  border-bottom: 1px solid rgba(13, 46, 82, 0.1);
}

#airjet-specs .visual-card > .airjet-card-image-frame > img {
display: block;
  width: 100%;
  height: 100% !important;
  min-width: 0;
  min-height: 0 !important;
  margin: 0;
  padding: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  background: #edf3f8;
  border: 0;
  border-radius: 0;
}

#airjet-specs .airjet-machine-view-grid > .visual-card > .airjet-card-image-frame {
aspect-ratio: 16 / 9;
}

#airjet-specs .airjet-machine-view-grid
  > .visual-card
  > .airjet-card-image-frame::after {
right: auto;
  left: clamp(10px, 1.15vw, 16px);
}

@media (min-width: 861px) {
#airjet-specs [data-system="drive"] .visual-card > .airjet-card-image-frame {
aspect-ratio: 16 / 9;
}
}

@media (max-width: 860px) {
#airjet-specs [data-system="drive"] .visual-card > .airjet-card-image-frame {
aspect-ratio: 16 / 9;
}
}

#airjet-specs .shaft-banner > .shaft-banner-image-frame {
flex: 0 0 auto;
  width: 100%;
  background: transparent;
}

#airjet-specs .shaft-banner > .shaft-banner-image-frame > img {
display: block;
  width: 100%;
  margin: 0;
}

#airjet-specs .visual-card-grid-airjet-components
  > .visual-card
  > .dual-component-image
  > .airjet-dual-image-frame {
width: 100%;
  min-width: 0;
  height: 100%;
  aspect-ratio: auto;
  background: #edf3f8;
}

#airjet-specs .visual-card-grid-airjet-components
  > .visual-card
  > .dual-component-image
  > .airjet-dual-image-frame
  > img {
display: block;
  width: 100%;
  height: 100% !important;
  min-width: 0;
  min-height: 0 !important;
  margin: 0;
  padding: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center;
  border: 0;
  border-radius: 0;
}

#airjet-specs .dual-component-image > .airjet-dual-image-frame + .airjet-dual-image-frame {
border-left: 1px solid rgba(255, 255, 255, 0.72);
}

#airjet-specs .airjet-dual-image-frame::after {
right: 7px;
  bottom: 4px;
  width: clamp(52px, 43%, 78px);
}

#airjet-specs [data-component="pressure-regulators"]
  > .airjet-card-image-frame
  > img.airjet-pressure-regulator-image {
object-position: 50% 26% !important;
  transform: scale(1.12);
  transform-origin: 50% 26%;
}

#airjet-specs [data-component="hmi"]
  > .airjet-card-image-frame
  > img.airjet-touchscreen-image {
object-position: center 48% !important;
}

#airjet-specs [data-component="main-nozzle"]
  > .airjet-card-image-frame
  > img.airjet-main-nozzle-image {
object-position: center center !important;
}

@media (max-width: 760px) {
#airjet-specs .airjet-watermark-frame::after {
right: 11px;
    bottom: 3px;
    width: clamp(88px, 29%, 116px);
    opacity: 0.3;
}

#airjet-specs .airjet-machine-view-grid
    > .visual-card
    > .airjet-card-image-frame::after {
right: auto;
    left: 11px;
}

#airjet-specs .airjet-dual-image-frame::after {
right: 6px;
    bottom: 3px;
    width: clamp(50px, 42%, 70px);
}

#airjet-specs [data-component="pressure-regulators"]
    > .airjet-card-image-frame
    > img.airjet-pressure-regulator-image {
object-position: 50% 25% !important;
    transform: scale(1.08);
    transform-origin: 50% 25%;
}
}

@media (max-width: 760px) {
#airjet-specs .shaft-tech {
display: flex;
    flex-direction: column;
}

#airjet-specs .shaft-intro, #airjet-specs .shaft-feature-grid, #airjet-specs .shaft-media-stack, #airjet-specs .shaft-banner {
display: contents;
}

#airjet-specs .shaft-intro > div:first-child {
order: 1;
    width: 100%;
}

#airjet-specs .shaft-banner > .shaft-banner-image-frame {
order: 2;
    width: calc(100% + 24px);
    max-width: none;
    margin: 14px -12px 0;
    border-radius: 8px;
}

#airjet-specs .shaft-intro > .patent-card {
display: none;
}

#airjet-specs .shaft-banner > figcaption {
order: 4;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
}

#airjet-specs .shaft-real-photo-card {
order: 5;
    width: 100%;
}

#airjet-specs .shaft-benefits {
order: 6;
    width: 100%;
}
}

@media (min-width: 1041px) {
#airjet-specs .airjet-frame-feature-media {
min-height: 320px;
}

#airjet-specs .airjet-frame-feature-media img {
object-position: 50% 72%;
}

#airjet-specs .airjet-frame-feature-copy {
padding: 26px 28px;
}

#airjet-specs .airjet-frame-feature-copy h4 {
margin-top: 7px;
}

#airjet-specs .airjet-frame-feature-copy p {
margin-top: 9px;
    line-height: 1.48;
}

#airjet-specs .airjet-frame-feature-copy small {
margin-top: 9px;
    padding-top: 9px;
    line-height: 1.42;
}
}

@media (max-width: 1040px) {
#airjet-specs .airjet-frame-feature-media img {
object-position: 50% 74%;
}
}

@media (min-width: 1280px) {
#airjet-specs .shaft-intro {
grid-template-columns: minmax(0, 1fr) 310px;
}
}

@media (max-width: 479px) {
#airjet-specs .configuration-bridge + .airjet-facts-grid, #airjet-specs .configuration-glance + .airjet-facts-grid {
margin-top: 10px;
}

#airjet-specs .airjet-facts-grid {
grid-template-columns: 1fr;
    gap: 8px;
}

#airjet-specs .airjet-facts-grid > div {
display: grid;
    grid-template-columns: clamp(84px, 27vw, 96px) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 11px 13px;
    border-radius: 10px;
}

#airjet-specs .airjet-facts-grid dt {
padding-top: 2px;
    font-size: 11px;
    line-height: 1.3;
    text-align: start;
    overflow-wrap: anywhere;
}

#airjet-specs .airjet-facts-grid dd {
min-width: 0;
    margin: 0;
    text-align: start;
}

#airjet-specs .airjet-facts-grid strong {
font-size: 16px;
    line-height: 1.22;
}

#airjet-specs .airjet-facts-grid dd span {
margin-top: 3px;
    font-size: 12.5px;
    line-height: 1.4;
}
}

@media (min-width: 480px) and (max-width: 760px) {
#airjet-specs .configuration-bridge + .airjet-facts-grid, #airjet-specs .configuration-glance + .airjet-facts-grid {
margin-top: 10px;
}

#airjet-specs .airjet-facts-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

#airjet-specs .airjet-facts-grid > div {
padding: 13px 14px;
    border-radius: 10px;
}

#airjet-specs .airjet-facts-grid dd {
margin-top: 5px;
}

#airjet-specs .airjet-facts-grid strong {
font-size: 16px;
}

#airjet-specs .airjet-facts-grid dd span {
margin-top: 3px;
    font-size: 13px;
    line-height: 1.4;
}
}

@media (max-width: 340px) {
#airjet-specs .airjet-facts-grid > div {
grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 12px;
}

#airjet-specs .airjet-facts-grid dt {
padding-top: 0;
}

#airjet-specs .airjet-facts-grid dd {
margin-top: 4px;
}
}

@media (max-width: 760px) {
#airjet-specs .shaft-real-photo-card {
margin-inline: 0;
}
}

@media (max-width: 760px) {
#airjet-specs .shaft-benefits article {
grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 8px;
    align-content: start;
}

#airjet-specs .shaft-benefits span {
grid-column: 1;
    grid-row: 1;
    align-self: center;
}

#airjet-specs .shaft-benefits h5 {
grid-column: 2;
    grid-row: 1;
    align-self: center;
}

#airjet-specs .shaft-benefits p {
grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
    text-align: start;
}
}

@media (max-width: 760px) {
#airjet-specs
    .visual-config-section[aria-labelledby*="machine-views"]
    > .component-system-heading {
box-sizing: border-box;
    padding-inline: 14px;
}

#airjet-specs
    .airjet-machine-views[aria-labelledby*="machine-views"]
    > .component-system-heading {
padding-inline: 4px;
}
}

@media (max-width: 760px) {
#airjet-specs .component-system-group > .component-system-heading {
box-sizing: border-box;
    padding-inline: 14px;
}

#airjet-specs .shaft-process-steps li {
padding: 12px;
}

#airjet-specs .airjet-facts-grid > div {
padding: 12px 14px;
}
}

@media (min-width: 1041px) {
#airjet-specs .shaft-process-steps li {
padding: 12px 14px;
}

#airjet-specs .shaft-benefits article {
padding: 14px 16px;
}
}

@media (max-width: 760px) {
#airjet-specs .shaft-process-steps li {
grid-template-columns: 31px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    row-gap: 6px;
    align-content: start;
}

#airjet-specs .shaft-process-steps li > span {
grid-column: 1;
    grid-row: 1;
    align-self: center;
}

#airjet-specs .shaft-process-steps li > div {
display: contents;
}

#airjet-specs .shaft-process-steps li > div > strong {
grid-column: 2;
    grid-row: 1;
    align-self: center;
}

#airjet-specs .shaft-process-steps li > div > p {
grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
    text-align: start;
}
}

@media (max-width: 760px) {
#airjet-specs .detail-section-title.airjet-reading-step h4 {
font-size: clamp(20px, 5.5vw, 22px);
    line-height: 1.16;
}
}

@media (max-width: 760px) {
#airjet-specs .spec-data-table tbody tr {
padding: 11px 14px;
}

#airjet-specs .spec-data-table tbody td {
margin-top: 4px;
}

#airjet-specs .spec-data-table .spec-config-copy, #airjet-specs .spec-table .spec-config-copy {
margin-top: 0;
    line-height: 1.48;
}

#airjet-specs .spec-data-table tbody td > p:not(.spec-guidance), #airjet-specs .spec-table > div:not(.spec-table-columns) > p:not(.spec-guidance) {
margin: 0;
    font-size: 14px;
    line-height: 1.48;
}

#airjet-specs .spec-data-table tbody th {
line-height: 1.45;
}

#airjet-specs .spec-table > div:not(.spec-table-columns) {
gap: 4px;
    padding: 11px 14px;
}

#airjet-specs .spec-table > div:not(.spec-table-columns) > p:not(.spec-guidance) {
font-size: 14px;
    line-height: 1.48;
}

#airjet-specs .spec-data-table .spec-guidance {
margin-top: 5px;
    line-height: 1.45;
}

#airjet-specs .spec-table > div > .spec-guidance {
margin-top: 1px;
    line-height: 1.45;
}
}

@media (max-width: 760px) {
#airjet-specs {
--airjet-mobile-line: rgba(11, 99, 206, 0.15);
    --airjet-mobile-divider: rgba(11, 99, 206, 0.10);
    --airjet-mobile-shadow: 0 7px 17px rgba(10, 47, 108, 0.035);
    --airjet-mobile-red-accent: #b3132a;
}

#airjet-specs :where(
    .airjet-machine-view-grid,
    .visual-card-grid-airjet-components
  ) {
box-sizing: border-box;
    width: calc(100% - 14px);
    margin-inline: 7px;
    gap: 14px;
}

#airjet-specs .airjet-machine-view-grid > .visual-card, #airjet-specs .visual-card-grid-airjet-components > .visual-card, #airjet-specs .shaft-real-photo-card, #airjet-specs .airjet-frame-feature, #airjet-specs .shaft-process-steps > li, #airjet-specs .shaft-benefits > article, #airjet-specs .airjet-facts-grid > div, #airjet-specs .spec-block, #airjet-specs .quality-strip > div {
border: 1px solid var(--airjet-mobile-line);
    border-radius: 8px;
    box-shadow: var(--airjet-mobile-shadow);
}

#airjet-specs .configuration-bridge, #airjet-specs .configuration-glance, #airjet-specs .configuration-status-key {
border-color: var(--airjet-mobile-line);
    border-radius: 8px;
    box-shadow: var(--airjet-mobile-shadow);
}

#airjet-specs .visual-card > .airjet-card-image-frame, #airjet-specs
    .visual-card-grid-airjet-components
    > .visual-card
    > .dual-component-image {
aspect-ratio: 16 / 9;
    border-bottom: 1px solid var(--airjet-mobile-divider);
}

#airjet-specs .airjet-frame-feature-media, #airjet-specs .shaft-real-photo-card .shaft-real-image-frame {
border-bottom-color: var(--airjet-mobile-divider);
}

#airjet-specs .visual-card
    > div:not(.airjet-card-image-frame):not(.dual-component-image) {
padding: 14px 15px 16px;
    background: #ffffff;
}

#airjet-specs .visual-card h5 {
margin-top: 9px;
    color: #071f58;
    font-size: 17px;
    line-height: 1.24;
}

#airjet-specs .visual-card p {
margin-top: 7px;
    color: #5d6b7d;
    font-size: 13.75px;
    line-height: 1.55;
}

#airjet-specs .visual-card span {
color: #0f63bd;
    background: rgba(15, 99, 189, 0.08);
    border-color: rgba(15, 99, 189, 0.12);
    box-shadow: inset 0 -1px 0 rgba(179, 19, 42, 0.14);
}

#airjet-specs .shaft-benefits article > span {
color: var(--airjet-mobile-red-accent);
    background: rgba(179, 19, 42, 0.07);
    border-color: rgba(179, 19, 42, 0.12);
    box-shadow: none;
}

#airjet-specs .spec-data-table tbody tr, #airjet-specs .spec-table > div:not(.spec-table-columns) {
border-color: var(--airjet-mobile-divider);
}
}

@media (max-width: 760px) {
#airjet-specs
    .airjet-component-sequence
    .visual-card-grid-airjet-components
    > .visual-card
    > div:not(.airjet-card-image-frame):not(.dual-component-image)
    > span {
display: none;
}

#airjet-specs
    .airjet-component-sequence
    .visual-card-grid-airjet-components
    > .visual-card
    h5 {
margin-top: 0;
}

#airjet-specs-title {
font-size: 29px;
    line-height: 1.12;
}

#airjet-specs #airjet-technology > div > p {
display: none;
}
}

@media (max-width: 390px) {
#airjet-specs-title {
font-size: 28px;
    line-height: 1.14;
}
}

@media (max-width: 340px) {
#airjet-specs-title {
font-size: 26px;
    line-height: 1.16;
}
}

#airjet-specs .shaft-benefit-copy--mobile {
display: none;
}

@media (max-width: 760px) {
#airjet-specs .shaft-banner .shaft-process-steps, #airjet-specs .shaft-benefit-copy--desktop {
display: none;
}

#airjet-specs .shaft-benefit-copy--mobile {
display: block;
}
}

@media (max-width: 760px) {
#airjet-specs #shaft-tech-title {
font-size: clamp(18px, 5.2vw, 21px);
    line-height: 1.2;
}

#airjet-specs .shaft-intro > div:first-child > p:not(.eyebrow) {
margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.56;
}

#airjet-specs .shaft-banner figcaption > strong {
font-size: clamp(16px, 4.3vw, 17px);
    line-height: 1.25;
}

#airjet-specs .shaft-banner figcaption > p {
margin-top: 7px;
    font-size: 13px;
    line-height: 1.52;
}

#airjet-specs .shaft-benefits h5.shaft-benefit-copy--mobile {
font-size: 15px;
    line-height: 1.25;
}

#airjet-specs .shaft-benefits p.shaft-benefit-copy--mobile {
font-size: 12.75px;
    line-height: 1.5;
}

#airjet-specs .shaft-real-kicker {
font-size: 10px;
    line-height: 1.15;
}

#airjet-specs .shaft-real-photo-card figcaption > strong {
font-size: 16px;
    line-height: 1.26;
}

#airjet-specs .shaft-real-photo-card figcaption > p {
margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
}
}

@media (max-width: 760px) {
#airjet-specs .shaft-tech {
box-sizing: border-box;
    width: calc(100% + 38px);
    max-width: none;
    margin-inline: -19px;
    padding: 9px;
}

#airjet-specs .shaft-intro > div:first-child {
box-sizing: border-box;
    padding-inline: 4px;
}

#airjet-specs .shaft-banner > .shaft-banner-image-frame {
width: 100%;
    max-width: 100%;
    margin: 14px 0 0;
}

#airjet-specs .shaft-real-photo-card figcaption {
padding: 14px;
}

#airjet-specs .airjet-frame-feature {
width: auto;
    max-width: none;
    margin-inline: -9px;
}

#airjet-specs .airjet-frame-feature-copy {
padding-inline: 15px;
}
}

@media (max-width: 760px) {
#airjet-specs #airjet-overview + .configuration-bridge {
display: none;
}

#airjet-specs #airjet-overview
    + .configuration-bridge
    + .airjet-facts-grid {
margin-top: 10px;
}
}

@media (max-width: 760px) {
#airjet-specs .airjet-product-intro h3 {
font-size: clamp(24px, 6vw, 28px);
    line-height: 1.16;
}

#airjet-specs .airjet-product-intro .airjet-intro-lead {
margin-top: 9px;
    font-size: 15px;
    line-height: 1.58;
}

#airjet-specs .airjet-machine-view-grid .visual-card h5, #airjet-specs .visual-card-grid-airjet-components .visual-card h5 {
font-size: 16px;
    line-height: 1.25;
}

#airjet-specs .airjet-machine-view-grid .visual-card p {
font-size: 13px;
    line-height: 1.52;
}

#airjet-specs .visual-card-grid-airjet-components .visual-card p {
font-size: 13.25px;
    line-height: 1.52;
}

#airjet-specs .airjet-frame-feature-copy h4 {
font-size: clamp(20px, 5.5vw, 22px);
    line-height: 1.18;
}

#airjet-specs .airjet-frame-feature-copy p {
font-size: 14.5px;
    line-height: 1.55;
}
}

@media (max-width: 760px) {
:is(
    #airjet-specs-title,
    #buyer-knowledge-title,
    #company-title,
    #contact-title
  ) {
font-size: clamp(21px, 5.6vw, 22px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.015em;
    text-wrap: balance;
    overflow-wrap: normal;
}
}

@media (max-width: 760px) {
:is(
    #airjet-specs-title,
    #buyer-knowledge-title,
    #company-title,
    #contact-title
  ) {
font-size: var(--airjet-mobile-type-major) !important;
    line-height: 1.18 !important;
}

#airjet-specs .detail-section-title.airjet-reading-step h4 {
font-size: var(--airjet-mobile-type-step) !important;
    line-height: 1.18 !important;
}

#airjet-specs :is(
    #shaft-tech-title,
    .airjet-frame-feature-copy h4,
    .component-system-heading h5,
    .spec-block > h4
  ) {
font-size: var(--airjet-mobile-type-module) !important;
    line-height: 1.22 !important;
}

#airjet-specs :is(
    .quality-strip h4,
    .configuration-bridge h5
  ) {
font-size: var(--airjet-mobile-type-panel) !important;
    line-height: 1.28 !important;
}

:is(
    .metric-strip strong,
    #airjet-specs .shaft-banner figcaption > strong,
    #airjet-specs .shaft-real-photo-card figcaption > strong,
    #airjet-specs .shaft-benefits h5.shaft-benefit-copy--mobile,
    #airjet-specs .airjet-machine-view-grid .visual-card h5,
    #airjet-specs .visual-card-grid-airjet-components .visual-card h5,
    .buyer-guide-card h3,
    .company-focus-title > strong
  ) {
font-size: var(--airjet-mobile-type-card) !important;
    line-height: 1.28 !important;
}

:is(
    #airjet-specs .airjet-product-intro .airjet-intro-lead,
    #airjet-specs .detail-section-title.airjet-reading-step p,
    #airjet-specs .airjet-frame-feature-copy p,
    #airjet-specs .component-system-heading p,
    .company-copy > p:not(.eyebrow),
    .contact-copy > p:not(.eyebrow)
  ) {
font-size: var(--airjet-mobile-type-body) !important;
    line-height: 1.58 !important;
}

:is(
    .metric-strip span,
    #airjet-specs .shaft-banner figcaption > p,
    #airjet-specs .shaft-real-photo-card figcaption > p,
    #airjet-specs .shaft-benefits p.shaft-benefit-copy--mobile,
    #airjet-specs .airjet-machine-view-grid .visual-card p,
    #airjet-specs .visual-card-grid-airjet-components .visual-card p,
    .buyer-guide-card p,
    .company-brand-body > span,
    .company-focus-grid article > p
  ) {
font-size: var(--airjet-mobile-type-card-copy) !important;
    line-height: 1.54 !important;
}

#airjet-specs .quality-strip li, #airjet-specs .configuration-bridge p {
font-size: 14px !important;
    line-height: 1.58 !important;
}

:is(
    #airjet-specs .airjet-product-intro > .eyebrow,
    #airjet-specs .shaft-intro .eyebrow,
    #airjet-specs .airjet-frame-feature-copy > .eyebrow,
    .buyer-knowledge__intro > .eyebrow,
    .company-copy > .eyebrow,
    .contact-copy > .eyebrow,
    .quote-form-heading > span
  ) {
font-size: var(--airjet-mobile-type-eyebrow) !important;
    line-height: 1.35 !important;
}
}

@media (max-width: 760px) {
#airjet-specs .spec-block > h4 {
padding-block: 10px;
}
}

/* Imported water-jet product rules, scoped to the water panel. */
#waterjet-specs .eyebrow {
margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

#waterjet-specs .hero .eyebrow, #waterjet-specs .section-capabilities .eyebrow, #waterjet-specs .contact-section .eyebrow {
color: #9fc4ff;
}

#waterjet-specs .section {
padding: 66px 44px;
}

#waterjet-specs .section-header p:not(.eyebrow) {
margin: 12px 0 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.76;
}

#waterjet-specs .product-detail-panel {
--panel-accent-rgb: 18, 102, 195;
  --panel-accent: #0f63bd;
  --panel-accent-deep: #071f58;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 251, 255, 0.98)),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.025) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(7, 31, 88, 0.02) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.22);
  border-radius: 8px;
  box-shadow:
    0 24px 62px rgba(7, 31, 88, 0.14),
    0 10px 26px rgba(var(--panel-accent-rgb), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

#waterjet-specs .product-detail-panel[data-product-panel="waterjet"] {
--panel-accent-rgb: 169, 15, 34;
  --panel-accent: #a90f22;
  --panel-accent-deep: #700817;
}

#waterjet-specs .product-detail-panel .detail-header .eyebrow {
color: var(--panel-accent);
}

#waterjet-specs .product-detail-panel[hidden] {
display: none;
}

#waterjet-specs .product-detail-panel-condensed > .detail-summary:first-child {
margin-top: 0;
}

#waterjet-specs .product-detail-panel .button-primary {
background: linear-gradient(135deg, var(--panel-accent), var(--panel-accent-deep));
  box-shadow: 0 14px 34px rgba(var(--panel-accent-rgb), 0.24);
}

#waterjet-specs .detail-header p:not(.eyebrow) {
margin: 10px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

#waterjet-specs .detail-summary {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

#waterjet-specs .detail-summary div {
min-height: 88px;
  padding: 15px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.16);
  border-radius: 8px;
  box-shadow:
    0 12px 26px rgba(var(--panel-accent-rgb), 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

#waterjet-specs .detail-summary span {
display: block;
  color: var(--panel-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

#waterjet-specs .detail-summary strong {
display: block;
  margin-top: 7px;
  color: #24334a;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 800;
}

#waterjet-specs .detail-section-title {
display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 22px;
}

#waterjet-specs .detail-section-title > span {
width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--panel-accent), var(--panel-accent-deep));
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

#waterjet-specs .detail-section-title h4 {
margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

#waterjet-specs .detail-section-title p {
margin: 6px 0 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

#waterjet-specs .spec-highlight-grid {
display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

#waterjet-specs .spec-highlight-grid div {
min-height: 112px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: var(--white);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.17);
  border-radius: 8px;
  box-shadow:
    0 14px 30px rgba(var(--panel-accent-rgb), 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

#waterjet-specs .spec-highlight-grid span, #waterjet-specs .spec-note span {
display: block;
  color: var(--panel-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

#waterjet-specs .spec-highlight-grid strong {
display: block;
  margin-top: 7px;
  color: var(--navy);
  max-width: 100%;
  font-size: clamp(20px, 1.85vw, 26px);
  line-height: 1.12;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: normal;
}

#waterjet-specs .spec-highlight-grid p {
margin: auto 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

#waterjet-specs .spec-note p {
margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

#waterjet-specs .spec-layout {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

#waterjet-specs .spec-block {
padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.15);
  border-radius: 8px;
  box-shadow:
    0 14px 30px rgba(var(--panel-accent-rgb), 0.052),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

#waterjet-specs .spec-block h4, #waterjet-specs .quality-strip h4 {
margin: 0;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.28;
  font-weight: 900;
}

#waterjet-specs .spec-table {
display: grid;
  gap: 8px;
  margin-top: 14px;
}

#waterjet-specs .spec-table div {
display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.13);
  border-left: 3px solid rgba(var(--panel-accent-rgb), 0.34);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

#waterjet-specs .spec-table span {
color: var(--panel-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.36;
}

#waterjet-specs .spec-table p {
margin: 0;
  color: #38485f;
  font-size: 14px;
  line-height: 1.58;
}

#waterjet-specs .quality-strip {
display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  margin-top: 16px;
}

#waterjet-specs .quality-strip > div {
padding: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.15);
  border-radius: 8px;
  box-shadow:
    0 14px 30px rgba(var(--panel-accent-rgb), 0.052),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

#waterjet-specs .quality-strip ul {
margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

#waterjet-specs .quality-strip li {
position: relative;
  padding-left: 18px;
  color: #344257;
  font-size: 14px;
  line-height: 1.58;
}

#waterjet-specs .quality-strip li::before {
content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

#waterjet-specs .spec-note {
align-self: start;
  background: linear-gradient(180deg, #ffffff, rgba(var(--panel-accent-rgb), 0.08)) !important;
}

#waterjet-specs .visual-config-section {
margin-top: 12px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.96)),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.035) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(7, 31, 88, 0.025) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.18);
  border-radius: 8px;
  box-shadow:
    0 14px 34px rgba(var(--panel-accent-rgb), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

#waterjet-specs .visual-config-heading {
max-width: 900px;
}

#waterjet-specs .visual-config-heading h4 {
margin: 0;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 900;
}

#waterjet-specs .visual-config-heading p:not(.eyebrow) {
margin: 9px 0 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

#waterjet-specs .visual-config-subheading {
margin-top: 26px;
}

#waterjet-specs .visual-card-grid {
display: grid;
  gap: 16px;
  margin-top: 16px;
}

#waterjet-specs .visual-card-grid-views {
grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#waterjet-specs .visual-card-grid-removed-product .visual-card img {
padding: 0;
  object-fit: contain;
  background: #eef3f8;
}

#waterjet-specs .visual-card-grid-config {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

#waterjet-specs .visual-card {
overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.15);
  border-radius: 8px;
  box-shadow:
    0 12px 28px rgba(var(--panel-accent-rgb), 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

#waterjet-specs .visual-card img {
width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef3f8;
}

#waterjet-specs .visual-card-grid-views .visual-card {
background: #ffffff;
  box-shadow:
    0 16px 34px rgba(var(--panel-accent-rgb), 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

#waterjet-specs .visual-card-grid-views .visual-card img {
padding: 10px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background:
    linear-gradient(180deg, #f7faff, #eef3f8),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.035) 0 1px, transparent 1px 18px);
}

#waterjet-specs .visual-card-grid-config .visual-card img {
aspect-ratio: 4 / 3;
}

#waterjet-specs .visual-card-grid-config .visual-card img.angle-sensor-image {
object-position: center 62%;
}

#waterjet-specs .visual-card-grid-config .visual-card img.removed-product-main-nozzle-image {
object-fit: contain;
  object-position: left center;
  padding: 8px;
  background:
    linear-gradient(180deg, #f7faff, #eef3f8),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.035) 0 1px, transparent 1px 18px);
}

#waterjet-specs .visual-card > div {
padding: 14px;
}

#waterjet-specs .visual-card-grid-views .visual-card > div {
padding: 16px 18px 18px;
}

#waterjet-specs .visual-card-grid-views .visual-card > .protected-image-frame {
width: 100%;
  margin: 0;
  padding: 0;
  background: #eef4fa;
  line-height: 0;
}

#waterjet-specs .visual-card-grid-views .visual-card > .protected-image-frame img {
display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef4fa;
}

#waterjet-specs .visual-card span {
display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  color: var(--panel-accent);
  background: rgba(var(--panel-accent-rgb), 0.08);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

#waterjet-specs .visual-card h5 {
margin: 11px 0 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.28;
  font-weight: 900;
}

#waterjet-specs .visual-card p {
margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.56;
}

#waterjet-specs .visual-card-grid-views .visual-card h5 {
font-size: 18px;
  line-height: 1.24;
}

#waterjet-specs .visual-card-grid-views .visual-card p {
margin-top: 8px;
  color: #536377;
  font-size: 14px;
  line-height: 1.62;
}

#waterjet-specs .visual-card .image-zoom-trigger > span {
right: 12px;
  bottom: 12px;
  min-height: 28px;
  padding: 0 10px;
  color: #ffffff;
  background: rgba(7, 31, 88, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 8px 22px rgba(7, 31, 88, 0.22);
  font-size: 11px;
}

#waterjet-specs .shaft-intro p:not(.eyebrow) {
margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

#waterjet-specs .section-capabilities .section-header p:not(.eyebrow) {
color: #b8c8dd;
}

#waterjet-specs .contact-copy p:not(.eyebrow) {
max-width: 650px;
  color: #d7e4f5;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 980px) {
#waterjet-specs .detail-summary, #waterjet-specs .spec-highlight-grid, #waterjet-specs .spec-layout, #waterjet-specs .quality-strip, #waterjet-specs .visual-card-grid-views {
grid-template-columns: 1fr;
}

#waterjet-specs .visual-card-grid-config {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

#waterjet-specs .product-detail-panel {
padding: 24px;
}
}

@media (max-width: 640px) {
#waterjet-specs .section {
padding-left: 22px;
    padding-right: 22px;
}

#waterjet-specs .contact-copy p:not(.eyebrow) {
font-size: 15px;
    line-height: 1.68;
}

#waterjet-specs .section {
padding-top: 50px;
    padding-bottom: 50px;
}

#waterjet-specs .product-detail-panel, #waterjet-specs .spec-block, #waterjet-specs .quality-strip > div, #waterjet-specs .visual-config-section {
padding: 18px;
}

#waterjet-specs .detail-summary div {
min-height: auto;
}

#waterjet-specs .spec-highlight-grid strong {
font-size: 22px;
    line-height: 1.14;
}

#waterjet-specs .detail-section-title {
grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    margin-top: 20px;
}

#waterjet-specs .detail-section-title > span {
width: 34px;
    height: 34px;
    font-size: 12px;
}

#waterjet-specs .detail-section-title h4 {
font-size: 18px;
}

#waterjet-specs .spec-highlight-grid div {
min-height: auto;
}

#waterjet-specs .spec-table div {
grid-template-columns: 1fr;
    gap: 6px;
}

#waterjet-specs .spec-highlight-grid strong {
font-size: 24px;
}

#waterjet-specs .visual-card-grid-config {
grid-template-columns: 1fr;
}

#waterjet-specs .visual-config-section {
margin-left: -18px;
    margin-right: -18px;
    padding: 12px;
}

#waterjet-specs .visual-card-grid {
gap: 14px;
}

#waterjet-specs .visual-card-grid-views .visual-card img, #waterjet-specs .visual-card-grid-config .visual-card img {
width: 100%;
    padding: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #eef3f8;
}

#waterjet-specs .visual-card-grid-views .visual-card img {
aspect-ratio: 16 / 9;
}

#waterjet-specs .visual-card > div, #waterjet-specs .visual-card-grid-views .visual-card > div {
padding: 16px;
}
}

@media (max-width: 640px) {
#waterjet-specs .hero .eyebrow {
max-width: 290px;
    margin-bottom: 9px;
    font-size: 10px;
    line-height: 1.45;
}

#waterjet-specs .section {
padding-top: 42px;
    padding-bottom: 42px;
}

#waterjet-specs .section-header .eyebrow {
margin-bottom: 8px;
    font-size: 11px;
}

#waterjet-specs .section-header p:not(.eyebrow) {
margin-top: 10px;
    font-size: 14px;
    line-height: 1.62;
}

#waterjet-specs .product-detail-panel {
padding: 18px;
}

#waterjet-specs .detail-header p:not(.eyebrow) {
font-size: 14px;
    line-height: 1.6;
}

#waterjet-specs .detail-summary {
gap: 10px;
}

#waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div {
padding: 16px;
}

#waterjet-specs .spec-highlight-grid {
gap: 10px;
}

#waterjet-specs .spec-highlight-grid strong {
font-size: 22px;
    line-height: 1.14;
}

#waterjet-specs .spec-highlight-grid p {
margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
}

#waterjet-specs .detail-section-title {
margin-top: 18px;
}

#waterjet-specs .spec-block h4 {
font-size: 18px;
}

#waterjet-specs .spec-table p {
font-size: 13.5px;
    line-height: 1.55;
}

#waterjet-specs .visual-card-grid {
gap: 12px;
}

#waterjet-specs .visual-card > div, #waterjet-specs .visual-card-grid-views .visual-card > div {
padding: 15px;
}

#waterjet-specs .visual-card h5, #waterjet-specs .visual-card-grid-views .visual-card h5 {
font-size: 17px;
    line-height: 1.25;
}

#waterjet-specs .visual-card p, #waterjet-specs .visual-card-grid-views .visual-card p {
font-size: 13px;
    line-height: 1.52;
}
}

@media (max-width: 640px) {
#waterjet-specs .section {
background: #fbfdff;
}

#waterjet-specs .section:nth-of-type(even) {
background: #f4f8fd;
}

#waterjet-specs .section.section-capabilities {
color: #ffffff;
    background:
      radial-gradient(circle at 18% 0%, rgba(25, 93, 172, 0.38), transparent 38%),
      linear-gradient(135deg, rgba(8, 28, 66, 0.98), rgba(5, 14, 33, 0.98)),
      var(--deep);
}

#waterjet-specs .section.section-capabilities .eyebrow {
color: rgba(231, 242, 255, 0.86);
}

#waterjet-specs .section.section-capabilities .section-header h2 {
color: #ffffff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

#waterjet-specs .section.section-capabilities .section-header p:not(.eyebrow) {
color: #e1ecf8;
}

#waterjet-specs .section.section-capabilities .capability-grid article {
background:
      linear-gradient(180deg, rgba(15, 48, 103, 0.94), rgba(8, 28, 66, 0.92));
    border-color: rgba(198, 224, 255, 0.24);
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#waterjet-specs .section.section-capabilities .capability-grid span {
color: #ff9a49;
}

#waterjet-specs .section.section-capabilities .capability-grid h3 {
color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.20);
}

#waterjet-specs .section.section-capabilities .capability-grid p {
color: #d7e5f5;
}

#waterjet-specs .section-header p:not(.eyebrow), #waterjet-specs .detail-header p:not(.eyebrow) {
color: #5a687a;
}

#waterjet-specs .product-detail-panel, #waterjet-specs .spec-block, #waterjet-specs .visual-card {
border-color: rgba(199, 215, 233, 0.84);
    box-shadow: 0 12px 30px rgba(7, 31, 88, 0.08);
}

#waterjet-specs .visual-card h5, #waterjet-specs .visual-card-grid-views .visual-card h5 {
color: #071f58;
}

#waterjet-specs .visual-card p, #waterjet-specs .visual-card-grid-views .visual-card p {
color: #5d6b7d;
}

#waterjet-specs .spec-highlight-grid div {
background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
    border-color: rgba(199, 215, 233, 0.82);
    box-shadow: 0 10px 24px rgba(7, 31, 88, 0.07);
}

#waterjet-specs .spec-table {
gap: 8px;
}

#waterjet-specs .spec-table div {
padding: 13px 14px;
    border-color: rgba(204, 218, 235, 0.78);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
    box-shadow: none;
}

#waterjet-specs .spec-table span {
color: #1264b8;
    font-size: 11px;
}

#waterjet-specs .spec-table p {
color: #253247;
    font-size: 13.2px;
}

#waterjet-specs .visual-card > div, #waterjet-specs .visual-card-grid-views .visual-card > div {
background: #ffffff;
}
}

#waterjet-specs .visual-card-grid-removed-product.visual-card-grid-views .visual-card img {
aspect-ratio: 16 / 9;
  padding: 0;
  object-fit: contain;
  background: #eef3f8;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card img {
aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef3f8;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card img.removed-product-main-nozzle-image {
aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left center;
  padding: 0;
  background: #eef3f8;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card {
min-height: 0;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card h5 {
font-size: 20px;
  line-height: 1.2;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card p {
font-size: 14.5px;
  line-height: 1.62;
}

#waterjet-specs .visual-config-section {
background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  border-color: rgba(var(--panel-accent-rgb), 0.14);
}

#waterjet-specs .visual-config-heading h4 {
color: #071f58;
  letter-spacing: 0;
}

#waterjet-specs .visual-config-heading p:not(.eyebrow) {
color: #59687a;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card {
min-height: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-color: rgba(184, 204, 228, 0.82);
  box-shadow:
    0 14px 28px rgba(7, 31, 88, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card img {
height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef3f8;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card > div {
padding: 15px 16px 17px;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card span {
color: #0f63bd;
  background: rgba(15, 99, 189, 0.08);
  border: 1px solid rgba(15, 99, 189, 0.12);
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card h5 {
color: #071f58;
  font-size: 19px;
  line-height: 1.22;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card p {
color: #5d6b7d;
  font-size: 14px;
  line-height: 1.62;
}

#waterjet-specs .visual-card-grid-removed-product.visual-card-grid-views .visual-card {
border-color: rgba(190, 208, 229, 0.9);
}

#waterjet-specs .visual-card-grid-removed-product.visual-card-grid-views .visual-card span {
color: #0f63bd;
  background: linear-gradient(180deg, rgba(18, 104, 191, 0.095), rgba(18, 104, 191, 0.055));
  border: 1px solid rgba(18, 104, 191, 0.16);
}

@media (max-width: 760px) {
#waterjet-specs .visual-card-grid-removed-product-components .visual-card > div {
padding: 15px 16px 18px;
}
}

#waterjet-specs .visual-config-heading h4, #waterjet-specs .visual-card h5, #waterjet-specs .spec-block h4, #waterjet-specs .quality-strip h4 {
letter-spacing: 0;
}

#waterjet-specs .section {
padding-top: 58px;
  padding-bottom: 58px;
}

#waterjet-specs .section-header p:not(.eyebrow) {
color: #596a7e;
  font-size: 15.5px;
  line-height: 1.7;
}

#waterjet-specs .product-detail-panel {
padding: 24px;
  border-color: rgba(var(--panel-accent-rgb), 0.20);
  box-shadow:
    0 20px 54px rgba(8, 39, 101, 0.12),
    0 10px 26px rgba(var(--panel-accent-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

#waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .spec-block, #waterjet-specs .quality-strip > div, #waterjet-specs .visual-card {
border-color: rgba(var(--panel-accent-rgb), 0.14);
  box-shadow:
    0 12px 28px rgba(8, 39, 101, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

#waterjet-specs .detail-section-title {
margin-top: 20px;
}

#waterjet-specs .detail-section-title > span {
border-radius: 10px;
}

#waterjet-specs .detail-section-title h4 {
font-size: 19px;
}

#waterjet-specs .visual-config-section {
margin-top: 10px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.97)),
    repeating-linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.026) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(8, 39, 101, 0.018) 0 1px, transparent 1px 18px);
}

#waterjet-specs .visual-config-subheading {
margin-top: 22px;
}

#waterjet-specs .visual-card-grid {
gap: 15px;
  margin-top: 14px;
}

#waterjet-specs .visual-card-grid-removed-product.visual-card-grid-views .visual-card img, #waterjet-specs .visual-card-grid-views .visual-card img {
padding: 0;
  object-fit: cover;
  background: #eef4fa;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card img {
aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card img.removed-product-main-nozzle-image {
padding: 0;
  object-fit: cover;
  object-position: left center;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card > div {
padding: 14px 15px 16px;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card h5 {
font-size: 18px;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card p {
color: #5c6c80;
  font-size: 13.5px;
  line-height: 1.56;
}

#waterjet-specs .spec-table div {
border-left-color: rgba(var(--panel-accent-rgb), 0.42);
}

@media (max-width: 1120px) {
#waterjet-specs .section {
padding-left: 34px;
    padding-right: 34px;
}
}

@media (max-width: 760px) {
#waterjet-specs .section {
padding: 40px 18px;
}

#waterjet-specs .product-detail-panel {
padding: 16px;
}

#waterjet-specs .visual-config-section {
margin-left: -16px;
    margin-right: -16px;
    padding: 10px;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card img {
aspect-ratio: 16 / 9;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card > div, #waterjet-specs .visual-card > div, #waterjet-specs .visual-card-grid-views .visual-card > div {
padding: 14px;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card h5, #waterjet-specs .visual-card h5, #waterjet-specs .visual-card-grid-views .visual-card h5 {
font-size: 16.5px;
}
}

#waterjet-specs .section-capabilities .section-header p:not(.eyebrow), #waterjet-specs .contact-section .contact-copy p:not(.eyebrow) {
color: #d9e8f7;
}

@media (max-width: 760px) {
#waterjet-specs .section-capabilities .section-header p:not(.eyebrow), #waterjet-specs .contact-section .contact-copy p:not(.eyebrow) {
color: #dceafa;
}
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card > img {
width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card > img {
display: block;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card > img {
object-fit: cover;
}

#waterjet-specs .visual-card-grid-removed-product-components .visual-card > img.removed-product-main-nozzle-image {
object-fit: cover;
  object-position: center center;
  background: #edf3f8;
}

@media (max-width: 760px) {
#waterjet-specs .visual-card-grid-removed-product-components .visual-card > img {
height: auto;
    aspect-ratio: 16 / 9;
}
}

#waterjet-specs .visual-card-grid-removed-product.visual-card-grid-views {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

#waterjet-specs .visual-card-grid-removed-product.visual-card-grid-views .visual-card img {
width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  object-fit: cover;
  background: #eef4fa;
}

#waterjet-specs .visual-card-grid-removed-product.visual-card-grid-views .visual-card img.removed-product-view-image-lift {
object-position: center 64%;
}

@media (max-width: 760px) {
#waterjet-specs .visual-card-grid-removed-product.visual-card-grid-views {
grid-template-columns: 1fr;
}
}

#waterjet-specs .visual-card-grid-views .visual-card > .protected-image-frame {
display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #eef4fa;
  line-height: 0;
}

#waterjet-specs .visual-card-grid-views .visual-card > .protected-image-frame img {
display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef4fa;
}

@media (max-width: 760px) {
#waterjet-specs .detail-section-title {
grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 12px;
    align-items: center;
}

#waterjet-specs .detail-section-title > div {
display: contents;
}

#waterjet-specs .detail-section-title > span {
width: 48px;
    height: 48px;
    grid-column: 1;
    grid-row: 1;
    border-radius: 12px;
    font-size: 15px;
}

#waterjet-specs .detail-section-title h4 {
grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.12;
}

#waterjet-specs .detail-section-title p {
grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 2px;
    max-width: none;
    font-size: 16px;
    line-height: 1.66;
    text-align: left;
}
}

@media (max-width: 760px) {
#waterjet-specs .visual-card-grid-views .visual-card .protected-image-frame {
width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

#waterjet-specs .visual-card-grid-views .visual-card img, #waterjet-specs .visual-card-grid-config .visual-card img {
width: calc(100% + 24px);
    max-width: none;
    margin: -12px -12px 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#waterjet-specs .visual-card-grid-views .visual-card .protected-image-frame img {
width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
    background: transparent;
}
}

#waterjet-specs .protected-image-frame {
display: block;
  width: 100%;
  overflow: hidden;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

#waterjet-specs .protected-image-frame img {
cursor: default;
}

#waterjet-specs .section-capabilities .section-header .eyebrow {
color: #9fc4ff;
}

#waterjet-specs .section-capabilities .section-header p:not(.eyebrow) {
max-width: 760px;
  color: #d9e8f7;
}

#waterjet-specs .frame-structure-heading {
width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 20px 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 253, 0.96)),
    linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.08), transparent 42%);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.16);
  border-radius: 8px;
  box-shadow:
    0 14px 32px rgba(7, 31, 88, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

#waterjet-specs .frame-structure-heading h4 {
max-width: none;
}

#waterjet-specs .frame-structure-heading p:not(.eyebrow) {
max-width: none;
}

#waterjet-specs .frame-structure-grid {
width: 100%;
  margin-top: 14px;
}

#waterjet-specs .frame-structure-grid.visual-card-grid-views .visual-card > .protected-image-frame img {
aspect-ratio: 16 / 9;
  object-fit: cover;
}

#waterjet-specs .frame-structure-grid .visual-card h5 {
font-size: 17px;
}

#waterjet-specs .frame-structure-grid .visual-card p {
color: #536377;
}

@media (max-width: 760px) {
#waterjet-specs .frame-structure-heading {
margin-top: 18px;
    padding: 17px 16px;
}

#waterjet-specs .frame-structure-grid.visual-card-grid-views .visual-card > .protected-image-frame img {
aspect-ratio: 16 / 9;
}
}

#waterjet-specs .hero .eyebrow {
max-width: 720px;
  margin-bottom: 15px;
  color: #c1d8ff;
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.36;
  letter-spacing: 0;
  text-shadow: 0 2px 14px rgba(3, 13, 31, 0.42);
}

@media (max-width: 760px) {
#waterjet-specs .hero .eyebrow {
max-width: 335px;
    margin-bottom: 12px;
    font-size: 11.5px;
    line-height: 1.42;
}
}

@media (max-width: 420px) {
#waterjet-specs .hero .eyebrow {
max-width: 310px;
    font-size: 10.8px;
}
}

html[lang="ar"] #waterjet-specs .detail-summary, html[lang="ar"] #waterjet-specs .detail-section-title, html[lang="ar"] #waterjet-specs .visual-config-heading, html[lang="ar"] #waterjet-specs .visual-card > div, html[lang="ar"] #waterjet-specs .spec-highlight-grid, html[lang="ar"] #waterjet-specs .spec-block, html[lang="ar"] #waterjet-specs .quality-strip {
direction: rtl;
  text-align: right;
}

html[lang="ar"] #waterjet-specs .quality-strip li {
padding-left: 0;
  padding-right: 18px;
}

html[lang="ar"] #waterjet-specs .quality-strip li::before {
left: auto;
  right: 0;
}

#waterjet-specs .section-header p:not(.eyebrow), #waterjet-specs .detail-header p:not(.eyebrow), #waterjet-specs .visual-config-heading p:not(.eyebrow), #waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
color: #56677b;
}

#waterjet-specs .product-detail-panel, #waterjet-specs .visual-config-section, #waterjet-specs .visual-card, #waterjet-specs .spec-block, #waterjet-specs .quality-strip > div, #waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div {
border-color: rgba(202, 216, 232, 0.86);
}

#waterjet-specs .visual-config-section, #waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .spec-block, #waterjet-specs .quality-strip > div, #waterjet-specs .visual-card {
background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 251, 255, 0.965));
}

#waterjet-specs .eyebrow, #waterjet-specs .detail-summary span, #waterjet-specs .spec-highlight-grid span, #waterjet-specs .spec-note span, #waterjet-specs .spec-table span, #waterjet-specs .visual-card span {
letter-spacing: 0.01em;
}

@media (max-width: 760px) {
html[lang="ar"] #waterjet-specs .detail-section-title p {
text-align: right;
}

#waterjet-specs .visual-config-heading h4 {
font-size: 21px;
}

#waterjet-specs .detail-section-title h4 {
font-size: clamp(23px, 6.5vw, 31px);
}
}

#waterjet-specs .visual-config-heading, #waterjet-specs .detail-section-title {
text-wrap: pretty;
}

#waterjet-specs .visual-config-heading h4, #waterjet-specs .detail-section-title h4, #waterjet-specs .spec-block h4 {
color: #082967;
  line-height: 1.12;
}

#waterjet-specs .section-header p:not(.eyebrow), #waterjet-specs .visual-config-heading p:not(.eyebrow), #waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
line-height: 1.62;
}

#waterjet-specs .product-detail-panel, #waterjet-specs .visual-config-section, #waterjet-specs .spec-block {
box-shadow: 0 20px 52px rgba(15, 43, 88, 0.08);
}

#waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .visual-card, #waterjet-specs .quality-strip > div {
box-shadow: 0 12px 28px rgba(12, 45, 92, 0.055);
}

#waterjet-specs .eyebrow, #waterjet-specs .detail-summary span, #waterjet-specs .spec-highlight-grid span, #waterjet-specs .spec-note span, #waterjet-specs .visual-card span {
color: #a81024;
}

#waterjet-specs .visual-card h5, #waterjet-specs .spec-highlight-grid strong {
color: #092a63;
}

#waterjet-specs .spec-table div {
border-color: rgba(213, 225, 238, 0.92);
}

html[lang="ar"] #waterjet-specs .visual-config-heading h4, html[lang="ar"] #waterjet-specs .detail-section-title h4, html[lang="ar"] #waterjet-specs .spec-block h4 {
line-height: 1.22;
}

html[lang="tr"] #waterjet-specs .visual-config-heading h4, html[lang="tr"] #waterjet-specs .detail-section-title h4 {
line-height: 1.16;
}

html[lang="vi"] #waterjet-specs .visual-config-heading h4, html[lang="vi"] #waterjet-specs .detail-section-title h4 {
line-height: 1.14;
}

html[lang="vi"] #waterjet-specs .section-header p:not(.eyebrow), html[lang="vi"] #waterjet-specs .visual-config-heading p:not(.eyebrow) {
line-height: 1.58;
}

html[lang="vi"] #waterjet-specs .visual-config-heading p:not(.eyebrow) {
max-width: 940px;
}

html[lang="vi"] #waterjet-specs .visual-card h5 {
font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.18;
}

html[lang="vi"] #waterjet-specs .visual-card p, html[lang="vi"] #waterjet-specs .spec-table p, html[lang="vi"] #waterjet-specs .quality-strip li {
font-size: clamp(15px, 1vw, 17px);
  line-height: 1.56;
}

html[lang="vi"] #waterjet-specs .detail-summary strong, html[lang="vi"] #waterjet-specs .spec-highlight-grid strong {
line-height: 1.22;
}

@media (max-width: 760px) {
#waterjet-specs .section {
padding-top: 52px;
    padding-bottom: 52px;
}

#waterjet-specs .product-detail-panel, #waterjet-specs .visual-config-section, #waterjet-specs .spec-block, #waterjet-specs .quality-strip > div {
border-radius: 14px;
}

#waterjet-specs .section-header p:not(.eyebrow), #waterjet-specs .visual-config-heading p:not(.eyebrow), #waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
line-height: 1.56;
}

html[lang="vi"] #waterjet-specs .visual-config-heading h4, html[lang="vi"] #waterjet-specs .detail-section-title h4 {
font-size: clamp(21px, 5.7vw, 28px);
    line-height: 1.18;
}

html[lang="vi"] #waterjet-specs .section-header p:not(.eyebrow), html[lang="vi"] #waterjet-specs .visual-config-heading p:not(.eyebrow), html[lang="vi"] #waterjet-specs .visual-card p, html[lang="vi"] #waterjet-specs .spec-table p, html[lang="vi"] #waterjet-specs .quality-strip li {
font-size: 15.5px;
    line-height: 1.52;
}

html[lang="vi"] #waterjet-specs .detail-summary strong, html[lang="vi"] #waterjet-specs .spec-highlight-grid strong {
font-size: clamp(20px, 5.3vw, 25px);
}
}

#waterjet-specs .hero .eyebrow {
font-size: clamp(13px, 1vw, 16px);
  color: #c6dcff;
}

#waterjet-specs .section {
padding-top: 84px;
  padding-bottom: 84px;
}

#waterjet-specs .visual-config-heading h4, #waterjet-specs .detail-section-title h4 {
font-size: clamp(22px, 2vw, 30px);
}

#waterjet-specs .section-header p:not(.eyebrow), #waterjet-specs .visual-config-heading p:not(.eyebrow) {
font-size: 15.5px;
  line-height: 1.58;
}

#waterjet-specs .product-detail-panel, #waterjet-specs .visual-config-section, #waterjet-specs .spec-block {
box-shadow: 0 16px 40px rgba(12, 45, 92, 0.065);
}

#waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .visual-card, #waterjet-specs .quality-strip > div {
box-shadow: 0 10px 24px rgba(12, 45, 92, 0.045);
}

#waterjet-specs .visual-card h5 {
font-size: 16.5px;
  line-height: 1.2;
}

#waterjet-specs .visual-card-grid-views .visual-card h5 {
font-size: 17.5px;
}

#waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
color: #5a6a7f;
  font-size: 13.6px;
  line-height: 1.55;
}

@media (max-width: 640px) {
#waterjet-specs .hero .eyebrow {
max-width: 330px;
    font-size: 10.6px;
    line-height: 1.25;
}

#waterjet-specs .section {
padding-top: 46px;
    padding-bottom: 46px;
}

#waterjet-specs .visual-config-heading, #waterjet-specs .detail-section-title {
max-width: none;
}

#waterjet-specs .visual-config-heading h4, #waterjet-specs .detail-section-title h4 {
font-size: clamp(20px, 5.5vw, 26px);
    line-height: 1.18;
}

#waterjet-specs .section-header p:not(.eyebrow), #waterjet-specs .visual-config-heading p:not(.eyebrow), #waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
font-size: 14px;
    line-height: 1.5;
}

#waterjet-specs .product-detail-panel, #waterjet-specs .visual-config-section, #waterjet-specs .spec-block, #waterjet-specs .quality-strip > div {
border-radius: 12px;
    box-shadow: 0 10px 26px rgba(12, 45, 92, 0.055);
}

#waterjet-specs .visual-card, #waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div {
box-shadow: none;
}

#waterjet-specs .visual-card h5, #waterjet-specs .visual-card-grid-views .visual-card h5 {
font-size: 16px;
}

#waterjet-specs .detail-summary strong, #waterjet-specs .spec-highlight-grid strong {
font-size: clamp(19px, 5.1vw, 23px);
}
}

#waterjet-specs .shedding-system-panel {
margin: 42px 0 44px;
  padding: 8px 0 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#waterjet-specs .shedding-system-panel + .visual-config-subheading {
margin-top: 0;
}

#waterjet-specs .shedding-system-heading {
display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
}

#waterjet-specs .shedding-system-heading h4 {
margin: 0;
  color: #082967;
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 900;
  line-height: 1.14;
  text-wrap: balance;
}

#waterjet-specs .shedding-system-heading > p {
max-width: 920px;
  margin: 0;
  color: #536579;
  font-size: 14.5px;
  line-height: 1.62;
  text-wrap: pretty;
}

#waterjet-specs .shedding-system-visual {
width: min(100%, 640px);
  margin: 22px auto 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#waterjet-specs .shedding-system-visual .protected-image-frame {
width: 100%;
  padding: 10px 0 3px;
  background: transparent;
}

#waterjet-specs .shedding-system-visual img {
display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 200 / 81;
  object-fit: contain;
  background: transparent;
  mix-blend-mode: multiply;
}

#waterjet-specs .shedding-system-visual figcaption {
display: flex;
  flex-wrap: wrap;
  gap: 2px 7px;
  align-items: baseline;
  justify-content: flex-end;
  padding: 10px 4px 0;
  background: transparent;
  border-top: 0;
  direction: ltr;
  text-align: right;
}

#waterjet-specs .shedding-system-visual figcaption span {
color: #a81024;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

#waterjet-specs .shedding-system-visual figcaption strong {
color: #183d71;
  font-size: 13px;
  line-height: 1.25;
}

#waterjet-specs .shedding-spec-table-wrap {
margin-top: 12px;
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid rgba(var(--panel-accent-rgb), 0.24);
  border-radius: 7px;
  box-shadow:
    0 12px 26px rgba(9, 42, 99, 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  overscroll-behavior-inline: contain;
  scrollbar-color: #8fa8c4 #edf3f8;
  scrollbar-width: thin;
}

#waterjet-specs .shedding-spec-table-wrap:focus-visible {
outline: 3px solid rgba(31, 101, 174, 0.3);
  outline-offset: 3px;
}

#waterjet-specs .shedding-spec-table {
width: 100%;
  min-width: 790px;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  color: #263a52;
  font-variant-numeric: tabular-nums;
}

#waterjet-specs .shedding-spec-table th, #waterjet-specs .shedding-spec-table td {
border-inline-end: 1px solid #d5e0eb;
}

#waterjet-specs .shedding-spec-table tr > :last-child {
border-inline-end: 0;
}

#waterjet-specs .shedding-spec-table thead th {
padding: 10px 9px;
  background: #123f76;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

#waterjet-specs .shedding-spec-table thead th:first-child {
width: 20%;
  background: #0a3263;
  text-align: left;
}

#waterjet-specs .shedding-spec-table tbody th, #waterjet-specs .shedding-spec-table tbody td {
padding: 8px 9px;
  border-top: 1px solid #dbe4ed;
  font-size: 11.75px;
  line-height: 1.24;
}

#waterjet-specs .shedding-spec-table tbody th {
background: #f2f6fa;
  color: #23384f;
  font-weight: 800;
  text-align: left;
}

#waterjet-specs .shedding-spec-table tbody td {
background: #ffffff;
  text-align: center;
  white-space: nowrap;
}

#waterjet-specs .shedding-spec-table tbody tr:nth-child(even) th {
background: #e9f0f6;
}

#waterjet-specs .shedding-spec-table tbody tr:nth-child(even) td {
background: #f6f9fc;
}

#waterjet-specs .shedding-system-note {
margin: 13px 2px 0;
  color: #6a7889;
  font-size: 11.5px;
  line-height: 1.5;
}

html[lang="ar"] #waterjet-specs .shedding-system-heading, html[lang="ar"] #waterjet-specs .shedding-system-note {
text-align: right;
}

html[lang="ar"] #waterjet-specs .shedding-spec-table thead th:first-child, html[lang="ar"] #waterjet-specs .shedding-spec-table tbody th {
text-align: right;
}

@media (max-width: 980px) {
#waterjet-specs .shedding-system-heading {
grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
}
}

@media (max-width: 760px) {
#waterjet-specs .shedding-system-panel {
--shedding-mobile-inline-gutter: clamp(14px, 4.2vw, 18px);
    margin: 44px 0 42px;
    padding: 22px 0 20px;
    border-top: 1px solid rgba(18, 63, 118, 0.16);
    border-bottom: 1px solid rgba(18, 63, 118, 0.16);
}

#waterjet-specs .shedding-system-heading {
padding-inline: var(--shedding-mobile-inline-gutter);
}

#waterjet-specs .shedding-system-heading h4 {
font-size: clamp(20px, 5.8vw, 24px);
    line-height: 1.2;
}

#waterjet-specs .shedding-system-heading > p {
font-size: 13.5px;
    line-height: 1.58;
}

#waterjet-specs .shedding-system-visual {
width: calc(70% + 17px);
    margin: 16px auto 0;
}

#waterjet-specs .shedding-system-visual .protected-image-frame {
padding: 9px 0 2px;
}

#waterjet-specs .shedding-system-visual figcaption {
padding: 9px 2px 0;
}

#waterjet-specs .shedding-spec-table-wrap {
width: 100%;
    margin: 16px 0 0;
    overflow-x: hidden;
    border-color: rgba(18, 63, 118, 0.24);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(9, 42, 99, 0.09);
    scroll-snap-type: none;
    touch-action: auto;
}

#waterjet-specs .shedding-spec-table {
width: 100%;
    min-width: 0;
}

#waterjet-specs .shedding-spec-table thead th {
padding: 5px 2px;
    font-size: 6.6px;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

#waterjet-specs .shedding-spec-table tbody th, #waterjet-specs .shedding-spec-table tbody td {
padding: 4px 2px;
    font-size: 6.9px;
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: anywhere;
}

#waterjet-specs .shedding-spec-table thead th:first-child {
width: 24%;
    font-size: 6.2px;
    line-height: 1.1;
}

#waterjet-specs .shedding-spec-table tbody th {
padding-inline: 2px;
    font-size: 6.9px;
    line-height: 1.08;
    letter-spacing: 0;
}

#waterjet-specs .shedding-spec-table thead th:first-child, #waterjet-specs .shedding-spec-table tbody th {
position: static;
    inset-inline-start: auto;
    z-index: auto;
    box-shadow: none;
}

html[dir="rtl"] #waterjet-specs .shedding-spec-table thead th:first-child, html[dir="rtl"] #waterjet-specs .shedding-spec-table tbody th {
box-shadow: none;
}

#waterjet-specs .shedding-system-note {
margin: 12px var(--shedding-mobile-inline-gutter) 0;
}
}

#waterjet-specs .visual-card-grid-config .visual-card img {
object-position: var(--config-focus-desktop, 50% 50%);
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-copper-components"] {
--config-focus-desktop: 52% 50%;
  --config-focus-mobile: 52% 50%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-planetary-leno"] {
--config-focus-desktop: 50% 49%;
  --config-focus-mobile: 50% 47%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-bearings"] {
--config-focus-desktop: 50% 48%;
  --config-focus-mobile: 50% 48%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-temple-support"] {
--config-focus-desktop: 52% 50%;
  --config-focus-mobile: 52% 48%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-cnc-water-guide"] {
--config-focus-desktop: 50% 51%;
  --config-focus-mobile: 50% 50%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-aluminum-blower"] {
--config-focus-desktop: 56% 50%;
  --config-focus-mobile: 55% 50%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-hmi"] {
--config-focus-desktop: 50% 54%;
  --config-focus-mobile: 50% 52%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-weft-feeder"] {
--config-focus-desktop: 50% 50%;
  --config-focus-mobile: 50% 50%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-water-jet-valve"] {
--config-focus-desktop: 57% 50%;
  --config-focus-mobile: 56% 50%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-angle-sensor"] {
--config-focus-desktop: 50% 62%;
  --config-focus-mobile: 50% 62%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-elo-etu"] {
--config-focus-desktop: 50% 50%;
  --config-focus-mobile: 50% 50%;
}

#waterjet-specs .visual-card-grid-config img[src*="waterjet-config-direct-drive-motor"] {
--config-focus-desktop: 50% 54%;
  --config-focus-mobile: 50% 52%;
}

@media (max-width: 760px) {
#waterjet-specs .visual-card-grid-config .visual-card img {
object-position: var(--config-focus-mobile, var(--config-focus-desktop, 50% 50%));
}
}

#waterjet-specs .section-header p:not(.eyebrow), #waterjet-specs .detail-header p:not(.eyebrow), #waterjet-specs .visual-config-heading p:not(.eyebrow) {
color: #4b5e73;
  font-size: 16.25px;
  line-height: 1.62;
}

#waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
color: #4d6075;
  font-size: 14.5px;
  line-height: 1.56;
}

#waterjet-specs .product-detail-panel {
border-color: rgba(38, 84, 130, 0.16);
  box-shadow: 0 18px 42px rgba(10, 47, 108, 0.08);
}

#waterjet-specs .visual-config-section {
background: transparent;
  border-color: transparent;
  box-shadow: none;
}

#waterjet-specs .visual-card, #waterjet-specs .visual-card-grid-views .visual-card, #waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .quality-strip > div {
border-color: rgba(38, 84, 130, 0.15);
  box-shadow: 0 8px 20px rgba(10, 47, 108, 0.045);
}

#waterjet-specs .spec-block {
border-color: rgba(38, 84, 130, 0.16);
  box-shadow: 0 12px 28px rgba(10, 47, 108, 0.055);
}

@media (min-width: 761px) {
#waterjet-specs .section {
padding-top: 72px;
    padding-bottom: 72px;
}
}

@media (max-width: 760px) {
#waterjet-specs .section-header p:not(.eyebrow), #waterjet-specs .detail-header p:not(.eyebrow), #waterjet-specs .visual-config-heading p:not(.eyebrow) {
font-size: 15px;
    line-height: 1.58;
}

#waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
font-size: 14px;
    line-height: 1.52;
}

#waterjet-specs .shedding-spec-table {
table-layout: fixed;
}

#waterjet-specs .shedding-spec-table thead th {
padding: 5px 1px;
    font-size: 7.2px;
    line-height: 1.08;
}

#waterjet-specs .shedding-spec-table tbody th, #waterjet-specs .shedding-spec-table tbody td {
padding: 4px 1px;
    font-size: 7.7px;
    line-height: 1.1;
}

#waterjet-specs .shedding-spec-table thead th:first-child {
width: 21%;
    font-size: 7px;
}

#waterjet-specs .shedding-spec-table tbody th {
font-size: 7.2px;
}
}

#waterjet-specs .shedding-spec-table-shell .shedding-spec-table-wrap {
margin-top: 0;
}

@media (max-width: 760px) {
#waterjet-specs .shedding-spec-table-wrap {
width: 100%;
    margin: 0;
    padding-inline-end: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}

#waterjet-specs .shedding-spec-table-wrap::-webkit-scrollbar {
display: none;
}

#waterjet-specs .shedding-spec-table {
width: 760px;
    min-width: 760px;
    table-layout: fixed;
}

#waterjet-specs .shedding-spec-table thead th {
padding: 10px 8px;
    font-size: 11px;
    line-height: 1.2;
    overflow-wrap: normal;
}

#waterjet-specs .shedding-spec-table tbody th, #waterjet-specs .shedding-spec-table tbody td {
padding: 8px;
    font-size: 11.25px;
    line-height: 1.22;
    white-space: nowrap;
    overflow-wrap: normal;
}

#waterjet-specs .shedding-spec-table thead th:first-child {
width: 19%;
    font-size: 10.5px;
}

#waterjet-specs .shedding-spec-table tbody th {
font-size: 10.75px;
    line-height: 1.18;
}

#waterjet-specs .shedding-spec-table thead th:first-child, #waterjet-specs .shedding-spec-table tbody th {
position: sticky;
    z-index: 3;
    left: 0;
    box-shadow: 3px 0 8px rgba(8, 39, 92, 0.08);
}

#waterjet-specs .shedding-spec-table thead th:first-child {
z-index: 4;
    background: #0a3263;
}

html[lang="ar"] #waterjet-specs .shedding-spec-table thead th:first-child, html[lang="ar"] #waterjet-specs .shedding-spec-table tbody th {
direction: rtl;
    text-align: right;
}
}

@media (max-width: 360px) {
#waterjet-specs .shedding-spec-table {
width: 720px;
    min-width: 720px;
}

#waterjet-specs .shedding-spec-table thead th:first-child {
width: 18%;
}
}

#waterjet-specs .shedding-spec-table th, #waterjet-specs .shedding-spec-table td {
box-sizing: border-box;
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

#waterjet-specs .shedding-spec-table thead th {
padding: 11px;
  line-height: 1.28;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

#waterjet-specs .shedding-spec-table tbody th, #waterjet-specs .shedding-spec-table tbody td {
padding: 9px 11px;
  line-height: 1.3;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

@media (max-width: 760px) {
#waterjet-specs .shedding-spec-table thead th {
padding: 9px 8px;
    font-size: 10.75px;
    line-height: 1.26;
}

#waterjet-specs .shedding-spec-table tbody th, #waterjet-specs .shedding-spec-table tbody td {
padding: 8px 9px;
    font-size: 11px;
    line-height: 1.28;
}

#waterjet-specs .shedding-spec-table thead th:first-child {
font-size: 10.25px;
}

#waterjet-specs .shedding-spec-table tbody th {
font-size: 10.5px;
}
}

@media (max-width: 360px) {
#waterjet-specs .shedding-spec-table thead th {
padding: 8px 7px;
    font-size: 10px;
}

#waterjet-specs .shedding-spec-table tbody th, #waterjet-specs .shedding-spec-table tbody td {
padding: 7px;
    font-size: 10.5px;
}

#waterjet-specs .shedding-spec-table thead th:first-child, #waterjet-specs .shedding-spec-table tbody th {
font-size: 9.75px;
}
}

#waterjet-specs .spec-table {
gap: 10px;
}

#waterjet-specs .spec-table div {
border: 1px solid rgba(190, 208, 226, 0.72);
  border-left: 1px solid rgba(190, 208, 226, 0.72);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  box-shadow: none;
}

@media (max-width: 760px) {
#waterjet-specs .spec-table {
gap: 12px;
}

#waterjet-specs .spec-table div {
padding: 15px 18px;
}
}

html[lang="hi"] #waterjet-specs .visual-config-heading h4, html[lang="hi"] #waterjet-specs .detail-section-title h4, html[lang="hi"] #waterjet-specs .shedding-system-heading h4 {
line-height: 1.38;
  overflow-wrap: anywhere;
}

html[lang="hi"] #waterjet-specs .section-header p:not(.eyebrow), html[lang="hi"] #waterjet-specs .visual-config-heading p:not(.eyebrow), html[lang="hi"] #waterjet-specs .visual-card p, html[lang="hi"] #waterjet-specs .spec-table p, html[lang="hi"] #waterjet-specs .quality-strip li, html[lang="hi"] #waterjet-specs .shedding-system-heading > p {
line-height: 1.74;
}

html[lang="hi"] #waterjet-specs .visual-card h5, html[lang="hi"] #waterjet-specs .spec-table span, html[lang="hi"] #waterjet-specs .detail-summary strong, html[lang="hi"] #waterjet-specs .spec-highlight-grid strong {
line-height: 1.46;
  overflow-wrap: anywhere;
}

html[lang="hi"] #waterjet-specs .shedding-spec-table th, html[lang="hi"] #waterjet-specs .shedding-spec-table td {
line-height: 1.44;
}

#waterjet-specs :where(.visual-card, .shedding-system-panel).is-image-selectable {
--image-selection-rgb: 169, 15, 34;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

#waterjet-specs :where(.visual-card, .shedding-system-panel).is-image-selectable:focus-visible {
outline: 3px solid rgba(var(--image-selection-rgb), 0.3);
  outline-offset: 3px;
}

#waterjet-specs :where(.visual-card, .shedding-system-panel).is-image-selectable.is-image-selected {
border-color: rgba(var(--image-selection-rgb), 0.7) !important;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 20px 28px -22px rgba(8, 39, 101, 0.72),
    0 17px 24px -17px rgba(var(--image-selection-rgb), 0.66),
    inset 0 -3px 0 rgba(var(--image-selection-rgb), 0.15),
    inset 0 0 0 1px rgba(var(--image-selection-rgb), 0.1) !important;
}

#waterjet-specs .shedding-system-panel.is-image-selectable {
border-radius: 8px;
}

#waterjet-specs .shedding-system-panel.is-image-selectable.is-image-selected {
background: transparent;
  border-color: transparent !important;
}

@media (min-width: 761px) {
#waterjet-specs .shedding-system-panel.is-image-selectable.is-image-selected {
box-shadow: none !important;
}

#waterjet-specs .shedding-system-panel.is-image-selectable::after {
content: "";
    position: absolute;
    inset: -16px -18px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transition:
      border-color 180ms ease,
      box-shadow 180ms ease,
      opacity 180ms ease;
}

#waterjet-specs .shedding-system-panel.is-image-selectable.is-image-selected::after {
border-color: rgba(var(--image-selection-rgb), 0.22);
    box-shadow:
      0 20px 28px -22px rgba(8, 39, 101, 0.72),
      0 17px 24px -17px rgba(var(--image-selection-rgb), 0.58),
      inset 0 -3px 0 rgba(var(--image-selection-rgb), 0.12);
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {
#waterjet-specs :where(.visual-card, .shedding-system-panel).is-image-selectable {
transition: none;
}

#waterjet-specs .shedding-system-panel.is-image-selectable::after {
transition: none;
}
}

@media (max-width: 760px) {
html[lang="hi"] #waterjet-specs .visual-config-heading h4, html[lang="hi"] #waterjet-specs .detail-section-title h4, html[lang="hi"] #waterjet-specs .shedding-system-heading h4 {
font-size: clamp(18px, 4.75vw, 23px);
    line-height: 1.42;
}

html[lang="hi"] #waterjet-specs .visual-card h5, html[lang="hi"] #waterjet-specs .visual-card-grid-views .visual-card h5 {
font-size: 15px;
    line-height: 1.46;
}

html[lang="hi"] #waterjet-specs .section-header p:not(.eyebrow), html[lang="hi"] #waterjet-specs .visual-config-heading p:not(.eyebrow), html[lang="hi"] #waterjet-specs .visual-card p, html[lang="hi"] #waterjet-specs .spec-table p, html[lang="hi"] #waterjet-specs .quality-strip li, html[lang="hi"] #waterjet-specs .shedding-system-heading > p {
font-size: 13.5px;
    line-height: 1.72;
}

html[lang="hi"] #waterjet-specs .shedding-spec-table thead th {
padding: 8px 6px;
    font-size: 9.5px;
    line-height: 1.4;
}

html[lang="hi"] #waterjet-specs .shedding-spec-table tbody th, html[lang="hi"] #waterjet-specs .shedding-spec-table tbody td {
padding: 7px 7px;
    font-size: 10px;
    line-height: 1.42;
}

html[lang="hi"] #waterjet-specs .shedding-spec-table thead th:first-child, html[lang="hi"] #waterjet-specs .shedding-spec-table tbody th {
font-size: 9.2px;
}
}

#waterjet-specs .visual-card, #waterjet-specs .visual-card-grid-views .visual-card, #waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .quality-strip > div {
border-color: rgba(38, 84, 130, 0.12);
  border-radius: 8px;
  box-shadow: 0 7px 18px rgba(10, 47, 108, 0.035);
}

#waterjet-specs .spec-table div {
border-color: rgba(190, 208, 226, 0.58);
}

#waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
color: #4a5e73;
}

#waterjet-specs .shedding-system-heading h4, #waterjet-specs .frame-structure-heading h4 {
overflow-wrap: anywhere;
}

@media (max-width: 760px) {
#waterjet-specs .visual-card p, #waterjet-specs .spec-table p, #waterjet-specs .quality-strip li {
font-size: 14.5px;
    line-height: 1.56;
}

#waterjet-specs .shedding-system-heading > p {
font-size: 14.5px;
    line-height: 1.58;
}

#waterjet-specs .shedding-system-note {
font-size: 12px;
    line-height: 1.56;
}

html[lang="hi"] #waterjet-specs .visual-card p, html[lang="hi"] #waterjet-specs .spec-table p, html[lang="hi"] #waterjet-specs .quality-strip li, html[lang="hi"] #waterjet-specs .visual-config-heading p:not(.eyebrow), html[lang="hi"] #waterjet-specs .shedding-system-heading > p {
font-size: 14px;
    line-height: 1.68;
}

#waterjet-specs .spec-table span, #waterjet-specs .spec-highlight-grid span, #waterjet-specs .spec-note span {
font-size: 12px;
    line-height: 1.35;
}

#waterjet-specs .visual-card, #waterjet-specs .visual-card-grid-views .visual-card, #waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .quality-strip > div {
border-radius: 8px;
}

#waterjet-specs .shedding-spec-table-wrap {
padding-inline-end: 36px;
    scroll-padding-inline: 22% 36px;
}
}

#waterjet-specs :where(.section[id], .section-anchor[id], .product-detail-panel[id], .shedding-system-heading h4[id], #top) {
scroll-margin-top: 84px;
}

#waterjet-specs .shedding-system-guide {
margin: 13px 2px 0;
  padding: 10px 12px;
  border-radius: 6px;
  color: #40566e;
  background: rgba(226, 237, 247, 0.66);
  font-size: 12.5px;
  line-height: 1.52;
}

html[lang="ar"] #waterjet-specs .shedding-system-guide {
direction: rtl;
  text-align: right;
}

html[lang="ar"] #waterjet-specs .hero .eyebrow {
direction: ltr;
  unicode-bidi: isolate;
}

html[lang="ar"] #waterjet-specs .hero .eyebrow {
text-align: right;
}

#waterjet-specs .visual-card, #waterjet-specs .visual-card-grid-views .visual-card, #waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .quality-strip > div {
border-color: rgba(38, 84, 130, 0.1);
  box-shadow: 0 7px 17px rgba(10, 47, 108, 0.028);
}

#waterjet-specs .spec-table div {
border-color: rgba(190, 208, 226, 0.46);
}

@media (max-width: 760px) {
#waterjet-specs :where(.section[id], .section-anchor[id], .product-detail-panel[id], .shedding-system-heading h4[id], #top) {
scroll-margin-top: 58px;
}

#waterjet-specs .shedding-system-guide {
margin: 12px var(--shedding-mobile-inline-gutter) 0;
    padding: 9px 10px;
    font-size: 11.5px;
    line-height: 1.52;
}

#waterjet-specs .visual-card, #waterjet-specs .visual-card-grid-views .visual-card, #waterjet-specs .detail-summary div, #waterjet-specs .spec-highlight-grid div, #waterjet-specs .quality-strip > div {
border-color: rgba(38, 84, 130, 0.095);
}
}

html[lang="gu"] #waterjet-specs .visual-config-heading h4, html[lang="gu"] #waterjet-specs .detail-section-title h4, html[lang="gu"] #waterjet-specs .shedding-system-heading h4, html[lang="gu"] #waterjet-specs .spec-block h4, html[lang="gu"] #waterjet-specs .quality-strip h4 {
line-height: 1.42;
  overflow-wrap: anywhere;
}

html[lang="gu"] #waterjet-specs .section-header p:not(.eyebrow), html[lang="gu"] #waterjet-specs .visual-config-heading p:not(.eyebrow), html[lang="gu"] #waterjet-specs .visual-card p, html[lang="gu"] #waterjet-specs .spec-table p, html[lang="gu"] #waterjet-specs .quality-strip li, html[lang="gu"] #waterjet-specs .shedding-system-heading > p, html[lang="gu"] #waterjet-specs .shedding-system-guide, html[lang="gu"] #waterjet-specs .shedding-system-note {
line-height: 1.76;
}

html[lang="gu"] #waterjet-specs .visual-card h5, html[lang="gu"] #waterjet-specs .spec-table span, html[lang="gu"] #waterjet-specs .detail-summary strong, html[lang="gu"] #waterjet-specs .spec-highlight-grid strong {
line-height: 1.48;
  overflow-wrap: anywhere;
}

html[lang="gu"] #waterjet-specs .shedding-spec-table th, html[lang="gu"] #waterjet-specs .shedding-spec-table td {
line-height: 1.48;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
html[lang="gu"] #waterjet-specs .visual-config-heading h4, html[lang="gu"] #waterjet-specs .detail-section-title h4, html[lang="gu"] #waterjet-specs .shedding-system-heading h4, html[lang="gu"] #waterjet-specs .spec-block h4, html[lang="gu"] #waterjet-specs .quality-strip h4 {
font-size: clamp(18px, 4.75vw, 23px);
    line-height: 1.46;
}

html[lang="gu"] #waterjet-specs .visual-card h5, html[lang="gu"] #waterjet-specs .visual-card-grid-views .visual-card h5 {
font-size: 15px;
    line-height: 1.5;
}

html[lang="gu"] #waterjet-specs .section-header p:not(.eyebrow), html[lang="gu"] #waterjet-specs .visual-config-heading p:not(.eyebrow), html[lang="gu"] #waterjet-specs .visual-card p, html[lang="gu"] #waterjet-specs .spec-table p, html[lang="gu"] #waterjet-specs .quality-strip li, html[lang="gu"] #waterjet-specs .shedding-system-heading > p, html[lang="gu"] #waterjet-specs .shedding-system-guide, html[lang="gu"] #waterjet-specs .shedding-system-note {
font-size: 13.5px;
    line-height: 1.74;
}

html[lang="gu"] #waterjet-specs .shedding-spec-table thead th {
padding: 8px 5px;
    font-size: 9.3px;
    line-height: 1.42;
}

html[lang="gu"] #waterjet-specs .shedding-spec-table tbody th, html[lang="gu"] #waterjet-specs .shedding-spec-table tbody td {
padding: 7px 6px;
    font-size: 9.8px;
    line-height: 1.44;
}

html[lang="gu"] #waterjet-specs .shedding-spec-table thead th:first-child, html[lang="gu"] #waterjet-specs .shedding-spec-table tbody th {
font-size: 9px;
}
}

#waterjet-specs .detail-summary {
gap: 0;
  overflow: hidden;
  background: rgba(247, 250, 254, 0.72);
  border-top: 1px solid rgba(38, 84, 130, 0.13);
  border-bottom: 1px solid rgba(38, 84, 130, 0.13);
}

#waterjet-specs .detail-summary div, #waterjet-specs .detail-summary div:is(:hover, :focus-within) {
min-height: 0;
  padding: 15px 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#waterjet-specs .detail-summary div + div {
border-inline-start: 1px solid rgba(38, 84, 130, 0.13);
}

@media (max-width: 760px) {
#waterjet-specs .detail-summary {
grid-template-columns: 1fr;
}

#waterjet-specs .detail-summary div {
padding: 13px 15px;
}

#waterjet-specs .detail-summary div + div {
border-inline-start: 0;
    border-top: 1px solid rgba(38, 84, 130, 0.13);
}

#waterjet-specs .shedding-system-heading h4, html[lang="gu"] #waterjet-specs .shedding-system-heading h4 {
font-size: clamp(19px, 5.35vw, 22px);
    line-height: 1.25;
}
}

#waterjet-specs .spec-highlight-grid .spec-option-lines {
display: grid;
  gap: 4px;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.22;
}

#waterjet-specs .spec-highlight-grid .spec-option-line {
display: block;
  color: var(--navy);
  font: inherit;
  line-height: inherit;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: normal;
}

#waterjet-specs .spec-highlight-grid .spec-highlight-nozzle p {
margin-top: 10px;
}

html[lang="gu"] #waterjet-specs .spec-highlight-grid .spec-option-lines, html[lang="hi"] #waterjet-specs .spec-highlight-grid .spec-option-lines, html[lang="ar"] #waterjet-specs .spec-highlight-grid .spec-option-lines {
line-height: 1.36;
}

@media (max-width: 760px) {
#waterjet-specs .spec-highlight-grid .spec-option-lines {
gap: 3px;
    font-size: 19px;
    line-height: 1.24;
}

#waterjet-specs .spec-highlight-grid .spec-highlight-nozzle p {
margin-top: 8px;
}

html[lang="gu"] #waterjet-specs .spec-highlight-grid .spec-option-lines, html[lang="hi"] #waterjet-specs .spec-highlight-grid .spec-option-lines, html[lang="ar"] #waterjet-specs .spec-highlight-grid .spec-option-lines {
font-size: 18px;
    line-height: 1.38;
}
}

#waterjet-specs .config-image-frame, #waterjet-specs .visual-card-grid-views .visual-card > .protected-image-frame {
position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

#waterjet-specs .visual-card-grid-config .visual-card > .config-image-frame {
padding: 0;
  background: #eef3f8;
}

#waterjet-specs .config-image-frame::after, #waterjet-specs .visual-card-grid-views .visual-card > .protected-image-frame::after {
content: "";
  position: absolute;
  right: clamp(10px, 1.15vw, 16px);
  bottom: clamp(2px, 0.25vw, 4px);
  z-index: 2;
  width: clamp(96px, 28%, 140px);
  aspect-ratio: 1450 / 330;
  background: url("assets/jetmech-logo-transparent-20260719.png") center / contain no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
}

#waterjet-specs .visual-card-grid-views:not(.frame-structure-grid) .visual-card:nth-child(n + 3) > .protected-image-frame::after {
right: auto;
  left: clamp(10px, 1.15vw, 16px);
}

@media (max-width: 760px) {
#waterjet-specs .config-image-frame::after, #waterjet-specs .visual-card-grid-views .visual-card > .protected-image-frame::after {
right: 11px;
    bottom: 2px;
    width: clamp(88px, 29%, 116px);
}

#waterjet-specs .visual-card-grid-views:not(.frame-structure-grid) .visual-card:nth-child(n + 3) > .protected-image-frame::after {
right: auto;
    left: 11px;
}
}

#waterjet-specs .detail-summary.detail-summary-single {
grid-template-columns: minmax(0, 1fr);
  background: transparent;
  border: 0;
  box-shadow: none;
}

#waterjet-specs .detail-summary.detail-summary-single > div, #waterjet-specs .detail-summary.detail-summary-single > div:is(:hover, :focus-within) {
width: 100%;
  max-width: none;
  min-width: 0;
  justify-self: stretch;
  box-sizing: border-box;
  padding: 20px 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 253, 0.96)),
    linear-gradient(90deg, rgba(var(--panel-accent-rgb), 0.08), transparent 42%);
  border: 1px solid rgba(var(--panel-accent-rgb), 0.16);
  border-radius: 8px;
  box-shadow:
    0 14px 32px rgba(7, 31, 88, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

#waterjet-specs .detail-summary.detail-summary-single span {
width: 100%;
  max-width: none;
  color: #a81024;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0;
  text-wrap: balance;
}

#waterjet-specs .detail-summary.detail-summary-single p {
width: 100%;
  max-width: none;
  margin: 9px 0 0;
  color: #4f6178;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  text-wrap: pretty;
}

@media (max-width: 760px) {
#waterjet-specs .detail-summary.detail-summary-single > div, #waterjet-specs .detail-summary.detail-summary-single > div:is(:hover, :focus-within) {
padding: 17px 16px;
}

#waterjet-specs .detail-summary.detail-summary-single span {
font-size: 11.5px;
    line-height: 1.42;
}

#waterjet-specs .detail-summary.detail-summary-single p {
margin-top: 7px;
    font-size: 14.5px;
    line-height: 1.62;
    text-align: start;
}
}

@media (max-width: 760px) {
#waterjet-specs-title {
max-width: 100%;
    margin-block: 0;
    color: #082967;
    font-size: clamp(23px, 6vw, 29px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
}

html[lang="hi"] #waterjet-specs-title, html[lang="gu"] #waterjet-specs-title {
font-size: clamp(21px, 5.45vw, 26px);
    line-height: 1.38;
}
}

#waterjet-specs .guide-hero .eyebrow {
margin: 0 0 10px;
  color: #a8cbff;
}

#waterjet-specs .guide-hero p:not(.eyebrow) {
max-width: 720px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.58;
}

#waterjet-specs .guide-section .eyebrow {
margin: 0 0 10px;
}

@media (max-width: 760px) {
#waterjet-specs .guide-hero p:not(.eyebrow) {
max-width: 100%;
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.55;
}
}

.knowledge-hub {
position: relative;
  z-index: 2;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #edf3f9;
  border-top: 1px solid rgba(31, 77, 123, 0.13);
  border-bottom: 1px solid rgba(31, 77, 123, 0.13);
}

.knowledge-hub + .section-company-applications {
margin-top: 0;
  padding-top: 54px;
  background: #f6f9fc;
}

.knowledge-hub-inner {
width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.7fr);
  gap: 34px;
  align-items: start;
}

.knowledge-hub-heading .eyebrow {
margin: 0 0 9px;
}

.knowledge-hub-heading h2 {
margin: 0;
  color: #082967;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.13;
}

.knowledge-hub-heading > p:not(.eyebrow) {
margin: 13px 0 0;
  color: #5a6d82;
  font-size: 14px;
  line-height: 1.65;
}

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

.knowledge-card {
position: relative;
  min-width: 0;
  min-height: 132px;
  padding: 17px 14px 17px 18px;
  color: #173a69;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 77, 123, 0.16);
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(7, 31, 88, 0.045);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

[dir="rtl"] .knowledge-card {
padding-right: 18px;
  padding-left: 14px;
}

.knowledge-card:hover, .knowledge-card:focus-visible {
border-color: rgba(169, 15, 34, 0.3);
  box-shadow: 0 9px 20px rgba(7, 31, 88, 0.09);
  transform: translateY(-1px);
}

.knowledge-card-label {
display: block;
  margin-bottom: 7px;
  color: #a90f22;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.knowledge-card strong {
display: block;
  overflow-wrap: anywhere;
  color: #123b73;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.27;
}

.knowledge-card p {
margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: #607188;
  font-size: 12.5px;
  line-height: 1.52;
}

@media (max-width: 980px) {
.knowledge-hub-inner {
grid-template-columns: 1fr;
    gap: 23px;
}

.knowledge-hub-heading > p:not(.eyebrow) {
max-width: 700px;
}
}

@media (max-width: 760px) {
.knowledge-hub {
padding: 34px 18px;
}

.knowledge-hub + .section-company-applications {
margin-top: 0;
    padding-top: 38px;
    background: #f6f9fc;
}

.knowledge-hub-inner {
width: 100%;
    gap: 18px;
}

.knowledge-hub-heading h2 {
font-size: clamp(25px, 7.2vw, 30px);
}

.knowledge-hub-heading > p:not(.eyebrow) {
margin-top: 10px;
    font-size: 13px;
    line-height: 1.58;
}

.knowledge-grid {
grid-template-columns: 1fr;
    gap: 8px;
}

.knowledge-card, [dir="rtl"] .knowledge-card {
min-height: 0;
    padding: 13px 14px;
}

[dir="rtl"] .knowledge-card {
padding-right: 14px;
    padding-left: 14px;
}

.knowledge-card-label {
margin-bottom: 5px;
    font-size: 9px;
}

.knowledge-card strong {
font-size: 15px;
    line-height: 1.3;
}

.knowledge-card p {
margin-top: 6px;
    font-size: 11.5px;
    line-height: 1.5;
}

}

#waterjet-specs .guide-page .guide-hero p:not(.eyebrow) {
max-width: 760px;
  font-size: 16px;
  line-height: 1.64;
}

@media (max-width: 760px) {
#waterjet-specs .guide-page .guide-hero p:not(.eyebrow) {
font-size: 14.5px;
    line-height: 1.6;
}
}

.knowledge-card strong {
font-size: 18px;
  line-height: 1.3;
}

.knowledge-card p {
font-size: 13.5px;
  line-height: 1.6;
}

@media (max-width: 760px) {
.knowledge-card strong {
font-size: 16px;
    line-height: 1.34;
}

.knowledge-card p {
font-size: 12.5px;
    line-height: 1.58;
}
}

#waterjet-specs .guide-page .guide-section .eyebrow {
margin-bottom: 8px;
}

@media (max-width: 760px) {
#waterjet-specs .guide-page .guide-section .eyebrow {
margin-bottom: 7px;
}
}

#waterjet-specs .guide-page .guide-hero p:not(.eyebrow) {
max-width: 820px;
  margin-top: 12px;
  font-size: 15.25px;
  line-height: 1.56;
}

@media (max-width: 760px) {
#waterjet-specs .guide-page .guide-hero p:not(.eyebrow) {
margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.52;
}
}

#waterjet-specs .guide-page .guide-hero .eyebrow, #waterjet-specs .guide-page .guide-hero p:not(.eyebrow) {
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.48);
}

#waterjet-specs .guide-page .guide-section .eyebrow {
margin-bottom: 9px;
}

@media (max-width: 760px) {
#waterjet-specs .guide-page .guide-section .eyebrow {
margin-bottom: 7px;
}
}

#waterjet-specs .spec-highlight-grid strong, #waterjet-specs .spec-highlight-grid .spec-option-lines {
font-size: 22px;
}

@media (max-width: 760px) {
#waterjet-specs .spec-highlight-grid strong, #waterjet-specs .spec-highlight-grid .spec-option-lines {
font-size: 18px;
}
}

@media (max-width: 760px) {
#waterjet-specs body:not(.guide-page) .section-header p:not(.eyebrow), #waterjet-specs body:not(.guide-page) .detail-summary p, #waterjet-specs body:not(.guide-page) .detail-section-title p, #waterjet-specs body:not(.guide-page) .visual-config-heading p:not(.eyebrow), body:not(.guide-page) .knowledge-hub-heading > p:not(.eyebrow), #waterjet-specs body:not(.guide-page) .company-copy > p:not(.eyebrow), #waterjet-specs body:not(.guide-page) .contact-copy > p:not(.eyebrow) {
font-size: 15px;
}

body:not(.guide-page) .knowledge-hub-heading h2 {
font-size: 24px;
}

#waterjet-specs body:not(.guide-page) .detail-section-title h4, #waterjet-specs body:not(.guide-page) .visual-config-heading h4 {
font-size: 20px;
}

#waterjet-specs body:not(.guide-page) .spec-block h4 {
font-size: 18px;
}

body:not(.guide-page) .knowledge-card strong {
font-size: 17px;
}

#waterjet-specs body:not(.guide-page) .visual-card h5 {
font-size: 16px;
}

body:not(.guide-page) .knowledge-card p, #waterjet-specs body:not(.guide-page) .spec-highlight-grid > div > p {
font-size: 14px;
}

#waterjet-specs body:not(.guide-page) .visual-card p, #waterjet-specs body:not(.guide-page) .spec-table p {
font-size: 14.5px;
}

#waterjet-specs body:not(.guide-page) .spec-highlight-grid > div > strong, #waterjet-specs body:not(.guide-page) .spec-highlight-grid .spec-option-lines {
font-size: 18px;
}
}

#waterjet-specs .guide-reference-heading .eyebrow {
margin: 0 0 8px;
}

#waterjet-specs body:not(.guide-page) .spec-layout > .spec-block {
padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 760px) {
#waterjet-specs body:not(.guide-page) .spec-layout {
row-gap: 28px;
}
}

@media (max-width: 760px) {
#waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single > div {
padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
font-size: 16px;
    line-height: 1.65;
}
}

#waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
color: #4b5e73;
  font-size: 16.25px;
  font-weight: 400;
  line-height: 1.62;
}

html[lang="vi"] #waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
line-height: 1.58;
}

html[lang="hi"] #waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
line-height: 1.74;
}

html[lang="gu"] #waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
line-height: 1.76;
}

@media (max-width: 760px) {
#waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
font-size: 15px;
    line-height: 1.58;
}

html[lang="vi"] #waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
line-height: 1.52;
}

html[lang="hi"] #waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
line-height: 1.72;
}

html[lang="gu"] #waterjet-specs .product-detail-panel-condensed > .detail-summary.detail-summary-single p {
line-height: 1.74;
}
}

/*
 * V91: cleaner product selection and tighter small-screen reading rhythm.
 * Product identity stays in the tabs; the cards no longer duplicate selection
 * with a colored frame. Desktop content and dimensions remain unchanged.
 */
.section-products .product-tab {
  justify-content: center;
}

.section-products .product-card,
.section-products .product-card.is-selected {
  border-color: transparent !important;
  opacity: 1;
  transform: none;
  box-shadow: 0 10px 24px rgba(8, 39, 101, 0.08) !important;
}

.section-products .product-card:hover,
.section-products .product-card.is-selected:hover {
  border-color: transparent !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 39, 101, 0.11) !important;
}

.section-products .product-card:focus-visible {
  border-color: transparent !important;
  outline: 2px solid rgba(36, 64, 94, 0.34);
  outline-offset: 3px;
  box-shadow: 0 10px 24px rgba(8, 39, 101, 0.08) !important;
}

.section-products .product-card::before,
.section-products .product-card.is-selected::before,
.section-products .product-card.is-selected .product-photo {
  box-shadow: none !important;
}

.section-products .product-card.is-selected .product-copy {
  background: transparent !important;
}

.section-products .product-card.is-selected::after {
  display: none !important;
}

@media (max-width: 760px) {
  /* Restore a clear type hierarchy in the three focus blocks. */
  .metric-strip {
    --airjet-mobile-type-card: 15px;
    --airjet-mobile-type-card-copy: 12.75px;
  }

  .metric-strip > div {
    min-height: 0;
    padding: 13px 18px;
  }

  .metric-strip > div > span {
    margin-top: 4px;
  }

  /* Keep the sticky two-product control slim after model labels are removed. */
  .section-products .product-tabs {
    gap: 3px;
    padding: 1px;
  }

  .section-products .product-tab {
    min-height: 28px !important;
    padding: 2px 6px !important;
    gap: 0 !important;
  }

  .section-products .product-tab span {
    font-size: clamp(8.8px, 2.55vw, 10px) !important;
    line-height: 1.1 !important;
  }

  /* Product names share one mobile type level in every language. */
  .section-products .product-card .product-copy h3 {
    font-size: clamp(18.5px, 5.25vw, 21px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.012em;
  }

  /* One compact scale for peer-level mobile section headings. */
  :is(
    #products-title,
    #airjet-specs-title,
    #buyer-knowledge-title,
    #company-title,
    #contact-title
  ) {
    font-size: clamp(19px, 5.25vw, 21px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.012em;
    text-wrap: balance;
  }

  .section-products .section-header {
    margin-bottom: 14px !important;
  }

  .section-products .section-header p:not(.eyebrow) {
    margin-top: 9px;
    font-size: 13.25px !important;
    line-height: 1.5 !important;
  }

  /* The corrosion overview remains available on desktop, but not on mobile. */
  #waterjet-specs > .detail-summary.detail-summary-single {
    display: none !important;
  }

  #waterjet-specs > .detail-summary.detail-summary-single + .detail-section-title {
    margin-top: 0 !important;
  }

  /* Compact every numbered detail heading consistently across both products. */
  #airjet-specs .detail-section-title,
  #waterjet-specs .detail-section-title {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    row-gap: 7px !important;
    margin-top: 18px !important;
    align-items: center;
  }

  #airjet-specs .detail-section-title > span,
  #waterjet-specs .detail-section-title > span {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  #airjet-specs .detail-section-title h4,
  #waterjet-specs .detail-section-title h4,
  #airjet-specs .detail-section-title.airjet-reading-step h4 {
    font-size: clamp(18px, 5.25vw, 21px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.01em;
  }

  #airjet-specs .detail-section-title p,
  #waterjet-specs .detail-section-title p {
    margin-top: 0 !important;
    font-size: 13.25px !important;
    line-height: 1.5 !important;
  }

  #airjet-specs .detail-section-title.airjet-reading-step p {
    margin-top: 0 !important;
    font-size: 13.25px !important;
    line-height: 1.5 !important;
  }

  /* Tighten repeated technical specification cards without crowding the copy. */
  #airjet-specs .spec-table,
  #waterjet-specs .spec-table {
    gap: 6px !important;
    margin-top: 10px !important;
  }

  #airjet-specs .spec-table > div:not(.spec-table-columns),
  #waterjet-specs .spec-table > div:not(.spec-table-columns) {
    gap: 3px !important;
    padding: 10px 12px !important;
    border-radius: 7px;
  }

  #airjet-specs .spec-table span,
  #waterjet-specs .spec-table span {
    font-size: 11.5px !important;
    line-height: 1.3 !important;
  }

  #airjet-specs .spec-table p,
  #waterjet-specs .spec-table p {
    font-size: 13px !important;
    line-height: 1.46 !important;
  }

  #airjet-specs .spec-layout,
  #waterjet-specs .spec-layout {
    gap: 14px !important;
    margin-top: 12px !important;
  }

  #airjet-specs .spec-block,
  #waterjet-specs .spec-block {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}

/*
 * V92: brighter selection light and a softer product-switch transition.
 * The tab color is carried by a fading light layer so changing products does
 * not snap between non-interpolable gradients. Desktop product cards keep the
 * clean borderless V91 treatment and gain a diffuse accent halo, strongest
 * below the machine image.
 */
.section-products .product-tab {
  --product-tab-rgb: 31, 104, 184;
  --product-tab-start: rgba(34, 126, 213, 0.82);
  --product-tab-end: rgba(8, 61, 132, 0.86);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    color 300ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-products .product-tab[data-product-tab="waterjet"] {
  --product-tab-rgb: 179, 38, 58;
  --product-tab-start: rgba(204, 57, 79, 0.82);
  --product-tab-end: rgba(133, 12, 31, 0.88);
}

.section-products .product-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--product-tab-start), var(--product-tab-end));
  opacity: 0;
  transform: scale(0.985);
  transition:
    opacity 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.section-products .product-tab > span,
.section-products .product-tab > strong {
  position: relative;
  z-index: 1;
}

.section-products .product-tab.is-selected,
.section-products .product-tab[aria-selected="true"] {
  color: #ffffff;
  background: transparent !important;
  border-color: rgba(var(--product-tab-rgb), 0.56);
  box-shadow:
    0 0 0 1px rgba(var(--product-tab-rgb), 0.20),
    0 0 18px rgba(var(--product-tab-rgb), 0.28),
    0 9px 22px rgba(var(--product-tab-rgb), 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
  transform: translateY(-1px);
}

.section-products .product-tab.is-selected::before,
.section-products .product-tab[aria-selected="true"]::before {
  opacity: 1;
  transform: scale(1);
}

.section-products .product-tab:not(.is-selected)[aria-selected="false"][data-product-tab="airjet"] {
  animation: product-tab-airjet-invite-v92 2.8s ease-in-out infinite;
}

.section-products .product-tab:not(.is-selected)[aria-selected="false"][data-product-tab="waterjet"] {
  animation: product-tab-waterjet-invite-v92 2.8s ease-in-out infinite;
}

@keyframes product-tab-airjet-invite-v92 {
  0%,
  100% {
    background-color: rgba(247, 250, 255, 0.95);
    border-color: rgba(65, 117, 176, 0.22);
    box-shadow:
      0 0 0 1px rgba(31, 104, 184, 0.05),
      0 0 10px rgba(31, 104, 184, 0.06);
  }
  50% {
    background-color: rgba(226, 240, 255, 0.98);
    border-color: rgba(31, 104, 184, 0.48);
    box-shadow:
      0 0 0 1px rgba(31, 104, 184, 0.16),
      0 0 18px rgba(31, 104, 184, 0.19),
      0 7px 18px rgba(31, 104, 184, 0.10);
  }
}

@keyframes product-tab-waterjet-invite-v92 {
  0%,
  100% {
    background-color: rgba(255, 249, 250, 0.95);
    border-color: rgba(179, 38, 58, 0.22);
    box-shadow:
      0 0 0 1px rgba(179, 38, 58, 0.05),
      0 0 10px rgba(179, 38, 58, 0.06);
  }
  50% {
    background-color: rgba(255, 232, 236, 0.98);
    border-color: rgba(179, 38, 58, 0.46);
    box-shadow:
      0 0 0 1px rgba(179, 38, 58, 0.15),
      0 0 18px rgba(179, 38, 58, 0.18),
      0 7px 18px rgba(179, 38, 58, 0.09);
  }
}

@media (min-width: 761px) {
  .section-products .product-card {
    transition:
      box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 260ms ease;
  }

  .section-products .product-card.is-selected {
    z-index: 2;
    border-color: transparent !important;
    transform: translateY(-3px);
    box-shadow:
      0 0 24px -10px rgba(var(--product-accent-rgb), 0.42),
      0 17px 34px -18px rgba(var(--product-accent-rgb), 0.68),
      0 40px 58px -29px rgba(var(--product-accent-rgb), 0.76),
      0 18px 38px rgba(8, 39, 101, 0.12) !important;
  }

  .section-products .product-card.is-selected:hover,
  .section-products .product-card.is-selected:focus-visible {
    transform: translateY(-4px);
    box-shadow:
      0 0 28px -9px rgba(var(--product-accent-rgb), 0.46),
      0 20px 38px -17px rgba(var(--product-accent-rgb), 0.72),
      0 44px 64px -30px rgba(var(--product-accent-rgb), 0.80),
      0 20px 42px rgba(8, 39, 101, 0.13) !important;
  }

  .section-products .product-photo::after {
    content: "";
    position: absolute;
    right: 7%;
    bottom: -13px;
    left: 7%;
    z-index: 2;
    height: 38px;
    border-radius: 50%;
    background: radial-gradient(
      ellipse at center,
      rgba(var(--product-accent-rgb), 0.52) 0%,
      rgba(var(--product-accent-rgb), 0.22) 43%,
      rgba(var(--product-accent-rgb), 0) 74%
    );
    filter: blur(9px);
    opacity: 0;
    transform: translateY(12px) scaleX(0.82);
    transition:
      opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
  }

  .section-products .product-card.is-selected .product-photo {
    box-shadow: 0 18px 30px -24px rgba(var(--product-accent-rgb), 0.84) !important;
  }

  .section-products .product-card.is-selected .product-photo::after {
    opacity: 1;
    transform: translateY(0) scaleX(1);
  }
}

@media (max-width: 760px) {
  .section-products .product-grid .product-card.is-selected {
    animation: product-card-enter-v92 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-products .product-tab.is-selected,
  .section-products .product-tab[aria-selected="true"] {
    box-shadow:
      0 0 0 1px rgba(var(--product-tab-rgb), 0.16),
      0 0 11px rgba(var(--product-tab-rgb), 0.16),
      0 5px 12px rgba(var(--product-tab-rgb), 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
    transform: none;
  }
}

@keyframes product-card-enter-v92 {
  from {
    opacity: 0.58;
    transform: translateY(7px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-products .product-tab,
  .section-products .product-tab::before,
  .section-products .product-card,
  .section-products .product-photo::after {
    transition: none !important;
  }

  .section-products .product-tab:not(.is-selected),
  .section-products .product-grid .product-card.is-selected {
    animation: none !important;
  }
}

/* V97: tighten the handoff from the product-focus strip to Product Lines. */
@media (min-width: 761px) {
  .section-products {
    padding-top: 38px;
  }

  .section-products .section-header {
    margin-bottom: 20px;
  }

  #products .section-header #products-title {
    max-width: 760px;
    font-size: clamp(28px, 3vw, 34px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.012em !important;
    text-wrap: balance;
  }
}

@media (max-width: 760px) {
  .section-products {
    padding-top: 30px;
  }
}

/* V98: keep the corrosion note with the heavy-frame evidence it explains. */
#waterjet-specs .frame-protection-summary {
  margin-top: clamp(20px, 2vw, 26px);
}

#waterjet-specs .frame-protection-summary p {
  color: #4b5e73;
  font-size: 16.25px;
  font-weight: 400;
  line-height: 1.62;
}

@media (max-width: 760px) {
  #waterjet-specs .frame-protection-summary {
    display: none !important;
  }

  #waterjet-specs > .detail-section-title:first-child {
    margin-top: 0 !important;
  }
}

/* V99: keep the selected-product cue while reducing the desktop card depth. */
@media (min-width: 761px) {
  .section-products .product-card.is-selected {
    transform: translateY(-1px);
    box-shadow:
      0 0 14px -10px rgba(var(--product-accent-rgb), 0.18),
      0 10px 22px -16px rgba(var(--product-accent-rgb), 0.28),
      0 18px 30px -24px rgba(var(--product-accent-rgb), 0.22),
      0 12px 28px rgba(8, 39, 101, 0.08) !important;
  }

  .section-products .product-card.is-selected:hover,
  .section-products .product-card.is-selected:focus-visible {
    transform: translateY(-2px);
    box-shadow:
      0 0 16px -9px rgba(var(--product-accent-rgb), 0.22),
      0 12px 24px -15px rgba(var(--product-accent-rgb), 0.32),
      0 20px 34px -26px rgba(var(--product-accent-rgb), 0.26),
      0 14px 30px rgba(8, 39, 101, 0.085) !important;
  }

  .section-products .product-photo::after {
    right: 14%;
    bottom: -7px;
    left: 14%;
    height: 20px;
    background: radial-gradient(
      ellipse at center,
      rgba(var(--product-accent-rgb), 0.22) 0%,
      rgba(var(--product-accent-rgb), 0.07) 43%,
      rgba(var(--product-accent-rgb), 0) 74%
    );
    filter: blur(10px);
  }

  .section-products .product-card.is-selected .product-photo {
    box-shadow: 0 9px 18px -18px rgba(var(--product-accent-rgb), 0.28) !important;
  }

  .section-products .product-card.is-selected .product-photo::after {
    opacity: 0.68;
    transform: translateY(0) scaleX(0.94);
  }
}

/* V100: show only the technical-guide hub for the selected loom category. */
.integrated-guide-hubs > section[hidden] {
  display: none !important;
}

/* V100: keep peer technical section headings on one restrained type level. */
@media (min-width: 761px) {
  #waterjet-specs :is(
    .detail-section-title,
    .visual-config-heading,
    .shedding-system-heading
  ) h4 {
    font-size: clamp(22px, 2vw, 30px) !important;
  }
}

@media (max-width: 760px) {
  #waterjet-specs :is(
    .detail-section-title,
    .visual-config-heading,
    .shedding-system-heading
  ) h4 {
    font-size: clamp(18px, 5.25vw, 21px) !important;
    font-weight: 900;
    letter-spacing: -0.01em;
  }

  .integrated-guide-hubs :is(
    .buyer-knowledge__intro,
    .knowledge-hub-heading
  ) h2 {
    font-size: clamp(22px, 6vw, 26px) !important;
    line-height: 1.16;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }
}

/*
 * V101: tighter product-to-guide rhythm and calmer translucent product tabs.
 * Keep the selected state clear without a wide halo, and remove stacked
 * section spacing that made the guide handoff and shedding heading feel loose.
 */
#products.section-products {
  padding-bottom: 28px;
}

.integrated-guide-hubs {
  margin-top: 20px;
}

.integrated-guide-hubs > :is(.buyer-knowledge, .knowledge-hub) {
  padding-block: 36px;
}

#waterjet-specs .frame-protection-summary + .shedding-system-panel {
  margin-top: 20px;
  padding-top: 0;
}

.section-products .product-tabs {
  background: rgba(243, 247, 252, 0.26);
  box-shadow: 0 5px 13px rgba(7, 31, 88, 0.055);
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
}

.section-products .product-tab {
  --product-tab-start: rgba(13, 78, 150, 0.76);
  --product-tab-end: rgba(5, 42, 100, 0.80);
}

.section-products .product-tab[data-product-tab="waterjet"] {
  --product-tab-start: rgba(163, 28, 49, 0.74);
  --product-tab-end: rgba(104, 5, 21, 0.80);
}

.section-products .product-tab.is-selected,
.section-products .product-tab[aria-selected="true"] {
  border-color: rgba(var(--product-tab-rgb), 0.42);
  box-shadow:
    0 0 0 1px rgba(var(--product-tab-rgb), 0.12),
    0 0 8px rgba(var(--product-tab-rgb), 0.13),
    0 4px 10px rgba(var(--product-tab-rgb), 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
}

/* V110: a compact white marker clarifies the active loom without adding text. */
.section-products .product-tab > :is(span, strong)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.45);
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.section-products .product-tab:is(.is-selected, [aria-selected="true"])
> :is(span, strong)::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

/* V110: staged loom switching — control state, content fade, then reveal. */
.section-products .product-detail-panels {
  transform-origin: 50% 0;
  transition:
    opacity 150ms ease,
    transform 180ms cubic-bezier(0.4, 0, 1, 1),
    filter 180ms ease;
}

.section-products.is-product-transition-out .product-detail-panels {
  opacity: 0.16;
  filter: saturate(0.86);
  transform: translateY(7px) scale(0.998);
}

.section-products.is-product-transition-in .product-detail-panels {
  animation: product-panel-enter-v110 350ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.section-products[data-product-transition-to="waterjet"] {
  --product-switch-accent-rgb: 179, 38, 58;
}

.section-products[data-product-transition-to="airjet"] {
  --product-switch-accent-rgb: 31, 104, 184;
}

@media (min-width: 1121px) {
  .section-products .product-tabs {
    position: relative;
    top: auto;
  }
}

.section-products .product-tabs::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 2px;
  left: 8px;
  z-index: 4;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(var(--product-switch-accent-rgb, 31, 104, 184), 0),
    rgba(var(--product-switch-accent-rgb, 31, 104, 184), 0.78) 48%,
    rgba(255, 255, 255, 0.78) 64%,
    rgba(var(--product-switch-accent-rgb, 31, 104, 184), 0)
  );
  opacity: 0;
  transform: scaleX(0.06);
  pointer-events: none;
}

.section-products.is-product-transitioning[data-product-transition-direction="forward"]
.product-tabs::after {
  transform-origin: left center;
  animation: product-switch-progress-v110 510ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.section-products.is-product-transitioning[data-product-transition-direction="backward"]
.product-tabs::after {
  transform-origin: right center;
  animation: product-switch-progress-v110 510ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes product-panel-enter-v110 {
  from {
    opacity: 0.16;
    filter: saturate(0.9);
    transform: translateY(7px) scale(0.998);
  }
  to {
    opacity: 1;
    filter: saturate(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes product-switch-progress-v110 {
  0% {
    opacity: 0;
    transform: scaleX(0.06);
  }
  24% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-products .product-detail-panels {
    transition: none !important;
  }

  .section-products.is-product-transition-in .product-detail-panels,
  .section-products.is-product-transitioning .product-tabs::after {
    animation: none !important;
  }
}

.section-products .product-tab:not(.is-selected)[aria-selected="false"][data-product-tab="airjet"] {
  animation: product-tab-airjet-invite-v101 2.8s ease-in-out infinite;
}

.section-products .product-tab:not(.is-selected)[aria-selected="false"][data-product-tab="waterjet"] {
  animation: product-tab-waterjet-invite-v101 2.8s ease-in-out infinite;
}

.section-products .product-tab:not(.is-selected):hover,
.section-products .product-tab:not(.is-selected):focus-visible {
  animation: none !important;
  background-color: rgba(var(--product-tab-rgb), 0.08);
  border-color: rgba(var(--product-tab-rgb), 0.34);
  box-shadow:
    0 0 0 1px rgba(var(--product-tab-rgb), 0.07),
    0 0 7px rgba(var(--product-tab-rgb), 0.09);
}

@keyframes product-tab-airjet-invite-v101 {
  0%,
  100% {
    background-color: rgba(247, 250, 255, 0.58);
    border-color: rgba(65, 117, 176, 0.16);
    box-shadow:
      0 0 0 1px rgba(31, 104, 184, 0.035),
      0 0 4px rgba(31, 104, 184, 0.045);
  }
  50% {
    background-color: rgba(222, 238, 254, 0.72);
    border-color: rgba(31, 104, 184, 0.32);
    box-shadow:
      0 0 0 1px rgba(31, 104, 184, 0.08),
      0 0 8px rgba(31, 104, 184, 0.09),
      0 3px 8px rgba(31, 104, 184, 0.055);
  }
}

@keyframes product-tab-waterjet-invite-v101 {
  0%,
  100% {
    background-color: rgba(255, 249, 250, 0.58);
    border-color: rgba(179, 38, 58, 0.16);
    box-shadow:
      0 0 0 1px rgba(179, 38, 58, 0.035),
      0 0 4px rgba(179, 38, 58, 0.045);
  }
  50% {
    background-color: rgba(253, 226, 231, 0.72);
    border-color: rgba(179, 38, 58, 0.30);
    box-shadow:
      0 0 0 1px rgba(179, 38, 58, 0.075),
      0 0 8px rgba(179, 38, 58, 0.085),
      0 3px 8px rgba(179, 38, 58, 0.05);
  }
}

@media (max-width: 760px) {
  #products.section-products {
    padding-bottom: 18px;
  }

  .integrated-guide-hubs {
    margin-top: 14px;
  }

  .integrated-guide-hubs > :is(.buyer-knowledge, .knowledge-hub) {
    padding-block: 26px;
  }

  #waterjet-specs .frame-protection-summary + .shedding-system-panel {
    margin-top: 18px;
    padding-top: 10px;
  }

  .section-products .product-tab.is-selected,
  .section-products .product-tab[aria-selected="true"] {
    box-shadow:
      0 0 0 1px rgba(var(--product-tab-rgb), 0.10),
      0 0 6px rgba(var(--product-tab-rgb), 0.10),
      0 3px 7px rgba(var(--product-tab-rgb), 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  }
}

/*
 * V102: concise loom principles and a single mobile Air Jet hero.
 * The duplicate comparison card remains on desktop. On mobile, its essential
 * positioning is paired beneath the primary machine image to avoid repetition
 * while keeping the product photography free of overlaid text.
 */
.airjet-mobile-overview-caption {
  display: none;
}

@media (min-width: 981px) and (max-width: 1120px) {
  .metric-strip > div {
    padding-inline: 28px;
  }

  .metric-strip .loom-principle {
    font-size: 13px;
    line-height: 1.52;
  }
}

@media (max-width: 760px) {
  .section-products .product-grid > [data-product-card="airjet"].is-selected {
    display: none !important;
  }

  #airjet-specs .airjet-primary-overview {
    isolation: isolate;
  }

  #airjet-specs .airjet-mobile-overview-caption {
    display: grid;
    gap: 2px;
    padding: 10px 14px 12px;
    color: #092c68;
    background: rgba(247, 250, 255, 0.98);
    border-top: 1px solid rgba(18, 102, 195, 0.14);
    text-align: start;
    pointer-events: none;
  }

  #airjet-specs .airjet-mobile-overview-caption strong {
    font-size: clamp(14.5px, 4.35vw, 18px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.01em;
  }

  #airjet-specs .airjet-mobile-overview-caption span {
    color: #5a6d84;
    font-size: clamp(10.5px, 3vw, 12.5px);
    font-weight: 700;
    line-height: 1.28;
  }

  #airjet-specs .airjet-product-body {
    padding-top: 16px;
  }

  #airjet-specs .airjet-product-intro > .eyebrow {
    display: none;
  }
}

/*
 * V103: calmer mobile image depth and tighter stacked product-focus rhythm.
 * Keep a light separation between surfaces without a pronounced floating-card
 * effect, and reduce unused vertical space when the three focus blocks stack.
 */
#airjet-specs .airjet-primary-overview,
#airjet-specs .airjet-primary-overview.is-image-selectable.is-image-selected {
  border-bottom-color: rgba(var(--image-selection-rgb), 0.22);
  box-shadow:
    0 6px 12px -10px rgba(8, 39, 101, 0.3),
    0 2px 6px -5px rgba(var(--image-selection-rgb), 0.18),
    inset 0 -1px 0 rgba(var(--image-selection-rgb), 0.06),
    inset 0 0 0 1px rgba(var(--image-selection-rgb), 0.05);
}

@media (min-width: 761px) and (max-width: 980px) {
  .metric-strip > div {
    min-height: 0;
    padding: 14px 32px;
  }

  .metric-strip > div > span {
    margin-top: 4px;
    line-height: 1.46;
  }
}

@media (max-width: 760px) {
  .metric-strip > div {
    padding: 10px 18px;
  }

  .metric-strip > div > span {
    margin-top: 3px;
    line-height: 1.46 !important;
  }

}

/*
 * V104: product-matched header action and tighter mobile shaft benefits.
 * The header action follows the selected loom without changing its geometry.
 * Explicit mobile type tokens prevent the benefit cards from falling back to
 * oversized inherited text, while natural height keeps every locale readable.
 */
html body .site-header[data-header][data-product-theme] .header-inner > .header-whatsapp[href] {
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(0, 0, 0, 0.24) 100%
  ) !important;
  background-color: var(--header-product-tone) !important;
  border-color: var(--header-product-border) !important;
  box-shadow: var(--header-product-shadow) !important;
  transition:
    transform 160ms ease,
    background-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

html body .site-header[data-header][data-product-theme="waterjet"] {
  --header-product-tone: #a31c31;
  --header-product-border: rgba(179, 38, 58, 0.44);
  --header-product-shadow: 0 2px 7px rgba(128, 10, 31, 0.18);
  --header-product-hover-shadow: 0 4px 10px rgba(128, 10, 31, 0.22);
}

html body .site-header[data-header][data-product-theme="airjet"] {
  --header-product-tone: #0d4e96;
  --header-product-border: rgba(31, 104, 184, 0.42);
  --header-product-shadow: 0 2px 7px rgba(7, 81, 156, 0.16);
  --header-product-hover-shadow: 0 4px 10px rgba(7, 81, 156, 0.2);
}

@media (hover: hover) and (pointer: fine) {
  html body .site-header[data-header][data-product-theme] .header-inner > .header-whatsapp[href]:hover {
    box-shadow: var(--header-product-hover-shadow) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .site-header[data-header][data-product-theme] .header-inner > .header-whatsapp[href] {
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 760px) {
  #airjet-specs .shaft-benefits {
    --airjet-mobile-type-card: 15px;
    --airjet-mobile-type-card-copy: 13px;
    gap: 8px;
  }

  #airjet-specs .shaft-benefits article {
    padding: 11px 12px;
    column-gap: 12px;
    row-gap: 6px;
  }

  #airjet-specs .shaft-benefits h5.shaft-benefit-copy--mobile {
    line-height: 1.25 !important;
  }

  #airjet-specs .shaft-benefits p.shaft-benefit-copy--mobile {
    line-height: 1.5 !important;
  }
}

/*
 * V105: unified content hierarchy and tighter reading rhythm.
 * These selectors deliberately exclude dense data tables, whose compact type
 * and horizontal-scroll behavior are tuned separately for technical accuracy.
 */
@media (min-width: 761px) {
  .section-products :is(.section-header h2, .buyer-knowledge__intro h2, .knowledge-hub-heading h2),
  .integrated-guide-hubs :is(.buyer-knowledge__intro h2, .knowledge-hub-heading h2) {
    font-size: var(--type-section) !important;
    line-height: 1.14 !important;
  }

  .section-products .product-copy h3 {
    font-size: var(--type-product) !important;
    line-height: 1.18 !important;
  }

  :is(#airjet-specs, #waterjet-specs) :is(
    .detail-section-title,
    .visual-config-heading,
    .shaft-intro,
    .spec-block,
    .shedding-system-heading
  ) h4 {
    font-size: var(--type-module) !important;
    line-height: 1.2 !important;
  }

  :is(#airjet-specs, #waterjet-specs) :is(
    .visual-card h5,
    .shaft-benefits h5,
    .quality-strip h4,
    .company-focus-title strong
  ),
  .integrated-guide-hubs :is(.buyer-guide-card h3, .knowledge-card strong) {
    font-size: var(--type-card-heading) !important;
    line-height: 1.24 !important;
  }
}

.section-products .section-header {
  margin-bottom: 18px !important;
}

.section-products .section-header p:not(.eyebrow),
:is(#airjet-specs, #waterjet-specs) :is(
  .detail-section-title,
  .visual-config-heading,
  .shaft-intro,
  .shedding-system-heading
) p:not(.eyebrow),
.integrated-guide-hubs :is(
  .buyer-knowledge__intro,
  .knowledge-hub-heading
) p:not(.eyebrow) {
  line-height: 1.54 !important;
}

:is(#airjet-specs, #waterjet-specs) :is(
  .visual-card p,
  .shaft-benefits p,
  .quality-strip li,
  .capability-grid p,
  .company-focus-grid p
),
.integrated-guide-hubs :is(.buyer-guide-card p, .knowledge-card p) {
  line-height: 1.5 !important;
}

/* Retire the legacy Vietnamese-only card enlargement at every breakpoint. */
html[lang="vi"] :is(#airjet-specs, #waterjet-specs) :is(
  .visual-card p,
  .shaft-benefits p,
  .quality-strip li
) {
  font-size: var(--type-card-body) !important;
}

.integrated-guide-hubs {
  margin-top: 16px;
}

.integrated-guide-hubs > :is(.buyer-knowledge, .knowledge-hub) {
  padding-block: 30px;
}

.integrated-guide-hubs :is(.buyer-knowledge__inner, .knowledge-hub-inner) {
  gap: clamp(18px, 2.2vw, 28px);
}

.integrated-guide-hubs :is(.buyer-knowledge__grid, .knowledge-grid),
:is(#airjet-specs, #waterjet-specs) :is(.visual-card-grid, .shaft-benefits) {
  gap: clamp(9px, 1.25vw, 14px);
}

@media (max-width: 760px) {
  .section-products :is(
    #products-title,
    #airjet-specs-title,
    #buyer-knowledge-title,
    #company-title,
    #contact-title
  ),
  .integrated-guide-hubs :is(.buyer-knowledge__intro h2, .knowledge-hub-heading h2) {
    font-size: var(--type-section) !important;
    line-height: 1.17 !important;
  }

  .section-products .product-card .product-copy h3 {
    font-size: var(--type-product) !important;
    line-height: 1.2 !important;
  }

  :is(#airjet-specs, #waterjet-specs) :is(
    .detail-section-title,
    .visual-config-heading,
    .shaft-intro,
    .spec-block,
    .shedding-system-heading
  ) h4 {
    font-size: var(--type-module) !important;
    line-height: 1.2 !important;
  }

  :is(#airjet-specs, #waterjet-specs) :is(
    .visual-card h5,
    .shaft-benefits h5,
    .quality-strip h4,
    .company-focus-title strong
  ),
  .integrated-guide-hubs :is(.buyer-guide-card h3, .knowledge-card strong) {
    font-size: var(--type-card-heading) !important;
    line-height: 1.24 !important;
  }

  /* Remove the former Vietnamese-only card enlargement. */
  html[lang="vi"] :is(#airjet-specs, #waterjet-specs) :is(.visual-card h5, .shaft-benefits h5) {
    font-size: var(--type-card-heading) !important;
    line-height: 1.24 !important;
  }

  html[lang="vi"] :is(#airjet-specs, #waterjet-specs) :is(
    .visual-card p,
    .shaft-benefits p,
    .quality-strip li
  ) {
    font-size: var(--type-card-body) !important;
    line-height: 1.48 !important;
  }

  .section-products .section-header {
    margin-bottom: 12px !important;
  }

  .section-products .section-header p:not(.eyebrow),
  :is(#airjet-specs, #waterjet-specs) :is(
    .detail-section-title,
    .visual-config-heading,
    .shaft-intro,
    .shedding-system-heading
  ) p:not(.eyebrow),
  .integrated-guide-hubs :is(
    .buyer-knowledge__intro,
    .knowledge-hub-heading
  ) p:not(.eyebrow) {
    font-size: var(--type-card-body) !important;
    line-height: 1.48 !important;
  }

  :is(#airjet-specs, #waterjet-specs) :is(
    .visual-card p,
    .shaft-benefits p,
    .quality-strip li,
    .capability-grid p,
    .company-focus-grid p
  ),
  .integrated-guide-hubs :is(.buyer-guide-card p, .knowledge-card p) {
    font-size: var(--type-card-body) !important;
    line-height: 1.48 !important;
  }

  :is(#airjet-specs, #waterjet-specs) .detail-section-title {
    row-gap: 5px !important;
    margin-top: 15px !important;
  }

  .integrated-guide-hubs {
    margin-top: 10px;
  }

  .integrated-guide-hubs > :is(.buyer-knowledge, .knowledge-hub) {
    padding-block: 22px;
  }

  .integrated-guide-hubs :is(.buyer-knowledge__inner, .knowledge-hub-inner) {
    gap: 14px;
  }

  .integrated-guide-hubs :is(.buyer-knowledge__grid, .knowledge-grid),
  :is(#airjet-specs, #waterjet-specs) :is(.visual-card-grid, .shaft-benefits) {
    gap: 8px;
  }
}

/* V106: keep V105 intrinsic image metadata without letting the HTML height
   override the original responsive card proportions. */
#waterjet-specs .visual-card-grid-views
  .visual-card > .protected-image-frame > img,
#waterjet-specs .visual-card-grid-config
  .visual-card > .config-image-frame > img,
body:not(.product-page) .company-brand-card > img {
  height: auto;
}

/* V107: compact the shared buyer-guide and capability-card rhythm.
   The former guide-link pseudo arrow occupied its own final line; it has been
   removed above so Waterjet and Airjet cards end with their actual copy. */
@media (min-width: 981px) {
  .integrated-guide-hubs .knowledge-hub-inner > .knowledge-grid {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .integrated-guide-hubs .knowledge-hub-inner > .guide-language-note {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .integrated-guide-hubs :is(.buyer-knowledge__grid, .knowledge-grid) {
    gap: 6px;
  }

  .integrated-guide-hubs .buyer-guide-card {
    min-height: 0;
    padding: 11px 12px;
  }

  .integrated-guide-hubs .knowledge-card {
    min-height: 0;
    padding-block: 11px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
  }

  .integrated-guide-hubs :is(.buyer-guide-card__number, .knowledge-card-label) {
    margin-bottom: 3px;
    line-height: 1.2;
  }

  body:not(.product-page) #technical-guides.integrated-guide-hubs
    :is(.buyer-guide-card h3, .knowledge-card strong) {
    line-height: 1.2 !important;
  }

  body:not(.product-page) #technical-guides.integrated-guide-hubs
    :is(.buyer-guide-card p, .knowledge-card p) {
    margin-top: 4px;
    line-height: 1.42 !important;
  }

  body:not(.product-page) .section-capabilities .capability-grid {
    gap: 10px;
  }

  body:not(.product-page) .section-capabilities .capability-grid article {
    min-height: 0;
    padding: 14px 16px;
  }

  body:not(.product-page) .section-capabilities .capability-grid h3 {
    line-height: 1.18 !important;
  }

  body:not(.product-page) .section-capabilities .capability-grid p {
    margin-top: 8px;
    line-height: 1.44 !important;
  }
}
