/* Hero Section Desktop Styles (min-width: 769px) */
#hero { /* CRITICAL: Changed from #hero-section to #hero */
    height: 600px; /* Default fixed height for desktop */
    /* CRITICAL FIX: Removing full-width trick from here too */
    width: 100%;
    margin-left: 0;
}

#hero.full-page { /* CRITICAL: Changed from #hero-section.full-page to #hero.full-page */
    height: 100vh; /* Full viewport height for desktop when 'full-page' class is applied */
}

/* Adjust content sizing if different from base */
.hero-content h1 {
    font-size: 3.5rem;
}

.hero-content p {
    font-size: 1.5rem;
}