/* Hero media reliability and customization — v1.4 */
.hero.hero--background{height:var(--hero-height,800px);min-height:550px;background:#171512}
.hero-media{position:absolute;inset:0;z-index:0;background-repeat:no-repeat;background-size:cover;background-position:var(--hero-focus,center) center;animation:reveal 1.2s ease both}
.hero-media--mobile{display:none}
.hero.hero--background .hero-shade{z-index:1;background:linear-gradient(90deg,rgba(8,7,6,var(--hero-overlay,.35)) 0%,rgba(8,7,6,calc(var(--hero-overlay,.35) * .45)) 58%,rgba(8,7,6,.06))}
.hero.hero--background .hero-copy,.hero.hero--background .scroll-cue{z-index:2}
.section-bg-media{position:absolute;inset:0;display:block;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}
.image-banner>.section-bg-media,.customization-banner>.section-bg-media,.atelier-image>.section-bg-media{z-index:0}
.atelier-image>.image-mark{z-index:1}
@media(max-width:749px){.hero.hero--background{height:var(--hero-mobile-height,700px);min-height:500px}.hero-media--desktop{display:none}.hero-media--mobile{display:block}.hero.hero--background .hero-shade{background:linear-gradient(90deg,rgba(8,7,6,var(--hero-overlay,.35)),rgba(8,7,6,calc(var(--hero-overlay,.35) * .55)))}}
