/* One horizon below the artwork and headline, never through their middle. */
body .sumi-hero::after{content:none}
body .sumi-hero::before{
 inset:auto 0 0;background-size:100% auto;background-position:50% 47.65%;
 opacity:.92;filter:saturate(1.18) contrast(1.14) brightness(1.65);
 mask-image:radial-gradient(ellipse closest-side at 50% 50%,#000 12%,#000b 55%,transparent 100%);
 -webkit-mask-image:radial-gradient(ellipse closest-side at 50% 50%,#000 12%,#000b 55%,transparent 100%);
}
@media(min-width:601px){
 body .sumi-hero{padding-bottom:96px}
 body .sumi-hero::before{height:120px;aspect-ratio:auto;background-size:140% 100%;background-position:100% 47.65%;filter:saturate(1.18) contrast(1.14) brightness(1.45)}
}
@media(max-width:600px){body .sumi-hero::before{height:auto;aspect-ratio:3/1;opacity:.9}}
