/* The supplied module art replaces the bottom 916 px of original tile 02.
   All screen sizes retain the complete PDF composition, scaled proportionally. */
.artwork { --module-extra: 0px; }
.artwork .artwork-modules-prefix { position: relative; width: 100%; height: 55.2734375cqw; overflow: hidden; }
.artwork-modules-prefix > img { display: block; width: 100%; height: auto; margin: 0; }
.module-carousel { position: relative; width: 100%; height: 44.7265625cqw; background: #000; touch-action: pan-y pinch-zoom; }
.module-stage { position: relative; width: 100%; aspect-ratio: 1024.6 / 433.411; overflow: hidden; }
.module-screen { position: absolute; inset: 0; margin: 0; background: #000; }
.module-screen[hidden] { display: none; }
/* Hide the white export edge in the final image row without shifting the artwork. */
.module-art { display: block; width: 100%; height: 100%; object-fit: fill; clip-path: inset(0 0 .3% 0); user-select: none; -webkit-user-drag: none; }
/* WeTeam and WeDo also contain a white export edge in their first two rows. */
.module-screen:is([data-slug="weteam"], [data-slug="wedo"]) .module-art { clip-path: inset(.4% 0 .3% 0); }
.module-copy { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); }
.module-next { position: absolute; z-index: 3; right: 4.5%; top: 79.5%; width: 12.4%; height: 15%; min-width: 88px; min-height: 44px; border: 0; padding: 0; background: transparent; color: #fff; border-radius: 12px; cursor: pointer; touch-action: manipulation; }
.module-next:hover { background: #ffffff09; }
.module-next:focus-visible { outline: 2px solid var(--module-accent, #c690df); outline-offset: 3px; }
.module-page-link{position:absolute;left:31.1%;top:66%;z-index:2;color:#c993e6;font-size:clamp(14px,1.35vw,20px);line-height:1.2;padding:10px 0;text-decoration:underline;text-underline-offset:5px}
.module-page-link:hover{color:#fff}
@media(max-width:600px){.module-page-link{top:66%;font-size:14px;padding:8px 0}}
