@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--ink: #121314;--ink-soft: #1b1d1f;--paper: #f4f0e8;--paper-muted: #d8d1c4;--white: #fbfaf7;--gold: #ffc94f;--teal: #43b8b0;--orange: #d9825c;--line: rgba(244, 240, 232, .18);--line-dark: rgba(18, 19, 20, .16);--display: "Manrope", sans-serif;--body: "DM Sans", sans-serif;--gutter: clamp(1.25rem, 4vw, 4rem);--max-width: 86rem;--ease: .22s cubic-bezier(.2, .8, .2, 1);color:var(--paper);background:var(--ink);font-family:var(--body);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body,#root{min-width:320px;min-height:100%;margin:0}body{background:var(--ink)}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.site-shell{overflow:hidden}.section-container{width:min(100% - (var(--gutter) * 2),var(--max-width));margin:0 auto}.section-pad{padding:clamp(5.75rem,11vw,11rem) 0}.site-header{position:absolute;z-index:10;top:0;right:0;left:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;width:min(100% - (var(--gutter) * 2),var(--max-width));margin:0 auto;padding:2rem 0}.brand-lockup{display:inline-flex;align-items:center;justify-self:start;color:var(--paper);font-family:var(--display);text-decoration:none}.brand-lockup__mark{position:relative;display:grid;width:1.7rem;height:1.7rem;margin-right:.6rem;border:2px solid var(--gold);border-radius:.4rem .9rem .9rem .4rem;place-items:center;transform:rotate(-10deg)}.brand-lockup__mark:before{position:absolute;top:.28rem;right:.34rem;bottom:.28rem;left:.34rem;border:1px solid var(--teal);border-radius:.2rem .45rem .45rem .2rem;content:""}.brand-lockup__mark span{position:relative;z-index:1;width:.3rem;height:.3rem;border-radius:50%;background:var(--orange)}.brand-lockup__name{font-size:.9rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.brand-lockup__descriptor{align-self:flex-end;margin:0 0 .1rem .35rem;color:var(--teal);font-family:var(--body);font-size:.68rem}.desktop-nav{display:flex;gap:clamp(1rem,2.7vw,2.75rem);color:var(--paper-muted);font-size:.72rem;letter-spacing:.06em}.desktop-nav a,.site-footer a{text-decoration:none;transition:color var(--ease)}.desktop-nav a:hover,.site-footer a:hover{color:var(--gold)}.language-switcher{display:flex;align-items:center;justify-self:end;gap:.35rem;color:var(--paper-muted);font-size:.7rem;letter-spacing:.15em}.language-switcher__button{padding:.35rem .12rem;border:0;color:inherit;background:transparent;cursor:pointer;font:inherit;letter-spacing:inherit;transition:color var(--ease)}.language-switcher__button:hover,.language-switcher__button--active{color:var(--gold)}.hero-section{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(24rem,.98fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:min(56rem,100vh);padding:10rem var(--gutter) 7rem;background:linear-gradient(90deg,rgba(18,19,20,.5),transparent 72%),radial-gradient(circle at 80% 36%,rgba(255,201,79,.09),transparent 24rem),var(--ink)}.hero-section__content{width:min(100%,42rem);margin-left:auto}.eyebrow{margin:0 0 1.5rem;color:var(--gold);font-family:var(--display);font-size:.68rem;font-weight:700;letter-spacing:.26em;text-transform:uppercase}.eyebrow--teal{color:var(--teal)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);font-weight:500;letter-spacing:-.065em}h1{max-width:12ch;margin-bottom:2.5rem;color:var(--white);font-size:clamp(3.75rem,7.5vw,8.2rem);line-height:.94}h1 em{display:block;color:var(--orange);font-style:normal;font-weight:800}.hero-section__description{max-width:32rem;margin-bottom:2.5rem;color:var(--paper-muted);font-size:clamp(1rem,1.45vw,1.2rem);line-height:1.6}.hero-section__actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;min-height:3.3rem;padding:.85rem 1.35rem;border:1px solid transparent;font-family:var(--body);font-size:.78rem;font-weight:600;text-decoration:none;transition:background var(--ease),color var(--ease),border-color var(--ease),transform var(--ease)}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--ink);background:var(--gold)}.button--primary:hover{background:var(--white)}.button--light{color:var(--ink);background:var(--paper)}.button--light:hover{background:var(--gold)}.arrow-icon{width:1rem;height:1rem;flex:none}.text-link{display:inline-flex;align-items:center;gap:.8rem;color:var(--paper);font-size:.78rem;text-decoration:none;transition:color var(--ease),gap var(--ease)}.text-link:hover{gap:1.1rem;color:var(--gold)}.growth-equation{position:relative;min-height:30rem;border:1px solid var(--line);overflow:hidden;background:#1b1d1fad}.growth-equation:before{position:absolute;top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem;border:1px solid rgba(244,240,232,.1);content:""}.growth-equation__grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(244,240,232,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(244,240,232,.1) 1px,transparent 1px);background-size:3rem 3rem;-webkit-mask-image:linear-gradient(135deg,transparent,black 35%,black 65%,transparent);mask-image:linear-gradient(135deg,transparent,black 35%,black 65%,transparent)}.growth-equation__orbit{position:absolute;border:1px solid rgba(67,184,176,.32);border-radius:50%;animation:orbit 14s linear infinite}.growth-equation__orbit:after{position:absolute;width:.45rem;height:.45rem;border-radius:50%;background:var(--teal);box-shadow:0 0 1.5rem var(--teal);content:""}.growth-equation__orbit--one{top:12%;left:15%;width:70%;aspect-ratio:1}.growth-equation__orbit--one:after{top:8%;left:16%}.growth-equation__orbit--two{top:24%;left:28%;width:45%;aspect-ratio:1;border-color:#ffc94f4d;animation-direction:reverse;animation-duration:10s}.growth-equation__orbit--two:after{right:8%;bottom:17%;background:var(--gold);box-shadow:0 0 1.5rem var(--gold)}@keyframes orbit{to{transform:rotate(360deg)}}.equation-node{position:absolute;z-index:1;display:grid;gap:.3rem;width:8rem;height:8rem;padding:1.2rem;align-content:end;border:1px solid var(--line);background:#121314cc;font-family:var(--display);transition:transform var(--ease),border-color var(--ease)}.equation-node:hover{transform:translateY(-.4rem) rotate(-2deg)}.equation-node span{color:var(--paper-muted);font-size:.62rem;letter-spacing:.1em}.equation-node strong{font-size:.92rem;letter-spacing:-.04em}.equation-node--marketing{top:16%;left:11%;border-top:2px solid var(--gold)}.equation-node--technology{right:12%;bottom:17%;border-top:2px solid var(--teal)}.equation-node--growth{top:42%;left:calc(50% - 4rem);border-top:2px solid var(--orange);background:var(--orange);color:var(--ink);transform:rotate(3deg)}.equation-node--growth:hover{transform:translateY(-.4rem) rotate(0)}.equation-plus,.equation-arrow{position:absolute;z-index:2;color:var(--paper-muted);font-family:var(--display);font-size:1.4rem}.equation-plus{top:40%;left:40%}.equation-arrow{right:38%;bottom:40%;color:var(--orange)}.growth-equation__caption{position:absolute;right:2rem;bottom:1.75rem;margin:0;color:var(--paper-muted);font-family:var(--display);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase}.growth-equation__caption span{color:var(--orange)}.hero-section__scroll-note{position:absolute;bottom:2.5rem;left:var(--gutter);display:flex;align-items:center;gap:.8rem;color:var(--paper-muted);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;transform:rotate(-90deg);transform-origin:left}.hero-section__scroll-note span{display:block;width:2.6rem;height:1px;background:var(--gold)}.section-marker{display:flex;align-items:center;gap:1rem;margin-bottom:4rem;color:var(--paper-muted);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.section-marker span:first-child{color:var(--gold)}.section-marker:after{display:block;width:4.5rem;height:1px;background:var(--line);content:""}.idea-section{color:var(--ink);background:var(--paper)}.idea-section .section-marker,.capabilities-section .section-marker{color:#1213148f}.idea-section .section-marker span:first-child{color:var(--orange)}.idea-section .section-marker:after{background:var(--line-dark)}.idea-section__layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(16rem,.7fr);gap:10%;align-items:end}h2{color:var(--white);font-size:clamp(2.75rem,5.6vw,6rem);line-height:.99}.idea-section h2,.capabilities-section h2{max-width:11ch;color:var(--ink)}.idea-section__copy{padding-bottom:.5rem}.idea-section__copy p{margin-bottom:.45rem;font-family:var(--display);font-size:clamp(1.15rem,2vw,1.7rem);line-height:1.25}.idea-section__copy p:last-child{margin-left:2.5rem;color:#1213148c}.ecosystem-flow{display:flex;align-items:center;gap:clamp(.4rem,1.3vw,1.2rem);margin-top:8rem;overflow-x:auto;padding-bottom:.6rem}.ecosystem-flow__item{display:flex;align-items:center;gap:clamp(.4rem,1vw,1rem);flex:0 0 auto}.ecosystem-flow__item span{align-self:flex-start;color:var(--orange);font-size:.62rem}.ecosystem-flow__item strong{font-family:var(--display);font-size:clamp(.8rem,1.2vw,1rem);font-weight:600;white-space:nowrap}.ecosystem-flow__item i{margin-left:.2rem;color:#12131459;font-size:1.1rem;font-style:normal}.worlds-section{background:var(--ink-soft)}.worlds-section__intro{display:grid;grid-template-columns:.6fr 1.4fr;gap:3rem;margin-bottom:4rem}.worlds-section__intro h2{max-width:13ch;margin:0}.worlds-split{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1px;min-height:31rem;border:1px solid var(--line);background:var(--line)}.world-panel{position:relative;overflow:hidden;padding:clamp(1.5rem,3vw,3rem);background:var(--ink)}.world-panel--technology{background:#202627}.world-panel__header{position:relative;z-index:1;display:flex;align-items:baseline;gap:1rem}.world-panel__header>span{color:var(--paper-muted);font-size:.65rem}.world-panel h3{margin:0;color:var(--white);font-size:clamp(2.2rem,4.5vw,5rem);font-weight:600;text-transform:uppercase}.world-panel ul{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:.8rem 2rem;max-width:22rem;margin:7rem 0 0;padding:0;list-style:none;color:var(--paper-muted);font-size:.82rem}.world-panel li:before{display:inline-block;width:.4rem;height:.4rem;margin:0 .65rem .1rem 0;border-radius:50%;background:var(--gold);content:""}.world-panel--technology li:before{background:var(--teal)}.world-panel__shape{position:absolute;right:-3rem;bottom:-6rem;width:19rem;height:19rem;border:1px solid rgba(255,201,79,.28);border-radius:50%}.world-panel__shape:before,.world-panel__shape:after{position:absolute;top:2.2rem;right:2.2rem;bottom:2.2rem;left:2.2rem;border:1px solid rgba(255,201,79,.15);border-radius:50%;content:""}.world-panel__shape:after{top:4.5rem;right:4.5rem;bottom:4.5rem;left:4.5rem;border-color:var(--gold)}.world-panel__shape span{position:absolute;top:8.3rem;left:8.3rem;width:1rem;height:1rem;border-radius:50%;background:var(--gold);box-shadow:0 0 2rem #ffc94fb3}.world-panel--technology .world-panel__shape{border-color:#43b8b047}.world-panel--technology .world-panel__shape:before,.world-panel--technology .world-panel__shape:after{border-color:#43b8b02b}.world-panel--technology .world-panel__shape:after{border-color:var(--teal)}.world-panel--technology .world-panel__shape span{background:var(--teal);box-shadow:0 0 2rem #43b8b0b3}.worlds-split__connector{position:absolute;z-index:2;top:calc(50% - 1.4rem);left:calc(50% - 1.4rem);display:grid;width:2.8rem;height:2.8rem;border:1px solid var(--paper-muted);border-radius:50%;background:var(--ink-soft);place-items:center;color:var(--gold)}.worlds-section__reveal{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-top:4rem}.worlds-section__reveal p{max-width:15ch;margin:0;color:var(--gold);font-family:var(--display);font-size:clamp(2rem,4vw,4.5rem);line-height:.95}.worlds-section__reveal span{color:var(--paper-muted);font-size:.8rem}.capabilities-section{color:var(--ink);background:var(--paper)}.capabilities-section .section-marker span:first-child{color:var(--orange)}.capabilities-section__heading{display:flex;align-items:end;justify-content:space-between;gap:4rem}.capabilities-section__heading h2{margin:0}.capabilities-section__heading p{max-width:19rem;margin:0 0 .8rem;color:#12131499;line-height:1.55}.capabilities-list{margin-top:7rem;border-top:1px solid var(--line-dark)}.capability-row{display:grid;grid-template-columns:3rem minmax(15rem,1.2fr) minmax(12rem,.8fr) 8rem 1.2rem;gap:2rem;align-items:center;padding:1.65rem 0;border-bottom:1px solid var(--line-dark);transition:padding var(--ease),background var(--ease)}.capability-row:hover{padding-right:1rem;padding-left:1rem;background:#ffffff8c}.capability-row__number,.capability-row__category{color:#12131475;font-size:.67rem;letter-spacing:.1em}.capability-row h3{margin:0;font-size:clamp(1.25rem,2.3vw,2.1rem);font-weight:600}.capability-row p{margin:0;color:#1213148f;font-size:.82rem}.capability-row__category{justify-self:end;color:var(--orange)}.capability-row .arrow-icon{justify-self:end;transition:transform var(--ease)}.capability-row:hover .arrow-icon{transform:translate(.3rem)}.work-section{background:var(--ink)}.work-section__heading{display:flex;justify-content:space-between;align-items:end;gap:2rem}.work-section__heading h2{max-width:10ch;margin:0 0 1.8rem}.work-section__heading p{max-width:25rem;margin:0;color:var(--paper-muted);line-height:1.55}.work-section__index{color:var(--orange);font-family:var(--display);font-size:1rem}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:6rem}.work-card{min-height:33rem;padding:1.5rem;border:1px solid var(--line);background:var(--ink-soft)}.work-card__visual{position:relative;height:13.5rem;margin:-1.5rem -1.5rem 1.5rem;overflow:hidden;background:#222426}.work-card--gold .work-card__visual{background:var(--gold);color:var(--ink)}.work-card--teal .work-card__visual{background:var(--teal);color:var(--ink)}.work-card--orange .work-card__visual{background:var(--orange);color:var(--ink)}.work-card__visual:before{position:absolute;top:-6rem;right:-4rem;width:18rem;height:18rem;border:1px solid currentColor;border-radius:50%;content:"";opacity:.45}.work-card__visual:after{position:absolute;top:3.5rem;left:20%;width:22rem;height:1px;background:currentColor;content:"";transform:rotate(-32deg);transform-origin:left;opacity:.55}.work-card__visual-number{position:absolute;top:1.2rem;left:1.4rem;font-family:var(--display);font-size:3.6rem;font-weight:700;letter-spacing:-.1em}.work-card__visual-line{position:absolute;right:22%;bottom:2.5rem;width:3.5rem;height:3.5rem;border:1px solid currentColor;border-radius:50%}.work-card__visual-dot{position:absolute;right:38%;bottom:4rem;width:.6rem;height:.6rem;border-radius:50%;background:currentColor}.work-card__meta{display:flex;justify-content:space-between;margin-bottom:1.8rem;color:var(--paper-muted);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}.work-card--gold .work-card__meta span:first-child{color:var(--gold)}.work-card--teal .work-card__meta span:first-child{color:var(--teal)}.work-card--orange .work-card__meta span:first-child{color:var(--orange)}.work-card h3{max-width:10ch;margin-bottom:1rem;color:var(--white);font-size:clamp(1.7rem,2.6vw,2.55rem);line-height:1}.work-card p{min-height:4.3rem;margin-bottom:1.8rem;color:var(--paper-muted);font-size:.83rem;line-height:1.55}.method-section{color:var(--ink);background:var(--paper)}.method-section .section-marker{color:#1213148f}.method-section .section-marker span:first-child{color:var(--orange)}.method-section .section-marker:after{background:var(--line-dark)}.method-section__heading{display:flex;justify-content:space-between;align-items:end}.method-section__heading h2{max-width:10ch;margin:0;color:var(--ink)}.method-section__heading>span{color:var(--orange);font-size:2rem}.method-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:8rem}.method-step__topline{display:flex;align-items:center;gap:1rem;color:var(--orange);font-size:.7rem}.method-step__topline i{display:block;height:1px;flex:1;background:var(--line-dark)}.method-step:last-child .method-step__topline i{display:none}.method-step h3{margin:2.5rem 0 .8rem;font-size:1.35rem;font-weight:700;text-transform:uppercase}.method-step p{max-width:12rem;min-height:3rem;margin:0;color:#12131499;font-size:.82rem;line-height:1.45}.studio-section{background:var(--ink)}.studio-panel{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:5rem 7%;padding:clamp(2rem,6vw,6rem);overflow:hidden;background:#1d3030}.studio-panel:before{position:absolute;right:-10rem;bottom:-17rem;width:45rem;height:45rem;border:1px solid rgba(67,184,176,.28);border-radius:50%;content:""}.studio-panel:after{position:absolute;right:3rem;bottom:4rem;width:11rem;height:11rem;border:1px solid rgba(255,201,79,.4);border-radius:50%;content:""}.studio-panel__intro,.studio-product,.studio-panel__tools{position:relative;z-index:1}.studio-panel .section-marker{margin-bottom:3.5rem}.studio-panel h2{max-width:8ch;margin-bottom:2rem;color:var(--white)}.studio-panel__intro>p{max-width:28rem;color:#f4f0e8b3;line-height:1.6}.studio-panel__tools{align-self:end;color:var(--paper)}.studio-panel__tools div{display:flex;align-items:center;gap:1.2rem;padding:.9rem 0;border-bottom:1px solid rgba(244,240,232,.18);font-family:var(--display);font-size:.93rem}.studio-panel__tools span{color:var(--teal);font-family:var(--body);font-size:.62rem}.studio-product{grid-column:1 / -1;display:flex;max-width:43rem;flex-direction:column;align-items:flex-start;padding-top:2rem;border-top:1px solid rgba(244,240,232,.22)}.studio-product__label{margin-bottom:1.4rem;color:var(--gold);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.studio-product h3{max-width:13ch;margin-bottom:1rem;color:var(--white);font-size:clamp(1.7rem,3vw,3rem);font-weight:600}.studio-product p{max-width:26rem;color:#f4f0e8ad;line-height:1.55}.studio-product .button{margin-top:1rem}.studio-panel__logo{position:absolute;z-index:0;right:3rem;bottom:2rem;width:8rem;height:5rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;mix-blend-mode:screen;opacity:.45}.cta-section{background:var(--orange);color:var(--ink)}.cta-section__inner{display:flex;flex-direction:column;align-items:center;max-width:67rem;margin:0 auto;text-align:center}.cta-section .eyebrow{color:var(--ink)}.cta-section h2{max-width:10ch;margin-bottom:2rem;color:var(--ink);font-size:clamp(3rem,7.2vw,7.6rem)}.cta-section__inner>p{max-width:31rem;margin-bottom:2.5rem;color:#121314ad;line-height:1.55}.site-footer{padding:3.5rem 0 2rem;background:var(--ink)}.site-footer__top{display:flex;align-items:end;justify-content:space-between;gap:2rem;padding-bottom:5rem;border-bottom:1px solid var(--line)}.brand-lockup--footer .brand-lockup__mark{border-color:var(--teal)}.brand-lockup--footer .brand-lockup__mark:before{border-color:var(--gold)}.site-footer__top p{margin:0;color:var(--paper-muted);font-size:.75rem;letter-spacing:.12em}.site-footer__bottom{display:grid;grid-template-columns:1.2fr 1fr auto;gap:2rem;padding-top:1.5rem;color:#d8d1c499;font-size:.68rem}.site-footer__bottom nav,.site-footer__socials{display:flex;gap:1.5rem}.site-footer__socials{justify-content:end}@media (max-width: 900px){.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.hero-section{grid-template-columns:1fr;min-height:auto;padding-top:11rem}.hero-section__content{margin:0}.growth-equation{min-height:27rem}.hero-section__scroll-note{display:none}.worlds-section__intro{grid-template-columns:1fr;gap:1.5rem}.worlds-section__intro h2{max-width:15ch}.work-grid{grid-template-columns:1fr 1fr}.work-card:last-child{grid-column:1 / -1}.work-card:last-child .work-card__visual{height:10rem}.method-timeline{grid-template-columns:repeat(3,1fr);row-gap:4rem}.method-step__topline i{display:none}.studio-panel{gap:3rem}.site-footer__bottom{grid-template-columns:1fr 1fr}.site-footer__socials{justify-content:start}}@media (max-width: 620px){:root{--gutter: 1.25rem}.site-header{padding-top:1.35rem}.brand-lockup__name{font-size:.75rem}.brand-lockup__mark{width:1.45rem;height:1.45rem}.language-switcher{font-size:.64rem}.hero-section{padding-top:9rem;padding-bottom:5rem}.hero-section__actions{gap:1.35rem}.growth-equation{min-height:21rem}.equation-node{width:6.3rem;height:6.3rem;padding:.8rem}.equation-node strong{font-size:.7rem}.equation-node--growth{left:calc(50% - 3.15rem)}.equation-plus{left:37%}.equation-arrow{right:34%}.growth-equation__caption{right:1.25rem;bottom:1rem;font-size:.6rem}.section-pad{padding:5.25rem 0}.section-marker{margin-bottom:2.7rem}.idea-section__layout{grid-template-columns:1fr;gap:2rem}.idea-section__copy p:last-child{margin-left:1.5rem}.ecosystem-flow{margin-top:4.5rem}.worlds-split{grid-template-columns:1fr;min-height:0}.world-panel{min-height:20rem}.world-panel ul{margin-top:4rem}.worlds-split__connector{top:calc(50% - 1.4rem);left:calc(50% - 1.4rem)}.worlds-section__reveal{display:block;margin-top:3rem}.worlds-section__reveal p{margin-bottom:1.2rem}.capabilities-section__heading{display:block}.capabilities-section__heading p{margin-top:1.5rem}.capabilities-list{margin-top:4rem}.capability-row{grid-template-columns:2rem minmax(0,1fr) 1rem;gap:.8rem;padding:1.35rem 0}.capability-row p,.capability-row__category{grid-column:2 / 3}.capability-row p{grid-row:2}.capability-row__category{display:none}.capability-row .arrow-icon{grid-column:3;grid-row:1}.work-section__heading{display:block}.work-section__index{display:block;margin-top:1.5rem}.work-grid{grid-template-columns:1fr;margin-top:4rem}.work-card,.work-card:last-child{grid-column:auto;min-height:0;padding-bottom:2rem}.method-section__heading{align-items:start}.method-timeline{grid-template-columns:1fr;gap:0;margin-top:4rem}.method-step{display:grid;grid-template-columns:3.5rem 1fr;gap:0 1rem;padding-bottom:2.5rem}.method-step__topline{grid-row:1 / span 2;align-items:start}.method-step__topline i{display:block;width:1px;height:4rem;flex:none;margin:.9rem 0 0 .3rem}.method-step h3{margin:0 0 .5rem}.method-step p{max-width:none;min-height:0}.studio-panel{display:block;padding:2rem 1.25rem 2.5rem}.studio-panel__tools{margin-top:3rem}.studio-product{margin-top:4rem}.studio-panel:before{right:-23rem;bottom:-12rem}.studio-panel__logo{right:1rem;bottom:1rem;width:6rem}.cta-section h2{font-size:clamp(2.9rem,12vw,5rem)}.site-footer__top{display:block;padding-bottom:3rem}.site-footer__top p{margin-top:2rem}.site-footer__bottom{display:flex;flex-direction:column;gap:1.4rem}.site-footer__bottom nav,.site-footer__socials{flex-wrap:wrap;justify-content:start;gap:1rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
