:root{--ink:#17131d;--paper:#f6f0df;--purple:#7f55e7;--purple-dark:#382067;--yellow:#f3cf45;--pink:#ef8dc8;--white:#fffaf1;--line:rgba(23,19,29,0.18);--brand-orange:#c84b22}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}main{overflow-x:clip}.section-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.nav-wrap{position:-webkit-sticky;position:sticky;top:18px;z-index:20;justify-content:space-between;width:min(1180px,calc(100% - 40px));margin:18px auto 0;padding:14px 18px;background:rgba(246,240,223,.86);border:1px solid var(--line);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.nav-wrap{display:flex;align-items:center}.brand{gap:10px;font-size:13px;font-weight:800;letter-spacing:.06em}.brand-mark{display:block;width:52px;height:52px;flex-shrink:0;object-fit:cover;border-radius:50%}.nav-links{display:flex;align-items:center;gap:10px;font-size:14px}.nav-links a{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;color:var(--ink);background:transparent;border:2px solid transparent;border-radius:999px;font-weight:700;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.nav-links a:hover{color:var(--ink);background:var(--white);border-color:var(--ink);transform:translate(-3px,-3px) rotate(-2deg);box-shadow:5px 5px 0 var(--ink)}.nav-links a:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.mobile-menu{display:none;position:relative}.mobile-menu summary{width:40px;height:40px;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:transparent;border:0;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.menu-line{display:block;width:24px;height:2px;background:rgba(23,19,29,.68);border-radius:999px}.mobile-menu[open] summary{transform:none;box-shadow:none}.mobile-menu-links{position:absolute;top:60px;right:0;min-width:180px;padding:12px;display:flex;flex-direction:column;gap:6px;background:var(--paper);border:2px solid var(--ink);border-radius:18px;box-shadow:7px 7px 0 var(--ink)}.mobile-menu-links a{padding:12px 14px;color:var(--ink);border-radius:12px;font-size:15px;font-weight:800;transition:color .18s ease,background .18s ease}.mobile-menu-links a:hover{color:var(--paper);background:var(--brand-orange)}.eyebrow,.section-label{font-size:12px;font-weight:800;letter-spacing:.14em}.hero{width:min(1180px,calc(100% - 40px));min-height:0;margin:0 auto;padding:90px 0 100px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);align-items:center;grid-gap:clamp(36px,5vw,64px);gap:clamp(36px,5vw,64px)}.hero-copy{min-width:0}.eyebrow{margin:0 0 30px}.hero h1{max-width:none;margin:0;font-size:clamp(58px,5.2vw,82px);letter-spacing:-.07em}.headline-line{display:block;white-space:nowrap}.hero-description{max-width:600px;margin:42px 0 0;font-size:clamp(18px,1.45vw,22px);line-height:1.5;letter-spacing:-.02em}.hero-video-wrap{position:relative;width:min(100%,380px);aspect-ratio:9/16;overflow:hidden;justify-self:end;border-radius:var(--radius-image,16px);background:var(--line)}.hero-video{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.work{padding:120px 0 140px;border-top:1px solid var(--line)}.work-heading{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:48px}.work h2{margin:0;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.05em}.work-grid{display:grid;grid-gap:28px}.work-card{min-height:480px;padding:28px;border-radius:24px;transition:transform .18s ease,box-shadow .18s ease}.work-card:hover{transform:translate(-3px,-5px) rotate(-1deg);box-shadow:11px 13px 0 var(--ink)}.work-card-top{display:flex;font-size:12px;font-weight:900;letter-spacing:.08em}.work-card h3{margin:0 0 18px;font-size:34px;line-height:1.05;letter-spacing:-.04em}.work-card p{margin:0;font-size:17px;line-height:1.55}.work-card a{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;font-weight:800}.cta-arrow{display:inline-block;font-size:18px;transition:transform .18s ease}.work-card a:hover .cta-arrow{transform:translate(4px,-4px)}.contact{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding:84px;border-radius:36px;box-shadow:12px 12px 0 var(--ink)}.contact h2{margin:0;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.05em}.contact p{max-width:650px;font-size:20px;line-height:1.5}.light{margin-bottom:28px;color:var(--yellow)}.button{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;transition:color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.button-primary{color:white;background:var(--ink)}.button-primary:hover{background:var(--purple);transform:translateY(-2px)}.button-light{flex-shrink:0;color:var(--ink);box-shadow:5px 5px 0 var(--ink);white-space:nowrap}.button-light:hover{box-shadow:7px 7px 0 var(--ink)}.button-light:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.footer,.text-link{font-weight:800}.footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px 0 50px;font-size:12px;letter-spacing:.08em}.footer-social{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}.footer-social a{transition:color .18s ease,transform .18s ease}.footer-social a:hover{color:var(--brand-orange);transform:translateY(-2px)}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:60px;min-height:auto;padding:100px 0 90px}.hero h1{max-width:none;font-size:clamp(48px,8vw,72px)}.hero-video-wrap{width:min(100%,340px);justify-self:start}.work{padding:100px 0 110px}.work-grid{grid-template-columns:1fr}.work-card{min-height:360px}.contact{flex-direction:column;align-items:flex-start;padding:54px 30px}}@media (min-width:681px){.nav-links{display:flex}.mobile-menu{display:none}}@media (max-width:680px){.nav-links{display:none}.mobile-menu{display:block}.brand>span:last-child{font-size:11px}.brand-mark{width:44px;height:44px}}@media (max-width:560px){.hero,.nav-wrap,.section-shell{width:min(100% - 24px,1180px)}.nav-wrap{top:10px;margin-top:10px;padding:10px 12px}.brand{gap:8px}.brand>span:last-child{max-width:120px;font-size:10px;line-height:1.2}.hero{gap:46px;padding:80px 0 70px}.eyebrow{margin-bottom:26px}.hero h1{max-width:none;font-size:9.2vw;line-height:1;letter-spacing:-.06em}.hero-description{margin-top:34px;font-size:17px}.hero-description br{display:none}.hero-video-wrap{width:min(100%,340px)}.work{padding:88px 0}.work-heading{gap:20px}.work-grid{gap:24px}.work-card{min-height:360px;padding:24px;box-shadow:6px 6px 0 var(--ink)}.contact{padding:44px 24px;border-radius:24px;box-shadow:7px 7px 0 var(--ink)}.contact p{font-size:18px}.footer{flex-direction:column;align-items:flex-start;gap:20px;padding-top:38px}.footer-social{justify-content:flex-start}}.selected-work{padding:130px 0 150px;border-top:1px solid var(--line)}.selected-work-heading{display:grid;grid-template-columns:minmax(180px,.35fr) minmax(0,1fr);align-items:start;grid-gap:60px;gap:60px;margin-bottom:56px}.selected-work-heading .section-label{margin:10px 0 0}.selected-work-heading h2{max-width:820px;margin:0;font-size:clamp(46px,6.2vw,82px);line-height:.96;letter-spacing:-.055em}.project-feature{display:block;color:var(--ink)}.project-image-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--purple);border:2px solid var(--ink);border-radius:30px;box-shadow:10px 10px 0 var(--ink)}.project-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-view{position:absolute;right:28px;bottom:28px;min-height:54px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:var(--ink);background:var(--yellow);border:2px solid var(--ink);border-radius:999px;box-shadow:5px 5px 0 var(--ink);font-size:14px;font-weight:900;transition:color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.project-feature:hover .project-image{transform:scale(1.025)}.project-feature:hover .project-view{background:var(--white);transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--ink)}.project-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding:34px 4px 0}.project-category{margin:0 0 12px;color:var(--brand-orange);font-size:12px;font-weight:900;letter-spacing:.12em}.project-meta h3{margin:0;font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:-.045em}.project-location{flex-shrink:0;margin:4px 0 0;text-align:right;font-size:15px;font-weight:700;line-height:1.5}.featured-teams{padding:120px 0 140px;border-top:1px solid var(--line)}.featured-teams-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:48px}.featured-teams-heading .section-label{flex-shrink:0;margin:0 0 8px}.featured-teams-heading h2{max-width:760px;margin:0;font-size:clamp(42px,5.7vw,74px);line-height:.98;letter-spacing:-.05em;text-align:right}.featured-teams-note{max-width:620px;margin:28px 0 0 auto;color:rgba(23,19,29,.68);font-size:15px;line-height:1.55;text-align:right}.featured-team-marquee{position:relative;width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;background:var(--paper);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);border-left:0;border-right:0;border-radius:0;box-shadow:0 8px 0 var(--ink)}.featured-team-track{display:flex;width:max-content;animation:featured-team-scroll 55s linear infinite}.featured-team-marquee:hover .featured-team-track{animation-play-state:paused}.featured-team-group{gap:80px;padding:0 80px 0 0}.featured-marquee-item,.featured-team-group{display:flex;align-items:center;flex-shrink:0}.featured-marquee-item{width:190px;height:130px;justify-content:center;color:var(--ink);text-decoration:none}.featured-marquee-item span{color:var(--ink);font-size:19px;font-weight:800;line-height:1.1;text-align:center;white-space:nowrap;transition:color .18s ease,transform .18s ease}.featured-marquee-logo{display:block;width:auto;height:auto;max-width:180px;max-height:64px;object-fit:contain;transition:transform .18s ease}.featured-marquee-item:hover span{color:var(--brand-orange);transform:translateY(-3px)}.featured-marquee-item:hover .featured-marquee-logo{transform:translateY(-3px)}@keyframes featured-team-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:900px){.selected-work{padding:100px 0 110px}.selected-work-heading{grid-template-columns:1fr;gap:24px}.selected-work-heading .section-label{margin-top:0}.featured-teams{padding:100px 0 110px}.featured-teams-heading{display:block}.featured-teams-heading .section-label{margin-bottom:24px}.featured-teams-heading h2{max-width:700px;text-align:left}.featured-teams-note{margin-left:0;text-align:left}}@media (max-width:560px){.selected-work{padding:88px 0}.selected-work-heading{margin-bottom:38px}.selected-work-heading h2 br{display:none}.project-image-wrap{aspect-ratio:4/3;border-radius:22px;box-shadow:6px 6px 0 var(--ink)}.project-view{right:16px;bottom:16px;min-height:46px;padding:0 17px;font-size:12px;box-shadow:4px 4px 0 var(--ink)}.project-meta{display:block;padding-top:26px}.project-meta h3{font-size:34px}.project-location{margin-top:18px;text-align:left}.featured-teams{padding:88px 0}.featured-teams-heading{margin-bottom:36px}.featured-team-track{animation-duration:45s}.featured-team-group{gap:48px;padding-right:48px}.featured-marquee-item{width:150px;height:105px}.featured-marquee-logo{max-width:145px;max-height:52px}.featured-marquee-item span{font-size:16px}.featured-teams-note{margin-top:22px;font-size:14px}}.project-intro{padding:100px 0 70px}.project-back{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;min-height:48px;padding:0 20px;border:2px solid var(--ink);border-radius:999px;font-size:14px;font-weight:800;transition:color .18s ease,background-color .18s ease,transform .18s ease,box-shadow .18s ease}.project-back:hover{color:var(--white);background-color:var(--ink);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--brand-orange)}.project-intro-grid{display:block;margin-top:80px}.project-intro-grid .section-label{margin:0 0 26px;color:var(--brand-orange)}.project-intro h1{max-width:900px;margin:0;font-size:clamp(58px,8vw,112px);line-height:.9;letter-spacing:-.07em}.project-intro-line{max-width:820px;margin:70px 0 0;font-size:clamp(23px,3vw,38px);line-height:1.25;letter-spacing:-.035em}.project-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);align-items:center;grid-gap:64px;gap:64px;padding-bottom:130px}.project-hero img{display:block;width:100%;height:auto;border:2px solid var(--ink);border-radius:30px;box-shadow:10px 10px 0 var(--ink)}.project-intro-meta{border-top:1px solid var(--line)}.project-intro-meta>div{display:grid;grid-template-columns:90px minmax(0,1fr);grid-gap:20px;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.project-intro-meta span{font-size:10px;font-weight:900;letter-spacing:.12em}.project-intro-meta p{margin:0;font-size:14px;font-weight:700;line-height:1.4}.project-story{padding:130px 0;border-top:1px solid var(--line)}.project-story-section{display:grid;grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);grid-gap:70px;gap:70px;padding:70px 0;border-bottom:1px solid var(--line)}.project-story-section:first-child{padding-top:0}.project-story-section:last-child{padding-bottom:0;border-bottom:0}.project-story-label{margin:7px 0 0;font-size:11px;font-weight:900;letter-spacing:.14em}.project-story-copy{max-width:830px}.project-story-copy p{margin:0 0 26px;font-size:clamp(22px,2.5vw,34px);line-height:1.35;letter-spacing:-.035em}.project-story-copy p:last-child{margin-bottom:0}.project-services{border-top:2px solid var(--ink)}.project-services>div{display:grid;grid-template-columns:70px minmax(0,1fr);grid-gap:24px;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.project-services span{color:var(--brand-orange);font-size:12px;font-weight:900}.project-services p{margin:0;font-size:clamp(19px,2vw,26px);font-weight:800;line-height:1.25;letter-spacing:-.025em}.project-content{padding:130px 0;border-top:1px solid var(--line)}.project-content-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);align-items:end;grid-gap:80px;gap:80px;margin-bottom:60px}.project-content-heading .section-label{margin:0 0 26px}.project-content-heading h2{max-width:760px;margin:0;font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em}.project-content-heading>p{margin:0;font-size:17px;line-height:1.55}.tiktok-feature{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1fr);align-items:stretch;overflow:hidden;color:var(--white);background-color:var(--purple);border:2px solid var(--ink);border-radius:30px;box-shadow:10px 10px 0 var(--ink)}.tiktok-player-wrap{display:flex;align-items:center;justify-content:center;min-height:680px;padding:30px;background-color:var(--ink)}.tiktok-player-wrap iframe{display:block;width:min(100%,390px);height:620px;border:0;border-radius:20px}.tiktok-feature-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:64px}.tiktok-feature-copy .project-story-label{color:var(--yellow)}.tiktok-feature-copy h3{max-width:520px;margin:30px 0 24px;font-size:clamp(40px,5vw,68px);line-height:.95;letter-spacing:-.055em}.tiktok-feature-copy>p:not(.project-story-label){max-width:500px;margin:0;font-size:18px;line-height:1.55}.project-external-button{gap:10px;margin-top:42px;color:var(--ink);background-color:var(--yellow);border:2px solid var(--ink);box-shadow:5px 5px 0 var(--ink)}.project-external-button:hover{background-color:var(--white);transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--ink)}.project-next{padding:120px 0 140px;border-top:1px solid var(--line)}.project-next>.section-label{margin:0 0 34px}.project-next-content{display:flex;justify-content:space-between;align-items:flex-end;gap:50px}.project-next h2{max-width:780px;margin:0;font-size:clamp(46px,6vw,80px);line-height:.98;letter-spacing:-.055em}.project-back-button{flex-shrink:0;gap:10px;color:var(--white);background-color:var(--ink)}.project-back-button:hover{background-color:var(--brand-orange);transform:translateY(-3px)}@media (max-width:900px){.project-intro{padding:90px 0 60px}.project-intro-grid{margin-top:60px}.project-hero{grid-template-columns:1fr;gap:48px;padding-bottom:100px}.project-hero .project-intro-meta{width:100%;max-width:520px;margin:0 auto}.project-story{padding:100px 0}.project-story-section{grid-template-columns:1fr;gap:34px}.project-content{padding:100px 0}.project-content-heading{gap:30px}.project-content-heading,.tiktok-feature{grid-template-columns:1fr}.tiktok-player-wrap{min-height:auto}.tiktok-feature-copy{padding:54px 40px}.project-next{padding:100px 0 110px}}@media (max-width:560px){.project-intro{padding:70px 0 50px}.project-back{min-height:44px}.project-intro-grid{margin-top:50px}.project-intro h1{font-size:clamp(52px,17vw,76px)}.project-intro-line{margin-top:48px;font-size:22px}.project-hero{gap:36px;padding-bottom:88px}.project-hero img{border-radius:22px;box-shadow:6px 6px 0 var(--ink)}.project-story{padding:88px 0}.project-story-section{padding:54px 0}.project-story-copy p{font-size:21px}.project-services>div{grid-template-columns:46px minmax(0,1fr);gap:14px}.project-services p{font-size:18px}.project-content{padding:88px 0}.project-content-heading{margin-bottom:38px}.project-content-heading h2{font-size:43px}.tiktok-feature{border-radius:22px;box-shadow:6px 6px 0 var(--ink)}.tiktok-player-wrap{padding:20px}.tiktok-player-wrap iframe{width:100%;height:560px}.tiktok-feature-copy{padding:42px 24px}.tiktok-feature-copy h3{font-size:42px}.project-next{padding:88px 0}.project-next-content{flex-direction:column;align-items:flex-start;gap:36px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero-person,.work-people{position:relative;display:inline-block;isolation:isolate}.brush-underline{position:absolute;left:2%;bottom:-.12em;z-index:-1;display:block;width:98%;height:.285em;min-height:12px;overflow:visible;pointer-events:none;color:var(--brand-orange)}.brush-underline path{fill:currentColor}.work-people .brush-underline{left:8%;bottom:-.18em;width:86%;height:.225em;min-height:9px;opacity:.9}.section-label-signature{display:inline-flex;align-items:center;flex-wrap:nowrap;white-space:nowrap;gap:8px;width:-moz-fit-content;width:fit-content}.brand-sparkle{display:block;width:15px;height:15px;flex:0 0 auto;overflow:visible;fill:var(--brand-orange);pointer-events:none;transform:rotate(-7deg)}.contact .brand-sparkle{paint-order:stroke fill;stroke:rgba(255,250,241,.72);stroke-width:1.4px}@media (max-width:560px){.hero-person .brush-underline{bottom:-.1em;height:.27em;min-height:11px}.work-people .brush-underline{bottom:-.14em}.brand-sparkle{width:13px;height:13px}}@media (prefers-reduced-motion:reduce){.brand-sparkle,.brush-underline{animation:none!important;transition:none!important}}.work-tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:80px 32px;gap:80px 32px}.work-tile{display:block;min-width:0;color:var(--ink)}.work-tile-image{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:16px}.work-tile-image img{object-fit:cover;border-radius:inherit;transition:transform .4s ease}.work-tile-image--contain img{object-fit:cover}.work-tile:first-child .work-tile-image img{object-position:left center}.work-tile:nth-child(2) .work-tile-image img{object-position:center center}.work-tile:nth-child(3) .work-tile-image img{object-position:center top}.work-tile:nth-child(4) .work-tile-image img{object-position:center center}a.work-tile:hover .work-tile-image img{transform:scale(1.02)}.work-image-needed{position:absolute;inset:0;display:grid;place-items:center;color:rgba(23,19,29,.44);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.work-tile-copy{padding-top:24px}.work-tile-copy h3{margin:0 0 14px;font-size:clamp(28px,3vw,42px);line-height:1.04;letter-spacing:-.045em}.work-tile-copy p{margin:0;font-size:14px;font-weight:700;line-height:1.55}.work-tile-copy .work-tile-place{margin-top:3px;color:rgba(23,19,29,.65);font-weight:500}@media (max-width:680px){.work-tile-grid{grid-template-columns:1fr;gap:64px}}@media (max-width:560px){.work-tile-grid{grid-template-columns:1fr;gap:56px}.work-tile-copy{padding-top:20px}}:root{--type-label:clamp(14px,1.05vw,16px);--type-body:clamp(18px,1.4vw,20px);--type-meta:clamp(15px,1.1vw,16px);--type-section:clamp(44px,4vw,56px);--shell-width:min(1180px,calc(100% - 40px));--space-section:clamp(76px,6vw,92px);--space-label-title:16px;--space-intro-content:40px;--radius-image:16px;--radius-card:24px;--border-editorial:1px solid var(--line);--anchor-offset:112px}html{scroll-padding-top:var(--anchor-offset)}.brand{font-size:15px}.mobile-menu-links a,.nav-links{font-size:16px}.hero,.nav-wrap,.section-shell{width:var(--shell-width)}.eyebrow,.project-category,.project-story-label,.section-label{font-size:var(--type-label);line-height:1.35}.hero h1{font-size:clamp(64px,5vw,80px);line-height:.98}.hero-description{font-size:var(--type-body)}.contact h2,.featured-teams-heading h2,.project-content-heading h2,.project-next h2,.selected-work-heading h2,.work h2{font-size:var(--type-section);line-height:1.02}.contact p,.project-content-heading>p,.project-story-copy p,.tiktok-feature-copy>p,.work-card p{font-size:var(--type-body)}.tiktok-feature-copy h3,.work-card h3,.work-tile-copy h3{font-size:clamp(28px,2.5vw,34px);line-height:1.08}.featured-teams-note,.project-intro-meta p,.project-location,.project-services span,.project-story-label,.work-card-top,.work-tile-copy p{font-size:var(--type-meta)}.button,.project-back,.project-back-button,.project-external-button,.text-link,.work-card a{font-size:16px}.footer{font-size:14px}.featured-teams-heading h2,.selected-work-heading h2{max-width:none}.project-intro h1{max-width:1040px;font-size:clamp(64px,6.5vw,80px);line-height:.96}.project-intro-line{font-size:clamp(20px,2vw,28px)}.project-services p,.project-story-copy>p:first-child{font-size:clamp(20px,1.8vw,24px)}.nav-links a:hover{background:rgba(255,250,241,.72);border-color:var(--line);transform:translateY(-1px);box-shadow:none}.mobile-menu-links{border:var(--border-editorial);box-shadow:0 12px 32px rgba(23,19,29,.1)}.work{padding:var(--space-section) 0}.work-heading{gap:var(--space-label-title);margin-bottom:var(--space-intro-content)}.work-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:28px}.work-card{min-width:0;min-height:380px;padding:24px 28px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;color:var(--ink);background:var(--white);border:2px solid var(--ink);border-radius:var(--radius-card);box-shadow:7px 7px 0 var(--ink)}.work-card:nth-child(2){color:white;background:var(--purple)}.work-card:nth-child(3){background:var(--yellow)}.work-card-top{justify-content:space-between;gap:20px;font-size:14px}.work-card h3{margin-bottom:22px;font-size:clamp(25px,2.25vw,31px)}.work-card p{max-width:none;font-size:clamp(16px,1.2vw,18px);line-height:1.5}.work-card a{align-self:flex-start;margin-top:auto;font-size:15px;white-space:nowrap;text-underline-offset:4px}.work-card a:hover{text-decoration:underline}.featured-teams,.selected-work,.work{padding:var(--space-section) 0}.featured-teams-heading,.selected-work-heading{margin-bottom:var(--space-intro-content)}.featured-teams-note{margin-top:24px}.featured-team-marquee{width:100%;margin-left:0;border-top:var(--border-editorial);border-bottom:var(--border-editorial);box-shadow:none}.featured-conversation-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:24px;gap:24px}.featured-conversation-tile{display:block;min-width:0}.featured-conversation-visual{height:clamp(120px,10vw,148px);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:clamp(18px,2.4vw,30px);background:rgba(255,250,241,.68);border:var(--border-editorial);border-radius:var(--radius-image)}.featured-conversation-visual img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .24s ease}.featured-conversation-tile h3{margin:12px 0 0;font-size:clamp(17px,1.5vw,20px);line-height:1.15;letter-spacing:-.035em}.featured-conversation-tile--clickable{cursor:pointer}.featured-conversation-tile--clickable:hover .featured-conversation-visual{background:rgba(255,250,241,.92);border-color:rgba(23,19,29,.34)}.featured-conversation-tile--clickable:hover .featured-conversation-visual img{transform:scale(1.035)}.featured-conversation-tile--clickable:focus-visible{outline:2px solid var(--ink);outline-offset:5px;border-radius:var(--radius-image)}.featured-conversation-footer{margin-top:32px;display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.featured-conversation-footer .featured-teams-note{margin:0;text-align:left}.featured-conversation-cta{flex-shrink:0;font-size:16px;font-weight:800}.featured-conversation-cta:hover{text-decoration:underline;text-underline-offset:4px}.contact{padding:clamp(48px,5vw,64px);color:var(--white);background:var(--brand-orange);border:2px solid var(--ink);border-radius:var(--radius-card);box-shadow:8px 8px 0 var(--ink)}.contact .light{color:var(--yellow)}.contact-services{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px 0;color:rgba(255,250,241,.82);font-size:14px;font-weight:700;line-height:1.4}.contact-services span+span:before{content:"·";margin:0 10px;color:var(--yellow)}.button-light{background:var(--yellow);border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink)}.button-light:hover{background:var(--white);color:var(--ink);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--ink)}@media (min-width:1101px){.selected-work-heading{grid-template-columns:150px minmax(0,1fr);gap:32px}.selected-work-heading h2{font-size:50px;white-space:nowrap}.featured-teams-note{width:100%;max-width:none;white-space:nowrap}.contact>div{flex:1 1;min-width:0}.contact>div>p:not(.section-label){max-width:none;font-size:18px;white-space:nowrap}.contact h2{white-space:nowrap}}@media (min-width:901px){.hero{min-height:0;padding:64px 0 72px}}@media (max-width:900px){.hero{gap:48px;padding:72px 0 80px}.hero h1{font-size:clamp(52px,8vw,68px)}.project-intro h1{font-size:clamp(52px,9vw,68px)}.work-grid{grid-template-columns:1fr;gap:28px}.work-card{min-height:0;padding:28px;gap:30px}.work-card a{align-self:flex-start}.featured-conversation-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.contact h2{white-space:normal}}@media (min-width:901px) and (max-width:1100px){.work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-conversation-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:560px){:root{--type-label:14px;--type-body:17px;--type-section:clamp(36px,10.5vw,44px);--shell-width:min(1180px,calc(100% - 24px));--space-section:64px;--space-label-title:16px;--space-intro-content:36px;--anchor-offset:84px}html{scroll-padding-top:var(--anchor-offset)}.brand,.mobile-menu-links a,.nav-links{font-size:15px}.brand>span:last-child{max-width:none;font-size:13px}.nav-wrap{padding:8px 10px}.mobile-menu-links{top:52px;right:-2px;width:min(220px,calc(100vw - 36px))}.hero{gap:40px;padding:64px 0 72px}.eyebrow{margin-bottom:20px}.hero h1,.project-intro h1{font-size:clamp(44px,13vw,56px);line-height:1;white-space:normal}.headline-line{white-space:normal}.hero-description{margin-top:28px}.work-heading{gap:16px;margin-bottom:36px}.tiktok-feature-copy h3,.work-card h3,.work-tile-copy h3{font-size:clamp(26px,8vw,32px)}.work-card h3{margin-bottom:20px;font-size:clamp(23px,7vw,28px)}.work-card{min-height:0;padding:24px 26px;display:flex;flex-direction:column;gap:28px;border:2px solid var(--ink);border-radius:22px;box-shadow:6px 6px 0 var(--ink)}.work-card,.work-card h3,.work-card p,.work-card>div{width:100%;min-width:0}.work-card p{font-size:16px}.work-card-top{justify-content:space-between;gap:20px;font-size:13px}.work-card a{align-self:flex-start;font-size:15px}.selected-work-heading{gap:16px;margin-bottom:36px}.work-tile-grid{gap:52px}.featured-teams-heading{margin-bottom:32px}.featured-teams-heading .section-label{margin-bottom:16px}.featured-team-group{gap:36px;padding-right:36px}.featured-marquee-item{width:138px;height:92px}.featured-teams-note{margin-top:20px;line-height:1.5}.featured-conversation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}.featured-conversation-visual{height:clamp(104px,29vw,122px);padding:clamp(16px,5vw,22px)}.featured-conversation-tile h3{margin-top:10px;font-size:16px}.featured-conversation-footer{margin-top:28px;display:block}.featured-conversation-footer .featured-teams-note{margin:0 0 20px}.featured-conversation-cta{display:inline-flex;align-items:center;gap:6px}.contact{gap:28px;padding:36px 24px;border-radius:20px;box-shadow:6px 6px 0 var(--ink)}.contact .light{margin-bottom:18px}.contact p{margin:22px 0 0}.contact-services{margin-top:20px;font-size:13px}.button-light{max-width:100%;min-height:50px}.footer{font-size:14px}}.social-proof{padding:0}.social-proof-marquee{width:100%;margin-left:0;padding-block:10px;overflow:hidden;border-top:0;border-bottom:0;box-shadow:none}.hero-composition+.work{border-top:0}.social-proof .featured-team-track{animation-duration:52s}.social-proof-marquee:hover .featured-team-track{animation-play-state:running}.social-proof .featured-team-group{gap:clamp(48px,5vw,72px);padding-right:clamp(48px,5vw,72px)}.social-proof .featured-marquee-item{width:clamp(112px,10vw,148px);height:80px}.social-proof .featured-marquee-logo{width:auto;max-width:144px;max-height:46px;object-fit:contain;transition:none}.social-proof .featured-marquee-item:hover .featured-marquee-logo{transform:none}@media (min-width:901px){.hero-composition .hero{padding-top:24px;padding-bottom:16px}}@media (max-width:900px){.hero{padding-bottom:24px}.social-proof .featured-team-track{animation-duration:48s}.hero-video-wrap{width:min(78%,340px);margin-inline:auto;justify-self:center}}@media (max-width:560px){.hero-video-wrap{width:min(78%,300px);margin-inline:auto;justify-self:center}.social-proof{padding-bottom:0}.social-proof .featured-team-group{gap:36px;padding-right:36px}.social-proof .featured-marquee-item{width:110px;height:74px}.social-proof .featured-marquee-logo{max-width:110px;max-height:42px}}@media (prefers-reduced-motion:reduce){.social-proof .featured-team-track{width:100%;animation:none!important;transform:none}.social-proof .featured-team-group:first-child{width:100%;flex-wrap:wrap;justify-content:center;padding:8px 20px}.social-proof .featured-team-group[aria-hidden=true]{display:none}}