@font-face{font-family:Onest;src:url('/assets/site-v1/media/onest.ttf') format('truetype');font-weight:100 900;font-style:normal;font-display:swap}
:root{color-scheme:light;--page:#f3f4f4;--ink:#20252a;--muted:#59616c;--border:#ccd2d6;--surface:#fff;--accent:#b73d31;--focus:#ad3026}
:root[data-theme=dark]{color-scheme:dark;--page:#15191e;--ink:#f1f2f4;--muted:#b1bbc6;--border:#3c434b;--surface:#222830;--accent:#f08b79;--focus:#ffaf96}
*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--ink);font:15px/1.6 Onest,Arial,sans-serif}button,input,select{font:inherit}button,a,input,summary,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible,select:focus-visible{outline:3px solid var(--focus);outline-offset:4px}button,a{touch-action:manipulation}[hidden]{display:none!important}h1,h2,h3,p,figure{margin:0}img{display:block;max-width:100%}.skip{position:fixed;top:-80px;left:18px;background:var(--ink);color:var(--page);padding:12px;z-index:20}.skip:focus{top:12px}
.site-head{width:min(1480px,calc(100% - 64px));height:76px;margin:auto;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:9px;white-space:nowrap;font-weight:750;font-size:22px;letter-spacing:-1px}.brand img{width:34px;height:34px}.brand b{color:var(--accent)}.site-head>p{font-size:13px;color:var(--muted);margin-left:20px}.head-links{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:13px}.theme{background:none;border:0;font-size:23px;width:44px;height:44px}.login-link{display:inline-block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
main{width:min(1480px,calc(100% - 48px));margin:0 auto}.player{border:1px solid #39464e;border-radius:15px;overflow:hidden;background:#111b23;color:#edf3f6;box-shadow:0 22px 65px #14263216;position:relative}.stage{height:clamp(440px,calc(100svh - 234px),820px);min-height:440px;position:relative;isolation:isolate;overflow:hidden;background:#111d27;--phase:0;--turn:0deg;--rise:0px;--zoom:1;--px:0deg;--py:0deg;--tint:110,178,192}
.stage:before{content:'';position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 80% 22%,rgba(var(--tint),.12),transparent 60%),linear-gradient(140deg,#14212b,#101c25 60%,#19272e)}.world{position:absolute;inset:0;width:100%;height:100%;opacity:.6;pointer-events:none}.stage-grid{position:absolute;left:20%;bottom:-260px;width:100%;height:470px;transform:perspective(650px) rotateX(65deg) rotateZ(-9deg);background-image:linear-gradient(#75919d15 1px,transparent 1px),linear-gradient(90deg,#75919d15 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(transparent,#000 40%,transparent);pointer-events:none}
.scene-number{position:absolute;top:30px;left:44px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#b7c6d1}.scene-number strong{font-weight:450;color:#f3ae94;margin-right:14px}.scene-copy{position:absolute;left:44px;top:24%;width:33%;z-index:2;pointer-events:none}.scene-copy h2{font-size:clamp(34px,3.75vw,62px);font-weight:530;letter-spacing:-.052em;line-height:1.09;white-space:pre-line;text-wrap:balance}.scene-copy>p{color:#b5c9d5;font-size:15px;margin-top:24px;max-width:300px;line-height:1.6}.scene-ticks{display:flex;gap:9px;margin-top:28px}.scene-ticks span{height:2px;width:30px;background:#4f626d}.scene-ticks span.active{background:#efa88d;width:58px}
.screens{position:absolute;left:36%;right:2%;top:13%;height:71%;perspective:1600px;transform-style:preserve-3d}.screen{position:absolute;display:flex;flex-direction:column;inset:5% 6% 7% 6%;padding:7px;border:1px solid #8fabb148;border-radius:11px;background:#1c2a33;box-shadow:0 34px 60px #030c1766;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform}.screen>img{width:100%;height:calc(100% - 31px);object-fit:contain;object-position:center;background:#111921;border-radius:5px}.screen figcaption{height:31px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;color:#c3d1dc;padding:4px 6px 0;white-space:nowrap;overflow:hidden}.screen figcaption span{overflow:hidden;text-overflow:ellipsis}.screen figcaption small{font-size:9px;color:#9cafbb}.screen-main{z-index:2;transform:translate3d(0,var(--rise),70px) rotateY(calc(-8deg + var(--turn) + var(--px))) rotateX(calc(5deg + var(--py))) scale(var(--zoom));cursor:zoom-in}.screen-main:hover{border-color:#a2c3c9}.screen-rear{inset:12% 0 9% 22%;transform:translate3d(8%,0,-170px) rotateY(15deg);opacity:.35;pointer-events:none}.screen-rear img{filter:saturate(.65)}.screen-main.is-swapping img{animation:screen-in .6s ease-out both}.scene-copy.is-swapping h2{animation:title-in .65s ease-out both}
@keyframes screen-in{from{opacity:.25;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@keyframes title-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.scene-footer{position:absolute;left:44px;right:44px;bottom:29px;display:flex;align-items:center;justify-content:space-between;gap:20px;z-index:3}.scene-footer>p{font-size:10px;color:#acbdc9;max-width:230px}.doc-link{font-size:12px;border-bottom:1px solid #8a9fab;padding:4px 0;color:#d9e3e9}.doc-link:hover{color:#f0b396;border-color:currentColor}.subtitles{position:absolute;bottom:76px;left:8%;right:8%;z-index:4;display:flex;justify-content:center;pointer-events:none}.subtitles p{font-size:clamp(14px,1.23vw,18px);line-height:1.65;max-width:1040px;text-align:center;background:#091119ef;padding:13px 22px;border:1px solid #344a58;border-radius:8px;box-shadow:0 6px 20px #030a1222;color:#f3f6f8;text-wrap:pretty}
.stage[data-layout=map],.stage[data-layout=orbit]{--tint:93,180,201}.stage[data-layout=build],.stage[data-layout=learn]{--tint:187,145,89}.stage[data-layout=community],.stage[data-layout=people]{--tint:158,124,158}.stage[data-layout=signal],.stage[data-layout=receiver]{--tint:94,177,148}.stage[data-layout=pair] .screen-main{transform:translate3d(-2%,var(--rise),70px) rotateY(calc(6deg + var(--turn) + var(--px))) rotateX(4deg)}.stage[data-layout=pair] .screen-rear{inset:1% 20% 18% -7%;transform:translate3d(-7%,0,-160px) rotateY(-19deg);opacity:.5}.stage[data-layout=community] .screen-main,.stage[data-layout=people] .screen-main{transform:translate3d(0,var(--rise),70px) rotateY(calc(-3deg + var(--turn) + var(--px))) rotateZ(-1deg)}.stage[data-layout=mosaic] .screen-rear{inset:2% -2% 16% 17%;transform:translate3d(2%,0,-90px) rotateZ(5deg);opacity:.6}.stage[data-layout=intro] .world,.stage[data-layout=outro] .world{opacity:.9}.stage[data-layout=intro] .screen-main,.stage[data-layout=outro] .screen-main{transform:translate3d(0,var(--rise),20px) rotateY(calc(-14deg + var(--turn) + var(--px))) rotateX(4deg)}
.intro{position:absolute;inset:0;z-index:6;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:44px 6%;background:linear-gradient(90deg,#0f1b25 0%,#111e29f5 35%,#111e2966 66%,#111e2911)}.intro-copy{max-width:590px}.intro-kicker{font-size:12px;color:#c8d5df;letter-spacing:.08em;margin-bottom:24px}.intro h1{font-size:clamp(48px,5.8vw,88px);font-weight:550;letter-spacing:-.065em;line-height:1.03}.intro-lead{font-size:17px;color:#c0d0dc;max-width:370px;margin:24px 0 30px;line-height:1.75}.start-button,.primary-button{border:0;border-radius:7px;background:#efaa8f;color:#1f2022;min-height:54px;padding:14px 24px;font-weight:650;font-size:15px;display:inline-flex;align-items:center;gap:14px}.start-button:hover,.primary-button:hover{background:#ffd0bb}.start-button span{font-size:17px}.intro-meta{display:flex;gap:15px;flex-wrap:wrap;color:#c2d0da;font-size:11px;margin-top:19px}.intro .russia{display:inline-block;width:16px;height:11px;background:linear-gradient(#fff 0 33.33%,#0039a6 33.33% 66.66%,#d52b1e 66.66%);margin-right:6px;vertical-align:-1px;border-radius:1px}.intro-open .scene-copy,.intro-open .scene-number,.intro-open .scene-footer,.intro-open .subtitles{visibility:hidden}.intro-open .screens{left:38%;right:-9%;top:9%;height:86%;opacity:.8}.intro-open .screen-main{transform:rotateY(-20deg) rotateX(7deg)}.intro-open .world{opacity:.6}
.playback-notice{position:absolute;z-index:7;left:50%;top:50%;transform:translate(-50%,-50%);max-width:calc(100% - 40px);padding:12px 20px;border-radius:7px;background:#0b151dee;border:1px solid #788d9a;color:#e9eef2;font-size:14px;text-align:center}.audio-error{position:absolute;z-index:8;left:50%;top:50%;transform:translate(-50%,-50%);width:min(430px,calc(100% - 32px));padding:25px;background:#132430;border:1px solid #768e9c;border-radius:10px;box-shadow:0 20px 60px #0008}.audio-error p{font-size:14px;color:#d1dce5}.audio-error>div{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.audio-error button{font-size:12px;padding:10px 14px;background:#e8eef0;color:#17222a;border:0;border-radius:5px}
.controls{background:#14212b;border-top:1px solid #334451;padding:14px 25px 16px;position:relative;z-index:8;--focus:#ffbc9e}.timeline-wrap{position:relative;display:flex;align-items:center;gap:14px}.time-readout{font-size:11px;color:#c5d1da;white-space:nowrap;font-variant-numeric:tabular-nums;width:98px}.seek{width:100%;height:28px;margin:0;accent-color:#eda98f;cursor:pointer}.control-row{display:flex;align-items:center;gap:12px;margin-top:8px}.control-button{min-height:42px;background:transparent;color:#d7e1e9;border:1px solid #435561;border-radius:6px;padding:8px 13px;font-size:12px;white-space:nowrap}.control-button:hover{background:#243440}.control-button[aria-pressed=false]{color:#a7b7c5;background:#101b24}.play-button{background:#e8edf0;color:#17222a;border-color:#e8edf0;min-width:116px;font-weight:650}.play-button:hover{background:#fff}.control-spacer{flex:1}.settings-button{display:none}.speed{height:42px;border:1px solid #435561;border-radius:6px;background:#14212b;color:#dce6ee;font-size:12px;padding:6px;max-width:64px}.control-row button[aria-pressed=true]{border-color:#bd8f7d}.controls-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.below-player{padding:25px 8px 30px;display:flex;align-items:start;justify-content:space-between;gap:30px}.below-player p{font-size:12px;color:var(--muted);max-width:590px}.below-player a{font-size:13px;font-weight:550;border-bottom:1px solid var(--border);padding-bottom:4px;white-space:nowrap}.chapter-strip{display:flex;gap:10px;overflow:auto;padding:0 8px 18px;scrollbar-width:thin}.chapter-card{flex:0 0 178px;text-align:left;border:1px solid var(--border);border-radius:8px;padding:8px;background:var(--surface);color:var(--ink);position:relative}.chapter-card img{width:100%;height:92px;object-fit:cover;object-position:top;border-radius:4px;background:#14212b}.chapter-card span{display:block;font-size:12px;font-weight:550;margin:10px 2px 2px}.chapter-card small{font-size:10px;color:var(--muted);margin-left:2px}.chapter-card[aria-current=true]{outline:2px solid var(--accent);outline-offset:-1px}.transcript{margin:20px 8px 50px;border-top:1px solid var(--border);padding-top:18px}.transcript>summary{font-size:16px;font-weight:600;cursor:pointer;min-height:44px}.transcript-body{max-width:850px;margin:25px auto}.transcript-body section{padding:23px 0;border-bottom:1px solid var(--border)}.transcript-body h3{font-size:24px;font-weight:550;letter-spacing:-.025em;margin-bottom:15px}.transcript-body p{color:var(--muted);font-size:15px;margin:10px 0}.transcript-body button{background:none;color:var(--accent);border:0;padding:8px 0;font-size:12px;font-weight:600}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
dialog{background:var(--page);color:var(--ink);border:1px solid var(--border);border-radius:13px;padding:25px;width:min(820px,calc(100% - 28px));max-height:85dvh}dialog::backdrop{background:#06121dce;backdrop-filter:blur(4px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.dialog-heading h2{font-size:26px;font-weight:550;letter-spacing:-.035em}.dialog-close{background:var(--surface);color:var(--ink);border:1px solid var(--border);border-radius:5px;padding:9px 13px;min-height:44px}.chapter-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.chapter-choice{display:grid;grid-template-columns:30px 1fr 44px;align-items:center;gap:10px;min-height:60px;padding:12px;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:7px}.chapter-choice>span:first-child{color:var(--accent);font-size:12px}.chapter-choice>span:nth-child(2){font-size:13px;font-weight:550}.chapter-choice small{font-size:11px;color:var(--muted)}.chapter-choice:hover{border-color:var(--accent)}#image-dialog{width:min(1450px,calc(100% - 28px));max-height:94dvh}#zoom-image{width:100%;height:auto;max-height:72dvh;object-fit:contain;background:#111a23}.zoom-footer{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-top:15px;font-size:12px}.zoom-footer p{color:var(--muted)}.zoom-footer a{color:var(--accent)}
.end-card{position:absolute;inset:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#0e1b27f2;padding:28px}.end-card>p{font-size:13px;color:#c6d2dc}.end-card h2{font-size:clamp(36px,5vw,70px);font-weight:550;line-height:1.12;letter-spacing:-.055em;margin:17px 0 25px}.end-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.end-card .control-button{min-height:54px;padding-inline:20px}.player:fullscreen{width:100%;height:100%;border-radius:0;border:0;display:flex;flex-direction:column}.player:fullscreen .stage{flex:1;height:auto}.player:fullscreen .controls{flex:none}
@media(max-width:1100px){.scene-copy{left:30px;width:34%}.scene-copy h2{font-size:39px}.scene-copy>p{font-size:13px;max-width:235px}.scene-number{left:30px}.controls{padding-inline:17px}.control-row{gap:8px}.control-button{padding-inline:10px;font-size:11px}.control-row .control-spacer{min-width:0}.scene-footer{left:30px;right:30px}.screens{left:36%;right:0}.intro{padding-inline:5%}.intro h1{font-size:64px}.intro-lead{font-size:15px}.screen figcaption small{display:none}}
@media(max-width:800px){.site-head{height:65px;width:calc(100% - 32px)}.site-head>p{display:none}.head-links{gap:14px}.head-links>a:first-child{display:none}main{width:calc(100% - 24px)}.player{border-radius:10px}.stage{height:clamp(520px,calc(100svh - 230px),690px);min-height:520px}.scene-number{left:25px;top:21px;font-size:10px}.scene-copy{left:25px;top:12%;width:75%}.scene-copy h2{font-size:40px;white-space:normal;max-width:520px}.scene-copy>p{font-size:12px;margin-top:10px;max-width:100%}.scene-ticks{display:none}.screens{left:8%;right:2%;top:34%;height:43%}.screen-main{transform:translate3d(0,var(--rise),20px) rotateY(calc(-5deg + var(--turn))) rotateX(3deg)}.screen-rear{opacity:.3}.subtitles{left:5%;right:5%;bottom:55px}.subtitles p{font-size:13px;padding:10px 14px;line-height:1.6}.scene-footer{left:25px;right:25px;bottom:18px}.scene-footer>p{font-size:9px;max-width:170px}.doc-link{font-size:11px}.intro{grid-template-columns:1fr;align-items:start;padding:38px 35px;background:linear-gradient(180deg,#101d27fc 0%,#101d27ed 45%,#101d2777)}.intro-copy{max-width:510px}.intro h1{font-size:58px}.intro-kicker{margin-bottom:18px}.intro-lead{margin:18px 0 23px;max-width:380px}.intro-open .screens{left:15%;right:-18%;top:45%;height:57%;opacity:.62}.intro-open .screen-main{transform:rotateY(-15deg) rotateX(9deg)}.intro-meta{font-size:10px}.controls{padding:11px 15px 13px}.control-row{flex-wrap:wrap;gap:7px}.play-button{min-width:112px}.control-spacer{display:none}.control-button{min-height:39px}.control-row .fullscreen{margin-left:auto}.control-row .speed{height:39px}.below-player{padding:18px 4px 23px;gap:20px}.below-player p{font-size:11px}.below-player a{font-size:12px}.chapter-card{flex-basis:150px}.chapter-card img{height:79px}.chapter-list{grid-template-columns:1fr}.dialog-heading h2{font-size:23px}.world{opacity:.4}.stage-grid{opacity:.5}}
@media(max-width:480px){.brand{font-size:20px;gap:7px}.brand img{width:30px;height:30px}.head-links{gap:8px}.login-link{max-width:110px;font-size:12px}.stage{height:clamp(480px,calc(100svh - 245px),625px);min-height:480px}.scene-copy{left:20px;top:12%;width:calc(100% - 40px)}.scene-copy h2{font-size:33px;line-height:1.12;max-width:340px}.scene-copy>p{font-size:11px;max-width:320px;margin-top:10px}.scene-number{left:20px;font-size:9px;top:18px}.scene-number strong{margin-right:7px}.screens{left:5%;right:1%;top:35%;height:39%}.screen{padding:4px;border-radius:7px;inset:4% 4% 7%}.screen>img{height:calc(100% - 23px);border-radius:3px}.screen figcaption{height:23px;font-size:8px;padding:3px 3px 0}.screen-rear{inset:7% -1% 13% 12%;opacity:.35}.subtitles{left:4%;right:4%;bottom:56px}.subtitles p{font-size:12px;line-height:1.6;padding:9px 11px;max-width:100%}.scene-footer{left:19px;right:19px;bottom:17px}.scene-footer>p{max-width:140px;font-size:8px}.doc-link{font-size:10px}.intro{padding:29px 24px}.intro h1{font-size:48px}.intro-kicker{font-size:10px;margin-bottom:16px}.intro-lead{font-size:14px;line-height:1.7;max-width:290px;margin:18px 0 22px}.start-button{min-height:50px;font-size:14px;padding:12px 20px}.intro-meta{font-size:9px;gap:10px;max-width:240px}.intro-open .screens{top:53%;height:44%;left:8%;right:-15%;opacity:.48}.controls{padding-inline:12px}.timeline-wrap{gap:9px}.time-readout{font-size:10px;width:87px}.control-row{gap:6px}.control-button{padding:7px 9px;font-size:10px;min-height:37px}.play-button{min-width:99px}.control-row .speed{font-size:11px;height:37px;padding:5px;width:48px}.control-row .fullscreen{margin-left:0}.below-player{display:block}.below-player>a{display:inline-block;margin-top:12px}.chapter-strip{gap:8px;padding-inline:4px}.chapter-card{flex-basis:139px}.chapter-card span{font-size:11px}.chapter-card img{height:72px}.transcript{margin-inline:4px}.transcript-body h3{font-size:22px}.transcript-body p{font-size:14px}.dialog-heading{gap:10px}dialog{padding:18px}.end-card h2{font-size:39px}.end-card>p{font-size:12px}.end-actions .primary-button{font-size:13px}}
@media(max-width:350px){.stage{min-height:500px}.intro h1{font-size:43px}.intro{padding-inline:20px}.scene-copy h2{font-size:30px}.subtitles p{font-size:11px}.scene-footer>p{max-width:105px}.controls{padding-inline:9px}.control-button{font-size:10px;padding-inline:8px}.play-button{min-width:93px}.head-links{gap:3px}.login-link{max-width:85px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.screen-main{will-change:auto}.stage-grid{display:none}}

.zoom-open{position:absolute;inset:0;border:0;background:transparent;border-radius:inherit;cursor:zoom-in}.zoom-open:focus-visible{outline:3px solid #ffbc9e;outline-offset:4px}

/* Keep every screen caption above the narration subtitles. */
@media(min-width:801px){.screens{height:65%}}
@media(max-width:480px){.screens{height:35%}.intro-open .screens{height:44%}}
.player[data-playing=false] .is-swapping img,.player[data-playing=false] .is-swapping h2{animation:none}
.player:fullscreen .stage{min-height:0}
@media(max-width:480px) and (max-height:760px){.stage{height:calc(100svh - 226px);min-height:420px}.scene-copy h2{font-size:27px}.scene-copy{top:11%}.scene-copy>p{margin-top:8px;font-size:10px}.screens{top:33%;height:30%}.subtitles p{font-size:11px;line-height:1.5}.intro{padding-top:22px}.intro h1{font-size:43px}.intro-kicker{font-size:9px;margin-bottom:13px}.intro-lead{font-size:12px;margin:15px 0 17px;max-width:265px}.intro-meta{margin-top:13px}.intro-open .screens{top:57%;height:37%}}
@media(min-width:601px) and (max-height:650px){.stage{height:calc(100svh - 190px);min-height:300px}.scene-copy{top:22%}.scene-copy h2{font-size:30px}.scene-copy>p{font-size:11px;margin-top:12px}.scene-ticks{margin-top:14px}.screens{top:7%;height:59%;left:39%;right:2%}.subtitles{bottom:44px}.subtitles p{font-size:12px;padding:8px 14px}.scene-footer{bottom:12px}.scene-footer>p{font-size:8px}.scene-number{top:13px;font-size:9px}.intro{padding-top:25px;padding-bottom:25px}.intro h1{font-size:44px}.intro-lead{font-size:12px;margin:12px 0 18px;max-width:320px}.intro-kicker{font-size:9px;margin-bottom:12px}.intro-meta{margin-top:12px;font-size:9px}.start-button{min-height:44px;font-size:12px;padding:10px 18px}.intro-open .screens{top:5%;height:85%}.controls{padding-top:8px;padding-bottom:10px}.control-row{margin-top:3px}}

/* Embedded film keeps its own styles and controls, without a second site header. */
:root[data-embedded=true] body{background:#111d27}
:root[data-embedded=true] .site-head,:root[data-embedded=true] .skip,:root[data-embedded=true] .below-player,:root[data-embedded=true] .chapter-strip,:root[data-embedded=true] .transcript{display:none}
:root[data-embedded=true] main{width:100%;margin:0}
:root[data-embedded=true] .player{border:0;border-radius:0;box-shadow:none;min-height:100dvh;display:flex;flex-direction:column}
:root[data-embedded=true] .stage{flex:1;height:auto;min-height:360px}
:root[data-embedded=true] .controls{flex:none}
@media(max-width:800px){:root[data-embedded=true] .stage{min-height:440px}}
@media(max-width:480px){:root[data-embedded=true] .stage{min-height:420px}}
@media(min-width:601px) and (max-height:500px){:root[data-embedded=true] .stage{min-height:290px}}
@media(min-width:601px) and (max-height:400px){
 :root[data-embedded=true] .stage{min-height:220px}
 :root[data-embedded=true] .scene-copy{top:21%;width:34%}
 :root[data-embedded=true] .scene-copy h2{font-size:24px;line-height:1.08}
 :root[data-embedded=true] .scene-copy>p,:root[data-embedded=true] .scene-ticks{display:none}
 :root[data-embedded=true] .screens{top:4%;height:58%;left:40%}
 :root[data-embedded=true] .subtitles p{font-size:11px;line-height:1.45;padding:6px 12px}
}
