/* STLBEAST V298 layout safety polish.
   Defensive containment only; preserves current design direction. */
img, picture, video, canvas, svg{max-width:100%;height:auto}
img{display:block}
.product-card img,.product-image img,.product-gallery img,.hero img,.hero-product img,.featured-product img,.stl-product-card img{object-fit:contain}
.product-card,.stl-product-card,.collection-card,.membership-card,.tool-card{min-width:0}
.product-grid,.products-grid,.featured-grid,.collection-grid{align-items:stretch}
@media(max-width:768px){
  body{overflow-x:hidden}
  .hero,.hero-section,.storefront-hero{overflow:hidden}
  .product-card,.stl-product-card{max-width:100%}
  .product-card img,.stl-product-card img{max-height:360px}
  table{display:block;max-width:100%;overflow-x:auto}
}
