/*
 * style.css — Entry Point
 * ────────────────────────
 * This file doesn't contain any styles itself.
 * It just imports the individual files in the correct order.
 *
 * ORDER MATTERS:
 *   Each file can override things defined in files above it.
 *   base.css must come first (variables, reset, body).
 *   mobile.css must come last (overrides everything else).
 *
 * To explore a specific part of the design, open that file:
 *   css/base.css       →  colors, fonts, background image, dark overlay
 *   css/hero.css       →  title, tagline pill, CTA buttons
 *   css/layout.css     →  page structure, section labels
 *   css/slideshow.css  →  the auto-playing Core Features carousel
 *   css/nav-block.css  →  the left/right feature navigation panels
 *   css/sections.css   →  stats bar, command cards, bottom CTA
 *   css/mobile.css     →  all responsive overrides for small screens
 */

@import url('css/base.css');
@import url('css/entry.css');
@import url('css/hero.css');
@import url('css/layout.css');
@import url('css/slideshow.css');
@import url('css/nav-block.css');
@import url('css/sections.css');
@import url('css/scroll-effects.css');
@import url('css/mobile.css');
