As projects grow, plain CSS suffers from global scope — every selector competes globally, specificity wars erupt, and nobody dares delete a rule. Methodologies impose structure and naming conventions to keep CSS maintainable.
BEM (Block Element Modifier)
A naming convention that makes relationships explicit and keeps specificity flat (all single classes):
{ }
{ }
{ }
{ }
