What problem does it solve? Building interfaces that adapt cleanly across mobile, tablet, desktop, and ultra-wide screens is error-prone, often causing horizontal overflow, unreadable text, and broken layouts at edge-case viewports. ## Core Features & Use Cases - Breakpoint & Grid Standards: Provides standard breakpoint ranges (320px to 2560px), Tailwind mappings, and grid column/gutter tables per device class. - Fluid Typography & Container Queries: Supplies ready-to-use clamp() scales and @container query patterns so components respond to their own container, not just the viewport. - Accessibility & Performance Workflow: Includes a phased checklist covering mobile-first strategy, prefers-reduced-motion and dark mode support, touch target sizing, and Core Web Vitals audits. - Use Case: When building a card component that must reflow from a single column on phones to a two-column grid inside a sidebar, use the container query pattern and fluid type scale to implement it without device-specific hacks. ## Quick Start Apply the responsive design skill to make my landing page layout adapt fluidly from 320px mobile screens up to ultra-wide desktop monitors.