What problem does it solve? Building page layouts that work on small mobile screens and scale cleanly to tablet and desktop is error-prone: grids overflow, CTAs misalign, touch targets fall below accessibility minimums, and horizontal scroll appears at 375px. This Skill provides a structured procedure and ready-made Tailwind CSS v4 patterns to get responsive layouts right the first time. ## Core Features & Use Cases - Layout Pattern Library: Predefined templates for heroes, feature grids, testimonial rows, timelines, and 2/3+1/3 sidebar layouts with correct mobile-to-desktop breakpoint behavior. - Accessibility & Edge Handling: Enforces 44x44px touch targets, safe-area insets for sticky bottom bars, and i18n text-overflow handling for English and Italian content. - Use Case: You need a hero section with a background image, gradient overlay, and stacked CTA buttons that collapse to a single column on mobile. The Skill supplies the exact section shell, grid classes, and completion checklist to verify no horizontal scroll at 375px. ## Quick Start Ask the agent to create a responsive three-column feature grid section with stacked CTA buttons for a Next.js page using Tailwind CSS v4.