/* EcoShea Flow & Polish 0.2.0: scoped visual and responsive corrections. */

/* Prevent the theme's global, fixed video from competing with copy. Hero-scoped video remains available. */
body.ecoshea-flow-polish--restrict-global-video .site-video-bg.is-global-bg {
  display: none !important;
}

/* Functional surfaces must remain legible over any page treatment. */
.ecoshea-stripe-shell__inner,
.ecoshea-stripe-result__card,
.ecoshea-checkout-config,
.eso-form input,
.eso-form textarea,
.newsletter-form input {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Faster, quieter reveals. Primary buying controls must never arrive late. */
.reveal,
.eso-section:not(.eso-hero),
.eso-card {
  transition-duration: 360ms !important;
  transition-timing-function: cubic-bezier(.2,.7,.2,1) !important;
}
html.ecoshea-js .reveal,
html.ecoshea-js .eso-section:not(.eso-hero),
html.ecoshea-js .eso-card {
  transform: translate3d(0, 10px, 0);
}
body.ecoshea-ready .reveal,
body.ecoshea-ready .eso-section:not(.eso-hero),
body.ecoshea-ready .eso-card,
.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}
.ecoshea-product-carousel,
.ecoshea-product-carousel *,
.ecoshea-stripe-shell,
.ecoshea-stripe-shell *,
.eso-form,
.eso-form * {
  animation-delay: 0ms !important;
}

/* Strong keyboard focus and consistent 44px tap targets. */
.site-header .ecoshea-lang-current,
.site-header .cart-bag,
.site-header .mobile-menu-toggle,
.ecoshea-product-carousel__region-option,
.ecoshea-product-carousel__qty-btn,
.ecoshea-checkout-config__pill,
.ecoshea-checkout-config__qty {
  min-width: 44px;
  min-height: 44px;
}
.site-header a:focus-visible,
.site-header button:focus-visible,
.ecoshea-product-card__link:focus-visible,
.eso-form input:focus-visible,
.eso-form textarea:focus-visible,
.newsletter-form input:focus-visible {
  outline: 3px solid #b58a3a !important;
  outline-offset: 3px;
}

/* The theme emits .ecoshea-lang-menu; its previous companion script looked only for .ecoshea-lang-dropdown. */
.site-header .ecoshea-lang-switcher.is-open .ecoshea-lang-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

/* On small phones, make price and CTA appear before an oversized visual takes the whole screen. */
@media (max-width: 600px) {
  .ecoshea-product-carousel {
    --eso-card-height: min(580px, 148vw);
    --eso-card-image-min-height: min(300px, 70vw);
    margin-top: 12px;
  }
  .ecoshea-product-carousel__stage {
    min-height: calc(var(--eso-card-height) + 28px) !important;
  }
  .ecoshea-product-card__content--header {
    padding-top: 18px !important;
  }
  .ecoshea-product-card__content--footer {
    padding-bottom: 18px !important;
  }
  .ecoshea-product-card__text,
  .eso-article p,
  .eso-article li,
  .breakdance .bde-rich-text p {
    text-align: left !important;
  }
  .eso-hero {
    min-height: 68svh !important;
  }
  .eso-hero p {
    max-width: 34ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .eso-section,
  .eso-card,
  .ecoshea-product-card,
  .ecoshea-product-card__link {
    transition: none !important;
    transform: none !important;
  }
}
