/* ============================================================
   Catalog (Z-09)  -  /keramik/, category pages and search results
   Page-only layer on top of zinnober.css. Reuses zn-card, zn-chip,
   zn-band and zn-pager exactly; only lays out the category tiles,
   subcategory chip rows and empty states around them.
   ============================================================ */

.ct-catalog {
  padding-block: 1.5rem 3rem;
}

.ct-band-count {
  margin: 0.35rem 0 0;
  color: var(--zn-red-tint-strong);
}

.ct-result-count {
  margin: 0 0 1.25rem;
  color: var(--zn-muted);
}

.ct-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.ct-empty {
  margin: 1.5rem 0;
  color: var(--zn-muted);
}

.ct-grid-categories {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.ct-category-card-link {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  padding: 0.9rem 1rem 0.5rem;
}

.ct-subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0 1rem 0.9rem;
}
