# Responsive Section Navigation Navigation pattern for multi-section pages (reviews, recaps, dashboards). Provides a sticky sidebar TOC on desktop and a sticky horizontal scrollable bar on mobile. ## Layout Structure The page uses a two-column CSS Grid: sidebar (TOC) + main content. On mobile it collapses to single-column with the TOC becoming a horizontal bar. ```html

Page Title

Subtitle text

1 — First Section
2 — Second Section
``` Key structural rules: - `