.site-footer{width:100%;background:#242122;color:#fff}
.site-footer .footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);gap:clamp(48px,8vw,120px);align-items:start;padding-block:clamp(52px,7vw,88px)}
.footer-brand{min-width:0}
.footer-graphics{display:flex;align-items:center;gap:clamp(12px,2vw,24px);min-height:52px}
.footer-graphic{display:flex;align-items:center;justify-content:center;width:52px;height:52px;flex:0 0 52px}
.footer-graphic .cms-media{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0}
.footer-graphic .cms-media img{display:block;width:100%;height:100%;object-fit:contain}
.site-footer .footer-name{margin:22px 0 0;color:#fff;font-size:clamp(1.4rem,2.2vw,2rem);line-height:1.2;font-weight:800;letter-spacing:-.04em}
.site-footer .footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;align-content:start;font-size:.9rem;font-weight:700}
.site-footer .footer-links a{position:relative;width:max-content;max-width:100%;padding-bottom:4px;color:#fff}
.site-footer .footer-links a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.site-footer .footer-links a:hover::after,.site-footer .footer-links a:focus-visible::after{transform:scaleX(1)}
.site-footer a:focus-visible{outline-color:var(--gold)}
@media(max-width:700px){.site-footer .footer{grid-template-columns:1fr;gap:38px;padding-block:48px}.footer-graphics{gap:12px}.footer-graphic{width:44px;height:44px;flex-basis:44px}.site-footer .footer-name{margin-top:18px}.site-footer .footer-links{grid-template-columns:1fr 1fr}}
@media(max-width:420px){.site-footer .footer-links{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.site-footer .footer-links a::after{transition:none}}
