.system-visual {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0 0 18px;
  padding: 10px;
  border: 1px solid #30383d;
  background: #f7f8f4;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.system-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
  mix-blend-mode: multiply;
}

.system-card .system-visual + .system-badge {
  margin-top: 0;
}

@media (max-width: 720px) {
  .system-visual {
    aspect-ratio: 4 / 3;
  }
}
