/* ============================================================
   Location Spoke — HQ
   File: assets/css/spoke/spoke-hq.css
   Scope: .spoke-hq__* classes only
   Figma: node 2195:588 — cream bg, eyebrow / H3 + address + call CTA.
   ============================================================ */

.spoke-hq {
    text-align: center;
}

.spoke-hq__header {
    max-width: 825px;
    margin: 0 auto 32px;
}

.spoke-hq__eyebrow {
    color: var(--spoke-blue-2);
}

.spoke-hq__heading {
    font-family: var(--spoke-font-serif);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: var(--spoke-navy);
    margin: 0 0 14px;
}

.spoke-hq__address {
    font-family: var(--spoke-font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: -0.04em;
    color: var(--spoke-navy);
    margin: 0;
}

.spoke-hq__cta {
    display: flex;
    justify-content: center;
}


/* ============================
   RESPONSIVE — HQ
   ============================ */

@media (max-width: 768px) {
    .spoke-hq__heading {
        font-size: 29px;
    }

    .spoke-hq__cta .spoke-btn {
        width: 100%;
    }
}
