/* =============================================
   CONTACT — Page header
   ============================================= */

.page-header {
    background: var(--color-navy);
    color: var(--color-white);
    padding-top: calc(72px + var(--space-20));   /* nav height + breathing room */
    padding-bottom: var(--space-20);
}

.page-header__label {
    color: rgba(255,255,255,0.45);
    margin-bottom: var(--space-5);
}

.page-header__label::before {
    background: rgba(255,255,255,0.25);
}

.page-header__title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
    color: var(--color-white);
    margin-bottom: var(--space-6);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.page-header__title em {
    font-style: normal;
    color: #dddddd;
}

.page-header__lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #dddddd;
    max-width: 52ch;
}
