.site-footer { position: relative; isolation: isolate; overflow: hidden; padding: 0 24px 100px; background: #0b0b0a; color: #f2eadb; }
.site-footer__backdrop { position: absolute; z-index: -1; inset: auto 0 150px; height: min(100%, 210px); pointer-events: none; }
.site-footer__video { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; opacity: .65; }
.site-footer__backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #0b0b0a 0%, rgb(11 11 10 / 82%) 18%, rgb(11 11 10 / 16%) 43%, transparent 62%, rgb(11 11 10 / 65%) 100%); }
.site-footer__inner { position: relative; max-width: 980px; margin-inline: auto; border-top: 1px solid #c7a96930; }
.site-footer__contact { padding: 36px 0 30px; }
.site-footer h2 { margin: 0 0 26px; font: 400 clamp(28px, 7.4vw, 38px)/1.16 var(--sans); letter-spacing: -.035em; }
.site-footer__channels { display: grid; gap: 0; }
.site-footer__channel { display: flex; align-items: center; gap: 16px; min-height: 86px; padding: 14px 0; color: inherit; text-decoration: none; border-top: 1px solid #c7a96922; }
.site-footer__channel-name { display: block; margin-bottom: 5px; color: #c7a969; font: 400 10px/1.4 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.site-footer__number { display: block; font: 400 20px/1.3 var(--sans); letter-spacing: -.02em; }
.site-footer__icon { flex: 0 0 26px; width: 26px; height: 26px; color: #d7b879; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.site-footer__icon--whatsapp { fill: currentColor; stroke: none; }
.site-footer__arrow { margin-left: auto; width: 19px; height: 19px; color: #a3906c; stroke: currentColor; stroke-width: 1.25; }
.site-footer a:focus-visible { outline: 2px solid #d7b879; outline-offset: 5px; }
.site-footer__bottom { display: flex; align-items: flex-end; justify-content: center; min-height: 210px; padding-top: 160px; border-top: 1px solid #c7a96922; }
.site-footer__bottom p { margin: 0; text-align: center; font: 400 11px/1.7 var(--sans); color: #bab1a2; }
.site-footer__bottom p span { color: #928b80; font-size: 10px; }
@media (hover: hover) { .site-footer__channel:hover .site-footer__number { color: #d7b879; } }
@media (min-width: 768px) {
  .site-footer { padding: 0 40px 48px; }
  .site-footer__backdrop { height: 170px; bottom: 98px; }
  .site-footer__contact { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 48px; padding: 46px 0; }
  .site-footer h2 { max-width: 300px; margin: 12px 0 0; }
  .site-footer__channels { grid-template-columns: 1fr 1fr; gap: 24px; }
  .site-footer__channel { flex-wrap: wrap; gap: 12px; border-top: 0; }
  .site-footer__arrow { display: none; }
}
