:root{color-scheme:dark;--poster-yellow:#f3f39d;--poster-accent:#3b2b3a}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}.stage{position:fixed;inset:0;display:flex;align-items:stretch;justify-content:center;background:#000}.poster-half{object-fit:cover;display:block}.carousel,.poster-half{width:50vw;height:100vh;height:100dvh}.carousel{position:relative;overflow:hidden;background:#000}.carousel-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease-in-out;display:block}.carousel-slide.is-active{opacity:1}.right-pane{position:relative;display:flex;align-items:center;justify-content:center;width:50vw;height:100vh;height:100dvh}.right-pane .poster-half{width:100%;height:100%}.logo-hotspot{position:absolute;top:0;left:0;width:100%;height:18%;cursor:pointer;background:transparent;border:0;outline-offset:-2px}.logo-hotspot:focus-visible{outline:2px solid hsla(0,0%,100%,.6)}.menu-bar{position:absolute;top:16.3%;left:0;right:0;height:3.3%;background:var(--poster-accent);color:var(--poster-yellow);display:flex;align-items:center;justify-content:space-evenly;padding:0 4%;z-index:2}.menu-link{color:inherit;text-decoration:none;font-weight:700;font-size:clamp(10px,1.6vw,22px);letter-spacing:.08em;text-transform:uppercase;line-height:1;padding:4px 6px;border-radius:2px;background:transparent;border:0;font-family:inherit;cursor:pointer;transition:background-color .15s ease,color .15s ease}.menu-link.is-active,.menu-link:focus-visible,.menu-link:hover{background:var(--poster-yellow);color:var(--poster-accent);outline:none}.content{position:absolute;left:0;right:0;top:19.6%;height:71.4%;z-index:1;background:var(--poster-yellow);overflow:hidden}.content-image{width:100%;height:100%;object-fit:contain;display:block}.content-text{padding:4% 6%;color:var(--poster-accent);overflow-y:auto;font-size:clamp(11px,1.3vw,18px);line-height:1.45}.content-title{margin:0 0 .6em;text-transform:uppercase;letter-spacing:.06em;font-size:clamp(16px,2.4vw,32px);font-weight:900}.content-text p{margin:0 0 1em}@media (min-width:768px){.poster-half{object-fit:contain}.poster-half,.right-pane{width:auto;height:100vh;height:100dvh;max-width:50vw}.right-pane{aspect-ratio:2/5}.right-pane .poster-half{width:100%;height:100%;max-width:none;object-fit:contain}.carousel{width:auto;height:100vh;height:100dvh;max-width:50vw;aspect-ratio:2/5}.carousel-slide{object-fit:contain}}