.product-family-deep#other-graphite {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 18%, rgba(40, 133, 237, .24), transparent 27%),
    radial-gradient(circle at 12% 88%, rgba(42, 116, 196, .16), transparent 30%),
    #042c62;
}

.product-family-deep#other-graphite::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(181, 219, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(181, 219, 255, .045) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 86%);
  pointer-events: none;
}

.product-family-deep#other-graphite > * { position: relative; }

.other-graphite-title { display: block; margin-bottom: 24px; }
.other-graphite-title .eyebrow { margin-bottom: 12px; }
.other-graphite-title h2 { text-align: center; }

.other-graphite-lead {
  max-width: 830px;
  margin: 0 auto 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(176, 218, 255, .32);
  color: #d4e7fb;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.other-products-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.other-product-card {
  grid-column: span 2;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(155, 208, 255, .29);
  background: rgba(8, 66, 131, .72);
  box-shadow: 0 20px 36px rgba(0, 13, 36, .16);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.other-product-card:nth-child(1), .other-product-card:nth-child(2) { grid-column: span 3; }
.other-product-card:nth-child(1) .other-product-image { aspect-ratio: 1.78; }
.other-product-card:nth-child(2) .other-product-image { aspect-ratio: 1.78; }

.other-product-image {
  position: relative;
  aspect-ratio: 1.18;
  overflow: hidden;
  background: linear-gradient(145deg, #eff8ff, #d9ebfa);
}

.other-product-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 46, 98, .12), transparent 48%, rgba(1, 24, 59, .18));
  content: "";
  opacity: .65;
  transition: opacity .35s ease;
  pointer-events: none;
}

.other-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: transform .55s cubic-bezier(.2, .72, .2, 1), filter .35s ease;
}

.other-product-card:nth-child(1) img { object-position: 50% 58%; }
.other-product-card:nth-child(2) img { object-position: 50% 57%; }
.other-product-card:nth-child(3) img { object-position: 50% 62%; }
.other-product-card:nth-child(4) img { object-position: 50% 55%; }
.other-product-card:nth-child(5) img { object-position: 50% 58%; }

.other-product-meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(155, 208, 255, .2);
  background: rgba(7, 73, 143, .74);
}

.other-product-meta span {
  color: #8fcfff;
  font: 10px "DM Mono", monospace;
  letter-spacing: 1px;
}

.other-product-meta h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .02em;
}

.other-product-card:hover {
  z-index: 1;
  border-color: #a9dcff;
  box-shadow: 0 26px 42px rgba(0, 11, 31, .3), 0 0 0 1px rgba(145, 211, 255, .18);
  transform: translateY(-6px);
}

.other-product-card:hover img { filter: contrast(1.05) saturate(.93); transform: scale(1.055); }
.other-product-card:hover .other-product-image::after { opacity: .3; }

@media (max-width: 800px) {
  .other-graphite-lead { margin-bottom: 28px; padding-top: 18px; font-size: 15px; text-align: left; }
  .other-products-gallery { grid-template-columns: 1fr; gap: 12px; }
  .other-product-card, .other-product-card:nth-child(1), .other-product-card:nth-child(2) { grid-column: auto; }
  .other-product-card:nth-child(1) .other-product-image, .other-product-card:nth-child(2) .other-product-image, .other-product-image { aspect-ratio: 1.45; }
  .other-product-meta { padding: 15px 16px 17px; }
  .other-product-meta h3 { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .other-product-card, .other-product-image img, .other-product-image::after { transition: none; }
}
