@font-face{font-family:Sora Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/sora-latin-ext-wght-normal.CawQDOvP.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/sora-latin-wght-normal.DdqRvwsR.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--red:red;--red-soft:#fff2f2;--ink:#161616;--ink-soft:#535353;--line:#dedede;--paper:#f3f4f5;--white:#fff;--dark:#202020;--dark-surface:#282828;--dark-border:#4b4b4b;--dark-line:#666;--dark-muted:#898989;--dark-soft:#9f9f9f;--dark-copy:#c5c5c5;--dark-link:#dedede;--light-line:#c9c9c9;--light-muted:#adadad;--light-copy:#bdbdbd;--showcase-gray:#e5e6e7;--radius:14px;--shell:min(1380px, calc(100% - 64px));--ease:cubic-bezier(.22, 1, .36, 1);color:var(--ink);background:var(--white);font-synthesis:none;text-rendering:optimizelegibility;font-family:Sora Variable,Sora,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);min-width:320px;color:var(--ink);margin:0}body[data-menu-open]{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.skip-link{z-index:20;background:var(--red);color:var(--white);padding:10px 16px;transition:transform .2s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-shell{width:var(--shell);margin-inline:auto}.site-header{z-index:10;backdrop-filter:blur(18px)saturate(140%);transition:box-shadow .35s var(--ease), background-color .35s ease;background:#ffffffb8;border-radius:0 0 18px 18px;padding:16px 0 12px;position:sticky;top:0;box-shadow:0 6px 14px #16161614}.site-header[data-scrolled]{background:#ffffffd6}@supports not (backdrop-filter:blur(1px)){.site-header{background:var(--white)}}.site-header[data-scrolled]{box-shadow:0 8px 16px #1616161a}.header-inner{width:var(--shell);grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(18px,3vw,42px);margin-inline:auto;display:grid}.brand img{width:148px;height:auto}.desktop-nav{background:var(--dark);width:fit-content;max-width:100%;color:var(--white);border-radius:999px;justify-content:space-between;justify-self:center;align-items:center;gap:4px;padding:8px 10px;display:flex}.nav-link{letter-spacing:.02em;text-transform:uppercase;transition:background .2s ease, color .2s ease, transform .2s var(--ease);border-radius:999px;padding:11px 18px;font-size:10px;font-weight:750}.nav-link:hover,.nav-link:focus-visible{background:var(--red);color:var(--white);outline:none}.nav-link.is-active{background:var(--red);color:var(--white);outline:none;margin:3px;padding-block:8px}.nav-item{position:relative}.nav-trigger{color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;display:inline-flex}.nav-trigger svg{transition:transform .25s var(--ease);flex:none}.nav-item[data-open] .nav-trigger{background:var(--red);color:var(--white)}.nav-item[data-open] .nav-trigger svg{transform:rotate(180deg)}.nav-dropdown{z-index:20;border:1px solid var(--dark-border);border-radius:var(--radius);background:var(--dark-surface);transform-origin:top;min-width:252px;max-width:min(320px,100vw - 24px);padding:8px;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 2px 8px #00000047}.nav-dropdown[hidden]{display:none}.nav-dropdown-link{color:var(--dark-copy);border-radius:8px;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.35;transition:background-color .15s,color .15s;display:block}.nav-dropdown-link:hover,.nav-dropdown-link:focus-visible{background:var(--red);color:var(--white);outline:none}.nav-dropdown--compact{min-width:172px;max-width:220px}.nav-dropdown-link svg{vertical-align:-2px;margin-left:4px}.nav-dropdown-link--disabled{cursor:default;color:var(--dark-muted);justify-content:space-between;align-items:center;gap:8px;display:flex}.nav-dropdown-link--disabled:hover,.nav-dropdown-link--disabled:focus-visible{color:var(--dark-muted);background:0 0}.nav-dropdown-badge{border:1px solid var(--dark-border);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:2px 5px;font-size:8px;font-weight:800}.nav-dropdown--entering{animation:nav-drop-in .22s var(--ease) both}.nav-dropdown--closing{animation:.2s ease-out both nav-drop-out}@keyframes nav-drop-in{0%{opacity:0;transform:translate(-50%)translateY(-6px)scale(.98)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes nav-drop-out{0%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-4px)scale(.98)}}.header-cta{border-color:var(--red);background:var(--red);color:var(--white);justify-self:end}.header-cta:hover,.header-cta:focus-visible{border-color:var(--ink);background:var(--ink);color:var(--white)}.button{min-height:46px;transition:transform .2s var(--ease), background .2s ease, color .2s ease, border-color .2s ease;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 19px;font-size:12px;font-weight:800;display:inline-flex}.button:hover,.button:focus-visible{outline:none;transform:translateY(-2px)}.button-red{background:var(--red);color:var(--white)}.button-red:hover,.button-red:focus-visible{background:var(--ink)}.button-outline{border-color:var(--red);color:var(--ink);background:0 0}.button-outline:hover,.button-outline:focus-visible{background:var(--red);color:var(--white)}.button-ghost{border-color:var(--line);background:var(--white)}.button-ghost:hover,.button-ghost:focus-visible{border-color:var(--ink)}.menu-toggle{background:var(--dark);border:0;border-radius:50%;width:44px;height:44px;margin-left:auto;display:none}.menu-toggle span:not(.sr-only){background:var(--white);width:16px;height:1px;margin:4px auto;transition:transform .25s;display:block}.mobile-menu{display:none}.hero{padding-top:clamp(32px,4vw,56px);padding-bottom:clamp(24px,3vw,44px)}.hero-copy{text-align:center;max-width:980px;margin-inline:auto}.eyebrow,.section-kicker{color:var(--red);letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px;font-size:11px;font-weight:800}.home-page .section-kicker{font-size:14px}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}h1{letter-spacing:-.035em;overflow-wrap:anywhere;max-width:100%;margin-bottom:25px;font-size:clamp(48px,7.7vw,106px);font-weight:400;line-height:.99}h1 .hero-phrase-break{display:block}h1 .hero-emphasis{min-height:1.02em;color:var(--red);display:block}h1 .hero-emphasis:after{display:none}.hero-phrase{white-space:normal;overflow-wrap:anywhere;width:100%;max-width:100%;transition:opacity .24s ease, transform .42s var(--ease);display:block}.hero-phrase.is-swapping{opacity:0;transform:translateY(.24em)}[data-motion-ready] [data-text-reveal] .text-word{opacity:0;will-change:transform, opacity;display:inline-block;transform:translateY(110%)}[data-motion-ready] .reveal{opacity:0;will-change:transform, opacity;transform:translateY(24px)}.hero-lede{max-width:660px;color:var(--ink-soft);text-wrap:pretty;margin:0 auto;font-size:clamp(15px,1.5vw,18px);line-height:1.65}.hero-support{max-width:560px;color:var(--ink-soft);text-wrap:pretty;margin:12px auto 0;font-size:14px;line-height:1.65}.hero-actions{justify-content:center;gap:10px;margin-top:32px;display:flex}.hero-mosaic{grid-template-rows:190px 190px;grid-template-columns:1.05fr .78fr 1.15fr 1.15fr;gap:10px;margin-top:clamp(58px,8vw,112px);display:grid}.mosaic-card{border-radius:var(--radius);min-width:0;transition:transform .35s var(--ease), box-shadow .35s ease;position:relative;overflow:hidden}.mosaic-services{isolation:isolate;background:var(--dark);color:var(--white);flex-direction:column;grid-area:1/1/span 2;justify-content:space-between;padding:28px;display:flex}.mosaic-services:after{content:"";z-index:0;opacity:0;width:162px;height:162px;transition:opacity .35s ease, transform .55s var(--ease);border:9px solid #ff0000d1;border-radius:50%;position:absolute;top:-82px;right:-82px;transform:scale(.72);box-shadow:0 0 0 16px #f003,0 0 0 32px #ff000014}.mosaic-services>*{z-index:1;position:relative}.mosaic-label{text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.dot{background:var(--white);border-radius:50%;width:8px;height:8px}.dot-red{background:var(--red);transition:transform .25s var(--ease)}.service-ticker{color:var(--white);transition:transform .35s var(--ease);gap:20px;display:grid}.achievement{gap:4px;display:grid}.achievement-label{color:var(--light-copy);letter-spacing:.02em;font-size:11px;font-weight:600;line-height:1.3}.achievement-value{letter-spacing:-.02em;color:var(--white);font-variant-numeric:tabular-nums;font-size:clamp(26px,3.4vw,46px);font-weight:700;line-height:1}.achievement-lead{border-bottom:1px solid #ffffff2e;gap:6px;padding-bottom:18px}.achievement-lead .achievement-value{letter-spacing:-.04em;font-size:clamp(44px,5.5vw,78px)}.achievement-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.achievement-grid .achievement-value{font-size:clamp(28px,3.4vw,48px)}.mosaic-services p{width:100%;max-width:none;color:var(--red);text-align:center;margin-bottom:0;font-size:13px;font-weight:700;line-height:1.5}.mosaic-image{isolation:isolate;background:var(--paper)}.mosaic-image:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#f000,#ff000040);position:absolute;inset:42% 0 0}.mosaic-image img{z-index:0;object-fit:cover;width:100%;height:100%;transition:transform .65s var(--ease), filter .35s ease;position:relative}.mosaic-team{grid-area:1/3/span 2}.mosaic-product{grid-area:1/4/span 2}.mosaic-product-tile{--tile-pad:clamp(20px, 2.2vw, 30px);isolation:isolate;padding:var(--tile-pad);border:1px solid var(--red);background:var(--red);color:var(--white);flex-direction:column;justify-content:flex-start;text-decoration:none;display:flex;box-shadow:inset 0 0 0 1px #fff3}.mosaic-product-tile:before{content:"";opacity:.55;width:180px;height:180px;transition:transform .55s var(--ease), border-color .35s ease, opacity .35s ease;border:1px solid #ffffff57;border-radius:50%;position:absolute;bottom:-72px;right:-42px;transform:scale(.82)}.mosaic-product-tile:after{content:"";z-index:0;pointer-events:none;opacity:0;transition:transform .8s var(--ease), opacity .3s ease;background:linear-gradient(112deg,#0000 24%,#ffffff2e 48%,#0000 72%);position:absolute;inset:0;transform:translate(-120%)}.mosaic-product-tile:hover:before,.mosaic-product-tile:focus-visible:before{border-color:#ff00008c;transform:scale(1)}.mosaic-product-meta{z-index:1;color:var(--white);letter-spacing:.1em;text-transform:uppercase;transition:transform .35s var(--ease);order:1;align-items:center;font-size:11px;font-weight:800;display:inline-flex;position:relative}.mosaic-product-meta:before{content:"";background:var(--white);border-radius:50%;width:7px;height:7px;margin-right:8px;box-shadow:0 0 0 4px #ffffff29}.mosaic-logo-strip{z-index:1;aspect-ratio:1/.7;background:var(--white);width:100%;height:auto;transition:background .35s ease, transform .45s var(--ease);border-radius:50%;flex-direction:column;justify-content:flex-start;align-items:center;margin:0;padding:10% 14% 0;display:flex;position:absolute;bottom:-34%;left:50%;right:auto;transform:translate(-50%)}.mosaic-product-logo{z-index:1;object-fit:contain;object-position:center;width:100%;max-width:250px;height:29%;transition:transform .45s var(--ease), filter .35s ease;display:block;position:relative}.mosaic-product-tile:hover .mosaic-product-logo,.mosaic-product-tile:focus-visible .mosaic-product-logo{transform:none}.mosaic-product-wordmark{z-index:1;letter-spacing:-.055em;margin-top:auto;font-size:clamp(28px,3.2vw,48px);font-weight:650;line-height:.95;position:relative}.mosaic-product-wordmark span{color:var(--red)}.mosaic-product-details{z-index:2;text-align:left;flex-direction:column;order:2;gap:10px;margin-top:20px;display:flex;position:relative}.mosaic-product-copy{max-width:28ch;color:var(--white);transition:transform .45s var(--ease), color .35s ease;margin:0;font-size:12px;line-height:1.4}.mosaic-product-tile .mosaic-product-copy{max-width:34ch;font-size:11px;line-height:1.5}.mosaic-product-status{color:var(--white);letter-spacing:.06em;text-transform:uppercase;transition:border-color .3s ease, background-color .3s ease, color .3s ease, transform .35s var(--ease);border:1px solid #ffffff8c;border-radius:999px;align-self:flex-start;align-items:center;margin:0;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.mosaic-product-arrow{right:var(--tile-pad);bottom:calc(var(--tile-pad) - 2px);z-index:3;border:1px solid var(--dark);background:var(--dark);width:38px;height:38px;color:var(--white);transition:transform .35s var(--ease), background .35s ease, color .35s ease;border-radius:50%;place-items:center;margin:0;display:grid;position:absolute}.mosaic-product-tile:hover .mosaic-product-arrow,.mosaic-product-tile:focus-visible .mosaic-product-arrow{background:var(--white);color:var(--red);transform:translate(3px,-3px)}.mosaic-team .mosaic-product-arrow:before{content:"";z-index:-1;opacity:0;border:1.5px solid #ffffffe6;border-radius:50%;animation:2s ease-out infinite arrow-ripple;position:absolute;inset:0}@keyframes arrow-ripple{0%{opacity:.9;transform:scale(1)}70%,to{opacity:0;transform:scale(2.1)}}.mosaic-product-status-placeholder{visibility:hidden;pointer-events:none}.mosaic-stage-graphic{z-index:2;color:#ff0000b8;transition:color .35s ease, transform .45s var(--ease);align-items:center;gap:5px;display:inline-flex;position:absolute;bottom:8%;right:8%}.mosaic-stage-graphic>span{transform-origin:100%;background:currentColor;width:26px;height:1px;display:block;transform:rotate(-18deg)}.mosaic-stage-graphic--fleet svg:last-child{transform:translateY(-3px)}.mosaic-stage-graphic--insight{color:#1616168c}.image-caption{z-index:2;color:var(--white);text-shadow:0 1px 10px #0006;font-size:12px;font-weight:750;position:absolute;bottom:16px;left:18px;right:18px}.mosaic-stat{isolation:isolate;background:var(--dark);color:var(--white);flex-direction:column;grid-area:1/2;justify-content:space-between;padding:24px;display:flex}.mosaic-stat:before{display:none}.mosaic-stat:after{content:"";z-index:0;opacity:0;width:162px;height:162px;transition:opacity .35s ease, transform .55s var(--ease);pointer-events:none;background:0 0;border:9px solid #ff0000d1;border-radius:50%;position:absolute;bottom:-82px;right:-82px;transform:scale(.72);box-shadow:0 0 0 16px #f003,0 0 0 32px #ff000014}.mosaic-stat>*{z-index:1;position:relative}.mosaic-stat strong{letter-spacing:-.07em;color:var(--red);transition:transform .3s var(--ease);font-size:clamp(52px,6vw,84px);font-weight:650;line-height:.8}.mosaic-stat-label{align-self:flex-start}.stat-icon{border:1px solid var(--line);background:var(--paper);width:30px;height:30px;color:var(--red);transition:transform .3s var(--ease), background .25s ease, color .25s ease;border-radius:50%;place-items:center;display:grid;position:absolute;top:18px;right:18px}.mosaic-award{background:var(--paper);flex-direction:column;grid-area:2/2;justify-content:space-between;padding:22px;display:flex}.mosaic-award-logos{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:10px;min-height:90px;display:grid}.mosaic-award-logos img{object-fit:contain;object-position:center;filter:none;opacity:1;width:100%;height:72px;transition:transform .35s var(--ease), filter .35s ease, opacity .35s ease}.mosaic-award-logos .mosaic-award-apac{height:84px}.mosaic-award p{max-width:190px;margin-bottom:0;font-size:12px;line-height:1.45}@media (hover:hover){.mosaic-card:hover,.mosaic-card:focus-within{transform:translateY(-4px);box-shadow:0 10px 24px #1616161f}.mosaic-image:hover img,.mosaic-image:focus-within img{filter:saturate(1.04);transform:scale(1.045)}.mosaic-services:hover .service-ticker{transform:translateY(-5px)}.mosaic-services:hover .dot-red{transform:scale(1.35)}.mosaic-services:hover:after,.mosaic-services:focus-within:after{opacity:1;transform:scale(1)}.mosaic-product-tile:hover:after,.mosaic-product-tile:focus-visible:after{opacity:1;transform:translate(120%)}.mosaic-product-tile:hover .mosaic-product-logo,.mosaic-product-tile:focus-visible .mosaic-product-logo{filter:brightness(0)invert();transform:none}.mosaic-product-tile:hover .mosaic-logo-strip,.mosaic-product-tile:focus-visible .mosaic-logo-strip{background:var(--dark)}.mosaic-product-tile:hover .mosaic-stage-graphic,.mosaic-product-tile:focus-visible .mosaic-stage-graphic{color:var(--red);transform:translateY(-3px)}.mosaic-product-tile:hover .mosaic-product-meta,.mosaic-product-tile:focus-visible .mosaic-product-meta{transform:translate(6px)}.mosaic-product-tile:hover .mosaic-product-copy,.mosaic-product-tile:focus-visible .mosaic-product-copy{transform:translate(4px)}.mosaic-product-tile:hover .mosaic-product-status,.mosaic-product-tile:focus-visible .mosaic-product-status{border-color:var(--white);background:var(--white);color:var(--red);transform:translate(3px)}.mosaic-product-tile:hover .mosaic-product-arrow,.mosaic-product-tile:focus-visible .mosaic-product-arrow{background:var(--white);color:var(--red);transform:translate(3px,-3px)}.mosaic-stat:hover:after,.mosaic-stat:focus-within:after{opacity:1;transform:scale(1)}.mosaic-stat:hover .stat-icon,.mosaic-stat:focus-within .stat-icon{background:var(--ink);color:var(--white);transform:translate(2px,-2px)scale(1.04)}.mosaic-stat:hover strong,.mosaic-stat:focus-within strong{transform:translateY(-5px)}.mosaic-stat:hover .dot-red,.mosaic-stat:focus-within .dot-red{transform:scale(1.35)}.mosaic-stat:hover .mosaic-stat-label,.mosaic-stat:focus-within .mosaic-stat-label{transform:translate(2px)}.mosaic-award:hover .mosaic-award-logos img{filter:grayscale(0);opacity:1;transform:translateY(-2px)}}.manifesto{padding-top:clamp(40px,5vw,76px);padding-bottom:clamp(32px,4vw,64px)}.section-rule{background:var(--line);height:1px;margin-bottom:48px}.manifesto-grid{grid-template-columns:1fr 3.2fr;align-items:start;gap:48px;display:grid}.manifesto h2{letter-spacing:-.035em;max-width:1020px;margin-bottom:0;font-size:clamp(36px,5vw,72px);font-weight:400;line-height:1.04}.manifesto h2 .manifesto-emphasis{color:var(--red)}.proof-strip{border-top:1px solid var(--line);margin-top:72px;padding-top:24px;overflow:hidden}.proof-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.proof-track{align-items:center;width:max-content;animation:42s linear infinite logo-scroll;display:flex}.proof-logo{flex:0 0 190px;place-items:center;min-width:190px;min-height:76px;display:grid}.proof-logo img{object-fit:contain;filter:none;opacity:1;max-width:100%;max-height:68px;transition:opacity .2s,filter .2s}.proof-logo:hover img{filter:grayscale(0);opacity:1}@keyframes logo-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials{padding-top:clamp(40px,5vw,76px);padding-bottom:clamp(40px,5vw,80px)}.testimonials-heading{margin-bottom:clamp(32px,4vw,56px)}.testimonials-heading h2{letter-spacing:-.035em;max-width:720px;margin-bottom:0;font-size:clamp(34px,4.5vw,64px);font-weight:400;line-height:1.04}.testimonials-heading .section-kicker{margin-bottom:14px}.testimonials-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.testimonials-track{align-items:stretch;gap:18px;width:max-content;animation:52s linear infinite testimonial-scroll;display:flex}.testimonials-marquee:hover .testimonials-track{animation-play-state:paused}.testimonial-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);flex-direction:column;flex:0 0 clamp(300px,34vw,460px);justify-content:space-between;gap:20px;min-height:200px;padding:clamp(22px,2.6vw,32px);display:flex}.testimonial-card blockquote{letter-spacing:-.01em;color:var(--ink);text-wrap:pretty;margin:0;font-size:clamp(13.5px,1.15vw,15.5px);line-height:1.5}.testimonial-card blockquote:before{content:"“";color:var(--red);margin-bottom:8px;font-size:30px;font-weight:800;line-height:.6;display:block}.testimonial-card--featured{background:var(--dark);border-color:var(--dark);color:var(--white)}.testimonial-card--featured blockquote{color:var(--white);font-size:clamp(17px,1.6vw,22px)}.testimonial-card--featured blockquote:before{color:var(--red);font-size:40px}.testimonial-card figcaption{letter-spacing:.04em;text-transform:uppercase;color:var(--red);font-size:12px;font-weight:700}@keyframes testimonial-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-split{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:start;gap:clamp(48px,8vw,128px);padding-block:clamp(24px,3vw,56px) clamp(40px,5vw,80px);display:grid}.about-visual{border-radius:var(--radius);background:var(--paper);min-height:560px;position:relative;overflow:hidden}.about-visual img{object-fit:cover;width:100%;height:100%;min-height:560px}.vertical-word{color:var(--red);letter-spacing:-.08em;writing-mode:vertical-rl;opacity:.9;font-size:clamp(36px,5vw,72px);font-weight:800;line-height:.8;position:absolute;bottom:12px;right:18px;transform:rotate(180deg)}.about-content h2,.process-intro h2,.section-heading h2,.faq-heading h2,.contact-cta h2{letter-spacing:-.035em;margin-bottom:22px;font-size:clamp(34px,4.5vw,64px);font-weight:400;line-height:1.04}.about-content p,.process-intro>p:last-child,.section-heading>p,.contact-cta>p:last-child{max-width:53ch;color:var(--ink-soft);font-size:15px;line-height:1.72}.about-content h2{max-width:18ch;margin-bottom:30px}.about-copy{gap:15px;max-width:64ch;display:grid}.about-copy p{margin-bottom:0}.about-copy .about-lede{color:var(--ink-soft);font-size:16px;line-height:1.68}.about-highlight{color:var(--red);font-weight:750;text-decoration:none}.text-link{color:var(--red);align-items:center;gap:8px;margin-top:18px;font-size:13px;font-weight:800;display:inline-flex}.text-link:hover svg{transform:translate(4px)}.text-link svg{transition:transform .2s var(--ease)}.section-panel{border-radius:var(--radius);background:var(--paper);padding:clamp(52px,8vw,110px) clamp(24px,6vw,100px)}.process{grid-template-columns:.85fr 1.15fr;gap:clamp(50px,8vw,140px);display:grid}.process-intro{align-self:start;position:sticky;top:140px}.process-list{gap:2px;display:grid}.process-item{border-bottom:1px solid var(--light-line);transition:transform .28s var(--ease), background-color .24s ease;border-radius:10px;grid-template-columns:70px 1fr;align-items:start;gap:22px;padding:22px 18px;display:grid}.process-item:first-child{padding-top:0}.process-number{color:var(--red);letter-spacing:-.04em;transform-origin:0 0;transition:transform .25s var(--ease);font-size:32px;font-weight:650;line-height:1}.process-item h3{letter-spacing:-.02em;margin-bottom:7px;font-size:18px}.process-item p{max-width:43ch;color:var(--ink-soft);margin-bottom:0;font-size:13px;line-height:1.6}.process-item.is-featured{border:0;border-bottom:1px solid var(--light-line);background:0 0;border-radius:10px;padding:22px 18px}@media (hover:hover){.process-item:hover,.process-item:focus-within{background:var(--white);transform:translate(8px)}.process-item:hover .process-number,.process-item:focus-within .process-number{transform:scale(1.08)}}.services{padding-top:clamp(20px,2.5vw,40px);padding-bottom:clamp(48px,6vw,88px)}.section-heading{margin-bottom:66px;display:block}.section-heading h2{max-width:none}.showcase-heading{grid-template-columns:1fr;gap:18px}.showcase-heading h2{max-width:1120px}.showcase-heading>p{max-width:62ch;margin-top:0}.service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.service-item{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:250px;transition:background .25s ease, transform .25s var(--ease);padding:24px;position:relative}.service-item:hover{background:var(--red-soft);transform:translateY(-4px)}.service-icon{width:56px;height:56px;color:var(--red);transition:transform .25s var(--ease);display:block}.service-item:hover .service-icon{transform:translateY(-3px)}.service-index{color:var(--light-muted);font-size:12px;font-weight:800;position:absolute;top:20px;right:22px}.service-item h3{letter-spacing:-.025em;max-width:160px;margin:24px 0 10px;font-size:20px;line-height:1.05}.service-item p{max-width:25ch;color:var(--ink-soft);margin-bottom:24px;font-size:13px;line-height:1.55}.service-item a{color:var(--red);align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.service-item a svg{transition:transform .2s var(--ease)}.service-item a:hover svg{transform:translate(3px,-3px)}.showcase{padding-top:clamp(24px,3vw,56px);padding-bottom:clamp(40px,5vw,80px)}.showcase-list{gap:14px;display:grid}.showcase-item{border-radius:var(--radius);grid-template-columns:.8fr 1.2fr;min-height:390px;display:grid;overflow:hidden}.showcase-copy{flex-direction:column;justify-content:end;padding:clamp(26px,4vw,54px);display:flex;position:relative}.showcase-number{color:currentColor;font-size:13px;font-weight:800;position:absolute;top:28px;left:clamp(26px,4vw,54px)}.showcase-copy h3{letter-spacing:-.04em;max-width:310px;margin-bottom:16px;font-size:clamp(30px,4vw,58px);font-weight:400;line-height:.98}.showcase-copy p{opacity:.74;max-width:33ch;margin-bottom:0;font-size:14px;line-height:1.6}.showcase-image{border-radius:0 var(--radius) var(--radius) 0;place-items:center;min-height:310px;display:grid;overflow:hidden}.showcase-image img{object-fit:cover;width:104%;height:104%;min-height:310px;transition:transform .7s var(--ease);border-radius:0}.showcase-item:hover .showcase-image img{transform:scale(1.06)translateY(-4px)}.showcase-light{background:var(--paper)}.showcase-light .showcase-image{background:var(--showcase-gray)}.showcase-red{background:var(--red);color:var(--white)}.showcase-red .showcase-image{background:var(--showcase-gray)}.showcase-dark{background:var(--dark);color:var(--white)}.showcase-dark .showcase-image{background:var(--dark-surface)}.round-arrow{width:44px;height:44px;transition:background .2s ease, color .2s ease, transform .2s var(--ease);border:1px solid;border-radius:50%;place-items:center;margin-top:30px;display:grid}.round-arrow:hover{background:var(--white);color:var(--ink);transform:rotate(8deg)}.faq{grid-template-columns:.7fr 1.3fr;gap:clamp(50px,9vw,140px);margin-bottom:clamp(56px,8vw,120px);display:grid}.faq-heading{align-self:start;position:sticky;top:140px}.faq-item{border-top:1px solid var(--light-copy)}.faq-item:last-child{border-bottom:1px solid var(--light-copy)}.faq-item summary{cursor:pointer;grid-template-columns:44px 1fr 18px;align-items:center;gap:16px;padding:24px 0;list-style:none;display:grid}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary>span{color:var(--red);font-size:13px;font-weight:800}.faq-item summary strong{letter-spacing:-.025em;font-size:clamp(17px,2vw,22px);line-height:1.15}.faq-item summary svg{transition:transform .3s var(--ease), color .2s ease}.faq-item[open] summary svg{transform:rotate(180deg)}.faq-answer{overflow:hidden}.faq-item p{max-width:60ch;color:var(--ink-soft);opacity:0;transition:opacity .25s ease 60ms, transform .35s var(--ease);margin:-4px 35px 25px 60px;font-size:14px;line-height:1.65;transform:translateY(-8px)}.faq-item[open] p{opacity:1;transform:translateY(0)}.contact-section{padding-top:clamp(40px,5vw,80px);padding-bottom:clamp(100px,14vw,200px)}.contact-cta{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(36px,7vw,110px);max-width:1180px;margin-bottom:70px;display:grid}.contact-cta-direct{border-left:1px solid var(--line);min-width:230px;margin:0 0 4px;padding-left:24px}.contact-cta-direct a{color:var(--red);letter-spacing:-.02em;text-align:right;transition:color .2s ease, transform .2s var(--ease);padding:9px 0;font-size:clamp(15px,1.4vw,19px);font-weight:750;display:block}.contact-cta-direct a+a{border-top:1px solid var(--line)}.contact-cta-direct a:hover,.contact-cta-direct a:focus-visible{color:var(--ink);outline:none;transform:translate(-4px)}.contact-cta h2{letter-spacing:-.01em;max-width:62ch;font-size:clamp(17px,1.7vw,22px);font-weight:500;line-height:1.55}.contact-grid{grid-template-columns:1.1fr .9fr;gap:clamp(48px,10vw,160px);display:grid}.contact-form{border-radius:var(--radius);background:var(--dark);color:var(--white);padding:clamp(24px,4vw,46px)}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-form label{color:var(--light-line);letter-spacing:.03em;margin-bottom:22px;font-size:11px;font-weight:800;display:block}.contact-form label>span:not(.select-wrap){color:var(--dark-muted);font-weight:500}.contact-form input,.contact-form textarea,.contact-form select{border:0;border-bottom:1px solid var(--dark-line);width:100%;color:var(--white);resize:vertical;background:0 0;border-radius:0;outline:0;margin-top:8px;padding:12px 0;font-size:15px;display:block}.select-wrap{color:var(--white);margin-top:8px;display:block;position:relative}.select-wrap select{cursor:pointer;appearance:none;margin-top:0;padding-right:32px}.select-wrap svg{pointer-events:none;color:var(--white);position:absolute;bottom:12px;right:0}.select-wrap:focus-within svg{color:var(--red)}.contact-form select option{background:var(--dark);color:var(--white)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--dark-soft)}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--red)}.contact-form .button{margin-top:8px}.form-status{min-height:24px;color:var(--white);margin:18px 0 0;font-size:12px}.office-list{padding-top:6px}.office{border-bottom:1px solid var(--line);grid-template-columns:64px minmax(0,1fr);align-items:start;gap:18px;padding:22px 0;display:grid}.office-mark{width:60px;height:60px;color:var(--red);opacity:.72;transition:opacity .3s ease, transform .45s var(--ease);place-items:center;margin-top:1px;display:grid}.office-mark img{object-fit:contain;filter:brightness(0)saturate()invert(16%)sepia(98%)saturate(6191%)hue-rotate(357deg)brightness(108%)contrast(117%);width:100%;height:100%;display:block}.office-mark[data-country=usa] img{width:52px;height:52px;margin:4px}.office:hover .office-mark{opacity:1;transform:translateY(-3px)scale(1.04)}.office h3{margin-bottom:7px;font-size:14px}.office p{max-width:31ch;color:var(--ink-soft);margin-bottom:0;font-size:13px;line-height:1.55}.contact-direct{color:var(--red);gap:8px;margin-top:26px;font-size:15px;font-weight:800;display:grid}.site-footer{background:var(--dark);color:var(--white);padding:0 0 24px}.footer-shell{background:var(--dark);border-radius:0;width:100%;max-width:none;margin-inline:0;padding:clamp(36px,5vw,72px) max(22px,50% - 690px) 0;overflow:hidden}.footer-contact-grid{grid-template-columns:minmax(0,.95fr) minmax(360px,.9fr);align-items:stretch;gap:clamp(42px,7vw,112px);display:grid}.footer-contact-copy{flex-direction:column;min-width:0;padding:clamp(22px,3vw,42px) 0;display:flex}.footer-eyebrow{color:var(--dark-copy);letter-spacing:.04em;margin-bottom:22px;font-size:12px;font-weight:700}.footer-contact-copy h2{max-width:15ch;color:var(--white);letter-spacing:-.045em;margin-bottom:30px;font-size:clamp(36px,4.2vw,62px);font-weight:400;line-height:1.02}.footer-contact-lede{max-width:42ch;color:var(--dark-copy);margin-bottom:42px;font-size:14px;line-height:1.65}.footer-contact-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:auto;display:grid}.footer-contact-details h3{color:var(--white);align-items:center;gap:8px;margin-bottom:10px;font-size:15px;display:flex}.footer-contact-details a,.footer-socials a{color:var(--dark-copy);transition:color .2s ease, transform .2s var(--ease);font-size:13px}.footer-contact-details a:hover,.footer-contact-details a:focus-visible,.footer-socials a:hover,.footer-socials a:focus-visible{color:var(--red);outline:none}.footer-socials{gap:14px;display:flex}.footer-offices{border-top:1px solid var(--dark-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;margin-top:38px;padding-top:22px;display:grid}.footer-office{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;min-width:0;display:grid}.footer-office .office-mark{opacity:.72;width:30px;height:30px;margin:0}.footer-office .office-mark[data-country=usa] img{width:100%;height:100%;margin:0}.footer-office>div{min-width:0}.footer-office strong,.footer-office span{display:block}.footer-office strong{color:var(--white);margin-bottom:3px;font-size:11px;line-height:1.25}.footer-office span{color:var(--dark-muted);overflow-wrap:anywhere;font-size:12px;line-height:1.45}.footer-form{background:var(--white);color:var(--ink);border-radius:22px;padding:clamp(28px,4vw,60px)}.footer-form-heading{margin-bottom:34px}.footer-form-heading .section-kicker{margin-bottom:12px}.footer-form-heading h3{letter-spacing:-.035em;margin-bottom:10px;font-size:clamp(24px,2.4vw,34px);font-weight:500;line-height:1.08}.footer-form-heading>p:last-child{max-width:34ch;color:var(--ink-soft);margin-bottom:0;font-size:13px;line-height:1.55}.footer-form label{color:var(--ink-soft);letter-spacing:.03em;margin-bottom:22px;font-size:11px;font-weight:700;display:block}.footer-form label>span:not(.select-wrap){color:var(--light-muted);font-weight:500}.footer-form input,.footer-form textarea,.footer-form select{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);resize:vertical;background:0 0;border-radius:0;outline:0;margin-top:8px;padding:11px 0;font-size:14px;display:block}.footer-form input::placeholder,.footer-form textarea::placeholder{color:var(--light-muted)}.footer-form input:focus,.footer-form textarea:focus,.footer-form select:focus{border-color:var(--red)}.footer-form select option{background:var(--white);color:var(--ink)}.footer-form .select-wrap{color:var(--ink);margin-top:8px;display:block;position:relative}.footer-form .select-wrap select{appearance:none;margin-top:0;padding-right:28px}.footer-form .select-trigger{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border-radius:0;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:11px 22px 11px 0;font-size:14px;transition:border-color .2s;display:flex;position:relative}.footer-form .select-trigger:hover,.footer-form .select-trigger:focus-visible,.footer-form .select-wrap.is-open .select-trigger{border-color:var(--red)}.footer-form .select-trigger svg{color:var(--light-muted);transition:color .2s ease, transform .28s var(--ease);flex:none;position:static;bottom:auto;right:auto}.footer-form .select-wrap.is-open .select-trigger svg{color:var(--red);transform:rotate(180deg)}.footer-form .select-trigger-value{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--ink);overflow:hidden}.footer-form .select-trigger-value.is-placeholder{color:var(--light-muted)}.select-menu{z-index:30;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);max-height:min(280px,55vh);margin:0;padding:6px;position:fixed;overflow-y:auto;box-shadow:0 2px 8px #10101014}.select-menu[hidden]{display:none}.select-menu-heading{color:var(--light-muted);letter-spacing:.08em;text-transform:uppercase;margin:8px 8px 3px;font-size:10px;font-weight:800}.select-menu-heading:first-child{margin-top:3px}.select-option{color:var(--ink);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;font-size:14px;line-height:1.3;transition:background-color .15s,color .15s;display:flex}.select-option svg{color:var(--red);opacity:0;transition:opacity .15s ease, transform .2s var(--ease);flex:none;transform:scale(.7)}.select-option span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.select-option:hover,.select-option[data-active]{background:var(--red-soft)}.select-option[aria-selected=true]{font-weight:600}.select-option[aria-selected=true] svg{opacity:1;transform:none}.select-menu--up{transform-origin:bottom}.select-menu--entering{animation:select-pop .2s var(--ease) both}@keyframes select-pop{0%{opacity:0;transform:scale(.98)translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.select-menu--entering{animation:none}.footer-form .select-trigger svg{transition:none}.nav-dropdown--entering,.nav-dropdown--closing{animation:none}.nav-trigger svg{transition:none}.testimonials-track,.mosaic-team .mosaic-product-arrow:before{animation:none}}.footer-form .button{margin-top:3px}.button-dark{background:var(--dark);color:var(--white)}.button-dark:hover,.button-dark:focus-visible{background:var(--red);color:var(--white)}.footer-form-status{border:1px solid #0000;border-radius:8px;min-height:20px;margin:16px 0 0;padding:11px 13px;font-size:12px;line-height:1.45;display:none}.footer-form-status[data-state]{display:block}.footer-form-status[data-state=success]{color:#147a46;background:#15844a14;border-color:#15844a3d}.footer-form-status[data-state=error]{color:#b32626;background:#cf242414;border-color:#cf242440}.footer-nav{border-top:1px solid var(--dark-border);grid-template-columns:1fr auto 44px;align-items:center;gap:30px;margin-top:clamp(36px,6vw,76px);padding-block:24px;display:grid}.brand-footer img{filter:brightness(0)invert();width:148px}.footer-nav nav{flex-wrap:wrap;justify-content:center;gap:22px;display:flex}.footer-nav nav a{color:var(--dark-link);font-size:12px}.footer-nav nav a:hover,.footer-nav nav a:focus-visible{color:var(--red);outline:none}.footer-arrow{border:1px solid var(--red);width:44px;height:44px;color:var(--red);transition:background .2s ease, color .2s ease, transform .2s var(--ease);border-radius:50%;place-items:center;display:grid}.footer-arrow:hover,.footer-arrow:focus-visible{background:var(--red);color:var(--white);outline:none;transform:translateY(-2px)}.footer-bottom{color:var(--dark-muted);justify-content:space-between;gap:20px;padding-block:18px 20px;font-size:11px;display:flex}.back-to-top{z-index:8;background:var(--red);width:42px;height:42px;color:var(--white);opacity:0;pointer-events:none;transition:opacity .2s ease, transform .2s var(--ease);border:0;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:22px;right:22px;transform:translateY(10px)}.back-to-top[data-visible]{opacity:1;pointer-events:auto;transform:translateY(0)}@media (width<=1080px){:root{--shell:min(100% - 40px, 900px)}.header-inner{grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.hero-mosaic{grid-template-rows:190px 190px 190px;grid-template-columns:1.1fr 1fr 1fr}.mosaic-services{grid-area:span 2}.mosaic-team{grid-area:auto/span 2}.mosaic-stat{grid-area:auto}.mosaic-product{grid-area:auto/span 2}.mosaic-award{grid-area:auto/span 1}.about-split,.process,.faq{gap:50px}.service-grid{grid-template-columns:repeat(2,1fr)}.footer-contact-grid{grid-template-columns:1fr}.footer-form{max-width:720px}}@media (width<=700px){:root{--shell:calc(100% - 32px)}.site-header{padding-top:14px}.mobile-menu{background:var(--dark);color:var(--white);opacity:0;pointer-events:none;transition:opacity .2s ease, transform .2s var(--ease);border-radius:12px;gap:8px;padding:18px;display:grid;position:fixed;inset:70px 16px auto;transform:translateY(-10px)}.mobile-menu[data-open]{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu a{border-bottom:1px solid var(--dark-border);padding:12px;font-size:15px}.mobile-menu a:hover{color:var(--red)}h1{font-size:clamp(44px,13vw,68px)}h1 .hero-emphasis{min-height:1.12em;font-size:clamp(30px,8.5vw,56px);display:block}h1 .hero-emphasis:after{display:none}.hero-phrase{white-space:nowrap;overflow-wrap:normal;min-height:1.12em}.hero{padding-top:62px}.hero-actions{flex-direction:column;align-items:stretch;max-width:260px;margin-inline:auto}.hero-mosaic{grid-template:"services services""team team""stat product""award award"/1fr 1fr;display:grid}.mosaic-services{grid-area:services;min-height:210px}.mosaic-team{grid-area:team;min-height:380px}.mosaic-stat{grid-area:stat;min-height:190px}.mosaic-product{grid-area:product;min-height:380px}.mosaic-award{grid-area:award;min-height:180px}.service-ticker{gap:16px}.mosaic-services p{margin-top:18px}.achievement-label{font-size:10px}.achievement-value{font-size:clamp(24px,7vw,32px)}.achievement-lead{padding-bottom:14px}.achievement-lead .achievement-value{font-size:clamp(36px,11vw,52px)}.achievement-grid{gap:14px}.testimonials-heading h2{font-size:clamp(30px,8.5vw,42px)}.testimonial-card{flex-basis:min(84vw,320px);min-height:190px}.mosaic-stat-label,.mosaic-product-meta{letter-spacing:.06em;max-width:calc(100% - 34px);font-size:9px}.mosaic-product-tile{--tile-pad:16px}.mosaic-product-copy{max-width:22ch;font-size:12px}.mosaic-product-details{gap:8px;margin-top:14px}.mosaic-product-copy{font-size:11px}.mosaic-product-status{padding:5px 8px;font-size:9px}.mosaic-logo-strip{aspect-ratio:1/.85;border-radius:50%;width:100%;height:auto;padding:9% 12% 0;bottom:-55%;left:50%;right:auto;transform:translate(-50%)}.mosaic-product-logo{height:22%}.mosaic-team .mosaic-logo-strip{bottom:-45%}.mosaic-product .mosaic-logo-strip{padding:10% 10% 0;bottom:-15%}.mosaic-product .mosaic-product-logo{height:34%}.mosaic-product-arrow{width:34px;height:34px;bottom:14px;right:16px}.manifesto-grid,.section-heading,.about-split,.process,.faq,.contact-grid,.contact-cta{grid-template-columns:1fr}.manifesto-grid{gap:26px}.contact-cta{gap:28px}.contact-cta-direct{border-top:1px solid var(--line);border-left:0;width:100%;max-width:360px;padding:14px 0 0}.contact-cta-direct a{text-align:left}.proof-logo{flex-basis:150px;min-width:150px;min-height:62px}.about-visual,.about-visual img{min-height:360px}.about-split{padding-top:30px}.process-intro,.faq-heading{position:static}.section-panel{padding:34px 22px}.process-item{grid-template-columns:48px 1fr;gap:12px}.process-number{font-size:25px}.service-grid{grid-template-columns:1fr 1fr}.service-item{min-height:230px;padding:18px}.service-icon{width:48px;height:48px}.service-item h3{margin-top:20px;font-size:17px}.service-item p{font-size:12px}.showcase-item{grid-template-columns:1fr;min-height:560px}.showcase-copy{min-height:290px}.showcase-image{border-radius:0 0 var(--radius) var(--radius);min-height:270px}.showcase-image img{width:104%;height:104%;min-height:270px}.faq-item summary{grid-template-columns:30px 1fr 16px;gap:10px;padding-block:20px}.faq-item p{margin-left:40px;font-size:13px}.form-row{grid-template-columns:1fr;gap:0}.footer-shell{padding:22px 18px 0}.footer-contact-copy{padding:18px 0 0}.footer-contact-copy h2{max-width:12ch}.footer-contact-details{grid-template-columns:1fr 1fr}.footer-offices{grid-template-columns:1fr}.footer-nav{grid-template-columns:1fr 44px;gap:18px}.footer-nav nav{grid-area:2/1/auto/-1;justify-content:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start}}.mobile-page{overflow:hidden}.mobile-hero{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(40px,6vw,92px);padding-top:clamp(34px,5vw,72px);padding-bottom:clamp(50px,7vw,96px);display:grid}.mobile-hero-copy{max-width:660px}.mobile-breadcrumb{color:var(--light-muted);align-items:center;gap:9px;margin-bottom:28px;font-size:11px;font-weight:700;display:flex}.mobile-breadcrumb a{color:var(--ink-soft);text-underline-offset:3px;text-decoration:underline}.mobile-hero h1{max-width:11ch;margin-bottom:30px;font-size:clamp(54px,7vw,100px)}.mobile-hero h1 span{white-space:nowrap;font-size:.88em;display:inline-block}.mobile-hero-lede{max-width:48ch;color:var(--ink-soft);text-wrap:pretty;margin-bottom:14px;font-size:clamp(18px,1.8vw,23px);line-height:1.45}.mobile-hero-support{max-width:48ch;color:var(--ink-soft);text-wrap:pretty;margin-bottom:0;font-size:14px;line-height:1.7}.mobile-hero-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px;display:flex}.mobile-hero-actions .text-link{margin-top:0}.mobile-hero-art{min-height:540px;position:relative}.mobile-hero-art-frame{border-radius:var(--radius);background:var(--dark);height:100%;min-height:540px;position:relative;overflow:hidden}.mobile-hero-art-frame:before{content:"";z-index:1;pointer-events:none;border:1px solid #ffffff57;border-radius:10px;position:absolute;inset:20px}.mobile-hero-art-frame:after{content:"";pointer-events:none;border:1px solid #f009;border-radius:50%;width:310px;height:310px;position:absolute;bottom:-116px;right:-92px;box-shadow:0 0 0 22px #ff00001f,0 0 0 44px #ff00000f}.mobile-hero-art-frame img{object-fit:cover;object-position:center;filter:saturate(.78)contrast(1.05);transform-origin:50%;will-change:transform;width:100%;height:100%;min-height:540px;animation:14s ease-in-out infinite alternate mobile-hero-image-breathe}.mobile-hero-badge{z-index:2;border:1px solid var(--line);background:var(--white);color:var(--ink);will-change:transform;border-radius:999px;align-items:center;gap:8px;padding:10px 13px;font-size:11px;font-weight:800;animation:4.8s ease-in-out infinite mobile-hero-tag-float;display:inline-flex;position:absolute;box-shadow:0 6px 12px #1616161f}.mobile-hero-badge svg{color:var(--red)}.mobile-hero-badge-top{top:30px;right:-20px}.mobile-hero-badge-bottom{animation-delay:-2.2s;bottom:36px;left:-20px}.mobile-hero-index{z-index:2;color:var(--white);letter-spacing:.08em;font-size:11px;font-weight:800;position:absolute;bottom:25px;right:28px}.mobile-hero-index span{color:var(--dark-copy);font-weight:500}.mobile-intro{grid-template-columns:.7fr 1.3fr;gap:clamp(38px,6vw,96px);padding-bottom:clamp(52px,7vw,96px);display:grid}.mobile-intro-visual{border-radius:var(--radius);background:var(--dark);min-height:clamp(300px,34vw,450px);position:relative;overflow:hidden}.mobile-intro-visual img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center;transition:transform .7s var(--ease);display:block}.mobile-intro-visual:after{content:"";pointer-events:none;border:1px solid #ffffff57;border-radius:10px;position:absolute;inset:14px}.mobile-intro-visual-tag{z-index:1;background:var(--dark);color:var(--white);letter-spacing:.07em;text-transform:uppercase;border:1px solid #ffffff73;border-radius:999px;padding:8px 10px;font-size:9px;font-weight:800;position:absolute;bottom:14px;right:14px}.mobile-intro-visual:hover img{transform:scale(1.03)}.mobile-intro-copy{max-width:68ch}.mobile-intro-copy h2,.mobile-lifecycle-intro h2,.mobile-section-heading h2,.mobile-web-heading h2{letter-spacing:-.035em;margin-bottom:26px;font-size:clamp(36px,4.8vw,72px);font-weight:400;line-height:1.02}.mobile-intro-copy p,.mobile-lifecycle-intro>p:last-child,.mobile-platform p,.mobile-web-copy>p{max-width:65ch;color:var(--ink-soft);text-wrap:pretty;font-size:15px;line-height:1.75}.mobile-intro-copy p+p{margin-top:16px}.mobile-lifecycle{grid-template-columns:.78fr 1.22fr;gap:clamp(44px,7vw,112px);margin-bottom:clamp(56px,7vw,104px);padding:clamp(40px,5vw,76px) clamp(24px,5vw,74px);display:grid}.mobile-lifecycle-intro{align-self:start;position:sticky;top:140px}.mobile-lifecycle-intro h2{max-width:9ch}.mobile-lifecycle-list{gap:0;display:grid}.mobile-lifecycle-item{border-bottom:1px solid var(--light-line);transition:transform .28s var(--ease), background-color .24s ease;grid-template-columns:68px 1fr;align-items:start;gap:20px;padding:24px 0;display:grid}.mobile-lifecycle-item:first-child{padding-top:0}.mobile-lifecycle-item:last-child{border-bottom:0}.mobile-lifecycle-number{color:var(--red);letter-spacing:-.04em;font-size:30px;font-weight:650;line-height:1}.mobile-lifecycle-item h3{letter-spacing:-.025em;margin-bottom:8px;font-size:20px}.mobile-lifecycle-item p{max-width:48ch;color:var(--ink-soft);margin-bottom:0;font-size:13px;line-height:1.65}.mobile-platforms{padding-bottom:clamp(56px,7vw,104px)}.mobile-section-heading{max-width:780px;margin-bottom:48px}.mobile-section-heading h2{max-width:24ch}.mobile-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.mobile-platform{background:var(--paper);min-height:360px;padding:clamp(26px,4vw,52px)}.mobile-platform-dark{background:var(--dark);color:var(--white)}.mobile-platform-top{justify-content:space-between;align-items:center;margin-bottom:clamp(48px,7vw,94px);display:flex}.mobile-platform-top svg{color:var(--red)}.mobile-platform-top span{color:var(--light-muted);font-size:12px;font-weight:800}.mobile-platform-dark .mobile-platform-top span{color:var(--dark-muted)}.mobile-platform h3{letter-spacing:-.035em;max-width:11ch;margin-bottom:16px;font-size:clamp(26px,3vw,42px);font-weight:500;line-height:1}.mobile-platform p{max-width:46ch;margin-bottom:24px}.mobile-platform-dark p{color:var(--dark-copy)}.mobile-platform-tags{flex-wrap:wrap;gap:8px;display:flex}.mobile-platform-tags span{border:1px solid var(--line);color:var(--ink-soft);text-transform:uppercase;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:800}.mobile-platform-dark .mobile-platform-tags span{border-color:var(--dark-border);color:var(--dark-copy)}.mobile-cta{border-radius:var(--radius);background:var(--red);color:var(--white);justify-content:space-between;align-items:end;gap:30px;margin-bottom:clamp(56px,7vw,104px);padding:clamp(28px,4vw,58px);display:flex}.mobile-cta .section-kicker{color:var(--white);opacity:.78}.mobile-cta h2{letter-spacing:-.04em;max-width:12ch;margin-bottom:0;font-size:clamp(36px,5vw,74px);font-weight:400;line-height:.98}.button-light{background:var(--white);color:var(--ink)}.button-light:hover,.button-light:focus-visible{background:var(--dark);color:var(--white)}.mobile-web{border-radius:var(--radius);background:var(--dark);color:var(--white);grid-template-columns:.8fr 1.2fr;gap:clamp(44px,7vw,112px);margin-bottom:clamp(62px,8vw,116px);padding:clamp(30px,5vw,74px);display:grid}.mobile-web-heading .section-kicker{color:var(--red)}.mobile-web-heading h2{color:var(--white);max-width:8ch}.mobile-web-copy{max-width:68ch}.mobile-web-copy>p{color:var(--dark-copy)}.mobile-web-lede{letter-spacing:-.025em;margin-bottom:18px;color:var(--white)!important;font-size:clamp(22px,2.6vw,34px)!important;line-height:1.25!important}.mobile-benefit-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:38px 0 0;padding:0;list-style:none;display:grid}.mobile-benefit-list li{border:1px solid var(--dark-border);background:var(--dark-surface);min-height:172px;color:var(--white);transition:transform .28s var(--ease), background-color .24s ease, color .24s ease, border-color .24s ease;border-radius:12px;flex-direction:column;justify-content:space-between;gap:28px;padding:22px;display:flex}.mobile-benefit-meta{justify-content:space-between;align-items:center;display:flex}.mobile-benefit-meta>span:first-child{color:var(--red);font-size:12px;font-weight:800}.mobile-benefit-icon{width:38px;height:38px;color:var(--red);border:1px solid #ff000073;border-radius:50%;place-items:center;display:grid}.mobile-benefit-list strong{max-width:24ch;font-size:15px;font-weight:550;line-height:1.4}@keyframes mobile-hero-image-breathe{0%{transform:scale(1.01)translate(0,0)}to{transform:scale(1.045)translate(-.5%,-.5%)}}@keyframes mobile-hero-tag-float{0%,to{transform:translate(0,0)}50%{transform:translateY(-6px)}}[data-page-motion] .mobile-page-reveal{opacity:0;transition:opacity .7s ease, transform .7s var(--ease);transform:translateY(20px)}[data-page-motion] .mobile-page-reveal.is-visible{opacity:1;transform:none}@media (hover:hover){.mobile-lifecycle-item:hover,.mobile-lifecycle-item:focus-within{transform:translate(8px)}.mobile-benefit-list li:hover,.mobile-benefit-list li:focus-within{border-color:var(--red);background:var(--red);color:var(--white);transform:translateY(-4px)}.mobile-benefit-list li:hover .mobile-benefit-meta>span:first-child,.mobile-benefit-list li:focus-within .mobile-benefit-meta>span:first-child{color:var(--white)}.mobile-benefit-list li:hover .mobile-benefit-icon,.mobile-benefit-list li:focus-within .mobile-benefit-icon{color:var(--white);background:#ffffff1f;border-color:#ffffffb8;transform:translateY(-2px)}}@media (width<=1080px){.mobile-hero{grid-template-columns:1fr 1fr;gap:40px}.mobile-hero h1{font-size:clamp(50px,6.8vw,78px)}.mobile-hero-art,.mobile-hero-art-frame,.mobile-hero-art-frame img{min-height:460px}}@media (width<=700px){.mobile-hero,.mobile-intro,.mobile-lifecycle,.mobile-web{grid-template-columns:1fr}.mobile-hero{gap:34px;padding-top:34px;padding-bottom:52px}.mobile-hero h1{max-width:11ch;font-size:clamp(42px,11vw,56px)}.mobile-hero-art,.mobile-hero-art-frame,.mobile-hero-art-frame img{min-height:330px}.mobile-hero-badge-top{top:18px;right:14px}.mobile-hero-badge-bottom{bottom:18px;left:14px}.mobile-hero-index{bottom:17px;right:18px}.mobile-intro{gap:24px;padding-bottom:58px}.mobile-intro-visual{min-height:300px}.mobile-intro-copy h2,.mobile-lifecycle-intro h2,.mobile-section-heading h2,.mobile-web-heading h2{font-size:clamp(36px,11vw,58px)}.mobile-lifecycle{gap:30px;margin-bottom:58px;padding:30px 22px}.mobile-lifecycle-intro{position:static}.mobile-lifecycle-item{grid-template-columns:42px 1fr;gap:12px}.mobile-lifecycle-number{font-size:25px}.mobile-platform-grid{grid-template-columns:1fr}.mobile-platform{min-height:330px;padding:26px}.mobile-platform-top{margin-bottom:54px}.mobile-cta{flex-direction:column;align-items:start;margin-bottom:58px;padding:28px 24px}.mobile-cta .button{width:100%}.mobile-web{gap:30px;margin-bottom:32px;padding:30px 22px 64px}}@media (prefers-reduced-motion:reduce){.mobile-hero-art-frame img,.mobile-hero-badge,.mobile-lifecycle-item,.mobile-benefit-list li,.mobile-benefit-icon,.mobile-page-reveal,.mobile-intro-visual img{transition:none;animation:none}html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.service-page{overflow:clip}.service-hero{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:clamp(40px,6vw,92px);padding-top:clamp(38px,5vw,76px);padding-bottom:clamp(54px,7vw,104px);display:grid}.service-hero-copy{max-width:600px}.service-breadcrumb{color:var(--ink-soft);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:10px;margin:-3px 0 25px;font-size:11px;font-weight:700;display:flex}.service-breadcrumb a{color:var(--red)}.service-hero h1{letter-spacing:-.055em;text-wrap:balance;max-width:11ch;margin-bottom:24px;font-size:clamp(52px,6.3vw,92px);font-weight:450;line-height:.94}.service-page--ondemand .service-hero h1{letter-spacing:-.055em;max-width:11ch;font-size:clamp(52px,6.3vw,92px);line-height:.94}.service-page--ai .service-hero h1{letter-spacing:-.055em;max-width:12ch;font-size:clamp(50px,6.1vw,88px);line-height:.94}.service-page--ar-vr .service-hero h1{max-width:13ch}.service-page--ar-vr .service-title-word{white-space:nowrap;display:inline-block}.service-hero-lede{max-width:30ch;color:var(--ink);letter-spacing:-.025em;text-wrap:pretty;margin-bottom:14px;font-size:clamp(20px,2vw,29px);line-height:1.25}.service-hero-support{max-width:52ch;color:var(--ink-soft);text-wrap:pretty;font-size:14px;line-height:1.65}.service-hero-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:30px;display:flex}.service-hero-art{min-width:0;padding:18px 0 24px 18px;position:relative}.service-hero-art:before{content:"";border:1px solid var(--red);opacity:.2;pointer-events:none;width:72%;height:84%;position:absolute;top:0;right:0}.service-hero-art-frame{z-index:1;aspect-ratio:1.38;border-radius:var(--radius);background:var(--dark);box-shadow:18px 18px 0 var(--red);position:relative;overflow:hidden}.service-hero-art-frame img{object-fit:cover;transform-origin:50%;will-change:transform;width:100%;height:100%;animation:15s ease-in-out infinite alternate service-image-breathe;display:block}.service-hero-label{z-index:2;background:var(--dark);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border:1px solid #ffffff8c;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;box-shadow:0 8px 18px #16161629}.service-hero-label-top{animation:5.2s ease-in-out infinite service-tag-float;top:0;left:2px}.service-hero-label-bottom{animation:5.2s ease-in-out -2.4s infinite service-tag-float;bottom:0;right:2px}.service-hero-label-bottom svg{color:var(--red)}.service-hero-index{z-index:2;color:var(--red);transform-origin:50%;gap:1px;font-size:15px;font-weight:800;line-height:1;display:grid;position:absolute;top:50%;right:-8px;transform:rotate(90deg)}.service-hero-index span{color:var(--ink-soft);letter-spacing:.12em;text-transform:uppercase;font-size:8px}.service-intro{grid-template-columns:1.05fr .95fr;gap:clamp(44px,7vw,112px);padding-bottom:clamp(54px,7vw,100px);display:grid}.service-intro-heading{max-width:none}.service-intro-heading .section-kicker{margin-bottom:22px}.service-intro-copy{max-width:70ch}.service-intro-heading h2{letter-spacing:-.055em;text-wrap:balance;max-width:none;margin-bottom:28px;font-size:clamp(38px,4.2vw,64px);font-weight:450;line-height:.98}.service-spotlight h2,.service-section-heading h2,.service-cta h2{letter-spacing:-.055em;text-wrap:balance;max-width:15ch;margin-bottom:28px;font-size:clamp(38px,5vw,74px);font-weight:450;line-height:.98}.service-intro-copy p,.service-spotlight-copy>p:last-child,.service-cta-action p{max-width:68ch;color:var(--ink-soft);text-wrap:pretty;font-size:15px;line-height:1.68}.service-intro-copy p+p{margin-top:18px}.service-spotlight{border-radius:var(--radius);background:var(--dark);color:var(--white);grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(44px,7vw,112px);margin-bottom:clamp(54px,7vw,100px);padding:clamp(38px,5vw,74px);display:grid}.service-spotlight-mark{color:var(--red);letter-spacing:-.12em;font-size:clamp(100px,15vw,220px);font-weight:800;line-height:.68}.service-spotlight-art{border-radius:var(--radius);background:var(--dark);aspect-ratio:1.08;min-width:0;overflow:hidden}.service-spotlight-art img{width:100%;height:100%;min-height:inherit;object-fit:cover;transition:transform .7s var(--ease);display:block}.service-spotlight-copy{max-width:70ch}.service-spotlight-copy .section-kicker{color:var(--red)}.service-spotlight-copy h2{max-width:13ch}.service-spotlight-copy>p:last-child{color:var(--dark-copy)}.service-capabilities{grid-template-columns:.8fr 1.2fr;gap:clamp(44px,7vw,112px);padding-bottom:clamp(54px,7vw,100px);display:grid}.service-capability-list{border-top:1px solid var(--line)}.service-capability{border-bottom:1px solid var(--line);transition:color .2s ease, transform .25s var(--ease);grid-template-columns:42px 1fr;align-items:start;gap:18px;padding:22px 0;display:grid}.service-capability-number{color:var(--red);font-size:12px;font-weight:800}.service-capability-icon{width:40px;height:40px;color:var(--red);transition:color .2s ease, background-color .2s ease, transform .25s var(--ease);background:#ff00000a;border:1px solid #ff000038;border-radius:50%;place-items:center;display:grid}.service-capabilities--video{border-radius:var(--radius);background:var(--dark);color:var(--white);margin-bottom:clamp(54px,7vw,100px);padding:clamp(30px,5vw,64px)}.service-capabilities--video .section-kicker{color:var(--red)}.service-capabilities--video .service-section-heading h2{max-width:10ch;color:var(--white)}.service-capabilities--video .service-capability-list{border-top:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.service-capabilities--video .service-capability{border:1px solid var(--line);background:var(--paper);min-height:245px;color:var(--ink);border-radius:12px;grid-template-rows:auto 1fr;grid-template-columns:1fr auto;align-content:start;gap:24px 16px;padding:26px}.service-capabilities--video .service-capability>div{grid-column:1/-1}.service-capabilities--video .service-capability-number{align-self:center}.service-capabilities--video .service-capability-icon{justify-self:end}.service-capabilities--video .service-capability p{color:var(--ink-soft)}.service-capability h3{letter-spacing:-.025em;margin-bottom:7px;font-size:21px;font-weight:600;line-height:1.1}.service-capability p{max-width:56ch;color:var(--ink-soft);font-size:14px;line-height:1.55}.service-process{border-radius:var(--radius);background:var(--paper);grid-template-columns:.8fr 1.2fr;gap:clamp(44px,7vw,112px);margin-bottom:clamp(54px,7vw,100px);padding:clamp(34px,5vw,72px);display:grid}.service-process .service-section-heading{align-self:start}.service-process .service-section-heading>p:last-child{max-width:42ch;color:var(--ink-soft);font-size:15px;line-height:1.65}.service-process-list{border-top:1px solid var(--line)}.service-process-step{border-bottom:1px solid var(--line);transition:transform .28s var(--ease), background-color .24s ease;grid-template-columns:48px 1fr;gap:18px;padding:22px 0;display:grid}.service-process-number{color:var(--red);transition:transform .28s var(--ease);font-size:14px;font-weight:800}.service-process-step h3{letter-spacing:-.025em;margin-bottom:7px;font-size:20px;font-weight:600;line-height:1.1}.service-process-step p{max-width:58ch;color:var(--ink-soft);font-size:14px;line-height:1.55}.service-cta{border-radius:var(--radius);background:var(--red);color:var(--white);grid-template-columns:1fr .8fr;align-items:end;gap:44px;margin-bottom:clamp(54px,7vw,100px);padding:clamp(30px,4vw,58px);display:grid}.service-cta .section-kicker{color:var(--white);opacity:.78}.service-cta h2{max-width:13ch;margin-bottom:0}.service-cta-action{justify-self:end;max-width:42ch}.service-cta-action p{color:#ffffffd4;margin-bottom:23px}@keyframes service-image-breathe{0%{transform:scale(1.01)translate(0,0)}to{transform:scale(1.045)translate(-.4%,-.4%)}}@keyframes service-tag-float{0%,to{transform:translate(0,0)}50%{transform:translateY(-5px)}}[data-page-motion] .service-reveal{opacity:0;transition:opacity .7s ease, transform .7s var(--ease);transform:translateY(18px)}[data-page-motion] .service-reveal.is-visible{opacity:1;transform:none}@media (hover:hover){.service-capability:hover,.service-capability:focus-within{color:var(--red);transform:translate(6px)}.service-capability:hover p,.service-capability:focus-within p{color:var(--ink-soft)}.service-capabilities--video .service-capability:hover,.service-capabilities--video .service-capability:focus-within{transform:translateY(-4px)}.service-capabilities--video .service-capability:hover .service-capability-icon,.service-capabilities--video .service-capability:focus-within .service-capability-icon{background:var(--red);color:var(--white);transform:translateY(-2px)}.service-process-step:hover{background:#ffffff6b;transform:translate(8px)}.service-process-step:hover h3{color:var(--red)}.service-process-step:hover .service-process-number{transform:translate(4px)scale(1.08)}.service-spotlight-art:hover img{transform:scale(1.03)}}@media (width<=1080px){.service-hero{grid-template-columns:1fr 1fr;gap:40px}.service-hero h1{font-size:clamp(52px,6.8vw,82px)}.service-hero-art-frame{aspect-ratio:1.16}}@media (width<=700px){.service-hero,.service-intro,.service-spotlight,.service-capabilities,.service-process,.service-cta{grid-template-columns:1fr}.service-hero{gap:34px;padding-top:34px;padding-bottom:58px}.service-hero h1{max-width:10ch;font-size:clamp(45px,12vw,66px)}.service-page--ondemand .service-hero h1{max-width:11ch;font-size:clamp(45px,11vw,60px)}.service-page--ai .service-hero h1{max-width:12ch;font-size:clamp(45px,11vw,60px)}.service-page--ar-vr .service-hero h1{max-width:13ch;font-size:clamp(45px,11vw,60px)}.service-hero-lede{font-size:21px}.service-hero-art{padding-left:8px}.service-hero-art-frame{aspect-ratio:1.08;box-shadow:10px 10px 0 var(--red)}.service-hero-label{font-size:8px}.service-hero-label-top{left:-2px}.service-hero-label-bottom{right:-2px}.service-hero-index{right:-12px}.service-intro{gap:24px;padding-bottom:58px}.service-intro-heading h2{font-size:clamp(36px,10vw,54px)}.service-spotlight h2,.service-section-heading h2,.service-cta h2{font-size:clamp(38px,11vw,60px)}.service-spotlight{gap:28px;margin-bottom:58px;padding:30px 22px}.service-spotlight-mark{font-size:110px}.service-spotlight-art{aspect-ratio:1.22}.service-capabilities{gap:30px;padding-bottom:58px}.service-capabilities--video{margin-bottom:58px;padding:30px 22px}.service-capability{grid-template-columns:34px 1fr;gap:12px}.service-capabilities--video .service-capability-list{grid-template-columns:repeat(2,minmax(0,1fr))}.service-capabilities--video .service-capability{grid-template-columns:1fr auto;min-height:220px;padding:22px}.service-capabilities--video .service-capability-icon{width:36px;height:36px}.service-process{gap:30px;margin-bottom:58px;padding:30px 22px}.service-process-step{grid-template-columns:34px 1fr;gap:12px}.service-cta{align-items:start;gap:28px;margin-bottom:58px;padding:30px 22px}.service-cta-action{justify-self:stretch}.service-cta-action .button{width:100%}}@media (width<=480px){.service-capabilities--video .service-capability-list{grid-template-columns:1fr}}@media (width<=360px){.hero-mosaic{grid-template-columns:1fr;grid-template-areas:"services""team""stat""product""award"}}@media (prefers-reduced-motion:reduce){.service-hero-art-frame img,.service-hero-label,.service-capability,.service-capability-icon,.service-process-step,.service-process-number,.service-reveal,.service-spotlight-art img{transition:none;animation:none}}.blog-page{overflow:clip}.blog-hero{grid-template-columns:1.25fr .75fr;align-items:end;gap:48px;padding-top:clamp(64px,9vw,132px);padding-bottom:clamp(48px,7vw,96px);display:grid}.blog-hero h1{letter-spacing:-.06em;max-width:11ch;margin-bottom:26px;font-size:clamp(54px,8vw,112px);line-height:.94}.blog-hero-lede{max-width:47ch;color:var(--ink-soft);text-wrap:pretty;margin-bottom:0;font-size:clamp(17px,1.7vw,22px);line-height:1.55}.blog-hero-index{color:var(--light-muted);letter-spacing:.08em;text-align:right;text-transform:uppercase;justify-items:end;gap:8px;padding-bottom:7px;font-size:11px;font-weight:800;display:grid}.blog-hero-index span:first-child{color:var(--red);letter-spacing:-.06em;font-size:42px;line-height:1}.blog-feature{border-radius:var(--radius);background:var(--dark);color:var(--white);grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(36px,6vw,92px);margin-bottom:clamp(76px,10vw,148px);padding:clamp(20px,2vw,28px);display:grid}.blog-feature-image{aspect-ratio:1.28;border-radius:calc(var(--radius) - 4px);background:var(--paper);display:block;position:relative;overflow:hidden}.blog-feature-image img,.blog-card-image img,.blog-article-hero img{object-fit:cover;width:100%;height:100%;transition:transform .65s var(--ease);display:block}.blog-image-label{background:var(--dark);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;bottom:18px;right:18px}.blog-feature-copy{max-width:58ch;padding:clamp(10px,2vw,22px) clamp(8px,2vw,26px) clamp(12px,2vw,24px) 0}.blog-meta{color:var(--dark-muted);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;gap:9px 18px;font-size:11px;font-weight:750;display:flex}.blog-meta span+span:before{content:"·";color:var(--red);margin-right:18px}.blog-feature .blog-meta{color:var(--dark-copy)}.blog-feature h2{max-width:13ch;color:var(--white);letter-spacing:-.05em;margin:24px 0 22px;font-size:clamp(34px,4.4vw,66px);font-weight:400;line-height:.98}.blog-feature h2 a:hover,.blog-feature h2 a:focus-visible{color:var(--red)}.blog-feature-copy>p{max-width:48ch;color:var(--dark-copy);margin-bottom:24px;font-size:15px;line-height:1.7}.blog-feature .text-link{color:var(--white)}.blog-feature .text-link:hover,.blog-feature .text-link:focus-visible{color:var(--red)}.blog-notes{margin-bottom:clamp(72px,9vw,128px)}.blog-section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px;display:flex}.blog-section-heading h2{letter-spacing:-.05em;max-width:15ch;margin-bottom:24px;font-size:clamp(36px,4.6vw,70px);font-weight:400;line-height:.98}.blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.blog-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);overflow:hidden}.blog-card-image{aspect-ratio:1.6;display:block;overflow:hidden}.blog-card-body{padding:24px 26px 27px}.blog-card h3{letter-spacing:-.04em;max-width:18ch;margin:17px 0 12px;font-size:clamp(22px,2.3vw,32px);line-height:1.05}.blog-card h3 a:hover,.blog-card h3 a:focus-visible{color:var(--red)}.blog-card p{max-width:48ch;color:var(--ink-soft);margin-bottom:20px;font-size:14px;line-height:1.65}.blog-card-link,.blog-back-link{color:var(--red);align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.blog-empty-state{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr auto;align-items:center;gap:24px;padding:28px 0;display:grid}.blog-empty-number{color:var(--red);letter-spacing:-.05em;font-size:28px;font-weight:700}.blog-empty-state h3{margin-bottom:7px;font-size:20px}.blog-empty-state p{max-width:50ch;color:var(--ink-soft);margin-bottom:0;font-size:14px;line-height:1.6}.blog-subscribe,.blog-article-cta{border-radius:var(--radius);background:var(--red);color:var(--white);grid-template-columns:1fr auto;align-items:end;gap:30px;margin-bottom:clamp(72px,9vw,128px);padding:clamp(30px,5vw,66px);display:grid}.blog-subscribe .section-kicker,.blog-article-cta .section-kicker{color:var(--white);opacity:.78}.blog-subscribe h2,.blog-article-cta h2{max-width:13ch;color:var(--white);letter-spacing:-.05em;margin-bottom:0;font-size:clamp(34px,4.7vw,68px);font-weight:400;line-height:.98}.blog-subscribe .button-red,.blog-article-cta .button-red{background:var(--white);color:var(--ink)}.blog-subscribe .button-red:hover,.blog-subscribe .button-red:focus-visible,.blog-article-cta .button-red:hover,.blog-article-cta .button-red:focus-visible{background:var(--ink);color:var(--white)}.blog-article-page{overflow:clip}.blog-article-header{max-width:950px;padding-top:clamp(52px,8vw,112px);padding-bottom:clamp(38px,5vw,70px)}.blog-article-header .blog-back-link{color:var(--ink-soft);margin-bottom:42px}.blog-article-header .blog-back-link:hover,.blog-article-header .blog-back-link:focus-visible{color:var(--red)}.blog-article-meta{color:var(--red);margin-bottom:22px}.blog-article-header h1{letter-spacing:-.06em;max-width:12ch;margin-bottom:24px;font-size:clamp(48px,7.3vw,104px);line-height:.95}.blog-article-dek{max-width:62ch;color:var(--ink-soft);margin-bottom:25px;font-size:clamp(17px,1.7vw,22px);line-height:1.55}.blog-article-byline{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;font-weight:650;display:flex}.blog-author-mark{background:var(--red);width:30px;height:30px;color:var(--white);border-radius:50%;place-items:center;font-size:10px;font-weight:850;display:grid}.blog-article-hero{aspect-ratio:1.8;border-radius:var(--radius);background:var(--paper);margin-bottom:clamp(50px,7vw,100px);overflow:hidden}.blog-article-body{max-width:780px;margin-bottom:clamp(60px,8vw,112px)}.blog-article-body>:first-child{margin-top:0}.blog-article-body h2{letter-spacing:-.04em;margin:54px 0 17px;font-size:clamp(26px,3vw,40px);line-height:1.05}.blog-article-body p,.blog-article-body li{color:var(--ink-soft);font-size:16px;line-height:1.8}.blog-article-body p{margin-bottom:22px}.blog-article-body strong{color:var(--ink);font-weight:700}.blog-article-body ul{margin:10px 0 28px;padding-left:22px}.blog-article-body li{margin-bottom:9px;padding-left:5px}.blog-article-body blockquote{border-left:4px solid var(--red);background:var(--paper);color:var(--ink);letter-spacing:-.03em;margin:38px 0;padding:24px 28px;font-size:clamp(21px,2.4vw,31px);line-height:1.3}.blog-article-cta{max-width:1380px}@media (hover:hover){.blog-feature-image:hover img,.blog-feature-image:focus-visible img,.blog-card-image:hover img,.blog-card-image:focus-visible img{transform:scale(1.04)}}@media (width<=700px){.blog-hero,.blog-feature,.blog-subscribe,.blog-article-cta{grid-template-columns:1fr}.blog-hero{gap:32px;padding-top:54px}.blog-hero h1{font-size:clamp(50px,14vw,76px)}.blog-hero-index{text-align:left;justify-items:start}.blog-feature{gap:22px;padding:12px}.blog-feature-copy{padding:12px 10px 20px}.blog-feature h2{font-size:clamp(34px,10vw,54px)}.blog-card-grid{grid-template-columns:1fr}.blog-empty-state{grid-template-columns:42px 1fr}.blog-empty-state .button{grid-column:2;justify-self:start}.blog-section-heading{display:block}.blog-section-heading h2{margin-bottom:20px}.blog-subscribe,.blog-article-cta{gap:28px;margin-bottom:58px;padding:30px 22px}.blog-article-header{padding-top:40px}.blog-article-header .blog-back-link{margin-bottom:32px}.blog-article-header h1{font-size:clamp(44px,12vw,68px)}.blog-article-hero{aspect-ratio:1.2}.blog-article-body p,.blog-article-body li{font-size:15px;line-height:1.72}}@media (prefers-reduced-motion:reduce){.blog-feature-image img,.blog-card-image img{transition:none}}.blog-hero{background:var(--dark);min-height:clamp(580px,70vh,760px);color:var(--white);border-radius:16px;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(34px,5vw,88px);margin-bottom:clamp(58px,8vw,120px);padding:clamp(46px,6vw,88px);position:relative;overflow:hidden}.blog-hero:after{border-radius:inherit;content:"";pointer-events:none;border:1px solid #ffffff1f;position:absolute;inset:0}.blog-hero-word{z-index:0;color:#ff00001f;letter-spacing:-.1em;text-transform:uppercase;pointer-events:none;font-size:clamp(220px,32vw,520px);font-weight:800;line-height:.78;position:absolute;top:-.08em;right:-.03em}.blog-hero-copy{z-index:1;flex-direction:column;justify-content:center;align-items:flex-start;padding-block:clamp(10px,2vw,34px);display:flex;position:relative}.blog-hero h1{max-width:9ch;color:var(--white);letter-spacing:-.045em;text-wrap:balance;margin-bottom:28px;font-size:clamp(54px,7vw,104px);line-height:.92}.blog-hero h1 span{color:var(--red);display:block}.blog-hero-lede{max-width:43ch;color:var(--dark-copy);margin-bottom:32px}.blog-hero-action{color:var(--white);align-items:center;gap:9px;font-size:13px;font-weight:800;display:inline-flex}.blog-hero-action svg{color:var(--red);transition:transform .25s var(--ease)}.blog-hero-action:hover svg,.blog-hero-action:focus-visible svg{transform:translateY(4px)}.blog-hero-art{z-index:1;aspect-ratio:1.42;background:var(--dark);min-height:460px;box-shadow:18px 18px 0 var(--red);border-radius:16px;display:block;position:relative;overflow:hidden}.blog-hero-art:after{border-radius:inherit;content:"";pointer-events:none;border:1px solid #ffffff40;position:absolute;inset:0}.blog-hero-art img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease);display:block}.blog-hero-art-label{background:var(--dark);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:10px;padding:10px 13px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;bottom:18px;right:18px}.blog-hero-art-label span{color:var(--red)}.blog-feature{border-radius:16px;grid-template-columns:96px minmax(0,1.2fr) minmax(220px,.8fr);align-items:start;gap:clamp(26px,4vw,70px);margin-bottom:clamp(68px,9vw,128px);padding:clamp(28px,4vw,56px)}.blog-feature-index{color:var(--dark-copy);letter-spacing:.08em;text-transform:uppercase;gap:10px;font-size:10px;font-weight:800;display:grid}.blog-feature-index span:first-child{color:var(--red);letter-spacing:-.06em;font-size:48px;line-height:.85}.blog-feature-copy{padding:0}.blog-feature h2{max-width:14ch;margin-top:22px}.blog-feature-note{color:var(--dark-copy);border-top:1px solid #ffffff38;align-self:end;padding-top:16px}.blog-feature-note span{color:var(--red);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:10px;font-weight:800;display:block}.blog-feature-note p{max-width:28ch;margin:0;font-size:15px;line-height:1.55}.blog-section-heading{align-items:baseline}.blog-section-count{color:var(--light-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px;font-size:11px;font-weight:800}.blog-article-hero{max-width:none;padding:clamp(34px, 5vw, 72px) max(24px, calc((100% - var(--shell-width,1380px)) / 2));background:var(--dark);color:var(--white);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:stretch;gap:clamp(28px,5vw,84px);margin-bottom:clamp(54px,8vw,116px);display:grid}.blog-article-hero-copy{flex-direction:column;justify-content:center;max-width:670px;display:flex}.blog-article-hero .blog-back-link{color:var(--dark-copy);margin-bottom:clamp(36px,5vw,70px)}.blog-article-hero .blog-back-link:hover,.blog-article-hero .blog-back-link:focus-visible{color:var(--white)}.blog-article-hero .blog-article-meta{color:var(--red)}.blog-article-hero h1{max-width:11ch;color:var(--white);letter-spacing:-.045em;text-wrap:balance;margin-bottom:24px;font-size:clamp(50px,6.4vw,100px);line-height:.94}.blog-article-hero .blog-article-dek,.blog-article-hero .blog-article-byline{color:var(--dark-copy)}.blog-article-hero-media{aspect-ratio:1.34;background:var(--paper);border-radius:16px;min-height:470px;position:relative;overflow:hidden}.blog-article-hero-media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease);display:block}.blog-article-hero-media span{background:var(--dark);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;bottom:16px;right:16px}.blog-article-hero-media span svg{color:var(--red)}.blog-article-layout{grid-template-columns:minmax(160px,.28fr) minmax(0,.72fr);align-items:start;gap:clamp(38px,8vw,132px);display:grid}.blog-article-aside{gap:48px;display:grid;position:sticky;top:100px}.blog-article-aside-block{gap:14px;display:grid}.blog-aside-label{color:var(--red);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.blog-article-aside nav{gap:10px;display:grid}.blog-article-aside nav a{color:var(--ink-soft);font-size:13px;line-height:1.35}.blog-article-aside nav a:hover,.blog-article-aside nav a:focus-visible{color:var(--red)}.blog-aside-contact{color:var(--ink);align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.blog-aside-contact svg{color:var(--red)}@media (hover:hover){.blog-hero-art:hover img,.blog-hero-art:focus-visible img,.blog-article-hero-media:hover img{transform:scale(1.035)}}@media (width<=700px){.blog-hero{grid-template-columns:1fr;gap:34px;min-height:auto;margin-bottom:58px;padding:38px 22px 28px}.blog-hero-word{font-size:44vw;top:.08em;right:-.03em}.blog-hero h1{max-width:10ch;font-size:clamp(52px,14vw,76px)}.blog-hero-art{min-height:330px;box-shadow:10px 10px 0 var(--red)}.blog-feature{grid-template-columns:1fr;gap:28px;padding:28px 22px}.blog-feature-index{grid-template-columns:auto 1fr;align-items:center;gap:12px}.blog-feature-index span:first-child{font-size:38px}.blog-feature-note{margin-top:4px}.blog-section-heading{align-items:baseline;display:flex}.blog-section-heading h2,.blog-section-count{margin-bottom:20px}.blog-article-hero{grid-template-columns:1fr;gap:32px;padding:38px 16px 16px}.blog-article-hero h1{max-width:10ch;font-size:clamp(46px,12vw,70px)}.blog-article-hero-media{aspect-ratio:1.18;min-height:300px}.blog-article-layout{grid-template-columns:1fr;gap:34px}.blog-article-aside{border-bottom:1px solid var(--line);gap:24px;padding-bottom:26px;position:static}.blog-article-aside nav{flex-wrap:wrap;gap:8px 18px;display:flex}}@media (prefers-reduced-motion:reduce){.blog-hero-art img,.blog-article-hero-media img,.blog-hero-action svg{transition:none}}.blog-hero{background:var(--dark);min-height:clamp(460px,64vh,650px);color:var(--white);margin-bottom:clamp(56px,8vw,116px);padding:0;display:block}.blog-hero:before{z-index:1;border-radius:inherit;content:"";pointer-events:none;background:#0000003d;position:absolute;inset:0}.blog-hero-word{display:none}.blog-hero-copy{z-index:2;justify-content:center;align-items:flex-start;width:min(520px,46%);padding:clamp(30px,6vw,86px) 24px;display:flex;position:absolute;inset:0 auto 0 clamp(28px,23%,340px)}.blog-hero-copy .section-kicker{color:var(--white)}.blog-hero h1{max-width:none;color:var(--white);letter-spacing:-.04em;margin-bottom:12px;font-size:clamp(48px,6vw,88px);line-height:.96}.blog-hero-strap{color:var(--white);letter-spacing:-.035em;text-wrap:balance;margin-bottom:22px;font-size:clamp(22px,2.6vw,38px);line-height:1.06}.blog-hero-lede{color:#fffc;max-width:38ch;margin-bottom:28px;font-size:15px;line-height:1.55}.blog-hero-art{z-index:0;aspect-ratio:auto;border-radius:inherit;min-height:0;box-shadow:none;position:absolute;inset:0}.blog-hero-art:after{border:0}.blog-hero-art img{object-position:center}.blog-hero-art-label{z-index:3}.blog-hero-breadcrumb{z-index:3;background:var(--paper);color:var(--ink-soft);border-radius:16px 0 0;align-items:center;gap:6px;padding:14px 22px 13px;font-size:11px;display:inline-flex;position:absolute;bottom:0;right:0}.blog-hero-breadcrumb a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--red);text-underline-offset:4px}.blog-latest-note{border:1px solid var(--line);background:var(--white);border-radius:16px;margin-bottom:clamp(64px,9vw,128px);overflow:hidden}.blog-latest-note-image{aspect-ratio:1.9;background:var(--paper);display:block;position:relative;overflow:hidden}.blog-latest-note-image img{object-fit:cover;width:100%;height:100%;transition:transform .65s var(--ease);display:block}.blog-latest-note-date{background:var(--white);color:var(--light-muted);border-radius:0 20px 0 0;align-items:center;gap:8px;padding:15px 24px 14px;font-size:12px;display:inline-flex;position:absolute;bottom:0;left:0}.blog-latest-note-date span{color:var(--red)}.blog-latest-note-content{padding:clamp(30px,4vw,54px) clamp(22px,4vw,52px) clamp(32px,5vw,62px)}.blog-latest-note-content .blog-meta{color:var(--ink-soft)}.blog-latest-note-content h2{letter-spacing:-.045em;max-width:18ch;margin:22px 0 18px;font-size:clamp(34px,4.2vw,64px);font-weight:450;line-height:.98}.blog-latest-note-content h2 a:hover,.blog-latest-note-content h2 a:focus-visible{color:var(--red)}.blog-latest-note-content p{max-width:72ch;color:var(--ink-soft);margin-bottom:24px;font-size:15px;line-height:1.7}.blog-latest-note-tags{color:var(--light-muted);flex-wrap:wrap;gap:8px 16px;font-size:12px;display:flex}@media (hover:hover){.blog-latest-note-image:hover img,.blog-latest-note-image:focus-visible img{transform:scale(1.035)}}@media (width<=700px){.blog-hero{min-height:540px;margin-bottom:58px}.blog-hero-copy{width:100%;padding:30px 22px 92px;inset:0}.blog-hero h1{font-size:clamp(44px,13vw,64px)}.blog-hero-strap{max-width:11ch;font-size:clamp(24px,8vw,34px)}.blog-hero-lede{max-width:32ch}.blog-hero-breadcrumb{padding:12px 16px 11px;font-size:10px}.blog-latest-note-image{aspect-ratio:1.2}.blog-latest-note-content h2{font-size:clamp(32px,9vw,48px)}}.blog-detail-cover{max-width:1000px;margin-top:clamp(34px,5vw,72px);margin-bottom:clamp(72px,8vw,112px)}.blog-detail-cover-media{aspect-ratio:1.9;background:var(--paper);border-radius:16px;position:relative;overflow:visible}.blog-detail-cover-media img{border-radius:inherit;object-fit:cover;object-position:center;width:100%;height:100%;display:block}.blog-detail-pills{flex-wrap:wrap;gap:8px;display:flex;position:absolute;bottom:0;left:0;transform:translateY(50%)}.blog-detail-pills span{border:1px solid var(--line);background:var(--white);min-height:42px;color:var(--light-muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 18px;font-size:12px;display:inline-flex}.blog-detail-pills span+span{color:var(--ink-soft)}.blog-detail-pills i{color:var(--red);margin-inline:5px;font-style:normal}.blog-article-layout{max-width:1000px;display:block}.blog-article-layout .blog-article-body{max-width:78ch;margin:0 0 clamp(64px,8vw,112px)}.blog-article-layout .blog-article-body>p:first-of-type{color:var(--ink);margin-bottom:34px;font-size:clamp(17px,1.35vw,20px);font-weight:650;line-height:1.72}.blog-article-layout .blog-article-body p,.blog-article-layout .blog-article-body li{color:var(--ink-soft);font-size:16px;line-height:1.82}.blog-article-layout .blog-article-body strong{color:var(--ink)}.blog-article-layout .blog-article-body h2{margin-top:58px}@media (width<=700px){.blog-detail-cover{width:calc(100% - 32px);margin-top:24px;margin-bottom:64px}.blog-detail-cover-media{aspect-ratio:1.18}.blog-detail-pills{gap:6px;right:0}.blog-detail-pills span{min-height:38px;padding-inline:13px;font-size:11px}.blog-article-layout{width:calc(100% - 32px)}.blog-article-layout .blog-article-body>p:first-of-type{font-size:16px;line-height:1.7}.blog-article-layout .blog-article-body p,.blog-article-layout .blog-article-body li{font-size:15px;line-height:1.72}}.blog-page .blog-hero{border-radius:0;width:100%;margin-inline:0;padding:16px}.blog-page .blog-hero-art{border-radius:20px;inset:16px}.blog-page .blog-hero-art img{border-radius:inherit}.blog-page .blog-hero-breadcrumb{border-radius:14px 0 0;bottom:16px;right:16px}.blog-page .blog-latest-note-image{aspect-ratio:4.2}.blog-page .blog-latest-note-content{padding:clamp(20px,2.4vw,30px) clamp(22px,3vw,42px) clamp(22px,2.4vw,30px)}.blog-page .blog-latest-note-content h2{max-width:30ch;margin:12px 0 10px;font-size:clamp(28px,2.8vw,46px)}.blog-page .blog-latest-note-content p{margin-bottom:14px}.blog-page .blog-hero-copy{left:max(28px,50% - 650px)}@media (width<=700px){.blog-page .blog-hero{padding:10px}.blog-page .blog-hero-art{border-radius:16px;inset:10px}.blog-page .blog-hero-copy{padding-inline:22px;left:0}.blog-page .blog-hero-breadcrumb{bottom:10px;right:10px}.blog-page .blog-latest-note-image{aspect-ratio:3}.blog-page .blog-latest-note-content h2{font-size:clamp(28px,7vw,40px)}}@media (width<=480px){.service-grid{grid-template-columns:1fr}.service-item{min-height:210px}.footer-contact-details{grid-template-columns:1fr;gap:18px}.footer-form{padding:24px 18px}.footer-contact-copy h2{max-width:14ch;font-size:clamp(34px,11vw,48px)}.footer-nav{grid-template-columns:1fr}.footer-nav .footer-arrow{justify-self:start}.footer-nav nav{grid-area:auto}.service-hero-art{padding-right:8px}.service-hero-index{display:none}.service-hero-art-frame{box-shadow:10px 10px 0 var(--red)}.mobile-lifecycle-item{grid-template-columns:34px 1fr;gap:10px}.mobile-benefit-list{grid-template-columns:1fr}.blog-detail-pills{max-width:calc(100% - 12px)}}.not-found-page{align-items:center;min-height:72vh;padding-top:clamp(40px,5vw,80px);padding-bottom:clamp(60px,8vw,110px);display:grid}.not-found{text-align:center}.not-found-code{color:var(--red);letter-spacing:-.04em;margin-bottom:8px;font-size:clamp(72px,13vw,170px);font-weight:800;line-height:1}.not-found h1{letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(30px,4.6vw,58px);font-weight:400;line-height:1.08}.not-found p{max-width:46ch;color:var(--ink-soft);margin-inline:auto;font-size:15px;line-height:1.7}.not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;margin-top:32px;display:flex}.not-found-actions .text-link{margin-top:0}.not-found-links{border-top:1px solid var(--light-line);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 24px;margin-top:44px;padding-top:30px;font-size:13px;font-weight:700;display:flex}.not-found-links a{color:var(--ink-soft);text-underline-offset:4px;text-decoration:underline;transition:color .2s}.not-found-links a:hover{color:var(--red)}@media (width<=480px){.not-found-actions .button,.not-found-actions .text-link{justify-content:center;width:100%}}
