.aethno-footer-contact-link {
  font-variant-numeric: tabular-nums;
}

.commerce-footer-contact .aethno-footer-contact-link,
.site-footer-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-footer > .site-footer-links {
  justify-self: center;
  display: grid;
  gap: 14px;
}

.site-footer-links nav {
  justify-content: center;
  flex-wrap: wrap;
}

.site-footer-contact {
  color: #fafbf8;
}

.site-footer-contact a {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(242, 243, 240, .24);
}

.site-footer-contact a:hover {
  color: #f2f3f0;
  border-bottom-color: currentColor;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-direct {
  margin: 22px 0 0 !important;
  font-size: 13px !important;
}

.contact-direct a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
}

.aethno-header-contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.aethno-header-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.aethno-header-contact a + a {
  margin-left: -1px;
  color: #f2f3f0;
  background: #a92b2e;
}

.aethno-header-contact a:hover,
.aethno-header-contact a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.aethno-mobile-contact-link {
  font-variant-numeric: tabular-nums;
}

.mobile-menu .aethno-mobile-whatsapp,
.commerce-mobile-menu .aethno-mobile-whatsapp {
  margin: 0 calc(var(--gutter) * -1);
  padding: 0 var(--gutter);
  color: #f2f3f0;
  background: #a92b2e;
  border-bottom-color: #a92b2e;
}

.commerce-mobile-menu .aethno-mobile-whatsapp {
  margin-right: calc(var(--commerce-gutter) * -1);
  margin-left: calc(var(--commerce-gutter) * -1);
  padding-right: var(--commerce-gutter);
  padding-left: var(--commerce-gutter);
}

.aethno-mobile-whatsapp span {
  margin-left: auto;
}

.hero-action-stack {
  width: min(540px, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hero-whatsapp {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 18px;
  color: #f2f3f0;
  background: #a92b2e;
  border: 1px solid #a92b2e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.hero-whatsapp span,
.hero-direct-links span {
  transition: transform .25s ease;
}

.hero-whatsapp:hover span,
.hero-direct-links a:hover span {
  transform: translateX(4px);
}

.hero-direct-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}

.hero-direct-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  line-height: 1.2;
}

.hero-phone {
  padding: 0 12px !important;
  border: 1px solid currentColor !important;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.aethno-whatsapp-float {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 70;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 18px;
  color: #f2f3f0 !important;
  background: #252a27;
  border: 1px solid rgba(242, 243, 240, .26);
  box-shadow: 0 14px 32px rgba(36, 40, 38, .2);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.aethno-whatsapp-float span[aria-hidden="true"] {
  font-size: 14px;
  font-weight: 400;
  transition: transform .25s ease;
}

.aethno-whatsapp-float:hover {
  color: #f2f3f0;
  background: #a92b2e;
  border-color: #a92b2e;
  transform: translateY(-2px);
}

.aethno-whatsapp-float:hover span[aria-hidden="true"] {
  transform: translate(2px, -2px);
}

.aethno-whatsapp-float:focus-visible {
  outline: 2px solid #f2f3f0;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #a92b2e;
}

.woocommerce-cart .aethno-whatsapp-float,
.woocommerce-checkout .aethno-whatsapp-float {
  display: none;
}

@media (max-width: 860px) {
  .aethno-header-contact {
    display: none;
  }

  .site-footer > .site-footer-links {
    justify-self: start;
  }

  .site-footer-links nav {
    justify-content: flex-start;
  }

  .aethno-thread-home .hero-action-stack {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    gap: 4px;
  }

  .aethno-thread-home .hero-actions {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
    gap: 8px;
  }

  .aethno-thread-home .hero-shop,
  .aethno-thread-home .hero-whatsapp {
    min-width: 0;
    min-height: 46px;
    justify-content: space-between;
    gap: 8px;
    padding: 0 12px;
    white-space: nowrap;
    font-size: 10px;
  }

  .aethno-thread-home .hero-direct-links {
    justify-content: space-between;
    gap: 8px 14px;
  }

  .aethno-thread-home .hero-direct-links a {
    min-height: 44px;
    padding-bottom: 0;
    font-size: 9px;
  }
}

@media (max-width: 520px) {
  .aethno-whatsapp-float {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 46px;
    padding: 0 14px;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .aethno-header-phone {
    display: none !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .aethno-commerce .aethno-header-phone {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .aethno-thread-home .hero-actions {
    grid-template-columns: 1fr;
  }

  .aethno-thread-home .hero-direct-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-whatsapp span,
  .hero-direct-links span,
  .aethno-whatsapp-float,
  .aethno-whatsapp-float span[aria-hidden="true"] {
    transition: none;
  }
}
