/*
Theme Name: Studu
Description: Custom experiential theme for Studu — portfolio site with GSAP/Lenis/Three.js scroll-driven animation, portal transitions, and CMS-editable case studies.
Author: PalmGro Creative Agency
Version: 0.1.0
Text Domain: studu
*/

/* Base resets — expand as design system develops */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #000; color: #fff; overflow-x: hidden; }
