
/* =========================================================
   HOME HEADING + ESRI WORK UPDATE v129
   Smaller hero heading and compact academic text rhythm.
   ========================================================= */

.home-atlas-page .ha-name-row{
  gap:12px!important;
  margin-bottom:9px!important;
}

.home-atlas-page .ha-name-row img{
  width:60px!important;
  height:60px!important;
  flex:0 0 60px!important;
}

.home-atlas-page .ha-name-row h1{
  font-size:clamp(2.05rem, 3.15vw, 3.08rem)!important;
  line-height:1.04!important;
  letter-spacing:-.018em!important;
}

.home-atlas-page .ha-role{
  font-size:.92rem!important;
  line-height:1.45!important;
  font-weight:500!important;
}

.home-atlas-page .ha-academic-brief{
  margin-top:12px!important;
}

.home-atlas-page .ha-academic-brief p{
  font-size:.94rem!important;
  line-height:1.64!important;
}

.home-atlas-page .ha-academic-brief p + p{
  margin-top:8px!important;
}

/* Prevent the longer Esri work line from feeling crowded. */
.home-atlas-page .ha-work-item small{
  align-items:flex-start!important;
  line-height:1.42!important;
}

.home-atlas-page .ha-work-logo{
  margin-top:1px!important;
  flex:0 0 auto!important;
}

@media(max-width:900px){
  .home-atlas-page .ha-name-row img{
    width:56px!important;
    height:56px!important;
    flex-basis:56px!important;
  }

  .home-atlas-page .ha-name-row h1{
    font-size:clamp(1.9rem, 6.2vw, 2.55rem)!important;
  }

  .home-atlas-page .ha-role,
  .home-atlas-page .ha-academic-brief p{
    font-size:.9rem!important;
  }
}

@media(max-width:640px){
  .home-atlas-page .ha-name-row h1{
    font-size:clamp(1.75rem, 7.2vw, 2.35rem)!important;
  }

  .home-atlas-page .ha-role,
  .home-atlas-page .ha-academic-brief p{
    font-size:.86rem!important;
    line-height:1.58!important;
  }
}
