.product-jump {
  background: var(--navy-950);
  color: var(--white);
}

.product-jump-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-jump a {
  border-right: 1px solid var(--line-dark);
  min-height: 138px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.18s;
}

.product-jump a:first-child {
  border-left: 1px solid var(--line-dark);
}

.product-jump a:hover {
  background: var(--navy-800);
}

.product-jump span {
  color: #ff8b61;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
}

.product-jump strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-family-section {
  scroll-margin-top: 88px;
}

.product-family-section-alt {
  background: var(--paper-warm);
}

.product-gallery .gallery-card figure {
  background: #f3f4f2;
}

.product-gallery .gallery-card figure img {
  object-fit: contain;
}

.product-note {
  border-left: 3px solid var(--orange);
  background: var(--white);
  color: var(--slate);
  margin-top: 34px;
  padding: 18px 22px;
  font-size: 13px;
  line-height: 1.7;
}

.product-spec-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  display: grid;
}

.product-spec-grid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 30px;
}

.product-spec-grid h3 {
  color: var(--navy-900);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
}

.product-spec-grid p {
  color: var(--slate);
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

@media (width <= 680px) {
  .product-jump-inner,
  .product-spec-grid {
    grid-template-columns: 1fr;
  }

  .product-jump a,
  .product-jump a:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
    min-height: 112px;
  }
}
