.collections-hero,.collection-hero{text-align:center;padding:3rem 1.5rem 2rem;max-width:700px;margin:0 auto}
.collections-hero h1,.collection-hero h1{font-family:'Nunito',sans-serif;font-weight:800;font-size:2rem;color:#212121;margin:0 0 .5rem}
.collections-hero p,.collection-hero p,.collection-hero__hook p{color:#616161;font-size:1.1rem;margin:0;line-height:1.6}
.collections-grid-section,.collection-products-section{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}
.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}
.collection-card{border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:block}
.collection-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.collection-card__images{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;aspect-ratio:2/1;overflow:hidden;background:#f5f5f5}
.collection-card__thumb{overflow:hidden}
.collection-card__thumb img{width:100%;height:100%;object-fit:cover}
.collection-card__thumb--placeholder{display:flex;align-items:center;justify-content:center;font-size:2rem;grid-column:1/-1}
.collection-card__body{padding:1.25rem 1.5rem 1.5rem}
.collection-card__name{font-family:'Nunito',sans-serif;font-weight:700;font-size:1.2rem;color:#212121;margin:0 0 .4rem}
.collection-card__desc{color:#616161;font-size:.9rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.collection-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}
.product-card{border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:block}
.product-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.product-card__image{width:100%;aspect-ratio:1/1;overflow:hidden;background:#f5f5f5}
.product-card__image img{width:100%;height:100%;object-fit:cover}
.product-card__image--placeholder{display:flex;align-items:center;justify-content:center;font-size:2.5rem}
.product-card__body{padding:1.25rem 1.5rem 1.5rem}
.product-card__name{font-family:'Nunito',sans-serif;font-weight:700;font-size:1.05rem;color:#212121;margin:0 0 .4rem;line-height:1.3}
.product-card__hook{color:#616161;font-size:.88rem;line-height:1.5;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card__price{font-weight:700;font-size:1rem;color:#212121}
.collection-empty{text-align:center;padding:4rem 1rem;color:#9e9e9e;font-size:1.1rem}
@media(max-width:600px){.collections-hero h1,.collection-hero h1{font-size:1.5rem}.collections-grid{grid-template-columns:1fr}.collection-products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}
