.maepora-site-footer {
  --maepora-site-footer-navy: #0D1422;
  --maepora-site-footer-slate: #2A3340;
  --maepora-site-footer-gold: #C9A15A;
  --maepora-site-footer-cream: #E6E2D8;
  --maepora-site-footer-white: #FFFFFF;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--maepora-site-footer-cream);
  background: var(--maepora-site-footer-navy);
  font-family: Arial, Helvetica, sans-serif;
}

.maepora-site-footer,
.maepora-site-footer * {
  box-sizing: border-box;
}

.maepora-site-footer .maepora-site-footer__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 72px 26px;
}

.maepora-site-footer .maepora-site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(180px, 0.65fr) minmax(180px, 0.65fr);
  gap: 56px;
  align-items: start;
}

.maepora-site-footer .maepora-site-footer__brand {
  max-width: 560px;
  padding-inline-start: 18px;
  border-inline-start: 1px solid var(--maepora-site-footer-gold);
}

.maepora-site-footer .maepora-site-footer__brand-name {
  margin: 0;
  color: var(--maepora-site-footer-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.maepora-site-footer .maepora-site-footer__description {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--maepora-site-footer-cream);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.maepora-site-footer .maepora-site-footer__nav {
  min-width: 0;
}

.maepora-site-footer .maepora-site-footer__heading {
  margin: 0 0 18px;
  color: var(--maepora-site-footer-gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.maepora-site-footer .maepora-site-footer__links {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.maepora-site-footer .maepora-site-footer__links li {
  margin: 0;
  padding: 0;
}

.maepora-site-footer .maepora-site-footer__links a,
.maepora-site-footer .maepora-site-footer__links span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.maepora-site-footer .maepora-site-footer__links a {
  color: var(--maepora-site-footer-white);
  text-decoration: none;
  transition: color 160ms ease;
}

.maepora-site-footer .maepora-site-footer__links a:hover,
.maepora-site-footer .maepora-site-footer__links a:focus-visible {
  color: var(--maepora-site-footer-gold);
}

.maepora-site-footer .maepora-site-footer__links a:focus-visible {
  outline: 2px solid var(--maepora-site-footer-gold);
  outline-offset: 4px;
}

.maepora-site-footer .maepora-site-footer__links span {
  color: rgba(230, 226, 216, 0.78);
}

.maepora-site-footer .maepora-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(201, 161, 90, 0.34);
}

.maepora-site-footer .maepora-site-footer__legal p,
.maepora-site-footer .maepora-site-footer__legal span {
  margin: 0;
  color: rgba(230, 226, 216, 0.72);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.maepora-site-footer .maepora-site-footer__legal span {
  color: rgba(230, 226, 216, 0.56);
}

@media only screen and (max-width: 980px) {
  .maepora-site-footer .maepora-site-footer__inner {
    padding: 56px 40px 24px;
  }

  .maepora-site-footer .maepora-site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 48px;
  }

  .maepora-site-footer .maepora-site-footer__brand {
    grid-column: 1 / -1;
  }

  .maepora-site-footer .maepora-site-footer__legal {
    margin-top: 44px;
  }
}

@media only screen and (max-width: 640px) {
  .maepora-site-footer .maepora-site-footer__inner {
    padding: 46px 24px 22px;
  }

  .maepora-site-footer .maepora-site-footer__top {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .maepora-site-footer .maepora-site-footer__brand {
    grid-column: auto;
    padding-inline-start: 14px;
  }

  .maepora-site-footer .maepora-site-footer__brand-name {
    font-size: 26px;
  }

  .maepora-site-footer .maepora-site-footer__description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .maepora-site-footer .maepora-site-footer__legal {
    display: grid;
    justify-content: stretch;
    margin-top: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maepora-site-footer .maepora-site-footer__links a {
    transition: none;
  }
}
