What problem does it solve? Designs built for one context often break or feel wrong on other devices, forcing teams to rebuild layouts, navigation, and interactions from scratch for mobile, tablet, desktop, print, or email. ## Core Features & Use Cases - Context Assessment: Identifies source assumptions and target constraints including device type, input method, screen size, connection speed, and usage context. - Adaptation Strategies: Provides concrete layout, interaction, content, and navigation strategies for mobile, tablet, desktop, print, and email targets. - Implementation Guidance: Covers responsive breakpoints, CSS Grid/Flexbox reflow, container queries, clamp() fluid sizing, 44px touch targets, and responsive images. - Use Case: Take a desktop web dashboard and adapt it for mobile by converting multi-column layouts to single-column stacking, replacing hover interactions with touch targets, and moving navigation to a bottom bar. ## Quick Start Adapt this desktop dashboard design for mobile devices with touch-friendly targets and a single-column layout.