/* =========================================================
   WLUPR SHARED FOOTER
   Whole Life Universal Publications & Recordings
   Bootstrap 5.3
   Uses the same CSS variables as header.css.
   ========================================================= */

.wlupr-footer {
  margin-top: 0;
  background: var(--wlupr-utility, #18251f);
  color: rgba(255, 255, 255, 0.82);
}

.wlupr-footer-main {
  background: var(--wlupr-utility, #18251f);
}

.wlupr-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
}

.wlupr-footer a:hover,
.wlupr-footer a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wlupr-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none !important;
}

.wlupr-footer-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.55rem;
  min-height: 3.15rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.wlupr-footer-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.wlupr-footer-brand-name {
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.wlupr-footer-brand-subname {
  margin-top: 0.22rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.79rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.wlupr-footer-intro {
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.91rem;
  line-height: 1.65;
}

.wlupr-footer-email {
  font-size: 0.9rem;
  font-weight: 650;
}

.wlupr-footer-heading {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
}

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

.wlupr-footer-list li + li {
  margin-top: 0.55rem;
}

.wlupr-footer-list a {
  font-size: 0.86rem;
  line-height: 1.4;
}

/* Social media */

.wlupr-social-label {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.wlupr-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.wlupr-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0.2rem;
  color: #fff !important;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none !important;
}

.wlupr-social-link:hover,
.wlupr-social-link:focus {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.55);
}

/* Lower footer */

.wlupr-footer-lower {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(0, 0, 0, 0.10);
}

.wlupr-copyright {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.wlupr-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.wlupr-legal-nav a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.77rem;
}

@media (max-width: 767.98px) {
  .wlupr-footer-main .row {
    --bs-gutter-y: 2.25rem;
  }

  .wlupr-footer-brand {
    gap: 0.58rem;
  }

  .wlupr-footer-brand-mark {
    min-width: 4rem;
    min-height: 2.85rem;
    font-size: 0.9rem;
  }

  .wlupr-footer-brand-name {
    font-size: 0.9rem;
  }

  .wlupr-footer-brand-subname {
    font-size: 0.7rem;
  }
}

/* Accessibility */

.wlupr-footer a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.42);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .wlupr-footer *,
  .wlupr-footer *::before,
  .wlupr-footer *::after {
    transition: none !important;
  }
}
