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