/* v060: hero title hard size fix + staff profile restore styling */
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; }
:is(.hero,.page-hero,.subpage-hero,.service-hero,.lp-hero,.fv,.first-view,.mv,.site-hero,.section-hero,.hero-section,.recruit-hero,.inheritance-hero,.business-hero,.price-hero,.staff-hero,.team-hero) h1,
main > section:first-of-type h1,
main > header:first-of-type h1 {
  font-size: clamp(2rem, 3.05vw, 2.85rem) !important;
  line-height: 1.28 !important;
  letter-spacing: .02em !important;
}
:is(.hero,.page-hero,.subpage-hero,.service-hero,.lp-hero,.fv,.first-view,.mv,.site-hero,.section-hero,.hero-section,.recruit-hero,.inheritance-hero,.business-hero,.price-hero,.staff-hero,.team-hero) .lead,
:is(.hero,.page-hero,.subpage-hero,.service-hero,.lp-hero,.fv,.first-view,.mv,.site-hero,.section-hero,.hero-section,.recruit-hero,.inheritance-hero,.business-hero,.price-hero,.staff-hero,.team-hero) p,
main > section:first-of-type .lead,
main > section:first-of-type .hero-lead,
main > header:first-of-type .lead {
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  line-height: 1.85 !important;
}
@media (max-width: 768px) {
  :is(.hero,.page-hero,.subpage-hero,.service-hero,.lp-hero,.fv,.first-view,.mv,.site-hero,.section-hero,.hero-section,.recruit-hero,.inheritance-hero,.business-hero,.price-hero,.staff-hero,.team-hero) h1,
  main > section:first-of-type h1,
  main > header:first-of-type h1 {
    font-size: clamp(1.52rem, 7vw, 2rem) !important;
    line-height: 1.34 !important;
    letter-spacing: .01em !important;
  }
  :is(.hero,.page-hero,.subpage-hero,.service-hero,.lp-hero,.fv,.first-view,.mv,.site-hero,.section-hero,.hero-section,.recruit-hero,.inheritance-hero,.business-hero,.price-hero,.staff-hero,.team-hero) .lead,
  :is(.hero,.page-hero,.subpage-hero,.service-hero,.lp-hero,.fv,.first-view,.mv,.site-hero,.section-hero,.recruit-hero,.inheritance-hero,.business-hero,.price-hero,.staff-hero,.team-hero) p,
  main > section:first-of-type .lead,
  main > section:first-of-type .hero-lead,
  main > header:first-of-type .lead {
    font-size: .98rem !important;
    line-height: 1.75 !important;
  }
  .v060-profile-restore { padding-top: 2.5rem !important; }
  .v060-profile-restore + section { margin-top: 1.5rem !important; }
}
.v060-profile-restore { margin-top: clamp(2rem, 5vw, 4rem); }
.v060-profile-restore + section { margin-top: clamp(1.5rem, 4vw, 3rem); }
