컨테이너 쿼리를 쓰는 이유
Viewport media queries describe the screen; container queries let a component respond to the space its parent gives it.
Declare a query container with container-type, then target its descendants with a named @container rule.
Keep the name close to the component responsibility so nested layouts remain readable.