.fs-site-footer { border-top: 1px solid #dedbd4; background: #fbfaf7; color: #666761; font-family: Inter, Arial, sans-serif; }
.fs-site-footer__inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 52px 0 20px; }
.fs-site-footer__grid { display: grid; grid-template-columns: minmax(250px, 1.8fr) repeat(3, minmax(150px, 1fr)); gap: 38px; align-items: start; }
.fs-site-footer__brand a, .fs-site-footer__column h2 { display: block; margin: 0 0 15px; color: #252622; font-size: 11px; font-weight: 700; letter-spacing: .09em; line-height: 1.3; text-decoration: none; text-transform: uppercase; }
.fs-site-footer__brand p { max-width: 330px; margin: 0; font-size: 12px; line-height: 1.65; }
.fs-site-footer__column { display: grid; align-content: start; gap: 9px; }
.fs-site-footer__column a { color: #666761; font-size: 12px; line-height: 1.45; text-decoration: none; }
.fs-site-footer__brand a:hover, .fs-site-footer__column a:hover, .fs-site-footer__brand a:focus-visible, .fs-site-footer__column a:focus-visible { color: #987127; outline: none; text-decoration: underline; text-underline-offset: 3px; }
.fs-site-footer__bottom { margin-top: 42px; padding-top: 17px; border-top: 1px solid #e7e4de; color: #85867f; font-size: 10px; }
.fs-site-footer > span, .fs-site-footer > nav { display: none !important; }
@media (max-width: 880px) { .fs-site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .fs-site-footer__inner { width: min(100% - 32px, 1180px); padding-top: 38px; } .fs-site-footer__grid { grid-template-columns: 1fr; gap: 28px; } .fs-site-footer__bottom { margin-top: 32px; } }
