.Work-module__TFZtkG__workPage{padding-top:15vw}.Work-module__TFZtkG__title{max-width:900px;margin-bottom:10vw;font-size:4rem;font-weight:300;line-height:1.1}.Work-module__TFZtkG__grid{grid-template-columns:repeat(2,1fr);gap:20px;padding-bottom:10vw;display:grid}.Work-module__TFZtkG__projectCard{cursor:pointer;height:60vh;position:relative;overflow:hidden}.Work-module__TFZtkG__large{grid-column:span 2;height:100vh}.Work-module__TFZtkG__overlay{width:100%;height:100%;color:var(--work-overlay-text);background:var(--work-gradient-overlay);opacity:0;flex-direction:column;justify-content:flex-end;padding:40px;transition:opacity .5s;display:flex;position:absolute;top:0;left:0}.Work-module__TFZtkG__projectCard:hover .Work-module__TFZtkG__overlay{opacity:1}.Work-module__TFZtkG__projectTitle{margin-bottom:10px;font-size:3rem;font-weight:300}.Work-module__TFZtkG__projectCategory{text-transform:uppercase;letter-spacing:.1em;opacity:.6;font-size:1rem}@media (max-width:1024px){.Work-module__TFZtkG__title{font-size:2.5rem}}@media (max-width:768px){.Work-module__TFZtkG__grid{grid-template-columns:1fr}.Work-module__TFZtkG__large{grid-column:span 1;height:80vh}.Work-module__TFZtkG__projectCard{height:60vh}.Work-module__TFZtkG__projectTitle{font-size:2rem}}
.LogoRenderer-module__izyXsG__brandImg{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}
.Work-module__K_G1Ja__work{background:var(--background);color:var(--foreground);padding:10vw 0}.Work-module__K_G1Ja__sectionTitle{letter-spacing:-.04em;margin-bottom:5vw;font-size:clamp(2rem,5vw,4rem);font-weight:500}.Work-module__K_G1Ja__grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.Work-module__K_G1Ja__card{aspect-ratio:1/1.1;cursor:pointer;background:var(--surface-card);flex-direction:column;display:flex;position:relative;overflow:hidden}.Work-module__K_G1Ja__info{width:100%;color:var(--work-overlay-text);background:var(--work-gradient-overlay);z-index:10;padding:2rem;position:absolute;bottom:0;left:0}.Work-module__K_G1Ja__clientName{margin-bottom:.5rem;font-size:1.5rem;font-weight:500;display:block}.Work-module__K_G1Ja__category{text-transform:uppercase;letter-spacing:.1em;opacity:.6;font-size:.8rem}@media (max-width:768px){.Work-module__K_G1Ja__grid{grid-template-columns:1fr;gap:5vw}}
.ClientMarquee-module__uFGuIq__marquee{background:var(--marquee-bg);width:100%;padding:8vw 0;overflow:hidden}.ClientMarquee-module__uFGuIq__title{color:var(--marquee-title);margin-bottom:3rem;padding:0 5vw;font-size:1.5rem}.ClientMarquee-module__uFGuIq__track{width:max-content;animation:30s linear infinite ClientMarquee-module__uFGuIq__scroll;display:flex}.ClientMarquee-module__uFGuIq__clientLogo{opacity:.3;width:clamp(100px,15vw,180px);height:60px;color:var(--marquee-logo);justify-content:center;align-items:center;margin-right:clamp(40px,8vw,100px);transition:opacity .3s;display:flex}.ClientMarquee-module__uFGuIq__clientLogo:hover{opacity:1}.ClientMarquee-module__uFGuIq__clientLogo svg,.ClientMarquee-module__uFGuIq__clientLogo img{max-width:100%;max-height:100%}@keyframes ClientMarquee-module__uFGuIq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.Footer-module__S6Hkya__footer{background:var(--footer-bg);color:var(--footer-fg);border-top:1px solid var(--border);padding:10vw 5vw 5vw}.Footer-module__S6Hkya__top{grid-template-columns:2fr 1fr 1fr 1fr;gap:5vw;margin-bottom:8vw;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:2rem;display:flex}.Footer-module__S6Hkya__column h3{text-transform:uppercase;letter-spacing:.1em;color:var(--footer-heading);margin-bottom:2rem;font-size:.9rem}.Footer-module__S6Hkya__column ul{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__column ul li{opacity:.7;cursor:pointer;font-size:1.1rem;transition:opacity .3s}.Footer-module__S6Hkya__column ul li:hover{opacity:1;color:var(--accent)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);color:var(--footer-bottom);justify-content:space-between;align-items:center;padding-top:3rem;font-size:.8rem;display:flex}@media (max-width:968px){.Footer-module__S6Hkya__top{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__S6Hkya__top{grid-template-columns:1fr}}
.CookieModal-module__hmsGsW__modal{background:var(--modal-bg);width:380px;color:var(--modal-fg);z-index:5000;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;border-radius:2px;flex-direction:column;gap:20px;padding:35px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:30px;left:30px;transform:translateY(20px)}.CookieModal-module__hmsGsW__modalActive{opacity:1;pointer-events:all;transform:translateY(0)}.CookieModal-module__hmsGsW__title{letter-spacing:-.02em;font-size:1.5rem;font-weight:500}.CookieModal-module__hmsGsW__text{color:var(--modal-muted);font-size:.9rem;line-height:1.6}.CookieModal-module__hmsGsW__actions{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.CookieModal-module__hmsGsW__decline{text-transform:uppercase;letter-spacing:.1em;opacity:.5;cursor:pointer;font-size:.8rem;transition:opacity .3s}.CookieModal-module__hmsGsW__decline:hover{opacity:1}.CookieModal-module__hmsGsW__accept{cursor:pointer;border-bottom:2px solid var(--accent);align-items:center;gap:10px;padding-bottom:5px;font-size:1rem;font-weight:500;transition:opacity .3s;display:flex}.CookieModal-module__hmsGsW__accept:hover{opacity:.7}.CookieModal-module__hmsGsW__arrow{color:var(--accent);font-size:1.5rem}@media (max-width:480px){.CookieModal-module__hmsGsW__modal{width:auto;bottom:20px;left:20px;right:20px}}
