.site-footer {
  position: relative;
  overflow: hidden;
  background: #2a1d15;
  color: #cfc1b6;
  padding: 0 0 24px;
}
.site-footer:after {
  content: "E";
  position: absolute;
  right: -45px;
  bottom: -150px;
  font: 600 520px/1 var(--heading);
  color: rgba(255, 255, 255, 0.018);
  pointer-events: none;
}
.site-footer a {
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.site-footer a:hover {
  color: #fff;
}
.footer-intro {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  padding: 75px 0 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.footer-kicker {
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.site-footer .footer-intro h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font: 500 clamp(2.8rem, 5vw, 5rem) / 0.98 var(--heading);
  text-transform: none;
  letter-spacing: -0.02em;
}
.footer-shop-link {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.footer-shop-link i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font: normal 1.1rem var(--body);
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.footer-shop-link:hover i {
  background: #fff;
  color: var(--primary);
  transform: translateX(4px);
}
.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 65px;
  padding-top: 70px;
}
.wordmark-light {
  color: #fff;
  margin-bottom: 24px;
}
.footer-brand p {
  max-width: 400px;
  color: #bfaea1;
}
.footer-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}
.footer-detail span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #d8ccc3;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-footer h2 {
  font-family: var(--body);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer li {
  margin-bottom: 10px;
}
.site-footer li a {
  display: inline-block;
}
.site-footer li a:hover {
  transform: translateX(4px);
}
.social-link {
  display: inline-flex;
  flex-direction: column;
  margin-top: 12px;
  color: #fff;
}
.social-link span {
  color: var(--accent);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 65px;
  padding-top: 24px;
  font-size: 0.7rem;
  color: #9f8e82;
}
.legal-menu {
  display: flex !important;
  gap: 22px;
}
