/* JETMECH dedicated product landing pages — 2026-07-22 */

body.product-page {
  color: #18304b;
  background: #f5f8fc;
}

.product-page main {
  overflow: hidden;
}

.product-page .site-nav a[aria-current="page"] {
  color: #0759a7 !important;
  background: rgba(13, 103, 184, 0.08) !important;
}

.product-breadcrumb {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #64758a;
  font-size: 13px;
  font-weight: 700;
}

.product-breadcrumb a {
  color: #0d63b5;
}

.product-breadcrumb a:hover {
  text-decoration: underline;
}

.product-breadcrumb span[aria-hidden="true"] {
  color: #9aa8b8;
}

.product-landing-hero {
  --product-accent: #156fbd;
  --product-accent-deep: #082c63;
  --product-accent-rgb: 21, 111, 189;
  width: min(1420px, calc(100% - 48px));
  min-height: 590px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(22, 72, 127, 0.16);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 28px 74px rgba(7, 31, 88, 0.16);
}

.product-landing-hero.is-waterjet {
  --product-accent: #b32039;
  --product-accent-deep: #690817;
  --product-accent-rgb: 179, 32, 57;
}

.product-landing-hero__copy {
  position: relative;
  z-index: 2;
  padding: clamp(48px, 6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 8%, rgba(var(--product-accent-rgb), 0.46), transparent 34%),
    linear-gradient(145deg, #071f58 0%, var(--product-accent-deep) 100%);
}

.product-landing-hero__copy::after {
  content: "";
  position: absolute;
  right: -68px;
  bottom: -80px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.product-landing-hero__eyebrow {
  margin: 0;
  color: #a8d7ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.is-waterjet .product-landing-hero__eyebrow {
  color: #ffc4ce;
}

.product-landing-hero h1 {
  margin: 18px 0 0;
  max-width: 680px;
  color: #ffffff;
  font-size: clamp(42px, 5.4vw, 70px);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.product-landing-hero__lead {
  margin: 22px 0 0;
  max-width: 660px;
  color: rgba(239, 247, 255, 0.88);
  font-size: 17px;
  line-height: 1.72;
}

.product-keyword-line {
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-keyword-line span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}

.product-landing-hero__actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-landing-hero__actions .button-primary {
  background: linear-gradient(135deg, var(--product-accent), var(--product-accent-deep));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.product-landing-hero__media {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #eaf1f8, #ffffff);
}

.product-landing-hero__media picture,
.product-landing-hero__media img {
  width: 100%;
  height: 100%;
}

.product-landing-hero__media img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.product-landing-hero__badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 250px;
  padding: 14px 16px;
  color: #173655;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(7, 31, 88, 0.16);
  backdrop-filter: blur(12px);
}

.product-landing-hero__badge strong,
.product-landing-hero__badge span {
  display: block;
}

.product-landing-hero__badge strong {
  color: var(--product-accent-deep);
  font-size: 15px;
  line-height: 1.25;
}

.product-landing-hero__badge span {
  margin-top: 4px;
  color: #64758a;
  font-size: 12px;
  line-height: 1.45;
}

.product-proof {
  width: min(1180px, calc(100% - 48px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 18px;
  background: #dbe5ef;
  box-shadow: 0 14px 34px rgba(7, 31, 88, 0.07);
}

.product-proof > div {
  min-width: 0;
  padding: 20px 22px;
  background: #ffffff;
}

.product-proof span,
.product-proof strong {
  display: block;
}

.product-proof span {
  color: #6d7d90;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-proof strong {
  margin-top: 7px;
  color: #133b69;
  font-size: 16px;
  line-height: 1.38;
}

.product-page-section {
  padding: 76px 24px;
}

.product-page-section.is-soft {
  background: #edf3f9;
  border-block: 1px solid #dce7f1;
}

.product-page-section.is-navy {
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 12%, rgba(24, 116, 202, 0.24), transparent 35%),
    #071f58;
}

.product-page-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.product-section-heading {
  max-width: 850px;
}

.product-section-heading .eyebrow {
  margin: 0;
  color: #176fbd;
}

.is-waterjet-accent .product-section-heading .eyebrow {
  color: #a90f22;
}

.is-navy .product-section-heading .eyebrow {
  color: #9dccff;
}

.product-section-heading h2 {
  margin: 10px 0 0;
  color: #092f60;
  font-size: clamp(31px, 4vw, 46px);
  font-weight: 820;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.is-navy .product-section-heading h2 {
  color: #ffffff;
}

.product-section-heading > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: #64758a;
  font-size: 16px;
  line-height: 1.72;
}

.is-navy .product-section-heading > p:not(.eyebrow) {
  color: rgba(233, 243, 255, 0.82);
}

.application-grid,
.machine-view-grid,
.component-card-grid,
.faq-grid {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}

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

.application-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid #d9e4ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(7, 31, 88, 0.07);
}

.application-card span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #176fbd;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 850;
}

.is-waterjet-accent .application-card span {
  background: #a90f22;
}

.application-card h3 {
  margin: 18px 0 0;
  color: #153a65;
  font-size: 19px;
  line-height: 1.25;
}

.application-card p {
  margin: 9px 0 0;
  color: #6a7b8e;
  font-size: 14px;
  line-height: 1.62;
}

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

.machine-view-card,
.component-card {
  overflow: hidden;
  border: 1px solid #d8e3ee;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(7, 31, 88, 0.08);
}

.machine-view-card picture,
.machine-view-card img {
  width: 100%;
}

.machine-view-card picture {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eaf0f6;
}

.machine-view-card img {
  height: 100%;
  object-fit: contain;
}

.machine-view-card__body,
.component-card__body {
  padding: 21px;
}

.machine-view-card__body span,
.component-card__body span {
  color: #176fbd;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.is-waterjet-accent .machine-view-card__body span,
.is-waterjet-accent .component-card__body span {
  color: #a90f22;
}

.machine-view-card h3,
.component-card h3 {
  margin: 8px 0 0;
  color: #123a67;
  font-size: 20px;
  line-height: 1.26;
}

.machine-view-card p,
.component-card p {
  margin: 8px 0 0;
  color: #66788b;
  font-size: 14px;
  line-height: 1.62;
}

.key-spec-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.key-spec-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
}

.key-spec-card span,
.key-spec-card strong,
.key-spec-card small {
  display: block;
}

.key-spec-card span {
  color: #9dccff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.key-spec-card strong {
  margin-top: 9px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
}

.key-spec-card small {
  margin-top: 7px;
  color: rgba(235, 244, 255, 0.74);
  font-size: 12px;
  line-height: 1.5;
}

.product-spec-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
}

.product-spec-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.product-spec-table th,
.product-spec-table td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  vertical-align: top;
}

