/**
 * The shop's own page.
 *
 * This was `home.css` and carried the hero and the "What you can do here" cards
 * as well. Those moved to the front door at `/` when the shop got its own URL, and
 * `.hero*` / `.do*` went with them rather than being left here to rot — the front
 * door's grid is a different component, not a reuse of these.
 */

.cat-head {
  font-family: var(--mono); font-size: .74rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint);
  font-weight: 400; margin: 2rem 0 1rem;
}
.cat-head:first-of-type { margin-top: 0; }
