/* Shared artwork layers; the original sculpture stays visible until WebGL is ready. */
.globe-canvas,.globe-foreground{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:0}
.globe-canvas{z-index:0}
.globe-foreground{z-index:1;object-fit:contain}
.globe-ready .global-sculpture{opacity:0}
.globe-ready .globe-canvas,.globe-ready .globe-foreground{opacity:1}
