/* Neutral studio ground continues through the homepage and footer. */
.nz-product-home { background: #f5f1ec; isolation: isolate; }
.nz-product-home .body-inner { background: transparent; }
.nz-product-home .nz-mesh-atmosphere,
.ph-intro > .ph-atmosphere { display: none; }
.nz-product-home::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 28%, #fcf9f5 0%, transparent 60%),
    radial-gradient(ellipse at 88% 70%, #ebe4dc 0%, transparent 65%),
    #f5f1ec;
}
.ph-home .ph-intro,
.ph-home .ph-edition { background: transparent; }
.ph-home h1 .ph-headline-accent { color: #171b18; }
.ph-home .pc-heading p,
.ph-home .ps-introduction p { color: #252c30; }
.ph-home .ph-button { outline: 1px solid #171b1840; outline-offset: -1px; }
.ph-home .ph-edition {
  --pe-ink: #171b18;
  --pe-muted: #30352f;
  --pe-line: #171b182b;
  --pe-accent: #171b18;
}
.nz-product-home #footer.nz-foot { background: transparent; border-top: 0; --nz-text-secondary: #30352f; --nz-text-muted: #41463e; --nz-border-light: #171b182b; }
.nz-product-home #footer::before { display: none; }
@media (forced-colors: active), print {
  .nz-product-home::before { display: none; }
}
