/* ========================================================================== */
/* ETHNOS R544 — Accueil Découverte : seconde passe responsive ciblée        */
/* Base physique : R543.                                                      */
/* Source corrigée : R542, sans toucher au grand titre de page.              */
/* Périmètre : demandes 1366 / 1536 / 1707 sur les trois portes centrales.  */
/* ========================================================================== */

/* R542 — acquis 1280×720 conservé : Streaming garde son descriptif final. */
@media (width:1280px) and (height:720px){
  html.ethnosGuestDiscovery body.isEthnosHomeView
  .r537MetricRow > .r185MetricStreaming > p{
    display:block !important;
    grid-column:1 / -1 !important;
    grid-row:2 !important;
    min-height:1em !important;
    margin:0 !important;
    font-size:8px !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
  }
  html.ethnosGuestDiscovery body.isEthnosHomeView
  .r537MetricRow > .r185MetricStreaming{
    row-gap:2px !important;
  }
}

/* R542 — acquis 1366×768 conservé : alignement du palier 500 000. */
@media (width:1366px) and (height:768px){
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r530Trajectory .r180TrajectorySteps > li:nth-child(3) .r180MilestoneReward{
    grid-template-columns:var(--r531-check-size,16.4px) minmax(0,1fr) !important;
    column-gap:var(--r531-reward-gap,7px) !important;
    width:100% !important;
    margin-left:0 !important;
    padding-left:0 !important;
    transform:none !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r530Trajectory .r180TrajectorySteps > li:nth-child(3) .r180MilestoneReward > b,
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r530Trajectory .r180TrajectorySteps > li:nth-child(3) .r180MilestoneReward > span{
    position:static !important;
    left:auto !important;
    margin-left:0 !important;
    transform:none !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r530Trajectory .r180TrajectorySteps > li:nth-child(3) .r180MilestoneReward > b{
    justify-self:start !important;
  }
}

/* -------------------------------------------------------------------------- */
/* IMPORTANT : R542 avait interprété « le titre sur une ligne » comme le     */
/* grand titre Bienvenue et lui avait imposé nowrap. Cette règle est retirée. */
/* Le titre concerné est celui de chaque porte centrale (h3).                 */
/*                                                                            */
/* Les plages de largeur remplacent les couples width/height exacts :         */
/* la hauteur CSS utile d'un navigateur maximisé n'est pas la résolution      */
/* physique de l'écran. Le comportement reste local aux trois formats visés. */
/* -------------------------------------------------------------------------- */

/* 1366×768 — proportion plate, titres des portes sur une seule ligne. */
@media (min-width:1320px) and (max-width:1425px){
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars{
    height:auto !important;
    min-height:0 !important;
    align-items:stretch !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar{
    height:115px !important;
    min-height:115px !important;
    padding:12px 15px 23px !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > span{
    margin-bottom:4px !important;
    font-size:6px !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > h3{
    font-size:15px !important;
    line-height:1.04 !important;
    white-space:nowrap !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > p{
    max-width:100% !important;
    margin-top:4px !important;
    font-size:8.5px !important;
    line-height:1.08 !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > b{
    left:15px !important;
    bottom:8px !important;
    font-size:7px !important;
  }
}

/* 1536×864 — même proportion plate, sans toucher au headline Bienvenue. */
@media (min-width:1460px) and (max-width:1605px){
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars{
    height:auto !important;
    min-height:0 !important;
    align-items:stretch !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar{
    height:126px !important;
    min-height:126px !important;
    padding:13px 17px 25px !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > span{
    margin-bottom:4px !important;
    font-size:6.3px !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > h3{
    font-size:17px !important;
    line-height:1.04 !important;
    white-space:nowrap !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > p{
    max-width:100% !important;
    margin-top:5px !important;
    font-size:9.5px !important;
    line-height:1.08 !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > b{
    left:17px !important;
    bottom:9px !important;
    font-size:7.4px !important;
  }
}

/* 1707×1067 — règle désormais réellement active sans dépendre de innerHeight. */
@media (min-width:1630px) and (max-width:1795px){
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars{
    height:auto !important;
    min-height:0 !important;
    align-items:stretch !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar{
    height:140px !important;
    min-height:140px !important;
    padding:15px 19px 28px !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > span{
    margin-bottom:5px !important;
    font-size:6.6px !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > h3{
    font-size:19.5px !important;
    line-height:1.04 !important;
    white-space:nowrap !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > p{
    max-width:100% !important;
    margin-top:5px !important;
    font-size:10.5px !important;
    line-height:1.18 !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > b{
    left:19px !important;
    bottom:10px !important;
    font-size:7.8px !important;
  }
}
