/* A clean, border-free hero image: all product and foliage details remain in view. */
.hero{background-size:52% 100%,44% auto;background-position:left top,right 3% center}
.hero:after{display:none}
.hero:before{content:'';position:absolute;right:2%;top:8%;width:46%;height:84%;pointer-events:none;background:radial-gradient(ellipse at center,rgba(213,173,97,.1),transparent 65%);filter:blur(18px)}
.hero-copy{z-index:3}
@media(max-width:780px){.hero{background-size:100% 100%,92% auto;background-position:center top,center bottom}.hero:before{right:4%;top:60%;width:92%;height:34%}}
