/* Treatment page "Vogue" polish — standalone, scoped to body.mbc-treatment */

body.mbc-treatment main{
  background:
    radial-gradient(1200px 600px at 15% 0%, rgba(126,104,170,0.09), rgba(0,0,0,0) 60%),
    radial-gradient(900px 500px at 85% 10%, rgba(55,143,152,0.07), rgba(0,0,0,0) 55%);
}

/* Make the top section breathe a bit */
body.mbc-treatment .container{
  max-width: 1120px;
}

/* Mobile: collapse the 2-col grid to 1-col */
@media (max-width: 900px){
  body.mbc-treatment .treat-layout{
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* Media image polish */
body.mbc-treatment aside img{
  border-radius: 18px !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.10);
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}

@media (hover:hover){
  body.mbc-treatment aside img:hover{
    transform: scale(1.02);
    box-shadow: 0 22px 60px rgba(0,0,0,.14);
    filter: contrast(1.02) saturate(1.02);
  }
}

/* Buttons full width on mobile */
@media (max-width: 700px){
  body.mbc-treatment h1{
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.05;
  }
  body.mbc-treatment .button,
  body.mbc-treatment .button--ghost{
    width: 100%;
    justify-content: center;
  }
}
