@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    .hero-overlay h1 {
        font-size: 2.2rem;
    }
}
