/* ============================================
   HERO SECTION TEXT ADJUSTMENTS
   ============================================ */

/* Adjusted hero title font size for longer headline - reduced by 4px (0.25rem) for better fit */
/* Scoped to main hero section only - not case tile hero */
#home .hero-title {
    font-size: clamp(2.5rem, 4.5vw, 3.5rem) !important;
    /* Previous: clamp(2.75rem, 5vw, 3.75rem) */
    /* Reduced by 0.25rem (4px) on both min and max values */
    /* Min: 40px, Max: 56px (down from 44px/60px) */
}

/* Ensure hero subtitle is black - only for main hero section */
#home .hero-subtitle {
    color: #000000 !important;
}
