/* Storefront Focus 2.0 */
body.structure-storefront{background:var(--s-bg)}
.structure-storefront .s-header{background:var(--s-card);box-shadow:0 6px 24px rgba(15,23,42,.06)}
.structure-storefront .s-hero{padding:70px 0;background:radial-gradient(circle at 78% 20%,color-mix(in srgb,var(--s-secondary) 20%,transparent),transparent 34%),var(--s-bg)}
.structure-storefront .s-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr)}
.structure-storefront .s-hero-media{min-height:500px;border:0;background:var(--s-card);box-shadow:0 24px 64px rgba(15,23,42,.12)}
.structure-storefront .s-product-card{border:0;box-shadow:0 8px 26px rgba(15,23,42,.08);transition:transform .2s,box-shadow .2s}.structure-storefront .s-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(15,23,42,.12)}
.structure-storefront .s-product-image{aspect-ratio:1/1}.structure-storefront .s-price{color:var(--s-secondary)}
.structure-storefront .s-section.soft{background:color-mix(in srgb,var(--s-bg) 82%,var(--s-secondary) 4%)}
