/* Contact page styles - inherits global styles from style.css */

/* ===== CONTACT HERO ===== */
.contact-hero {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: none;
}