/* 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-serif, Georgia, serif);
  -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;
}

/* Newsletter block */
.bluthe_footer__newsletter {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.bluthe_footer__wordmark {
  font-size: clamp(24px, 2.6vw, 30px);
  letter-spacing: 0.36em;
  text-indent: 0.36em;
  line-height: 1;
  font-weight: 400;
}
.bluthe_footer__rule {
  width: 46px;
  height: 1px;
  background: rgba(251, 249, 246, 0.35);
  margin: clamp(26px, 3.4vw, 40px) auto;
}
.bluthe_footer__tagline {
  font-style: italic;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.35;
}
.bluthe_footer__intro {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(251, 249, 246, 0.8);
  margin: 12px auto 24px;
  max-width: 44ch;
}
.bluthe_newsletter {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 420px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(251, 249, 246, 0.45);
  padding-bottom: 10px;
  position: relative;
}
.bluthe_newsletter input[type="email"] {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 6px 0;
  font-family: var(--bl-serif, Georgia, serif);
  font-size: 14.5px;
  font-weight: 300;
  color: var(--bl-cream, #FBF9F6);
  outline: none;
  width: auto;
}
/* Honeypot: hidden without off-screen positioning, which would create horizontal scroll in RTL. */
.bluthe_newsletter__hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}
.bluthe_newsletter__submit {
  background: transparent;
  border: 0;
  padding: 4px 0;
  color: var(--bl-cream, #FBF9F6);
  font-family: var(--bl-serif, Georgia, serif);
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.bluthe_newsletter__submit:hover {
  color: var(--bl-rose, #E4CFC9);
}
.bluthe_newsletter__submit[disabled] {
  opacity: 0.6;
  cursor: default;
}
.bluthe_newsletter.is-error {
  border-bottom-color: #E4A5A5;
}
.bluthe_newsletter__note {
  font-size: 11px;
  font-weight: 300;
  color: rgba(251, 249, 246, 0.68);
  margin-top: 12px;
}
.bluthe_newsletter__note.is-error {
  color: #F2C4C4;
}

/* 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;
  }
}
