/* =========================================================
   XPLORE MOTORCYCLES — CONTACT
   Page-specific styles. Shared layout lives in base.css.
   ========================================================= */

/* RESPONSIVE HUB CORRECTIONS */
@media (max-width: 900px) {
    .xplore-contact-grid {
        grid-template-columns: 1fr !important; gap: 50px !important;
    }

    .contact-title {
        font-size: 30px !important;
    }
}
