/* ========================================================================== */
/* ETHNOS R462 — 1366 x 768 : respiration accueil découverte                 */
/* Base : R461 validée.                                                       */
/* Périmètre strict : accueil découverte, viewport 1366x768 uniquement.       */
/* 1) Réduire légèrement le volet gauche et sa typographie pour créer         */
/*    davantage d'espace visuel avec Trajectoire.                             */
/* 2) Redonner de la largeur utile aux paliers 500 000 / 1 000 000 sans       */
/*    réduire davantage leurs chiffres ni le libellé MEMBRES.                 */
/* ========================================================================== */

@media (width:1366px) and (height:768px){
  /* ------------------------------------------------------------------------ */
  /* 1) VOLET GAUCHE : -24px visuels en largeur ; titres ~ -10 %.            */
  /* R457 : le fond allait jusqu'à la limite de sa colonne. Ici son bord      */
  /* droit s'arrête 24px plus tôt, ce qui crée une respiration supplémentaire */
  /* sans déplacer le bloc Trajectoire.                                       */
  /* ------------------------------------------------------------------------ */
  html.ethnosGuestDiscovery body.isEthnosHomeView .r432CommercialHomeTab{
    width:calc(100% + clamp(18px,1.45vw,28px) - 24px) !important;
  }

  html.ethnosGuestDiscovery body.isEthnosHomeView .r179HomeHero .r178HomeHeroCopy{
    width:calc(100% - 24px) !important;
    padding-right:12px !important;
  }

  html.ethnosGuestDiscovery body.isEthnosHomeView .r180HomeHeroCopy h1,
  html.ethnosGuestDiscovery body.isEthnosHomeView .r180HomePromise{
    font-size:27px !important;
    line-height:1.02 !important;
  }

  /* ------------------------------------------------------------------------ */
  /* 2) TRAJECTOIRE : réduire les pertes horizontales et favoriser les deux   */
  /* derniers paliers. Somme des fractions = 4 : largeur totale inchangée.    */
  /* ------------------------------------------------------------------------ */
  html.ethnosGuestDiscovery body.isEthnosHomeView .r180TrajectorySteps{
    grid-template-columns:0.96fr 0.96fr 1.02fr 1.06fr !important;
    column-gap:8px !important;
  }

  html.ethnosGuestDiscovery body.isEthnosHomeView .r180TrajectorySteps > li{
    padding-left:4px !important;
    padding-right:5px !important;
  }

  html.ethnosGuestDiscovery body.isEthnosHomeView .r180TrajectorySteps .r180MilestoneTarget{
    gap:5px !important;
    white-space:nowrap !important;
    overflow:visible !important;
  }
}
