.Work-module__TFZtkG__workPage{background-color:var(--bg-primary,#fff);color:var(--text-primary,#151515);min-height:calc(100vh - var(--nav-height,80px));padding-top:calc(var(--nav-height,80px) + 40px);font-family:var(--font-primary,"SF Pro Display", sans-serif);padding-bottom:150px}[data-theme=dark] .Work-module__TFZtkG__workPage{color:#fff;background-color:#000}.Work-module__TFZtkG__container{flex-direction:column;align-items:center;width:100%;max-width:1240px;margin:0 auto;padding:0 24px;display:flex}.Work-module__TFZtkG__header{text-align:center;flex-direction:column;align-items:center;gap:18px;max-width:920px;margin-bottom:36px;display:flex}.Work-module__TFZtkG__title{font-family:var(--font-primary,"SF Pro Display", sans-serif);color:var(--text-primary,#151515);margin:0;font-size:clamp(2.25rem,4.5vw,4.375rem);font-weight:600;line-height:1.05}[data-theme=dark] .Work-module__TFZtkG__title{color:#fff}.Work-module__TFZtkG__subtitle{font-family:var(--font-primary,"SF Pro Display", sans-serif);color:var(--text-primary,#151515);margin:0;font-size:clamp(1.1rem,1.6vw,1.5rem);font-weight:500;line-height:1.4}[data-theme=dark] .Work-module__TFZtkG__subtitle{color:#ffffffe6}.Work-module__TFZtkG__filterTabsContainer{width:100%;max-width:100%;margin-bottom:48px;position:relative}.Work-module__TFZtkG__filterTabsScroll{scrollbar-width:none;white-space:nowrap;align-items:center;gap:clamp(14px,1.4vw,24px);padding:0 100px 10px 0;display:flex;overflow-x:auto}.Work-module__TFZtkG__filterTabsScroll::-webkit-scrollbar{display:none}.Work-module__TFZtkG__leftGradientFade{background:linear-gradient(to left, #0000, var(--bg-primary,#fff));pointer-events:none;opacity:0;z-index:2;width:60px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}[data-theme=dark] .Work-module__TFZtkG__leftGradientFade{background:linear-gradient(270deg,#0000,#000)}.Work-module__TFZtkG__rightGradientFade{background:linear-gradient(to right, #0000, var(--bg-primary,#fff));pointer-events:none;opacity:0;z-index:2;width:80px;height:100%;transition:opacity .3s;position:absolute;top:0;right:0}[data-theme=dark] .Work-module__TFZtkG__rightGradientFade{background:linear-gradient(90deg,#0000,#000)}.Work-module__TFZtkG__visibleFade{opacity:1}.Work-module__TFZtkG__tabBtn{font-family:var(--font-primary,"SF Pro Display", sans-serif);color:var(--text-primary,#151515);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:8px 6px;font-size:clamp(16px,1.4vw,22px);font-weight:400;transition:all .2s;display:inline-flex}.Work-module__TFZtkG__tabBtn:hover{opacity:.8}.Work-module__TFZtkG__activeTabBtn{border-bottom:2px solid #151515;font-weight:500}[data-theme=dark] .Work-module__TFZtkG__tabBtn{color:#fffc}[data-theme=dark] .Work-module__TFZtkG__activeTabBtn{color:#fff;border-bottom:2px solid #fff}.Work-module__TFZtkG__starIcon{color:currentColor;width:18px;height:18px}.Work-module__TFZtkG__staggeredGrid{gap:70px;width:100%;max-width:1100px;display:flex}@media (max-width:1200px){.Work-module__TFZtkG__staggeredGrid{gap:40px}.Work-module__TFZtkG__rightOffsetColumn{padding-top:50px}.Work-module__TFZtkG__imageCard{height:420px}}@media (max-width:900px){.Work-module__TFZtkG__staggeredGrid{flex-direction:column;gap:50px}.Work-module__TFZtkG__rightOffsetColumn{padding-top:0}}.Work-module__TFZtkG__gridColumn{flex-direction:column;flex:1;gap:60px;display:flex}.Work-module__TFZtkG__rightOffsetColumn{padding-top:80px}.Work-module__TFZtkG__projectCard{flex-direction:column;gap:16px;width:100%;display:flex}.Work-module__TFZtkG__imageCard{background-color:#181818;border-radius:28px;width:100%;height:480px;position:relative;overflow:hidden}@media (max-width:600px){.Work-module__TFZtkG__imageCard{border-radius:24px;height:320px}}.Work-module__TFZtkG__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Work-module__TFZtkG__projectCard:hover .Work-module__TFZtkG__projectImage{transform:scale(1.04)}.Work-module__TFZtkG__lightOnly{display:block}.Work-module__TFZtkG__darkOnly{display:none!important}[data-theme=dark] .Work-module__TFZtkG__lightOnly{display:none!important}[data-theme=dark] .Work-module__TFZtkG__darkOnly{display:block!important}.Work-module__TFZtkG__clientAvatar{background-color:#fff;border:2px solid #fffc;border-radius:77px;width:58px;height:58px;position:absolute;top:20px;left:20px;overflow:hidden;box-shadow:0 4px 12px #00000026}.Work-module__TFZtkG__clientAvatar img{object-fit:cover;width:100%;height:100%}.Work-module__TFZtkG__cardCaption{width:100%}.Work-module__TFZtkG__captionText{font-family:var(--font-primary,"SF Pro Display", sans-serif);color:var(--text-primary,#151515);margin:0;font-size:20px;line-height:1.4}[data-theme=dark] .Work-module__TFZtkG__captionText{color:#fff}.Work-module__TFZtkG__captionText strong{font-weight:700}.Work-module__TFZtkG__captionText span{font-weight:400}.Work-module__TFZtkG__loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;display:flex}.Work-module__TFZtkG__spinner{border:3px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite Work-module__TFZtkG__spin}@keyframes Work-module__TFZtkG__spin{to{transform:rotate(360deg)}}
