:root{color-scheme:dark;--ink:#f8f1df;--muted:#c9bdbc;--gold:#ffd21f;--wine:#250914;--panel:#171021;--line:#ffffff1b;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:radial-gradient(circle at 12% 4%,#5c1b29 0,#260c18 25%,#100813 58%,#060409 100%);color:var(--ink);font:17px/1.6 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.17;background-image:linear-gradient(90deg,transparent 49%,#fff1 50%,transparent 51%),radial-gradient(#ffd21f55 1px,transparent 0);background-size:180px 100%,32px 32px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 72%);mask-image:linear-gradient(180deg,#000,transparent 72%)}img{display:block;max-width:100%}a{color:var(--gold)}footer,header,main{width:min(1240px,calc(100% - 40px));margin-inline:auto}header{min-height:84px;justify-content:space-between;gap:24px;position:relative;z-index:5}.brand,header{display:flex;align-items:center}.brand{gap:11px;font-weight:950;letter-spacing:.08em;text-decoration:none;color:var(--ink)}.brand img{border-radius:12px}.brand span{color:#b9a9aa;font-weight:700}nav{display:flex;flex-wrap:wrap;gap:8px 22px}nav a{color:var(--ink);font-size:.88rem;font-weight:800;text-decoration:none}.text-link:hover,nav a:hover{color:white}main{padding-bottom:80px}.hero{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(520px,1.35fr);gap:54px;align-items:center;min-height:min(760px,calc(100vh - 84px));padding:62px 0 94px}.eyebrow{margin:0 0 18px;color:var(--gold);font-size:.76rem;font-weight:950;letter-spacing:.2em}.hero h1{font-size:clamp(4rem,7.5vw,7.2rem);line-height:.84;margin:0 0 30px;color:white;letter-spacing:-.065em}.hero h1 em{color:var(--gold);font-style:normal}.lede,.section-lede{font-size:clamp(1.08rem,1.6vw,1.28rem);color:#e0d5d1;max-width:680px}.actions{display:flex;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;background:var(--gold);color:#16070d;border-radius:999px;padding:13px 24px;font-weight:950;text-decoration:none;margin:6px 10px 6px 0;box-shadow:0 10px 30px #ffcb2630;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 14px 36px #ffcb2650}.button.secondary{background:#ffffff0d;color:white;border:1px solid #ffffff36;box-shadow:none}.platform-note{color:#a99599;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-stage{position:relative;padding:14px;border:1px solid #ffffff24;border-radius:36px;background:linear-gradient(145deg,#ffffff18,#0005);box-shadow:0 34px 90px #0009,0 0 70px #a83e3430;transform:rotate(1.25deg)}.hero-stage:after{content:"";position:absolute;inset:8px;border:1px solid #ffd21f45;border-radius:29px;pointer-events:none}.hero-screen{width:100%;border-radius:25px}.hero-flea{position:absolute;width:18%;right:-4%;top:-14%;filter:drop-shadow(0 15px 16px #000b);transform:rotate(12deg);animation:float 4s ease-in-out infinite}@keyframes float{50%{transform:translateY(-12px) rotate(7deg)}}.marquee{width:100vw;margin-left:calc(50% - 50vw);display:flex;justify-content:center;gap:28px;align-items:center;overflow:hidden;white-space:nowrap;padding:18px 20px;background:var(--gold);color:#220a12;font-size:.82rem;font-weight:950;letter-spacing:.15em;transform:rotate(-1deg)}.marquee i{font-style:normal}.section{padding:118px 0 12px}.intro{text-align:center}.section h2{font-size:clamp(2.5rem,5.5vw,5rem);line-height:.94;letter-spacing:-.045em;margin:0 0 24px;color:#fff}.intro .section-lede{margin:0 auto 42px}.feature-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:20px;text-align:left}.shot{position:relative;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#0d0710;box-shadow:0 24px 56px #0007}.shot-wide{grid-row:span 2}.shot img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.gallery figure:hover img,.shot:hover img{transform:scale(1.025)}.shot figcaption{position:absolute;left:0;right:0;bottom:0;padding:46px 24px 22px;background:linear-gradient(transparent,#09030ce8);display:flex;flex-direction:column}.shot figcaption strong{font-size:1.2rem}.shot figcaption span{color:#cdbfc1}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:end;margin-bottom:42px}.section-heading p:last-child{color:var(--muted);font-size:1.1rem}.prop-parade{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.prop-parade figure{margin:0;min-width:0;padding:14px 10px 12px;text-align:center;border:1px solid var(--line);border-radius:22px;background:radial-gradient(circle at 50% 35%,#5b2031,#160a15 68%);transition:transform .25s,border-color .25s}.prop-parade figure:hover{transform:translateY(-7px);border-color:#ffd21f88}.prop-parade img{aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 15px 14px #0009)}.prop-parade figcaption{font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#dfcfcb}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.gallery figure{position:relative;margin:0;overflow:hidden;border-radius:var(--radius);border:1px solid var(--line);background:#110811}.gallery .gallery-large{grid-column:1/-1}.gallery img{width:100%;transition:transform .45s}.gallery figcaption{position:absolute;left:16px;bottom:16px;padding:8px 14px;border-radius:99px;background:#10070ed9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.promise{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.promise-art{padding:10px;border-radius:30px;background:linear-gradient(145deg,#ffd21f,#762238);box-shadow:0 28px 60px #0007;transform:rotate(-1.2deg)}.promise-art img{border-radius:22px}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-grid article{display:flex;flex-direction:column;padding:18px;border-radius:18px;background:#ffffff0a;border:1px solid var(--line)}.mini-grid b{color:var(--gold)}.mini-grid span{font-size:.9rem;color:#c7babc}.crossover{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center}.crossover img{border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 26px 60px #0008}.text-link{font-weight:900;text-decoration:none}.finale{position:relative;min-height:460px;display:grid;place-items:center;overflow:hidden;margin-top:110px;padding:60px;border:1px solid #ffffff26;border-radius:36px;text-align:center}.finale:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#130813ee,#130813a8,#130813ee)}.finale img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.9)}.finale>div{position:relative;z-index:1}.finale h2{font-size:clamp(3rem,7vw,6.4rem)}footer{border-top:1px solid var(--line);padding:28px 0 46px;color:#aa9daa;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}footer a{color:#d6c6c3;text-decoration:none}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:0;padding-top:46px}.hero-copy{max-width:720px}.hero-stage{transform:none}.crossover,.promise,.section-heading{grid-template-columns:1fr}.prop-parade{grid-template-columns:repeat(3,1fr)}.promise-copy{order:-1}}@media(max-width:640px){header{padding:18px 0;align-items:flex-start}.brand span{display:none}nav{justify-content:flex-end;gap:6px 12px;font-size:.82rem}.hero{gap:36px;padding:44px 0 70px}.hero h1{font-size:clamp(3.5rem,18vw,5rem)}.hero-flea{display:none}.section{padding-top:86px}.feature-grid,.gallery{grid-template-columns:1fr}.gallery .gallery-large,.shot-wide{grid-column:auto;grid-row:auto}.prop-parade{grid-template-columns:repeat(2,1fr)}.mini-grid{grid-template-columns:1fr}.finale{padding:36px 18px;min-height:420px;margin-top:82px}.marquee{justify-content:flex-start}footer{font-size:.88rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-flea{animation:none}.button,.gallery img,.prop-parade figure,.shot img{transition:none}}picture{display:block}.crossover picture,.crossover picture img,.finale picture,.finale picture img,.gallery picture,.gallery picture img,.hero-screen img,.promise-art img,.promise-art picture,.shot picture,.shot picture img{width:100%;height:100%}.hero h1 span{display:block}.hero h1 .accent{color:var(--gold)}.crossover h2{white-space:pre-line}.site-header nav{align-items:center}.brand,.faq a,.site-header nav>a,.text-link,footer a{display:inline-flex;align-items:center;min-width:44px;min-height:44px}.language-menu{position:relative}.language-menu summary{cursor:pointer;list-style:none;min-height:44px;display:flex;align-items:center;padding:7px 11px;border:1px solid #ffffff2c;border-radius:999px;color:var(--gold);font-size:.72rem;font-weight:950}.language-menu summary::-webkit-details-marker{display:none}.language-list{position:absolute;z-index:20;inset-inline-end:0;top:calc(100% + 10px);width:min(430px,calc(100vw - 40px));max-height:60vh;overflow:auto;padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;border:1px solid #ffffff2c;border-radius:18px;background:#170b16f7;box-shadow:0 24px 70px #000c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.language-list a{display:flex;align-items:center;min-width:44px;min-height:44px;padding:8px 10px;border-radius:9px;font-size:.78rem}.language-list a:hover,.language-list a[aria-current=page]{background:#ffd21f;color:#1b0810}.language-menu:not([open]) .language-list{display:none}.mini-grid article{justify-content:center}.legal-page{min-height:calc(100vh - 170px);max-width:900px;padding:90px 0}.legal-page h1{margin:.1em 0 .35em;font-size:clamp(3rem,8vw,6.5rem);line-height:.9;letter-spacing:-.055em}.legal-lead{font-size:clamp(1.1rem,2vw,1.35rem);color:#ded3d0;white-space:pre-line}.legal-cards{display:grid;gap:12px;margin-top:36px}.legal-cards a,.legal-cards p{margin:0;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:#ffffff09;color:var(--ink);text-decoration:none}.legal-note{margin-top:38px;color:#9f9093;font-size:.84rem}.app-store-cta{display:inline-flex;align-items:center;margin:6px 12px 6px 0;border-radius:12px;transition:transform .2s,filter .2s}.app-store-cta:hover{transform:translateY(-2px);filter:drop-shadow(0 10px 20px #0008)}.app-store-cta img{width:168px;height:auto}.app-store-cta.compact{margin:0}.app-store-cta.compact img{width:126px}.sticky-store-cta{position:fixed;z-index:30;inset-inline:18px;bottom:max(12px,env(safe-area-inset-bottom));display:none;align-items:center;justify-content:space-between;gap:12px;padding:8px 9px 8px 16px;border:1px solid #ffffff30;border-radius:18px;background:#160a15ed;box-shadow:0 16px 44px #000b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sticky-store-cta span{color:white;font-size:.68rem;font-weight:950;letter-spacing:.1em}.trajectory-toy{margin:100px 0 0;display:grid;grid-template-columns:.68fr 1.32fr;gap:48px;align-items:center}.trajectory-toy h2{font-size:clamp(2.6rem,5vw,4.8rem)}.toy-stage{position:relative;isolation:isolate;min-height:390px;overflow:hidden;touch-action:none;cursor:crosshair;border:1px solid #ffffff2a;border-radius:34px;background:radial-gradient(circle at 70% 35%,#99452f88,transparent 22%),linear-gradient(#33142e,#100710 72%);box-shadow:inset 0 0 80px #0007,0 28px 70px #0008}.toy-stage:before{content:"";position:absolute;inset:0;opacity:.3;background:radial-gradient(#ffd21f 1px,transparent 0);background-size:32px 32px}.toy-floor{position:absolute;inset:auto 0 0;height:24%;background:linear-gradient(#7e3b24,#28120d);border-top:5px solid #d89343}.toy-cannon{position:absolute;z-index:2;left:4%;bottom:18%;width:16%;height:12%;display:grid;place-items:center;transform-origin:15% 50%;border:5px solid #e7a72a;border-radius:50% 18% 18% 50%;background:linear-gradient(#5e6770,#161b20);color:var(--gold);font-size:2rem;box-shadow:0 10px 20px #0008}.trajectory-dot{position:absolute;z-index:1;width:8px;aspect-ratio:1;border-radius:50%;background:var(--gold);box-shadow:0 0 12px #ffd21f;pointer-events:none}.toy-flea{position:absolute;z-index:4;left:13%;bottom:27%;color:#fff2a4;font-size:1.6rem;filter:drop-shadow(0 5px 5px #000)}.toy-stage.fired .toy-flea{animation:toy-flight 1.15s cubic-bezier(.25,.7,.4,1) both}@keyframes toy-flight{0%{translate:0 0;rotate:0}55%{translate:360px -210px;rotate:430deg}to{translate:590px -12px;rotate:780deg}}.toy-hat{position:absolute;right:5%;bottom:19%;color:var(--gold);font:900 7rem/1 serif;transform:rotate(180deg);text-shadow:0 12px 20px #000}.toy-stage button{position:absolute;z-index:5;right:18px;top:18px;min-width:110px;min-height:48px;border:0;border-radius:99px;background:var(--gold);color:#210911;font-weight:950;cursor:pointer}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq details{padding:20px 22px;border:1px solid var(--line);border-radius:20px;background:#ffffff09}.faq summary{cursor:pointer;min-height:44px;display:flex;align-items:center;color:white;font-weight:900}.faq p{color:var(--muted)}.open-actions{margin-top:14px}.press-hero{display:grid;gap:18px;justify-items:start;margin:38px 0}.press-hero video{width:100%;border-radius:24px;border:1px solid var(--line);background:#050305;box-shadow:0 24px 60px #0008}[dir=rtl] .hero-stage{transform:rotate(-1.25deg)}[dir=rtl] .hero-flea{right:auto;left:-4%}.hero-flea{height:auto;transform:none;animation-name:hero-flea-float}@keyframes hero-flea-float{50%{transform:translateY(-12px)}}[dir=rtl] .marquee{margin-left:0;margin-right:calc(50% - 50vw)}[dir=rtl] .gallery figcaption,[dir=rtl] .shot figcaption{text-align:right}@media(max-width:640px){.site-header{display:grid;grid-template-columns:1fr auto}.site-header nav{grid-column:1/-1;width:100%;justify-content:space-between}.language-list{position:fixed;top:112px;inset-inline:20px;width:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.legal-page{padding:64px 0}.hero h1 span{overflow-wrap:anywhere}body{padding-bottom:88px}.sticky-store-cta{display:flex}.trajectory-toy{grid-template-columns:1fr;margin-top:72px;gap:20px}.toy-stage{min-height:310px}.toy-hat{font-size:5rem}@keyframes toy-flight{0%{translate:0 0;rotate:0}55%{translate:46vw -155px;rotate:430deg}to{translate:70vw -8px;rotate:780deg}}.faq-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.toy-stage.fired .toy-flea{animation:none}.app-store-cta{transition:none}}:where(a,button,summary):focus-visible{outline:3px solid var(--gold);outline-offset:4px}.site-header{position:sticky;top:8px;min-height:70px;margin-top:8px;padding-inline:14px;border:1px solid #ffffff20;border-radius:18px;background:#160a15dc;box-shadow:0 14px 40px #0007;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2)}.site-header .brand img{box-shadow:0 6px 18px #0008,0 0 0 1px #ffffff24}.nav-store{min-height:44px!important;padding:4px 14px;border-radius:999px;background:var(--gold);color:#1b0810;box-shadow:0 8px 24px #ffcf2633}.nav-store:hover{color:#1b0810;transform:translateY(-1px)}.hero{grid-template-rows:auto auto;min-height:min(800px,calc(100vh - 78px));padding-top:52px}.hero-stage{overflow:visible;transform:none;transition:border-color .25s,box-shadow .25s}.hero-stage:hover{border-color:#ffd21f66;box-shadow:0 40px 100px #000a,0 0 85px #a83e3440}.hero-media{position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:25px;background:#08050d}.hero-video{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#0004,transparent 28%,transparent 70%,#08030a99)}.hero-media-label{position:absolute;z-index:2;left:16px;bottom:14px;display:flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid #ffffff2e;border-radius:999px;background:#10070dcc;color:white;font-size:.68rem;font-weight:950;letter-spacing:.1em}.hero-media-label span{width:7px;height:7px;border-radius:50%;background:#5dff84;box-shadow:0 0 12px #5dff84}.hero-playback{position:absolute;z-index:3;right:14px;bottom:12px;width:48px;height:48px;border:1px solid #ffffff38;border-radius:50%;background:#10070ddd;color:white;font:900 1rem/1 system-ui;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-playback:hover{background:var(--gold);color:#1b0810}.hero-flea{width:21%;right:-5%;top:-17%}.hero-proof{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:-24px}.hero-proof span{min-width:0;padding:13px 16px;border:1px solid #ffffff18;border-radius:14px;background:#ffffff08;color:#d9cdca;font-size:.78rem;font-weight:780;text-align:center}.hero-proof span:first-letter{color:var(--gold)}.marquee{transform:none}.section-jumps{display:flex;justify-content:center;gap:8px;margin:26px auto 0}.section-jumps a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 16px;border:1px solid #ffffff20;border-radius:999px;background:#ffffff08;color:#dfd3d0;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-decoration:none}.section-jumps a:hover{border-color:#ffd21f77;color:white;background:#ffd21f10}#acts,#faq,#gameplay,#stunts{scroll-margin-top:100px}.faq details,.gallery figure,.prop-parade figure,.shot{transition:transform .25s,border-color .25s,background .25s}.gallery figure:hover,.shot:hover{transform:translateY(-3px);border-color:#ffd21f55}.faq details[open]{border-color:#ffd21f55;background:#ffd21f0b}@media(max-width:900px){.hero{grid-template-rows:auto}.hero-proof{margin-top:0}}@media(max-width:640px){.site-header{position:relative;top:0;padding:12px;border-radius:16px}.site-header nav>a:first-child{display:none}.hero-proof{grid-template-columns:1fr;gap:7px}.hero-proof span{text-align:start}.hero-stage{padding:8px;border-radius:25px}.hero-media{border-radius:18px}.hero-media-label{left:10px;bottom:10px}.hero-playback{right:10px;bottom:8px}.section-jumps{justify-content:flex-start;overflow-x:auto;padding:0 2px 8px;scrollbar-width:none}.section-jumps::-webkit-scrollbar{display:none}.section-jumps a{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){.faq details,.gallery figure,.hero-stage,.shot{transition:none}}[data-marketing-variant=b] .hero-copy .app-store-cta img{width:190px;filter:drop-shadow(0 12px 22px #ffd21f40)}.review-highlights{text-align:center}.review-highlights h2{color:var(--gold);letter-spacing:.14em}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;text-align:start}.review-grid blockquote{margin:0;padding:24px;border:1px solid var(--line);border-radius:22px;background:#ffffff09}.review-grid blockquote p{margin:0;color:#f1e6e2;font-size:1.05rem}.review-grid blockquote footer{width:auto;margin-top:18px;padding:0;border:0;color:var(--gold);font-size:.78rem;font-weight:900}@media(max-width:700px){.review-grid{grid-template-columns:1fr}}.hero-media{aspect-ratio:auto;display:flex;flex-direction:column}.hero-video{display:block;aspect-ratio:16/9;height:auto;flex:none;margin-bottom:6px}.hero-media:after{content:none}.hero-media-controls{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 10px 7px 16px;border-top:1px solid #ffffff20;background:#10070d}.hero-media-label,.hero-playback{position:static}.hero-media-label{padding:0;border:0;background:transparent}.gallery figure,.shot{display:flex;flex-direction:column}.shot-wide{grid-row:auto}.gallery picture,.shot picture{height:auto;aspect-ratio:1400/644;flex:none;overflow:hidden}.gallery figcaption,.shot figcaption{position:static;inset:auto;margin:0;background:#10070e;border-top:1px solid #ffffff1d}.shot figcaption{min-height:96px;padding:17px 20px 18px;justify-content:center}.gallery figcaption{min-height:54px;display:flex;align-items:center;padding:12px 16px;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none}.finale{min-height:0;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:42px;padding:22px;text-align:start}.finale:after{content:none}.finale img,.finale picture{position:static;inset:auto;width:100%;height:auto}.finale-media{border-radius:24px}.finale-media,.finale-tableau{overflow:hidden;border:1px solid #ffffff20}.finale-tableau{position:relative;isolation:isolate;width:100%;justify-self:stretch;min-height:350px;border-radius:24px;background:radial-gradient(circle at 52% 42%,#d6634552 0 13%,transparent 38%),linear-gradient(160deg,#3a1326,#100711 70%);box-shadow:inset 0 0 70px #0008,0 22px 60px #0007}.finale-tableau:after{content:"";position:absolute;z-index:-1;inset:auto 0 0;height:24%;border-top:2px solid #dfa43d80;background:linear-gradient(#7a3528,#28100e)}.finale-spotlight{position:absolute;inset:-15% 12% 8%;background:conic-gradient(from 164deg at 50% 0,transparent 0 41%,#ffe39b20 45% 55%,transparent 59% 100%);filter:blur(5px)}.finale-tableau img{position:absolute;height:auto;object-fit:contain;filter:drop-shadow(0 16px 14px #000b)}.finale-cannon{width:35%;left:1%;bottom:10%}.finale-hoop{width:25%;left:43%;top:13%}.finale-flea{z-index:3;width:17%;left:52%;top:36%}.finale-hat{width:28%;right:0;bottom:5%}.finale-flight-path{position:absolute;inset:0}.finale-flight-path i{position:absolute;width:7px;aspect-ratio:1;border-radius:50%;background:var(--gold);box-shadow:0 0 10px #ffd21f}.finale-flight-path i:first-child{left:30%;top:61%}.finale-flight-path i:nth-child(2){left:35%;top:48%}.finale-flight-path i:nth-child(3){left:40%;top:38%}.finale-flight-path i:nth-child(4){left:46%;top:31%}.finale-flight-path i:nth-child(5){left:53%;top:28%}.finale-flight-path i:nth-child(6){left:60%;top:30%}.finale-copy{position:static;z-index:auto;align-self:center;padding:24px 18px 24px 0}.finale h2{font-size:clamp(2.6rem,5vw,5rem)}@media(max-width:900px){.finale{grid-template-columns:1fr}.finale-tableau{min-height:320px}.finale-copy{padding:14px 12px 20px;text-align:center}}@media(max-width:640px){.hero-media-label,.hero-playback{position:static}.shot figcaption{min-height:82px}.gallery figcaption{min-height:50px}.finale{padding:12px}}.skip-link{position:fixed;z-index:100;top:10px;left:10px;width:1px;height:1px;min-width:44px;min-height:44px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;padding:10px 15px;border-radius:10px;background:var(--gold);color:#190810;font-weight:900;text-decoration:none;transform:translateY(-160%)}.skip-link:focus{width:auto;height:auto;overflow:visible;clip-path:none;transform:translateY(0)}.site-header{z-index:50}.site-header nav{flex-wrap:nowrap}.site-header nav>a{justify-content:center;padding-inline:3px;border-radius:9px}.site-header nav>a:not(.nav-store):hover{background:#ffffff0b}.hero{padding-bottom:68px}.hero-copy{position:relative;z-index:2}.hero-copy .lede{max-width:610px}.hero-actions{align-items:center;gap:10px}.hero-actions .app-store-cta{min-width:212px;min-height:70px;margin-inline-end:4px;padding:5px;border:1px solid #ffd21f55;background:#ffd21f0b;box-shadow:0 14px 40px #0008,0 0 32px #ffd21f20}.hero-actions .app-store-cta img{width:200px}.hero-actions .button{min-height:58px;margin-inline:0}.hero-flea{pointer-events:none}.hero-flea img{width:100%;height:auto}.trajectory-toy{margin-top:70px}.toy-copy>p:not(.eyebrow){color:var(--muted);max-width:480px}.toy-sliders{display:grid;gap:12px;margin-top:25px}.toy-sliders label{display:grid;grid-template-columns:minmax(110px,.45fr) 1fr;align-items:center;gap:14px;color:white;font-size:.75rem;font-weight:900;letter-spacing:.08em}.toy-sliders input{width:100%;accent-color:var(--gold);min-height:44px;cursor:ew-resize}.toy-sliders input:disabled{opacity:.45;cursor:default}.toy-stage{background:radial-gradient(circle at 70% 35%,#b753337a,transparent 22%),linear-gradient(#33142e,#100710 72%)}.toy-stage:after{content:"";position:absolute;inset:10px;pointer-events:none;border:1px solid #ffd21f1f;border-radius:25px}.section{padding-top:88px}.section-heading{margin-bottom:30px}.section-heading>*{min-width:0}.section-heading h2{overflow-wrap:anywhere}.section-heading>p{max-width:520px}.feature-grid,.gallery{gap:16px}.shot:before{content:attr(data-step);position:absolute;z-index:3;top:12px;left:12px;display:grid;place-items:center;width:38px;height:38px;border:1px solid #ffd21f8c;border-radius:50%;background:#160912e6;color:var(--gold);font-size:.72rem;font-weight:950;box-shadow:0 8px 22px #0008}[dir=rtl] .shot:before{left:auto;right:12px}.prop-parade figure{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 32%,#6f2940,#190a17 68%);box-shadow:inset 0 1px #ffffff12,0 18px 38px #0004}.prop-parade figure:before{content:"";position:absolute;inset:-35% 25% 28%;background:conic-gradient(from 168deg at 50% 0,transparent 0 42%,#ffe8a31b 47% 53%,transparent 58%)}.prop-parade figcaption,.prop-parade picture{position:relative;z-index:1}.prop-parade picture{display:block}.prop-parade img{width:100%;height:auto}.gallery figure{box-shadow:0 20px 45px #0005}.gallery figcaption{color:#f2e6e2}.crossover,.promise{gap:42px}.faq details{box-shadow:inset 0 1px #ffffff0b}.finale{margin-top:88px;background:linear-gradient(145deg,#180a17,#09050c);box-shadow:inset 0 1px #ffffff15,0 30px 80px #0008}.finale-tableau .finale-cannon,.finale-tableau .finale-flea,.finale-tableau .finale-hat,.finale-tableau .finale-hoop{position:absolute;inset:auto;height:auto;object-fit:contain}.finale-tableau .finale-cannon{width:35%;left:1%;bottom:10%}.finale-tableau .finale-hoop{width:25%;left:40%;top:10%}.finale-tableau .finale-flea{z-index:3;width:17%;left:53%;top:34%}.finale-tableau .finale-hat{width:28%;right:0;bottom:5%}.finale-flight-path i{opacity:.35}footer{align-items:center;font-size:.88rem}footer>span:last-child{display:flex;flex-wrap:wrap;gap:2px 10px;align-items:center}footer>span:last-child a{padding-inline:3px}@media (prefers-reduced-motion:no-preference){.finale-tableau .finale-flea{animation:finale-flea-float 2.2s ease-in-out infinite}.finale-tableau .finale-cannon{animation:cannon-breathe 3.4s ease-in-out infinite;transform-origin:20% 80%}.finale-flight-path i{animation:trajectory-pulse 1.8s ease-in-out infinite}.finale-flight-path i:nth-child(2){animation-delay:.12s}.finale-flight-path i:nth-child(3){animation-delay:.24s}.finale-flight-path i:nth-child(4){animation-delay:.36s}.finale-flight-path i:nth-child(5){animation-delay:.48s}.finale-flight-path i:nth-child(6){animation-delay:.6s}.prop-parade img{transition:transform .35s cubic-bezier(.2,.8,.2,1)}.prop-parade figure:hover img{transform:translateY(-6px) rotate(-2deg) scale(1.04)}}@keyframes finale-flea-float{50%{transform:translate(8px,-10px) rotate(7deg)}}@keyframes cannon-breathe{50%{transform:rotate(-1.5deg)}}@keyframes trajectory-pulse{0%,to{opacity:.28;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@media(max-width:900px){.site-header .brand span{display:none}.section{padding-top:72px}.finale{margin-top:72px}}@media(max-width:640px){body{font-size:16px;line-height:1.58}footer,header,main{width:min(100% - 28px,1240px)}.site-header{position:sticky;top:max(6px,env(safe-area-inset-top));display:flex;align-items:center;padding:9px 10px}.site-header .brand{flex:0 1 auto;min-width:0;font-size:.75rem;white-space:nowrap}.site-header .brand img{width:36px;height:36px}.site-header nav{width:auto;margin-inline-start:auto;gap:5px}.site-header nav>a{padding-inline:9px;font-size:.72rem}.site-header .nav-guide,.site-header nav>a:first-child,.site-header nav>a:nth-child(2){display:none}.language-menu summary{padding-inline:10px}.language-list{top:72px}.hero{padding-top:38px;padding-bottom:48px}.hero h1{margin-bottom:22px;font-size:clamp(3.35rem,17vw,4.7rem)}.hero .lede,.section-heading p:last-child,.section-lede{font-size:1rem;line-height:1.58}.hero-actions{display:grid;grid-template-columns:1fr;justify-items:stretch}.hero-actions .app-store-cta{width:100%;margin:0}.hero-actions .app-store-cta img{width:205px;margin:auto}.hero-actions .button{width:100%}.platform-note{font-size:.75rem;line-height:1.45}.trajectory-toy{margin-top:54px}.section h2,.toy-copy h2{font-size:clamp(2.3rem,12vw,3.6rem)}.toy-sliders label{grid-template-columns:92px 1fr}.toy-stage{min-height:290px}.section{padding-top:62px}.section-heading{gap:8px;margin-bottom:24px}.feature-grid,.gallery,.prop-parade{display:flex;gap:12px;width:calc(100% + 14px);padding:0 14px 15px 0;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#ffd21f66 transparent}[dir=rtl] .feature-grid,[dir=rtl] .gallery,[dir=rtl] .prop-parade{padding:0 0 15px 14px}.feature-grid .shot,.gallery figure{flex:0 0 min(86vw,390px);scroll-snap-align:start}.prop-parade figure{flex:0 0 min(46vw,210px);scroll-snap-align:start}.shot figcaption{min-height:112px}.shot figcaption strong{font-size:1.08rem}.gallery figcaption,.prop-parade figcaption,.shot figcaption span{font-size:.82rem}.crossover,.promise{gap:24px}.faq details,.mini-grid article{padding:18px}.finale{margin-top:62px}.finale-tableau{min-height:270px}.finale-copy{padding:18px 10px 22px}.finale-copy .app-store-cta img{width:190px}footer{text-align:center;padding-bottom:112px}footer,footer>span:last-child{justify-content:center}footer a{min-height:44px}}@media(forced-colors:active){.button,.nav-store,.toy-stage button{border:2px solid ButtonText}.finale-flight-path i,.trajectory-dot{forced-color-adjust:none}}