/* v112 — long editable banner texts always remain readable */
.hero-sculpt-stage,
.atelier-banner{
  overflow:hidden;
}

.hero-sculpt-copy h1,
.hero-sculpt-story h2,
.atelier-banner-copy h2,
.atelier-banner-card strong{
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}

.hero-sculpt-copy h1{
  max-width:8.5ch;
  font-size:clamp(3.45rem,6vw,6.2rem);
  line-height:.91;
}

.hero-sculpt-copy p,
.hero-sculpt-story p{
  overflow-wrap:anywhere;
}

.hero-sculpt-story{
  max-height:none;
}

.atelier-banner-inner{
  min-height:405px;
  height:auto;
}

.atelier-banner-copy{
  min-width:0;
}

.atelier-banner-copy h2{
  max-width:10ch;
  font-size:clamp(2.65rem,3.8vw,4.7rem);
  line-height:.94;
}

.atelier-banner-copy p{
  max-width:42ch;
}

.atelier-banner-card{
  min-width:0;
}

.atelier-banner-card strong{
  max-width:100%;
}

@media (min-width:851px){
  .hero-sculpt-stage{
    min-height:680px;
    height:auto;
  }
  .hero-sculpt-copy{
    top:8%;
    bottom:auto;
  }
  .hero-sculpt-story{
    top:9%;
  }
}

@media (max-width:1180px){
  .atelier-banner-inner{
    min-height:auto;
  }
}

@media (max-width:850px){
  .hero-sculpt-stage{
    min-height:auto!important;
    display:block!important;
  }
  .hero-sculpt-copy{
    padding-top:92px!important;
  }
  .hero-sculpt-copy h1{
    max-width:100%;
    font-size:clamp(2.25rem,11vw,3.65rem)!important;
    line-height:.94!important;
    letter-spacing:-.045em!important;
  }
  .hero-sculpt-copy p{
    font-size:.94rem;
    line-height:1.5;
  }
  .atelier-banner-copy h2{
    max-width:100%;
    font-size:clamp(2rem,9vw,3rem);
    line-height:.96;
  }
  .atelier-banner-card strong{
    font-size:.92rem;
    line-height:1.08;
  }
}
