/* Section: Category chips */
.ps-category { padding: 40px 0; }
.ps-cat-title { margin-bottom: 16px; font-size: 22px; }
.ps-cat-row { display: flex; flex-wrap: wrap; gap: 10px; }
.ps-cat-chip { display: inline-flex; align-items: center; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--border); background: var(--white); font-weight: 600; font-size: 14px; text-decoration: none; color: inherit; transition: 0.2s ease; }
.ps-cat-chip:hover { border-color: var(--primary); color: var(--primary); }
.ps-cat-row--v2 .ps-cat-chip { border-radius: 12px; }
.ps-cat-row--v3 .ps-cat-chip { flex: 1 1 44%; justify-content: center; min-width: 140px; }
.ps-cat-row--v4 .ps-cat-chip { background: rgba(var(--primary-rgb), 0.08); border-color: transparent; }
.ps-cat-row--v5 .ps-cat-chip { border-width: 2px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; }
