What problem does it solve? Building a responsive site header with deep navigation hierarchies is tedious: desktop dropdowns, nested submenus, mobile accordions, and sticky positioning each require careful state management and styling. This Skill provides a complete, working header component so you avoid rebuilding these patterns from scratch. ## Core Features & Use Cases - Desktop 2-Row Navigation: Logo, two rows of menu items, and a CTA button with hover dropdowns supporting up to 4 levels of nested submenus. - Mobile Full-Screen Overlay: Accordion-style expandable menus with body scroll locking and 44px touch targets. - Smart Menu Positioning: 2-column dropdown layouts for wide menus (COMMITTEE, FACILITIES) and right-aligned menus with left-opening submenus (OTHERS, RESEARCH). - Use Case: An educational institution website with dozens of pages organized under About, Academics, Accreditation, and Facilities can configure its entire navigation in one TypeScript data file and get working desktop and mobile menus immediately. ## Quick Start Copy the Header component, navigation data, and Tailwind config from the assets folder into your Next.js project, then ask the AI to integrate the Header into your root layout and customize the menu items in siteData.ts.