:root{--ink:#0a0a0d;--cream:#fff3dd;--blue:#123df5;--coral:#ff594d;--acid:#efff31}*{box-sizing:border-box}body,html{background:var(--cream)}body{margin:0;color:var(--ink);font-family:var(--font-main),sans-serif;-webkit-font-smoothing:antialiased}.shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}header{height:64px;background:var(--cream);display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid rgba(10,10,13,.18);position:-webkit-sticky;position:sticky;top:0;z-index:10}.wordmark{font-size:clamp(1.15rem,2.25vw,2.2rem);font-weight:900;letter-spacing:-.08em;line-height:1;color:var(--ink);text-decoration:none}nav{display:flex;gap:clamp(18px,4vw,70px)}.footlinks a,nav a{font-weight:700;letter-spacing:.08em;font-size:.78rem;color:var(--ink);text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--acid);outline-offset:4px}.hero{min-height:535px;display:grid;grid-template-columns:42% 58%;overflow:hidden;background:var(--cream)}.heroCopy{padding:38px 26px 26px;align-self:center;position:relative;z-index:1}.hero h1,.page h1{margin:0;font-weight:900;letter-spacing:-.1em;line-height:.76;font-size:clamp(4.4rem,8.2vw,8.8rem);text-wrap:balance}.eyebrow{font-weight:800;letter-spacing:.1em;font-size:.85rem;color:var(--coral);margin:28px 0 8px}.lead{font-size:clamp(1.05rem,1.55vw,1.35rem);line-height:1.16;max-width:29ch;margin:0 0 24px}.button{display:inline-flex;min-height:52px;align-items:center;padding:0 28px;background:var(--ink);color:white;text-decoration:none;font-size:.82rem;font-weight:800;letter-spacing:.12em;transition:transform .2s,background .2s}.button:hover{background:var(--blue);transform:translateY(-2px)}.button:active{transform:scale(.98)}.heroArt{width:100%;height:100%;min-height:535px;object-fit:cover;display:block}.ticker{height:118px;background:var(--blue);color:white;display:flex;align-items:center;justify-content:space-around;border-block:1px solid rgba(255,255,255,.3);font-size:clamp(2rem,4.5vw,4.5rem);font-weight:900;letter-spacing:-.07em}.ticker i{font-weight:400}.split{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:12vw;gap:12vw;padding:clamp(64px,9vw,140px) 7vw}.faq h2,.split h2,.statement h2{font-size:clamp(2.6rem,5.5vw,6.2rem);line-height:.88;letter-spacing:-.08em;margin:0;text-wrap:balance}.split>p{font-size:1.2rem;line-height:1.35;align-self:end;max-width:33ch}.services{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:var(--ink)}.services article{background:var(--cream);padding:32px}.services img{width:100%;aspect-ratio:1.35;object-fit:cover;display:block}.services h2{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.08em;margin:16px 0 0}.services p{font-size:1.05rem;max-width:28ch}.statement{background:var(--coral);padding:clamp(72px,10vw,150px) 7vw}.statement,.statement .eyebrow{color:var(--ink)}.light{background:var(--ink);margin-top:28px}.faq{padding:clamp(64px,8vw,120px) 7vw;max-width:1100px}.faq h2{margin-bottom:36px}.faq details{border-top:1px solid var(--ink);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--ink)}summary{font-size:1.15rem;font-weight:700;cursor:pointer}.faq details p{max-width:50ch;line-height:1.45}.page{padding:clamp(80px,12vw,160px) 7vw;min-height:70vh}.page .lead{margin-top:28px}.rows{margin-top:80px;border-top:1px solid var(--ink)}.rows article{display:grid;grid-template-columns:80px minmax(150px,.7fr) 1fr;grid-gap:24px;gap:24px;border-bottom:1px solid var(--ink);padding:24px 0}.rows span{color:var(--coral);font-weight:800}.rows h2{font-size:clamp(1.8rem,3.5vw,3.5rem);letter-spacing:-.08em;margin:0}.rows p{margin:6px 0;max-width:36ch;line-height:1.4}.worknote{margin-top:80px;background:var(--blue);color:white;max-width:650px;padding:38px;font-size:1.15rem;line-height:1.4}.legal{padding:100px 7vw;max-width:800px}.legal h1{font-size:4rem;letter-spacing:-.08em}.legal p{font-size:1.15rem;line-height:1.5}footer{background:var(--ink);display:grid;grid-template-columns:1.4fr 1fr auto;grid-gap:32px;gap:32px;padding:45px 7vw;align-items:end}footer,footer .wordmark,footer a,footer p{color:var(--cream)}footer p{max-width:24ch;line-height:1.35}.footlinks{display:grid;grid-template-columns:repeat(2,minmax(80px,1fr));grid-gap:14px;gap:14px}.theo{height:28px;width:auto;display:block}@media(max-width:720px){header{padding:0 16px}nav{gap:13px}nav a{font-size:.63rem;letter-spacing:.04em}.hero{grid-template-columns:1fr;min-height:auto}.heroCopy{padding:48px 24px 34px;min-height:440px}.hero h1{font-size:5.4rem}.heroArt{min-height:300px;max-height:370px}.ticker{height:90px;font-size:1.65rem}.ticker i{font-size:1.4rem}.services,.split{grid-template-columns:1fr}.split{gap:35px;padding:70px 24px}.services article{padding:24px}.faq,.page,.statement{padding-inline:24px}.rows{margin-top:52px}.rows article{grid-template-columns:42px 1fr}.rows p{grid-column:2}.page h1{font-size:4.5rem}.worknote{margin-top:52px;padding:28px}footer{grid-template-columns:1fr;padding:36px 24px;gap:28px}.footlinks{max-width:280px}.contact{min-height:72vh}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}@media(max-width:360px){header{padding-inline:12px}header>a picture img{width:100px!important}nav{gap:6px}nav a{font-size:.52rem;letter-spacing:.02em}}.rows,.rows article{border:dotted #831522;border-width:2px 0 0}.rows article{border-bottom:2px dotted #831522}@media(max-width:360px){nav a:nth-child(3){font-size:0}nav a:nth-child(3):after{content:"IDEAS";font-size:.52rem;letter-spacing:.02em;display:none}nav a:nth-child(3){display:none}}@media(max-width:600px){.page h1.ideasHeadline,.page h1.servicesHeadline{font-size:clamp(3rem,15vw,3.8rem);line-height:.8}}.contact .lead a{color:#831522;font-weight:800}.contact h1{letter-spacing:-.075em}.ideasHeadline,.workHeadline{letter-spacing:-.08em!important}@media(max-width:720px){.page h1.workHeadline{font-size:4.2rem;letter-spacing:-.07em!important}}.packageAccent{color:#831522;font-weight:800}.workFeature{max-width:850px;margin-top:64px}.workFeature h2{margin:0 0 18px;color:#831522;font-size:clamp(2.2rem,4vw,4.4rem);font-weight:900;letter-spacing:-.075em;line-height:.86}.workFeature p{max-width:55ch;margin:0 0 24px;font-size:clamp(1.05rem,1.55vw,1.35rem);line-height:1.2}.workFeature img,.workFeature picture{display:block;width:100%;height:auto}.workFeature picture{border:1px solid #050606}.workFeature a{display:inline-block;margin-top:14px;color:#831522;font-weight:800;letter-spacing:.02em;overflow-wrap:anywhere}.workFeature a.prBook{display:inline;margin:0;color:#831522;font-weight:900;letter-spacing:normal}.prLinks{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.prLinks a{margin-top:14px}.footer_footer__Ny2Du,.footer_surface__rB2zl{background:#f8f2e6}.footer_footer__Ny2Du{color:#050606;border-top:2px dotted #831522}.footer_surface__rB2zl{height:82px;padding-inline:40px;border-bottom:2px dotted #831522}@media (max-width:720px){.footer_surface__rB2zl{height:74px;padding-inline:24px}}@media (max-width:600px){.footer_surface__rB2zl{height:70px;padding-inline:14px}.footer_surface__rB2zl nav{gap:8px}.footer_surface__rB2zl nav a{font-size:.5rem;letter-spacing:.01em;white-space:nowrap}}.footer_footer__Ny2Du a,.footer_footer__Ny2Du p,.footer_surface__rB2zl a{color:#050606}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Fallback;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_50bf36{font-family:Archivo,Archivo Fallback;font-style:normal}.__variable_50bf36{--font-main:"Archivo","Archivo Fallback"}