The idea
box-sizing: border-box redefines what width means: instead of sizing the content, it sizes the border box, and padding and border are subtracted from the inside. This is why almost every codebase resets to border-box.
The blue box must fill the dashed frame exactly — at **both** stage widths.
Validated at two stage widths, so a hardcoded pixel width cannot pass.