
/* =========================================================
   HOME ACADEMIC HERO v127
   Advisor-oriented profile summary: research direction,
   motivation, previous work, and current preparation.
   Removes marketing-style oversized hero sentence.
   ========================================================= */

.home-atlas-page .ha-identity{
  max-width:880px!important;
}

.home-atlas-page .ha-eyebrow{
  margin-bottom:14px!important;
  font-size:.72rem!important;
  letter-spacing:.08em!important;
}

.home-atlas-page .ha-name-row{
  align-items:center!important;
  gap:14px!important;
  margin-bottom:14px!important;
}

.home-atlas-page .ha-name-row img{
  width:64px!important;
  height:64px!important;
  border-radius:50%!important;
  object-fit:cover!important;
}

.home-atlas-page .ha-name-row h1{
  margin:0 0 4px!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(1.72rem,2.55vw,2.35rem)!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
  color:var(--primary2)!important;
}

.home-atlas-page .ha-role{
  margin:0!important;
  font-size:.86rem!important;
  line-height:1.45!important;
  font-weight:700!important;
  color:var(--muted)!important;
}

/* The old marketing line is no longer used, but keep it harmless
   if an older cached HTML fragment appears. */
.home-atlas-page .ha-hero-statement{
  display:none!important;
}

.home-atlas-page .ha-intro{
  display:none!important;
}

.home-atlas-page .ha-academic-brief{
  display:grid!important;
  gap:8px!important;
  margin:0 0 18px!important;
  padding:14px 16px!important;
  border:1px solid var(--line)!important;
  border-left:3px solid var(--accent)!important;
  background:color-mix(in srgb,var(--surface) 84%,transparent)!important;
}

.home-atlas-page .ha-academic-brief p{
  margin:0!important;
  font-size:.86rem!important;
  line-height:1.55!important;
  color:var(--muted)!important;
}

.home-atlas-page .ha-academic-brief strong{
  color:var(--primary2)!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:800!important;
}

/* Keep the lower quick facts visually secondary to the academic brief. */
.home-atlas-page .ha-home-profile{
  margin-top:0!important;
}

.home-atlas-page .ha-summary-card h3{
  font-size:1.02rem!important;
}

.home-atlas-page .ha-summary-card strong{
  font-size:.84rem!important;
}

.home-atlas-page .ha-summary-card small{
  font-size:.72rem!important;
}

html[data-theme="dark"] .home-atlas-page .ha-academic-brief{
  background:#101b21!important;
  border-color:#303d42!important;
  border-left-color:var(--accent)!important;
}

@media(max-width:980px){
  .home-atlas-page .ha-identity{
    max-width:none!important;
  }

  .home-atlas-page .ha-name-row h1{
    font-size:clamp(1.6rem,5.5vw,2.05rem)!important;
  }
}

@media(max-width:620px){
  .home-atlas-page .ha-name-row{
    align-items:flex-start!important;
  }

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

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

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