.instagram-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:650px}
.instagram-grid img,.instagram-placeholder{width:100%;aspect-ratio:1;object-fit:cover;border-radius:5px}
.instagram-placeholder{display:grid;place-items:center;background:var(--soft);color:var(--muted)}
.books .intro{max-width:64ch;margin-bottom:0}
.book-grid{display:grid;grid-template-columns:repeat(2,minmax(0,360px));gap:30px}
.book-grid .product-card{display:grid;grid-template-columns:110px 1fr;column-gap:20px;padding:20px;background:var(--soft);border-radius:10px}
.book-grid .product-card img{grid-row:1/4;aspect-ratio:2/3}
.book-empty{padding:24px;background:var(--soft);border-radius:10px;color:var(--muted)}
@media(max-width:700px){.instagram-grid{grid-template-columns:repeat(2,1fr)}.book-grid{grid-template-columns:1fr}}
.category-card{background:var(--soft)}
.category-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.category-card:before{z-index:1;background:linear-gradient(0deg,rgba(25,20,16,.72) 0%,rgba(25,20,16,.08) 68%)}
.category-card:hover .category-card__image{transform:scale(1.04)}
.category-card span{z-index:2;text-shadow:0 1px 8px rgba(0,0,0,.28)}
