.nxb-site-footer { color: rgba(255,255,255,.85); background: #071011; }
.nxb-site-footer__cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.6rem max(var(--nxb-gutter),calc((100% - var(--nxb-container))/2)); color: #fff; background: linear-gradient(110deg,var(--nxb-colour-brand-dark),var(--nxb-colour-brand)); }
.nxb-site-footer__cta h2 { margin: 0 0 .15rem; color: #fff; font-size: clamp(1.45rem,3vw,2.2rem); }
.nxb-site-footer__cta p { margin: 0; }
.nxb-site-footer__main { display: grid; width: min(100% - (var(--nxb-gutter)*2),var(--nxb-container)); margin-inline: auto; grid-template-columns: 1.4fr repeat(3,1fr); gap: clamp(2rem,5vw,5rem); padding-block: 4rem; }
.nxb-site-footer h2 { margin-bottom: 1.1rem; color: #fff; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.nxb-site-footer__brand img { width: 13rem; height: auto; object-fit: contain; }
.nxb-site-footer__wordmark { display: block; color: #fff; font-size: 2.2rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
.nxb-site-footer__wordmark small { display: block; margin-top: .45rem; font-size: .55rem; letter-spacing: .3em; }
.nxb-site-footer__brand p { max-width: 22rem; margin-top: 1.2rem; color: rgba(255,255,255,.62); }
.nxb-site-footer__contact, .nxb-site-footer__social { display: flex; flex-direction: column; align-items: flex-start; }
.nxb-site-footer__contact > a, .nxb-site-footer__social a, .nxb-site-footer__links a { margin-bottom: .5rem; text-decoration: none; }
.nxb-site-footer a:hover { color: var(--nxb-colour-brand-bright); text-decoration: underline; }
.nxb-site-footer__address { margin-top: .8rem; color: rgba(255,255,255,.6); font-size: .9rem; }
.nxb-site-footer__address p { margin: 0; }
.nxb-site-footer__links ul { margin: 0; padding: 0; list-style: none; }
.nxb-site-footer__bottom { display: flex; width: min(100% - (var(--nxb-gutter)*2),var(--nxb-container)); margin-inline: auto; justify-content: space-between; gap: 1.25rem; padding-block: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: .75rem; }
@media (max-width: 900px) { .nxb-site-footer__main { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px) {
    .nxb-site-footer__cta { align-items: stretch; flex-direction: column; }
    .nxb-site-footer__main { grid-template-columns: 1fr; }
    .nxb-site-footer__bottom { align-items: flex-start; flex-direction: column; }
}
