/* ========================================================================== */
/* ETHNOS R557 — correctif ciblé : photo origine + fin de scroll des hubs    */
/* Base figée : R556. Aucun autre composant n'est modifié.                    */
/* ========================================================================== */

/* 1. Univers des créateurs : reprendre la vraie photo source complète.       */
/* Les 4 cases restent strictement identiques ; seul le cadrage interne change.*/
html body .bodyView-houses.r554UniverseHub .r554UniversePhotoMosaic .isOrigin{
  background-image:url('../assets/images/home-r180/creator-universes.webp') !important;
  background-size:cover !important;
  background-position:right center !important;
  background-repeat:no-repeat !important;
  background-color:#061822 !important;
}

/* 2. Fin de scroll : R553 impose padding:0 avec une spécificité supérieure.  */
/* R556 ajoutait 84px, mais sa règle ne gagnait donc pas la cascade.           */
/* On applique le dégagement sur les racines actives avec la même spécificité. */
html.ethnosConnectedUnified body.isR553UniverseView
.memberWorkspace.hasBodyView[data-body-view="houses"] > .bodyView-houses.r554UniverseHub{
  padding-bottom:84px !important;
}
html.ethnosConnectedUnified body.isR555DiscoveryHub
.memberWorkspace.hasBodyView[data-body-view="solidarity"] > .bodyView-familyDiscovery.r556FamilyHub,
html.ethnosConnectedUnified body.isR555DiscoveryHub
.memberWorkspace.hasBodyView[data-body-view="culture"] > .bodyView-familyDiscovery.r556FamilyHub{
  padding-bottom:84px !important;
}

@media (max-width:900px){
  html.ethnosConnectedUnified body.isR553UniverseView
  .memberWorkspace.hasBodyView[data-body-view="houses"] > .bodyView-houses.r554UniverseHub,
  html.ethnosConnectedUnified body.isR555DiscoveryHub
  .memberWorkspace.hasBodyView[data-body-view="solidarity"] > .bodyView-familyDiscovery.r556FamilyHub,
  html.ethnosConnectedUnified body.isR555DiscoveryHub
  .memberWorkspace.hasBodyView[data-body-view="culture"] > .bodyView-familyDiscovery.r556FamilyHub{
    padding-bottom:72px !important;
  }
}
