.production-tool-card {
  position: relative;
  overflow: hidden;
}

.production-tool-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -48% 36%;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(9, 127, 129, 0.14), transparent 68%);
}

.production-tool-card .production-tool-card__eyebrow {
  margin: 0 0 1.25rem;
  color: var(--accent, #36c6c8);
  font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.production-tool-card h3 {
  position: relative;
  z-index: 1;
}

.production-tool-card p:last-child {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.production-tools-grid--odd > :last-child {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .production-tools-grid--odd > :last-child {
    grid-column: auto;
  }
}
