What problem does it solve? Responsive design is often bolted on at the end as a pile of media query patches, producing abrupt breakpoint jumps, horizontal overflow on mobile, and layouts that break under real content. This Skill guides building interfaces that adapt continuously from the start, using modern CSS instead of device-specific breakpoints. ## Core Features & Use Cases - Intrinsic Layout Patterns: Replace media queries with min(), max(), clamp(), auto-fit grids, and flex-wrap compositions that adapt without breakpoints. - Fluid Typography & Container Queries: Build clamp-based type scales that preserve browser zoom, and components that respond to their own container rather than the viewport. - Modern Viewport & Image Handling: Use dvh/svh/lvh units to fix iOS Safari height jumps, and srcset/sizes with explicit dimensions to prevent layout shift and wasted bandwidth. - Use Case: When building a new landing page or dashboard, apply this Skill to define the grid, type scale, and breakpoint strategy up front so the layout works from 360px to ultrawide without retrofitting. ## Quick Start Use the responsive skill to design this page layout so it adapts cleanly from mobile to desktop without a pile of media queries.