@supports (animation-timeline:view()){
  .journey-heading{animation:journey-heading-scroll linear both;animation-timeline:view();animation-range:entry 8% cover 46%}
  @keyframes journey-heading-scroll{from{opacity:.18;transform:translateY(72px)}to{opacity:1;transform:translateY(0)}}
}
