:root{--ink:#071733;--muted:#53627a;--red:#b4121b;--red-dark:#8e0d15;--teal:#008595;--line:#e8e2db;--paper:#fffdfb;--wash:#f8f5f1;--shadow:0 14px 28px #0a183014}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:min(1200px,100% - 48px);margin:0 auto}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdfbf5;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:82px;display:flex}.brand{color:var(--red);letter-spacing:-.09em;align-items:flex-start;gap:3px;font-size:2rem;font-weight:700;line-height:1;display:inline-flex}.brand sup{letter-spacing:-.04em;padding-top:3px;font-size:.78rem}.nav{align-items:center;gap:48px;font-size:.98rem;font-weight:500;display:flex}.nav a{padding:8px 0;position:relative}.nav a:after{content:"";background:var(--red);height:1px;transition:transform .2s;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.nav a:hover:after{transform:scaleX(1)}.button{background:var(--red);color:#fff;border:1px solid var(--red);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.button:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 9px 18px #b4121b33}.button:active{transform:scale(.98)}.button:focus-visible,.nav a:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #00859573}.button-quiet{color:var(--red);border-color:var(--red);background:0 0}.button-quiet:hover{box-shadow:none;background:#fff3f2}.button-light{color:var(--red);background:#fff;border-color:#fff}.button-light:hover{background:#f8eeec}.menu-button{background:0 0;border:0;width:44px;height:44px;padding:10px;display:none}.menu-button i{background:var(--ink);height:2px;margin:5px 0;display:block}.hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 77% 15%,#00859514,#0000 26%),linear-gradient(120deg,#fffdfb 15%,#f9f6f2);overflow:hidden}.hero-grid{grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);align-items:center;gap:56px;min-height:385px;padding:32px 0 36px;display:grid}.hero-copy h1,.page-intro h1{letter-spacing:-.055em;text-wrap:balance;max-width:690px;margin:0 0 22px;font-size:clamp(2.7rem,5vw,4.7rem);line-height:1.03}.hero-copy p{color:#263752;text-wrap:pretty;max-width:570px;margin:0 0 24px;font-size:1.23rem;line-height:1.55}.selector{box-shadow:var(--shadow);background:#fff;border:1px solid #ddd6cf;border-radius:12px;padding:28px 24px 22px;animation:.65s .15s both rise}.selector h2{letter-spacing:-.035em;margin:0 0 20px;font-size:1.45rem}.choice-row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.choice{min-height:190px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #ded8d1;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:border-color .2s,background-color .2s,transform .2s;display:flex;position:relative}.choice:hover{border-color:var(--teal);transform:translateY(-3px)}.choice.active{border-color:var(--teal);background:#f1faf9}.choice-icon{font-size:4.4rem;font-weight:400;line-height:.8}.choice strong{font-size:1.1rem}.choice b{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:11px;right:12px}.selector p{min-height:24px;color:var(--muted);margin:17px 0 10px}.text-link{color:var(--red);align-items:center;gap:9px;font-weight:700;display:inline-flex}.text-link span{font-size:1.25rem;transition:transform .2s}.text-link:hover span{transform:translate(4px)}.benefit-strip{border-bottom:1px solid var(--line);background:#fff}.benefit-strip>div{grid-template-columns:repeat(4,1fr);display:grid}.benefit-strip span{border-right:1px solid var(--line);min-height:72px;color:var(--teal);justify-content:center;align-items:center;gap:13px;padding:0 22px;font-size:1.45rem;display:flex}.benefit-strip span:last-child{border-right:0}.benefit-strip b{color:var(--ink);font-size:.98rem}.section{padding:98px 0}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.12em;margin:0 0 14px;font-size:.78rem;font-weight:700}.split-heading{grid-template-columns:.72fr 1.28fr;align-items:center;gap:64px;display:grid}.split-heading h2,.setup-grid h2,.content-grid h2,.contact-layout h2,.contact-card h2,.final-cta h2,.narrow h2{letter-spacing:-.052em;text-wrap:balance;margin:0 0 18px;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08}.split-heading>div>p:not(.eyebrow),.content-grid p,.contact-layout p,.contact-card p{color:var(--muted);text-wrap:pretty;font-size:1.08rem;line-height:1.65}.product-grid{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.product-card{text-align:center;border-right:1px solid var(--line);padding:18px 14px 20px;transition:background-color .2s,transform .2s}.product-card:last-child{border-right:0}.product-card:hover{background:#fff8f7;transform:translateY(-3px)}.product-image{place-items:center;height:152px;display:grid}.product-image img{object-fit:contain;max-width:100%;max-height:100%}.product-card h3{margin:10px 0 4px;font-size:1.1rem}.product-card strong{color:var(--red);font-variant-numeric:tabular-nums;font-size:1.18rem}.product-card p{color:var(--muted);margin:10px 0 0;font-size:.86rem}.setup-section{background:var(--wash);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.setup-grid{grid-template-columns:.76fr 1.24fr;align-items:start;gap:70px;display:grid}.setup-grid ol{margin:0;padding:0;list-style:none}.setup-grid li{border-top:1px solid #d9d2ca;gap:22px;padding:18px 0;display:flex}.setup-grid li:last-child{border-bottom:1px solid #d9d2ca}.setup-grid li>span{border:1px solid var(--teal);width:34px;height:34px;color:var(--teal);border-radius:50%;flex:none;place-items:center;font-weight:700;display:grid}.setup-grid h3{margin:3px 0 5px;font-size:1.2rem}.setup-grid li p{color:var(--muted);margin:0;line-height:1.5}.narrow{max-width:800px}.faq-section{background:#fff}.faq-list{border-top:1px solid var(--line);margin-top:30px}.faq{border-bottom:1px solid var(--line)}.faq button{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:0;justify-content:space-between;padding:22px 0;font-size:1.08rem;font-weight:700;display:flex}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .26s;display:grid}.faq-answer>p{color:var(--muted);margin:0;line-height:1.65;overflow:hidden}.faq-answer.open{grid-template-rows:1fr}.faq-answer.open>p{padding:0 0 22px}.final-cta{background:var(--red);color:#fff;padding:60px 0}.final-cta>div{justify-content:space-between;align-items:center;gap:32px;display:flex}.final-cta .eyebrow{color:#ffd8d3}.final-cta h2{margin:0;font-size:clamp(2rem,3.4vw,3.25rem)}.news-section{background:#fff}.news-section h2{letter-spacing:-.05em;margin:0 0 30px;font-size:clamp(2.1rem,3.7vw,3.2rem)}.news-list{border-top:1px solid var(--line)}.news-list a{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr 30px;align-items:center;gap:20px;padding:20px 0;transition:color .2s;display:grid}.news-list a:hover{color:var(--red)}.news-list span{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.78rem;font-weight:700}.news-list h3{letter-spacing:-.025em;margin:0;font-size:1.25rem}.news-list b{color:var(--red);font-size:1.3rem}.service-utility{flex-wrap:wrap;gap:26px;padding-bottom:84px;display:flex}.service-utility a{color:var(--red);font-weight:700}.demand-heading{grid-template-columns:1fr .7fr;align-items:end;gap:64px;margin-bottom:34px;display:grid}.demand-heading h2{letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2.35rem,4.4vw,4rem);line-height:1.05}.demand-heading>p{color:var(--muted);max-width:420px;margin:0 0 3px;font-size:1.08rem;line-height:1.6}.demand-section .demand-list{grid-template-columns:1fr 1fr;column-gap:56px;max-width:none;display:grid}.demand-section .demand-list article{min-height:145px}.infinity-hero{border-bottom:1px solid var(--line);grid-template-columns:1.15fr .85fr;align-items:center;gap:72px;padding-bottom:82px;display:grid}.infinity-hero h2,.infinity-devices h2,.infinity-note h2{letter-spacing:-.055em;text-wrap:balance;margin:0 0 18px;font-size:clamp(2.35rem,4.3vw,4rem);line-height:1.05}.infinity-hero p:not(.eyebrow),.infinity-note p{max-width:620px;color:var(--muted);margin:0 0 24px;font-size:1.1rem;line-height:1.65}.infinity-panel{color:#fff;min-height:330px;box-shadow:var(--shadow);background:linear-gradient(145deg,#083c56,#008595);border-radius:12px;flex-direction:column;justify-content:end;padding:42px;display:flex}.panel-mark{color:#bdf5f0;margin-bottom:auto;font-size:8rem;line-height:.7}.infinity-panel h3{letter-spacing:-.04em;margin:0 0 7px;font-size:1.8rem}.infinity-hero .infinity-panel p{color:#d5fbf7;margin:0;line-height:1.5}.infinity-devices{grid-template-columns:.8fr 1.2fr;align-items:center;gap:72px;padding:78px 0;display:grid}.device-icons{border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.device-icons div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:130px;display:flex}.device-icons div:nth-child(3n){border-right:0}.device-icons div:nth-last-child(-n+3){border-bottom:0}.device-icons span{color:var(--teal);font-size:2.35rem;line-height:1}.device-icons b{font-size:.92rem}.infinity-note{border:1px solid var(--line);background:var(--wash);border-radius:10px;grid-template-columns:.5fr 1fr;align-items:start;gap:72px;padding:48px;display:grid}.infinity-note h2{margin:0;font-size:2.1rem}.infinity-note p{margin-bottom:18px}.infinity-plans{padding:78px 0 0}.infinity-plans>div:first-child{max-width:720px;margin-bottom:30px}.infinity-plans h2{letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2.25rem,4vw,3.6rem);line-height:1.08}.infinity-plans>div:first-child>p:not(.eyebrow){color:var(--muted);margin:14px 0 0;font-size:1.08rem;line-height:1.6}.plan-grid{border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.plan-grid article{border-right:1px solid var(--line);flex-direction:column;align-items:flex-start;min-height:245px;padding:28px;display:flex}.plan-grid article:last-child{border-right:0}.plan-grid h3{letter-spacing:-.03em;margin:0 0 13px;font-size:1.25rem}.plan-grid strong{letter-spacing:-.06em;color:var(--red);font-variant-numeric:tabular-nums;font-size:2.2rem}.plan-grid p{color:var(--muted);margin:13px 0 auto;line-height:1.55}.trial-strip{background:#fff5f3;border:1px solid #f0d8d3;border-radius:10px;justify-content:space-between;align-items:center;gap:30px;margin:24px 0 72px;padding:28px 32px;display:flex}.trial-strip .eyebrow{margin-bottom:6px}.trial-strip h2{letter-spacing:-.045em;margin:0;font-size:1.9rem}.trial-strip p:last-child{color:var(--muted);margin:5px 0 0}.cinema-hero{border-bottom:1px solid var(--line);grid-template-columns:1.1fr .9fr;align-items:center;gap:72px;padding-bottom:80px;display:grid}.cinema-hero h2,.cinema-devices h2,.cinema-plans h2,.free-stream h2,.cinema-note h2{letter-spacing:-.055em;text-wrap:balance;margin:0 0 18px;font-size:clamp(2.35rem,4.3vw,4rem);line-height:1.05}.cinema-hero p:not(.eyebrow),.cinema-note p{color:var(--muted);max-width:620px;margin:0 0 24px;font-size:1.1rem;line-height:1.65}.cinema-panel{color:#fff;min-height:330px;box-shadow:var(--shadow);background:linear-gradient(145deg,#1d2937,#57421f);border-radius:12px;flex-direction:column;justify-content:end;padding:40px;display:flex}.cinema-panel>span{color:#f6d997;margin-bottom:auto;font-size:4rem}.cinema-panel h3{letter-spacing:-.04em;margin:0 0 8px;font-size:1.8rem}.cinema-hero .cinema-panel p{color:#faeecb;margin:0;line-height:1.5}.cinema-devices{grid-template-columns:.78fr 1.22fr;align-items:center;gap:72px;padding:75px 0;display:grid}.cinema-devices>div:last-child{flex-wrap:wrap;gap:10px;display:flex}.cinema-devices span{border:1px solid var(--line);background:#fff;border-radius:7px;padding:11px 14px;font-size:.9rem;font-weight:700}.cinema-trial,.free-stream{background:#fff5f3;border:1px solid #f0d8d3;border-radius:10px;justify-content:space-between;align-items:center;gap:30px;padding:30px 34px;display:flex}.cinema-trial .eyebrow,.free-stream .eyebrow{margin-bottom:6px}.cinema-trial h2{letter-spacing:-.045em;margin:0;font-size:1.9rem}.cinema-trial p:last-child{color:var(--muted);margin:5px 0 0}.cinema-plans{padding:78px 0}.cinema-plans>h2{margin-bottom:30px}.cinema-plans .plan-grid small{color:var(--muted);margin-top:4px;display:block}.free-stream{background:#f7f4ed;border-color:#e9e0d4}.free-stream h2{margin:0 0 7px;font-size:2rem}.free-stream p:last-child{color:var(--muted);max-width:590px;margin:0;line-height:1.55}.cinema-note{background:var(--wash);border:1px solid var(--line);border-radius:10px;grid-template-columns:.55fr 1fr;align-items:start;gap:72px;margin-top:24px;padding:48px;display:grid}.cinema-note h2{margin:0;font-size:2.1rem}.cinema-note p{margin-bottom:18px}.page-intro{border-bottom:1px solid var(--line);background:linear-gradient(120deg,#fffdfb,#f4f1ed);padding:86px 0 68px}.page-intro p:last-child{max-width:660px;color:var(--muted);font-size:1.12rem;line-height:1.6}.page-intro h1{margin-bottom:14px;font-size:clamp(2.6rem,5.5vw,4.8rem)}.service-list{padding:36px 0 85px}.service-list article{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr auto;align-items:center;gap:28px;padding:32px 0;display:grid}.service-list article>span,.channels-grid article>span,.demand-list article>span{color:var(--red);font-weight:700}.service-list h2{letter-spacing:-.04em;margin:0 0 8px;font-size:1.75rem}.service-list p{color:var(--muted);max-width:630px;margin:0;line-height:1.55}.table-wrap{border:1px solid var(--line);border-radius:10px;overflow-x:auto}.table-wrap table{border-collapse:collapse;width:100%;min-width:920px}.table-wrap th,.table-wrap td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:20px}.table-wrap th{text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-size:.74rem}.table-wrap tr:last-child td{border-bottom:0}.table-product{align-items:center;gap:14px;min-width:255px;display:flex}.table-product img{object-fit:contain;width:70px;height:58px}.table-product b,.table-product small{display:block}.table-product small{color:var(--muted);margin-top:3px;font-size:.78rem;line-height:1.35}.table-link{color:var(--red);white-space:nowrap;font-weight:700}.channels-grid{border-left:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;display:grid}.channels-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:220px;padding:31px 28px}.channels-grid h2{letter-spacing:-.03em;margin:20px 0 10px;font-size:1.35rem}.channels-grid p,.demand-list p{color:var(--muted);margin:0;line-height:1.55}.demand-list{max-width:920px}.demand-list article{border-top:1px solid var(--line);grid-template-columns:70px 1fr;gap:18px;padding:28px 0;display:grid}.demand-list article:last-child{border-bottom:1px solid var(--line)}.demand-list h2{letter-spacing:-.035em;margin:0 0 8px;font-size:1.55rem}.content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.image-panel{border:1px solid var(--line);background:#fff;border-radius:10px;place-items:center;min-height:390px;padding:28px;display:grid}.image-panel img{object-fit:contain;max-width:100%;max-height:350px}.feature-list{border-top:1px solid var(--line)}.feature-list div{border-bottom:1px solid var(--line);gap:6px;padding:24px 0;display:grid}.feature-list b{font-size:1.3rem}.feature-list span{color:var(--muted)}.contact-layout{grid-template-columns:.75fr 1.25fr;gap:75px;display:grid}.contact-layout a,.contact-card>a:not(.button){color:var(--red);margin:14px 0;font-size:1.18rem;font-weight:700;display:block}.contact-form{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-form label{color:var(--ink);gap:8px;font-weight:700;display:grid}.contact-form .full{grid-column:1/-1}.contact-form input,.contact-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cfc6bd;border-radius:7px;padding:13px}.contact-form textarea{resize:vertical;min-height:150px}.contact-form-status{color:#075e67;background:#eff9f8;border-radius:6px;grid-column:1/-1;margin:0;padding:12px}.contact-form button{justify-self:start}.contact-card{flex-direction:column;align-items:flex-start;display:flex}.contact-card .button{margin-top:18px}.legal{color:#2e3d55;font-size:1.05rem;line-height:1.75}.legal h2{color:var(--ink)}.legal p{margin:0 0 18px}.not-found{align-items:center;min-height:56vh;display:flex}.site-footer{color:#dce5ef;background:#071733;padding:64px 0 0}.footer-grid{grid-template-columns:1.45fr 1fr 1fr 1fr 1fr;gap:36px;display:grid}.footer-brand{color:#fff}.footer-grid p{color:#9aaac0;line-height:1.5}.footer-grid h2{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0 0 15px;font-size:.8rem}.footer-grid a:not(.brand){color:#cbd6e4;margin:10px 0;font-size:.94rem;display:block}.footer-grid a:not(.brand):hover{color:#fff}.footer-bottom{color:#9aaac0;border-top:1px solid #ffffff29;justify-content:space-between;align-items:center;gap:25px;margin-top:52px;padding:18px 0;font-size:.83rem;display:flex}.footer-bottom img{width:auto;height:28px;display:block}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:.65s both rise}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:1024px){.nav{gap:25px}.hero-grid{grid-template-columns:1fr;gap:26px;padding:44px 0}.hero-copy h1,.selector{max-width:760px}.split-heading{grid-template-columns:1fr;gap:34px}.setup-grid{grid-template-columns:1fr;gap:30px}.content-grid,.contact-layout{gap:45px}.channels-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.shell{width:min(100% - 32px,1200px)}.header-inner{min-height:68px}.brand{font-size:1.65rem}.header-cta{display:none}.menu-button{display:block}.nav{border-bottom:1px solid var(--line);background:#fffdfb;gap:0;padding:16px;display:none;position:absolute;top:68px;left:0;right:0;box-shadow:0 13px 20px #0a183014}.nav-open{display:block}.nav a{padding:14px 5px;display:block}.hero-grid{padding:36px 0 30px}.hero-copy h1,.page-intro h1{font-size:clamp(2.45rem,12vw,3.4rem)}.hero-copy p{font-size:1.08rem}.selector{padding:22px 14px 18px}.selector h2{font-size:1.25rem}.choice-row{gap:8px}.choice{gap:8px;min-height:135px}.choice-icon{font-size:3rem}.choice strong{font-size:.88rem}.choice b{width:24px;height:24px;top:7px;right:7px}.benefit-strip>div{grid-template-columns:1fr 1fr}.benefit-strip span{border-bottom:1px solid var(--line);justify-content:flex-start;min-height:64px;padding:0 10px;font-size:1.15rem}.benefit-strip span:nth-child(2){border-right:0}.benefit-strip b{font-size:.8rem}.section{padding:68px 0}.product-grid{grid-template-columns:1fr 1fr}.product-card:nth-child(2){border-right:0}.product-card:nth-child(3){border-top:1px solid var(--line);grid-column:1/-1}.split-heading h2,.setup-grid h2,.content-grid h2,.contact-layout h2,.contact-card h2,.final-cta h2,.narrow h2{font-size:2.35rem}.setup-grid li{gap:15px}.final-cta{padding:46px 0}.final-cta>div{flex-direction:column;align-items:flex-start}.service-list{padding:16px 0 55px}.service-list article{grid-template-columns:38px 1fr;gap:10px;padding:26px 0}.service-list article .button{grid-column:2}.channels-grid{grid-template-columns:1fr}.channels-grid article{min-height:0}.content-grid,.contact-layout{grid-template-columns:1fr;gap:32px}.content-grid .image-panel{order:-1}.image-panel{min-height:275px}.contact-form{grid-template-columns:1fr}.contact-form .full{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;margin-top:40px}.demand-list article{grid-template-columns:42px 1fr}.page-intro{padding:58px 0 48px}}.product-image{height:136px;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;display:block}.product-card h3{margin-top:13px}.device-mobile{display:none}@media (max-width:1024px){.infinity-hero,.infinity-devices,.infinity-note,.infinity-plans>div:first-child{grid-template-columns:1fr;gap:38px}.infinity-hero{padding-bottom:62px}.infinity-devices{padding:62px 0}}@media (max-width:1180px) and (min-width:721px){.header-cta{display:none}.menu-button{display:block}.nav{border-bottom:1px solid var(--line);background:#fffdfb;gap:0;padding:16px;display:none;position:absolute;top:82px;left:0;right:0;box-shadow:0 13px 20px #0a183014}.nav-open{display:block}.nav a{padding:14px 5px;display:block}}@media (max-width:720px){.news-list a{grid-template-columns:1fr 24px;gap:8px}.news-list span{grid-column:1/-1}.news-list h3{font-size:1.08rem}.table-wrap{display:none}.device-mobile{gap:14px;display:grid}.device-mobile article{border:1px solid var(--line);border-radius:9px;grid-template-columns:100px 1fr;gap:14px;padding:16px;display:grid}.device-mobile article>img{object-fit:contain;width:100px;height:100px}.device-mobile h2{letter-spacing:-.025em;margin:0 0 7px;font-size:1.08rem;line-height:1.2}.device-mobile p{color:var(--muted);margin:0 0 12px;font-size:.88rem;line-height:1.43}.device-mobile dl{gap:5px;margin:0 0 12px;padding:0;font-size:.82rem;display:grid}.device-mobile dl div{justify-content:space-between;gap:10px;display:flex}.device-mobile dt{color:var(--muted)}.device-mobile dd{text-align:right;margin:0;font-weight:700}.device-mobile strong{color:var(--red);margin-bottom:7px;font-size:1.12rem;display:block}.device-mobile .text-link{font-size:.88rem}.demand-heading{grid-template-columns:1fr;gap:14px;margin-bottom:24px}.demand-section .demand-list{grid-template-columns:1fr}.demand-section .demand-list article{min-height:0}.infinity-panel{min-height:260px;padding:28px}.panel-mark{font-size:6.5rem}.infinity-devices{padding:50px 0}.device-icons{grid-template-columns:repeat(2,1fr)}.device-icons div{min-height:110px}.device-icons div:nth-child(3n){border-right:1px solid var(--line)}.device-icons div:nth-child(2n){border-right:0}.device-icons div:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.device-icons div:nth-last-child(-n+2){border-bottom:0}.infinity-plans{padding-top:50px}.plan-grid{grid-template-columns:1fr}.plan-grid article{border-right:0;border-bottom:1px solid var(--line);min-height:0}.plan-grid article:last-child{border-bottom:0}.plan-grid p{margin:10px 0 15px}.trial-strip{flex-direction:column;align-items:flex-start;margin-bottom:50px;padding:24px}.infinity-note{padding:28px}.cinema-hero,.cinema-devices,.cinema-note{grid-template-columns:1fr;gap:32px}.cinema-hero{padding-bottom:55px}.cinema-panel{min-height:250px;padding:28px}.cinema-devices{padding:50px 0}.cinema-trial,.free-stream{flex-direction:column;align-items:flex-start;padding:24px}.cinema-plans{padding:52px 0}.cinema-note{padding:28px}.cinema-note h2{font-size:2rem}}.cinema-cinematic{color:#fff;background:#17120f;align-items:center;min-height:610px;display:flex;position:relative;overflow:hidden}.cinema-cinematic>img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.cinema-cinematic-scrim{background:linear-gradient(90deg,#140d0bf0 0%,#140d0bd6 35%,#140d0b66 65%,#140d0b38 100%);position:absolute;inset:0}.cinema-cinematic-copy{z-index:1;width:100%;padding-top:86px;padding-bottom:86px;position:relative}.cinema-cinematic .eyebrow{color:#f2c876;margin-bottom:18px}.cinema-cinematic h1{color:#fff;letter-spacing:-.072em;text-wrap:balance;max-width:760px;margin:0 0 22px;font-size:clamp(3.55rem,7vw,6.8rem);line-height:.91}.cinema-cinematic-copy>p:not(.eyebrow){color:#f5ebe0;max-width:555px;margin:0;font-size:1.15rem;line-height:1.65}.cinema-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px;display:flex}.cinema-primary{color:#261a13;background:#f2c876;border-color:#f2c876}.cinema-primary:hover{background:#fff0cb;border-color:#fff0cb}.cinema-secondary{color:#fff5dc;border-bottom:1px solid #fff5dc8c;padding:10px 0;font-weight:800;text-decoration:none}.cinema-secondary span{margin-left:8px;transition:transform .22s;display:inline-block}.cinema-secondary:hover span{transform:translate(4px)}.cinema-story{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(40px,7vw,110px);padding:94px 0 18px;display:grid}.cinema-story h2{letter-spacing:-.06em;text-wrap:balance;max-width:620px;margin:0;font-size:clamp(2.6rem,4.2vw,4.4rem);line-height:1}.cinema-story>div:last-child{padding-top:10px}.cinema-story p{max-width:600px;color:var(--muted);margin:0;font-size:1.12rem;line-height:1.7}.cinema-story p+p{color:#49392f;margin-top:18px}.cinema-devices{padding-top:72px}.cinema-note{color:#fff;background:#211914;border-color:#3f2c20;margin-top:52px}.cinema-note .eyebrow{color:#f2c876}.cinema-note h2{color:#fff}.cinema-note p{color:#ecded0}.cinema-note .text-link{color:#f2c876}.cinema-note .text-link:hover{color:#fff0cb}@media (max-width:720px){.cinema-cinematic{align-items:flex-end;min-height:590px}.cinema-cinematic>img{object-position:63% center}.cinema-cinematic-scrim{background:linear-gradient(#140d0b57 0%,#140d0bb8 36%,#140d0bf2 76%,#17120f 100%)}.cinema-cinematic-copy{padding-top:125px;padding-bottom:48px}.cinema-cinematic h1{font-size:clamp(3rem,13.5vw,4.25rem);line-height:.94}.cinema-cinematic-copy>p:not(.eyebrow){font-size:1.02rem}.cinema-actions{flex-direction:column;align-items:flex-start;gap:16px;margin-top:26px}.cinema-story{grid-template-columns:1fr;gap:22px;padding:62px 0 4px}.cinema-story h2{font-size:clamp(2.35rem,11vw,3.3rem)}.cinema-story>div:last-child{padding-top:0}.cinema-story p{font-size:1rem}.cinema-devices{padding-top:54px}.cinema-note{margin-top:38px}}.cinema-device-stage{color:#fff;background:#211914;border-radius:12px;grid-template-columns:.88fr 1.12fr;align-items:end;gap:clamp(36px,6vw,96px);margin:68px 0 74px;padding:clamp(34px,5vw,72px);display:grid;position:relative;overflow:hidden}.cinema-device-stage:after{content:"";border:1px solid #f2c87647;border-radius:50%;width:440px;height:440px;position:absolute;top:-245px;right:-175px;box-shadow:0 0 0 34px #f2c8760d,0 0 0 68px #f2c87609}.cinema-device-copy,.cinema-device-groups{z-index:1;position:relative}.cinema-device-copy .eyebrow{color:#f2c876}.cinema-device-copy h2{color:#fff;letter-spacing:-.06em;text-wrap:balance;max-width:480px;margin:0 0 16px;font-size:clamp(2.55rem,4.25vw,4.35rem);line-height:.96}.cinema-device-copy>p:last-child{color:#ecded0;max-width:490px;margin:0;font-size:1.08rem;line-height:1.65}.cinema-device-groups{gap:20px;display:grid}.cinema-device-groups>div{border-top:1px solid #fff5dc2e;grid-template-columns:145px 1fr;align-items:start;gap:18px;padding-top:18px;display:grid}.cinema-device-groups>div>p{color:#f2c876;letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.cinema-device-groups>div>div{flex-wrap:wrap;gap:9px;display:flex}.cinema-device-groups span{color:#fff5dc;background:#fff5dc12;border:1px solid #fff5dc3b;border-radius:6px;padding:9px 11px;font-size:.9rem;font-weight:700}@media (max-width:720px){.cinema-device-stage{grid-template-columns:1fr;gap:34px;margin:50px 0 54px;padding:30px 24px}.cinema-device-stage:after{width:260px;height:260px;top:-155px;right:-125px}.cinema-device-copy h2{font-size:clamp(2.4rem,11vw,3.25rem)}.cinema-device-copy>p:last-child{font-size:1rem}.cinema-device-groups{gap:16px}.cinema-device-groups>div{grid-template-columns:1fr;gap:11px;padding-top:15px}.cinema-device-groups span{padding:8px 9px;font-size:.8rem}}.device-page{padding-top:0}.device-ownership{isolation:isolate;color:#fff;background:radial-gradient(circle at 82% 18%,#185a78 0,#185a788c 18%,#0000 43%),#0b213e;border-radius:0 0 12px 12px;grid-template-columns:1.05fr .95fr;align-items:end;gap:clamp(40px,8vw,120px);margin:0;padding:clamp(64px,9vw,132px) clamp(28px,6vw,84px);display:grid;position:relative;overflow:hidden}.device-ownership:before{content:"";z-index:-1;border:1px solid #79d1c842;border-radius:50%;width:660px;height:660px;position:absolute;bottom:-170px;right:-5%;box-shadow:0 0 0 42px #79d1c80d,0 0 0 84px #79d1c809}.device-ownership .eyebrow{color:#79d1c8}.device-ownership h1{letter-spacing:-.075em;text-wrap:balance;max-width:700px;margin:0;font-size:clamp(3.8rem,7.2vw,7.4rem);line-height:.88}.device-ownership>div:last-child{padding-bottom:8px}.device-ownership>div:last-child>p{color:#d3e6e8;max-width:500px;margin:0 0 25px;font-size:1.15rem;line-height:1.65}.live-highlights{border-top:1px solid #d3e6e847;border-bottom:1px solid #d3e6e847;grid-template-columns:1fr 1fr;gap:0;max-width:500px;margin:0 0 28px;display:grid}.live-highlights>div{padding:15px 14px 15px 0}.live-highlights>div+div{border-left:1px solid #d3e6e847;padding-left:18px}.live-highlights b{color:#fff;font-size:.93rem;display:block}.live-highlights b:before{content:"";background:#79d1c8;border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block;box-shadow:0 0 0 4px #79d1c81f}.live-highlights span{color:#b8d5da;margin-top:5px;font-size:.82rem;line-height:1.4;display:block}.device-ownership .button-light{color:#0b213e}.device-intro{justify-content:flex-end;padding:66px 0 26px;display:flex}.device-intro p{max-width:610px;color:var(--muted);margin:0;font-size:1.12rem;line-height:1.65}.ownership-label{color:var(--teal);text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;line-height:1.35}.table-wrap td>.ownership-label{min-width:112px;display:block}.device-page .table-wrap table{min-width:1080px}@media (max-width:720px){.device-ownership{border-radius:0;grid-template-columns:1fr;gap:32px;margin:0 -16px;padding:76px 16px 54px}.device-ownership:before{width:440px;height:440px;bottom:-130px;right:-210px}.device-ownership h1{font-size:clamp(3.45rem,16vw,4.8rem);line-height:.88}.device-ownership>div:last-child{padding-bottom:0}.device-ownership>div:last-child>p{margin-bottom:22px;font-size:1.04rem}.live-highlights{margin-bottom:24px}.live-highlights>div{padding-top:13px;padding-bottom:13px}.live-highlights span{font-size:.76rem}.device-intro{padding:48px 0 24px}.device-intro p{font-size:1rem}.device-mobile .ownership-label{color:var(--teal);margin:0 0 9px;font-size:.67rem}.device-mobile h2{margin-top:0}}.device-ownership>img{z-index:-3;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.device-ownership:after{content:"";z-index:-2;background:linear-gradient(90deg,#071733f5 0%,#071733e6 40%,#071733a1 66%,#07173342 100%);position:absolute;inset:0}@media (max-width:720px){.device-ownership>img{object-position:63% center}.device-ownership:after{background:linear-gradient(#071733bd 0%,#071733db 42%,#071733f7 100%)}}
