/* ── SECTION: contact-hero ── */
.contact-hero {
  min-height: 44vh; padding: 8rem 1.5rem 4rem; text-align: center;
  position: relative; overflow: hidden;
}
.contact-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
}
.contact-hero h1 { font-size: clamp(2.5rem,5vw,4rem); font-weight: 700; margin-bottom: 1rem; }
.contact-hero h1 em { font-style: italic; }
.contact-hero p { max-width: 560px; margin: .5rem auto 0; font-size: 1.02rem; line-height: 1.80; }
