/* One original animated artwork fills the complete shop. The flowing pixels are
   encoded in the image itself; no canvas, glint strip or tiled foreground is
   placed above it. One portrait canyon avoids category-to-category seams. */
#view-home #catalog{background:#10241f}
#view-home #catalog:before{display:block;background:url("assets/sakura-waterfall-live-v2.webp") center center/100% 100% no-repeat;filter:saturate(1.04) contrast(1.04);opacity:1}
#view-home #catalog:after,#view-home #catalog .waterfall-flow,#view-home #catalog .reference-waterfall-flow{display:none!important}
html[data-theme="dark"] #view-home,#view-home #catalog{background-color:#10241f}
html[data-theme="dark"] #view-home #catalog:before{display:block;background:url("assets/sakura-waterfall-live-v2.webp") center center/100% 100% no-repeat;filter:brightness(.56) saturate(.83) contrast(1.13);opacity:1}

/* Product images are edge-to-edge. The short label overlays their lower edge
   rather than leaving a white rectangular footer beneath every artwork. */
#view-home #catalog .catalog-grid .product{overflow:hidden;background:rgba(8,25,20,.42)}
#view-home #catalog .product-img{aspect-ratio:1.16/1;border-radius:21px;background:#10251f}
#view-home #catalog .product-img img{display:block;width:100%;height:100%;object-fit:cover;padding:0;transform:scale(1.03)}
#view-home #catalog .product:hover .product-img img{transform:scale(1.07)}
#view-home #catalog .product-bottom{position:relative;z-index:2;min-height:52px;margin-top:-47px;padding:17px 9px 8px;border:0;border-radius:0 0 21px 21px;background:linear-gradient(180deg,transparent 0%,rgba(5,20,16,.92) 46%,rgba(5,20,16,.97) 100%);color:#fff;isolation:isolate}
#view-home #catalog .product-name{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.72)}
#view-home #catalog .product-note{color:rgba(237,255,246,.75)}
#view-home #catalog .product-price{color:#ffd3dd;text-shadow:0 1px 3px rgba(0,0,0,.72)}
html[data-theme="dark"] #view-home #catalog .catalog-grid .product{background:rgba(5,18,14,.6)}
html[data-theme="dark"] #view-home #catalog .product-bottom{background:linear-gradient(180deg,transparent 0%,rgba(3,14,11,.93) 46%,rgba(3,14,11,.98) 100%)}
