/* The original H1 remains the semantic and no-motion version. */
.hero-baton-stage{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  visibility:hidden;
  color:#00a246;
  font-kerning:none;
  font-feature-settings:"palt" 0;
}
.hero-baton-letter{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:1em;
  height:1em;
  line-height:1;
  text-align:center;
  transform-origin:center;
  white-space:nowrap;
}
.hero-baton-letter[data-word="0"]{color:#ff000c}
.hero-baton-letter>span{display:block}
.hero-baton-table{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:2.5;
  stroke-linecap:round;
}
@media(prefers-reduced-motion:no-preference){
  .hero-copy-content[data-baton-ready="true"]>h1{opacity:0}
  .hero-copy-content[data-baton-ready="true"]>.hero-baton-stage{visibility:visible}
}
@media print{
  .hero-copy-content[data-baton-ready="true"]>h1{opacity:1}
  .hero-baton-stage{display:none}
}
