.site-footer-adrotate {
  width: 100%;
  background: #fff;
  padding: 0 8rem 1rem;
}

.site-footer-adrotate__inner {
  width: 100%;
  border-radius: .45rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-footer-adrotate__inner > * {
  margin-left: auto;
  margin-right: auto;
}

#colophon.site-footer {
  width: 100%;
  background: #fff;
  padding: 2.2rem 8rem 1.2rem;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2.4rem;
  row-gap: 2rem;
  width: 100%;
}

.site-footer__col {
  display: flex;
  flex-direction: column;
}

.site-footer__title {
  font-size: 1.05rem;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: .8rem;
  line-height: 1.2;
}

.site-footer__col--support h2 {
  font-size: 1.25rem;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: .8rem;
  line-height: 1.35;
}

.site-footer__col--support p {
  font-size: 1rem;
  line-height: 1.55;
  color: #1f2937;
  margin-bottom: 1rem;
  max-width: 550px;
}

.site-footer__coffee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  background: var(--primary);
  border: 0;
  border-radius: .35rem;
  padding: .65rem 1rem;
  font-weight: 700;
  transition: filter .2s ease;
}

.site-footer__coffee:hover {
  filter: brightness(1.08);
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 1rem;
}

.site-footer__nav a {
  display: inline-flex;
  width: fit-content;
  color: #0f172a;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}

.site-footer__nav a:hover {
  color: var(--primary);
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1rem;
}

.site-footer__socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer__socials img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) saturate(100%);
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.site-footer__contact-item {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .5rem;
  color: #1f2937;
  text-decoration: none;
  font-size: .98rem;
  line-height: 1.45;
}

.site-footer__contact-item img {
  width: 20px;
  height: 20px;
  display: block;
}

.site-footer__contact a.site-footer__contact-item:hover {
  color: var(--primary);
}

.site-footer__bottom {
  width: 100%;
  border-top: 1px solid rgba(15, 23, 42, .12);
  margin-top: 1.6rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer__bottom-left {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .9rem;
  color: #334155;
  font-size: .94rem;
}

.site-footer__bottom-left a,
.site-footer__bottom-right {
  color: #334155;
  text-decoration: none;
  font-size: .94rem;
}

.site-footer__bottom-left a:hover,
.site-footer__bottom-right:hover {
  color: var(--primary);
}

@media (max-width: 1200px) {
  #colophon.site-footer {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .site-footer-adrotate {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__col--support {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  #colophon.site-footer {
    padding: 1.8rem .5rem 1rem;
  }

  .site-footer-adrotate {
    padding: 0 .5rem .8rem;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
