/**
 * Speak My Desires — custom footer ([custom_footer])
 * Full-bleed edge-to-edge band; inner content matches 1400px content column.
 */
.ump-custom-footer {
  --ump-ft-pink: #f06aa8;
  --ump-ft-pink-soft: rgba(240, 106, 168, 0.22);
  --ump-ft-pink-line: rgba(240, 106, 168, 0.35);
  --ump-ft-text: #f3e6ef;
  --ump-ft-muted: rgba(243, 230, 239, 0.72);
  --ump-ft-dim: rgba(243, 230, 239, 0.55);
  --ump-ft-max: 1400px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(36px, 5vw, 56px) 0 clamp(24px, 3.5vw, 40px);
  color: var(--ump-ft-text);
  text-align: left;
  background:
    linear-gradient(180deg, rgba(20, 5, 22, 0.35) 0%, rgba(14, 4, 16, 0.92) 28%, #0c030e 100%);
  border-top: 1px solid var(--ump-ft-pink-line);
  box-sizing: border-box;
}

.ump-custom-footer *,
.ump-custom-footer *::before,
.ump-custom-footer *::after {
  box-sizing: border-box;
}

.ump-custom-footer__shell {
  width: min(var(--ump-ft-max), calc(100% - clamp(24px, 4vw, 48px)));
  max-width: var(--ump-ft-max);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.ump-custom-footer__badges {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0 0 clamp(40px, 5vw, 56px) !important;
  padding: 0 0 8px;
}

.ump-custom-footer__badges .secure-icons {
  width: 88px !important;
  max-width: 88px;
  height: auto !important;
  max-height: 88px;
  margin: 0 !important;
  padding: 6px !important;
  object-fit: contain;
  background: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28) !important;
}

.ump-custom-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 32px);
  margin: 8px 0 clamp(18px, 2.5vw, 28px);
}

@media (min-width: 720px) {
  .ump-custom-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ump-custom-footer__grid {
    grid-template-columns: 1.1fr 1.2fr 0.95fr;
    gap: 28px 36px;
    align-items: start;
  }
}

.ump-custom-footer__heading {
  margin: 0 0 12px;
  padding: 0 0 8px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ump-ft-pink-line);
}

.ump-custom-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 18px;
}

@media (min-width: 520px) {
  .ump-custom-footer__col:not(.ump-custom-footer__col--social) .ump-custom-footer__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ump-custom-footer__list a,
.ump-custom-footer .blog-dropdown-trigger {
  display: inline-block;
  color: var(--ump-ft-text) !important;
  font-size: 0.92rem;
  line-height: 1.35;
  text-decoration: none !important;
  transition: color 0.18s ease, transform 0.18s ease;
}

.ump-custom-footer__list a:hover,
.ump-custom-footer__list a:focus-visible,
.ump-custom-footer .blog-dropdown-trigger:hover,
.ump-custom-footer .blog-dropdown-trigger:focus-visible {
  color: var(--ump-ft-pink) !important;
  transform: translateX(2px);
}

.ump-custom-footer__col--social .ump-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  justify-content: flex-start;
}

.ump-custom-footer .ump-footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  color: #fff !important;
  font-size: 0;
  line-height: 0;
  text-decoration: none !important;
  background: var(--ump-ft-pink-soft);
  border: 1px solid var(--ump-ft-pink-line);
  border-radius: 50%;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.15s ease, color 0.18s ease;
}

.ump-custom-footer .ump-footer-social__link--icon .ump-footer-social__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.ump-custom-footer .ump-footer-social__link--icon .ump-footer-social__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.ump-custom-footer .ump-footer-social__link .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ump-custom-footer .ump-footer-social__link:hover,
.ump-custom-footer .ump-footer-social__link:focus-visible {
  background: rgba(240, 106, 168, 0.38);
  border-color: var(--ump-ft-pink);
  color: #fff !important;
  transform: translateY(-1px);
}

.ump-custom-footer__rule {
  height: 1px;
  margin: 0 0 clamp(16px, 2.4vw, 24px);
  background: linear-gradient(90deg, transparent, var(--ump-ft-pink-line), transparent);
  border: 0;
}

.ump-custom-footer__copy {
  text-align: center;
  max-width: 920px;
  margin: 0 auto clamp(16px, 2.5vw, 24px);
}

.ump-custom-footer__tagline {
  margin: 0 0 12px;
  color: var(--ump-ft-pink);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 650;
  line-height: 1.35;
}

.ump-custom-footer__lead p {
  margin: 0 0 6px;
  color: #d8f5c8;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 500;
}

.ump-custom-footer__legal p {
  margin: 8px 0 0;
  color: var(--ump-ft-dim);
  font-size: 0.8rem;
  line-height: 1.55;
}

.ump-custom-footer__awards {
  display: flex;
  justify-content: center;
  margin: 0 0 14px;
}

.ump-custom-footer .ump-footer-award {
  display: block;
  width: auto !important;
  max-width: min(690px, 100%) !important;
  height: auto !important;
  max-height: 110px !important;
  margin: 0 auto !important;
  background: transparent !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.ump-custom-footer__copyright {
  margin: 0;
  padding-top: 10px;
  color: var(--ump-ft-muted);
  font-size: 0.86rem;
  line-height: 1.4;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Blog categories flyout */
.ump-custom-footer .blog-categories-dropdown {
  position: relative;
  display: inline-block;
}

.ump-custom-footer .blog-categories-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: calc(100% + 6px);
  min-width: 200px;
  max-height: 280px;
  overflow: auto;
  padding: 10px;
  background: #1c0c18;
  border: 1px solid var(--ump-ft-pink-line);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  z-index: 40;
}

.ump-custom-footer .blog-categories-menu a,
.ump-custom-footer .blog-categories-menu span {
  display: block;
  padding: 7px 8px;
  color: var(--ump-ft-text) !important;
  text-decoration: none !important;
  border-radius: 8px;
  white-space: nowrap;
}

.ump-custom-footer .blog-categories-menu a:hover,
.ump-custom-footer .blog-categories-menu a:focus-visible {
  background: var(--ump-ft-pink-soft);
  color: #fff !important;
  transform: none;
}

.ump-custom-footer .blog-categories-dropdown:hover .blog-categories-menu,
.ump-custom-footer .blog-categories-dropdown:focus-within .blog-categories-menu {
  display: block;
}

@media (max-width: 719px) {
  .ump-custom-footer__col--social .ump-footer-social {
    justify-content: flex-start;
  }

  .ump-custom-footer__badges .secure-icons {
    width: 72px !important;
    max-width: 72px;
  }
}
