/*
  Master `custom.css` now loads smaller partials for easier editing.

  - If you need to edit a specific page area, edit the matching partial in
    `templates/spiral/css/partials/` and commit the change.

  Partials loaded (in order):
  01-global.css      - fonts, tokens, base typography, small utilities
  02-header.css      - header, nav, logo, nav-link, breadcrumb, sidebar
  03-hero.css        - hero section, domain search, hero visuals
  04-components.css  - buttons, forms, cards, lists, modals, tables, etc.

  NOTE: Keep this file as an import index — prefer editing partials.
*/

@import "partials/00-tokens.css";
@import "partials/01-global.css";
@import "partials/02-header.css";
@import "partials/03-hero.css";
@import "partials/04-components.css";
/* The legacy store stylesheet was being imported here which mixes large,
   page-specific rules into the global `custom.css` bundle and causes
   widespread regressions (dark backgrounds, sticky/duplicate navs,
   broken sidebars). Commenting this out keeps store styles isolated
   — reintroduce only on store pages or refactor into scoped partials. */
/* @import "partials/06-store.css"; */
@import "partials/05-overrides.css";

/* End of import index for spiral custom styles */