/* v633 — responsive Hero heading.
   JP: each statement stays on one line on tablet/mobile and scales with viewport width.
   Other locales: keep a comfortable minimum size and allow natural wrapping, generally up to two lines. */

@media (max-width:1024px){
  html[lang="ja-JP"].ski-home-v417 body main#top .hero-product-title{
    width:100%!important;
    max-width:none!important;
    font-size:clamp(30px,4.5vw,46px)!important;
    line-height:1.14!important;
    letter-spacing:-.04em!important;
  }
  html[lang="ja-JP"].ski-home-v417 body main#top .hero-product-title .hero-title-line{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    text-wrap:nowrap!important;
  }
}

@media (max-width:767px){
  html[lang="ja-JP"].ski-home-v417 body main#top .hero-product-heading{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  html[lang="ja-JP"].ski-home-v417 body main#top .hero-product-title{
    /* Tracks viewport width so the Japanese lines remain intact instead of breaking mid-phrase. */
    font-size:clamp(19px,5.9vw,44px)!important;
    line-height:1.15!important;
    letter-spacing:-.04em!important;
  }

  /* Non-Japanese locales: preserve readability instead of shrinking aggressively. */
  html:not([lang="ja-JP"]).ski-home-v417 body main#top .hero-product-title{
    width:100%!important;
    max-width:720px!important;
    font-size:clamp(26px,7.1vw,36px)!important;
    line-height:1.16!important;
    letter-spacing:-.035em!important;
    text-wrap:balance!important;
  }
  html:not([lang="ja-JP"]).ski-home-v417 body main#top .hero-product-title .hero-title-line{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    text-wrap:balance!important;
  }
  html[lang="ko-KR"].ski-home-v417 body main#top .hero-product-title .hero-title-line,
  html[lang^="zh"].ski-home-v417 body main#top .hero-product-title .hero-title-line{
    word-break:keep-all!important;
  }
  html[lang="de"].ski-home-v417 body main#top .hero-product-title,
  html[lang="fr"].ski-home-v417 body main#top .hero-product-title,
  html[lang="es"].ski-home-v417 body main#top .hero-product-title,
  html[lang="pt-BR"].ski-home-v417 body main#top .hero-product-title,
  html[lang="ru"].ski-home-v417 body main#top .hero-product-title,
  html[lang="th"].ski-home-v417 body main#top .hero-product-title{
    font-size:clamp(25px,6.8vw,35px)!important;
  }
  html[lang="th"].ski-home-v417 body main#top .hero-product-title{
    line-height:1.24!important;
    letter-spacing:-.015em!important;
  }
}

@media (max-width:360px){
  html:not([lang="ja-JP"]).ski-home-v417 body main#top .hero-product-title{
    font-size:25px!important;
  }
  html[lang="de"].ski-home-v417 body main#top .hero-product-title,
  html[lang="fr"].ski-home-v417 body main#top .hero-product-title,
  html[lang="es"].ski-home-v417 body main#top .hero-product-title,
  html[lang="pt-BR"].ski-home-v417 body main#top .hero-product-title,
  html[lang="ru"].ski-home-v417 body main#top .hero-product-title,
  html[lang="th"].ski-home-v417 body main#top .hero-product-title{
    font-size:24px!important;
  }
}


/* v633 — Japanese phone layout: keep deliberate phrase breaks instead of mid-word wrapping. */
html[lang="ja-JP"] .jp-mobile-hero-segment{display:inline}
@media (max-width:767px){
  html[lang="ja-JP"].ski-home-v417 body main#top .hero-product-title{
    font-size:clamp(31px,8.6vw,42px)!important;
    line-height:1.10!important;
    letter-spacing:-.045em!important;
  }
  html[lang="ja-JP"].ski-home-v417 body main#top .hero-product-title .hero-title-line{
    white-space:normal!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    text-wrap:wrap!important;
  }
  html[lang="ja-JP"].ski-home-v417 body main#top .hero-product-title .jp-mobile-hero-segment{
    display:block!important;
    white-space:nowrap!important;
  }
}
