/* Contact — campus hero (no section rail) */

body.icem-contact-page .icem-about-hero-inner {
  max-width: 40rem;
  padding-right: 0;
}

@media (min-width: 1200px) {
  body.icem-contact-page .main {
    padding-right: 0;
  }
}

.icem-contact-hero {
  min-height: 50vh;
}

.icem-contact-body h2 {
  margin: 0.4rem 0 1rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.icem-contact-map {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(18, 16, 14, 0.12);
  background: #efeae3;
}
