@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#202125;--muted:#696971;--purple:#5841d8;--line:#e2e2e7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;color:var(--ink);background:#fff;font:17px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid var(--purple);outline-offset:5px}.skip{position:fixed;top:-100px;background:#fff;padding:15px;z-index:10}.skip:focus{top:0}header,main,footer{max-width:1440px;margin:auto}header{padding:26px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:17px;font-size:18px;font-weight:600;line-height:1.4}.brand img{width:47px;height:49px;object-fit:contain}.brand-sub{display:block;font-size:13px;font-weight:400;color:var(--muted)}nav{display:flex;align-items:center;gap:30px;font-size:14px}nav a{position:relative}nav a:after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--purple);transform:scaleX(0);transform-origin:left;transition:transform .25s}nav a:hover:after{transform:scaleX(1)}.motion-toggle{border:1px solid var(--line);background:#fff;padding:7px 13px;border-radius:30px;font-size:12px}.hero{display:grid;grid-template-columns:1.05fr 1fr;padding:35px 5% 65px;gap:5%}.hero-copy{padding-top:28px}.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:600;margin:0 0 25px}h1,h2,h3{font-family:Manrope,sans-serif;margin:0;letter-spacing:-.055em}h1{font-size:clamp(48px,5.8vw,82px);line-height:1.08;font-weight:500}.detail{position:relative;color:var(--purple);display:inline-block}.underline{position:absolute;bottom:0;left:0;right:0;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;animation:draw 1.2s .7s forwards}.summary{font-size:20px;color:var(--muted);max-width:430px;margin:30px 0}.pill{display:inline-flex;align-items:center;gap:28px;background:var(--ink);color:#fff;padding:15px 22px;border-radius:40px;font-size:14px;transition:background .25s,transform .25s}.pill:hover{background:var(--purple);transform:translateY(-3px)}.pill span{font-size:22px}.hero-foot{font-size:13px;max-width:370px;color:var(--muted);margin-top:30px}.product-stage{position:relative;background:#eff1e8;border:1px solid #e5e8dc;border-radius:24px;overflow:hidden;padding:27px 30px 23px;display:flex;flex-direction:column;min-width:0}.stage-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.stage-top img{width:90px;height:36px;object-fit:contain}.stage-top>span{font-size:10px;letter-spacing:.1em}.phone-space{perspective:1100px;display:flex;justify-content:center;align-items:center;flex:1;padding:28px 0}.phone{width:244px;position:relative;background:#151515;padding:7px;border:2px solid #67676a;border-radius:38px;box-shadow:0 35px 42px -17px #1e261847,0 4px 7px #0003;transform:rotate(-4deg) rotateY(-5deg);transition:transform .4s ease;will-change:transform}.phone:before{content:'';position:absolute;left:-5px;top:105px;width:3px;height:40px;background:#555;border-radius:2px}.phone:after{content:'';position:absolute;right:-5px;top:120px;width:3px;height:55px;background:#555;border-radius:2px}.phone video{display:block;width:100%;aspect-ratio:852/1854;object-fit:cover;border-radius:29px;background:#f8f5ef}.island{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:67px;height:17px;background:#111;border-radius:15px;z-index:1}.stage-bottom>a{display:flex;justify-content:space-between;gap:15px;font-size:16px;font-weight:500}.stage-bottom>a:hover{color:var(--purple)}.video-tools{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.video-tools>span{font-size:10px;letter-spacing:.1em;color:var(--muted)}.video-tools button{border:0;background:transparent;font-size:12px;padding:4px 0 4px 15px;text-decoration:underline;text-underline-offset:3px}.progress{height:2px;background:#d3d8cb;margin-top:9px;overflow:hidden}.progress span{display:block;height:100%;width:0;background:#5b6651}.companies{padding:25px 5% 60px}.companies>.eyebrow{color:var(--muted);font-size:11px}.logo-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:27px;align-items:center}.logo-grid>div{height:58px;display:flex;align-items:center;justify-content:center;transition:transform .25s}.logo-grid>div:hover{transform:translateY(-5px)}.logo-grid img{width:100%;height:44px;object-fit:contain;filter:grayscale(1);opacity:.65;transition:filter .25s,opacity .25s}.logo-grid>div:hover img{filter:grayscale(0);opacity:1}.logo-grid>div:first-child img{max-width:100px}.experience{margin:0 5%;border-top:1px solid var(--line);padding:80px 0;display:grid;grid-template-columns:1fr 1fr;gap:9%}h2{font-size:clamp(34px,3.5vw,48px);line-height:1.16;font-weight:500}.experience-title>p:last-child{max-width:440px;color:var(--muted);margin-top:25px}.experience-row{display:flex;gap:25px;padding:25px 0;border-bottom:1px solid var(--line)}.experience-row:first-child{padding-top:0}.number{font-size:12px;color:var(--purple);padding-top:5px}h3{font-size:23px;font-weight:600;letter-spacing:-.03em}.experience-row p{font-size:15px;color:var(--muted);margin:10px 0 0}.project-link{display:flex;justify-content:space-between;align-items:center;margin:0 5% 75px;padding:40px 45px;background:#f0edff;border-radius:18px;gap:25px;transition:background .3s}.project-link:hover{background:#e6e0ff}.project-link p:last-child{font-size:14px;color:var(--muted);margin-bottom:0}.large-arrow{font:400 70px Manrope,sans-serif;color:var(--purple);transition:transform .3s}.project-link:hover .large-arrow{transform:translate(5px,-5px)}footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:30px 5%;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.footer-name{font-weight:600;font-size:18px;color:var(--ink)}.entrance{animation:enter .9s both}.hero-copy .entrance:nth-child(2){animation-delay:.08s}.hero-copy .entrance:nth-child(3){animation-delay:.16s}.hero-copy .entrance:nth-child(4){animation-delay:.24s}.product-stage.entrance{animation-delay:.15s}.reveal{transition:opacity .7s,transform .7s}.reveal.pending{opacity:0;transform:translateY(25px)}@keyframes enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes draw{to{transform:scaleX(1)}}body.no-motion *,body.no-motion *:before,body.no-motion *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}body.no-motion .underline{transform:scaleX(1)}body.no-motion .reveal.pending{opacity:1;transform:none}body.no-motion .phone{transform:none!important}@media(min-width:1450px){.phone{width:265px}}@media(max-width:950px){.hero{gap:30px}.hero h1{font-size:54px}.phone{width:210px}.product-stage{padding:20px}.stage-top>span{font-size:9px}.logo-grid{grid-template-columns:repeat(4,1fr);gap:22px 35px}.logo-grid img{max-width:130px}.experience{gap:40px}.summary{font-size:18px}}@media(max-width:650px){header{padding-block:20px}.brand-sub{display:none}.brand{font-size:16px;gap:10px}.brand img{width:35px;height:38px}nav{gap:15px;font-size:13px}.motion-toggle{font-size:11px;padding:5px 8px}.hero{grid-template-columns:1fr;padding-top:10px;gap:30px}.hero-copy{padding-top:15px}.hero h1{font-size:clamp(46px,10vw,64px)}.eyebrow{font-size:10px}.summary{max-width:420px}.hero-foot{margin-top:20px}.product-stage{padding:24px;border-radius:20px}.phone{width:245px}.phone-space{padding:30px 0}.companies{padding-bottom:40px}.logo-grid{gap:16px}.logo-grid img{height:35px}.experience{grid-template-columns:1fr;padding:45px 0;gap:30px}.project-link{padding:30px 25px;margin-bottom:40px}.project-link h2{font-size:30px}.large-arrow{font-size:40px}.project-link p:last-child{font-size:12px}footer{flex-wrap:wrap}footer>span{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.underline{transform:scaleX(1)}.reveal.pending{opacity:1;transform:none}.phone{transform:none!important}}

footer .footer-reminder{font-size:11px;line-height:1.6;text-align:center;max-width:430px;padding:0 16px}@media(max-width:700px){footer .footer-reminder{padding:0;max-width:320px}}

@media(hover:hover) and (pointer:fine){footer,footer *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ctext x='2' y='32' font-size='32'%3E%F0%9F%8C%B1%3C/text%3E%3C/svg%3E") 18 30,auto}}

/* Keep the footer message and contact navigation readable on small screens. */
footer>span.footer-reminder{display:block;font-size:12px;line-height:1.6}
@media(max-width:420px){header{padding-left:18px;padding-right:18px}header nav{gap:10px}header nav a{font-size:12px}}
.skip-link{position:absolute;left:16px;top:-80px;padding:12px 18px;background:#fff;color:#24212b;z-index:1000}.skip-link:focus{top:12px}
.launch-scale-note a,.portfolio-result-note a{text-decoration:underline;text-underline-offset:3px}
