.ggg-site-footer {
  position: relative;
  z-index: 1;
  margin: 0;
  background: #0a0a09;
  color: #f7f5f1;
  padding: 68px 24px 28px;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

.ggg-footer-grid {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(42px, 7vw, 88px);
}

.ggg-footer-logo {
  display: block;
  width: min(260px, 75%);
  height: auto;
}

.ggg-footer-tagline {
  max-width: 38ch;
  margin: 18px 0 0;
  color: #b3afa7;
  font-size: 1rem;
  line-height: 1.6;
}

.ggg-footer-nap {
  margin: 22px 0 0;
  color: #b3afa7;
  font-size: .84rem;
  line-height: 1.75;
}

.ggg-footer-nap a {
  color: #f7f5f1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ggg-footer-title {
  margin: 0;
  color: #f7f5f1;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.ggg-site-footer .ggg-footer-links {
  position: static;
  inset: auto;
  z-index: auto;
  width: auto;
  height: auto;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  transform: none;
}

.ggg-site-footer .ggg-footer-links a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b3afa7;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-decoration: none;
  text-transform: none;
}

.ggg-site-footer .ggg-footer-links a:hover,
.ggg-site-footer .ggg-footer-links a:focus-visible,
.ggg-site-footer .ggg-footer-links a[aria-current="page"] {
  color: #f7f5f1;
}

.ggg-footer-bottom {
  width: min(100%, 1200px);
  margin: 44px auto 0;
  border-top: 1px solid #2a2926;
  padding-top: 20px;
  color: #7c7972;
  font-size: .72rem;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .ggg-footer-grid {
    grid-template-columns: 1fr;
  }

  .ggg-site-footer .ggg-footer-links {
    grid-template-columns: 1fr;
  }
}
