New concepts
@media rules, min-width / max-width and Level 4 range syntax (width >= / width <), max-width: 100%, height: auto, aspect-ratio, object-fit, srcset/sizes, picture, loading="lazy", ::before, ::after, and content.
What changes after Grid?
Grid can respond automatically with flexible tracks. Media queries handle the moments when the design itself must change. Responsive image rules protect or crop media, while pseudo-elements add decoration without adding meaningless HTML.
Lessons
Checkpoint
Build a feature that stacks at narrow widths and forms columns above a content-driven breakpoint. Include one intrinsically scaled image, one cropped aspect-ratio image, one srcset or picture example, and an empty-content pseudo-element used only for decoration.