/* landing.css — minimal, Tailwind CDN handles most styling */
html { scroll-behavior: smooth; }

/* Scroll offset for sticky nav */
section[id] { scroll-margin-top: 80px; }