.site-footer {
  --coral: #ff6b57;
  --violet: #7762d8;
  --aubergine: #332b3a;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 28px;
  color: #fff;
  background:
    radial-gradient(920px 240px at 8% -20%, rgba(255, 107, 87, .28), transparent 62%),
    radial-gradient(760px 260px at 92% -8%, rgba(119, 98, 216, .24), transparent 58%),
    linear-gradient(180deg, #3a3142 0%, #2c2533 42%, #241f2a 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--coral) 18%, #ffb199 48%, var(--violet) 78%, transparent);
}

.site-footer .container {
  width: min(1180px, calc(100% - 40px));
  max-width: 100%;
  margin: 0 auto;
}

.site-footer .footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) 1fr 1fr .9fr;
  gap: 48px 40px;
  padding-bottom: 36px;
}

.site-footer .footer-brand {
  max-width: 360px;
}

.site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  color: #fff;
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1;
  text-decoration: none;
}

.site-footer .brand-symbol {
  display: block;
  width: 22px;
  height: 28px;
  flex: 0 0 22px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(255, 107, 87, .28));
}

.site-footer .footer-brand p {
  max-width: 340px;
  margin: 16px 0 0;
  color: #d4c9d6;
  font-size: 13.5px;
  line-height: 1.65;
}

.site-footer .footer-social-label {
  margin: 26px 0 12px;
  color: #ffac9e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #f4eef4;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
  transform: translateY(-2px);
  color: #fff;
  border-color: transparent;
  outline-offset: 3px;
}

.site-footer .footer-social svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer .footer-social a[data-network="youtube"]:hover,
.site-footer .footer-social a[data-network="youtube"]:focus-visible {
  background: #ff0033;
  box-shadow: 0 10px 22px rgba(255, 0, 51, .28);
}

.site-footer .footer-social a[data-network="instagram"]:hover,
.site-footer .footer-social a[data-network="instagram"]:focus-visible {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b 55%, #6228d7);
  box-shadow: 0 10px 22px rgba(238, 42, 123, .28);
}

.site-footer .footer-social a[data-network="facebook"]:hover,
.site-footer .footer-social a[data-network="facebook"]:focus-visible {
  background: #1877f2;
  box-shadow: 0 10px 22px rgba(24, 119, 242, .28);
}

.site-footer .footer-social a[data-network="tiktok"]:hover,
.site-footer .footer-social a[data-network="tiktok"]:focus-visible {
  background: #111;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 4px 0 0 #25f4ee, -4px 0 0 #fe2c55, 0 10px 22px rgba(0, 0, 0, .35);
}

.site-footer .footer-social a[data-network="linktree"]:hover,
.site-footer .footer-social a[data-network="linktree"]:focus-visible {
  background: #43e55a;
  color: #143018;
  box-shadow: 0 10px 22px rgba(67, 229, 90, .28);
}

.site-footer .footer-links h4 {
  margin: 0 0 14px;
  color: #ffac9e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer .footer-links a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 10px;
  color: #e6dce6;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.site-footer .footer-links a[aria-current="page"] {
  color: #fff;
  font-weight: 650;
}

.site-footer .copyright {
  display: flex;
  justify-content: space-between;
  gap: 16px 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #b3a6b4;
  font-size: 11px;
  line-height: 1.5;
}

.site-footer .copyright a {
  color: #e6dce6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1023px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 52px 0 24px;
  }

  .site-footer .container {
    width: min(1180px, calc(100% - 32px));
  }

  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer .footer-social a {
    width: 44px;
    height: 44px;
  }

  .site-footer .copyright {
    display: block;
  }

  .site-footer .copyright span {
    display: block;
    margin: 6px 0;
  }
}

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

  .site-footer .footer-social a:hover,
  .site-footer .footer-social a:focus-visible,
  .site-footer .footer-links a:hover,
  .site-footer .footer-links a:focus-visible {
    transform: none;
  }
}
