/* Crate and Cream — Category Page Styles */

.cat-hero { background: var(--warm); padding: 4rem 2rem; text-align: center; border-bottom: 1px solid var(--border); }
.cat-label { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.75rem; }
.cat-emoji { font-size: 3rem; margin-bottom: 1rem; }
.cat-hero h1 { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 400; color: var(--ink); }
.cat-desc { font-size: 1rem; color: var(--ink2); max-width: 520px; margin: 1rem auto 0; }
.cat-hero-img { width: 100%; max-width: 1100px; max-height: 300px; object-fit: cover; border-radius: 3px; margin: 1.5rem auto 0; display: block; }
.cat-body { max-width: 1100px; margin: 0 auto; padding: 4rem 2rem; }

.placeholder { border: 2px dashed var(--border); padding: 4rem 2rem; text-align: center; color: var(--muted); border-radius: 3px; }
