/* V368 — Concretta / Co-Wall / Co-Stone hero viewport + copy alignment standard.
   Scope: brand home heroes only. Images, type scale, copy and CTA styling are unchanged. */
@media (min-width:768px){
  .ct-concretta-page .cb119-hero{
    min-height:100vh!important;
    min-height:100dvh!important;
    padding-top:150px!important;
    padding-bottom:80px!important;
  }
  .ct-concretta-page .cb119-hero .cb119-hero-layout{
    grid-template-columns:minmax(0,660px) 1fr!important;
    gap:64px!important;
    align-items:end!important;
  }
  .ct-concretta-page .cb119-hero .cb119-hero-layout > div:first-child{
    width:100%;
    max-width:660px;
  }
  .ct-concretta-page .cb119-hero .cb119-kicker{
    min-height:1.2em;
    margin-bottom:22px!important;
  }
  .ct-concretta-page .cb119-hero .cb119-hero-sub{
    min-height:1.2em;
    margin-top:19px!important;
  }
  .ct-concretta-page .cb119-hero .cb119-hero-copy{
    width:100%;
    max-width:560px!important;
    min-height:5.25em;
    margin-top:27px!important;
    line-height:1.76!important;
  }
  .ct-concretta-page .cb119-hero .cb119-hero-actions{
    min-height:20px;
    margin-top:32px!important;
    gap:24px!important;
  }
  .ct-concretta-page .cb119-hero .cb121-hero-signature{
    min-height:12px;
    margin-top:38px!important;
  }
}

/* Mobile keeps natural wrapping but uses one shared spacing rhythm. */
@media (max-width:767px){
  .ct-concretta-page .cb119-hero{
    min-height:700px!important;
    padding-top:132px!important;
    padding-bottom:58px!important;
  }
  .ct-concretta-page .cb119-hero .cb119-hero-copy{
    max-width:34em!important;
    min-height:0!important;
    margin-top:24px!important;
    line-height:1.68!important;
  }
  .ct-concretta-page .cb119-hero .cb119-hero-actions{
    margin-top:28px!important;
  }
  .ct-concretta-page .cb119-hero .cb121-hero-signature{
    margin-top:28px!important;
  }
}
