/* ARCH03.2: Top Zone rules moved to homepage-top-zone.css. Shared/downstream rules retained. */
/* DTV-PAGE04 Visual Correction 07 — viewport-safe canvas and right-edge recovery. */
@media (min-width:1024px){
  body.home{
    --dtv-vc07-canvas:1416px;
    --dtv-vc07-gutter:clamp(24px,3vw,60px);
  }

  /*
   * PAGE04 can be mounted inside an already constrained Elementor container.
   * Size against that containing block, never against viewport units, so a nested
   * canvas cannot extend past the document's right edge.
   */
  body.home .dtv-global-shell>.elementor-container,
  body.home .dtv-global-shell>.e-con-inner,
  body.home .dtv-global-shell .elementor-section>.elementor-container,
  body.home [data-dtv-homepage="ux10"]{
    box-sizing:border-box!important;
    width:min(var(--dtv-vc07-canvas),calc(100% - (2 * var(--dtv-vc07-gutter))))!important;
    max-width:100%!important;
    min-width:0!important;
    margin-inline:auto!important;
  }

  

  
}

@media (min-width:1024px) and (max-width:1279px){
  body.home{--dtv-vc07-gutter:24px}
  
}
