
/* v135 — only restore the two main hero buttons inside the visible text panel */
@media (min-width: 851px){
  .hero-sculpt-copy{
    top: 8% !important;
    width: min(36%, 590px) !important;
  }

  .hero-sculpt-copy h1{
    max-width: 9.2ch !important;
    font-size: clamp(3.25rem, 4.75vw, 5.15rem) !important;
    line-height: .9 !important;
  }

  .hero-sculpt-copy p{
    max-width: 34ch !important;
    margin-top: 17px !important;
    font-size: .96rem !important;
    line-height: 1.52 !important;
  }

  .hero-sculpt-actions{
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 18px !important;
    gap: 10px !important;
  }

  .hero-sculpt-primary,
  .hero-sculpt-secondary{
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 48px !important;
    padding: 12px 21px !important;
    font-size: .98rem !important;
  }
}
