/* Phase 10G: explicitly name the readable content boundary for generic
   homepage DnD sections while preserving record-owned widths and full bleed.
   The shared semantic-layout layer remains the sole owner of row shells. */

@media (min-width: 1200px) {
  .homepage
    .dnd-section:not([class*='force-full-width-section']):not(
      [class*='max-width-section-centering']
    ) {
    --sg-layout-area-boundary: calc(
      var(--sg-container-readable) + (2 * var(--sg-gutter-current))
    );
  }
}
