/* Editorial cleanup: real information remains; decorative numbering is removed. */
.coll-item { grid-template-columns: minmax(0, 1fr) auto; }
.coll-teaser { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.work-edition, .product-type { margin: 0 0 12px; font: inherit; font-size: 14px; color: var(--ink-muted); letter-spacing: normal; text-transform: none; }
@media (max-width: 767px) { .coll-teaser { grid-template-columns: minmax(0, 1fr); } }

/* Keep all title lettering monochrome, including translated .grad spans. */
:is(h1,h2,h3,h4,h5,h6) .grad,
.hero__title .grad,
.manifeste-phrase em,
.coll-item:hover .coll-name {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: inherit;
  -webkit-text-fill-color: currentColor;
}
