.category-projects-page{background:var(--color-surface);min-height:100vh}.category-projects-hero{border-bottom:1px solid var(--color-border);margin:0 auto;max-width:1280px;padding:64px 24px 32px}.category-projects-hero__label{color:var(--color-text-muted);font-size:11px;font-weight:500;letter-spacing:.1em;margin:0 0 12px;text-transform:uppercase}.category-projects-hero__title{color:var(--color-text-heading);font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 8px}.category-projects-hero__count{color:var(--color-text-secondary);font-size:15px;margin:0}.category-projects-empty{color:var(--color-text-secondary);font-size:16px;margin:0 auto;max-width:1280px;padding:64px 24px}.category-projects-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1280px;padding:32px 24px 96px}.category-project-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000f,0 4px 16px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .25s ease}.category-project-card:hover{box-shadow:0 2px 4px #00000012,0 8px 24px #0000001a}.category-project-card__img-wrap{background:var(--color-surface-alt);flex-shrink:0;height:220px;overflow:hidden;position:relative;width:100%}.category-project-card__img{display:block;height:100%;inset:0;object-fit:cover;object-position:center top;position:absolute;width:100%}.category-project-card__body{display:flex;flex-direction:column;gap:2px;padding:14px 16px 16px}.category-project-card__title{color:var(--color-text-heading);font-size:16px;font-weight:700;line-height:1.25;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-project-card__caption{color:var(--color-text-secondary);font-size:13px;font-weight:400;margin:0}@media (max-width:1024px){.category-projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.category-projects-grid{gap:20px;grid-template-columns:1fr;padding:24px 16px 64px}.category-project-card__img-wrap{height:220px}.category-projects-hero{padding:48px 16px 24px}.category-projects-hero__title{font-size:32px}}