/* ========================================================================== */
/* ETHNOS R545 — verrouillage du cadrage du décor Découverte / Maps / Tchat  */
/* Base figée : R544.                                                         */
/* Référence visuelle : cadrage exact de l'accueil commercial.               */
/* Périmètre : mode Découverte non connecté uniquement.                       */
/* ========================================================================== */

/* Une seule géométrie d'image pour tous les états : le viewport complet,     */
/* exactement comme .hero__image de l'accueil commercial (cover + centre).    */
html.ethnosGuestDiscovery,
html.ethnosGuestDiscovery body{
  background-color:#071a39 !important;
  background-image:
    linear-gradient(rgba(7,26,57,.16),rgba(7,26,57,.16)),
    url("../assets/images/commercial-home-hero-r355.jpg") !important;
  background-position:center center,center center !important;
  background-size:100% 100%,cover !important;
  background-repeat:no-repeat,no-repeat !important;
  background-attachment:fixed,fixed !important;
}

/* R382/R445 puis R455/R456/R543 changeaient le rectangle du pseudo-fond      */
/* selon Accueil / Maps / Tchat (inset:-12 puis inset:0). Cover recalculait    */
/* donc le cadrage. R545 garde toujours un rectangle 100vw x 100vh.           */
@media (min-width:901px){
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] .memberLayout::before,
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.r190WorldViewOpen .memberLayout::before,
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen .memberLayout::before,
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isTchatDrawerClosing .memberLayout::before,
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isTchatDrawerClosingActive .memberLayout::before{
    content:"" !important;
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100vh !important;
    background-color:transparent !important;
    background-image:
      linear-gradient(rgba(7,26,57,.16),rgba(7,26,57,.16)),
      url("../assets/images/commercial-home-hero-r355.jpg") !important;
    background-position:center center,center center !important;
    background-size:100% 100%,cover !important;
    background-repeat:no-repeat,no-repeat !important;
    filter:blur(6px) saturate(.90) !important;
    transform:none !important;
    clip-path:inset(
      var(--topbar,56px)
      0
      calc(var(--footer-legal,25px) + var(--r110-dock-height,54px) + 17px)
      0
    ) !important;
    pointer-events:none !important;
    z-index:0 !important;
  }
}
