/* MBF Fundraiser - footer.css
   Dark 4-column footer
   ===================================== */

.mbf-footer {
  background-color: #1a1a1a;
  color: #d4d0cb;
  margin-top: auto;
}

.mbf-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  align-items: start;
}

/* Column base */
.mbf-footer__col {}

/* Brand column */
.mbf-footer__org-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.mbf-footer__tagline {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  color: #9a9690;
  line-height: 1.6;
  margin: 0;
}

/* Column headings */
.mbf-footer__heading {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

/* Link lists */
.mbf-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.mbf-footer__links li,
.mbf-footer__links .menu-item {
  line-height: 1;
}

.mbf-footer__links a,
.mbf-footer__links .menu-item a {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  color: #9a9690;
  text-decoration: none;
  transition: color var(--transition);
  display: inline-block;
}

.mbf-footer__links a:hover,
.mbf-footer__links .menu-item a:hover {
  color: #ffffff;
}

/* Contact column */
.mbf-footer__contact a {
  word-break: break-all;
}

/* Bottom bar */
.mbf-footer__bottom {
  border-top: 1px solid #2e2e2e;
  padding: 1.25rem 0;
}

.mbf-footer__bottom .mbf-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mbf-footer__bottom p {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: #5a5650;
  margin: 0;
}
