/* ==========================================================================
   CONTACT US — page-specific styles
   Built on the shared design-system.css components + tokens.
   The form itself is styled by Mail/assets/pm-contact-form.css (also token-based).
   ========================================================================== */

.pm-contact__panel { max-width: 760px; }

.pm-contact__intro {
    text-align: center;
    margin-bottom: var(--pm-space-8);
}
.pm-contact__title {
    margin: 0 0 var(--pm-space-3);
    font-size: var(--pm-fs-h2);
    font-weight: var(--pm-fw-extrabold);
    letter-spacing: var(--pm-tracking-tight);
    color: var(--pm-text);
}
.pm-contact__desc {
    max-width: 600px;
    margin: 0 auto;
    font-size: var(--pm-fs-body-lg);
    line-height: var(--pm-lh-relaxed);
    color: var(--pm-text-soft);
}

.pm-contact__form { margin-top: var(--pm-space-4); }

.pm-contact__info { max-width: 760px; margin-inline: auto; }
