/* V11: local elastic responses, with the original layout and hit areas. */
.hero-play .hero-word{display:inline-block;white-space:nowrap}
.hero-play .hero-letter{display:inline-block;transform-origin:50% 85%}
.hero-play .title-line{padding-top:.16em;margin-top:-.16em}
.hero-play .hero-play-control>*,.hero-play .hero-play-detail{transform-origin:center;backface-visibility:hidden}
.hero-play .hero-play-control>*{pointer-events:none}
.hero-play .hero-control-label{display:inline-block}
.hero-play .hero-footnotes>span{position:relative}
.hero-play .hero-footnotes>span::after{content:'';position:absolute;inset:auto 0 -4px;height:2px;background:var(--gold);scale:0 1;transform-origin:left;transition:scale .3s var(--ease)}
.hero-play-enabled .hero-footnotes>span:hover::after{scale:1 1}
.hero-play-enabled h1 em::after{scale:var(--hero-ink-stretch,1) 1;transform-origin:left}
.hero-play .hero-actions .button{transition:background .25s,box-shadow .25s;transform:none}
.hero-play-enabled .hero-actions .button:hover{box-shadow:0 5px 0 -1px var(--paper),0 6px 0 0 var(--ink)}
.hero-play .hero-actions .button:active{box-shadow:none}
.hero-play .hero-play-control:focus-visible{outline:2px solid var(--ink);outline-offset:5px}
.hero-play-enabled .hero-play-control:focus-visible>img{rotate:-9deg!important}
.hero-play-enabled .hero-play-control:active>img{scale:.88}
.hero-play-enabled .eyebrow>img{transition:rotate .35s var(--ease),scale .35s var(--ease)}
.hero-play-enabled .eyebrow:hover>img{rotate:-12deg;scale:1.16}
.hero-play-enabled .art-caption:hover #art-verb{color:var(--muted)}
.hero-play #art-verb{transition:color .25s}
.motion-paused .hero-play .hero-letter,.motion-paused .hero-play .hero-play-control>*,.motion-paused .hero-play .hero-play-detail{translate:none!important;rotate:none!important}
@media(prefers-reduced-motion:reduce){
  .hero-play .hero-letter,.hero-play .hero-play-control>*,.hero-play .hero-play-detail{translate:none!important;rotate:none!important;scale:none!important}
  .hero-play h1 em::after{scale:1!important}
}
