/* Shrine & Temple Heritage hero refinement only */

@media (min-width:901px){

  /* Move the English page label down to create separation from the brand lockup. */
  .st-hero .eyebrow,
  .heritage-hero .eyebrow{
    margin-top:56px !important;
  }

  /* Slightly reduce the main Japanese hero copy. */
  .st-hero h1,
  .heritage-hero h1{
    font-size:clamp(48px,4.9vw,72px) !important;
    line-height:1.28 !important;
  }
}
