/* =========================================================
   TWILIGHT RUN — CASCADE CONTROLLER (custom.css)
   Purpose: master entry loaded by Helix to sequence all 
   Terra Secundus overrides after Helix framework CSS
   ========================================================= */

/* --- Core Structural Definitions (always first) --- */
@import url("custom-core.css");

/* --- Grid, Row, and Layout Adjustments --- */
@import url("custom-rows.css");

/* --- Thematic Colors, Typography, and Gradients --- */
@import url("custom-theme.css");

/* --- Sectional Band and Module Styling --- */
@import url("custom-sections.css");

/* --- Membership / Account System Styling --- */
@import url("membership-system.css");

/* --- Universal Overrides, Gap & Alignment Fixes --- */
@import url("custom-override.css");

/* --- Mobile Overrides (Phones & Small Tablets) --- */
@import url("override.mobile.css") screen and (max-width: 767.98px);

/* =========================================================
   NOTES:
   1. This file is called directly by HelixUltimate via 
      `$theme->add_css('custom.css');`
   2. The individual CSS files must exist in:
      /templates/visualin/css/
   3. Disable Helix "Combine CSS" and "Compress CSS" 
      to ensure proper load order.
   4. Each sheet uses `!important` only where necessary.
   ========================================================= */
