/* Contact Hero - Responsive (Matches About Hero) */
@media (max-width: 768px) {
    .contact-hero {
        height: 220px;
    }

    .contact-hero h1 {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }

    .contact-hero .breadcrumbs {
        font-size: 0.95rem;
    }
}