/* ============================================================
   Pastel — Landing page styles (entry manifest)

   Styles are split into cohesive modules for maintainability.
   Import order matters: tokens & reset first, components next,
   animations last. Each module carries its own responsive rules.
   ============================================================ */
@import "base.css";        /* design tokens, reset, layout primitives */
@import "preloader.css";   /* first-visit WebGL logo assemble overlay */
@import "sections.css";    /* shared section heads / eyebrows */
@import "buttons.css";     /* buttons */
@import "header.css";      /* header, nav & live clock */
@import "hero.css";        /* hero */
@import "work.css";        /* work / case cards */
@import "case.css";        /* case study detail page */
@import "services.css";    /* services & bottom CTA */
@import "cta.css";         /* get-in-touch CTA */
@import "ribbon.css";      /* azulejo animated dot-pattern band */
@import "footer.css";      /* footer */
@import "animations.css";  /* scroll-reveal & reduced motion */
