/* ==========================================================================
   SALYSS REALTY PUBLIC — CANONICAL HOMEPAGE ORCHESTRATION
   Release: 0.6.196

   IMPORTANT OWNERSHIP CONTRACT
   ----------------------------
   This file no longer paints the internals of homepage blocks. It owns only:
   1) the page canvas/token bridge,
   2) canonical homepage canvas/token orchestration only.

   Reusable visual blocks are styled by their own owner stylesheet. Composite
   homepage blocks are styled by public-realty-compositions.css. If a block is
   visually wrong, fix its owner — never add a selector here to patch it.
   ========================================================================== */
.salyss-public-builder-home .salyss-page,
.salyss-public-builder-home .salyss-page-content,
.salyss-public-builder-home .salyss-public-builder-content,
.salyss-public-builder-home .salyssbp-document{margin:0;width:100%;max-width:none;min-width:0}
.salyss-public-builder-home .salyss-page-content{overflow:clip}
.salyss-public-builder-home .salyssbp-document{
  background:var(--salyss-color-page,var(--salyss-content-bg));
  color:var(--salyss-color-text,var(--salyss-content-text));
  transition:background-color .25s ease,color .25s ease
}
.salyss-public-builder-home .salyssbp-document>.salyssbp{margin-block:0}

/* Public Shell presentation moved to public-visitor.css in v0.6.179.
   Homepage orchestration must never own Header/Dock responsive behavior. */
