/* v15: gradient emphasis + underline that draws itself */
body.v10{--g-emph:linear-gradient(92deg,#fff3dc 0%,#f2dcb4 30%,#e2b979 62%,#9fd6cc 100%);--g-line:linear-gradient(90deg,#e2b979 0%,#f2dcb4 45%,#9fd6cc 100%)}
/* Headline accent: gradient words + a thick gradient underline drawn under the phrase */
body.v10 .v15-em{position:relative;-webkit-text-fill-color:initial!important;background:var(--g-line) no-repeat 0 94%/0% .09em!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-bottom:.06em;transition:background-size 1.1s cubic-bezier(.65,0,.35,1) .45s;filter:none!important}
body.v10 .v15-em.v15-on,body.v10 .v15-on .v15-em{background-size:100% .09em!important}
body.v10 .v15-em .v13-w>span,body.v10 .v10-h1 .v15-em{background:var(--g-emph);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
body.v10 .v10-h1 .v15-em{background:var(--g-emph),var(--g-line) !important;background-size:100% 100%,0% .07em!important;background-repeat:no-repeat!important;background-position:0 0,0 96%!important;-webkit-background-clip:text,border-box!important;background-clip:text,border-box!important;-webkit-text-fill-color:transparent!important;padding-bottom:.05em;transition:background-size 1.1s cubic-bezier(.65,0,.35,1)}
body.v10 .v15-on .v10-h1 .v15-em,body.v10 .v10-hero.v15-on .v15-em{background-size:100% 100%,100% .07em!important}
/* Glow under the headline underline */
body.v10 h2 .v15-em::after{content:'';position:absolute;left:0;right:0;bottom:-.02em;height:.28em;background:radial-gradient(60% 100% at 50% 100%,rgba(242,220,180,.28),transparent 70%);opacity:0;transition:opacity 1s ease 1s;pointer-events:none;z-index:-1}
body.v10 h2 .v15-em.v15-on::after{opacity:1}
/* Sub-headline highlight */
body.v10 mark.v15-hl{color:transparent;background:var(--g-emph),var(--g-line);background-size:100% 100%,0% 1.5px;background-repeat:no-repeat;background-position:0 0,0 100%;-webkit-background-clip:text,border-box;background-clip:text,border-box;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-weight:500;padding-bottom:2px;transition:background-size 1s cubic-bezier(.65,0,.35,1) .5s}
body.v10 mark.v15-hl.v15-on,body.v10 .v10-hero.v15-on mark.v15-hl{background-size:100% 100%,100% 1.5px}
@media (prefers-reduced-motion:reduce){body.v10 .v15-em,body.v10 mark.v15-hl{transition:none}}
