body.category-list{background:linear-gradient(135deg,var(--color-gradient-start) 0%,var(--color-gradient-end) 100%)fixed;min-height:100vh}.category-list-hero{background:linear-gradient(90deg,var(--color-hero-start) 0%,var(--color-hero-end) 100%);color:#fff;padding:4rem 2rem;position:relative;overflow:hidden}.category-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(110,70,39,.9) 0%,rgba(110,89,72,.9) 100%);z-index:1}.category-hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 1rem}.category-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.75rem;color:#fff;line-height:1.2}.category-hero-description{font-size:1.125rem;color:var(--color-secondary);margin:0;line-height:1.6;max-width:800px}.category-books-section{padding:3rem 0;max-width:1280px;margin:0 auto}.category-books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:0 1rem}@media(max-width:1024px){.category-books-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media(max-width:768px){.category-list-hero{padding:3rem 1rem}.category-hero-title{font-size:2rem}.category-hero-description{font-size:1rem}.category-books-section{padding:2rem 0}.category-books-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}}@media(max-width:640px){.category-list-hero{padding:2.5rem 1rem}.category-hero-title{font-size:1.75rem}.category-books-grid{grid-template-columns:1fr;gap:1.5rem}}@media(min-width:641px) and (max-width:1023px){.category-books-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.category-books-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(min-width:1280px){.category-books-section{max-width:1400px}.category-books-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem}}