The idea
Everything at once. The card must be a fixed 200px tall (size containment via contain-intrinsic-size), its title's top margin must stay inside it (layout containment), and the absolutely-positioned badge must anchor to the card instead of the stage (paint containment). contain: strict gives you all three in one declaration.
This level needs contain and contain-intrinsic-size.