/* products.html only */
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.5rem; }
