@keyframes story-fade-up{0%{opacity:0;transform:translateY(var(--story-reveal-distance))}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.story-reveal{animation:linear both story-fade-up;animation-duration:var(--story-reveal-duration);animation-timeline:view();animation-range:entry entry 35%}}}@media (prefers-reduced-motion:reduce){.story-reveal{animation:none}}.story-prose-body:after{content:"";clear:both;display:table}.story-photo-inline{shape-outside:margin-box}
