/*
Theme Name: Alter Ashwin - The Funnel Minimalist
Theme URI: https://21st.dev
Description: A high-converting WordPress theme for high-ticket coaches.
Author: Gemini CLI
Version: 1.0
Text Domain: alterashwin
*/

/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Offset anchor targets so fixed header doesn't cover them */
[id] { scroll-margin-top: 80px; }

/* Ensure the Three.js canvas stays behind everything */
#dotted-surface-container canvas { display: block; }

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
