Why the score is cumulative
CLS is not the size of the worst shift; it is the sum of shift scores across the page's lifetime, where each score multiplies how much of the viewport moved by how far it moved.
That has a practical consequence: many small shifts can score worse than one large one, and shifts that happen after load — a lazy-loaded image arriving, an ad slot filling, a cookie banner appearing — count just as much as those during the initial render. Anything that moves content after the visitor can see it is a candidate.