/* LUMIERE 16.4 — refined homepage heading scale */
.home .lm-hero__statement h1{
  font-size:clamp(44px,4.65vw,78px)!important;
  line-height:.9!important;
  letter-spacing:-.035em!important;
  margin:14px 0 17px!important;
}

.home .lm-list-head h2{
  font-size:clamp(38px,3.8vw,56px)!important;
  line-height:1!important;
  letter-spacing:.025em!important;
}

.home .lm-story__content h3{
  max-width:560px;
  margin:2px 0 22px!important;
  color:#a36f43!important;
  font-size:clamp(21px,1.65vw,25px)!important;
  line-height:1.35!important;
  letter-spacing:-.012em!important;
}

@media(max-width:650px){
  .home .lm-hero__statement h1{
    font-size:43px!important;
    line-height:.92!important;
  }
  .home .lm-list-head h2{
    font-size:38px!important;
  }
  .home .lm-story__content h3{
    font-size:20px!important;
    line-height:1.42!important;
  }
}
