:root{--red:#c51f25;--navy:#1c2854;--navy-deep:#111b42;--paper:#fbfaf6;--white:#fff;--ink:#1d2440;--muted:#60677b;--line:#d8d9dc;--focus:#0e6cbb;--page:min(100% - 2.5rem,80rem);--ease-out:cubic-bezier(.16,1,.3,1);--radius-surface:2rem;--shadow:0 1.5rem 4rem #111b421f;--font-body:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:ui-monospace,"Cascadia Code","SFMono-Regular",monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font:400 1rem/1.65 var(--font-body);text-rendering:optimizelegibility;margin:0;overflow-x:clip}a{color:inherit}button{font:inherit}img{max-width:100%}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{letter-spacing:-.045em;text-wrap:balance;line-height:1.03}h1{max-width:11ch;font-size:clamp(3rem,5.2vw,5.75rem)}h2{max-width:16ch;font-size:clamp(2rem,3.4vw,3.8rem)}h3{font-size:clamp(1.4rem,2.2vw,2rem)}p{text-wrap:pretty}.container{width:var(--page);margin-inline:auto}.skip-link{z-index:200;background:#fff;border-radius:999px;padding:.7rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-180%)}.skip-link:focus{transform:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.eyebrow{color:var(--red);font:700 .69rem/1.2 var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.15rem}.site-header{z-index:80;padding-top:1rem;position:absolute;inset:0 0 auto}.site-header__shell{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf6e6;border:1px solid #1c28541f;border-radius:999px;justify-content:space-between;align-items:center;min-height:4.5rem;padding:.48rem .6rem .48rem 1.2rem;display:flex;box-shadow:0 .8rem 2rem #111b4212}.brand{align-items:center;gap:.8rem;text-decoration:none;display:flex}.brand img{width:8.4rem;height:auto}.brand span{border-left:1px solid var(--line);color:var(--navy);letter-spacing:.12em;text-transform:uppercase;padding-left:.8rem;font-size:.67rem;font-weight:800}.desktop-nav{align-items:center;gap:.2rem;display:flex}.desktop-nav a{border-radius:999px;padding:.68rem .9rem;font-size:.74rem;font-weight:750;text-decoration:none;transition:background .25s,color .25s}.desktop-nav a:hover,.desktop-nav a.is-active{background:var(--navy);color:#fff}.menu-trigger{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:space-between;align-items:center;min-width:6.8rem;height:3.1rem;padding:0 1rem;font-size:.78rem;font-weight:800;display:none}.menu-trigger i{color:#ffb2b5;font-size:1.3rem;font-style:normal}.mobile-menu{border-radius:var(--radius-surface);background:var(--navy);color:#fff;border:0;width:min(92vw,36rem);max-height:86vh;margin:auto;padding:1.2rem 1.4rem 2rem;box-shadow:0 3rem 8rem #0006}.mobile-menu::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111b429e}.mobile-menu__head{font:700 .7rem var(--font-mono);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:.3rem 0 1rem;display:flex}.mobile-menu__head button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:999px;width:3rem;height:3rem;font-size:1.4rem}.mobile-menu nav{display:grid}.mobile-menu a{color:#fff;border-top:1px solid #ffffff2b;grid-template-columns:2.6rem 1fr auto;align-items:center;padding:.9rem 0;font-size:clamp(1.15rem,4vw,1.6rem);font-weight:750;text-decoration:none;display:grid}.mobile-menu a span{color:#ffb2b5;font:700 .65rem var(--font-mono)}.mobile-menu a i{font-style:normal}.button{min-height:3.35rem;transition:transform .3s var(--ease-out),background .3s,color .3s;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:1rem;padding:.78rem .9rem .78rem 1.35rem;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.button:hover{transform:translateY(-2px)}.button>span:last-child{border:1px solid;border-radius:999px;place-items:center;width:2rem;height:2rem;display:grid}.button--primary{background:var(--red);color:#fff}.button--primary:hover{background:var(--navy)}.button--light{color:var(--navy);background:#fff}.button--light:hover{background:var(--red);color:#fff}.text-link{color:var(--navy);align-items:center;gap:.55rem;font-size:.8rem;font-weight:800;text-decoration:none;display:inline-flex}.text-link span{color:var(--red);transition:transform .3s var(--ease-out)}.text-link:hover span{transform:translate(.2rem,-.2rem)}.hero{padding:9rem 0 5rem}.hero__grid{grid-template-columns:minmax(0,.9fr) minmax(28rem,1.1fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.hero__copy{justify-items:start;display:grid}.hero__copy h1{color:var(--navy);margin-bottom:1.5rem}.hero__copy>p:not(.eyebrow){max-width:39rem;color:var(--muted);font-size:1.05rem}.hero__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin:1.1rem 0 2.2rem;display:flex}.hero__proof{flex-wrap:wrap;gap:1rem;display:flex}.hero__proof span{border-left:2px solid var(--red);color:var(--navy);font:700 .65rem var(--font-mono);letter-spacing:.05em;text-transform:uppercase;padding-left:.7rem}.hero__visual{border-radius:var(--radius-surface);background:var(--navy);min-height:42rem;box-shadow:var(--shadow);isolation:isolate;place-items:center;display:grid;position:relative;overflow:hidden}.hero__visual .app-shot{width:17.5rem;transform:rotate(1.5deg)}.hero__visual figcaption{display:none}.hero__word{z-index:-1;color:#ffffff0e;letter-spacing:-.08em;font-size:clamp(5rem,9vw,9rem);font-weight:900;position:absolute;transform:rotate(-90deg)}.hero__note{z-index:4;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111b42d1;border:1px solid #ffffff3d;border-radius:1rem;padding:.75rem 1rem;display:grid;position:absolute}.hero__note b{font-size:1.15rem}.hero__note span{color:#c3c8d8;font-size:.65rem}.hero__note--one{top:17%;left:4%}.hero__note--two{bottom:15%;right:4%}.intro-strip{background:var(--red);color:#fff}.intro-strip .container{justify-content:space-between;align-items:center;gap:1rem;min-height:5rem;display:flex}.intro-strip p{margin:0;font-weight:800}.intro-strip span{font:700 .66rem var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.intro-strip i{opacity:.45;font-style:normal}.section{padding:clamp(5rem,9vw,8rem) 0}.section--white{background:#fff}.section--ink{background:var(--navy);color:#fff}.section-heading{grid-template-columns:.3fr minmax(0,1fr) .52fr;align-items:end;gap:clamp(1.5rem,4vw,4rem);margin-bottom:clamp(3rem,6vw,5rem);display:grid}.section-heading>*{margin-bottom:0}.section-heading h2{color:var(--navy)}.section-heading>p:last-child{color:var(--muted)}.section-heading--light h2{color:#fff}.section-heading--light>p:last-child{color:#bdc3d5}.section--ink .eyebrow,.next-role .eyebrow{color:#ffb2b5}.role-showcase{border:1px solid var(--line);border-radius:var(--radius-surface);background:var(--paper);box-shadow:var(--shadow);overflow:hidden}.role-showcase__tabs{background:#fff;grid-template-columns:repeat(3,1fr);gap:.45rem;padding:.55rem;display:grid}.role-showcase__tabs button{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:999px;gap:.8rem;padding:1rem;font-weight:800;display:flex}.role-showcase__tabs button span{color:var(--red);font:700 .65rem var(--font-mono)}.role-showcase__tabs button[aria-selected=true]{background:var(--navy);color:#fff}.role-showcase__content{grid-template-columns:minmax(0,.92fr) minmax(24rem,1.08fr);min-height:45rem;display:grid}.role-showcase__copy{align-content:center;justify-items:start;padding:clamp(2rem,5vw,4.5rem);display:grid}.role-showcase__copy h3{max-width:14ch;color:var(--navy);font-size:clamp(2.2rem,3.6vw,3.8rem)}.role-showcase__copy>p:not(.eyebrow){max-width:33rem;color:var(--muted)}.role-showcase__copy ol{width:100%;margin:1.4rem 0 2rem;padding:0;list-style:none}.role-showcase__copy li{border-top:1px solid var(--line);grid-template-columns:2.4rem 1fr;gap:.8rem;padding:.8rem 0;display:grid}.role-showcase__copy li>span{color:var(--red);font:700 .64rem var(--font-mono)}.role-showcase__copy li b{font-size:.86rem}.role-showcase__copy li p{color:var(--muted);margin:.1rem 0 0;font-size:.8rem;line-height:1.5}.role-showcase__visual{border-radius:var(--radius-surface) 0 0 0;background:var(--navy);place-items:center;display:grid;overflow:hidden}.role-showcase__visual .app-shot{width:18rem;transform:translateY(3.5rem)rotate(1.5deg)}.app-shot{width:min(100%,20rem);margin:0}.app-shot__device{background:#090f21;border:7px solid #090f21;border-radius:2.65rem;padding:.38rem;position:relative;box-shadow:0 2rem 4rem #00000040}.app-shot__speaker{z-index:2;background:#090f21;border-radius:999px;width:4.5rem;height:1.05rem;position:absolute;top:.75rem;left:50%;transform:translate(-50%)}.app-shot__viewport{background:#f9f8f4;border-radius:2rem;overflow:hidden}.app-shot__viewport img{width:100%;height:auto;display:block}.app-shot figcaption{gap:.2rem;padding:1rem .2rem 0;display:grid}.app-shot figcaption b{font-size:.88rem}.app-shot figcaption span{color:var(--muted);font-size:.76rem;line-height:1.5}.section--ink .app-shot figcaption span{color:#bdc3d5}.journey-grid,.feature-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.journey-grid article,.feature-grid article,.capability-list article{border:1px solid var(--line);border-radius:var(--radius-surface);background:#fff;min-height:15rem;padding:1.5rem}.journey-grid article>span,.feature-grid article>span,.capability-list article>span{color:var(--red);font:700 .68rem var(--font-mono)}.journey-grid h3,.feature-grid h3,.capability-list h3{color:var(--navy);margin:3.8rem 0 .75rem;font-size:1.55rem}.journey-grid p,.feature-grid p,.capability-list p{color:var(--muted);margin:0;font-size:.9rem}.proof-layout{grid-template-columns:minmax(19rem,.72fr) minmax(31rem,1.28fr);align-items:center;gap:clamp(3rem,8vw,7rem);display:grid}.proof-layout h2{color:#fff}.proof-layout>div:first-child>p:not(.eyebrow){color:#bdc3d5;max-width:34rem}.proof-layout__screens{justify-content:center;align-items:center;gap:clamp(1rem,3vw,2.2rem);display:flex}.proof-layout__screens .app-shot{width:16rem}.proof-layout__screens .app-shot:nth-child(2){transform:translateY(2.5rem)}.role-hero{padding:9rem 0 5rem}.role-hero__grid{grid-template-columns:minmax(0,.88fr) minmax(29rem,1.12fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.role-hero__copy{justify-items:start;display:grid}.role-hero__copy h1{color:var(--navy);margin-bottom:1.5rem}.role-hero__copy>p:not(.eyebrow){max-width:39rem;color:var(--muted);font-size:1.05rem}.role-hero__visual{border-radius:var(--radius-surface);background:var(--navy);min-height:45rem;box-shadow:var(--shadow);justify-content:center;align-items:center;gap:1.2rem;display:flex;position:relative;overflow:hidden}.role-hero__visual .app-shot{width:15.5rem}.role-hero__visual .app-shot:nth-of-type(2){transform:translateY(3rem)}.role-hero__visual figcaption{display:none}.role-hero__index{color:#ffffff21;font:700 clamp(5rem,10vw,9rem)/1 var(--font-mono);position:absolute;top:1rem;left:1.4rem}.statement{background:var(--red);color:#fff;padding:clamp(3rem,6vw,5rem) 0}.statement p{letter-spacing:-.045em;max-width:18ch;margin:0;font-size:clamp(2.3rem,4.6vw,4.8rem);font-weight:850;line-height:1}.journey-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.journey-list li{border:1px solid var(--line);background:var(--paper);border-radius:1.4rem;grid-template-columns:4rem 1fr auto;align-items:center;gap:1.4rem;padding:1.3rem 1.5rem;display:grid}.journey-list li>span{color:var(--red);font:700 .68rem var(--font-mono)}.journey-list h3{color:var(--navy);margin:0 0 .25rem;font-size:1.35rem}.journey-list p{max-width:55rem;color:var(--muted);margin:0}.journey-list i{color:var(--red);font-size:1.4rem;font-style:normal}.capability-list{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.screen-theatre{border-radius:var(--radius-surface);background:var(--navy-deep);border:1px solid #fff3;overflow:hidden}.screen-theatre__header{border-bottom:1px solid #ffffff29;justify-content:space-between;align-items:end;padding:1.4rem 1.5rem;display:flex}.screen-theatre__header .eyebrow{margin-bottom:.35rem}.screen-theatre__header h3{color:#fff;margin:0}.screen-theatre__status{font-family:var(--font-mono);align-items:baseline;gap:.35rem;display:flex}.screen-theatre__status b{font-size:2rem}.screen-theatre__status span{color:#9ca5bf}.screen-theatre__stage{background:linear-gradient(115deg,var(--navy-deep),var(--navy));grid-template-columns:minmax(15rem,.72fr) minmax(19rem,1.28fr);align-items:center;gap:2rem;min-height:43rem;padding:2rem clamp(1.5rem,5vw,4.5rem);display:grid}.screen-theatre__copy>span{color:#ffb2b5;font:700 .68rem var(--font-mono);letter-spacing:.11em;text-transform:uppercase}.screen-theatre__copy h4{color:#fff;margin:.8rem 0 1rem;font-size:clamp(2.2rem,4vw,4rem)}.screen-theatre__copy>p{color:#c6cbda;max-width:28rem;font-size:1.03rem}.screen-theatre__hint{margin-top:2rem!important;font-size:.75rem!important}.screen-theatre__stage .app-shot{width:18rem;animation:shot-in .45s var(--ease-out) both;justify-self:center}.screen-theatre__stage figcaption{display:none}.screen-theatre__nav{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:1rem;display:grid}.carousel-arrow{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:999px;width:3.2rem;height:3.2rem;font-size:1.2rem;transition:background .25s,color .25s}.carousel-arrow:hover:not(:disabled){color:var(--navy);background:#fff}.carousel-arrow:disabled{cursor:not-allowed;opacity:.3}.screen-theatre__tabs{scrollbar-width:thin;gap:.5rem;padding:.3rem;display:flex;overflow-x:auto}.screen-theatre__tabs button{color:#c4cada;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:999px;flex:none;padding:.65rem .9rem;font-size:.73rem;font-weight:750}.screen-theatre__tabs button span{color:#ffb2b5;font-family:var(--font-mono);margin-right:.45rem;font-size:.62rem}.screen-theatre__tabs button[aria-selected=true]{color:var(--navy);background:#fff}.tour-block{gap:2.5rem;display:grid}.tour-block__copy{grid-template-columns:.15fr .3fr 1fr .7fr auto;align-items:end;gap:1.5rem;display:grid}.tour-block__copy>span{color:#d5d2ca;font:700 clamp(4rem,8vw,7rem)/.8 var(--font-mono)}.tour-block__copy h2{color:var(--navy)}.tour-block__copy>p:not(.eyebrow){color:var(--muted)}.tour-block .screen-theatre{color:#fff}.next-role{background:var(--navy);color:#fff;padding:clamp(5rem,9vw,8rem) 0}.next-role__grid{grid-template-columns:1.1fr .65fr;align-items:end;gap:clamp(3rem,8vw,8rem);display:grid}.next-role h2{color:#fff;margin:0}.next-role__grid>div:last-child>p{color:#bdc3d5;max-width:34rem}.simple-hero{padding:clamp(10rem,15vw,13rem) 0 clamp(5rem,9vw,8rem)}.simple-hero h1{color:var(--navy)}.simple-hero .container>p:last-child{max-width:48rem;color:var(--muted);font-size:1.08rem}.simple-hero--split .container{grid-template-columns:minmax(0,1fr) 19rem;align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.simple-hero--split .app-shot figcaption{display:none}.flow-line{gap:.75rem;display:grid}.flow-line article{border:1px solid var(--line);background:var(--paper);border-radius:1.4rem;grid-template-columns:4rem 1fr;gap:1rem;padding:1.4rem;display:grid}.flow-line article>span{color:var(--red);font:700 .68rem var(--font-mono)}.flow-line h3{color:var(--navy);margin-bottom:.4rem;font-size:1.4rem}.flow-line p{max-width:48rem;color:var(--muted);margin:0}.role-cards{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.role-cards>a{border:1px solid var(--line);border-radius:var(--radius-surface);min-height:24rem;transition:transform .35s var(--ease-out),background .35s,color .35s;background:#fff;align-content:end;padding:1.5rem;text-decoration:none;display:grid}.role-cards>a:hover{background:var(--navy);color:#fff;transform:translateY(-6px)}.role-cards>a>span{color:var(--red);font:700 .68rem var(--font-mono);align-self:start;margin-bottom:auto}.role-cards h3{font-size:2.3rem}.role-cards p{color:var(--muted)}.role-cards>a:hover p{color:#c2c7d5}.role-cards b{font-size:.8rem}.two-column{grid-template-columns:1fr .7fr;align-items:end;gap:clamp(3rem,8vw,8rem);display:grid}.two-column h2{color:#fff}.two-column>div:last-child p{color:#bdc3d5}.faq-layout{grid-template-columns:minmax(15rem,.45fr) minmax(0,1fr);align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.faq-layout aside{position:sticky;top:2rem}.faq-layout aside h2{color:var(--navy);font-size:clamp(2rem,3.2vw,3.5rem)}.faq-layout aside p:last-child{color:var(--muted)}.faq-list{gap:.65rem;display:grid}.faq-list details{border:1px solid var(--line);background:var(--paper);border-radius:1.25rem;padding:0 1.2rem}.faq-list summary{cursor:pointer;grid-template-columns:2.5rem 1fr auto;align-items:center;gap:1rem;padding:1.2rem 0;list-style:none;display:grid}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span,.faq-list small{color:var(--red);font:700 .64rem var(--font-mono)}.faq-list summary i{font-size:1.4rem;font-style:normal}.faq-list details[open] summary i{transform:rotate(45deg)}.faq-list details>div{padding:0 3.5rem 1.3rem}.faq-list p{color:var(--muted);margin:.5rem 0 0}.site-footer{border-top:1px solid var(--line);color:var(--ink);background:#fff}.site-footer__signal{border-bottom:1px solid var(--line);color:var(--navy);letter-spacing:-.055em;text-transform:uppercase;justify-content:center;align-items:center;gap:clamp(1rem,4vw,4rem);padding:1.8rem 1rem;font-size:clamp(2.4rem,6vw,6rem);font-weight:850;line-height:.85;display:flex;overflow:hidden}.site-footer__signal i{background:var(--red);border-radius:50%;width:.45rem;height:.45rem}.site-footer__grid{grid-template-columns:1.2fr .75fr .65fr 1fr;gap:clamp(2rem,5vw,5rem);padding:4.5rem 0;display:grid}.site-footer__brand img{width:10rem}.site-footer__brand p{max-width:22rem;color:var(--muted)}.site-footer__grid>div:not(:first-child){flex-direction:column;align-items:flex-start;gap:.55rem;display:flex}.site-footer__grid a{color:var(--muted);font-size:.82rem;text-decoration:none}.site-footer__grid>div:last-child p:last-child{max-width:18rem;color:var(--muted);font-size:.75rem}.footer-label{color:var(--red);font:700 .67rem var(--font-mono);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.7rem}.site-footer__legal{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding:1.4rem 0;font-size:.7rem;display:flex}.not-found{text-align:center;place-items:center;min-height:80vh;padding:8rem 1.5rem;display:grid}.not-found h1{color:var(--navy)}@keyframes shot-in{0%{opacity:0;transform:translateY(1.2rem)}to{opacity:1;transform:none}}@media (max-width:1050px){.desktop-nav{display:none}.menu-trigger{display:inline-flex}.section-heading{grid-template-columns:.3fr 1fr}.section-heading>p:last-child{grid-column:2}.hero__grid,.role-showcase__content,.role-hero__grid{grid-template-columns:1fr 1fr}.role-hero__visual .app-shot{width:13rem}.capability-list{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:1fr 1fr}.tour-block__copy{grid-template-columns:auto 1fr 1fr}.tour-block__copy>span{grid-row:1/3}.tour-block__copy .text-link{grid-column:2}}@media (max-width:760px){:root{--page:min(100% - 2rem,80rem)}h1{font-size:clamp(2.7rem,12vw,4.2rem)}h2{font-size:clamp(2.1rem,9vw,3.3rem)}.site-header{padding-top:.5rem}.site-header__shell{min-height:3.8rem}.brand img{width:7.3rem}.brand span{display:none}.menu-trigger{min-width:5.9rem;height:2.8rem}.hero{padding:7rem 0 3rem}.hero__grid,.role-hero__grid{grid-template-columns:1fr;gap:2.5rem}.hero__visual{min-height:36rem}.hero__visual .app-shot{width:15rem}.hero__note{display:none}.intro-strip .container{flex-wrap:wrap;justify-content:flex-start;min-height:auto;padding-block:1.2rem}.intro-strip p{width:100%}.intro-strip i{display:none}.intro-strip span{border:1px solid #ffffff59;border-radius:999px;padding:.35rem .55rem}.section{padding:4.5rem 0}.section-heading{grid-template-columns:1fr;gap:1rem}.section-heading>p:last-child{grid-column:auto}.role-showcase__tabs button{gap:.25rem;padding:.8rem .55rem;font-size:.72rem;display:grid}.role-showcase__content{grid-template-columns:1fr}.role-showcase__copy{padding:2.2rem 1.2rem}.role-showcase__visual{border-radius:0;min-height:36rem}.role-showcase__visual .app-shot{width:15.5rem}.journey-grid,.feature-grid,.capability-list{grid-template-columns:1fr}.journey-grid article,.feature-grid article,.capability-list article{min-height:13rem}.proof-layout{grid-template-columns:1fr}.proof-layout__screens{gap:.7rem}.proof-layout__screens .app-shot{width:47%}.proof-layout__screens .app-shot:nth-child(2){transform:none}.role-hero{padding:7rem 0 4rem}.role-hero__visual{gap:.6rem;min-height:38rem}.role-hero__visual .app-shot{width:46%}.role-hero__visual .app-shot:nth-of-type(2){transform:translateY(2rem)}.statement p{font-size:clamp(2.2rem,10vw,3.8rem)}.journey-list li{grid-template-columns:2.5rem 1fr;padding:1.1rem}.journey-list li i{display:none}.screen-theatre__header{align-items:center}.screen-theatre__stage{grid-template-columns:1fr;min-height:auto;padding:2rem 1.2rem}.screen-theatre__copy{text-align:center}.screen-theatre__copy>p{margin-inline:auto}.screen-theatre__stage .app-shot{width:min(16rem,76vw)}.screen-theatre__hint{display:none}.screen-theatre__nav{grid-template-columns:auto minmax(0,1fr) auto}.tour-block__copy{grid-template-columns:1fr}.tour-block__copy>span,.tour-block__copy .text-link{grid-area:auto}.next-role__grid,.two-column{grid-template-columns:1fr}.simple-hero{padding-top:8rem}.simple-hero--split .container{grid-template-columns:1fr}.simple-hero--split .app-shot{width:15rem;margin-inline:auto}.role-cards{grid-template-columns:1fr}.role-cards>a{min-height:18rem}.faq-layout{grid-template-columns:1fr}.faq-layout aside{position:static}.faq-list details>div{padding-left:0}.site-footer__signal{gap:1rem;font-size:11vw}.site-footer__grid{grid-template-columns:1fr;padding:3rem 0}.site-footer__legal{flex-direction:column;gap:.35rem}}@media (max-width:410px){.hero__proof{display:grid}.app-shot__device{border-width:5px;border-radius:2rem}.app-shot__viewport{border-radius:1.45rem}.app-shot__speaker{width:3.5rem;height:.8rem;top:.55rem}.flow-line article{grid-template-columns:2.5rem 1fr}.screen-theatre__header h3{font-size:1.2rem}.screen-theatre__status b{font-size:1.5rem}.carousel-arrow{width:2.8rem;height:2.8rem}}.hero__copy,.role-hero__copy{animation:hero-in .8s var(--ease-out) both}@keyframes hero-in{0%{opacity:0;transform:translateY(1.2rem)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hero__visual .app-shot figcaption,.role-hero__visual .app-shot figcaption{display:none!important}.screen-theatre__tabs{scrollbar-width:none}.screen-theatre__tabs::-webkit-scrollbar{display:none}@media (max-width:760px){.screen-theatre__stage .app-shot{width:min(13rem,65vw)}}@media (max-width:820px){.hero__grid,.role-hero__grid,.role-showcase__content,.proof-layout{grid-template-columns:1fr}.hero__visual,.role-hero__visual{min-width:0}.role-showcase__visual{border-radius:0}.proof-layout__screens{min-width:0}}.screen-theatre__stage{touch-action:pan-y}.role-showcase__visual figcaption{display:none}.role-showcase__tabs button[aria-selected=true] span{color:#fff}.tour-block__copy>span{color:var(--navy)}.screen-theatre .eyebrow,.screen-theatre__tabs button span{color:#fff}.screen-theatre__tabs button[aria-selected=true] span{color:var(--red)}.role-hero__index{color:#aab2c9}
