/* =========================================================
   MasterPalm Patch 280 — White storefront page canvas

   Loaded after the cumulative MasterPalm styles so the public
   page canvas cannot fall back to the previous grey gradient.

   Scope:
   - Public MasterPalm storefront only
   - White html/body/main page background
   - Does not flatten intentional component backgrounds such as
     hero media, contact consoles, cards, CTA bands, or footer
========================================================= */

html {
  background-color: #ffffff !important;
  background-image: none !important;
}

body.site-frontend.site-masterpalm,
body.site-masterpalm.masterpalm-theme,
body.masterpalm-theme {
  background-color: #ffffff !important;
  background-image: none !important;
}

body.site-masterpalm #site-main,
body.masterpalm-theme #site-main,
.site-masterpalm #site-main,
.masterpalm-theme #site-main {
  min-height: 60vh;
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Common transparent page shells should reveal the white canvas. */
body.site-masterpalm #site-main > :where(main, article),
body.masterpalm-theme #site-main > :where(main, article),
body.site-masterpalm #site-main :where(
  .ses-inner-content,
  .ses-inner-content--template,
  .ses-inner-content--template-fullbleed,
  .ses-inner-content--page-list,
  .ses-inner-content--career,
  .ses-inner-content--news,
  .ses-inner-content--information,
  .ses-inner-content--category,
  .ses-listing-content,
  .ses-news-index,
  .ses-news-detail-layout,
  .mp-category-product-page,
  .mp-product-page
),
body.masterpalm-theme #site-main :where(
  .ses-inner-content,
  .ses-inner-content--template,
  .ses-inner-content--template-fullbleed,
  .ses-inner-content--page-list,
  .ses-inner-content--career,
  .ses-inner-content--news,
  .ses-inner-content--information,
  .ses-inner-content--category,
  .ses-listing-content,
  .ses-news-index,
  .ses-news-detail-layout,
  .mp-category-product-page,
  .mp-product-page
) {
  background-color: transparent !important;
  background-image: none !important;
}

/* Keep the homepage canvas white around CMS-controlled sections. */
body.site-masterpalm.home #site-main,
body.masterpalm-theme.home #site-main,
body.site-masterpalm #site-main .mp-cms-home-slideshow,
body.masterpalm-theme #site-main .mp-cms-home-slideshow {
  background-color: #ffffff !important;
  background-image: none !important;
}
