.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(212, 175, 55, 0.12), transparent 22rem),
    radial-gradient(circle at 86% 14%, rgba(92, 132, 170, 0.12), transparent 22rem),
    linear-gradient(180deg, #030303 0%, #060606 48%, #020202 100%);
  color: #fff;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.36) 82%, transparent);
  opacity: 0.18;
}

.site-footer__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.12;
}

.site-footer__accent {
  position: relative;
  z-index: 1;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(138, 100, 8, 0), #b8860b, rgba(138, 100, 8, 0));
}

.site-footer__wrap {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem 2rem;
}

.site-footer__grid {
  display: grid;
  gap: 2rem 1.5rem;
  align-items: start;
}

.site-footer__brand,
.site-footer__column {
  min-width: 0;
}

.site-footer__brand {
  padding-right: 1rem;
}

.site-footer__brand-mark {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__brand-copy {
  margin: 1rem 0 0;
  max-width: 23rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
  line-height: 1.8;
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.site-footer__social-link {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background-color 0.22s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(212, 175, 55, 0.34);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.site-footer__section-title {
  margin: 0 0 1rem;
  color: #d4af37;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__column {
  position: relative;
  padding-top: 0.85rem;
}

.site-footer__column::before,
.site-footer__brand::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.3), rgba(255, 255, 255, 0.06));
}

.site-footer__list,
.site-footer__legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__list {
  display: grid;
  gap: 0.72rem;
}

.site-footer__list a,
.site-footer__list span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.22s ease;
}

.site-footer__list a:hover,
.site-footer__list a:focus-visible {
  color: #fff;
}

.site-footer__contact-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.site-footer__contact-link i {
  margin-top: 0.28rem;
  color: #d4af37;
  font-size: 0.88rem;
}

.site-footer__bottom {
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  line-height: 1.8;
}

.site-footer__copyright-brand {
  color: rgba(255, 255, 255, 0.88);
}

.site-footer__credit {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  text-decoration: none;
}

.site-footer__credit:hover,
.site-footer__credit:focus-visible {
  color: #fff;
}

.site-footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.site-footer__legal-list a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  text-decoration: none;
  transition: color 0.22s ease;
}

.site-footer__legal-list a:hover,
.site-footer__legal-list a:focus-visible {
  color: #fff;
}

@media (min-width: 900px) {
  .site-footer__grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.9fr));
  }

  .site-footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }
}

@media (max-width: 899px) {
  .site-footer__wrap {
    padding-top: 3.1rem;
    padding-bottom: 1.8rem;
  }

  .site-footer__grid {
    gap: 1.6rem;
  }

  .site-footer__brand {
    padding-right: 0;
  }

  .site-footer__brand-mark {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }
}
