/* Crafted Atelier v3.4.6 — keep the AI concierge usable over the approved hero.
   The larger proactive invitation waits until the hero has cleared. */

body[data-page="home"]:not(.home-hero-cleared) .concierge-launch {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body[data-page="home"]:not(.home-hero-cleared) .concierge-panel.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

body[data-page="home"]:not(.home-hero-cleared) .concierge-invite {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* v3.4.13: the concierge launcher must remain available while scrolling,
   including while the studio film is in view or its controls are active. */
body[data-page="home"] .concierge-launch,
body[data-page="home"].home-film-controls-active .concierge-launch,
body[data-page="home"].home-film-in-view .concierge-launch {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  position: fixed !important;
}
