/* v81 — simplified homepage type hierarchy
   Goal: one clear visual system: name > section heading > card title > body/meta. */

.home-atlas-page{
  --ha-type-section:clamp(1.35rem,1.7vw,1.6rem);
  --ha-type-card:1rem;
  --ha-type-body:.84rem;
  --ha-type-meta:.64rem;
}

/* Keep the homepage academically calm: only one dominant display line. */
.home-atlas-page .ha-name-row h1{
  font-size:clamp(1.72rem,2.1vw,2.05rem)!important;
  line-height:1.05!important;
  letter-spacing:-.025em!important;
}
.home-atlas-page .ha-role{
  font-size:.76rem!important;
  line-height:1.4!important;
}
.home-atlas-page .ha-eyebrow{
  font-size:.64rem!important;
  letter-spacing:.1em!important;
}
.home-atlas-page .ha-hero-statement{
  max-width:700px;
  margin:0;
  color:var(--ha-navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.55rem,2.4vw,2.15rem);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.028em;
}
.home-atlas-page .ha-intro{
  margin-top:11px!important;
  font-size:var(--ha-type-body)!important;
  line-height:1.6!important;
}

/* Education / experience: one heading per card, no extra label-heading stack. */
.home-atlas-page .ha-summary-card h3{
  margin:0 0 10px!important;
  font-size:var(--ha-type-card)!important;
  line-height:1.2!important;
}
.home-atlas-page .ha-summary-card li strong,
.home-atlas-page .ha-work-item strong{
  font-size:.79rem!important;
  line-height:1.28!important;
}
.home-atlas-page .ha-summary-card li small,
.home-atlas-page .ha-work-item small{
  font-size:.63rem!important;
  line-height:1.42!important;
}

/* Research journey: a single heading plus a compact explanatory sentence. */
.home-atlas-page .ha-o6-header h2{
  margin:0;
  color:var(--ha-navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.04rem;
  line-height:1.15;
}
.home-atlas-page .ha-o6-header p{
  margin:5px 0 0;
  color:#4f6473;
  font-size:.61rem;
  line-height:1.42;
}
.home-atlas-page .ha-o6-header p strong{
  color:var(--ha-navy);
  font-family:inherit;
  font-size:inherit;
}

/* Every major homepage section now uses the same H2 size and treatment. */
.home-atlas-page .ha-section-line{
  margin-bottom:16px!important;
  padding-bottom:10px!important;
}
.home-atlas-page .ha-section-line h2,
.home-atlas-page .ha-publication-copy h2{
  margin:0;
  color:inherit;
  font-family:Georgia,"Times New Roman",serif;
  font-size:var(--ha-type-section)!important;
  font-weight:700;
  line-height:1.12!important;
  letter-spacing:-.015em;
}
.home-atlas-page .ha-section-line h2{color:var(--ha-navy)}
.home-atlas-page .ha-section-line a,
.home-atlas-page .ha-publication-copy a{
  font-size:.69rem!important;
}

/* Featured research stays visually important without becoming another oversized section heading. */
.home-atlas-page .ha-main-caption h3{
  margin:6px 0 7px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.3rem,1.8vw,1.65rem);
  line-height:1.08;
}
.home-atlas-page .ha-main-caption span{
  font-size:.6rem!important;
  letter-spacing:.08em!important;
}
.home-atlas-page .ha-main-caption p{
  font-size:.72rem!important;
  line-height:1.42;
}

/* Publications: H2 is the section name; the description reads as body text. */
.home-atlas-page .ha-publication-copy p{
  max-width:430px;
  margin:9px 0 13px;
  color:#dbe4ea;
  font-size:.82rem;
  line-height:1.55;
}

/* Expertise cards: title + one supporting line only. */
.home-atlas-page .ha-cap strong{
  margin-top:0!important;
  font-size:1.08rem!important;
  line-height:1.12!important;
}
.home-atlas-page .ha-cap small{
  margin-top:5px!important;
  font-size:.66rem!important;
  line-height:1.42!important;
}
.home-atlas-page .ha-cap-teaching strong{
  max-width:620px;
  font-size:1.08rem!important;
  line-height:1.12!important;
}
.home-atlas-page .ha-cap-teaching-points{
  gap:7px!important;
}
.home-atlas-page .ha-cap-teaching-points li{
  padding:7px 9px!important;
  font-size:.64rem!important;
  line-height:1.4!important;
}

/* Certifications: no second large heading beneath the section heading. */
.home-atlas-page .ha-certification-intro{
  max-width:700px;
  margin:-4px 0 16px;
  color:var(--ha-muted);
  font-size:.8rem;
  line-height:1.55;
}
.home-atlas-page .ha-certificate-grid strong{
  margin-top:0!important;
  font-size:.78rem!important;
  line-height:1.28!important;
}
.home-atlas-page .ha-certificate-grid small{
  font-size:.59rem!important;
}

@media(max-width:680px){
  .home-atlas-page .ha-name-row h1{font-size:1.42rem!important}
  .home-atlas-page .ha-hero-statement{font-size:1.62rem;line-height:1.08}
  .home-atlas-page .ha-intro{font-size:.81rem!important}
  .home-atlas-page .ha-section-line h2,
  .home-atlas-page .ha-publication-copy h2{font-size:1.32rem!important}
  .home-atlas-page .ha-main-caption h3{font-size:1.3rem!important;line-height:1.08!important}
  .home-atlas-page .ha-publication-copy p{font-size:.77rem;line-height:1.5}
  .home-atlas-page .ha-o6-header h2{font-size:.98rem}
  .home-atlas-page .ha-o6-header p{font-size:.56rem}
  .home-atlas-page .ha-cap strong,
  .home-atlas-page .ha-cap-teaching strong{font-size:1rem!important}
  .home-atlas-page .ha-certification-intro{font-size:.76rem}
}
.home-atlas-page .ha-o6-header p strong{display:inline!important;margin:0!important;line-height:inherit!important}
