/* ============================================================
   DEEP CALLS — stylesheet entry point
   The design system is split into focused modules so each part
   of the site can be maintained independently. Loaded in cascade
   order: fonts/tokens -> nav/buttons -> page sections -> forms ->
   footer -> article -> dark theme (last, so it can override).
   ============================================================ */

@import url('base.css');      /* includes Google Fonts import, must load first */      /* tokens, reset, curve motif, nav, buttons */
@import url('home.css');      /* hero, section headers, library grid, about band */
@import url('pages.css');     /* about / contact / full-library page layouts */
@import url('footer.css');    /* site footer */
@import url('article.css');   /* article page, reveal, back-to-top, toast, 404 */
@import url('dark.css');      /* dark theme overrides — loaded last */
