*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafaf8;min-height:100vh;font-family:Space Grotesk,sans-serif;font-weight:400;line-height:1.6}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}figure{margin:0}figcaption{color:#666660;margin-top:.5rem;font-family:Space Mono,monospace;font-size:.85rem;font-style:normal}:focus-visible{outline-offset:3px;outline:2px solid #b5422a}:focus:not(:focus-visible){outline:none}.skip-link{z-index:200;color:#fff;background-color:#b5422a;padding:.5rem 1rem;font-family:Space Grotesk,sans-serif;font-size:.875rem;font-weight:500;transition:top .15s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}@font-face{font-family:Clash Display;src:url(/assets/fonts/ClashDisplay-Extralight.otf)format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/assets/fonts/ClashDisplay-Light.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/assets/fonts/ClashDisplay-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/assets/fonts/ClashDisplay-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/assets/fonts/ClashDisplay-Semibold.otf)format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/assets/fonts/ClashDisplay-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Space Mono;src:url(/assets/fonts/SpaceMono-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Mono;src:url(/assets/fonts/SpaceMono-Italic.ttf)format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Space Mono;src:url(/assets/fonts/SpaceMono-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Space Mono;src:url(/assets/fonts/SpaceMono-BoldItalic.ttf)format("truetype");font-weight:700;font-style:italic;font-display:swap}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;text-transform:uppercase;font-family:Clash Display,sans-serif;font-weight:700;line-height:1}p{color:#111;font-family:Space Grotesk,sans-serif;line-height:1.7}strong,b,.text-bold{font-weight:700}.text-muted{color:#666660}.text-accent{color:#b5422a}.mono-label{text-transform:none;letter-spacing:.01em;font-family:Space Mono,monospace;font-weight:400}.animate-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.animate-in.is-visible{opacity:1;transform:translateY(0)}.animate-in--delay-1{transition-delay:.1s}.animate-in--delay-2{transition-delay:.2s}.animate-in--delay-3{transition-delay:.3s}.animate-in--delay-4{transition-delay:.4s}.animate-in--delay-5{transition-delay:.5s}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.hero-animate{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) forwards fadeUp}.hero-animate--1{animation-delay:.1s}.hero-animate--2{animation-delay:.3s}.hero-animate--3{animation-delay:.5s}.hero-animate--4{animation-delay:.7s}@media (prefers-reduced-motion:reduce){.animate-in,.hero-animate{opacity:1;transition:none;animation:none;transform:none}}.nav{z-index:100;justify-content:space-between;align-items:center;padding:1.5rem clamp(1.5rem,8vw,7.5rem);transition:background-color .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.is-scrolled{backdrop-filter:blur(12px);background-color:#fafaf8eb;border-bottom:2px solid #111}.nav__logo{align-items:center;min-height:44px;display:inline-flex}.nav__logo svg{width:auto;height:1.5rem}@media (width>=576px){.nav__logo svg{height:2rem}}.nav__logo path{transition:fill .15s}.nav__logo:hover path{fill:#b5422a}.nav__links{align-items:center;gap:1rem;display:flex}@media (width>=576px){.nav__links{gap:2.5rem}}.nav__link{color:#666660;letter-spacing:.03em;align-items:center;min-height:44px;padding:.25rem 0;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:500;transition:color .15s;display:inline-flex;position:relative}.nav__link:after{content:"";background-color:#b5422a;width:0;height:2px;transition:width .3s;position:absolute;bottom:8px;left:0}.nav__link:hover{color:#111}.nav__link:hover:after{width:100%}.nav__resume-full{display:none}@media (width>=576px){.nav__resume-full{display:inline}.nav__resume-short{display:none}}.nav__external-icon{flex-shrink:0;width:.65em;height:.65em;margin-left:.35em}.nav__resume{letter-spacing:.04em;text-transform:uppercase;border:2px solid #111;min-height:44px;padding:.375rem 1.25rem;font-family:Clash Display,sans-serif;font-size:.85rem;font-weight:700;color:#111!important;transition:background-color .15s,color .15s!important}.nav__resume:after{display:none}.nav__resume:hover{background-color:#111;color:#fafaf8!important}.hero{flex-direction:column;justify-content:center;min-height:100svh;padding:0 clamp(1.5rem,8vw,7.5rem);display:flex;position:relative;overflow:hidden}.hero__circle{pointer-events:none;z-index:0;background-color:#b5422a14;border-radius:50%;width:180px;height:180px;display:block;position:absolute;top:calc(50% - 80px);right:clamp(20px,4vw,60px)}@media (width>=768px){.hero__circle{width:clamp(280px,22vw,330px);height:clamp(280px,22vw,330px);top:-120px;left:clamp(120px,8vw,60px);right:auto}}.hero__flow-large{color:#b5422a;opacity:.08;pointer-events:none;z-index:0;width:clamp(320px,65vw,1120px);height:clamp(320px,65vw,1120px);display:none;position:absolute;bottom:calc(22% - -1*clamp(-300px,-22vw,-80px));right:clamp(30px,3vw,80px);transform:rotate(180deg)}@media (width>=768px){.hero__flow-large{display:block}}@media (width>=992px){.hero__flow-large{bottom:calc(22% - -1*clamp(-430px,-26vw,-80px));right:clamp(30px,7vw,120px)}}@media (prefers-reduced-motion:reduce){.hero__flow-large{transform:rotate(180deg)!important}}.hero__geo{pointer-events:none;z-index:0;color:#b5422a;will-change:transform;opacity:.7;transition:transform .1s linear;display:none;position:absolute}@media (prefers-reduced-motion:reduce){.hero__geo{transform:none!important}}@media (width>=576px){.hero__geo--tier-1{display:block}}@media (width>=1200px){.hero__geo--tier-2{display:block}}@media (width>=1400px){.hero__geo--tier-3{display:block}}.hero__geo--variant-left{width:clamp(48px,5vw,80px);height:clamp(48px,5vw,80px);top:clamp(140px,22vh,160px);left:clamp(80px,10vw,160px)}.hero__geo--postit-top{width:clamp(24px,2.4vw,40px);height:clamp(24px,2.4vw,40px);top:clamp(20px,4vh,50px);left:clamp(430px,40vw,630px)}.hero__geo--variant-sm{width:clamp(20px,2.2vw,36px);height:clamp(20px,2.2vw,36px);top:clamp(50px,12vh,110px);left:clamp(540px,58vw,900px)}.hero__geo--component{width:clamp(24px,2.8vw,44px);height:clamp(24px,2.8vw,44px);bottom:clamp(630px,73vh,935px);right:clamp(230px,34vw,450px)}.hero__geo--variant-mid{width:clamp(48px,5vw,80px);height:clamp(48px,5vw,80px);bottom:clamp(640px,75vh,985px);right:clamp(120px,12vw,200px)}.hero__geo--variant-main{width:clamp(90px,11.3vw,180px);height:clamp(90px,11.3vw,180px);bottom:clamp(100px,12vh,140px);right:clamp(120px,13vw,210px)}@media (width>=1400px){.hero__geo--variant-main{bottom:clamp(120px,18vh,260px);right:clamp(300px,29vw,490px)}}.hero__geo--type{width:clamp(48px,5vw,80px);height:clamp(48px,5vw,80px);bottom:clamp(260px,38vh,370px);right:clamp(160px,13vw,210px)}.hero__geo--postit-right{width:clamp(56px,6.5vw,100px);height:clamp(56px,6.5vw,100px);bottom:clamp(230px,53vh,500px);right:clamp(40px,5vw,90px)}.hero__line{background:linear-gradient(#0000,#b5422a 30% 70%,#0000);width:1px;display:none;position:absolute;top:120px;bottom:6rem;left:clamp(1.5rem,8vw,7.5rem)}@media (width>=768px){.hero__line{display:block}}.hero__eyebrow{color:#666660;z-index:1;margin-top:8rem;margin-bottom:1.5rem;font-family:Space Mono,monospace;font-size:clamp(.85rem,1.4vw,1rem);font-weight:400}@media (width>=768px){.hero__eyebrow{margin-left:2.5rem}}.hero__title{letter-spacing:-.02em;text-transform:uppercase;color:#111;z-index:1;width:fit-content;margin-bottom:2.5rem;font-family:Clash Display,sans-serif;font-size:clamp(3.5rem,13vw,11rem);font-weight:800;line-height:.92;position:relative}.hero__title span{display:block}.hero__title .title-accent{color:#b5422a;display:inline}@media (width>=768px){.hero__title{margin-left:2.5rem}}.hero__tagline{color:#666660;z-index:1;width:fit-content;max-width:26rem;margin-bottom:2.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(.95rem,1.5vw,1.125rem);font-weight:300;line-height:1.7;position:relative}@media (width>=768px){.hero__tagline{margin-left:2.5rem}}@media (width>=992px){.hero__tagline{max-width:34.5rem}}.hero__scroll{letter-spacing:.06em;text-transform:uppercase;color:#666660;cursor:pointer;z-index:1;align-items:center;gap:.5rem;width:fit-content;font-family:Clash Display,sans-serif;font-size:1rem;transition:color .15s;display:flex;position:relative}@media (width>=768px){.hero__scroll{margin-left:2.5rem}}.hero__scroll svg{animation:1.8s ease-in-out infinite scrollBounce}.hero__scroll:hover{color:#b5422a}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.ticker{white-space:nowrap;border-top:2px solid #111;border-bottom:2px solid #111;align-items:center;height:clamp(56px,8vw,92px);display:flex;overflow:hidden}.ticker__track{align-items:center;gap:0;animation:20s linear infinite tickerScroll;display:flex}.ticker__item,.ticker__sep{text-transform:uppercase;color:#111;letter-spacing:.03em;font-family:Space Mono,monospace;font-size:clamp(1.4rem,2.2vw,2rem);font-weight:700}.ticker__sep{margin:0 1.25rem}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.work{border-top:2px solid #111;padding:8rem clamp(1.5rem,8vw,7.5rem)}.work__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:6rem;display:flex}.work__title{letter-spacing:.15em;text-transform:uppercase;color:#666660;font-family:Clash Display,sans-serif;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:400}.work__count{color:#666660;letter-spacing:.02em;font-family:Space Mono,monospace;font-size:.8rem}.work__list{flex-direction:column;display:flex}.work-item{border-bottom:2px solid #e2e0d8;grid-template-columns:70px 1fr auto;align-items:center;gap:2.5rem;padding:2.5rem 0;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:grid;position:relative}.work-item:first-child{border-top:2px solid #e2e0d8}.work-item:nth-child(2n){margin-top:-1px}@media (width>=768px){.work-item{grid-template-columns:100px 1fr auto}}@media (width>=992px){.work-item{grid-template-columns:100px 4fr 2fr auto}}.work-item:hover{border-bottom-color:#b5422a;box-shadow:inset 0 2px #b5422a}.work-item:hover:nth-child(2n){z-index:25;box-shadow:inset 0 2px #b5422a}.work-item:first-child:hover{box-shadow:none;border-top-color:#b5422a}.work-item:hover .work-item__title{color:#b5422a}.work-item:hover .work-item__number{color:#b5422a;transform:scale(1.15)}.work-item:hover .work-item__arrow{color:#b5422a;transform:translate(4px)}.work-item__number{letter-spacing:-.01em;color:#e2e0d8;transform-origin:50%;font-family:Clash Display,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;transition:color .15s,transform .15s}.work-item__info{flex-direction:column;gap:.25rem;display:flex}.work-item__title{letter-spacing:-.01em;text-transform:uppercase;color:#111;font-family:Clash Display,sans-serif;font-size:clamp(1.6rem,2.7vw,2rem);font-weight:700;line-height:1;transition:color .15s}.work-item__summary{color:#666660;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:300;line-height:1.5;display:none}@media (width>=768px){.work-item__summary{display:block}}.work-item__tags{flex-wrap:wrap;gap:.5rem;display:none}@media (width>=992px){.work-item__tags{display:flex}}.work-item__tag{letter-spacing:.06em;text-transform:uppercase;color:#666660;border:1.5px solid #e2e0d8;padding:.1875rem .75rem;font-family:Space Grotesk,sans-serif;font-size:.85rem}.work-item__arrow{color:#e2e0d8;flex-shrink:0;align-self:center;transition:transform .3s,color .3s}.work-item__arrow svg{stroke-width:1px;width:clamp(2rem,4vw,3rem);height:clamp(2rem,4vw,3rem);display:block}.work-preview{pointer-events:none;z-index:50;aspect-ratio:16/9;opacity:0;background-color:#111;border:2px solid #111;width:clamp(360px,30vw,560px);transition:opacity .2s,transform .2s;position:fixed;overflow:hidden;transform:scale(.92)}.work-preview.is-visible{opacity:1;transform:scale(1)}.work-preview img,.work-preview video{object-fit:cover;width:100%;height:100%}.work-preview video{object-fit:contain;padding:5% 7%}.footer{border-top:2px solid #111;grid-template-columns:1fr;gap:4rem;padding:6rem clamp(1.5rem,8vw,7.5rem);display:grid}@media (width>=768px){.footer{grid-template-columns:1fr 1fr;align-items:end}}.footer__left{flex-direction:column;gap:1.5rem;display:flex}.footer__heading{letter-spacing:-.01em;text-transform:uppercase;font-family:Clash Display,sans-serif;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:.95}.footer__heading .title-accent{color:#b5422a;display:inline}.footer__links{flex-wrap:wrap;gap:1.5rem;display:flex}.footer__link{color:#666660;align-items:center;gap:.25rem;min-height:44px;padding:.25rem 0;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:500;transition:color .15s;display:inline-flex;position:relative}.footer__link:after{content:"";background-color:#b5422a;width:0;height:1.5px;transition:width .3s;position:absolute;bottom:8px;left:0}.footer__link:hover{color:#b5422a}.footer__link:hover:after{width:100%}.footer__external-icon{flex-shrink:0;width:.65em;height:.65em;margin-left:.35em}.footer__right{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}@media (width>=768px){.footer__right{align-items:flex-end}}.footer__credits{color:#666660;text-align:left;font-family:Space Mono,monospace;font-size:.8rem;line-height:1.6}@media (width>=768px){.footer__credits{text-align:right}}.footer__copyright{color:#666660;letter-spacing:.05em;font-family:Space Grotesk,sans-serif;font-size:.75rem}.cursor{pointer-events:none;z-index:9999;opacity:0;border:2px solid #111;border-radius:0;width:20px;height:20px;transition:width .2s,height .2s,background-color .2s,border-color .2s,opacity .2s,border-radius .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor.is-visible{opacity:1}.cursor.is-hovering{background-color:#b5422a1f;border-color:#b5422a;border-radius:50%;width:44px;height:44px}.cursor.is-clicking{background-color:#b5422a;border-radius:50%;width:14px;height:14px}body.custom-cursor-active,body.custom-cursor-active a,body.custom-cursor-active button,body.custom-cursor-active [data-cursor]{cursor:none}@media (hover:none){.cursor{display:none}}.cs{padding-top:7.5rem}.cs__landing{border-bottom:2px solid #111;padding:6rem clamp(1.5rem,8vw,7.5rem) 4rem}.cs__title{letter-spacing:-.02em;text-transform:uppercase;color:#111;max-width:56.25rem;margin-bottom:4rem;font-family:Clash Display,sans-serif;font-size:clamp(2rem,6vw,5rem);font-weight:800;line-height:.95}.cs__meta{flex-wrap:wrap;gap:2.5rem;margin-bottom:4rem;display:flex}.cs__meta-item{flex-direction:column;gap:.25rem;display:flex}.cs__meta-label{color:#666660;text-transform:none;letter-spacing:.01em;font-family:Space Mono,monospace;font-size:.9rem}.cs__meta-value{color:#111;font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:600}.cs__hero-media{object-fit:cover;border:2px solid #111;width:100%;max-height:90vh;overflow:hidden}.cs__hero-video-frame{aspect-ratio:16/9;background-color:#111;justify-content:center;align-items:center;padding:5% 7%;display:flex;overflow:hidden}.cs__hero-video-frame .cs__hero-media{border:none;width:100%;height:auto;max-height:none}.cs__body{max-width:72rem;margin:0 auto;padding:6rem clamp(1.5rem,8vw,7.5rem)}.cs__section{margin-bottom:6rem;position:relative}.cs__section h2,.cs__section h3,.cs__section h4,.cs__section p,.cs__section ul,.cs__section ol{max-width:41.5rem}@media (width>=1200px){.cs__section h2,.cs__section h3,.cs__section h4,.cs__section p,.cs__section ul,.cs__section ol{max-width:41.5rem}}.cs__section h2{letter-spacing:-.01em;text-transform:uppercase;color:#111;clear:both;margin-top:4rem;margin-bottom:1.5rem;font-family:Clash Display,sans-serif;font-size:clamp(1.85rem,3.45vw,2.3rem);font-weight:800}.cs__section h2:first-child{margin-top:0}.cs__section h3{letter-spacing:-.01em;text-transform:uppercase;color:#111;margin-top:2.5rem;margin-bottom:1rem;font-family:Clash Display,sans-serif;font-size:clamp(1.25rem,2.1vw,1.5rem);font-weight:700}.cs__section h4{color:#111;text-transform:none;letter-spacing:0;margin-top:1.5rem;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600}.cs__section p{color:#111111d9;margin-bottom:1rem;font-size:1.1875rem;font-weight:300;line-height:1.75}.cs__section ul,.cs__section ol{margin-bottom:1.5rem;padding-left:1.5rem;list-style:outside}.cs__section ul li,.cs__section ol li{color:#111111d9;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:1.1875rem;font-weight:300;line-height:1.75}.cs__section ol{list-style:decimal}.cs__section a{color:#b5422a;text-underline-offset:3px;text-decoration:underline;transition:color .15s}.cs__section a:hover{color:#943520}.cs__section figure{max-width:41.5rem;margin:4rem 0}@media (width>=1200px){.cs__section figure{max-width:41.5rem}}.cs__section figure img,.cs__section figure video{border:2px solid #111;width:100%}.cs__section figure figcaption{color:#666660;margin-top:.5rem;font-size:.85rem}.cs__section figure.cs-wide{clear:both;width:clamp(40rem,90vw,72rem);max-width:calc(100vw - 2*clamp(1.5rem,8vw,7.5rem));position:relative;left:50%;transform:translate(-50%)}.cs__section figure.cs-full{clear:both;width:100vw;max-width:100vw;position:relative;left:50%;transform:translate(-50%)}.cs__section figure.cs-full figcaption{text-align:center;width:100%}.cs__outcomes{border-top:1px solid #e2e0d8;border-bottom:1px solid #e2e0d8;grid-template-columns:1fr;gap:2.5rem;max-width:41.5rem;margin:2.5rem 0 4rem;padding:2.5rem 0;display:grid}@media (width>=768px){.cs__outcomes{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.cs__outcomes{max-width:41.5rem}}.cs__outcome{flex-direction:column;gap:.25rem;display:flex}.cs__outcome-value{letter-spacing:-.02em;text-transform:uppercase;color:#111;font-family:Clash Display,sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1}.cs__outcome-label{color:#666660;max-width:16rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:300;line-height:1.4}.cs-note{background-color:#f0efe9;border-left:2px solid #b5422a;max-width:41.5rem;margin:2.5rem 0;padding:1.5rem 2.5rem}.cs-note__title{letter-spacing:.12em;text-transform:uppercase;color:#b5422a;margin-bottom:.5rem;font-family:Clash Display,sans-serif;font-size:.95rem;font-weight:400}.cs-note p{color:#666660;max-width:none;margin-bottom:.5rem;font-size:.95rem;font-weight:300;line-height:1.65}.cs-note p:last-child{margin-bottom:0}.cs-note a{color:#b5422a;text-underline-offset:3px;text-decoration:underline}.cs-card-grid{grid-template-columns:1fr;gap:2.5rem;max-width:41.5rem;margin:2.5rem 0;display:grid}@media (width>=768px){.cs-card-grid{grid-template-columns:1fr 1fr}}@media (width>=1200px){.cs-card-grid{max-width:41.5rem}}.cs-card__image{margin-bottom:1rem}.cs-card__image img{aspect-ratio:16/9;object-fit:cover;border:2px solid #111;width:100%}.cs-card__body h4{letter-spacing:.06em;text-transform:uppercase;max-width:none;margin-top:0;margin-bottom:.25rem;font-family:Clash Display,sans-serif;font-size:.95rem}.cs-card__body p{max-width:none;margin-bottom:0;font-size:.9rem;font-weight:300}.cs-nav{border-top:2px solid #111}.cs-nav__links{flex-wrap:wrap;justify-content:space-between;gap:1.5rem;padding:6rem clamp(1.5rem,8vw,7.5rem) 2.5rem;display:flex}.cs-nav__link{flex-direction:column;gap:.25rem;text-decoration:none;transition:opacity .15s;display:flex}.cs-nav__link:hover .cs-nav__title{color:#b5422a}.cs-nav__label{color:#666660;text-transform:none;letter-spacing:.01em;font-family:Space Mono,monospace;font-size:.75rem}.cs-nav__title{letter-spacing:-.01em;text-transform:uppercase;color:#111;font-family:Clash Display,sans-serif;font-size:clamp(1rem,2.5vw,1.75rem);font-weight:400;transition:color .15s}.cs-nav__summary{color:#666660;max-width:28rem;font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:300;line-height:1.5;display:none}@media (width>=768px){.cs-nav__summary{display:block}}.about{padding-top:7.5rem}.about__landing{border-bottom:2px solid #111;align-items:center;padding:6rem clamp(1.5rem,8vw,7.5rem) 4rem;display:flex;position:relative}.about__portrait{display:none}@media (width>=992px){.about__portrait{display:block;position:absolute;bottom:0;right:clamp(.5rem,2vw,2.5rem)}}@media (width>=1200px){.about__portrait{right:clamp(1rem,4vw,4rem)}}@media (width>=1440px){.about__portrait{right:clamp(4rem,8vw,12rem)}}.about__portrait img{filter:grayscale();mix-blend-mode:multiply;width:auto;height:400px;display:block}@media (width>=1200px){.about__portrait img{height:480px}}.about__title{letter-spacing:-.02em;text-transform:uppercase;color:#111;margin-bottom:4rem;font-family:Clash Display,sans-serif;font-size:clamp(2.5rem,8vw,7rem);font-weight:800;line-height:.9}.about__title .title-accent{color:#b5422a}.about__intro{border-bottom:2px solid #e2e0d8;grid-template-columns:1fr;gap:6rem;padding:8.5rem clamp(1.5rem,8vw,7.5rem);display:grid}@media (width>=1200px){.about__intro{grid-template-columns:1fr 1fr}}.about__text p{color:#111111d9;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:300;line-height:1.8}.about__text p:last-child{margin-bottom:0}.about__photo-spread{justify-content:center;align-items:center;display:none}@media (width>=768px){.about__photo-spread{align-self:stretch;margin-top:2.5rem;display:flex}}.about__photo{transform:rotate(var(--rotation,0deg)) translateY(var(--offset-y,0));background:#fff;flex:0 34%;margin:0 -2.5%;padding:6px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .3s;position:relative;box-shadow:0 4px 12px #0000001f,0 1px 4px #0000000f}.about__photo:first-child{z-index:1}.about__photo:nth-child(2){z-index:3}.about__photo:nth-child(3){z-index:1}.about__photo:hover:not(.is-animating):not(.is-animating-back){transform:rotate(calc(var(--rotation,0deg) + 1.5deg)) translateY(calc(var(--offset-y,0) - 4px)) scale(1.02);box-shadow:0 8px 16px #00000026,0 2px 6px #00000014}.about__photo.is-animating{transition:transform .25s cubic-bezier(.4,0,1,1),box-shadow .25s;box-shadow:0 8px 20px #0000002e}.about__photo.is-animating:first-child{transform:translateX(-30%) scale(1.08) rotate(var(--rotation,0deg))}.about__photo.is-animating:nth-child(2){transform:translateY(20%) scale(1.08) rotate(var(--rotation,0deg))}.about__photo.is-animating:nth-child(3){transform:translateX(30%) scale(1.08) rotate(var(--rotation,0deg))}.about__photo.is-animating-back{transition:transform .25s cubic-bezier(.4,0,1,1),box-shadow .25s;box-shadow:0 1px 4px #0000000f}.about__photo.is-animating-back:first-child{transform:translateX(-30%) scale(.92) rotate(var(--rotation,0deg))}.about__photo.is-animating-back:nth-child(2){transform:translateY(20%) scale(.92) rotate(var(--rotation,0deg))}.about__photo.is-animating-back:nth-child(3){transform:translateX(30%) scale(.92) rotate(var(--rotation,0deg))}.about__photo img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.about__skills{border-bottom:2px solid #e2e0d8;grid-template-columns:1fr;gap:4rem;padding:6rem clamp(1.5rem,8vw,7.5rem);display:grid}@media (width>=768px){.about__skills{grid-template-columns:1fr 1fr}}.about__skill-group h3{color:#666660;text-transform:none;letter-spacing:.01em;margin-bottom:1.5rem;font-family:Space Mono,monospace;font-size:.85rem;font-weight:400}.about__skill-group ul{flex-direction:column;gap:1rem;display:flex}.about__skill-group li{color:#111111d9;border-bottom:1px solid #e2e0d8;padding-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:1rem}.about__skill-group li:last-child{border-bottom:none}.about__connect{padding:6rem clamp(1.5rem,8vw,7.5rem)}.about__connect h3{color:#666660;text-transform:none;letter-spacing:.01em;margin-bottom:1.5rem;font-family:Space Mono,monospace;font-size:.85rem;font-weight:400}.about__connect-links{flex-wrap:wrap;gap:1.5rem;display:flex}.about__connect-link{color:#666660;align-items:center;gap:.25rem;min-height:44px;padding:.25rem 0;font-family:Space Grotesk,sans-serif;font-size:.875rem;font-weight:500;transition:color .15s;display:inline-flex}.about__connect-link:hover{color:#b5422a}.testimonials{border-top:2px solid #e2e0d8;padding:8rem clamp(1.5rem,8vw,7.5rem)}.testimonials__header{margin-bottom:6rem}.testimonials__title{letter-spacing:.15em;text-transform:uppercase;color:#666660;font-family:Clash Display,sans-serif;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:400}.testimonials__carousel{overflow:hidden}.testimonials__track{user-select:none;gap:4rem;display:flex}.testimonials__card{border:1px solid #e2e0d8;flex:0 0 100%;margin:0;padding:2.5rem}@media (width>=768px){.testimonials__card{flex:0 0 calc(50% - 2rem)}}@media (width>=1200px){.testimonials__card{flex:0 0 calc(33.3333% - 2.66667rem)}}.testimonials__open-quote{color:#b5422a;margin-bottom:.5rem;font-family:Clash Display,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:.8;display:block}.testimonials__quote{color:#111;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:300;line-height:1.7}.testimonials__cite{text-align:right;color:#666660;font-family:Space Mono,monospace;font-size:.85rem;font-style:normal;display:block}.testimonials__role{color:#111}.testimonials__dots{justify-content:center;gap:1rem;margin-top:4rem;display:flex}.testimonials__dot{cursor:pointer;background:0 0;border:1.5px solid #e2e0d8;border-radius:50%;width:8px;height:8px;padding:0;transition:background .15s,border-color .15s;position:relative}.testimonials__dot:before{content:"";position:absolute;inset:-18px}.testimonials__dot.is-active{background:#b5422a;border-color:#b5422a}.testimonials__dot:hover:not(.is-active){border-color:#666660}.privacy-policy{max-width:56rem;margin:0 auto;padding:6rem clamp(1.5rem,8vw,7.5rem) 8rem}.privacy-policy__title{margin-bottom:.5rem;font-family:Clash Display,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.1}.privacy-policy__updated{color:#666660;margin-bottom:4rem;font-size:clamp(.875rem,1vw,1rem)}.privacy-policy__body section{margin-bottom:2.5rem}.privacy-policy__body h2{margin-bottom:.5rem;font-family:Clash Display,sans-serif;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500}.privacy-policy__body p{margin-bottom:1rem;line-height:1.7}.privacy-policy__body ul{margin-bottom:1rem;padding-left:1.5rem;list-style:circle}.privacy-policy__body ul li{margin-bottom:.5rem;line-height:1.7}.privacy-policy__body ul ul{margin-top:.5rem;margin-bottom:.5rem}.privacy-policy__body a{color:#b5422a;text-underline-offset:2px;text-decoration:underline;transition:color .15s}.privacy-policy__body a:hover{color:#943520}.not-found{flex-direction:column;justify-content:center;min-height:60vh;padding:8rem clamp(1.5rem,8vw,7.5rem);display:flex}.not-found__title{letter-spacing:-.01em;text-transform:uppercase;margin-bottom:4rem;font-family:Clash Display,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1}.not-found__text{color:#666660;margin-top:.5rem;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:300}.not-found__cards{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=768px){.not-found__cards{grid-template-columns:1fr 1fr 1fr}}.not-found__card{flex-direction:column;gap:.5rem;text-decoration:none;display:flex}.not-found__card:hover .not-found__card-label{color:#b5422a}.not-found__card-image{aspect-ratio:16/10;border:2px solid #111;overflow:hidden}.not-found__card-image--logo{background-color:#111;justify-content:center;align-items:center;display:flex}.not-found__card-image--logo svg{width:40%;height:auto}.not-found__card-image--about{background-color:#111;position:relative}.not-found__card-image--about img{mix-blend-mode:lighten;filter:grayscale()contrast(1.1)}.not-found__card-image--video{background-color:#111}.not-found__card-image--video video{object-fit:fill;padding:5%}.not-found__card-image img{object-fit:cover;width:100%;height:100%}.not-found__card-label{letter-spacing:-.01em;color:#111;font-family:Space Grotesk,sans-serif;font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:400;transition:color .15s}.page-wrapper{max-width:1920px;margin:0 auto}
