.propizone-v2 *,.propizone-v2 :after,.propizone-v2 :before{box-sizing:border-box}.propizone-v2{font-family:Satoshi,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}.propizone-v2 img{max-width:100%;display:block}.propizone-v2 a{text-decoration:none;color:inherit}.propizone-v2 button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer;text-align:left}.propizone-v2{--paper:#f4f5f7;--alt:#e9ecf1;--card:#fff;--ink:#353535;--body:#586274;--line:rgba(53,53,53,.13);--line-2:rgba(53,53,53,.07);--navy:#1b325f;--royal:#2e65c2;--gold:#c2a567;--royal-soft:rgba(46,101,194,.1);--gold-soft:hsla(41,43%,58%,.18);--night-line:rgba(244,245,247,.14);--ease-brand:cubic-bezier(0.22,1,0.36,1);--dur-fast:233ms;--dur-base:377ms;--dur-slow:610ms;--btn-ink:#1b1917;--btn-paper:#f9f6f3;--sec-pad:55px;--gap-head:21px;--gap-sec:55px}@media (min-width:768px){.propizone-v2{--sec-pad:89px}}@media (min-width:1280px){.propizone-v2{--sec-pad:144px}}.propizone-v2 .custom-container{max-width:1432px;margin:auto;width:100%;padding:0 clamp(16px,1.25vw,20px)}@media (max-width:768px){.propizone-v2 .custom-container{padding:0 24px}}@media (max-width:480px){.propizone-v2 .custom-container{padding:0 16px}}.propizone-v2 .h1{font-size:35px;line-height:40px}.propizone-v2 .h1,.propizone-v2 .h2{letter-spacing:-.02em;font-weight:700;margin:0}.propizone-v2 .h2{font-size:28px;line-height:34px}.propizone-v2 .h3,.propizone-v2 .h4{font-size:22px;line-height:27px;letter-spacing:-.01em;font-weight:700;margin:0}.propizone-v2 .body1{font-size:19px;line-height:31px;font-weight:400;margin:0}.propizone-v2 .body2{font-size:17px;line-height:28px;font-weight:400;margin:0}.propizone-v2 .body3{font-size:15px;line-height:24px;letter-spacing:.01em;font-weight:400;margin:0}.propizone-v2 .caption{font-size:12px;line-height:17px;letter-spacing:.03em;text-transform:uppercase;font-weight:700;margin:0}@media (min-width:768px){.propizone-v2 .h1{font-size:57px;line-height:60px;letter-spacing:-.04em}.propizone-v2 .h2{font-size:35px;line-height:40px}.propizone-v2 .h3{font-size:28px;line-height:34px;letter-spacing:-.02em}.propizone-v2 .body1{font-size:21px;line-height:34px;letter-spacing:-.01em}.propizone-v2 .body2{font-size:19px;line-height:31px}}@media (min-width:1280px){.propizone-v2 .h1{font-size:72px;line-height:76px;letter-spacing:-.05em}.propizone-v2 .h2{font-size:45px;line-height:52px;letter-spacing:-.03em}.propizone-v2 .h3{font-size:35px;line-height:40px}.propizone-v2 .h4{font-size:28px;line-height:34px;letter-spacing:-.02em}.propizone-v2 .body1{font-size:24px;line-height:39px}}.propizone-v2 .night em.acc{color:#a8c6f7}.propizone-v2 .hero em.acc{color:inherit}.propizone-v2 .measure{max-width:68ch}.propizone-v2 .btn-row{display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width:640px){.propizone-v2 .btn-row{flex-direction:row;flex-wrap:wrap;align-items:center;width:auto}}.propizone-v2 .btn-primary,.propizone-v2 .btn-secondary{width:100%}@media (min-width:640px){.propizone-v2 .btn-primary,.propizone-v2 .btn-secondary{width:-moz-fit-content;width:fit-content}}.propizone-v2 .btn-primary{position:relative;display:inline-flex;align-items:center;height:48px;padding-left:16px;padding-right:60px;border-radius:9999px;overflow:hidden;background:var(--btn-ink);color:var(--btn-paper);font-size:15px;line-height:24px;font-weight:500;transition:transform var(--dur-fast) var(--ease-brand)}.propizone-v2 .btn-primary:active{transform:scale(.97)}.propizone-v2 .btn-primary .lbl{position:relative;z-index:10;white-space:nowrap;transition:transform var(--dur-slow) var(--ease-brand)}.propizone-v2 .btn-primary:hover .lbl{transform:translateX(44px)}.propizone-v2 .btn-primary .puck{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;height:32px;width:32px;border-radius:9999px;background:var(--btn-paper);color:var(--btn-ink);transition:right var(--dur-slow) var(--ease-brand)}.propizone-v2 .btn-primary:hover .puck{right:calc(100% - 40px)}.propizone-v2 .btn-secondary{position:relative;display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;border-radius:9999px;overflow:hidden;border:1.5px solid rgba(27,25,23,.4);background:transparent;color:var(--btn-ink);font-size:15px;line-height:24px;font-weight:500;transition:color var(--dur-fast) var(--ease-brand),border-color var(--dur-fast) var(--ease-brand),transform var(--dur-fast) var(--ease-brand)}.propizone-v2 .btn-secondary:hover{color:var(--btn-paper);border-color:transparent}.propizone-v2 .btn-secondary:active{transform:scale(.97)}.propizone-v2 .btn-secondary .flood{position:absolute;left:0;top:50%;height:800px;width:800px;border-radius:9999px;background:var(--btn-ink);transform:translate(-50%,-50%) scale(0);transition:transform var(--dur-slow) var(--ease-brand)}.propizone-v2 .btn-secondary:hover .flood{transform:translate(-50%,-50%) scale(1)}.propizone-v2 .btn-secondary .lbl{position:relative;z-index:10;white-space:nowrap;transform:translateX(-12px);transition:transform var(--dur-slow) var(--ease-brand)}.propizone-v2 .btn-secondary:hover .lbl{transform:translateX(12px)}.propizone-v2 .btn-secondary .chev{position:absolute;z-index:10;display:flex;transition:transform var(--dur-slow) var(--ease-brand)}.propizone-v2 .btn-secondary .chev.in{left:16px;transform:translateX(calc(-100% - 32px))}.propizone-v2 .btn-secondary:hover .chev.in{transform:translateX(0)}.propizone-v2 .btn-secondary .chev.out{right:16px}.propizone-v2 .btn-secondary:hover .chev.out{transform:translateX(calc(100% + 32px))}.propizone-v2 .btn-tertiary{display:inline-flex;align-items:center;justify-content:center;height:40px;width:40px;flex:none;border-radius:9999px;overflow:hidden;background:var(--btn-ink);color:var(--btn-paper);transition:transform var(--dur-fast) var(--ease-brand)}.propizone-v2 .btn-tertiary:active{transform:scale(.97)}.propizone-v2 .btn-tertiary .mask{position:relative;display:block;overflow:hidden;height:16px;width:16px}.propizone-v2 .btn-tertiary .mask svg{position:absolute;inset:0;transition:transform var(--dur-base) var(--ease-brand)}.propizone-v2 .btn-tertiary .mask svg.in{transform:translate(-16px,16px)}.propizone-v2 .btn-tertiary:hover .mask svg.out{transform:translate(16px,-16px)}.propizone-v2 .btn-tertiary:hover .mask svg.in{transform:translate(0)}.propizone-v2 .inline-cta .btn-primary,.propizone-v2 .night .btn-primary{background:var(--btn-paper);color:var(--btn-ink)}.propizone-v2 .inline-cta .btn-primary .puck,.propizone-v2 .night .btn-primary .puck{background:var(--btn-ink);color:var(--btn-paper)}.propizone-v2 .btn-primary:focus-visible,.propizone-v2 .btn-secondary:focus-visible,.propizone-v2 .btn-tertiary:focus-visible{outline:2px solid var(--btn-ink);outline-offset:2px}.propizone-v2 .inline-cta .btn-primary:focus-visible,.propizone-v2 .night .btn-primary:focus-visible{outline-color:var(--btn-paper)}.propizone-v2 .sec{padding:var(--sec-pad) 0;position:relative}.propizone-v2 .sec-paper{background:var(--paper)}.propizone-v2 .sec-alt{background:var(--alt)}.propizone-v2 .night+.sec-alt{background:var(--paper)}.propizone-v2 .night+.sec-alt+.sec-paper{background:var(--alt)}.propizone-v2 .sec-head{max-width:900px;margin-bottom:var(--gap-sec);display:flex;flex-direction:column;gap:var(--gap-head)}.propizone-v2 .lead{color:var(--body)}.propizone-v2 .reveal{opacity:0;transform:translateY(26px);transition:opacity .75s var(--ease-brand),transform .75s var(--ease-brand)}.propizone-v2 .reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.propizone-v2 .reveal{opacity:1;transform:none;transition:none}.propizone-v2 *,.propizone-v2 :after,.propizone-v2 :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.propizone-v2 .stoop{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:visible}.propizone-v2 .stoop.go path{opacity:1;animation:pzdive .38s var(--ease-brand) forwards}.propizone-v2 .stoop.back path{animation:pzundive .52s var(--ease-brand) forwards}@keyframes pzdive{0%{stroke-dashoffset:var(--len,600)}to{stroke-dashoffset:0}}@keyframes pzundive{0%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:calc(var(--len,600) * -1);opacity:0}}.propizone-v2 .facade .win,.propizone-v2 .night-facade .win,.propizone-v2 .win{position:relative;border:1.5px solid var(--line);border-radius:2px;aspect-ratio:3/4;background:transparent}.propizone-v2 .win:before{left:50%;top:0;bottom:0;width:1px;transform:translateX(-.5px)}.propizone-v2 .win:after,.propizone-v2 .win:before{content:"";position:absolute;background:var(--line)}.propizone-v2 .win:after{top:38%;left:0;right:0;height:1px}.propizone-v2 .win.lit{background:var(--gold);border-color:var(--gold)}.propizone-v2 .win.lit:after,.propizone-v2 .win.lit:before{background:rgba(53,53,53,.26)}.propizone-v2 .hero{position:relative;min-height:92vh;display:flex;align-items:center;padding:clamp(89px,11vw,144px) 0;overflow:hidden;background:var(--paper)}.propizone-v2 .facade{position:absolute;inset:0;display:grid;justify-content:center;align-content:center;padding:clamp(16px,2vw,34px);opacity:.5;pointer-events:none;overflow:hidden}.propizone-v2 .facade .win{aspect-ratio:auto;border-color:rgba(53,53,53,.16)}.propizone-v2 .facade .win:after,.propizone-v2 .facade .win:before{background:rgba(53,53,53,.12)}.propizone-v2 .facade .win.lit{box-shadow:0 0 0 4px hsla(41,43%,58%,.12)}.propizone-v2 .hero-veil{position:absolute;inset:0;background:radial-gradient(62% 58% at 50% 50%,var(--paper) 0,rgba(244,245,247,.94) 44%,rgba(244,245,247,.55) 78%,rgba(244,245,247,.8) 100%);pointer-events:none}.propizone-v2 .hero-inner{position:relative;z-index:2;text-align:center}.propizone-v2 .hero-inner,.propizone-v2 .hero-unit{display:flex;flex-direction:column;align-items:center}.propizone-v2 .hero-unit{gap:21px}.propizone-v2 .hero h1{max-width:15ch}.propizone-v2 .hero-quote{max-width:44ch;font-weight:500;color:var(--ink);margin:0}.propizone-v2 .hero .btn-row{align-items:center;justify-content:center;margin-top:13px}.propizone-v2 .meta{position:absolute;left:0;right:0;bottom:clamp(28px,5vh,55px);z-index:2;display:flex;flex-wrap:wrap;justify-content:center;color:var(--body)}.propizone-v2 .meta span{padding:0 21px;border-right:1px solid var(--line)}.propizone-v2 .meta span:last-child{border-right:0}@media (max-width:768px){.propizone-v2 .hero{flex-direction:column;justify-content:center;min-height:0}.propizone-v2 .hero-inner{width:100%}.propizone-v2 .meta{position:static;flex-direction:column;align-items:center;gap:6px;margin-top:44px;width:100%}.propizone-v2 .meta span{border-right:0;padding:0;text-align:center}}.propizone-v2 .bp{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(16px,2vw,26px);align-items:stretch}.propizone-v2 .pan{position:relative;border-radius:18px;padding:clamp(24px,2.8vw,36px);display:flex;flex-direction:column;gap:16px;overflow:hidden}.propizone-v2 .pan-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.propizone-v2 .pan-fig{font-size:35px;line-height:40px;letter-spacing:-.02em;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;display:inline-block}@media (min-width:1280px){.propizone-v2 .pan-fig{font-size:57px;line-height:60px;letter-spacing:-.04em}}.propizone-v2 .pan-dead{background:var(--alt);border:1px solid var(--line);transition:box-shadow var(--dur-slow) var(--ease-brand)}.propizone-v2 .pan-dead .caption{color:var(--body)}.propizone-v2 .pan-dead .pan-fig{color:#9aa3b2}.propizone-v2 .pan-dead.dropped{box-shadow:inset 0 0 0 1px rgba(178,58,58,.5),inset 0 0 55px rgba(178,58,58,.28)}.propizone-v2 .pan-dead.dropped .pan-fig{color:#b23a3a}.propizone-v2 .pan-live{background:var(--navy);border:1px solid var(--navy);color:var(--paper)}.propizone-v2 .pan-live:before{content:"";position:absolute;inset:0;background:radial-gradient(74% 100% at 86% 2%,rgba(46,101,194,.42) 0,rgba(46,101,194,0) 62%)}.propizone-v2 .pan-live>*{position:relative;z-index:1}.propizone-v2 .pan-live .caption,.propizone-v2 .pan-live .pan-fig{color:#a8c6f7}.propizone-v2 .pan-fig.tick{animation:figpop .42s var(--ease-brand)}.propizone-v2 .call{display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:13px;padding:13px 16px;background:rgba(53,53,53,.04);transition:opacity var(--dur-slow) var(--ease-brand),border-color var(--dur-base) var(--ease-brand)}.propizone-v2 .call-ico{width:38px;height:38px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;background:rgba(53,53,53,.08);color:var(--ink);position:relative;transition:background var(--dur-base) var(--ease-brand),color var(--dur-base) var(--ease-brand)}.propizone-v2 .call-ico svg{width:19px;height:19px}.propizone-v2 .call-ico.ringing svg{animation:pzshake 1.1s var(--ease-brand) infinite;transform-origin:50% 60%}@keyframes pzshake{0%,58%,to{transform:rotate(0)}62%{transform:rotate(-13deg)}70%{transform:rotate(11deg)}78%{transform:rotate(-9deg)}86%{transform:rotate(7deg)}94%{transform:rotate(-3deg)}}.propizone-v2 .call-ico.ringing:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1.5px solid;opacity:0;animation:pzripple 1.1s var(--ease-brand) infinite}@keyframes pzripple{0%{transform:scale(.85);opacity:.55}to{transform:scale(1.45);opacity:0}}.propizone-v2 .call-tx{display:flex;flex-direction:column;min-width:0}.propizone-v2 .call-tx b{font-size:15px;line-height:22px;font-weight:700;color:var(--ink)}.propizone-v2 .call-state,.propizone-v2 .call-tx span{font-size:12px;line-height:17px;color:var(--body)}.propizone-v2 .call-state{margin-left:auto;display:flex;align-items:center;gap:7px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.propizone-v2 .call-state i{width:8px;height:8px;border-radius:50%;background:var(--royal);animation:pzqring 1.1s ease-in-out infinite}@keyframes pzqring{50%{opacity:.18}}.propizone-v2 .call.gone{opacity:.5}.propizone-v2 .call.gone .call-ico.ringing svg,.propizone-v2 .call.gone .call-ico.ringing:after{animation:none}.propizone-v2 .call.gone .call-state i{animation:none;background:#9aa3b2}@media (prefers-reduced-motion:reduce){.propizone-v2 .call-ico.ringing svg,.propizone-v2 .call-ico.ringing:after,.propizone-v2 .call-state i{animation:none}}.propizone-v2 .feed{display:flex;flex-direction:column;gap:8px}.propizone-v2 .fr{display:flex;align-items:center;gap:11px;padding:11px 14px;border-radius:11px;background:rgba(53,53,53,.05);color:var(--body);font-size:15px;line-height:22px;opacity:0;transform:translateY(8px);transition:opacity var(--dur-base) var(--ease-brand),transform var(--dur-base) var(--ease-brand)}.propizone-v2 .fr.in{opacity:1;transform:none}.propizone-v2 .fr-ico{width:17px;height:17px;flex:none;color:#9aa3b2}.propizone-v2 .fr-ico svg{width:100%;height:100%}.propizone-v2 .fr u{margin-left:auto;text-decoration:none;font-size:12px;line-height:17px;font-weight:700;color:#9aa3b2;font-variant-numeric:tabular-nums}.propizone-v2 .lost.in{opacity:1;transform:none}.propizone-v2 .rlive-top{display:flex;align-items:center;gap:13px;min-height:30px}.propizone-v2 .pill{display:inline-flex;align-items:center;gap:8px;padding:6px 13px;border-radius:9999px;background:rgba(244,245,247,.1);border:1px solid rgba(168,198,247,.35);font-size:12px;line-height:17px;font-weight:700;letter-spacing:.03em;color:#a8c6f7;white-space:nowrap}.propizone-v2 .pill i{width:7px;height:7px;border-radius:50%;background:#a8c6f7;animation:pzqring 1.1s ease-in-out infinite}.propizone-v2 .pill.calm i{animation:none}.propizone-v2 .vu{display:flex;align-items:center;gap:2px;flex:1;min-width:0;height:24px}.propizone-v2 .vu i{display:block;flex:1 1 0;min-width:2px;max-width:3px;height:22%;border-radius:1px;background:#a8c6f7;animation:pzvuwave .8s var(--ease-brand) infinite alternate}@keyframes pzvuwave{0%{height:14%}to{height:88%}}@media (prefers-reduced-motion:reduce){.propizone-v2 .vu i{animation:none;height:34%}}.propizone-v2 .rlive-top .vu{height:24px}.propizone-v2 .pan-live.rest .vu i{animation:none;height:16%}.propizone-v2 .pan-live .call{background:rgba(244,245,247,.07);border-color:rgba(244,245,247,.16)}.propizone-v2 .pan-live .call-ico{background:var(--royal);color:#fff}.propizone-v2 .pan-live .call-tx b{color:var(--paper)}.propizone-v2 .pan-live .call-tx span{color:#c6cedc}.propizone-v2 .call-state.good{color:#a8c6f7}.propizone-v2 .call-state.good.answered i{animation:none;background:#a8c6f7}.propizone-v2 .chat{display:flex;flex-direction:column;gap:8px;margin-top:2px}.propizone-v2 .bub{max-width:80%;padding:9px 14px;font-size:15px;line-height:22px;border-radius:15px;opacity:0;transform:translateY(9px) scale(.97);transition:opacity var(--dur-base) var(--ease-brand),transform var(--dur-base) var(--ease-brand)}.propizone-v2 .bub.in{opacity:1;transform:none}.propizone-v2 .bub.agent{align-self:flex-start;background:var(--royal);color:#fff;border-bottom-left-radius:5px}.propizone-v2 .bub.caller{align-self:flex-end;background:rgba(244,245,247,.92);color:var(--ink);border-bottom-right-radius:5px}.propizone-v2 .book{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:13px;background:rgba(168,198,247,.14);border:1px solid rgba(168,198,247,.45);opacity:0;transform:translateY(9px);transition:opacity var(--dur-base) var(--ease-brand),transform var(--dur-base) var(--ease-brand)}.propizone-v2 .book.in{opacity:1;transform:none}.propizone-v2 .book.pulse{animation:lockring .9s var(--ease-brand)}.propizone-v2 .book-ico{width:34px;height:34px;border-radius:9px;flex:none;display:flex;align-items:center;justify-content:center;background:#a8c6f7;color:var(--navy)}.propizone-v2 .book-ico svg{width:19px;height:19px}.propizone-v2 .book-tx{display:flex;flex-direction:column}.propizone-v2 .book-tx b{font-size:15px;line-height:22px;font-weight:700;color:var(--paper)}.propizone-v2 .book-tx span{font-size:12px;line-height:17px;color:#c6cedc}.propizone-v2 .ticks{font-style:normal;color:#a8c6f7;letter-spacing:-.08em}.propizone-v2 .tally b.pop{animation:figpop .5s var(--ease-brand)}@media (max-width:900px){.propizone-v2 .bp{grid-template-columns:1fr}}.propizone-v2 .tech{position:relative}.propizone-v2 .tech:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='132'%3E%3Cpath d='M0 .5H132M.5 0V132' stroke='rgba(53,53,53,0.13)' stroke-width='1' stroke-dasharray='3 6'/%3E%3C/svg%3E")}.propizone-v2 .tech>*{position:relative;z-index:1}.propizone-v2 .beat{display:flex;flex-direction:column;justify-content:center;padding:clamp(55px,6vh,72px) 0}.propizone-v2 .beat-head{display:flex;flex-direction:column;gap:21px;margin-bottom:clamp(28px,3.4vw,44px)}.propizone-v2 .beat-head .caption{color:var(--royal)}.propizone-v2 .sol{position:relative;background:var(--alt);color:var(--ink);padding-bottom:var(--sec-pad)}.propizone-v2 .sol-head{padding-top:var(--sec-pad)}.propizone-v2 .wf{display:grid;grid-template-columns:minmax(210px,.9fr) minmax(300px,400px) minmax(240px,1fr);gap:clamp(24px,3.4vw,64px);align-items:center}.propizone-v2 .wf-tabs{display:flex;flex-direction:column;border-left:1.5px solid var(--line)}.propizone-v2 .wf-tab{position:relative;padding:13px 0 13px 21px;width:100%;font-size:17px;line-height:28px;font-weight:700;color:var(--body);opacity:.42;transition:opacity var(--dur-base) var(--ease-brand),color var(--dur-base) var(--ease-brand)}.propizone-v2 .wf-tab:before{content:"";position:absolute;left:-1.5px;top:0;bottom:0;width:3px;background:var(--gold);transform:scaleY(0);transform-origin:top;transition:transform var(--dur-base) var(--ease-brand)}.propizone-v2 .wf-tab[aria-selected=true]{opacity:1;color:var(--ink)}.propizone-v2 .wf-tab[aria-selected=true]:before{transform:scaleY(1)}.propizone-v2 .wf-tab:hover{opacity:.75}@media (min-width:1280px){.propizone-v2 .wf-tab{font-size:19px;line-height:31px}}.propizone-v2 .wf-stage{position:relative;aspect-ratio:4/5;border-radius:18px;overflow:hidden;background:var(--card);border:1px solid var(--line)}.propizone-v2 .wf-card{position:absolute;inset:0;opacity:0;transition:opacity var(--dur-slow) var(--ease-brand);display:flex;align-items:center;justify-content:center;padding:clamp(20px,2.6vw,34px)}.propizone-v2 .wf-card.on{opacity:1}.propizone-v2 .wf-card .ph{width:100%;height:100%;border-radius:12px}.propizone-v2 .wf-copy{position:relative;min-height:clamp(190px,20vw,240px);display:flex;align-items:center}.propizone-v2 .wf-note{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:13px;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity var(--dur-slow) var(--ease-brand),transform var(--dur-slow) var(--ease-brand)}.propizone-v2 .wf-note.on{opacity:1;transform:none;pointer-events:auto}.propizone-v2 .wf-note p{color:var(--body)}.propizone-v2 .wf-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}.propizone-v2 .wf-tags b{font-size:12px;line-height:17px;letter-spacing:.03em;text-transform:uppercase;font-weight:700;padding:6px 12px;border-radius:9999px;background:var(--royal-soft);color:var(--royal)}.propizone-v2 .fx{align-items:center;justify-content:center;gap:16px;height:100%;text-align:center}.propizone-v2 .fx,.propizone-v2 .fx-hours{display:flex;flex-direction:column;width:100%}.propizone-v2 .fx-hours{gap:8px}.propizone-v2 .fx-hr.peak i{background:var(--gold)}.propizone-v2 .fx-hr.peak>span{color:var(--ink)}@keyframes pzhourbar{0%,4%{width:0}26%,88%{width:var(--w)}to{width:0}}.propizone-v2 .fx-race{display:flex;flex-direction:column;gap:9px;width:100%}.propizone-v2 .fx-lane.lead .fx-bar i{background:var(--gold);animation:pzlane 4s var(--ease-brand) infinite}.propizone-v2 .fx-lane:not(.win) .fx-bar i{animation:pzlaneslow 4s var(--ease-brand) infinite}@keyframes pzlane{0%{width:0}18%{width:100%}92%{width:100%}to{width:0}}@keyframes pzlaneslow{0%{width:0}72%{width:44%}92%{width:50%}to{width:0}}.propizone-v2 .fx-lane.lead u{color:var(--gold)}.propizone-v2 .fx-dots{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;max-width:230px}@keyframes pztouch{0%,4%{opacity:0;transform:scale(.5)}12%,90%{opacity:1;transform:none}to{opacity:0;transform:scale(.5)}}@keyframes pzwaiting{0%,30%{opacity:.35}60%{opacity:.8}to{opacity:.35}}@keyframes pztyped{0%,6%{width:0}20%,90%{width:62%}to{width:0}}@keyframes pzneverfilled{0%,40%{opacity:.45}70%{opacity:.75}to{opacity:.45}}@media (max-width:1024px){.propizone-v2 .wf{grid-template-columns:1fr;gap:26px}.propizone-v2 .wf-stage{max-width:360px;margin-inline:auto}.propizone-v2 .wf-copy{min-height:0}.propizone-v2 .wf-note{position:static;opacity:0;height:0;overflow:hidden}.propizone-v2 .wf-note.on{height:auto}}@media (prefers-reduced-motion:reduce){.propizone-v2 .fail-flicker .win,.propizone-v2 .fail-pair .win.first,.propizone-v2 .fail-shut,.propizone-v2 .fail-trace .win{animation:none}}.propizone-v2 .chal-wins{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.6vw,21px)}.propizone-v2 .cw-win .win{border-color:var(--line)}.propizone-v2 .fp.on{display:flex}.propizone-v2 .sixg{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:clamp(176px,15vw,206px) clamp(176px,15vw,206px);gap:clamp(12px,1.4vw,18px)}.propizone-v2 .sixc{position:relative;display:flex;background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden;padding:clamp(16px,1.5vw,21px);gap:clamp(13px,1.3vw,18px);transition:border-color var(--dur-base) var(--ease-brand),transform var(--dur-base) var(--ease-brand),box-shadow var(--dur-base) var(--ease-brand)}.propizone-v2 .sixc:hover{border-color:var(--royal);transform:translateY(-3px);box-shadow:0 12px 30px -20px rgba(27,50,95,.5)}.propizone-v2 .sixc:first-child{grid-column:1/span 2;grid-row:1;flex-direction:row-reverse;align-items:center}.propizone-v2 .sixc:nth-child(2){grid-column:3;grid-row:1}.propizone-v2 .sixc:nth-child(3){grid-column:4;grid-row:1}.propizone-v2 .sixc:nth-child(4){grid-column:1;grid-row:2}.propizone-v2 .sixc:nth-child(5){grid-column:2;grid-row:2}.propizone-v2 .sixc:nth-child(6){grid-column:3/span 2;grid-row:2;flex-direction:row-reverse;align-items:center}.propizone-v2 .sixc:nth-child(2),.propizone-v2 .sixc:nth-child(3),.propizone-v2 .sixc:nth-child(4),.propizone-v2 .sixc:nth-child(5){flex-direction:row;align-items:center}.propizone-v2 .sixc-img{flex:none;border-radius:10px;overflow:hidden;background:var(--alt);display:flex;align-items:center;justify-content:center}.propizone-v2 .sixc-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.propizone-v2 .sixc:first-child .sixc-img,.propizone-v2 .sixc:nth-child(6) .sixc-img{width:44%;height:100%;flex:none}.propizone-v2 .sixc:nth-child(2) .sixc-img,.propizone-v2 .sixc:nth-child(3) .sixc-img,.propizone-v2 .sixc:nth-child(4) .sixc-img,.propizone-v2 .sixc:nth-child(5) .sixc-img{width:clamp(76px,7vw,96px);aspect-ratio:1;border-radius:12px}.propizone-v2 .sixc h3{font-size:19px;line-height:26px;font-weight:700;color:var(--ink);text-wrap:balance;margin:0}.propizone-v2 .sixc:first-child h3,.propizone-v2 .sixc:nth-child(6) h3{font-size:22px;line-height:30px;flex:1 1 auto}@media (max-width:1024px){.propizone-v2 .sixg{grid-template-columns:repeat(2,1fr);grid-template-rows:none;grid-auto-rows:minmax(168px,auto)}.propizone-v2 .sixc:first-child,.propizone-v2 .sixc:nth-child(6){grid-column:span 2;grid-row:auto}.propizone-v2 .sixc:nth-child(2),.propizone-v2 .sixc:nth-child(3),.propizone-v2 .sixc:nth-child(4),.propizone-v2 .sixc:nth-child(5){grid-column:auto;grid-row:auto}}@media (max-width:620px){.propizone-v2 .sixg{grid-template-columns:1fr;grid-auto-rows:auto}.propizone-v2 .sixc:first-child,.propizone-v2 .sixc:nth-child(6){grid-column:auto;grid-row:auto;flex-direction:column;align-items:stretch}.propizone-v2 .sixc:nth-child(2),.propizone-v2 .sixc:nth-child(3),.propizone-v2 .sixc:nth-child(4),.propizone-v2 .sixc:nth-child(5){grid-column:auto;grid-row:auto;min-height:96px}.propizone-v2 .sixc:first-child .sixc-img,.propizone-v2 .sixc:nth-child(6) .sixc-img{width:100%;height:auto;aspect-ratio:2.3/1}.propizone-v2 .sixc:first-child h3,.propizone-v2 .sixc:nth-child(6) h3{flex:none}}.propizone-v2 .fx-diary span.book,.propizone-v2 .fx-split i.hot{background:var(--gold)}.propizone-v2 .fx-step.live{background:var(--royal);color:#fff;font-weight:700}@keyframes pzpass{0%{left:-26px}to{left:100%}}.propizone-v2 .fourx{position:relative;background:var(--paper)}.propizone-v2 .fourx-track{height:380vh}.propizone-v2 .fourx-stick{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}.propizone-v2 .fourx-stick>.custom-container{width:100%}.propizone-v2 .fourx-head{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(21px,3vw,55px);flex-wrap:wrap;margin-bottom:clamp(28px,4.5vh,55px)}.propizone-v2 .fourx-head .h2{max-width:20ch}.propizone-v2 .fourx-meta{display:flex;align-items:center;gap:13px;flex:1;min-width:200px;max-width:300px}.propizone-v2 .fourx-meta .body3{color:var(--body);white-space:nowrap;font-variant-numeric:tabular-nums}.propizone-v2 .fourx-meta b{font-weight:700;color:var(--navy);font-size:21px;line-height:32px}.propizone-v2 .fourx-bar{flex:1;height:2px;border-radius:1px;background:var(--line);position:relative;overflow:hidden}.propizone-v2 .fourx-bar i{position:absolute;inset:0;background:var(--navy);transform:scaleX(0);transform-origin:left center}.propizone-v2 .fourx-stage{position:relative;height:clamp(340px,44vh,440px)}.propizone-v2 .fxl{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(34px,5vw,89px);align-items:center;opacity:0;transform:translateY(26px) scale(.985);pointer-events:none;transition:opacity .61s var(--ease-brand),transform .61s var(--ease-brand)}.propizone-v2 .fxl.on{opacity:1;transform:none;pointer-events:auto}.propizone-v2 .fxl-copy{display:flex;flex-direction:column;gap:13px}.propizone-v2 .fxl-copy h3{font-size:28px;line-height:36px;letter-spacing:-.02em;font-weight:700;color:var(--ink);max-width:18ch}.propizone-v2 .fxl-copy p{font-size:17px;line-height:28px;color:var(--body);max-width:44ch}.propizone-v2 .fxl-vis{min-width:0}.propizone-v2 .at.made,.propizone-v2 .cb-bar,.propizone-v2 .rl-t i,.propizone-v2 .sd{animation:none}.propizone-v2 .fxl.on .cb-bar{animation:pzcbgrow .62s var(--ease-brand) backwards;animation-delay:.35s}.propizone-v2 .fxl.on .cb-bar:nth-child(2){animation-delay:.4s}.propizone-v2 .fxl.on .cb-bar:nth-child(3){animation-delay:.45s}.propizone-v2 .fxl.on .cb-bar:nth-child(4){animation-delay:.5s}.propizone-v2 .fxl.on .cb-bar:nth-child(5){animation-delay:.55s}.propizone-v2 .fxl.on .cb-bar:nth-child(6){animation-delay:.6s}.propizone-v2 .fxl.on .cb-bar:nth-child(7){animation-delay:.65s}.propizone-v2 .fxl.on .cb-bar:nth-child(8){animation-delay:.7s}.propizone-v2 .fxl.on .cb-bar:nth-child(9){animation-delay:.75s}.propizone-v2 .fxl.on .cb-bar:nth-child(10){animation-delay:.8s}.propizone-v2 .fxl.on .rl-t i{animation:pzrlrun 3.4s var(--ease-brand) .35s infinite}.propizone-v2 .fxl.on .rl.first .rl-t i{animation-name:pzrlwin}.propizone-v2 .fxl.on .rl:nth-child(2) .rl-t i{animation-delay:.7s}.propizone-v2 .fxl.on .rl:nth-child(3) .rl-t i{animation-delay:.9s}.propizone-v2 .fxl.on .rl:nth-child(4) .rl-t i{animation-delay:1.1s}.propizone-v2 .fxl.on .at.made{animation:pzatpop .42s var(--ease-brand) .35s backwards}.propizone-v2 .fxl.on .at.made:nth-child(2){animation-delay:.5s}.propizone-v2 .fxl.on .sd{animation:pzsdin .5s var(--ease-brand) .35s backwards}.propizone-v2 .fxl.on .sd:nth-child(2){animation-delay:.47s}.propizone-v2 .fxl.on .sd:nth-child(3){animation-delay:.59s}.propizone-v2 .fxl.on .sd:nth-child(4){animation-delay:.71s}.propizone-v2 .fourx.flat .fourx-track{height:auto}.propizone-v2 .fourx.flat .fourx-stick{position:static;height:auto;overflow:visible;padding:var(--sec-pad) 0}.propizone-v2 .fourx.flat .fourx-meta{display:none}.propizone-v2 .fourx.flat .fourx-stage{height:auto;display:flex;flex-direction:column;gap:clamp(44px,7vw,72px)}.propizone-v2 .fourx.flat .fxl{position:static;grid-template-columns:1fr;gap:21px;opacity:1;transform:none;pointer-events:auto;transition:none}@media (prefers-reduced-motion:reduce){.propizone-v2 .fxl{transition:none}.propizone-v2 .fxl.on .at.made,.propizone-v2 .fxl.on .cb-bar,.propizone-v2 .fxl.on .sd{animation:none}.propizone-v2 .fxl.on .rl-t i{animation:none;width:46%}.propizone-v2 .fxl.on .rl.first .rl-t i{width:100%}}.propizone-v2 .guard-grid{grid-template-columns:minmax(280px,.4fr) 1fr;align-items:start}.propizone-v2 .guard-rail{position:sticky;top:clamp(89px,12vh,144px);gap:21px}.propizone-v2 .stack{display:flex;flex-wrap:wrap;gap:clamp(9px,1.1vw,14px);padding:clamp(21px,2.6vw,34px) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.propizone-v2 .lg{display:inline-flex;align-items:center;gap:10px;padding:9px 15px 9px 9px;background:var(--card);border:1px solid var(--line);border-radius:9999px;transition:border-color var(--dur-base) var(--ease-brand),transform var(--dur-base) var(--ease-brand)}.propizone-v2 .lg:hover{border-color:var(--navy);transform:translateY(-2px)}.propizone-v2 .lg-m{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex:none;background:transparent;border:0;border-radius:0;padding:0;color:var(--navy);transition:color var(--dur-base) var(--ease-brand),transform var(--dur-base) var(--ease-brand),border-color var(--dur-base) var(--ease-brand)}.propizone-v2 .lg-m img,.propizone-v2 .lg-m svg{width:100%;height:100%;display:block}.propizone-v2 .lg-m img{-o-object-fit:contain;object-fit:contain}.propizone-v2 .lg:hover .lg-m{color:var(--royal);border-color:var(--navy)}.propizone-v2 .lg b{font-size:15px;line-height:22px;font-weight:700;color:var(--ink);letter-spacing:-.005em;white-space:nowrap}.propizone-v2 .inline-cta{margin-top:clamp(55px,7vw,89px);background:var(--navy);border-radius:16px;padding:clamp(26px,3vw,38px) clamp(24px,3.4vw,48px);display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;text-align:left;gap:clamp(21px,3vw,44px);position:relative;overflow:hidden}.propizone-v2 .inline-cta:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(90% 170% at 12% -30%,rgba(46,101,194,.5) 0,rgba(46,101,194,0) 66%)}.propizone-v2 .inline-cta>*{position:relative;z-index:1}.propizone-v2 .inline-cta .btn-row{flex:none}.propizone-v2 .inline-cta .h3{max-width:34ch;min-width:0;color:var(--paper)}.propizone-v2 .inline-cta .h3 em{font-style:italic;font-weight:700;color:#a8c6f7}.propizone-v2 .night{position:relative;background:var(--navy);color:var(--paper);padding:var(--sec-pad) 0;overflow:hidden}.propizone-v2 .night:before{content:"";position:absolute;inset:0;background:radial-gradient(72% 100% at 78% 6%,rgba(46,101,194,.42) 0,rgba(46,101,194,0) 64%);pointer-events:none}.propizone-v2 .night-facade{position:absolute;inset:0;display:grid;justify-content:center;align-content:center;padding:clamp(14px,1.8vw,30px);opacity:.13;pointer-events:none;overflow:hidden;-webkit-mask-image:radial-gradient(120% 78% at 50% 50%,transparent 0,transparent 46%,#000 82%);mask-image:radial-gradient(120% 78% at 50% 50%,transparent 0,transparent 46%,#000 82%)}.propizone-v2 .night-facade .win{aspect-ratio:auto;border-color:var(--night-line)}.propizone-v2 .night-facade .win:after,.propizone-v2 .night-facade .win:before{background:var(--night-line)}.propizone-v2 .night-facade .win.lit{background:rgba(168,198,247,.5);border-color:rgba(168,198,247,.6)}.propizone-v2 .night-facade .win.lit:after,.propizone-v2 .night-facade .win.lit:before{background:rgba(22,41,75,.4)}.propizone-v2 .night-inner{position:relative;z-index:2}.propizone-v2 .night .lead{color:#c6cedc}.propizone-v2 .nums{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.8vw,24px);margin-top:var(--gap-sec)}.propizone-v2 .nw{position:relative;background:#16294b;border:1px solid rgba(244,245,247,.13);border-radius:14px;padding:clamp(22px,2.6vw,32px);display:flex;flex-direction:column;gap:13px;overflow:hidden;transition:background var(--dur-slow) var(--ease-brand),border-color var(--dur-slow) var(--ease-brand)}.propizone-v2 .nw.lit{background:#1a3157;border-color:rgba(168,198,247,.42)}.propizone-v2 .nfig{font-size:35px;line-height:40px;letter-spacing:-.02em;font-weight:700;color:#5e7396;transition:color var(--dur-slow) var(--ease-brand);position:relative;z-index:1}.propizone-v2 .nw.lit .nfig{color:#a8c6f7}@media (min-width:1280px){.propizone-v2 .nfig{font-size:45px;line-height:52px;letter-spacing:-.03em}}.propizone-v2 .nw b{font-weight:700;color:var(--paper);font-size:15px;line-height:24px;position:relative;z-index:1}.propizone-v2 .nw p{color:#afbacb;position:relative;z-index:1}.propizone-v2 .street{display:flex;flex-direction:column;gap:clamp(24px,3vw,40px)}.propizone-v2 .street-main{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,4vw,72px);align-items:center}.propizone-v2 .street-stage{position:relative;aspect-ratio:4/5;max-height:clamp(340px,52vh,520px);justify-self:center;width:100%}.propizone-v2 .bstage{position:absolute;inset:0;margin:0;opacity:0;transform:scale(.98);transition:opacity var(--dur-slow) var(--ease-brand),transform var(--dur-slow) var(--ease-brand)}.propizone-v2 .bstage.on{opacity:1;transform:none}.propizone-v2 .bstage img,.propizone-v2 .bstage picture{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.propizone-v2 .street-side{display:flex;flex-direction:column;gap:clamp(21px,2.6vw,34px)}.propizone-v2 .street-copies{position:relative;min-height:clamp(180px,20vw,210px)}.propizone-v2 .bcopy{position:absolute;inset:0;display:flex;flex-direction:column;gap:13px;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity var(--dur-slow) var(--ease-brand),transform var(--dur-slow) var(--ease-brand)}.propizone-v2 .bcopy.on{opacity:1;transform:none;pointer-events:auto}.propizone-v2 .bcopy h3{color:var(--ink);max-width:22ch}.propizone-v2 .bcopy p{color:var(--body);max-width:56ch}.propizone-v2 .street-picks{display:flex;align-items:flex-end;gap:clamp(11px,1.4vw,18px);padding-top:16px}.propizone-v2 .bpick{flex:1;display:flex;flex-direction:column;align-items:center;gap:7px;background:none;border:0;padding:0;cursor:pointer}.propizone-v2 .bpick-img{display:block;width:100%;height:clamp(58px,7vw,82px);overflow:hidden}.propizone-v2 .bpick-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:saturate(.1) opacity(.45);transition:filter var(--dur-base) var(--ease-brand),transform var(--dur-base) var(--ease-brand)}.propizone-v2 .bpick:hover .bpick-img img{filter:saturate(.5) opacity(.8);transform:translateY(-3px)}.propizone-v2 .bpick.on .bpick-img img{filter:none;transform:translateY(-3px)}.propizone-v2 .bpick-n{font-size:12px;line-height:17px;font-weight:700;font-variant-numeric:tabular-nums;color:#c7ccd6;padding-top:6px;border-top:2px solid transparent;width:100%;text-align:center;transition:color var(--dur-base) var(--ease-brand),border-color var(--dur-base) var(--ease-brand)}.propizone-v2 .bpick.on .bpick-n{color:var(--royal);border-top-color:var(--navy)}@media (max-width:900px){.propizone-v2 .street-main{grid-template-columns:1fr;gap:24px}.propizone-v2 .street-stage{max-height:44vh}.propizone-v2 .street-copies{position:static;min-height:0}.propizone-v2 .bcopy{position:absolute}.propizone-v2 .bcopy.on{position:static}}.propizone-v2 .bridge{--brgap:clamp(16px,2vw,30px);--brtw-a:clamp(48px,5vw,66px);--brtw-b:clamp(84px,10vw,140px);display:grid;grid-template-columns:var(--brtw-a) minmax(0,1fr) var(--brtw-b);grid-template-rows:1fr auto auto;-moz-column-gap:var(--brgap);column-gap:var(--brgap);width:100%;height:clamp(300px,38vw,440px)}.propizone-v2 .br-cell{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;min-width:0}.propizone-v2 .br-mid{justify-content:center}.propizone-v2 .br-ground{grid-column:1/-1;grid-row:2;height:1.5px;background:var(--line);transition:background var(--dur-slow) var(--ease-brand)}.propizone-v2 .bridge.live .br-ground{background:rgba(53,53,53,.3)}.propizone-v2 .br-lab{grid-row:3;display:block;text-align:center;padding-top:11px;font-size:12px;line-height:16px;letter-spacing:.035em;text-transform:uppercase;font-weight:700;color:var(--body);transition:color var(--dur-slow) var(--ease-brand)}.propizone-v2 .br-lab-m{white-space:nowrap}.propizone-v2 .br-lab-a{grid-column:1}.propizone-v2 .br-lab-m{grid-column:2}.propizone-v2 .br-lab-b{grid-column:3}.propizone-v2 .bridge.live .br-lab-b{color:var(--navy)}.propizone-v2 .br-tick{position:relative;display:inline-block;vertical-align:-1px;width:11px;height:11px;margin-left:1px;opacity:0;transform:translateX(-4px);transition:opacity .9s var(--ease-brand) .5s,transform .9s var(--ease-brand) .5s}.propizone-v2 .br-tick:after{content:"";position:absolute;left:0;top:1px;width:5px;height:9px;border:solid var(--navy);border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.propizone-v2 .bridge.live .br-tick{opacity:1;transform:none}.propizone-v2 .br-tower{position:relative;width:100%;padding:var(--bp,6px);display:flex;flex-direction:column-reverse;justify-content:flex-start;gap:var(--bg,3px);border:1px solid var(--line);border-bottom:0;border-radius:4px 4px 0 0;background:transparent;transition:border-color var(--dur-slow) var(--ease-brand),background var(--dur-slow) var(--ease-brand)}.propizone-v2 .br-a .br-tower,.propizone-v2 .bridge.live .br-b .br-tower{background:linear-gradient(100deg,hsla(0,0%,100%,.72),rgba(233,236,241,.42))}.propizone-v2 .br-tower:after{content:"";position:absolute;left:-6%;right:-6%;bottom:-7px;height:12px;border-radius:50%;pointer-events:none;opacity:0;background:radial-gradient(ellipse at center,rgba(27,50,95,.13) 0,rgba(27,50,95,0) 72%);transition:opacity var(--dur-slow) var(--ease-brand)}.propizone-v2 .br-a .br-tower:after,.propizone-v2 .bridge.live .br-b .br-tower:after{opacity:1}.propizone-v2 .br-floor{display:grid;grid-template-columns:repeat(var(--bc,4),var(--bw,1fr));grid-auto-rows:var(--bh,auto);gap:var(--bg,3px);justify-content:center}.propizone-v2 .br-tower .win{aspect-ratio:auto;border:0;border-radius:1.5px;background:rgba(53,53,53,.045);transition:background .9s var(--ease-brand),box-shadow .9s var(--ease-brand)}.propizone-v2 .br-tower .win:after,.propizone-v2 .br-tower .win:before{display:none}.propizone-v2 .br-tower .win.lit{background:hsla(41,43%,58%,.5);box-shadow:0 0 0 1px hsla(41,43%,58%,.3)}.propizone-v2 .br-a .br-tower{height:60%}.propizone-v2 .br-b .br-tower{height:96%;border-style:dashed;border-color:rgba(46,101,194,.26)}.propizone-v2 .bridge.live .br-b .br-tower{border-style:solid;border-color:var(--line)}.propizone-v2 .br-b .br-floor{opacity:0;transform:translateY(9px);transition:opacity .46s var(--ease-brand),transform .46s var(--ease-brand)}.propizone-v2 .br-b .br-floor.up{opacity:1;transform:none}.propizone-v2 .br-b .br-floor .win.lit{background:rgba(53,53,53,.045);box-shadow:none}.propizone-v2 .br-b .br-floor.up .win.lit{background:hsla(41,43%,58%,.5);box-shadow:0 0 0 1px hsla(41,43%,58%,.3);transition:background .76s var(--ease-brand) calc(.34s + var(--wi,0) * 70ms),box-shadow .76s var(--ease-brand) calc(.34s + var(--wi,0) * 70ms)}.propizone-v2 .br-voice{position:relative;width:100%}.propizone-v2 .br-road{position:absolute;top:50%;left:calc(-1 * var(--brgap));right:calc(-1 * var(--brgap));height:1.5px;margin-top:-.75px;background:var(--line);z-index:0;overflow:hidden;transition:background var(--dur-slow) var(--ease-brand)}.propizone-v2 .bridge.live .br-road{background:rgba(46,101,194,.34)}.propizone-v2 .br-pulse{position:absolute;top:50%;left:0;width:34%;height:2px;margin-top:-1px;border-radius:2px;opacity:0;background:linear-gradient(90deg,transparent,hsla(41,43%,58%,.85) 50%,transparent)}.propizone-v2 .bridge.live .br-pulse{animation:pzbrpulse 3.4s cubic-bezier(.5,0,.5,1) .42s infinite}@keyframes pzbrpulse{0%{left:-34%;opacity:0}16%{opacity:.9}84%{opacity:.9}to{left:100%;opacity:0}}.propizone-v2 .br-wave{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:clamp(3px,.38vw,7px);width:100%;height:clamp(62px,7.4vw,90px);cursor:crosshair}.propizone-v2 .br-wave i{flex:1 1 0;min-width:0;max-width:clamp(2px,.22vw,3px);height:calc(var(--h) * var(--hm,1));border-radius:9999px;background:var(--line);transform:scaleY(.16);opacity:0;transition:transform .42s cubic-bezier(.22,1.2,.36,1),opacity .3s var(--ease-brand),background .68s var(--ease-brand),height .42s var(--ease-brand)}.propizone-v2 .br-wave i.up{transform:none;opacity:1;background:var(--c,var(--navy))}.propizone-v2 .br-wave i.head{background:var(--gold);opacity:1}.propizone-v2 .br-head{position:absolute;top:50%;left:0;z-index:2;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;pointer-events:none;opacity:0;background:radial-gradient(circle,hsla(41,43%,58%,.34) 0,hsla(41,43%,58%,.12) 42%,hsla(41,43%,58%,0) 70%);transition:opacity var(--dur-base) var(--ease-brand)}@media (prefers-reduced-motion:reduce){.propizone-v2 .bridge.live .br-pulse{animation:none;opacity:.9;left:42%}.propizone-v2 .br-wave i{transition:opacity .68s var(--ease-brand),background .68s var(--ease-brand)}}.propizone-v2 .cta{background:var(--alt);padding:clamp(55px,7vw,89px) 0;text-align:center}.propizone-v2 .cta-inner{display:flex;flex-direction:column;align-items:center;gap:34px}.propizone-v2 .cta .h2{max-width:26ch}.propizone-v2 .closing{background:#fafafa;padding:clamp(55px,7vw,89px) 0 55px;text-align:center}.propizone-v2 .closing p{max-width:40ch;margin-inline:auto}.propizone-v2 .closing em{display:block;margin-top:8px;font-style:italic;font-weight:700;color:var(--navy)}@media (max-width:1024px){.propizone-v2 .nums{grid-template-columns:repeat(2,1fr)}.propizone-v2 .build-grid{grid-template-columns:1fr;gap:34px}.propizone-v2 .build-track{height:auto}.propizone-v2 .build-intro .h2{max-width:24ch}.propizone-v2 .inline-cta{margin-top:55px}.propizone-v2 .guard-grid{grid-template-columns:1fr;gap:34px}.propizone-v2 .guard-rail{position:static}.propizone-v2 .guard-rail .h2{max-width:24ch}.propizone-v2 .wf{grid-template-columns:1fr}}@media (max-width:768px){.propizone-v2 .facade{grid-template-columns:repeat(10,1fr);opacity:.4}.propizone-v2 .night-facade{grid-template-columns:repeat(11,1fr)}.propizone-v2 .inline-cta{flex-direction:column;align-items:flex-start}.propizone-v2 .build-stick{height:auto;position:static;padding:55px 0}.propizone-v2 .build-track{height:auto}.propizone-v2 .build-intro{padding-bottom:0}.propizone-v2 .bweeks b{font-size:57px;line-height:60px}.propizone-v2 .gapx-out{flex-direction:column;align-items:flex-start;gap:6px}}@media (max-width:480px){.propizone-v2 .nums{grid-template-columns:1fr}.propizone-v2 .facade{grid-template-columns:repeat(7,1fr)}.propizone-v2 .lg{padding:13px;gap:8px}.propizone-v2 .lg-m{width:38px;height:38px;padding:6px}.propizone-v2 .closing p,.propizone-v2 .cta .h2{max-width:none}}.propizone-v2 .dv{width:100%;display:flex;flex-direction:column;gap:13px}.propizone-v2 .dv-cap{letter-spacing:.06em;text-transform:uppercase;font-weight:700}.propizone-v2 .dv-cap,.propizone-v2 .dv-note{font-size:12px;line-height:17px;color:var(--body)}.propizone-v2 .dv-note b{font-weight:700;color:var(--ink)}.propizone-v2 .clockbar{position:relative;padding-top:16px}.propizone-v2 .cb-open{position:absolute;top:0;left:0;font-size:12px;line-height:17px;color:var(--body)}.propizone-v2 .cb-track{position:relative;height:120px;border-bottom:1.5px solid var(--line)}.propizone-v2 .cb-shift{position:absolute;left:0;width:46%;top:0;bottom:0;border-radius:8px 8px 0 0;background:rgba(53,53,53,.05);border:1px dashed var(--line);border-bottom:0}.propizone-v2 .cb-bar{position:absolute;bottom:0;left:var(--x);width:5.5%;height:var(--h);border-radius:4px 4px 0 0;background:#c7ccd6;transform-origin:bottom;animation:pzcbgrow .62s var(--ease-brand) backwards}.propizone-v2 .cb-bar.peak{background:var(--gold)}.propizone-v2 .cb-bar:nth-child(2){animation-delay:.05s}.propizone-v2 .cb-bar:nth-child(3){animation-delay:.1s}.propizone-v2 .cb-bar:nth-child(4){animation-delay:.15s}.propizone-v2 .cb-bar:nth-child(5){animation-delay:.2s}.propizone-v2 .cb-bar:nth-child(6){animation-delay:.25s}.propizone-v2 .cb-bar:nth-child(7){animation-delay:.3s}.propizone-v2 .cb-bar:nth-child(8){animation-delay:.35s}.propizone-v2 .cb-bar:nth-child(9){animation-delay:.4s}.propizone-v2 .cb-bar:nth-child(10){animation-delay:.45s}@keyframes pzcbgrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.propizone-v2 .cb-axis{display:flex;justify-content:space-between;margin-top:7px;font-size:12px;line-height:17px;color:var(--body)}.propizone-v2 .race{display:flex;flex-direction:column;gap:9px}.propizone-v2 .rl{display:grid;grid-template-columns:66px 1fr 62px;gap:11px;align-items:center;font-size:12px;line-height:17px;color:var(--body)}.propizone-v2 .rl-n{font-weight:700}.propizone-v2 .rl-t{height:8px;border-radius:5px;background:rgba(53,53,53,.07);overflow:hidden}.propizone-v2 .rl-t i{display:block;height:100%;width:0;border-radius:5px;background:#c7ccd6;animation:pzrlrun 3.4s var(--ease-brand) infinite}.propizone-v2 .rl-r{text-align:right}.propizone-v2 .rl.first .rl-n,.propizone-v2 .rl.first .rl-r{color:var(--ink);font-weight:700}.propizone-v2 .rl.first .rl-t i{background:var(--gold);animation-name:pzrlwin}.propizone-v2 .rl:nth-child(2) .rl-t i{animation-delay:.35s}.propizone-v2 .rl:nth-child(3) .rl-t i{animation-delay:.55s}.propizone-v2 .rl:nth-child(4) .rl-t i{animation-delay:.75s}@keyframes pzrlwin{0%{width:0}26%{width:100%}to{width:100%}}@keyframes pzrlrun{0%{width:0}70%{width:46%}to{width:46%}}.propizone-v2 .attempts{display:flex;justify-content:space-between;gap:clamp(5px,.8vw,10px);width:100%}.propizone-v2 .at{flex:1 1 0;min-width:0;aspect-ratio:1;max-width:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:17px;font-weight:700;color:#9aa3b2;border:1.5px dashed var(--line);background:transparent}.propizone-v2 .at.made{background:var(--gold);border:1.5px solid var(--gold);color:var(--ink);animation:pzatpop .42s var(--ease-brand) backwards}.propizone-v2 .at.made:nth-child(2){animation-delay:.12s}@keyframes pzatpop{0%{transform:scale(.7);opacity:0}to{transform:none;opacity:1}}.propizone-v2 .said{display:flex;flex-wrap:wrap;gap:7px}.propizone-v2 .sd{padding:7px 12px;border-radius:9999px;background:rgba(46,101,194,.09);color:var(--royal);font-size:12px;line-height:17px;font-weight:700;animation:pzsdin .5s var(--ease-brand) backwards}.propizone-v2 .sd:nth-child(2){animation-delay:.1s}.propizone-v2 .sd:nth-child(3){animation-delay:.2s}.propizone-v2 .sd:nth-child(4){animation-delay:.3s}@keyframes pzsdin{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.propizone-v2 .kept{display:flex;align-items:center;gap:11px;padding-top:11px;border-top:1px solid var(--line)}@media (prefers-reduced-motion:reduce){.propizone-v2 .at.made,.propizone-v2 .cb-bar,.propizone-v2 .sd{animation:none}.propizone-v2 .rl-t i{animation:none;width:46%}.propizone-v2 .rl.first .rl-t i{width:100%}}.propizone-v2 .ed{margin-top:clamp(34px,4.4vw,64px);border-top:1px solid var(--line)}.propizone-v2 .ed-row{position:relative;display:grid;grid-template-columns:minmax(260px,19vw) 1fr;gap:clamp(20px,2.4vw,40px);padding:clamp(26px,3vw,40px) 0;border-bottom:1px solid var(--line);align-items:start;opacity:.32;transition:opacity var(--dur-slow) var(--ease-brand)}.propizone-v2 .ed-row.lit{opacity:1}.propizone-v2 .ed-row:after{content:"";position:absolute;left:0;bottom:-1px;height:1px;width:0;background:var(--royal);transition:width var(--dur-slow) var(--ease-brand)}.propizone-v2 .ed-row.lit:after{width:100%}.propizone-v2 .ed-lab{color:var(--body);transition:color var(--dur-slow) var(--ease-brand)}.propizone-v2 .ed-row.lit .ed-lab{color:var(--royal)}.propizone-v2 .ed-row p{color:var(--body);max-width:72ch}.propizone-v2 .sec-open{margin-bottom:clamp(28px,3.4vw,44px);max-width:30ch;color:var(--ink)}.propizone-v2 .build{position:relative;background:var(--paper);color:var(--ink)}.propizone-v2 .build em.acc{color:var(--navy)}.propizone-v2 .build-intro{padding-top:clamp(44px,5vw,64px);display:flex;flex-direction:column;gap:16px}.propizone-v2 .build-intro .h2{max-width:18ch}.propizone-v2 .build-intro .lead{color:var(--body)}.propizone-v2 .build-track{height:240vh}.propizone-v2 .build-stick{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}.propizone-v2 .build-grid{display:grid;grid-template-columns:minmax(360px,.5fr) 1fr;gap:clamp(34px,5vw,89px);align-items:center;width:100%}.propizone-v2 .build-copy{display:flex;flex-direction:column;gap:21px}.propizone-v2 .bphase{display:none;flex-direction:column;gap:13px}.propizone-v2 .bphase.on{display:flex}.propizone-v2 .bphase h3{max-width:22ch}.propizone-v2 .bphase p{color:var(--body);max-width:46ch}.propizone-v2 .bweeks{display:flex;align-items:baseline;gap:13px;padding-bottom:16px;border-bottom:1px solid var(--line)}.propizone-v2 .bweeks b{font-size:72px;line-height:72px;letter-spacing:-.045em;font-weight:700;color:var(--navy);font-variant-numeric:tabular-nums}.propizone-v2 .bweeks span{color:var(--body)}.propizone-v2 .bstep{margin-left:auto;font-style:normal;color:var(--body);letter-spacing:.06em;text-transform:uppercase}.propizone-v2 .bstep u{text-decoration:none;font-weight:700;color:var(--royal);font-variant-numeric:tabular-nums}.propizone-v2 .nw{opacity:0;transform:translateY(18px);transition:opacity .61s var(--ease-brand),transform .61s var(--ease-brand),background var(--dur-slow) var(--ease-brand),border-color var(--dur-slow) var(--ease-brand)}.propizone-v2 .nw.lit{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.propizone-v2 .nw{opacity:1;transform:none}}.propizone-v2 #whofor .beat-head{align-items:center;text-align:center}.propizone-v2 #whofor .beat-head .h2{max-width:none}.propizone-v2 .bpick-img img,.propizone-v2 .bstage img{-o-object-fit:contain;object-fit:contain}.propizone-v2 .bpick-n{font-variant-numeric:normal;letter-spacing:.01em}.propizone-v2 .glassx{position:absolute;inset:clamp(12px,1.4vw,18px);z-index:6;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;opacity:0;pointer-events:none;backdrop-filter:blur(13px) saturate(1.15);-webkit-backdrop-filter:blur(13px) saturate(1.15);transition:opacity var(--dur-slow) var(--ease-brand)}.propizone-v2 .glassx.in{opacity:1}.propizone-v2 .gx-ico{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.propizone-v2 .gx-ico svg{width:22px;height:22px}.propizone-v2 .gx-n{font-size:72px;line-height:72px;letter-spacing:-.045em;font-weight:700;font-variant-numeric:tabular-nums;display:inline-block}.propizone-v2 .gx-n.pop{animation:figpop .46s var(--ease-brand)}.propizone-v2 .gx-big{font-size:28px;line-height:34px;letter-spacing:-.02em;font-weight:700}.propizone-v2 .gx-lab{font-size:15px;line-height:24px;font-weight:700}.propizone-v2 .gx-sub{font-size:12px;line-height:17px}.propizone-v2 .gx-sub u{text-decoration:none;font-weight:700}.propizone-v2 .gx-booked{background:rgba(27,50,95,.5);border:1px solid rgba(168,198,247,.4)}.propizone-v2 .gx-booked .gx-ico{background:#a8c6f7;color:var(--navy)}.propizone-v2 .gx-booked .gx-n{color:#fff}.propizone-v2 .gx-booked .gx-lab{color:var(--paper)}.propizone-v2 .gx-booked .gx-sub{color:#c6cedc}.propizone-v2 .gx-lost{background:rgba(178,58,58,.12);border:1px solid rgba(178,58,58,.4)}.propizone-v2 .gx-lost .gx-ico{background:#b23a3a;color:#fff}.propizone-v2 .gx-lost .gx-big{color:#8e2e2e}.propizone-v2 .gx-lost .gx-sub{color:var(--body)}.propizone-v2 .gx-lost .gx-sub u{color:#8e2e2e}@media (prefers-reduced-motion:reduce){.propizone-v2 .glassx{transition:none}.propizone-v2 .gx-n.pop{animation:none}}.propizone-v2 .wf-img{display:block;width:100%;height:100%;background:var(--alt);overflow:hidden;border-radius:14px}.propizone-v2 .wf-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.propizone-v2 .build-stick{height:auto;min-height:82vh;padding:clamp(28px,5vh,55px) 0}.propizone-v2 .build-grid{align-content:center}.propizone-v2 .bridge{height:clamp(260px,30vw,340px)}.propizone-v2 .ledger{display:grid;grid-template-columns:1fr auto;gap:8px 18px;align-items:start}.propizone-v2 .lg-col{display:flex;flex-direction:column;gap:7px;min-width:0}.propizone-v2 .lg-col .sd,.propizone-v2 .lg-col .sd-kept,.propizone-v2 .lg-col .sd-lost{align-self:flex-start}.propizone-v2 .lg-col.kept .sd-kept,.propizone-v2 .lg-col.kept .sd-lost{align-self:flex-end}.propizone-v2 .lg-col.kept{text-align:right}.propizone-v2 .lg-h{letter-spacing:.05em;text-transform:uppercase;color:var(--body);margin-bottom:2px}.propizone-v2 .lg-h,.propizone-v2 .sd-kept{font-size:12px;line-height:17px;font-weight:700}.propizone-v2 .sd-kept{color:var(--ink);padding:7px 12px;border-radius:9999px;background:rgba(53,53,53,.07)}.propizone-v2 .sd-lost{font-size:12px;line-height:17px;color:#c7ccd6;padding:7px 12px;letter-spacing:.1em}.propizone-v2 .body1,.propizone-v2 .body2,.propizone-v2 .body3,.propizone-v2 .lead,.propizone-v2 figcaption,.propizone-v2 li,.propizone-v2 p{text-wrap:pretty}.propizone-v2 .h1,.propizone-v2 .h2,.propizone-v2 .h3,.propizone-v2 .h4,.propizone-v2 .sec-open,.propizone-v2 blockquote,.propizone-v2 h1,.propizone-v2 h2,.propizone-v2 h3,.propizone-v2 h4{text-wrap:balance}.propizone-v2 .guard-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(28px,4vw,64px);align-items:center}.propizone-v2 .guard-rail{position:static;display:flex;flex-direction:column;gap:18px}.propizone-v2 .guard-rail .h2{max-width:16ch}.propizone-v2 .guard-rail .lead{color:var(--body);max-width:46ch}.propizone-v2 .gx-list{list-style:none;padding:0;margin-top:clamp(8px,1.4vw,16px);border-top:1px solid var(--line)}.propizone-v2 .gx-row{position:relative;display:block;width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:clamp(13px,1.5vw,17px) 0;border-bottom:1px solid var(--line)}.propizone-v2 .gx-row:focus-visible{outline:2px solid var(--royal);outline-offset:3px;border-radius:2px}.propizone-v2 .gx-row:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--royal);transform:scaleX(0);transform-origin:left center}.propizone-v2 .gx-row.on:after{animation:pzgx-dwell 4.2s linear forwards}.propizone-v2 .gx-list.held .gx-row.on:after{animation-play-state:paused}@keyframes pzgx-dwell{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.propizone-v2 .gx-tx{display:flex;flex-direction:column;gap:3px;min-width:0}.propizone-v2 .gx-t{font-size:19px;line-height:28px;font-weight:700;color:var(--body);transition:color var(--dur-base) var(--ease-brand)}.propizone-v2 .gx-p{font-size:15px;line-height:24px;color:var(--body);max-width:48ch;opacity:0;max-height:0;overflow:hidden;transition:opacity var(--dur-base) var(--ease-brand),max-height var(--dur-slow) var(--ease-brand)}.propizone-v2 .gx-row.on .gx-t{color:var(--ink)}.propizone-v2 .gx-row.on .gx-p{opacity:1;max-height:120px}.propizone-v2 .gx-row:hover .gx-t{color:var(--ink)}.propizone-v2 .ph-stage{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;padding:clamp(13px,2vw,26px) 0}.propizone-v2 .ph-stage:after{content:"";position:absolute;left:50%;bottom:15%;width:40%;height:24px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgba(27,50,95,.14) 0,rgba(27,50,95,0) 70%)}.propizone-v2 .ph-frame{--ph-dh:clamp(300px,30vw,420px);--ph-top:0.2221;position:relative;z-index:1;width:100%;flex:none;align-self:center;height:calc(var(--ph-dh) * 1.7736);perspective:1400px;perspective-origin:50% 42%}.propizone-v2 .ph-slide[data-pose=a]{--ar:0.7506;--rl:0.4662;--rt:0.0174;--rw:0.4093;--rh:0.6738}.propizone-v2 .ph-slide[data-pose=b]{--ar:0.711;--rl:0.1162;--rt:0.015;--rw:0.4287;--rh:0.6539}.propizone-v2 .ph-slide[data-pose=c]{--ar:0.4903;--rl:0.1805;--rt:0.0147;--rw:0.6053;--rh:0.635}.propizone-v2 .ph-slide[data-pose=d]{--ar:0.9034;--rl:0.4917;--rt:0.1783;--rw:0.4157;--rh:0.8028}.propizone-v2 .ph-media{position:absolute;height:calc(var(--ph-dh) / var(--rh));width:calc(var(--ph-dh) / var(--rh) * var(--ar));top:calc(var(--ph-dh) * var(--ph-top) - var(--rt) * (var(--ph-dh) / var(--rh)));left:calc(50% - (var(--rl) + var(--rw) / 2) * (var(--ph-dh) / var(--rh) * var(--ar)))}.propizone-v2 .ph-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transform-style:preserve-3d;backface-visibility:hidden;transition:opacity .62s var(--ease-brand) .12s,transform 1.04s cubic-bezier(.16,.84,.24,1),filter .62s var(--ease-brand);will-change:transform,opacity,filter}.propizone-v2 .ph-slide.on[data-dir]{opacity:1;pointer-events:auto;filter:none;transform:translateZ(0) rotateY(0deg) rotateX(0deg) scale(1)}.propizone-v2 .ph-slide[data-dir=left]{transform:translate3d(-10%,2%,-320px) rotateY(40deg) rotateX(4deg) scale(.96);filter:blur(3px)}.propizone-v2 .ph-slide[data-dir=right]{transform:translate3d(10%,2%,-320px) rotateY(-40deg) rotateX(4deg) scale(.96);filter:blur(3px)}.propizone-v2 .ph-slide[data-dir=down]{transform:translate3d(2%,16%,-320px) rotateX(-30deg) rotateY(-7deg) scale(.96);filter:blur(3px)}.propizone-v2 .ph-slide[data-dir=up]{transform:translate3d(-2%,-15%,-320px) rotateX(30deg) rotateY(7deg) scale(.96);filter:blur(3px)}.propizone-v2 .ph-hand{position:relative;z-index:2;width:100%;height:100%;-o-object-fit:fill;object-fit:fill;display:block;filter:drop-shadow(0 26px 44px rgba(27,50,95,.18))}.propizone-v2 .ph-screen{position:absolute;z-index:1;border-radius:6px;overflow:hidden;background:var(--card);display:flex;align-items:center;justify-content:center}.propizone-v2 .ph-slide[data-pose=a] .ph-screen,.propizone-v2 .ph-slide[data-pose=b] .ph-screen,.propizone-v2 .ph-slide[data-pose=c] .ph-screen,.propizone-v2 .ph-slide[data-pose=d] .ph-screen{left:calc(var(--rl)*100%);top:calc(var(--rt)*100%);width:calc(var(--rw)*100%);height:calc(var(--rh)*100%)}.propizone-v2 .ph-screen img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:900px){.propizone-v2 .guard-grid{grid-template-columns:1fr;gap:34px}.propizone-v2 .ph-stage{order:0;width:100%;padding:4px 0 13px}.propizone-v2 .ph-stage .ph-frame{--ph-dh:clamp(200px,44vw,300px);margin-inline:auto}.propizone-v2 .ph-frame{--ph-dh:clamp(240px,70vw,400px)}.propizone-v2 .gx-row .gx-p,.propizone-v2 .gx-row.on .gx-p{opacity:1;max-height:none}}@media (prefers-reduced-motion:reduce){.propizone-v2 .ph-slide{transition:opacity .2s linear}.propizone-v2 .ph-slide[data-dir]{transform:none;filter:none}.propizone-v2 .gx-row.on:after{animation:none;transform:scaleX(1)}}.propizone-v2 .br-packet{position:absolute;top:50%;left:0;z-index:3;width:9px;height:9px;margin-top:-4.5px;border-radius:50%;background:var(--gold);opacity:0;pointer-events:none;box-shadow:0 0 0 3px hsla(41,43%,58%,.22),0 0 14px 3px hsla(41,43%,58%,.45)}.propizone-v2 .bridge.live .br-packet{animation:pzbrsend 3.4s cubic-bezier(.5,0,.5,1) .42s infinite}@keyframes pzbrsend{0%{left:-1%;opacity:0;transform:scale(.5)}8%{opacity:1;transform:scale(1)}50%{left:50%;opacity:1;transform:scale(1.15)}88%{left:100%;opacity:1;transform:scale(1)}to{left:101%;opacity:0;transform:scale(.5)}}.propizone-v2 .br-burst{position:absolute;top:50%;right:0;width:0;height:0;z-index:4;pointer-events:none}.propizone-v2 .br-burst span{position:absolute;left:0;top:0;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;border-radius:1.5px;background:var(--gold);opacity:0}.propizone-v2 .br-burst span:nth-child(3n){background:var(--royal);width:4px;height:4px}.propizone-v2 .br-burst span:nth-child(4n){background:hsla(41,43%,58%,.6)}.propizone-v2 .bridge.live .br-burst span{animation:pzbrburst 3.4s cubic-bezier(.15,.75,.3,1) .42s infinite;animation-delay:calc(.42s + var(--bd,0ms))}@keyframes pzbrburst{0%,82%{opacity:0;transform:translate(0) scale(.3)}87%{opacity:1;transform:translate(calc(var(--tx) * .42),calc(var(--ty) * .42)) scale(1)}to{opacity:0;transform:translate(var(--tx),var(--ty)) scale(.45)}}.propizone-v2 .br-flare{position:absolute;inset:-6px;border-radius:8px;pointer-events:none;border:1.5px solid hsla(41,43%,58%,.9);opacity:0;transform:scale(.94)}.propizone-v2 .bridge.live .br-flare{animation:pzbrland 3.4s var(--ease-brand) .42s infinite}@keyframes pzbrland{0%,80%{opacity:0;transform:scale(.94)}86%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.propizone-v2 .bridge.live .br-packet{animation:none;opacity:1;left:50%}.propizone-v2 .bridge.live .br-flare{animation:none;opacity:.6}.propizone-v2 .bridge.live .br-burst span{animation:none;opacity:0}}.propizone-v2 .bx{position:relative;overflow:hidden;background:var(--alt)}.propizone-v2 .sixc-img.bx-night{display:block}.propizone-v2 .sixc-img.bx-ring,.propizone-v2 .sixc-img.bx-sq{display:flex;align-items:center;justify-content:center}.propizone-v2 .bx-hand svg,.propizone-v2 .bx-ring svg,.propizone-v2 .bx-sq svg{width:100%;height:100%;display:block;overflow:visible}.propizone-v2 .bx-hand .pl,.propizone-v2 .bx-ring .pl,.propizone-v2 .bx-sq .pl{fill:var(--card);stroke:var(--line);stroke-width:1.5}.propizone-v2 .bx-hand .mut,.propizone-v2 .bx-ring .mut,.propizone-v2 .bx-sq .mut{fill:rgba(53,53,53,.15)}.propizone-v2 .bx-ring .roy,.propizone-v2 .bx-sq .roy{fill:var(--royal)}.propizone-v2 .bx-hand .gld,.propizone-v2 .bx-sq .gld{fill:var(--gold)}.propizone-v2 .bx-ring .thumb{fill:rgba(46,101,194,.16)}.propizone-v2 .sixc:after{content:none}.propizone-v2 .sixc-edge{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:2}.propizone-v2 .sixc-edge path{fill:none;stroke:rgba(46,101,194,.32);stroke-width:1;stroke-linejoin:round;stroke-dashoffset:var(--len,9999)}.propizone-v2 .sixc.act .sixc-edge path{animation:pzbxTrace 3.4s linear forwards}.propizone-v2 .sixg.held .sixc.act .sixc-edge path{animation-play-state:paused}@keyframes pzbxTrace{0%{stroke-dashoffset:var(--len,9999)}to{stroke-dashoffset:0}}.propizone-v2 .sixc{transition:transform .28s cubic-bezier(.34,1.32,.64,1),border-color .24s ease-out,box-shadow .24s ease-out}.propizone-v2 .sixc-img{transition:opacity .3s ease-out}.propizone-v2 .sixc:not(.act) .sixc-img{opacity:.5}.propizone-v2 .sixc.act{transform:translateY(-5px) scale(1.012);box-shadow:0 18px 40px -24px rgba(27,50,95,.55)}.propizone-v2 .sixc.act .sixc-img{opacity:1}.propizone-v2 .bx-night{padding:clamp(13px,1.3vw,18px)}.propizone-v2 .bx-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:5px;height:100%;align-content:center}.propizone-v2 .bx-grid i{border-radius:2px;background:rgba(53,53,53,.05);aspect-ratio:3/4}.propizone-v2 .sixc.act .bx-grid i{animation:pzbxOut .9s var(--ease-brand) calc(var(--i,0) * 34ms) both}@keyframes pzbxOut{0%{background:rgba(53,53,53,.19)}to{background:rgba(53,53,53,.05)}}.propizone-v2 .bx-grid i.hot{background:var(--gold);box-shadow:0 0 0 2px hsla(41,43%,58%,.22)}.propizone-v2 .sixc.act .bx-grid i.hot{animation:pzbxLight .78s var(--ease-brand) .9s both}@keyframes pzbxLight{0%{background:rgba(53,53,53,.19);box-shadow:0 0 0 0 hsla(41,43%,58%,0)}to{background:var(--gold);box-shadow:0 0 0 2px hsla(41,43%,58%,.22)}}.propizone-v2 .bx-spill{position:absolute;left:50%;top:50%;width:44%;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;background:radial-gradient(circle,hsla(41,43%,58%,.34) 0,hsla(41,43%,58%,0) 68%);animation:pzbxSpill 5.2s var(--ease-brand) infinite}@keyframes pzbxSpill{0%,to{opacity:.75;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.14)}}.propizone-v2 .bx-clock{position:absolute;left:clamp(13px,1.3vw,18px);bottom:clamp(11px,1.1vw,15px);font-size:12px;line-height:16px;letter-spacing:.06em;font-weight:700;color:var(--body)}.propizone-v2 .sixc.act .bx-clock{animation:pzbxFadeUp .62s var(--ease-brand) 1s both}.propizone-v2 .bx-ring .rg{fill:none;stroke:var(--royal);stroke-width:2;opacity:0}.propizone-v2 .sixc.act .rg{animation:pzbxRipple 1.5s var(--ease-brand) infinite}.propizone-v2 .sixc.act .rg2{animation-delay:.22s}.propizone-v2 .sixc.act .rg3{animation-delay:.44s}.propizone-v2 .rg1{opacity:.32}@keyframes pzbxRipple{0%{opacity:.42;transform:scale(.72)}70%{opacity:.12}to{opacity:0;transform:scale(1.25)}}.propizone-v2 .bx-ring svg{overflow:visible}.propizone-v2 .bx-ring .rg{transform-origin:60px 46px}.propizone-v2 .bx-ring .rg1{r:19}.propizone-v2 .bx-ring .rg2{r:27}.propizone-v2 .bx-ring .rg3{r:35}.propizone-v2 .sixc.act .bx-hit{animation:pzbxPop .52s cubic-bezier(.22,1.4,.36,1) both}.propizone-v2 .sixc.act .bx-lot{animation:pzbxRise .62s var(--ease-brand) .56s both}.propizone-v2 .bx-fld{opacity:1}.propizone-v2 .bx-fld .tk{fill:none;stroke:var(--royal);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18;stroke-dashoffset:0}.propizone-v2 .sixc.act .bx-fld{animation:pzbxRise .46s var(--ease-brand) calc(var(--n) * .17s) both}.propizone-v2 .sixc.act .bx-fld .tk{animation:pzbxDraw18 .38s var(--ease-brand) calc(var(--n) * .17s + .24s) both}@keyframes pzbxDraw18{0%{stroke-dashoffset:18}to{stroke-dashoffset:0}}.propizone-v2 .bx-pulse{fill:none;stroke:var(--gold);stroke-width:2;opacity:0;transform-origin:64px 68px}.propizone-v2 .sixc.act .bx-pulse{animation:pzbxRipple .9s var(--ease-brand) .9s}.propizone-v2 .bx-slot{transform-origin:center}.propizone-v2 .sixc.act .bx-slot{animation:pzbxLand .7s cubic-bezier(.22,1.32,.36,1) .42s both}@keyframes pzbxLand{0%{opacity:0;transform:translateY(-16px)}55%{opacity:1}to{opacity:1;transform:none}}.propizone-v2 .bx-miss{opacity:.45}.propizone-v2 .bx-miss .xx{fill:none;stroke:var(--body);stroke-width:2.4;stroke-linecap:round;stroke-dasharray:13;stroke-dashoffset:0}.propizone-v2 .sixc.act .bx-miss .xx{animation:pzbxDraw13 .38s var(--ease-brand) .2s both}@keyframes pzbxDraw13{0%{stroke-dashoffset:13}to{stroke-dashoffset:0}}.propizone-v2 .bx-again .ar{fill:none;stroke:var(--gold);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.propizone-v2 .ar-tr{fill:none;stroke:var(--gold);stroke-width:2.4;opacity:.2}.propizone-v2 .ar-c{transform-origin:73px 47px}.propizone-v2 .sixc.act .bx-again{animation:pzbxRise .46s var(--ease-brand) .56s both}.propizone-v2 .sixc.act .ar-c{animation:pzbxSpin 1.5s cubic-bezier(.45,0,.55,1) .7s both}@keyframes pzbxSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.propizone-v2 .bx-rebook .tk{fill:none;stroke:var(--royal);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18;stroke-dashoffset:0}.propizone-v2 .sixc.act .bx-rebook{animation:pzbxRise .46s var(--ease-brand) 1.18s both}.propizone-v2 .sixc.act .bx-rebook .tk{animation:pzbxDraw18 .38s var(--ease-brand) 1.42s both}.propizone-v2 .sixc-img.bx-hand{display:flex;align-items:center;justify-content:center;padding:clamp(9px,1vw,14px)}.propizone-v2 .bx-track{stroke:var(--line);stroke-width:1.5;stroke-dasharray:3 6;fill:none}.propizone-v2 .bx-item{opacity:0}.propizone-v2 .sixc.act .bx-item{animation:pzbxTravel 1.2s cubic-bezier(.45,0,.3,1) both}.propizone-v2 .sixc.act .bx-i1{animation-delay:.28s}.propizone-v2 .sixc.act .bx-i2{animation-delay:.5s}.propizone-v2 .sixc.act .bx-i3{animation-delay:.72s}@keyframes pzbxTravel{0%{opacity:0;transform:translateX(0)}14%{opacity:1}78%{opacity:1;transform:translateX(108px)}to{opacity:0;transform:translateX(108px)}}.propizone-v2 .bx-halo{fill:none;stroke:var(--gold);stroke-width:2;opacity:0;transform-origin:238px 75px}.propizone-v2 .sixc.act .bx-halo{animation:pzbxRipple 1.1s var(--ease-brand) 1.62s}@keyframes pzbxFadeUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes pzbxRise{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes pzbxPop{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:none}}@media (max-width:620px){.propizone-v2 .sixc:not(.act) .sixc-img{opacity:1}.propizone-v2 .sixc.act{transform:none;box-shadow:none}.propizone-v2 .sixc-edge{display:none}.propizone-v2 .bx-grid{gap:4px}}@media (prefers-reduced-motion:reduce){.propizone-v2 .sixc,.propizone-v2 .sixc-img{transition:none}.propizone-v2 .sixc.act{transform:none;box-shadow:none}.propizone-v2 .sixc:not(.act) .sixc-img{opacity:1}.propizone-v2 .sixc-edge{display:none}.propizone-v2 .bx-spill,.propizone-v2 .sixc.act *{animation:none!important}.propizone-v2 .bx-halo,.propizone-v2 .bx-item,.propizone-v2 .bx-pulse{opacity:0}}@media (max-width:1024px){.propizone-v2 .build-grid{grid-template-columns:1fr;gap:34px}}@media (max-width:768px){.propizone-v2 .build-track{height:auto}.propizone-v2 .build-stick{position:static;height:auto;min-height:0;overflow:visible;padding:clamp(34px,6vh,55px) 0}.propizone-v2 .build-grid{align-items:start}}@media (max-width:1024px){.propizone-v2 .wf-copy{flex-direction:column;align-items:stretch}}@media (max-width:760px){.propizone-v2 .ed-row{grid-template-columns:1fr;gap:11px;padding-block:clamp(21px,4vw,28px)}.propizone-v2 .ed-lab{margin-bottom:2px}}@media (max-width:900px){.propizone-v2 .fxl-copy h3{font-size:22px;line-height:30px;letter-spacing:-.01em}.propizone-v2 .fxl-copy p{font-size:15px;line-height:25px}}@media (max-width:1024px){.propizone-v2 .wf{display:grid;grid-template-columns:1fr;gap:0;row-gap:0}.propizone-v2 .wf-copy,.propizone-v2 .wf-stage,.propizone-v2 .wf-tabs{display:contents}.propizone-v2 .wf-tab[data-i="0"]{grid-row:1}.propizone-v2 .wf-card[data-i="0"]{grid-row:2}.propizone-v2 .wf-note[data-i="0"]{grid-row:3}.propizone-v2 .wf-tab[data-i="1"]{grid-row:4}.propizone-v2 .wf-card[data-i="1"]{grid-row:5}.propizone-v2 .wf-note[data-i="1"]{grid-row:6}.propizone-v2 .wf-tab[data-i="2"]{grid-row:7}.propizone-v2 .wf-card[data-i="2"]{grid-row:8}.propizone-v2 .wf-note[data-i="2"]{grid-row:9}.propizone-v2 .wf-tab{padding:18px 0 18px 18px;border-left:1.5px solid var(--line);font-size:17px;line-height:26px;opacity:1;color:var(--body)}.propizone-v2 .wf-tab[aria-selected=true]{color:var(--ink)}.propizone-v2 .wf-card{position:static;inset:auto;opacity:1;display:none;margin:13px 0 0 18px;border-radius:14px;overflow:hidden}.propizone-v2 .wf-card.on{display:block}.propizone-v2 .wf-card .wf-img{aspect-ratio:4/5;height:auto}.propizone-v2 .wf-note{position:static;height:auto;overflow:visible;opacity:0;display:none;margin:13px 0 21px 18px;gap:11px}.propizone-v2 .wf-note.on{display:flex;opacity:1;transform:none}.propizone-v2 .wf-copy{min-height:0}}@media (max-width:620px){.propizone-v2 .bx-grid{gap:4px}}@media (max-width:900px){.propizone-v2 .gx-row .gx-p{opacity:0;max-height:0}.propizone-v2 .gx-row.on .gx-p{opacity:1;max-height:200px}.propizone-v2 .street-main{display:flex;flex-direction:column;gap:21px}.propizone-v2 .street-side{display:contents}.propizone-v2 .street-picks{order:1;padding-top:0}.propizone-v2 .street-copies{order:2;position:static;min-height:0}.propizone-v2 .bcopy{position:static;opacity:1;transform:none;display:none}.propizone-v2 .bcopy.on{display:flex}.propizone-v2 .street-stage{order:3;position:relative;aspect-ratio:4/5;max-height:52vh}}@media (max-width:768px){.propizone-v2 .bphase{display:flex}.propizone-v2 .bphase+.bphase{margin-top:26px;padding-top:26px;border-top:1px solid var(--line)}.propizone-v2 .bweeks{display:none}.propizone-v2 .build-copy{gap:0}}@media (max-width:480px){.propizone-v2 .hero{min-height:88vh;min-height:88svh}.propizone-v2 .hero h1{font-size:29px;line-height:37px;max-width:none;text-wrap:pretty}.propizone-v2 .hero .meta{flex-direction:row;flex-wrap:wrap;justify-content:center;-moz-column-gap:16px;column-gap:16px;row-gap:4px}}@media (max-width:900px){.propizone-v2 .bcopy h3,.propizone-v2 .beat-head .h2,.propizone-v2 .fxl-copy h3,.propizone-v2 .fxl-copy p,.propizone-v2 .sec-head .h2{max-width:none}.propizone-v2 .fxl-copy{gap:9px}.propizone-v2 .fxl-copy h3,.propizone-v2 .fxl-copy p{margin:0}.propizone-v2 .bpick-n{min-height:42px}}@media (max-width:620px){.propizone-v2 #whofor .beat-head h2 br{display:none}}@media (max-width:768px){.propizone-v2 .build-grid{display:flex;flex-direction:column;gap:34px}.propizone-v2 .bridge{order:1;margin-bottom:8px}.propizone-v2 .build-copy{order:2}.propizone-v2 .bphase:before{display:block;margin-bottom:2px;font-size:12px;line-height:17px;letter-spacing:.05em;text-transform:uppercase;font-weight:700;color:var(--royal)}.propizone-v2 #bp1:before{content:"Phase 01 · Weeks 01-02"}.propizone-v2 #bp2:before{content:"Phase 02 · Weeks 03-05"}.propizone-v2 #bp3:before{content:"Phase 03 · Weeks 06-08"}.propizone-v2 #bp4:before{content:"Phase 04 · Weeks 09-10"}}.propizone-v2 .fourx.flat .fxl.on{opacity:0;transform:translateY(24px);transition:opacity .72s var(--ease-brand),transform .72s var(--ease-brand)}.propizone-v2 .fourx.flat .fxl.on.in{opacity:1;transform:none}.propizone-v2 .fourx.flat .fxl.on .fxl-copy h3,.propizone-v2 .fourx.flat .fxl.on .fxl-copy p,.propizone-v2 .fourx.flat .fxl.on .fxl-vis{opacity:0;transform:translateY(12px);transition:opacity .6s var(--ease-brand),transform .6s var(--ease-brand)}.propizone-v2 .fourx.flat .fxl.on.in .fxl-copy h3{opacity:1;transform:none;transition-delay:90ms}.propizone-v2 .fourx.flat .fxl.on.in .fxl-copy p{opacity:1;transform:none;transition-delay:.18s}.propizone-v2 .fourx.flat .fxl.on.in .fxl-vis{opacity:1;transform:none;transition-delay:.27s}@media (prefers-reduced-motion:reduce){.propizone-v2 .fourx.flat .fxl.on,.propizone-v2 .fourx.flat .fxl.on .fxl-copy h3,.propizone-v2 .fourx.flat .fxl.on .fxl-copy p,.propizone-v2 .fourx.flat .fxl.on .fxl-vis{opacity:1;transform:none;transition:none}}