/* Platform public frame follows the existing footer; tenant shells do not load this. */
.yfas-body .yfas-header,
.yfas-body main > :is(.hero, .features, .pricing, .metrics, .featured-studio, .demo-studios, .host-public-carousel),
.yfas-body main > :is(.commerce-hero, .commerce-page, .commerce-grid, .offer-detail, .platform-contact-page, .admin-main, .yfas-dashboard) {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--site-footer-inset);
}
.yfas-body :is(.featured-studio-inner, .demo-studio-grid, .value-grid, .feature-grid, .price-grid) {
  width: 100%;
  max-width: none;
}
