/* R42: restore the archive-native HugeCaption choreography. The source scroll runtime owns --progress. */
@media (min-width:761px){
  #hugecaption-12 .c-huge-caption_text .-last[data-word-with-parenthesis]::before{
    left:0!important; right:auto!important; opacity:1!important; animation:none!important;
    transform:translate3d(calc(var(--progress,0) * var(--empty-space) * .85),0,0)!important;
  }
  #hugecaption-12 .c-huge-caption_text .-last[data-word-with-parenthesis]::after{
    right:0!important; left:auto!important; opacity:1!important; animation:none!important;
    transform:translate3d(calc(var(--progress,0) * -1 * var(--empty-space) * .85),0,0)!important;
  }
}
/* On touch, retain the image plane but remove the excessive vertical parallax that exposed its parent background. */
@media (max-width:760px){
  .c-hero .c-image_parallax{transform:translate3d(0,0,0)!important;}
}
