/* v177 — left feature headline hard fit
   Reduces only the left feature headline enough that the longest word cannot run into the centre column. */

.hero-grid > .lead h1{
  font-size:clamp(44px,3.65vw,64px) !important;
  line-height:.94 !important;
  letter-spacing:-.055em !important;
  max-width:430px !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
.hero-grid > .lead p{
  max-width:440px !important;
}

@media (max-width: 1420px){
  .hero-grid > .lead h1{
    font-size:clamp(42px,3.55vw,58px) !important;
    max-width:400px !important;
  }
}

@media (max-width: 1180px){
  .hero-grid > .lead h1{
    font-size:clamp(48px,6.4vw,72px) !important;
    max-width:620px !important;
  }
}

@media (max-width: 900px){
  .hero-grid > .lead h1{
    font-size:clamp(42px,10vw,56px) !important;
    max-width:100% !important;
  }
}
