.site-footer { border-top: 4px solid var(--color-orange); background: #252523; color: #fff; }
.site-footer__content { display: grid; grid-template-columns: 1.3fr .7fr .9fr 1.12fr 1.25fr; gap: 18px; padding-block: 24px 18px; }
.site-footer section { min-width: 0; }
.site-footer__column { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.13); }
.site-footer h2 { margin: 0 0 8px; font-size: 1.25rem; letter-spacing: -.03em; }
.site-footer h3 { margin: 0 0 10px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer h2::after, .site-footer h3::after { display: block; width: 30px; height: 2px; margin-top: 7px; background: #ff9800; content: ''; }
.site-footer p, .site-footer a { color: #d2d2d2; font-size: .69rem; line-height: 1.48; }
.site-footer p { margin: 0 0 6px; }
.site-footer a { display: block; width: fit-content; margin-bottom: 7px; text-decoration: none; }
.site-footer a:hover { color: #ffb000; }
.site-footer__brand p { max-width: 250px; }
.site-footer__map iframe { width: 100%; height: 72px; margin-top: 7px; border: 0; filter: grayscale(.35) contrast(1.05); }
.site-footer__bottom { padding: 9px 16px; border-top: 1px solid rgba(255,255,255,.1); background: #1d1d1c; color: #aaa; font-size: .62rem; text-align: center; }

@media (max-width: 1050px) and (min-width: 769px) {
    .site-footer__content { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .site-footer__brand { grid-column: 1/-1; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.13); }
    .site-footer__column { padding-left: 0; border-left: 0; }
    .site-footer__map { grid-column: 1/-1; display: grid; grid-template-columns: 1fr minmax(300px,380px); gap: 24px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.13); }
    .site-footer__map iframe { height: 105px; margin: 0; }
}

@media (max-width: 768px) {
    .site-footer__content { grid-template-columns: 1fr; gap: 13px; padding-block: 22px 18px; }
    .site-footer__column { padding: 13px 0 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
    .site-footer__brand p { max-width: none; }
    .site-footer__map iframe { height: 150px; }
}
