/* Front-page shell correction.
 * The bespoke panels should sit directly on the site background. The app root
 * still owns its fixed nebula/noise layers, but must not paint a second opaque
 * page-length slab behind every section.
 */
body.zyrenicus-front-page #dwFrontpage,
body.zyrenicus-front-page #dwFrontpage.dw-frontpage,
body.zyrenicus-front-page .dwFrontpageRoot {
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
