/*
 * GLOBAL STYLES - AIceberg Mind
 * Master CSS file that imports all stylesheets in the correct loading order
 * This is the only CSS file that should be linked in HTML pages
 */

/* ========================================
   TAILWIND CSS DIRECTIVES
   ======================================== */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* ========================================
   BASE & FOUNDATION STYLES
   ======================================== */
@import url('base.css');

/* ========================================
   CORE DESIGN SYSTEM
   ======================================== */
@import url('variables/editorial-astro.css');


/* ========================================
   COMPONENTS
   ======================================== */
@import url('components/hamburger-menu.css');
@import url('components/sticky-elements.css');
@import url('components/cookie-banner.css');
@import url('components/footer.css');

/* ========================================
   SECTIONS
   ======================================== */
@import url('hero-section.css');
/* REMOVED: subhero-section.css - obsolete file with 397 lines of dead CSS */
/* REMOVED: content-sections.css - refactored into design-tokens.css, editorial-astro.css, and interactive-components.css */
@import url('core-pillars.css');
@import url('projects-section.css');
@import url('ethics-faq.css');

/* ========================================
   UTILITIES & HELPERS
   ======================================== */
@import url('utilities.css');

/* ========================================
   LAYOUTS & VARIABLES
   ======================================== */






/* ========================================
   RESPONSIVE STYLES (always last)
   ======================================== */
@import url('responsive/mobile.css');
