@media (max-width:768px){
  /* Home owner cleanup, stage 3 narrowed:
     once the late home footer owners were aligned to the shared 16px axis,
     the only home-specific residue left outside the shared layout system is the
     set of top-level sections rendered directly under `main#main-content`.
     Keep only those wrappers on the same 16px mobile gutter and leave footer/body
     tokens to `dsk-layout-system.v1.css` plus the cleaned late home bundle. */
  html body.dsk-page-home main#main-content > section > .container.sb-container-fixed.sb-container,
  html body.dsk-page-home main#main-content > section > .sb-container.sb-container-fixed,
  html body.dsk-page-home main#main-content > section > .sb-container{
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }
}
