@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";
:root{--ink:#111412;--muted:#626964;--paper:#f5f4ef;--white:#fffef9;--line:#d8d9d2;--lime:#c6d7c1;--green:#2f5147;--coral:#c86f5d;--blue:#3867d6;--lavender:#dedbe7;--radius:8px;--nav-height:76px;--site-width:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--ink);background:var(--paper);letter-spacing:0;-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%}main{min-height:70vh;overflow:clip}.siteWidth{width:min(calc(100% - 64px), var(--site-width));margin-inline:auto}.eyebrow{color:var(--muted);text-transform:uppercase;margin:0 0 18px;font-size:13px;font-weight:700;line-height:1.3}h1,h2,h3,p{letter-spacing:0}h1,h2,h3{margin-top:0;font-family:Manrope,Arial,sans-serif}.skipLink{z-index:200;color:#fff;background:var(--ink);padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skipLink:focus{transform:translateY(0)}.scrollProgress{z-index:120;background:var(--coral);transform-origin:0;height:3px;position:fixed;inset:0 0 auto}.globalHeader{z-index:100;height:var(--nav-height);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f4efeb;border-bottom:1px solid #1114121a;position:fixed;inset:0 0 auto}.globalNav{width:min(calc(100% - 64px), var(--site-width));justify-content:space-between;align-items:center;gap:28px;height:100%;margin-inline:auto;display:flex}.navIdentity{align-items:center;gap:11px;min-height:44px;font-weight:700;display:flex}.navMark{aspect-ratio:1;border:1px solid var(--ink);border-radius:50%;place-items:center;width:38px;font:700 12px Manrope,sans-serif;display:grid}.navName{font:700 14px Manrope,sans-serif}.globalNavLinks{align-items:center;gap:6px;display:flex}.globalNavLinks a{min-height:44px;color:var(--muted);border-bottom:2px solid #0000;align-items:center;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.globalNavLinks a:hover,.globalNavLinks a.active{color:var(--ink);border-color:var(--ink)}.button{border:1px solid var(--ink);border-radius:4px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 18px;font-size:14px;font-weight:700;transition:transform .2s,background .2s,color .2s;display:inline-flex}.button svg{width:18px;height:18px}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--white);background:var(--ink)}.button--primary:hover{background:var(--green)}.button--quiet{background:0 0}.button--quiet:hover{background:var(--white)}.button--light{color:var(--ink);background:var(--lime);border-color:var(--lime)}.textLink{border-bottom:1px solid;align-items:center;gap:8px;min-height:44px;font-size:14px;font-weight:700;display:inline-flex}.textLink svg{transition:transform .2s}.textLink:hover svg{transform:translate(4px)}.iconButton{border:1px solid var(--line);width:46px;height:46px;color:var(--ink);background:var(--white);cursor:pointer;border-radius:50%;flex:0 0 46px;place-items:center;padding:0;display:inline-grid}.iconButton:hover{color:var(--white);background:var(--ink)}.iconButton svg{width:18px;height:18px}.homeHero{height:100svh;min-height:800px;max-height:940px;padding-top:calc(var(--nav-height) + 64px);grid-template-columns:.9fr 1.1fr;align-items:center;gap:48px;padding-bottom:54px;display:grid;position:relative}.heroCopy{z-index:3;position:relative}.heroCopy h1{max-width:720px;margin-bottom:28px;font-size:64px;font-weight:700;line-height:1.02}.heroLead{max-width:620px;color:var(--muted);margin:0;font-size:19px;line-height:1.65}.heroActions{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.heroVisual{min-width:0}.homeProjectStage{min-height:570px;position:relative}.homeProjectTile{aspect-ratio:650/400;transition:transform .35s cubic-bezier(.2,.8,.2,1),z-index;display:block;position:absolute}.homeMacbook{filter:drop-shadow(0 18px 24px #11141229);width:100%;height:auto;display:block}.homeProjectTile:hover{z-index:5;transform:translateY(-12px)rotate(0)}.homeProjectTile.tile-1{width:78%;top:2%;right:0;transform:rotate(2deg)}.homeProjectTile.tile-2{width:70%;top:28%;left:0;transform:rotate(-3deg)}.homeProjectTile.tile-3{width:66%;bottom:0;right:2%;transform:rotate(1.5deg)}.homeTileLabel{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffef9eb;border:1px solid #11141224;border-radius:4px;align-items:center;gap:9px;min-height:46px;padding:5px 12px 5px 5px;font-size:13px;display:flex;position:absolute;bottom:12px;left:12px}.scrollCue{color:var(--muted);text-transform:uppercase;align-items:center;gap:15px;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:26px;left:0}.scrollCue i{background:var(--muted);width:70px;height:1px;display:block;position:relative;overflow:hidden}.scrollCue i:after{content:"";background:var(--coral);animation:1.8s ease-in-out infinite scrollCue;position:absolute;inset:0;transform:translate(-100%)}@keyframes scrollCue{50%,to{transform:translate(100%)}}.storyStack{background:#ebeae5;padding-top:120px}.storyStackIntro{grid-template-columns:180px 1fr;align-items:start;gap:36px;padding-bottom:90px;display:grid}.storyStackIntro h2{max-width:820px;margin:0;font-size:48px;line-height:1.16}.storyPanel{align-items:center;width:100%;min-height:640px;display:flex;overflow:hidden}.storyPanel--01{color:var(--white);background:#202824}.storyPanel--02{color:var(--ink);background:var(--lavender)}.storyPanel--03{color:var(--ink);background:#e4e2da}.storyPanelInner{grid-template-columns:150px minmax(0,680px) 1fr;align-items:center;gap:50px;min-height:640px;display:grid}.storyChapter{flex-direction:column;align-self:start;gap:22px;padding-top:24px;font:700 13px Manrope,sans-serif;display:flex}.storyCopy h2{max-width:700px;margin-bottom:24px;font-size:56px;line-height:1.08}.storyCopy>p:not(.eyebrow){color:currentColor;opacity:.74;max-width:650px;margin:0 0 32px;font-size:18px;line-height:1.7}.storyNumber{opacity:.09;justify-self:end;font:800 220px/1 Manrope,sans-serif}.storyProjectCloud{grid-template-columns:1fr 1fr;justify-self:end;gap:16px;width:min(320px,100%);display:grid}.storyProjectCloud .projectLogo{width:136px;height:136px}.selectedWork{padding-top:130px;padding-bottom:150px}.sectionHeading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:46px;display:flex}.sectionHeading h2{margin:0;font-size:46px;line-height:1.12}.homeProjectGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.homeClosing{color:var(--white);background:var(--green);padding:120px 0}.homeClosingInner{grid-template-columns:160px 1fr auto;align-items:end;gap:36px;display:grid}.homeClosing .eyebrow{color:#ffffff9e}.homeClosing h2{max-width:760px;margin:0;font-size:44px;line-height:1.2}.macbookScreen{background:#f4f5f4;width:100%;height:100%;overflow:hidden}.macbookScreen .safariFrame{aspect-ratio:auto;height:100%}.safariFrame{aspect-ratio:1203/753;color:#656967;background:#f7f7f6;border:1px solid #c7c9c8;border-radius:7px;width:100%;overflow:hidden}.safariToolbar{background:#f1f1ef;border-bottom:1px solid #d8dad9;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:1.6%;height:7%;min-height:20px;padding:0 2.2%;display:grid}.safariControls{gap:4px;display:flex}.safariControls i{background:#b9bcba;border-radius:50%;width:5px;height:5px;display:block}.safariBack{color:#959997;font:600 15px/1 Arial,sans-serif}.safariAddress{color:#858987;background:#e2e4e2;border-radius:4px;justify-content:center;align-items:center;gap:5px;min-width:0;max-width:64%;height:60%;margin-inline:auto;padding:0 9px;font:500 8px Arial,sans-serif;display:flex}.safariAddress span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.safariReload{color:#989c99}.safariViewport{background:#fff;height:93%;overflow:hidden}.safariViewport img,.safariViewport video{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.safariEmpty{background:#f8f8f5;width:100%;height:100%}.projectLogo{background:var(--white);border:1px solid #1114121f;border-radius:6px;flex:none;place-items:center;display:inline-grid;position:relative;overflow:hidden}.projectLogo img{object-fit:contain;width:76%;height:76%}.projectLogo strong{text-align:center;padding:3px;font:800 13px Manrope,sans-serif}.projectLogo--sm{width:44px;height:44px}.projectLogo--md{width:64px;height:64px}.projectLogo--lg{width:104px;height:104px}.projectLogo--lg strong{font-size:24px}.projectLogo.theme-snagify{color:var(--lime);background:#11231d}.projectLogo.theme-phonebook{color:#fff;background:var(--blue)}.projectLogo.theme-movienest{color:#fff;background:#b82337}.sourceBadge{width:fit-content;min-height:30px;color:var(--muted);background:#fffef9a6;border:1px solid #11141224;border-radius:3px;align-items:center;gap:6px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.projectPreview{aspect-ratio:1.56;background:#ecece8;border-radius:5px;padding:16px 18px 6px;position:relative;overflow:hidden}.projectMacbook{filter:drop-shadow(0 15px 17px #11141224);width:100%;height:auto;transition:transform .3s;display:block}.projectPreviewFallback{z-index:3;color:var(--ink);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex;position:absolute;top:41%;left:50%;transform:translate(-50%,-50%)}.projectIndexCard{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;height:100%;padding:12px;transition:transform .25s,box-shadow .25s;display:flex}.projectIndexCard:hover{transform:translateY(-6px);box-shadow:0 20px 44px #1114121a}.projectIndexCard:hover .projectMacbook{transform:translateY(-3px)}.projectIndexMeta{grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:20px 6px 0;display:grid}.projectIndexTitle span{color:var(--muted);margin-bottom:3px;font-size:11px;font-weight:700;display:block}.projectIndexTitle h2{margin:0;font-size:25px;line-height:1.2}.projectIndexArrow{align-self:start;margin-top:3px}.projectIndexPitch{flex:1;margin:18px 6px}.projectIndexPitch p{color:var(--ink);margin:0 0 10px;font-size:15px;font-weight:600;line-height:1.55}.projectIndexPitch span{color:var(--muted);font-size:14px;line-height:1.62;display:block}.projectIndexFooter{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin:0 6px 4px;padding-top:14px;font-size:12px;display:flex}.pageIntro{padding-top:calc(var(--nav-height) + 110px);padding-bottom:90px}.pageIntro h1{max-width:990px;margin-bottom:28px;font-size:68px;line-height:1.04}.pageIntroLead{max-width:760px;color:var(--muted);margin:0;font-size:20px;line-height:1.65}.projectGallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding-bottom:140px;display:grid}.earlierWork{padding-bottom:140px}.earlierGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.repositoryCta{color:var(--white);background:#28322e;padding:100px 0}.repositoryCtaInner{grid-template-columns:72px 1fr auto;align-items:center;gap:36px;display:grid}.repositoryCtaInner>svg{width:56px;height:56px}.repositoryCta .eyebrow{color:#ffffff8c}.repositoryCta h2{margin-bottom:14px;font-size:39px}.repositoryCta p:last-child{color:#ffffffad;max-width:680px;margin:0;line-height:1.65}.repositoryCta .button{color:var(--ink);background:var(--white);border-color:var(--white)}.projectHero{padding-top:calc(var(--nav-height) + 36px);background:#e7e9e3;padding-bottom:80px}.projectHero.theme-buglyst{background:#dcefe5}.projectHero.theme-crewcheck{background:#e6e0ff}.projectHero.theme-concalliq{background:#dcead8}.projectHero.theme-calcpad{background:#e5e7ef}.projectHero.theme-proteincompare{background:#e2e8e5}.projectHero.theme-snagify{background:#d7efc1}.projectHero.theme-phonebook{background:#dce9f8}.projectHero.theme-movienest{background:#f2dadd}.backLink{align-items:center;gap:8px;min-height:44px;margin-bottom:34px;font-size:13px;font-weight:700;display:inline-flex}.projectHeroGrid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:64px;display:grid}.projectHeroIdentity{align-items:center;gap:18px;margin-bottom:30px;display:flex}.projectHeroIdentity .eyebrow{color:var(--ink);margin-bottom:8px}.projectHeroCopy h1{margin-bottom:24px;font-size:72px;line-height:1}.projectHeroLead{color:#111412b8;max-width:600px;margin:0;font-size:20px;line-height:1.6}.projectHeroActions{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.projectHeroVisual .projectPreview{box-shadow:0 24px 70px #1114122e}.projectFacts{grid-template-columns:.85fr 1.15fr;gap:90px;padding-top:120px;padding-bottom:120px;display:grid}.projectFactsIntro h2{max-width:520px;margin-bottom:44px;font-size:42px;line-height:1.18}.projectValue{max-width:560px;color:var(--muted);margin:-24px 0 38px;font-size:16px;line-height:1.7}.projectFactsIntro dl{border-top:1px solid var(--line);margin:0}.projectFactsIntro dl div{border-bottom:1px solid var(--line);grid-template-columns:100px 1fr;align-items:center;gap:20px;min-height:52px;display:grid}.projectFactsIntro dt{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.projectFactsIntro dd{margin:0;font-size:14px;font-weight:600}.metricGrid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.metricItem{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;justify-content:end;min-height:190px;padding:28px;display:flex}.metricItem strong{font:700 46px/1 Manrope,sans-serif}.metricItem span{color:var(--muted);margin-top:12px;font-size:14px}.metricItem small{color:var(--muted);margin-top:5px}.caseStudyBand{color:var(--white);background:var(--ink);padding:110px 0}.caseStudyGrid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.caseStudyItem{border-right:1px solid #ffffff2e;min-height:310px;padding:8px 44px 8px 0}.caseStudyItem+.caseStudyItem{padding-left:44px}.caseStudyItem:last-child{border:0}.caseStudyItem .eyebrow{color:var(--lime)}.caseStudyItem>p:last-child{color:#ffffffbd;margin:72px 0 0;font-size:17px;line-height:1.72}.projectDetails{grid-template-columns:1fr 1fr;gap:100px;padding-top:130px;padding-bottom:130px;display:grid}.projectDetails h2{max-width:520px;margin-bottom:34px;font-size:40px;line-height:1.2}.techStack{flex-wrap:wrap;gap:10px;display:flex}.techItem{border:1px solid var(--line);background:var(--white);border-radius:4px;align-items:center;gap:10px;min-height:54px;padding:8px 14px 8px 9px;font-size:13px;font-weight:700;display:inline-flex}.techIcon{width:36px;height:36px;color:var(--green);background:#edf2ec;border-radius:3px;place-items:center;display:grid}.techIcon img{object-fit:contain;width:22px;height:22px;display:block}.techStack--compact{gap:7px}.techStack--compact .techItem{min-height:44px;padding:5px 10px 5px 5px}.techStack--compact .techIcon{width:31px;height:31px}.featureList{border-top:1px solid var(--line)}.featureList>div{border-bottom:1px solid var(--line);grid-template-columns:45px 1fr;align-items:center;gap:18px;min-height:82px;padding:17px 0;display:grid}.featureList span{color:var(--muted);font-size:12px}.featureList p{margin:0;font-size:16px;line-height:1.5}.nextProject{border-top:1px solid var(--line);background:var(--white)}.nextProjectInner{grid-template-columns:160px 1fr 1fr;align-items:center;gap:40px;padding-top:80px;padding-bottom:80px;display:grid}.nextProjectInner>span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.nextProjectInner>div{align-items:center;gap:18px;display:flex}.nextProjectInner strong{font:700 34px Manrope,sans-serif}.nextProjectInner p{color:var(--muted);margin:0;line-height:1.6}.experienceHero{padding-bottom:130px}.experienceIdentity{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:32px 0;display:grid}.companyLogo{border:1px solid var(--line);background:var(--white);border-radius:7px;flex:none;place-items:center;display:inline-grid;overflow:hidden}.companyLogo img{object-fit:contain;width:76%;height:76%;display:block}.companyLogo--sm{width:48px;height:48px}.companyLogo--md{width:68px;height:68px}.companyLogo--lg{width:108px;height:108px}.companyPair{align-items:center;gap:10px;display:flex}.companyPair>span{color:var(--muted);font-size:18px}.experienceIdentity .eyebrow{margin-bottom:7px}.experienceIdentity h2{margin-bottom:6px;font-size:27px}.experienceIdentity p:last-child{color:var(--muted);margin:0;font-size:14px}.impactGrid{grid-template-columns:repeat(3,1fr);margin-top:72px;display:grid}.impactItem{border:1px solid var(--line);background:var(--white);min-height:280px;padding:36px}.impactItem+.impactItem{border-left:0}.impactItem strong{color:var(--green);font:700 62px/1 Manrope,sans-serif}.impactItem h3{margin:60px 0 10px;font-size:20px}.impactItem p{color:var(--muted);margin:0;line-height:1.55}.experienceNarrative{color:#fff;background:var(--green);padding:120px 0}.experienceNarrativeGrid{grid-template-columns:.8fr 1.2fr;gap:100px;display:grid}.experienceNarrative h2{max-width:480px;font-size:46px;line-height:1.18}.experienceNarrative .eyebrow{color:#fff9}.responsibilityList{border-top:1px solid #ffffff38}.responsibility{color:#ffffffd6;border-bottom:1px solid #ffffff38;grid-template-columns:28px 1fr;align-items:center;gap:18px;min-height:92px;padding:20px 0;line-height:1.55;display:grid}.responsibility svg{color:var(--lime)}.experienceStack,.aboutStack{padding-top:130px;padding-bottom:130px}.experienceStack h2,.aboutStack h2{max-width:700px;margin-bottom:38px;font-size:44px;line-height:1.2}.aboutStackIntro{grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;margin-bottom:74px;display:grid}.aboutStackIntro h2{margin-bottom:24px}.aboutStackIntro>div>p:last-child{max-width:640px;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.interactiveCloud{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);place-items:center;width:100%;min-height:440px;display:grid;overflow:hidden}.interactiveCloud>div{min-height:440px;width:100%!important}.interactiveCloud canvas{max-width:100%}.skillGroupGrid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.skillGroup{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffef97a;min-width:0;padding:34px}.skillGroup:last-child{grid-column:1/-1}.skillGroup h3{margin-bottom:24px;font-size:19px}.workPrinciple{padding-bottom:140px}.workPrinciple>div{border:1px solid var(--line);background:var(--white);padding:70px}.workPrinciple span{color:var(--coral);font-size:13px;font-weight:700}.workPrinciple h2{max-width:750px;margin:22px 0;font-size:46px;line-height:1.18}.workPrinciple p{max-width:680px;color:var(--muted);margin:0 0 28px;font-size:17px;line-height:1.65}.clientHero{padding:calc(var(--nav-height) + 46px) 0 110px;background:#e7e8e3}.clientHeroInner .backLink{margin-bottom:64px}.clientBrandLine{align-items:center;gap:22px;display:flex}.clientRelationship{color:var(--muted);text-align:center;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.45}.clientRelationship i{text-transform:none;font-style:normal;font-weight:500}.clientHeroCopy{grid-template-columns:180px minmax(0,760px);column-gap:56px;margin-top:70px;display:grid}.clientHeroCopy .eyebrow{grid-row:1/span 2}.clientHeroCopy h1{margin-bottom:28px;font-size:68px;line-height:1.05}.clientHeroCopy>p:last-child{color:var(--muted);margin:0;font-size:19px;line-height:1.7}.clientOutcomes{padding-top:120px;padding-bottom:130px}.clientOutcomeGrid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.clientOutcome{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);flex-direction:column;justify-content:flex-end;min-height:230px;padding:32px;display:flex}.clientOutcome strong{color:var(--green);font:700 44px/1.05 Manrope,sans-serif}.clientOutcome span{color:var(--muted);margin-top:18px;line-height:1.5}.clientSystemsBand{color:#fff;background:#28322e;padding:120px 0}.clientSystemsGrid{grid-template-columns:.85fr 1.15fr;gap:100px;display:grid}.clientSystemsGrid>div:first-child h2{font-size:46px;line-height:1.18}.clientSystemsGrid>div:first-child>p:last-child{color:#ffffffab;font-size:17px;line-height:1.7}.clientSystemsBand .eyebrow{color:#ffffff8a}.clientSystemList{border-top:1px solid #ffffff2e}.clientSystem{border-bottom:1px solid #ffffff2e;grid-template-columns:48px 1fr;align-items:start;gap:20px;min-height:132px;padding:26px 0;display:grid}.clientSystem>svg{width:44px;height:44px;color:var(--ink);background:var(--lime);border-radius:4px;padding:10px}.clientSystem h3{margin-bottom:8px;font-size:19px}.clientSystem p{color:#ffffffa8;margin:0;line-height:1.55}.clientImpact{grid-template-columns:.8fr 1.2fr;gap:90px;padding-top:130px;padding-bottom:130px;display:grid}.clientImpact h2{max-width:500px;font-size:43px;line-height:1.2}.clientImpactGrid{border-top:1px solid var(--line)}.clientImpactItem{border-bottom:1px solid var(--line);grid-template-columns:28px 1fr;align-items:center;gap:17px;min-height:92px;padding:20px 0;line-height:1.55;display:grid}.clientImpactItem svg{color:var(--green)}.clientStack{background:#e0e4dd;padding:110px 0}.clientStack h2{max-width:700px;margin-bottom:38px;font-size:42px}.clientStack .textLink{margin-top:38px}.aboutProfile{grid-template-columns:1fr .78fr;align-items:start;gap:100px;padding-bottom:130px;display:grid}.aboutNarrative h2{max-width:640px;margin-bottom:30px;font-size:42px;line-height:1.2}.aboutNarrative>p:not(.eyebrow){color:var(--muted);margin:0 0 20px;font-size:17px;line-height:1.75}.aboutMeta{border-top:1px solid var(--line);flex-wrap:wrap;gap:24px;margin-top:34px;padding-top:24px;display:flex}.aboutMeta span{align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.aboutMeta svg{width:18px}.resumeShowcase{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:12px}.resumePreview{aspect-ratio:.773;border:1px solid var(--line);background:#eee;display:block;position:relative;overflow:hidden}.resumePreview img{object-fit:cover;object-position:top;transition:transform .4s}.resumePreview:hover img{transform:scale(1.015)}.resumeActions{grid-template-columns:1fr auto auto;align-items:center;gap:9px;padding:18px 4px 4px;display:grid}.resumeActions .eyebrow{margin-bottom:4px}.resumeActions strong{font-size:14px}.educationBand{color:#fff;background:var(--blue);padding:100px 0}.educationGrid{grid-template-columns:1fr 1fr;align-items:end;gap:80px;display:grid}.educationBand .eyebrow{color:#ffffff9e}.educationBand h2{margin-bottom:12px;font-size:43px}.educationBand p{color:#ffffffc2;margin:0;font-size:17px}.educationFacts{border-top:1px solid #ffffff4d;grid-template-columns:1fr 1fr;display:grid}.educationFacts>div{border-bottom:1px solid #ffffff4d;flex-direction:column;gap:9px;padding:28px 0;display:flex}.educationFacts strong{font:700 34px Manrope,sans-serif}.educationFacts span{color:#ffffffa8;font-size:12px}.principles{padding-bottom:140px}.principleGrid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.principle{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:270px;padding:32px}.principle:first-child{border-left:1px solid var(--line)}.principle span{color:var(--coral);font-size:12px;font-weight:700}.principle h3{margin:76px 0 12px;font-size:22px}.principle p{color:var(--muted);margin:0;line-height:1.6}.contactPanel{grid-template-columns:1.25fr .75fr;gap:28px;padding-bottom:130px;display:grid}.contactPrimary{color:#fff;background:var(--ink);border-radius:var(--radius);flex-direction:column;justify-content:end;align-items:flex-start;min-height:380px;padding:46px;display:flex;position:relative}.contactIcon{width:70px;height:70px;color:var(--ink);background:var(--lime);border-radius:50%;place-items:center;display:grid;position:absolute;top:42px;right:42px}.contactPrimary .eyebrow{color:#ffffff94}.contactPrimary>a{overflow-wrap:anywhere;max-width:calc(100% - 70px);font:600 30px Manrope,sans-serif}.contactPrimary .iconButton{position:absolute;bottom:42px;right:42px}.contactLinks{grid-template-rows:1fr 1fr;gap:16px;display:grid}.contactLinks>div{min-height:0}.contactLinks a{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:46px 1fr auto;align-items:center;gap:16px;height:100%;min-height:180px;padding:30px;display:grid}.contactLinks a:hover{border-color:var(--ink)}.contactLinks a>svg:first-child{width:28px;height:28px}.contactLinks small{color:var(--muted);margin-bottom:5px;display:block}.contactLinks strong{font-size:18px}.availabilityBand{background:var(--lavender);padding:100px 0}.availabilityInner{grid-template-columns:230px 1fr;align-items:start;gap:70px;display:grid}.availabilityInner>div{align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.availabilityInner h2{max-width:780px;margin:0;font-size:44px;line-height:1.2}.siteFooter{color:var(--white);background:#101311;padding:90px 0 34px}.footerCallout{border-bottom:1px solid #ffffff2b;justify-content:space-between;align-items:end;gap:30px;padding-bottom:70px;display:flex}.footerCallout>span{max-width:760px;font:700 62px/1.08 Manrope,sans-serif}.footerCallout a{min-height:48px;color:var(--ink);background:var(--lime);align-items:center;gap:9px;padding:0 18px;font-size:14px;font-weight:700;display:inline-flex}.footerGrid{grid-template-columns:1.3fr .7fr .6fr;gap:60px;padding:56px 0;display:grid}.footerGrid>div>span{color:#ffffff7a;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.footerGrid a,.footerGrid p{color:#ffffffd1;margin:0;font-size:14px;line-height:1.8}.footerGrid p a{display:block}.footerBottom{color:#ffffff75;border-top:1px solid #ffffff2b;justify-content:space-between;padding-top:24px;font-size:12px;display:flex}@media (max-width:1000px){.heroCopy h1{font-size:52px}.homeHero{grid-template-columns:1fr 1fr}.storyPanelInner{grid-template-columns:100px 1fr}.storyNumber,.storyProjectCloud{display:none}.experienceIdentity{grid-template-columns:auto 1fr}.experienceIdentity .textLink{grid-column:2;width:fit-content}.clientHeroCopy{grid-template-columns:130px 1fr;gap:34px}.clientSystemsGrid,.clientImpact{gap:56px}.projectHeroGrid{grid-template-columns:1fr}.projectHeroCopy{max-width:760px}.projectHeroVisual{max-width:820px}.projectFacts{gap:54px}.caseStudyItem{padding-right:28px}.caseStudyItem+.caseStudyItem{padding-left:28px}.projectDetails,.aboutProfile{gap:54px}.homeClosingInner{grid-template-columns:120px 1fr}.homeClosingInner .button{grid-column:2;width:fit-content}}@media (max-width:760px){:root{--nav-height:68px}.siteWidth,.globalNav{width:min(calc(100% - 32px), var(--site-width))}.globalNav{gap:12px}.navName{display:none}.navMark{width:36px}.globalNavLinks{gap:0;min-width:0;overflow-x:auto}.globalNavLinks a{flex:none;padding:0 9px;font-size:12px}.eyebrow{margin-bottom:13px;font-size:11px}.pageIntro{padding-top:calc(var(--nav-height) + 72px);padding-bottom:64px}.pageIntro h1{font-size:42px;line-height:1.08}.pageIntroLead{font-size:17px;line-height:1.6}.homeHero{height:auto;min-height:820px;max-height:none;padding-top:calc(var(--nav-height) + 68px);padding-bottom:70px;display:block}.heroCopy h1{margin-bottom:22px;font-size:43px;line-height:1.06}.heroLead{font-size:16px;line-height:1.6}.heroActions{margin-top:26px}.heroActions .button{flex:auto}.heroVisual{margin-top:52px}.homeProjectStage{min-height:330px}.homeProjectTile.tile-1{width:83%}.homeProjectTile.tile-2{width:76%;top:29%}.homeProjectTile.tile-3{width:72%}.homeTileLabel{min-height:38px;padding:3px 8px 3px 3px;bottom:7px;left:7px}.homeTileLabel .projectLogo{width:31px;height:31px}.scrollCue{display:none}.storyStack{padding-top:84px}.storyStackIntro{padding-bottom:64px;display:block}.storyStackIntro h2{font-size:34px}.storyPanel{width:100%;height:auto;min-height:620px;padding:90px 0}.storyPanelInner{min-height:auto;display:block}.storyChapter{flex-direction:row;justify-content:space-between;margin-bottom:74px;padding:0}.storyCopy h2{font-size:39px}.storyCopy>p:not(.eyebrow){font-size:16px}.storyNumber{text-align:right;margin-top:30px;font-size:100px;display:block}.storyProjectCloud{grid-template-columns:repeat(4,1fr);justify-self:auto;gap:8px;width:100%;margin-top:50px;display:grid}.storyProjectCloud .projectLogo{aspect-ratio:1;width:100%;height:auto}.selectedWork{padding-top:88px;padding-bottom:100px}.sectionHeading{margin-bottom:30px;display:block}.sectionHeading h2{font-size:34px}.sectionHeading .textLink{margin-top:18px}.homeProjectGrid,.projectGallery,.earlierGrid{grid-template-columns:1fr;gap:18px}.homeClosing{padding:86px 0}.homeClosingInner{display:block}.homeClosing h2{margin-bottom:30px;font-size:34px}.projectGallery,.earlierWork{padding-bottom:100px}.projectIndexTitle h2{font-size:22px}.projectPreview{aspect-ratio:1.5;padding:10px 8px 2px}.projectIndexPitch span{font-size:13px}.repositoryCta{padding:82px 0}.repositoryCtaInner{grid-template-columns:1fr;gap:26px}.repositoryCtaInner>svg{width:44px;height:44px}.repositoryCta h2{font-size:32px}.repositoryCta .button{width:100%}.projectHero{padding-top:calc(var(--nav-height) + 16px);padding-bottom:64px}.backLink{margin-bottom:22px}.projectHeroGrid{gap:44px}.projectHeroIdentity{align-items:flex-start}.projectLogo--lg{width:78px;height:78px}.projectHeroCopy h1{font-size:42px;line-height:1.06}.projectHeroLead{font-size:17px}.projectHeroActions .button{width:100%}.projectFacts{grid-template-columns:1fr;gap:56px;padding-top:84px;padding-bottom:84px}.projectFactsIntro h2{font-size:34px}.metricItem{min-height:154px;padding:20px}.metricItem strong{font-size:36px}.caseStudyBand{padding:82px 0}.caseStudyGrid{grid-template-columns:1fr}.caseStudyItem,.caseStudyItem+.caseStudyItem{border-bottom:1px solid #ffffff2e;border-right:0;min-height:auto;padding:34px 0}.caseStudyItem:last-child{border-bottom:0}.caseStudyItem>p:last-child{margin-top:32px;font-size:16px}.projectDetails{grid-template-columns:1fr;gap:78px;padding-top:88px;padding-bottom:88px}.projectDetails h2{font-size:34px}.techItem{min-height:48px}.nextProjectInner{grid-template-columns:1fr;gap:24px;padding-top:64px;padding-bottom:64px}.nextProjectInner strong{font-size:28px}.experienceHero{padding-bottom:90px}.experienceIdentity{grid-template-columns:1fr;align-items:flex-start}.experienceIdentity .textLink{grid-column:1}.companyPair{margin-bottom:4px}.companyLogo--md{width:58px;height:58px}.companyLogo--lg{width:84px;height:84px}.experienceIdentity h2{font-size:22px}.impactGrid{grid-template-columns:1fr;margin-top:54px}.impactItem{min-height:230px;padding:28px}.impactItem+.impactItem{border-left:1px solid var(--line);border-top:0}.impactItem strong{font-size:50px}.impactItem h3{margin-top:42px}.experienceNarrative{padding:90px 0}.experienceNarrativeGrid{grid-template-columns:1fr;gap:50px}.experienceNarrative h2{font-size:36px}.experienceStack,.aboutStack{padding-top:90px;padding-bottom:90px}.experienceStack h2,.aboutStack h2{font-size:35px}.aboutStackIntro{grid-template-columns:1fr;gap:40px;margin-bottom:54px}.interactiveCloud,.interactiveCloud>div{min-height:340px}.skillGroupGrid{grid-template-columns:1fr}.skillGroup{padding:24px}.skillGroup:last-child{grid-column:auto}.workPrinciple{padding-bottom:100px}.workPrinciple>div{padding:32px}.workPrinciple h2{font-size:34px}.clientHero{padding-top:calc(var(--nav-height) + 24px);padding-bottom:84px}.clientHeroInner .backLink{margin-bottom:44px}.clientBrandLine{gap:12px}.clientRelationship{font-size:9px}.clientHeroCopy{margin-top:54px;display:block}.clientHeroCopy h1{font-size:44px}.clientHeroCopy>p:last-child{font-size:16px}.clientOutcomes{padding-top:88px;padding-bottom:96px}.clientOutcomeGrid{grid-template-columns:1fr}.clientOutcome{min-height:180px}.clientSystemsBand{padding:88px 0}.clientSystemsGrid,.clientImpact{grid-template-columns:1fr;gap:54px}.clientSystemsGrid>div:first-child h2{font-size:35px}.clientImpact{padding-top:92px;padding-bottom:92px}.clientImpact h2{font-size:35px}.clientStack{padding:88px 0}.clientStack h2{font-size:34px}.aboutProfile{grid-template-columns:1fr;gap:68px;padding-bottom:100px}.aboutNarrative h2{font-size:34px}.aboutMeta{flex-direction:column;gap:14px}.educationBand{padding:82px 0}.educationGrid{grid-template-columns:1fr;gap:48px}.educationBand h2{font-size:34px}.principles{padding-bottom:100px}.principleGrid{grid-template-columns:1fr}.principle{border-left:1px solid var(--line);min-height:220px}.principle h3{margin-top:52px}.contactPanel{grid-template-columns:1fr;padding-bottom:100px}.contactPrimary{min-height:340px;padding:28px}.contactIcon{width:58px;height:58px;top:26px;right:26px}.contactPrimary>a{font-size:21px}.contactPrimary .iconButton{bottom:26px;right:26px}.contactLinks a{min-height:150px}.availabilityBand{padding:82px 0}.availabilityInner{grid-template-columns:1fr;gap:38px}.availabilityInner h2{font-size:34px}.siteFooter{padding-top:76px}.footerCallout{padding-bottom:52px;display:block}.footerCallout>span{margin-bottom:30px;font-size:42px;display:block}.footerGrid{grid-template-columns:1fr;gap:30px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.storyPanel{width:100%}}
