/* Footer (Blumen homepage design)
--------------------------------------------- */
.bluthe_site-footer {
  background: var(--bl-navy, #16283F);
  color: var(--bl-cream, #FBF9F6);
  padding: clamp(54px, 7vw, 96px) 0 28px;
  font-family: var(--bl-font);
  -webkit-font-smoothing: antialiased;
}
.bluthe_site-footer a {
  color: var(--bl-cream, #FBF9F6);
  text-decoration: none;
  transition: color 0.18s ease;
}
.bluthe_site-footer a:hover {
  color: var(--bl-rose, #E4CFC9);
}
.bluthe_site-footer input::placeholder {
  color: rgba(251, 249, 246, 0.7);
}

/* WPML footer language switcher is not used (the header has its own language pill). */
.wpml-ls-statics-footer {
  display: none !important;
}

/* Brand block */
.bluthe_footer__brand {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.bluthe_footer__wordmark {
  font-family: var(--bl-wordmark);
  font-size: clamp(24px, 2.6vw, 30px);
  text-indent: 0.36em;
  line-height: 1;
  font-weight: 400;
}

/* Link columns */
.bluthe_footer__columns {
  max-width: 1200px;
  margin: clamp(44px, 5.5vw, 76px) auto 0;
  padding-top: clamp(34px, 4vw, 52px);
  border-top: 1px solid rgba(251, 249, 246, 0.16);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3.4vw, 56px);
}
.bluthe_footer__heading {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(251, 249, 246, 0.6);
  margin-bottom: 20px;
}
.bluthe_footer__links {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 14.5px;
  font-weight: 300;
}

/* Bottom row */
.bluthe_footer__bottom {
  max-width: 1200px;
  margin: clamp(34px, 4vw, 54px) auto 0;
  padding-top: clamp(22px, 2.6vw, 32px);
  border-top: 1px solid rgba(251, 249, 246, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.bluthe_footer__socials {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.bluthe_footer__socials a {
  color: rgba(251, 249, 246, 0.85);
  display: flex;
  align-items: center;
}
.bluthe_footer__socials svg {
  width: 17px;
  height: 17px;
}
.bluthe_footer__apps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.bluthe_footer__apps_label {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(251, 249, 246, 0.68);
}
.bluthe_footer__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.bluthe_store_link {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bl-navy-ink, #0B1420);
  border: 1px solid rgba(251, 249, 246, 0.28);
  border-radius: 8px;
  padding: 9px 16px;
  color: var(--bl-cream, #FBF9F6);
  transition: border-color 0.18s ease;
}
.bluthe_store_link:hover {
  border-color: var(--bl-cream, #FBF9F6);
  color: var(--bl-cream, #FBF9F6);
}
.bluthe_store_link svg {
  flex: 0 0 auto;
}
.bluthe_store_link__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.bluthe_store_link__small {
  font-size: 9px;
  letter-spacing: 0.06em;
  color: rgba(251, 249, 246, 0.8);
  text-transform: uppercase;
}
.bluthe_store_link__name {
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
.bluthe_payment_icons {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251, 249, 246, 0.72);
}
.bluthe_footer__legal {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(251, 249, 246, 0.72);
}

/* Tablets and phones: three columns, tighter type. */
@media (max-width: 900px) {
  .bluthe_footer__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 18px;
  }
}

@media (max-width: 480px) {
  .bluthe_footer__columns {
    gap: 28px 14px;
  }
  .bluthe_footer__heading {
    margin-bottom: 14px;
    letter-spacing: 0.2em;
  }
  .bluthe_footer__links {
    font-size: 13px;
    gap: 11px;
  }
  .bluthe_footer__links a {
    overflow-wrap: anywhere;
  }
  .bluthe_payment_icons,
  .bluthe_footer__legal {
    gap: 14px;
  }
}
