

.site-footer {
  overflow: hidden;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}

.site-footer__brand-half {
  background: #be123c;
  color: #ffffff;
  padding: 3em;
}

.site-footer__links-half {
  background: #111827;
  color: #f1c9d2;
  padding: 3em;
}

.site-footer__brand {
  height: 1.7em;
  width: auto;
  margin-bottom: 1em;
  filter: brightness(0) invert(1);
}

.site-footer__tagline {
  max-width: 22em;
}

.site-footer__contact-label {
  color: #ffe4e6;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.site-footer__contact {
  list-style: none;
  margin-top: 0;
}

.site-footer__contact a {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
}

.site-footer__col-title {
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.9em;
}

.site-footer__col-list {
  list-style: none;
}

.site-footer__col-list li {
  margin-bottom: 0.6em;
}

.site-footer__col-list a {
  color: #f1c9d2;
  text-decoration: none;
}

.site-footer__col-list a:hover {
  color: #ffffff;
}

.site-footer__disclaimer {
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 0.0625em solid rgba(241, 201, 210, 0.25);
  font-size: 0.85em;
  color: #cbb2ba;
}

.site-footer__bottom {
  margin-top: 1.5em;
  font-size: 0.8em;
  color: #cbb2ba;
}

@media (max-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
