.category-catalog, .screening-catalog { padding-top: clamp(2.5rem, 6vw, 4.75rem); }
.category-catalog-heading, .screening-heading { max-width: 820px; }
.category-catalog-heading h1, .screening-heading h1 { max-width: 760px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.08; }
.category-catalog-heading > p:last-child, .screening-heading > p:last-child { max-width: 720px; color: var(--color-muted); font-size: 1.05rem; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; }
.category-card { position: relative; min-width: 0; min-height: 340px; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; overflow: hidden; border: 1px solid #d5e1dd; border-radius: 22px; background: #fff; box-shadow: 0 9px 30px rgb(23 63 54 / 8%); }
.category-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: #dce6e3; }
.category-card-featured { grid-column: span 2; border-color: #a9d2c7; background: linear-gradient(145deg, #f4fcf9, #fff 68%); }
.category-card-featured::before { background: linear-gradient(90deg, var(--color-primary), #1aa58e); }
.category-card-featured::after { content: ""; position: absolute; right: -85px; bottom: -95px; width: 230px; height: 230px; border: 42px solid rgb(15 118 110 / 5%); border-radius: 50%; pointer-events: none; }
.category-card-coming { color: #40504d; background: linear-gradient(180deg, #fbfcfc, #f7f9f8); }
.category-card > * { position: relative; z-index: 1; }
.category-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.category-index { color: var(--color-primary); font-size: .82rem; font-weight: 850; letter-spacing: .12em; }
.category-kicker { margin: 0 0 .5rem; color: var(--color-primary); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-card h2 { margin-bottom: .7rem; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.25; }
.category-card p:not(.category-kicker) { margin: 0; color: var(--color-muted); line-height: 1.65; }
.category-action { width: 100%; margin-top: auto; }
.category-card-coming .category-action { color: #75827f; border-color: #d8e1de; background: #f1f4f3; opacity: 1; }
.catalog-breadcrumb { margin-bottom: 1.5rem; display: flex; align-items: center; gap: .55rem; color: var(--color-muted); font-size: .86rem; font-weight: 650; }
.catalog-breadcrumb a { color: var(--color-primary); }
.catalog-toolbar { margin-bottom: 1rem; padding: 1rem; display: grid; grid-template-columns: minmax(260px, 1fr) minmax(170px, .35fr) minmax(180px, .4fr); gap: .8rem; border: 1px solid var(--color-border); border-radius: 18px; background: #fff; box-shadow: var(--shadow-small); }
.catalog-toolbar label { min-width: 0; display: grid; gap: .4rem; }
.catalog-toolbar label > span { color: var(--color-muted); font-size: .74rem; font-weight: 750; }
.catalog-toolbar input, .catalog-toolbar select { width: 100%; min-width: 0; min-height: 48px; }
.catalog-result-count { margin: 0 0 1.15rem; color: var(--color-muted); font-size: .86rem; }
.catalog-product-grid > .message, .catalog-product-grid > .catalog-empty { grid-column: 1 / -1; }
.catalog-empty { padding: clamp(2rem, 7vw, 4rem); border: 1px dashed #bfd2cc; border-radius: 20px; background: #f8fbfa; text-align: center; }
.catalog-empty h2 { margin-bottom: .5rem; }
.catalog-empty p { margin: 0; color: var(--color-muted); }
@media (max-width: 920px) {
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card-featured { grid-column: 1 / -1; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .catalog-search { grid-column: 1 / -1; }
}
@media (max-width: 580px) {
  .category-grid, .catalog-toolbar { grid-template-columns: 1fr; }
  .category-card-featured, .catalog-search { grid-column: auto; }
  .category-card { min-height: 300px; padding: 1.25rem; }
  .category-catalog-heading h1, .screening-heading h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
}
