.site-footer {
  background: var(--wp--preset--color--navy);
  color: rgba(255,255,255,.84);
  padding: 48px 48px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px,1.1fr) minmax(180px,.78fr) minmax(240px,.98fr) minmax(220px,1fr);
  gap: 36px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.footer-col--brand {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-brand .armist-wordmark--footer {
  width: 174px;
  height: 48px;
  display: block;
  max-width: none;
  color: #fff;
  fill: currentColor;
}

.footer-intro {
  font-size: 18px;
  line-height: 1.68;
  font-weight: 300;
  color: rgba(255,255,255,.82);
  max-width: 26ch;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--wp--preset--color--cobalt);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--cobalt);
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-social span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-social:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
  color: #fff;
}

.footer-title {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
}

.footer-col h3 {
  margin: 0 0 16px;
}

.footer-col section + section {
  margin-top: 22px;
}

.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255,255,255,.86);
  text-decoration: none;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li + li {
  margin-top: 6px;
}

.footer-col a:hover {
  color: var(--wp--preset--color--cobalt-pale);
}

.footer-journal .footer-link,
.footer-journal a {
  display: grid;
  gap: 1px;
  max-width: 22ch;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.68;
  color: rgba(255,255,255,.76);
}

.footer-journal-title {
  display: block;
}

.footer-journal-date {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.34);
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-contact-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  align-items: center;
}

.footer-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--wp--preset--color--cobalt);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--wp--preset--color--cobalt);
  text-decoration: none;
  transition: background .2s var(--armist-ease, cubic-bezier(.7,0,.2,1)), border-color .2s var(--armist-ease, cubic-bezier(.7,0,.2,1));
}

.footer-contact-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-contact-icon:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
}

.footer-contact-text {
  padding-top: 0;
}

.footer-contact-text p,
.footer-contact-text a {
  margin: 0;
  display: block;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.84);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-top: 20px;
}

.footer-copy,
.footer-utils {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,.64);
}

.footer-utils {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-utils span {
  color: rgba(255,255,255,.76);
  border-bottom: 1px dotted rgba(255,255,255,.48);
}

@media (max-width: 980px) {
  .site-footer {
    padding: 42px 22px 28px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .footer-brand .armist-wordmark--footer {
    width: 145px;
    height: 40px;
  }
}
