.site-footer { position: relative; min-height: 310px; display: flex; align-items: end; background: url("../../assets/images/backgrounds/background-footer.png") center/cover no-repeat; isolation: isolate; }
.site-footer__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(10,6,5,.98), rgba(12,8,6,.5), rgba(12,8,6,.2)); }
.site-footer__content { display: grid; grid-template-columns: 200px 1fr auto; align-items: end; gap: 30px; padding-block: 95px 30px; }
.site-footer__logo { width: 190px; }
.site-footer h2 { color: #f4d17c; }
.site-footer p { margin-top: 8px; color: #d0c2a6; line-height: 1.6; }
.site-footer__copy { white-space: nowrap; font-size: .82rem; }
@media (max-width: 760px) { .site-footer__content { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
