/*!
Theme Name: FireSuite Modern
Theme URI: https://mcapsuite.com/firesuite/themes/modern
Template: firesuite-theme
Author: FireSuite
Author URI: https://mcapsuite.com
Description: Modern, clean aesthetic for the FireSuite Theme. System sans-serif typography, side-by-side hero, restrained color palette. Designed for departments that want a professional, contemporary look.
Version: 0.2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firesuite-modern
Requires PHP: 8.2
Tags: fire-department, modern, clean
*/

:root {
    --fs-color-primary: #B91C1C;
    --fs-color-primary-dark: #991B1B;
    --fs-color-secondary: #0F1A2A;
    --fs-color-accent: #B91C1C;
    --fs-color-topbar-bg: #0F1A2A;
    --fs-color-surface-alt: #F7F8FA;
    --fs-font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --fs-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Modern-specific overrides — tight letter spacing on headlines */
.firesuite-hero-headline,
.firesuite-single-title,
.firesuite-page-title {
    letter-spacing: -0.01em;
}

.firesuite-hero-eyebrow {
    letter-spacing: 3px;
}

/* Slightly tighter hero on Modern */
.firesuite-hero { padding: 90px 20px; }
