:root {
  --footer-accent: #7e102c;
  --footer-ink: #17151a;
  --footer-muted: #5d5960;
  --footer-border: rgba(23, 21, 26, .14);
}

.site-footer {
  border-top: 1px solid var(--footer-border);
  padding: 40px 0 0;
  background: #fff;
  color: var(--footer-ink);
}

.site-footer__main { padding-bottom: 40px; }
.site-footer__identity { padding-right: 48px; }
.site-footer__brand { display: inline-block; line-height: 0; }
.site-footer__brand img { display: block; width: min(255px, 100%); height: auto; }
.site-footer__description { margin: 24px 0 0; color: var(--footer-muted); font-size: 15px; line-height: 1.9; }
.site-footer__description a,
.site-footer__description a img { display: inline-block; color: var(--footer-accent); text-decoration: none; transition: color .2s ease, transform .2s ease; height: 30px; line-height: 1.9; }
.site-footer__brand,
.site-footer__links a,
.site-footer__legal a,
.site-footer__copyright a { color: inherit; text-decoration: none; transition: color .2s ease, padding-left .2s ease, transform .2s ease; }
.site-footer__description a:hover,
.site-footer__description a:focus-visible,
.site-footer__links a:hover,
.site-footer__links a:focus-visible,
.site-footer__legal a:hover,
.site-footer__legal a:focus-visible,
.site-footer__copyright a:hover,
.site-footer__copyright a:focus-visible { color: var(--footer-accent); }
.site-footer__social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.site-footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(126, 16, 44, .24); border-radius: 50%; color: var(--footer-ink); font-size: 16px; text-decoration: none; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.site-footer__social a:hover,
.site-footer__social a:focus-visible { border-color: var(--footer-accent); color: var(--footer-accent); transform: translateY(-3px); }
.site-footer__column { padding-left: 28px; padding-right: 28px; }
.site-footer__heading { margin: 4px 0 24px; color: var(--footer-ink); font-size: 17px; font-weight: 700; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.site-footer__links { margin: 0; padding: 0; list-style: none; }
.site-footer__links li { margin-bottom: 12px; }
.site-footer__links a { display: inline-block; color: var(--footer-muted); font-size: 15px; line-height: 1.5; }
.site-footer__links a:hover,
.site-footer__links a:focus-visible { padding-left: 5px; }
.site-footer__links i { width: 14px; color: var(--footer-accent); }
.site-footer__bottom { min-height: 72px; border-top: 1px solid var(--footer-border); }
.site-footer__copyright { margin: 0; color: var(--footer-muted); font-size: 14px; line-height: 1.6; }
.site-footer__copyright a { color: var(--footer-accent); }
.site-footer__legal { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 20px; }
.site-footer__legal a { color: var(--footer-muted); font-size: 14px; }
.site-footer a:focus-visible { outline: 2px solid var(--footer-accent); outline-offset: 3px; }

@media (max-width: 991.98px) {
  .site-footer__identity { padding-right: 15px; padding-bottom: 42px; }
  .site-footer__column { padding-left: 15px; padding-right: 15px; }
}

@media (max-width: 767.98px) {
  .site-footer { padding-top: 48px; }
  .site-footer__main { padding-bottom: 30px; }
  .site-footer__identity, .site-footer__column { text-align: center; }
  .site-footer__brand img { margin: 0 auto; }
  .site-footer__social { justify-content: center; }
  .site-footer__column { padding-bottom: 28px; }
  .site-footer__links { display: inline-block; text-align: left; }
  .site-footer__bottom { padding: 20px 0; text-align: center; }
  .site-footer__legal { justify-content: center; margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) { .site-footer a { transition: none; } }