.site-footer { background: var(--color-dark); color: var(--color-muted-dark); font-size: 16px; line-height: 22px; font-weight: 500; }
.site-footer__grid { display: grid; grid-template-columns: minmax(0,158fr) minmax(0,205fr) minmax(0,168fr) minmax(0,277fr) minmax(0,193fr) minmax(0,299fr); gap: 20px; padding-block: 35px 50px; align-items: start; grid-template-areas: 'nav collections types brand contacts newsletter'; }
.site-footer__brand { grid-area: brand; }
.site-footer__logo { width: 225px; }
.site-footer__contacts { grid-area: contacts; }
.site-footer__navigation { grid-area: nav; }
.site-footer__collections { grid-area: collections; }
.site-footer__types { grid-area: types; }
.site-footer__newsletter { grid-area: newsletter; }
.site-footer__navigation, .site-footer__collections, .site-footer__types, .site-footer__contacts, .site-footer__newsletter { padding-top: 17px; }
.site-footer__title { font: inherit; color: var(--color-light); margin-bottom: 5px; }
.site-footer__title--social { margin-top: 20px; margin-bottom: 10px; }
.site-footer__link { display: block; margin-top: 5px; }
.site-footer__legal { background: var(--color-dark) url('../../images/footer-legal-desktop.webp') center / 100% 100% no-repeat; padding-block: 19px; color: #514940; }
.site-footer__legal-items { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.site-footer__link--contact, .site-footer__legal-link { text-underline-offset: .2em; transition: color .2s; }
.site-footer__link--contact:focus-visible, .site-footer__legal-link:focus-visible { color: var(--color-accent); text-decoration: underline; }
@media (hover: hover) { .site-footer__link--contact:hover, .site-footer__legal-link:hover { color: var(--color-accent); text-decoration: underline; } }
@media (prefers-reduced-motion: reduce) { .site-footer__link--contact, .site-footer__legal-link { transition: none; } }
@media (min-width: 640px) and (max-width: 1279px) { .site-footer__grid { grid-template-columns: repeat(3,minmax(0,1fr)); grid-template-areas: 'brand contacts newsletter' 'nav collections types'; gap: 40px 20px; } }
@media (max-width: 639px) { .site-footer__grid { display: flex; flex-direction: column; align-items: center; gap: 0; padding-block: 50px; text-align: center; } .site-footer__logo { width: 180px; } .site-footer__navigation, .site-footer__collections, .site-footer__types, .site-footer__contacts, .site-footer__newsletter { padding-top: 0; } .site-footer__contacts { margin-top: 28px; } .site-footer__title { margin-bottom: 12px; } .site-footer__title--social { margin-top: 26px; } .site-footer__navigation { margin-top: 30px; } .site-footer__collections { margin-top: 28px; } .site-footer__title--repeated { display: none; } .site-footer__newsletter { width: 100%; margin-top: 30px; } .site-footer__link { margin-top: 5px; } .site-footer__legal { padding-block: 43px; background-image: url('../../images/footer-legal-mobile.webp'); } .site-footer__legal-items { flex-direction: column; align-items: center; gap: 5px; } }
