/*
 Theme Name:   DevWharf Dark Theme
 Theme URI:    https://devwharf.com
 Description:  A modern, high-end dark theme with 3D interactive elements, varied typography, and scroll-driven experiences.
 Author:       DevWharf
 Author URI:   https://webdeveloper.devwharf.com
 Template:     twentytwentyfive
 Version:      5.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  devwharf-theme
*/

/* ========================================
   DevWharf Theme v5.0

   Modular CSS loaded via functions.php wp_enqueue_style:
   - base.css: Variables, typography, core styles
   - header.css: Floating navigation with scroll state
   - footer.css: Clean modern footer
   - components.css: Buttons, forms, cards
   - responsive.css: Mobile/tablet overrides
   - landing-sections.css: Full-width sections, hero, FAQ, contact

   JS (loaded in footer):
   - gits-os.js: 3D geometric splash screen
   - scroll-animations.js: Reveal, background transitions, hero canvas, FAQ
   ========================================
*/

/* NOTE: @import statements removed intentionally.
   All CSS modules are enqueued via functions.php for
   reliable load ordering and cache-busting. */

/* ========================================
   Page-Specific Overrides
   ======================================== */

/* Responsive navigation for smaller screens */
@media (max-width: 768px) {
    .wp-block-navigation a,
    nav a {
        font-size: 0.75rem;
        padding: 6px 10px;
    }
}
