/* Homepage-only brand polish. Keep all rules scoped to the Japanese home page. */
body.japanese-home .premium-hero h1{
  font-family:"Shippori Mincho","Noto Serif JP","Hiragino Mincho ProN",serif;
  font-weight:500;
}
body.japanese-home .premium-hero h1>.hero-location-line,
body.japanese-home .premium-hero h1>.hero-service-line{
  display:flex!important;
  align-items:baseline;
  flex-wrap:wrap;
  column-gap:.10em;
  row-gap:0;
  max-width:100%;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body.japanese-home .premium-hero h1>.hero-service-line{font-style:normal;}
body.japanese-home .premium-hero h1 .hero-location-line>span,
body.japanese-home .premium-hero h1 .hero-service-line>span{
  display:inline-block!important;
  max-width:100%;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}
body.japanese-home .premium-brand-calligraphy{
  margin:24px 0 0;
  color:#1A2E33;
  font-family:"Yuji Syuku","Shippori Mincho","Noto Serif JP",serif;
  font-size:clamp(1.42rem,2vw,2rem);
  font-weight:400;
  line-height:1.7;
  letter-spacing:.08em;
}
body.japanese-home .premium-hero-lead{margin-top:8px;}
body.japanese-home .premium-hero-lead .hero-hours{white-space:nowrap;word-break:keep-all;}

@media (min-width:701px){
  body.japanese-home .premium-hero-copy{min-width:0;}
  body.japanese-home .premium-hero h1{
    font-size:clamp(1.85rem,2.65vw,3rem)!important;
    line-height:1.34;
    letter-spacing:.045em;
  }
  body.japanese-home .premium-hero h1>.hero-service-line{font-size:.88em!important;}
}

@media (max-width:700px){
  body.japanese-home .premium-hero h1{
    font-size:clamp(1.65rem,8.2vw,2.35rem)!important;
  }
  body.japanese-home .premium-brand-calligraphy{
    margin-top:18px;
    font-size:clamp(1.28rem,5.8vw,1.7rem);
  }
  body.japanese-home .premium-hero-lead{margin-top:7px;}
}