/* =========================
   Category page styles
========================= */

.categoryWrap {
  max-width: var(--container);
  margin: 0 auto;
}

.category__header {
  margin-bottom: 28px;
}

.category__title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 8px;
}

.category__count {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

/* Grid inherits from global.css .grid */
