.crm-product-shot {
  display: block;
  margin: clamp(2.5rem, 6vw, 5rem) 0 0;
  color: var(--muted);
}

.crm-product-shot figure { margin: 0; }
.crm-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  background: #1e1e1e;
  border: 1px solid var(--hairline);
}
.crm-product-shot figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  padding-top: 0.85rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
.crm-product-shot-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink);
  white-space: nowrap;
}
.crm-product-shot:hover .crm-product-shot-action span { text-decoration: underline; text-underline-offset: 0.25em; }
.crm-product-shot:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; }
.crm-product-shot + .crm-capabilities { margin-top: clamp(2rem, 4vw, 3rem); }