.product-spec-table th {
  width: 29%;
  color: #a9d5ff;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-spec-table td {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.product-spec-table tr:last-child th,
.product-spec-table tr:last-child td {
  border-bottom: 0;
}

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

.component-card picture,
.component-card img {
  width: 100%;
}

.component-card picture {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eaf0f6;
}

.component-card img {
  height: 100%;
  object-fit: cover;
}

.technology-panel {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.technology-panel__media,
.technology-panel__copy {
  overflow: hidden;
  border: 1px solid #d8e3ee;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(7, 31, 88, 0.08);
}

.technology-panel__media picture,
.technology-panel__media img {
  width: 100%;
  height: 100%;
}

.technology-panel__media img {
  min-height: 420px;
  object-fit: cover;
}

.technology-panel__copy {
  padding: 32px;
}

.technology-panel__copy h3 {
  margin: 0;
  color: #103964;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.technology-panel__copy > p {
  margin: 14px 0 0;
  color: #65778b;
  line-height: 1.7;
}

.technology-benefits {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.technology-benefits li {
  position: relative;
  padding: 14px 16px 14px 43px;
  color: #324c68;
  background: #f1f6fb;
  border: 1px solid #deE8f2;
  border-radius: 12px;
  line-height: 1.5;
}

.technology-benefits li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 13px;
  color: #0d68b7;
  font-weight: 900;
}

.shedding-product-block {
  margin-top: 32px;
}

.shedding-product-block .shedding-system-visual {
  margin-top: 22px;
}

.shedding-product-block .shedding-system-note {
  margin-bottom: 0;
}

.faq-grid {
  grid-template-columns: 1fr;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #d6e2ed;
  border-radius: 14px;
  background: #ffffff;
}

.faq-item summary {
  position: relative;
  padding: 20px 56px 20px 22px;
  color: #123b68;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #176fbd;
  font-size: 26px;
  font-weight: 500;
}

.is-waterjet-accent .faq-item summary::after {
  color: #a90f22;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 22px 21px;
  color: #627488;
  line-height: 1.7;
}

.product-cta {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 76px;
  padding: clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  color: #ffffff;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(52, 151, 229, 0.34), transparent 34%),
    linear-gradient(135deg, #071f58, #0b4c91);
  box-shadow: 0 24px 58px rgba(7, 31, 88, 0.18);
}

.product-cta.is-waterjet-cta {
  background:
    radial-gradient(circle at 90% 10%, rgba(229, 80, 102, 0.28), transparent 34%),
    linear-gradient(135deg, #071f58, #710a19);
}

.product-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.13;
}

.product-cta p {
  margin: 12px 0 0;
  max-width: 720px;
  color: rgba(237, 246, 255, 0.82);
  line-height: 1.67;
}

.product-cta__actions {
  display: grid;
  gap: 10px;
}

.product-cta__actions .button {
  min-width: 230px;
}

.related-product-link {
  color: #d9ecff;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.related-product-link:hover {
  text-decoration: underline;
}

.product-page .site-footer {
  background: #edf2f7;
}

.product-page-entry-links {
  width: min(1120px, 100%);
  margin: -8px auto 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-page-entry-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  color: #0d5ea9;
  background: #ffffff;
  border: 1px solid #cfddea;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(7, 31, 88, 0.06);
}

.product-page-entry-links a:last-child {
  color: #8c1426;
}

.product-page-entry-links a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(7, 31, 88, 0.1);
}

@media (max-width: 1040px) {
  .product-landing-hero {
    grid-template-columns: 1fr;
  }

  .product-landing-hero__media {
    min-height: 430px;
  }

  .product-proof,
  .key-spec-grid,
  .application-grid,
  .component-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .product-breadcrumb,
  .product-landing-hero,
  .product-proof,
  .product-cta {
    width: min(100% - 24px, 1180px);
  }

  .product-breadcrumb {
    padding: 12px 0;
    font-size: 11px;
  }

  .product-landing-hero {
    min-height: 0;
    border-radius: 17px;
  }

  .product-landing-hero__copy {
    padding: 34px 22px 38px;
  }

  .product-landing-hero h1 {
    margin-top: 12px;
    font-size: clamp(36px, 11vw, 50px);
  }

  .product-landing-hero__lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.62;
  }

  .product-keyword-line {
    margin-top: 17px;
  }

  .product-landing-hero__actions {
    margin-top: 22px;
  }

  .product-landing-hero__actions .button {
    min-height: 43px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .product-landing-hero__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .product-landing-hero__badge {
    right: 10px;
    bottom: 10px;
    max-width: 205px;
    padding: 10px 12px;
  }

  .product-landing-hero__badge strong {
    font-size: 12px;
  }

  .product-landing-hero__badge span {
    font-size: 10px;
  }

  .product-proof {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 13px;
  }

  .product-proof > div {
    padding: 15px;
  }

  .product-proof strong {
    font-size: 13px;
  }

  .product-page-section {
    padding: 54px 12px;
  }

  .product-section-heading h2 {
    font-size: clamp(28px, 8.2vw, 37px);
  }

  .product-section-heading > p:not(.eyebrow) {
    font-size: 14px;
  }

  .application-grid,
  .machine-view-grid,
  .component-card-grid,
  .key-spec-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .application-card {
    min-height: 0;
    padding: 19px;
  }

  .machine-view-card__body,
  .component-card__body {
    padding: 17px;
  }

  .technology-panel__media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .technology-panel__copy {
    padding: 22px;
  }

  .product-cta {
    margin-bottom: 54px;
    padding: 28px 20px;
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  .product-cta__actions .button {
    width: 100%;
    min-width: 0;
  }

  .product-page-entry-links {
    margin-top: -2px;
  }

  .product-page-entry-links a {
    flex: 1 1 100%;
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .product-landing-hero__copy {
    padding-inline: 18px;
  }

  .product-landing-hero h1 {
    font-size: 34px;
  }

  .product-proof {
    grid-template-columns: 1fr 1fr;
  }

  .product-proof > div {
    padding: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-page-entry-links a {
    transition: none;
  }
}
