.home-page.structure-preview .hero-brady-animation { position:absolute; inset:0; min-width:0; isolation:isolate; }
.home-page.structure-preview .hero-brady-animation canvas,
.home-page.structure-preview .hero-brady-animation img {
  display:block; position:absolute; inset:0; width:100%; height:100%; object-fit:contain;
  pointer-events:none; background:transparent;
}
.home-page.structure-preview .hero-brady-animation canvas { opacity:0; }
.home-page.structure-preview .hero-brady-animation.is-ready canvas { opacity:1; }
.home-page.structure-preview .hero-brady-animation.is-ready img { opacity:0; }
.home-page.structure-preview .hero-brady-animation button {
  display:none; position:absolute; bottom:2px; right:14px; z-index:2; min-height:44px;
  padding:10px 14px; border:1px solid #bccbdf; border-radius:8px; color:#405978;
  background:#ffffffb8; font-size:.875rem; cursor:pointer;
}
.home-page.structure-preview .hero-brady-animation.is-ready:not(.is-motion-reduced) button { display:block; }
.home-page.structure-preview .hero-brady-animation button:hover { background:#fff; }
.home-page.structure-preview .hero-brady-animation button:focus-visible { outline:3px solid #195bd7; outline-offset:3px; }
