.site-footer .footer-brand-category {
    margin: -8px 0 22px;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.site-footer .footer-brand h3 { margin-bottom: 10px; }
.site-footer .footer-brand h3 + p {
    max-width: 390px;
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.7;
}

.site-footer .footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(200px, .7fr) minmax(220px, .8fr) minmax(280px, 1.2fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: start;
    width: 100%;
    margin-top: 8px;
    padding-top: clamp(26px, 4vw, 42px);
    border-top: 1px solid var(--border);
}

.site-footer .footer-contact > div,
.site-footer .footer-contact address {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.site-footer .footer-contact h3 { margin-bottom: 9px; }
.site-footer .footer-contact p { margin: 0; }
.site-footer .footer-contact p span {
    display: block;
    color: var(--muted);
    font-size: .66rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.site-footer .footer-contact p + p { margin-top: 9px; }
.site-footer .footer-contact a,
.site-footer .footer-contact p strong {
    min-height: 0;
    color: var(--text);
    font-size: .86rem;
    font-weight: 700;
}

.site-footer .footer-contact address {
    color: var(--muted);
    font-size: .84rem;
    font-style: normal;
    line-height: 1.45;
}

.site-footer .footer-contact address strong {
    margin-bottom: 3px;
    color: var(--text);
    font-size: .9rem;
}

.site-footer .footer-page-links { display: grid; align-content: start; }
.site-footer .footer-page-links a { min-height: 32px; }
.site-footer > .footer-disclaimer {
    grid-column: 1 / -1;
    max-width: none;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.65;
}

@media (max-width: 820px) {
    .site-footer .footer-contact { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
    .site-footer .footer-contact { grid-template-columns: 1fr; }
}
.newsletter-status{max-width:720px;padding-block:clamp(70px,12vw,150px);text-align:center}.newsletter-status p{max-width:580px;margin:0 auto 26px;color:var(--muted)}
