/* Diffuse warmth rises from the horizon, with no second line behind the title. */
body .sumi-hero::after{
 content:'';position:absolute;inset:0;z-index:0;pointer-events:none;
 background:radial-gradient(ellipse 58% 68% at 50% 83%,rgba(174,145,100,.15),transparent 72%),radial-gradient(ellipse 48% 62% at 62% 45%,rgba(126,113,92,.07),transparent 74%);
 mix-blend-mode:screen;
 mask-image:radial-gradient(ellipse 70% 65% at 50% 60%,#000 30%,transparent 100%);
 -webkit-mask-image:radial-gradient(ellipse 70% 65% at 50% 60%,#000 30%,transparent 100%);
}
body .sumi-hero::before{opacity:.78;filter:saturate(1.18) contrast(1.1) brightness(1.3)}
@media(max-width:600px){
 body .sumi-hero::before{opacity:.8;filter:saturate(1.18) contrast(1.1) brightness(1.4)}
 body .sumi-hero::after{opacity:.8}
}
