Add _mobile.scss with responsive overrides for all sections:
- Header nav wraps, hero auto-height, grids to single column
- Handles path full-width, system/author/buy stacked vertically
- Footer contact and legal full-width
- Typography scaled down for mobile viewports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Link all navigation items to their corresponding sections
- Add smooth scroll behavior on html element
- Add scroll-margin-top on sections to compensate for fixed header
- Add id="presse" to footer for press navigation link
Navigation mapping:
- Le Courage du Réel → #hero
- Extraits → #excerpts
- Les poignées → #handles
- Le système → #system
- L'auteur → #author
- Précommander → #buy
- Presse → #presse (footer)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add Swiper.js via CDN for carousel functionality
- Restructure excerpts section: 6 individual slides instead of 2 grouped slides
- Implement responsive behavior: 3 slides per view on desktop, 1 on mobile
- Add infinite loop navigation with prev/next buttons and pagination bullets
- Create custom styles in _section_4-excerpts.scss (no Swiper CSS)
- Add script.js with Swiper configuration and responsive breakpoints
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>