/* Penyempurnaan: judul tetap kuat, namun tidak terlalu tebal. */
.hero h1,
.section-title,
.entry h1{
  font-weight:600;
  letter-spacing:-.055em;
  line-height:1.01;
}

.hero h1{font-size:clamp(2.9rem,5.25vw,5.55rem)}
.section-title{font-size:clamp(2.4rem,3.9vw,3.95rem)}

@media(max-width:680px){
  .hero h1,
  .section-title,
  .entry h1{
    font-size:clamp(2.55rem,11vw,3.45rem);
    font-weight:600;
    letter-spacing:-.048em;
    line-height:1.04;
  }
}
