.Navbar-module__cJzEcG__navbar{z-index:var(--z-fixed);background-color:var(--color-white);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__container{max-width:var(--container-max);padding:var(--space-3)var(--space-6);align-items:center;gap:var(--space-4);margin:0 auto;display:flex}.Navbar-module__cJzEcG__leftSection{align-items:center;gap:var(--space-3);display:flex}.Navbar-module__cJzEcG__logo{align-items:center;display:flex}.Navbar-module__cJzEcG__logoImage{object-fit:contain;width:auto;height:28px}.Navbar-module__cJzEcG__verticalLine{width:1px;height:56px;margin:calc(-1*var(--space-3))0;background-color:var(--color-gray)}.Navbar-module__cJzEcG__badge{padding:var(--space-2)var(--space-4);font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);border:1px solid var(--color-black);white-space:nowrap}.Navbar-module__cJzEcG__nav{align-items:center;gap:var(--space-1);flex:1;justify-content:center;display:flex}.Navbar-module__cJzEcG__navLink{padding:var(--space-2)var(--space-4);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-black);white-space:nowrap;position:relative}.Navbar-module__cJzEcG__navLink:hover{opacity:.7}.Navbar-module__cJzEcG__arrow{opacity:.5;margin-left:3px;font-size:10px}.Navbar-module__cJzEcG__rightSection{align-items:center;gap:var(--space-4);margin-left:auto;display:flex}.Navbar-module__cJzEcG__myPage{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-black);padding:var(--space-2)var(--space-3);white-space:nowrap}.Navbar-module__cJzEcG__menuButton{background:var(--color-black);cursor:pointer;width:48px;height:48px;transition:transform var(--transition-base);border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.Navbar-module__cJzEcG__menuButton:hover{transform:scale(1.05)}.Navbar-module__cJzEcG__menuLine{background-color:var(--color-white);width:20px;height:2px}.Navbar-module__cJzEcG__menuClose{color:var(--color-white);font-size:28px;font-weight:300;line-height:1}.Navbar-module__cJzEcG__bottomLine{background-color:var(--color-black);height:1px}.Navbar-module__cJzEcG__megaMenu{z-index:calc(var(--z-fixed) - 1);background-color:var(--color-white);padding:var(--space-16);position:fixed;inset:64px 0 0;overflow-y:auto}.Navbar-module__cJzEcG__megaCrosshair{width:24px;height:24px;position:absolute;top:100px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__megaCrosshair:before,.Navbar-module__cJzEcG__megaCrosshair:after{content:"";background-color:var(--color-gray);position:absolute}.Navbar-module__cJzEcG__megaCrosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.Navbar-module__cJzEcG__megaCrosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__socialIcons{top:120px;left:var(--space-10);gap:var(--space-4);display:flex;position:absolute}.Navbar-module__cJzEcG__socialIcon{border:1px solid var(--color-black);width:48px;height:48px;font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--color-black);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__socialIcon:hover{background-color:var(--color-black);color:var(--color-white)}.Navbar-module__cJzEcG__newsLabel{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-black);border:1px solid var(--color-black);padding:var(--space-3)var(--space-5);position:absolute;top:120px;left:180px}.Navbar-module__cJzEcG__menuGrid{gap:var(--space-20);margin-top:160px;margin-left:120px;display:flex}.Navbar-module__cJzEcG__menuCategory{min-width:220px}.Navbar-module__cJzEcG__categoryLabel{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-2)var(--space-5);margin-bottom:var(--space-6);display:inline-block}.Navbar-module__cJzEcG__menuList{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Navbar-module__cJzEcG__menuItem{align-items:center;gap:var(--space-3);font-size:var(--text-base);font-weight:var(--font-medium);color:var(--color-black);padding:var(--space-3)var(--space-4);border:1px solid var(--color-black);transition:all var(--transition-base);display:inline-flex}.Navbar-module__cJzEcG__menuItem:hover{background-color:var(--color-light-gray);opacity:1}.Navbar-module__cJzEcG__menuItemNumber{font-size:var(--text-sm);color:var(--color-gray)}@media (max-width:1200px){.Navbar-module__cJzEcG__nav{gap:0}.Navbar-module__cJzEcG__navLink{padding:var(--space-2)var(--space-3);font-size:var(--text-xs)}}@media (max-width:1024px){.Navbar-module__cJzEcG__nav,.Navbar-module__cJzEcG__verticalLine,.Navbar-module__cJzEcG__myPage{display:none}.Navbar-module__cJzEcG__menuGrid{gap:var(--space-10);flex-direction:column;margin-left:0}}@media (max-width:768px){.Navbar-module__cJzEcG__container{padding:var(--space-3)var(--space-4)}.Navbar-module__cJzEcG__badge{display:none}.Navbar-module__cJzEcG__menuButton{width:44px;height:44px}.Navbar-module__cJzEcG__megaMenu{padding:var(--space-10)}.Navbar-module__cJzEcG__socialIcons,.Navbar-module__cJzEcG__newsLabel{display:none}.Navbar-module__cJzEcG__menuGrid{margin-top:100px}}
.Footer-module__S6Hkya__footer{padding:var(--space-16)0 var(--space-6);background-color:var(--color-white);border-top:1px solid var(--color-black)}.Footer-module__S6Hkya__content{justify-content:space-between;gap:var(--space-12);padding-bottom:var(--space-12);border-bottom:1px solid var(--color-black);display:flex}.Footer-module__S6Hkya__brand{max-width:280px}.Footer-module__S6Hkya__logo{color:var(--color-black);margin-bottom:var(--space-4);display:inline-block}.Footer-module__S6Hkya__logo:hover{opacity:.7}.Footer-module__S6Hkya__tagline{font-size:var(--text-sm);color:var(--color-gray);margin-bottom:0;line-height:1.6}.Footer-module__S6Hkya__linksSection{gap:var(--space-16);display:flex}.Footer-module__S6Hkya__linksGroup{min-width:140px}.Footer-module__S6Hkya__linksTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-4)}.Footer-module__S6Hkya__linksList{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.Footer-module__S6Hkya__link{font-size:var(--text-sm);color:var(--color-gray);transition:color var(--transition-base)}.Footer-module__S6Hkya__link:hover{color:var(--color-black);opacity:1}.Footer-module__S6Hkya__bottom{padding-top:var(--space-6);justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright{font-size:var(--text-sm);color:var(--color-gray);margin-bottom:0}.Footer-module__S6Hkya__scrollTop{background-color:var(--color-white);border:1px solid var(--color-black);width:44px;height:44px;color:var(--color-black);cursor:pointer;transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__scrollTop:hover{background-color:var(--color-black);color:var(--color-white)}@media (max-width:768px){.Footer-module__S6Hkya__content{gap:var(--space-8);text-align:center;flex-direction:column}.Footer-module__S6Hkya__brand{flex-direction:column;align-items:center;max-width:none;display:flex}.Footer-module__S6Hkya__linksSection{justify-content:center;gap:var(--space-10)}.Footer-module__S6Hkya__bottom{gap:var(--space-4);flex-direction:column-reverse}}
.HeroSection-module__HAA8HW__hero{background-color:var(--color-white);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__HAA8HW__crosshair{width:20px;height:20px;position:absolute}.HeroSection-module__HAA8HW__crosshair:before,.HeroSection-module__HAA8HW__crosshair:after{content:"";background-color:var(--color-gray);position:absolute}.HeroSection-module__HAA8HW__crosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.HeroSection-module__HAA8HW__crosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.HeroSection-module__HAA8HW__crosshairTL{top:15%;left:10%}.HeroSection-module__HAA8HW__crosshairTR{top:20%;right:15%}.HeroSection-module__HAA8HW__crosshairBL{bottom:25%;left:15%}.HeroSection-module__HAA8HW__crosshairBR{bottom:15%;right:10%}.HeroSection-module__HAA8HW__dashedLineH1{background-image:linear-gradient(to right,transparent 50%,var(--color-gray)50%);opacity:.3;background-size:20px 1px;height:1px;position:absolute;top:30%;left:0;right:0}.HeroSection-module__HAA8HW__dashedLineH2{background-image:linear-gradient(to right,transparent 50%,var(--color-gray)50%);opacity:.3;background-size:20px 1px;height:1px;position:absolute;bottom:35%;left:0;right:0}.HeroSection-module__HAA8HW__dashedLineV1{background-image:linear-gradient(to bottom,transparent 50%,var(--color-gray)50%);opacity:.3;background-size:1px 20px;width:1px;position:absolute;top:0;bottom:0;left:20%}.HeroSection-module__HAA8HW__dashedLineV2{background-image:linear-gradient(to bottom,transparent 50%,var(--color-gray)50%);opacity:.3;background-size:1px 20px;width:1px;position:absolute;top:0;bottom:0;right:20%}.HeroSection-module__HAA8HW__logoContainer{justify-content:center;align-items:center;display:flex;position:relative}.HeroSection-module__HAA8HW__logo{width:500px;height:auto;color:var(--color-black)}.HeroSection-module__HAA8HW__logoFill{width:500px;height:auto;color:var(--color-black);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__HAA8HW__scrollIndicator{bottom:var(--space-10);align-items:center;gap:var(--space-3);flex-direction:column;display:flex;position:absolute;left:50%;transform:translate(-50%)}.HeroSection-module__HAA8HW__scrollIndicator span{font-size:var(--text-xs);font-weight:var(--font-bold);letter-spacing:.2em;color:var(--color-gray)}.HeroSection-module__HAA8HW__scrollLine{background-color:var(--color-black);transform-origin:top;width:1px;height:40px}@media (max-width:768px){.HeroSection-module__HAA8HW__logo,.HeroSection-module__HAA8HW__logoFill{width:280px}.HeroSection-module__HAA8HW__crosshair,.HeroSection-module__HAA8HW__dashedLineV1,.HeroSection-module__HAA8HW__dashedLineV2{display:none}}
.ServicesSection-module__2HsQHW__section{padding:var(--space-24)0;background-color:#fff;position:relative;overflow:hidden}.ServicesSection-module__2HsQHW__crosshair{z-index:5;width:24px;height:24px;position:absolute}.ServicesSection-module__2HsQHW__crosshair:before,.ServicesSection-module__2HsQHW__crosshair:after{content:"";background-color:var(--color-gray);position:absolute}.ServicesSection-module__2HsQHW__crosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.ServicesSection-module__2HsQHW__crosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.ServicesSection-module__2HsQHW__crosshairTL{top:15%;left:5%}.ServicesSection-module__2HsQHW__crosshairTR{top:20%;right:5%}.ServicesSection-module__2HsQHW__layoutContainer{gap:var(--space-10);padding:0 var(--space-10);max-width:1200px;margin:0 auto;display:flex}.ServicesSection-module__2HsQHW__leftColumn{flex-direction:column;flex:0 0 350px;display:flex}.ServicesSection-module__2HsQHW__rightColumn{padding-top:var(--space-16);flex:1}.ServicesSection-module__2HsQHW__header{margin-bottom:var(--space-12)}.ServicesSection-module__2HsQHW__headerLabel{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-1)var(--space-3);margin-bottom:var(--space-3);display:inline-block}.ServicesSection-module__2HsQHW__titleContainer{flex-direction:column;gap:0;display:flex}.ServicesSection-module__2HsQHW__titleBox{border:2px solid var(--color-black);padding:var(--space-3)var(--space-5);background-color:#fff;width:fit-content;margin-bottom:-2px;display:inline-block}.ServicesSection-module__2HsQHW__title{font-size:64px;font-weight:var(--font-semibold);color:var(--color-black);letter-spacing:-.02em;line-height:1}.ServicesSection-module__2HsQHW__decorBlock{background-color:var(--color-cyan);width:120px;height:120px;margin-top:var(--space-8)}.ServicesSection-module__2HsQHW__grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.ServicesSection-module__2HsQHW__cardLink{color:inherit;text-decoration:none;display:block}.ServicesSection-module__2HsQHW__card{padding:var(--space-5);padding-bottom:var(--space-4);cursor:pointer;transition:transform .3s;position:relative;overflow:hidden}.ServicesSection-module__2HsQHW__card:hover{transform:translateY(-4px)}.ServicesSection-module__2HsQHW__card:before{content:"";z-index:0;width:0;height:100%;transition:width .4s;position:absolute;top:0;left:0}.ServicesSection-module__2HsQHW__card:hover:before{width:100%}.ServicesSection-module__2HsQHW__cardcyan{background-color:#8be1fa}.ServicesSection-module__2HsQHW__cardcyan:before{background-color:#00a3d7}.ServicesSection-module__2HsQHW__cardgray{background-color:silver}.ServicesSection-module__2HsQHW__cardgray:before{background-color:#3a3a3a}.ServicesSection-module__2HsQHW__cardInner{border:1px solid var(--color-black);padding:var(--space-5);z-index:1;background-color:#fff;flex-direction:column;min-height:200px;display:flex;position:relative}.ServicesSection-module__2HsQHW__cardInnercyan{background-image:linear-gradient(90deg,#ccedf7 1px,#0000 1px),linear-gradient(#ccedf7 1px,#0000 1px);background-size:20px 20px}.ServicesSection-module__2HsQHW__cardInnergray{background-image:linear-gradient(90deg,#e0e0e0 1px,#0000 1px),linear-gradient(#e0e0e0 1px,#0000 1px);background-size:20px 20px}.ServicesSection-module__2HsQHW__cardHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:flex-start;display:flex}.ServicesSection-module__2HsQHW__cardIcon{border:1px solid var(--color-black);background-color:var(--color-white);justify-content:center;align-items:center;width:50px;height:50px;display:flex}.ServicesSection-module__2HsQHW__cardNumber{font-size:var(--text-3xl);font-weight:var(--font-black);color:#0000001a;line-height:1}.ServicesSection-module__2HsQHW__cardTitle{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--color-black);margin-bottom:var(--space-2)}.ServicesSection-module__2HsQHW__cardDescription{font-size:var(--text-sm);color:var(--color-gray);flex-grow:1;line-height:1.6}.ServicesSection-module__2HsQHW__cardFooter{padding:var(--space-3)0 0 0;z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.ServicesSection-module__2HsQHW__cardLabel{font-size:var(--text-sm);font-weight:var(--font-bold);transition:color .3s}.ServicesSection-module__2HsQHW__labelcyan{color:#00a3d7}.ServicesSection-module__2HsQHW__labelgray{color:var(--color-black)}.ServicesSection-module__2HsQHW__card:hover .ServicesSection-module__2HsQHW__cardLabel{color:#fff}.ServicesSection-module__2HsQHW__cardArrow{background:var(--color-white);border:1px solid var(--color-black);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.ServicesSection-module__2HsQHW__cardArrow:hover{background-color:var(--color-black);color:var(--color-white)}@media (max-width:1200px){.ServicesSection-module__2HsQHW__title{font-size:50px}.ServicesSection-module__2HsQHW__leftColumn{flex:0 0 280px}}@media (max-width:992px){.ServicesSection-module__2HsQHW__layoutContainer{padding:0 var(--space-6);flex-direction:column}.ServicesSection-module__2HsQHW__leftColumn{flex:none}.ServicesSection-module__2HsQHW__rightColumn{padding-top:var(--space-8)}}@media (max-width:768px){.ServicesSection-module__2HsQHW__section{padding:var(--space-16)0}.ServicesSection-module__2HsQHW__title{font-size:40px}.ServicesSection-module__2HsQHW__grid{grid-template-columns:1fr}.ServicesSection-module__2HsQHW__cardInner{min-height:180px}.ServicesSection-module__2HsQHW__decorBlock{display:none}}
.WorksSection-module__jzRVPG__section{padding:var(--space-24)0 var(--space-24)0;background-color:#ffe8a9;position:relative;overflow:hidden}.WorksSection-module__jzRVPG__crosshair{z-index:5;width:24px;height:24px;position:absolute}.WorksSection-module__jzRVPG__crosshair:before,.WorksSection-module__jzRVPG__crosshair:after{content:"";background-color:var(--color-gray);position:absolute}.WorksSection-module__jzRVPG__crosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.WorksSection-module__jzRVPG__crosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.WorksSection-module__jzRVPG__crosshairTL{top:30%;left:3%}.WorksSection-module__jzRVPG__crosshairTR{top:50%;right:3%}.WorksSection-module__jzRVPG__layoutContainer{gap:var(--space-10);padding:0 var(--space-10);z-index:10;max-width:1300px;margin:0 auto;display:flex;position:relative}.WorksSection-module__jzRVPG__leftColumn{flex-direction:column;flex:1;display:flex}.WorksSection-module__jzRVPG__rightColumn{gap:var(--space-12);padding-top:var(--space-20);flex-direction:column;flex:1;display:flex}.WorksSection-module__jzRVPG__header{margin-bottom:var(--space-20)}.WorksSection-module__jzRVPG__headerLabel{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-1)var(--space-3);margin-bottom:var(--space-3);display:inline-block}.WorksSection-module__jzRVPG__titleContainer{flex-direction:column;gap:0;display:flex}.WorksSection-module__jzRVPG__titleBox{border:2px solid var(--color-black);padding:var(--space-3)var(--space-5);background-color:#fff;width:fit-content;margin-bottom:-2px;display:inline-block}.WorksSection-module__jzRVPG__title{font-size:72px;font-weight:var(--font-semibold);color:var(--color-black);letter-spacing:-.02em;line-height:1}.WorksSection-module__jzRVPG__card{padding:var(--space-6);padding-bottom:var(--space-4);cursor:pointer;position:relative;overflow:hidden}.WorksSection-module__jzRVPG__card:before{content:"";z-index:0;width:0;height:100%;transition:width .4s;position:absolute;top:0;left:0}.WorksSection-module__jzRVPG__card:hover:before{width:100%}.WorksSection-module__jzRVPG__cardcyan{background-color:#8be1fa}.WorksSection-module__jzRVPG__cardcyan:before{background-color:#00a3d7}.WorksSection-module__jzRVPG__cardpink{background-color:#ffb6c1}.WorksSection-module__jzRVPG__cardpink:before{background-color:#e61a7c}.WorksSection-module__jzRVPG__cardgray{background-color:#b0b0b0}.WorksSection-module__jzRVPG__cardgray:before{background-color:#3a3a3a}.WorksSection-module__jzRVPG__cardInner{border:1px solid var(--color-black);padding:var(--space-6);z-index:1;background-color:#fff;flex-direction:column;display:flex;position:relative;overflow:hidden}.WorksSection-module__jzRVPG__cardInnerCyan{background-image:linear-gradient(90deg,#ccedf7 1px,#0000 1px),linear-gradient(#ccedf7 1px,#0000 1px);background-size:20px 20px}.WorksSection-module__jzRVPG__cardInnerPink{background-image:linear-gradient(90deg,#fad1e5 1px,#0000 1px),linear-gradient(#fad1e5 1px,#0000 1px);background-size:20px 20px}.WorksSection-module__jzRVPG__cardInnerGray{background-image:linear-gradient(90deg,#d1d1d1 1px,#0000 1px),linear-gradient(#d1d1d1 1px,#0000 1px);background-size:20px 20px}.WorksSection-module__jzRVPG__imageContainer{padding:var(--space-4);margin-bottom:var(--space-4);justify-content:center;align-items:center;display:flex;overflow:hidden}.WorksSection-module__jzRVPG__cardImage{object-fit:contain;width:100%;max-height:300px;transition:transform .4s}.WorksSection-module__jzRVPG__card:hover .WorksSection-module__jzRVPG__cardImage{transform:scale(1.08)}.WorksSection-module__jzRVPG__cardContent{padding:var(--space-3)0}.WorksSection-module__jzRVPG__cardSubtitle{font-size:var(--text-sm);color:var(--color-black);margin-bottom:var(--space-2)}.WorksSection-module__jzRVPG__cardTitle{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--color-black);line-height:1.3}.WorksSection-module__jzRVPG__cardFooter{padding:var(--space-4)0 0 0;z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.WorksSection-module__jzRVPG__cardLabelCyan{font-size:var(--text-base);font-weight:var(--font-bold);color:#00a3d7;transition:color .3s}.WorksSection-module__jzRVPG__card:hover .WorksSection-module__jzRVPG__cardLabelCyan{color:#fff}.WorksSection-module__jzRVPG__cardLabelPink{font-size:var(--text-base);font-weight:var(--font-bold);color:#e4007f;transition:color .3s}.WorksSection-module__jzRVPG__card:hover .WorksSection-module__jzRVPG__cardLabelPink{color:#fff}.WorksSection-module__jzRVPG__cardLabelGray{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-black);transition:color .3s}.WorksSection-module__jzRVPG__card:hover .WorksSection-module__jzRVPG__cardLabelGray{color:#fff}.WorksSection-module__jzRVPG__cardArrow{background:var(--color-white);border:1px solid var(--color-black);cursor:pointer;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.WorksSection-module__jzRVPG__cardArrow:hover{background-color:var(--color-black);color:var(--color-white)}@media (max-width:1200px){.WorksSection-module__jzRVPG__title{font-size:56px}.WorksSection-module__jzRVPG__layoutContainer{padding:0 var(--space-8);gap:var(--space-8)}.WorksSection-module__jzRVPG__header{margin-bottom:var(--space-16)}.WorksSection-module__jzRVPG__rightColumn{gap:var(--space-10)}}@media (max-width:768px){.WorksSection-module__jzRVPG__section{min-height:auto;padding:var(--space-12)0}.WorksSection-module__jzRVPG__layoutContainer{padding:0 var(--space-4);flex-direction:column}.WorksSection-module__jzRVPG__title{font-size:40px}.WorksSection-module__jzRVPG__header{margin-bottom:var(--space-10)}.WorksSection-module__jzRVPG__cardImage{max-height:200px}.WorksSection-module__jzRVPG__rightColumn{gap:var(--space-8)}.WorksSection-module__jzRVPG__sidePanel{border-left:none;border-top:2px solid var(--color-black);border-radius:16px 16px 0 0;height:90vh;top:auto;bottom:0;width:100%!important;max-width:100%!important}.WorksSection-module__jzRVPG__panelImageWrapper{height:200px}}.WorksSection-module__jzRVPG__panelOverlay{z-index:9998;-webkit-backdrop-filter:blur(6px);background:#0009;position:fixed;inset:0}.WorksSection-module__jzRVPG__sidePanel{border-left:2px solid var(--color-black);z-index:9999;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;width:600px;max-width:95vw;height:100dvh;display:flex;position:fixed;top:0;right:0;overflow:hidden auto}.WorksSection-module__jzRVPG__panelHeader{z-index:10;background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:16px 24px;display:flex;position:sticky;top:0}.WorksSection-module__jzRVPG__panelLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:#fff;background:var(--color-black);text-transform:uppercase;letter-spacing:.5px;padding:5px 14px}.WorksSection-module__jzRVPG__panelClose{border:2px solid var(--color-black);background:var(--color-black);color:#fff;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;transition:all .3s;display:flex}.WorksSection-module__jzRVPG__panelClose:hover{color:var(--color-black);background:0 0}.WorksSection-module__jzRVPG__panelImageWrapper{border-bottom:1px solid #e5e5e5;flex-shrink:0;width:100%;height:300px;overflow:hidden}.WorksSection-module__jzRVPG__panelImage{object-fit:cover;width:100%;height:100%}.WorksSection-module__jzRVPG__panelBody{flex:1;padding:24px}.WorksSection-module__jzRVPG__panelMeta{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.WorksSection-module__jzRVPG__panelCategory{font-size:var(--text-xs);font-weight:var(--font-bold);color:#fff;background:var(--color-black);padding:5px 12px}.WorksSection-module__jzRVPG__panelYear{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-black);border:1px solid var(--color-black);padding:5px 12px}.WorksSection-module__jzRVPG__panelTitle{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--color-black);margin-bottom:var(--space-2);line-height:1.3}.WorksSection-module__jzRVPG__panelSubtitle{font-size:var(--text-sm);color:#666;margin-bottom:var(--space-5);line-height:1.6}.WorksSection-module__jzRVPG__panelTags{margin-bottom:var(--space-5);flex-wrap:wrap;gap:8px;display:flex}.WorksSection-module__jzRVPG__panelTag{font-size:12px;font-weight:var(--font-bold);color:var(--color-black);border:1px solid var(--color-black);padding:5px 12px;transition:all .3s}.WorksSection-module__jzRVPG__panelTag:hover{background:var(--color-black);color:#fff}.WorksSection-module__jzRVPG__panelDivider{background:#e5e5e5;width:100%;height:1px;margin:20px 0}.WorksSection-module__jzRVPG__panelSectionTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--space-4)}.WorksSection-module__jzRVPG__panelDescription{font-size:var(--text-sm);color:#444;line-height:1.9}.WorksSection-module__jzRVPG__panelHighlights{margin:0;padding:0;list-style:none}.WorksSection-module__jzRVPG__panelHighlights li{align-items:flex-start;gap:var(--space-3);font-size:var(--text-sm);color:#444;border-bottom:1px solid #f0f0f0;padding:10px 0;line-height:1.6;display:flex}.WorksSection-module__jzRVPG__panelHighlights li:before{content:"→";font-weight:var(--font-bold);color:var(--color-black);flex-shrink:0}.WorksSection-module__jzRVPG__panelHighlights li:last-child{border-bottom:none}
.TeamSection-module__K-9Efq__section{background-color:#fff;padding:120px 0;position:relative;overflow:hidden}.TeamSection-module__K-9Efq__crosshair{z-index:5;width:24px;height:24px;position:absolute}.TeamSection-module__K-9Efq__crosshair:before,.TeamSection-module__K-9Efq__crosshair:after{content:"";background-color:var(--color-gray);position:absolute}.TeamSection-module__K-9Efq__crosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.TeamSection-module__K-9Efq__crosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.TeamSection-module__K-9Efq__crosshairLeft{top:50%;left:2%}.TeamSection-module__K-9Efq__crosshairRight{top:50%;right:2%}.TeamSection-module__K-9Efq__headerRow{padding:0 var(--space-12);max-width:1200px;margin:0 auto var(--space-20);justify-content:space-between;align-items:flex-start;gap:var(--space-8);display:flex}.TeamSection-module__K-9Efq__titleArea{flex:none}.TeamSection-module__K-9Efq__headerLabel{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-1)var(--space-3);margin-bottom:var(--space-2);display:inline-block}.TeamSection-module__K-9Efq__titleContainer{flex-direction:column;gap:0;display:flex}.TeamSection-module__K-9Efq__titleBox{border:2px solid var(--color-black);padding:var(--space-2)var(--space-4);background-color:#fff;width:fit-content;margin-bottom:-2px;display:inline-block}.TeamSection-module__K-9Efq__title{font-size:64px;font-weight:var(--font-semibold);color:var(--color-black);letter-spacing:-.02em;line-height:1}.TeamSection-module__K-9Efq__descriptionArea{padding-top:var(--space-12);flex:1}.TeamSection-module__K-9Efq__description{font-size:var(--text-base);color:var(--color-dark-gray);line-height:1.8}.TeamSection-module__K-9Efq__navArrows{gap:var(--space-2);padding-top:var(--space-16);align-self:flex-end;display:flex}.TeamSection-module__K-9Efq__arrowBtn{border:1px solid var(--color-black);background-color:var(--color-white);cursor:pointer;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.TeamSection-module__K-9Efq__arrowBtn:hover:not(.TeamSection-module__K-9Efq__disabled){background-color:var(--color-black);color:var(--color-white)}.TeamSection-module__K-9Efq__arrowBtn.TeamSection-module__K-9Efq__disabled{opacity:.3;cursor:not-allowed}.TeamSection-module__K-9Efq__dashedLineTop,.TeamSection-module__K-9Efq__dashedLineBottom{background-image:linear-gradient(to right,transparent 0%,transparent 5%,var(--color-gray)5%,var(--color-gray)95%,transparent 95%,transparent 100%);background-repeat:repeat-x;background-size:12px 1px;width:100%;height:1px}.TeamSection-module__K-9Efq__dashedLineTop{margin-bottom:var(--space-16)}.TeamSection-module__K-9Efq__dashedLineBottom{margin-top:var(--space-16)}.TeamSection-module__K-9Efq__teamScrollWrapper{width:100%;padding:0 var(--space-12);max-width:1200px;margin:0 auto;overflow:hidden}.TeamSection-module__K-9Efq__teamScrollContainer{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;gap:0;display:flex;overflow-x:auto}.TeamSection-module__K-9Efq__teamScrollContainer::-webkit-scrollbar{display:none}.TeamSection-module__K-9Efq__memberCard{min-width:280px;padding:0 var(--space-6);scroll-snap-align:start;flex-direction:column;flex:0 0 25%;align-items:center;display:flex;position:relative}.TeamSection-module__K-9Efq__verticalSeparator{background-image:linear-gradient(to bottom,var(--color-gray)50%,transparent 50%);background-repeat:repeat-y;background-size:1px 8px;width:1px;position:absolute;top:0;bottom:0;left:0}.TeamSection-module__K-9Efq__imageWrapper{width:260px;height:260px;margin-bottom:var(--space-8);border-radius:50%;transition:transform .3s;overflow:hidden}.TeamSection-module__K-9Efq__memberCard:hover .TeamSection-module__K-9Efq__imageWrapper{transform:scale(1.03)}.TeamSection-module__K-9Efq__memberImage{object-fit:cover;width:100%;height:100%}.TeamSection-module__K-9Efq__zoomedImage{object-position:center 20%;transform:scale(1.4)}.TeamSection-module__K-9Efq__danielImage{transform-origin:40% 60%!important;object-position:center center!important;transform:scale(1.6)!important}.TeamSection-module__K-9Efq__akbarImage{transform-origin:55% 55%!important;object-position:center center!important;transform:scale(1.5)!important}.TeamSection-module__K-9Efq__memberInfoWrapper{z-index:2;justify-content:center;margin-top:-30px;display:flex;position:relative}.TeamSection-module__K-9Efq__memberInfo{border:1px solid var(--color-black);padding:var(--space-3)var(--space-4);padding-right:var(--space-16);background-color:#fff;flex-direction:column;width:240px;transition:all .3s;display:flex;position:relative}.TeamSection-module__K-9Efq__memberCard:hover .TeamSection-module__K-9Efq__memberInfo{background-color:var(--color-black)}.TeamSection-module__K-9Efq__memberName{font-size:var(--text-sm);color:var(--color-dark-gray);margin-bottom:2px;transition:color .3s;display:block}.TeamSection-module__K-9Efq__memberCard:hover .TeamSection-module__K-9Efq__memberName{color:#ffffffb3}.TeamSection-module__K-9Efq__memberRole{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--color-black);transition:color .3s}.TeamSection-module__K-9Efq__memberCard:hover .TeamSection-module__K-9Efq__memberRole{color:#fff}.TeamSection-module__K-9Efq__memberArrow{border:1px solid var(--color-black);background-color:var(--color-white);cursor:pointer;z-index:3;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.TeamSection-module__K-9Efq__ctaArea{padding:var(--space-16)var(--space-12)0;justify-content:flex-end;max-width:1200px;margin:0 auto;display:flex}.TeamSection-module__K-9Efq__ctaBtn{align-items:center;gap:var(--space-4);font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-3)var(--space-4);text-decoration:none;transition:all .3s;display:inline-flex}.TeamSection-module__K-9Efq__ctaBtn:hover{background-color:var(--color-dark-gray)}.TeamSection-module__K-9Efq__ctaArrow{border:1px solid var(--color-white);justify-content:center;align-items:center;width:36px;height:36px;display:flex}@media (max-width:1400px){.TeamSection-module__K-9Efq__imageWrapper{width:220px;height:220px}.TeamSection-module__K-9Efq__memberCard{padding:0 var(--space-4)}}@media (max-width:1200px){.TeamSection-module__K-9Efq__section{padding:80px 0}.TeamSection-module__K-9Efq__title{font-size:52px}.TeamSection-module__K-9Efq__teamGrid{grid-template-columns:repeat(3,1fr)}.TeamSection-module__K-9Efq__memberCard:nth-child(4){display:none}.TeamSection-module__K-9Efq__imageWrapper{width:200px;height:200px}}@media (max-width:992px){.TeamSection-module__K-9Efq__section{padding:60px 0}.TeamSection-module__K-9Efq__headerRow{gap:var(--space-4);margin-bottom:var(--space-12);padding:0 var(--space-6);flex-wrap:wrap}.TeamSection-module__K-9Efq__descriptionArea{padding-top:var(--space-4);flex:0 0 100%;order:3}.TeamSection-module__K-9Efq__navArrows{padding-top:0}.TeamSection-module__K-9Efq__teamGrid{padding:0 var(--space-6);grid-template-columns:repeat(2,1fr)}.TeamSection-module__K-9Efq__memberCard:nth-child(3),.TeamSection-module__K-9Efq__memberCard:nth-child(4){display:none}}@media (max-width:768px){.TeamSection-module__K-9Efq__section{padding:50px 0}.TeamSection-module__K-9Efq__headerRow{padding:0 var(--space-4)}.TeamSection-module__K-9Efq__title{font-size:40px}.TeamSection-module__K-9Efq__teamScrollWrapper{padding:0 var(--space-4);overflow:visible}.TeamSection-module__K-9Efq__teamScrollContainer{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:20px;display:flex;overflow-x:auto}.TeamSection-module__K-9Efq__memberCard{scroll-snap-align:start;flex:none;width:220px;min-width:220px;padding:0}.TeamSection-module__K-9Efq__verticalSeparator{display:none}.TeamSection-module__K-9Efq__imageWrapper{width:180px;height:180px}.TeamSection-module__K-9Efq__memberInfo{width:200px;padding:var(--space-2)var(--space-3);padding-right:var(--space-12)}.TeamSection-module__K-9Efq__memberName{font-size:var(--text-xs)}.TeamSection-module__K-9Efq__memberRole{font-size:var(--text-base)}.TeamSection-module__K-9Efq__memberArrow{width:40px;height:40px;right:-3px}.TeamSection-module__K-9Efq__ctaArea{padding:var(--space-10)var(--space-4)0;justify-content:center}}
.WorkspaceSection-module__2Z8Sva__section{background-color:#fff;padding:60px 0 120px;position:relative;overflow:visible}.WorkspaceSection-module__2Z8Sva__cardsContainer{max-width:1400px;padding:0 var(--space-8);align-items:flex-start;gap:60px;min-height:520px;margin:0 auto;display:flex;position:relative}.WorkspaceSection-module__2Z8Sva__card{color:inherit;text-decoration:none;transition:transform .3s;position:relative;overflow:visible}.WorkspaceSection-module__2Z8Sva__card:hover{transform:translateY(-5px)}.WorkspaceSection-module__2Z8Sva__cardLarge{background-color:#8be1fa;flex:0 0 400px;width:400px;height:460px;padding:45px 45px 65px;position:relative}.WorkspaceSection-module__2Z8Sva__cardLargeInner{background:repeating-linear-gradient(0deg,#0000,#0000 24px,#c5f0fd 24px 25px),repeating-linear-gradient(90deg,#0000,#0000 24px,#c5f0fd 24px 25px),#fff;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.WorkspaceSection-module__2Z8Sva__cardLargeTitle{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--color-black);position:absolute;bottom:15px;left:40px}.WorkspaceSection-module__2Z8Sva__cardLargeArrow{border:2px solid var(--color-black);width:56px;height:56px;color:var(--color-black);cursor:pointer;z-index:5;background:#fff;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;bottom:-12px;right:-12px}.WorkspaceSection-module__2Z8Sva__cardLargeArrow:hover{background:var(--color-black);color:var(--color-white)}.WorkspaceSection-module__2Z8Sva__cardMedium{flex-direction:column;width:260px;height:280px;display:flex;position:relative}.WorkspaceSection-module__2Z8Sva__cardPink{background-color:#f99eca;padding:55px 40px 40px}.WorkspaceSection-module__2Z8Sva__cardPinkInner{background:repeating-linear-gradient(0deg,#0000,#0000 18px,#fcd4e8 18px 19px),repeating-linear-gradient(90deg,#0000,#0000 18px,#fcd4e8 18px 19px),#fff;flex:1;justify-content:center;align-items:center;width:100%;padding:25px;display:flex}.WorkspaceSection-module__2Z8Sva__cardYellow{background-color:#ffe8a9;padding:40px 40px 60px}.WorkspaceSection-module__2Z8Sva__cardYellowInner{background:repeating-linear-gradient(0deg,#0000,#0000 18px,#fff3d4 18px 19px),repeating-linear-gradient(90deg,#0000,#0000 18px,#fff3d4 18px 19px),#fff;flex:1;justify-content:center;align-items:center;width:100%;padding:25px;display:flex}.WorkspaceSection-module__2Z8Sva__cardGray{background-color:#d1d1d1;padding:55px 40px 40px}.WorkspaceSection-module__2Z8Sva__cardGrayInner{background:repeating-linear-gradient(0deg,#0000,#0000 18px,#e8e8e8 18px 19px),repeating-linear-gradient(90deg,#0000,#0000 18px,#e8e8e8 18px 19px),#fff;flex:1;justify-content:center;align-items:center;width:100%;padding:25px;display:flex}.WorkspaceSection-module__2Z8Sva__cardHeaderText{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);line-height:1.3;position:absolute;top:16px;left:18px}.WorkspaceSection-module__2Z8Sva__cardHeaderArrow{border:2px solid var(--color-black);width:48px;height:48px;color:var(--color-black);cursor:pointer;z-index:5;background:#fff;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:-10px;right:-10px}.WorkspaceSection-module__2Z8Sva__cardHeaderArrow:hover{background:var(--color-black);color:var(--color-white)}.WorkspaceSection-module__2Z8Sva__cardFooterText{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);line-height:1.3;position:absolute;bottom:18px;left:18px}.WorkspaceSection-module__2Z8Sva__cardFooterArrow{border:2px solid var(--color-black);width:48px;height:48px;color:var(--color-black);cursor:pointer;z-index:5;background:#fff;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;bottom:-10px;right:-10px}.WorkspaceSection-module__2Z8Sva__cardFooterArrow:hover{background:var(--color-black);color:var(--color-white)}.WorkspaceSection-module__2Z8Sva__squareImageContainer{aspect-ratio:1;border:3px solid;width:100%;overflow:hidden}.WorkspaceSection-module__2Z8Sva__cardBlue .WorkspaceSection-module__2Z8Sva__squareImageContainer,.WorkspaceSection-module__2Z8Sva__cardLarge .WorkspaceSection-module__2Z8Sva__squareImageContainer{border-color:#8be1fa}.WorkspaceSection-module__2Z8Sva__cardPink .WorkspaceSection-module__2Z8Sva__squareImageContainer{border-color:#f99eca}.WorkspaceSection-module__2Z8Sva__cardYellow .WorkspaceSection-module__2Z8Sva__squareImageContainer{border-color:#ffe8a9}.WorkspaceSection-module__2Z8Sva__cardGray .WorkspaceSection-module__2Z8Sva__squareImageContainer{border-color:#d1d1d1}.WorkspaceSection-module__2Z8Sva__cardImage{object-fit:cover;width:100%;height:100%;display:block}.WorkspaceSection-module__2Z8Sva__rightCards{flex:1;grid-template-columns:repeat(3,260px);align-items:start;gap:40px;display:grid}.WorkspaceSection-module__2Z8Sva__cardTopRight{grid-area:1/1;margin-top:0}.WorkspaceSection-module__2Z8Sva__cardMiddle{grid-area:1/2;margin-top:100px}.WorkspaceSection-module__2Z8Sva__cardBottomRight{grid-area:1/3;margin-top:20px}@media (max-width:1400px){.WorkspaceSection-module__2Z8Sva__rightCards{grid-template-columns:repeat(2,240px);gap:30px}.WorkspaceSection-module__2Z8Sva__cardMedium{width:240px;height:260px}.WorkspaceSection-module__2Z8Sva__cardBottomRight{grid-area:2/1;margin-top:20px}.WorkspaceSection-module__2Z8Sva__cardMiddle{margin-top:60px}}@media (max-width:1200px){.WorkspaceSection-module__2Z8Sva__cardsContainer{flex-direction:column;align-items:center;gap:50px}.WorkspaceSection-module__2Z8Sva__cardLarge{flex:none;width:100%;max-width:360px;height:420px;padding:30px 30px 55px}.WorkspaceSection-module__2Z8Sva__rightCards{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.WorkspaceSection-module__2Z8Sva__cardMedium{width:220px;height:240px;padding:28px}.WorkspaceSection-module__2Z8Sva__cardTopRight,.WorkspaceSection-module__2Z8Sva__cardMiddle,.WorkspaceSection-module__2Z8Sva__cardBottomRight{margin-top:0}}@media (max-width:768px){.WorkspaceSection-module__2Z8Sva__section{padding:40px 0 80px;overflow-x:hidden}.WorkspaceSection-module__2Z8Sva__cardsContainer{padding:0 var(--space-4);flex-direction:column;gap:30px;min-height:auto}.WorkspaceSection-module__2Z8Sva__card{overflow:hidden}.WorkspaceSection-module__2Z8Sva__card:hover{transform:none}.WorkspaceSection-module__2Z8Sva__cardLarge{flex:none;width:100%;max-width:100%;height:auto;min-height:280px;padding:20px 20px 50px}.WorkspaceSection-module__2Z8Sva__cardLargeInner{height:220px;min-height:0}.WorkspaceSection-module__2Z8Sva__cardLargeTitle{font-size:var(--text-base);bottom:12px;left:20px}.WorkspaceSection-module__2Z8Sva__cardLargeArrow{width:44px;height:44px;bottom:0;right:0}.WorkspaceSection-module__2Z8Sva__rightCards{flex-direction:column;gap:30px;width:100%;display:flex;overflow:hidden}.WorkspaceSection-module__2Z8Sva__cardMedium{flex:none;width:100%;min-width:100%;height:auto;min-height:280px;padding:20px;overflow:hidden}.WorkspaceSection-module__2Z8Sva__cardPink{padding-top:45px;padding-bottom:20px}.WorkspaceSection-module__2Z8Sva__cardYellow{padding-top:20px;padding-bottom:50px}.WorkspaceSection-module__2Z8Sva__cardGray{padding-top:45px;padding-bottom:20px}.WorkspaceSection-module__2Z8Sva__cardPinkInner,.WorkspaceSection-module__2Z8Sva__cardYellowInner,.WorkspaceSection-module__2Z8Sva__cardGrayInner{flex:none;height:200px;min-height:0}.WorkspaceSection-module__2Z8Sva__squareImageContainer{aspect-ratio:auto;width:100%;height:100%;overflow:hidden}.WorkspaceSection-module__2Z8Sva__cardTopRight,.WorkspaceSection-module__2Z8Sva__cardMiddle,.WorkspaceSection-module__2Z8Sva__cardBottomRight{margin-top:0}.WorkspaceSection-module__2Z8Sva__cardHeaderText,.WorkspaceSection-module__2Z8Sva__cardFooterText{font-size:var(--text-sm)}.WorkspaceSection-module__2Z8Sva__cardHeaderArrow{width:44px;height:44px;top:5px;right:5px}.WorkspaceSection-module__2Z8Sva__cardFooterArrow{width:44px;height:44px;top:auto;bottom:5px;right:5px}}@media (max-width:480px){.WorkspaceSection-module__2Z8Sva__cardLarge{min-height:240px;padding:16px 16px 45px}.WorkspaceSection-module__2Z8Sva__cardLargeInner{height:180px}.WorkspaceSection-module__2Z8Sva__cardMedium{min-height:240px;padding:16px}.WorkspaceSection-module__2Z8Sva__cardPinkInner,.WorkspaceSection-module__2Z8Sva__cardYellowInner,.WorkspaceSection-module__2Z8Sva__cardGrayInner{height:170px}.WorkspaceSection-module__2Z8Sva__cardPink{padding-top:40px}.WorkspaceSection-module__2Z8Sva__cardYellow{padding-bottom:45px}.WorkspaceSection-module__2Z8Sva__cardGray{padding-top:40px}}
.TeamWorkSection-module__o6wjUG__section{background-color:#3a3a3a;padding:100px 0;position:relative;overflow:hidden}.TeamWorkSection-module__o6wjUG__header{max-width:1400px;padding:0 var(--space-12);justify-content:flex-start;align-items:flex-start;gap:60px;margin:0 auto 50px;display:flex}.TeamWorkSection-module__o6wjUG__titleArea{flex-direction:column;flex:none;align-items:flex-start;display:flex}.TeamWorkSection-module__o6wjUG__headerLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-black);background-color:var(--color-white);margin-bottom:8px;padding:6px 12px;display:inline-block}.TeamWorkSection-module__o6wjUG__titleBox{border:3px solid var(--color-black);background-color:#fff;padding:12px 24px;display:inline-block}.TeamWorkSection-module__o6wjUG__title{font-size:56px;font-weight:var(--font-bold);color:var(--color-black);letter-spacing:-.02em;line-height:1.1}.TeamWorkSection-module__o6wjUG__description{font-size:var(--text-base);color:var(--color-white);padding-top:var(--space-6);line-height:1.8}.TeamWorkSection-module__o6wjUG__largeImageSection{max-width:1400px;padding:0 var(--space-12);align-items:flex-end;gap:60px;margin:0 auto 180px;display:flex;position:relative}.TeamWorkSection-module__o6wjUG__largeImageBackground{flex:none;width:55%;position:relative}.TeamWorkSection-module__o6wjUG__largeImageGridBg{z-index:0;background:repeating-linear-gradient(0deg,#0000,#0000 25px,#5a5a5a 25px 26px),repeating-linear-gradient(90deg,#0000,#0000 25px,#5a5a5a 25px 26px),#fff;position:absolute;inset:-30px 30px 30px -30px}.TeamWorkSection-module__o6wjUG__largeImageContainer{z-index:1;width:100%;max-height:300px;position:relative;overflow:visible}.TeamWorkSection-module__o6wjUG__largeImage{object-fit:cover;object-position:center 70%;width:100%;height:300px;display:block}.TeamWorkSection-module__o6wjUG__infoBadge{border:2px solid var(--color-black);z-index:10;background:#fff;align-items:center;gap:24px;padding:16px 80px 16px 40px;display:flex;position:absolute;bottom:50%;right:-80px;transform:translateY(50%)}.TeamWorkSection-module__o6wjUG__infoBadgeText{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);line-height:1.4}.TeamWorkSection-module__o6wjUG__infoBadgeArrow{border:2px solid var(--color-black);width:44px;height:44px;color:var(--color-black);cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;right:-22px}.TeamWorkSection-module__o6wjUG__infoBadgeArrow:hover{background:var(--color-black);color:var(--color-white)}.TeamWorkSection-module__o6wjUG__sideInfo{flex:1;justify-content:flex-start;align-items:flex-end;margin-bottom:-40px;padding-bottom:-30px;padding-left:60px;display:flex}.TeamWorkSection-module__o6wjUG__sideInfoText{font-size:var(--text-sm);color:var(--color-white);max-width:500px;line-height:1.8}.TeamWorkSection-module__o6wjUG__cardsRow{max-width:1400px;padding:0 var(--space-12);justify-content:center;align-items:flex-end;gap:100px;margin:0 auto;display:flex}.TeamWorkSection-module__o6wjUG__cardWrapper{width:280px;position:relative}.TeamWorkSection-module__o6wjUG__cardGridBg{z-index:0;background:repeating-linear-gradient(0deg,#0000,#0000 22px,#5a5a5a 22px 23px),repeating-linear-gradient(90deg,#0000,#0000 22px,#5a5a5a 22px 23px),#fff;width:100%;height:100%;position:absolute}.TeamWorkSection-module__o6wjUG__cardLeft .TeamWorkSection-module__o6wjUG__cardGridBg{width:100%;height:100%;top:-20px;left:-20px}.TeamWorkSection-module__o6wjUG__cardLeft .TeamWorkSection-module__o6wjUG__card{margin-top:20px;margin-left:20px}.TeamWorkSection-module__o6wjUG__cardCenter .TeamWorkSection-module__o6wjUG__cardGridBg{width:100%;height:100%;top:20px;left:-20px}.TeamWorkSection-module__o6wjUG__cardCenter .TeamWorkSection-module__o6wjUG__card{margin-bottom:20px;margin-left:20px}.TeamWorkSection-module__o6wjUG__cardRight .TeamWorkSection-module__o6wjUG__cardGridBg{width:100%;height:100%;top:-20px;left:-20px;right:auto}.TeamWorkSection-module__o6wjUG__cardRight .TeamWorkSection-module__o6wjUG__card{margin-top:20px;margin-left:20px}.TeamWorkSection-module__o6wjUG__card{z-index:1;border:1px solid var(--color-black);background:#fff;width:280px;position:relative;overflow:visible}.TeamWorkSection-module__o6wjUG__card:hover{transition:transform .3s;transform:translateY(-3px)}.TeamWorkSection-module__o6wjUG__cardImageWrapper{width:100%;height:240px;overflow:hidden}.TeamWorkSection-module__o6wjUG__cardImage{object-fit:cover;width:100%;height:100%;display:block}.TeamWorkSection-module__o6wjUG__cardLeft .TeamWorkSection-module__o6wjUG__cardImage{object-position:40% center}.TeamWorkSection-module__o6wjUG__cardCenter .TeamWorkSection-module__o6wjUG__cardImage{transform:scale(1.15)}.TeamWorkSection-module__o6wjUG__cardInfo{background:#fff;padding:16px 18px}.TeamWorkSection-module__o6wjUG__cardTitle{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-black)}.TeamWorkSection-module__o6wjUG__cardArrow{border:1px solid var(--color-black);width:44px;height:44px;color:var(--color-black);cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:all .3s;display:flex}.TeamWorkSection-module__o6wjUG__cardArrow:hover{background:var(--color-black);color:var(--color-white)}.TeamWorkSection-module__o6wjUG__cardArrowOverlap{border:2px solid var(--color-black);width:48px;height:48px;color:var(--color-black);cursor:pointer;z-index:10;background:#fff;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;bottom:5px;right:-24px}.TeamWorkSection-module__o6wjUG__cardArrowOverlap:hover{background:var(--color-black);color:var(--color-white)}.TeamWorkSection-module__o6wjUG__cardCenter .TeamWorkSection-module__o6wjUG__cardArrowOverlap{bottom:25px}@media (max-width:1200px){.TeamWorkSection-module__o6wjUG__header{flex-direction:column;gap:20px}.TeamWorkSection-module__o6wjUG__title{font-size:44px}.TeamWorkSection-module__o6wjUG__largeImageSection{flex-direction:column;gap:40px}.TeamWorkSection-module__o6wjUG__largeImageBackground{width:100%}.TeamWorkSection-module__o6wjUG__sideInfo{margin-bottom:0;padding-bottom:0;padding-left:0}.TeamWorkSection-module__o6wjUG__infoBadge{padding-right:60px;right:20px}.TeamWorkSection-module__o6wjUG__cardsRow{flex-wrap:wrap;justify-content:center;gap:40px}.TeamWorkSection-module__o6wjUG__card{width:280px}.TeamWorkSection-module__o6wjUG__cardImageWrapper{height:280px}}@media (max-width:768px){.TeamWorkSection-module__o6wjUG__section{padding:60px 0 80px;overflow-x:hidden}.TeamWorkSection-module__o6wjUG__header{padding:0 var(--space-4);margin-bottom:40px}.TeamWorkSection-module__o6wjUG__titleBox{padding:8px 16px}.TeamWorkSection-module__o6wjUG__title{font-size:32px}.TeamWorkSection-module__o6wjUG__description{font-size:var(--text-sm)}.TeamWorkSection-module__o6wjUG__largeImageSection{padding:0 var(--space-4);flex-direction:column;gap:0;margin-bottom:40px}.TeamWorkSection-module__o6wjUG__largeImageBackground{width:100%}.TeamWorkSection-module__o6wjUG__largeImageGridBg{inset:-15px 15px 15px -15px}.TeamWorkSection-module__o6wjUG__largeImageContainer{max-height:200px}.TeamWorkSection-module__o6wjUG__largeImage{height:200px}.TeamWorkSection-module__o6wjUG__infoBadge{display:none}.TeamWorkSection-module__o6wjUG__sideInfo{width:100%;margin-top:20px;margin-bottom:0;padding-bottom:0;padding-left:0;display:block}.TeamWorkSection-module__o6wjUG__sideInfoText{font-size:var(--text-sm);max-width:100%;line-height:1.6}.TeamWorkSection-module__o6wjUG__cardsRow{padding:20px var(--space-4);flex-direction:column;align-items:center;gap:30px;display:flex;overflow:visible}.TeamWorkSection-module__o6wjUG__cardWrapper{width:100%;max-width:320px}.TeamWorkSection-module__o6wjUG__cardLeft,.TeamWorkSection-module__o6wjUG__cardCenter,.TeamWorkSection-module__o6wjUG__cardRight{margin-top:0}.TeamWorkSection-module__o6wjUG__card{width:100%}.TeamWorkSection-module__o6wjUG__cardGridBg{display:none}.TeamWorkSection-module__o6wjUG__cardImageWrapper{height:300px}.TeamWorkSection-module__o6wjUG__cardInfo{padding:16px 60px 16px 16px}.TeamWorkSection-module__o6wjUG__cardTitle{font-size:var(--text-lg)}.TeamWorkSection-module__o6wjUG__cardRole{font-size:var(--text-xs)}.TeamWorkSection-module__o6wjUG__cardName{font-size:var(--text-sm)}.TeamWorkSection-module__o6wjUG__cardArrowOverlap{width:44px;height:44px;bottom:16px;right:10px}}@media (max-width:480px){.TeamWorkSection-module__o6wjUG__title{font-size:28px}.TeamWorkSection-module__o6wjUG__largeImageSection{margin-bottom:40px}.TeamWorkSection-module__o6wjUG__largeImageContainer{max-height:180px}.TeamWorkSection-module__o6wjUG__largeImage{height:180px}.TeamWorkSection-module__o6wjUG__cardWrapper{width:200px}.TeamWorkSection-module__o6wjUG__cardImageWrapper{height:200px}.TeamWorkSection-module__o6wjUG__cardsRow{margin-top:30px}.TeamWorkSection-module__o6wjUG__sidePanel{border-left:none;border-top:2px solid var(--color-black);border-radius:16px 16px 0 0;height:90vh;top:auto;bottom:0;width:100%!important;max-width:100%!important}}.TeamWorkSection-module__o6wjUG__panelOverlay{z-index:9998;-webkit-backdrop-filter:blur(6px);background:#0009;position:fixed;inset:0}.TeamWorkSection-module__o6wjUG__sidePanel{border-left:2px solid var(--color-black);z-index:9999;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;width:600px;max-width:95vw;height:100dvh;display:flex;position:fixed;top:0;right:0;overflow:hidden auto}.TeamWorkSection-module__o6wjUG__panelHeader{z-index:10;background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:16px 24px;display:flex;position:sticky;top:0}.TeamWorkSection-module__o6wjUG__panelLabel{font-size:var(--text-sm);font-weight:var(--font-bold);color:#fff;background:var(--color-black);text-transform:uppercase;letter-spacing:.5px;padding:6px 16px}.TeamWorkSection-module__o6wjUG__panelClose{border:2px solid var(--color-black);background:var(--color-black);color:#fff;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;transition:all .3s;display:flex}.TeamWorkSection-module__o6wjUG__panelClose:hover{color:var(--color-black);background:0 0}.TeamWorkSection-module__o6wjUG__panelBody{flex:1;padding:24px}.TeamWorkSection-module__o6wjUG__panelIntro{font-size:var(--text-sm);color:#666;margin-bottom:0;line-height:1.7}.TeamWorkSection-module__o6wjUG__panelDivider{background:#e5e5e5;width:100%;height:1px;margin:20px 0}.TeamWorkSection-module__o6wjUG__panelSectionTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.TeamWorkSection-module__o6wjUG__panelMemberList{flex-direction:column;gap:0;display:flex}.TeamWorkSection-module__o6wjUG__panelMemberCard{color:inherit;cursor:pointer;border:1px solid #f0f0f0;border-bottom:none;align-items:center;gap:16px;padding:16px;text-decoration:none;transition:all .3s;display:flex}.TeamWorkSection-module__o6wjUG__panelMemberCard:last-child{border-bottom:1px solid #f0f0f0}.TeamWorkSection-module__o6wjUG__panelMemberCard:hover{border-color:var(--color-black);background:#f8f8f8}.TeamWorkSection-module__o6wjUG__panelMemberCard:hover+.TeamWorkSection-module__o6wjUG__panelMemberCard{border-top-color:var(--color-black)}.TeamWorkSection-module__o6wjUG__panelMemberImageWrapper{border:2px solid #e5e5e5;border-radius:50%;flex-shrink:0;width:64px;height:64px;transition:border-color .3s;overflow:hidden}.TeamWorkSection-module__o6wjUG__panelMemberCard:hover .TeamWorkSection-module__o6wjUG__panelMemberImageWrapper{border-color:var(--color-black)}.TeamWorkSection-module__o6wjUG__panelMemberImage{object-fit:cover;width:100%;height:100%}.TeamWorkSection-module__o6wjUG__panelMemberDetails{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.TeamWorkSection-module__o6wjUG__panelMemberName{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-black)}.TeamWorkSection-module__o6wjUG__panelMemberRole{font-size:var(--text-sm);font-weight:var(--font-bold);color:#444}.TeamWorkSection-module__o6wjUG__panelMemberDept{font-size:var(--text-xs);color:#888}.TeamWorkSection-module__o6wjUG__panelMemberArrow{width:36px;min-width:36px;height:36px;color:var(--color-black);border:1px solid #e5e5e5;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.TeamWorkSection-module__o6wjUG__panelMemberCard:hover .TeamWorkSection-module__o6wjUG__panelMemberArrow{background:var(--color-black);color:#fff;border-color:var(--color-black)}
.WorkProjectSection-module__VTfnpG__section{background-color:var(--color-white);padding:100px 0;position:relative}.WorkProjectSection-module__VTfnpG__header{max-width:1200px;padding:0 var(--space-12);margin:0 auto;margin-bottom:var(--space-16);justify-content:space-between;align-items:flex-start;gap:var(--space-8);flex-wrap:wrap;display:flex}.WorkProjectSection-module__VTfnpG__titleArea{flex-direction:column;align-items:flex-start;display:flex}.WorkProjectSection-module__VTfnpG__headerLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);margin-bottom:8px;padding:6px 12px;display:inline-block}.WorkProjectSection-module__VTfnpG__titleBoxWrapper{flex-direction:column;display:flex}.WorkProjectSection-module__VTfnpG__titleBox{border:2px solid var(--color-black);background-color:#fff;margin-bottom:-2px;padding:8px 24px;display:inline-block}.WorkProjectSection-module__VTfnpG__titleBox:last-child{margin-bottom:0}.WorkProjectSection-module__VTfnpG__title{font-size:72px;font-weight:var(--font-bold);color:var(--color-black);letter-spacing:0;line-height:1}.WorkProjectSection-module__VTfnpG__filters{gap:var(--space-4);flex-direction:column;align-items:flex-end;display:flex}.WorkProjectSection-module__VTfnpG__categoryFilters{gap:var(--space-2);display:flex}.WorkProjectSection-module__VTfnpG__filterBtn{font-size:var(--text-sm);font-weight:var(--font-semibold);background:var(--color-gray-100);color:var(--color-black);cursor:pointer;border:none;border-radius:0;padding:10px 20px;transition:all .3s}.WorkProjectSection-module__VTfnpG__filterBtn:hover{background:var(--color-gray-200)}.WorkProjectSection-module__VTfnpG__filterBtn.WorkProjectSection-module__VTfnpG__active{color:var(--color-white);background:#3b82f6}.WorkProjectSection-module__VTfnpG__typeFilters{gap:var(--space-2);display:flex}.WorkProjectSection-module__VTfnpG__filterBtnOutline{font-size:var(--text-xs);font-weight:var(--font-medium);border:1px solid var(--color-gray-300);color:var(--color-gray-600);cursor:pointer;background:0 0;border-radius:0;padding:8px 16px;transition:all .3s}.WorkProjectSection-module__VTfnpG__filterBtnOutline:hover{border-color:var(--color-black);color:var(--color-black)}.WorkProjectSection-module__VTfnpG__filterBtnOutline.WorkProjectSection-module__VTfnpG__activeOutline{color:var(--color-white);background:#3b82f6;border-color:#3b82f6}.WorkProjectSection-module__VTfnpG__projectsGrid{max-width:1200px;padding:0 var(--space-12);gap:var(--space-8);grid-template-columns:repeat(2,1fr);margin:0 auto;display:grid}.WorkProjectSection-module__VTfnpG__projectCard{cursor:pointer;background:0 0;border:none;position:relative;overflow:hidden}.WorkProjectSection-module__VTfnpG__projectCard:hover .WorkProjectSection-module__VTfnpG__cardOverlay{opacity:1}.WorkProjectSection-module__VTfnpG__projectCard:hover .WorkProjectSection-module__VTfnpG__cardImage{transform:scale(1.05)}.WorkProjectSection-module__VTfnpG__cardLarge{grid-column:span 1}.WorkProjectSection-module__VTfnpG__cardImageWrapper{width:100%;height:520px;position:relative;overflow:hidden}.WorkProjectSection-module__VTfnpG__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.WorkProjectSection-module__VTfnpG__cardOverlay{padding:var(--space-4);opacity:0;background:#0000004d;justify-content:flex-end;align-items:flex-end;transition:opacity .3s;display:flex;position:absolute;inset:0}.WorkProjectSection-module__VTfnpG__cardArrow{background:var(--color-white);border:2px solid var(--color-black);width:50px;height:50px;color:var(--color-black);cursor:pointer;justify-content:center;align-items:center;transition:all .3s;display:flex}.WorkProjectSection-module__VTfnpG__cardArrow:hover{background:var(--color-black);color:var(--color-white)}.WorkProjectSection-module__VTfnpG__cardContent{padding:var(--space-4)0;background:0 0}.WorkProjectSection-module__VTfnpG__cardTitle{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--color-black);margin-bottom:var(--space-3);line-height:1.4}.WorkProjectSection-module__VTfnpG__cardBadges{gap:var(--space-2);flex-wrap:wrap;display:flex}.WorkProjectSection-module__VTfnpG__badgeCategory{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--color-gray-600);background:#f7f7f7;border-radius:4px;padding:4px 12px}.WorkProjectSection-module__VTfnpG__badgeType{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--color-gray-600);border:1px solid var(--color-gray-300);background:0 0;border-radius:4px;padding:4px 12px}.WorkProjectSection-module__VTfnpG__viewAllWrapper{max-width:1200px;padding:var(--space-12)var(--space-12)0;justify-content:center;margin:0 auto;display:flex}.WorkProjectSection-module__VTfnpG__viewAllBtn{align-items:center;gap:var(--space-3);font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-white);cursor:pointer;background:#3b82f6;border:2px solid #3b82f6;padding:16px 32px;text-decoration:none;transition:all .3s;display:flex}.WorkProjectSection-module__VTfnpG__viewAllBtn:hover{color:#3b82f6;background:0 0}@media (max-width:992px){.WorkProjectSection-module__VTfnpG__header{flex-direction:column;align-items:flex-start}.WorkProjectSection-module__VTfnpG__filters{align-items:flex-start}.WorkProjectSection-module__VTfnpG__projectsGrid{grid-template-columns:1fr}.WorkProjectSection-module__VTfnpG__cardImageWrapper{height:280px}}@media (max-width:768px){.WorkProjectSection-module__VTfnpG__section{padding:60px 0}.WorkProjectSection-module__VTfnpG__categoryFilters,.WorkProjectSection-module__VTfnpG__typeFilters{flex-wrap:wrap}.WorkProjectSection-module__VTfnpG__title{font-size:var(--text-3xl)}.WorkProjectSection-module__VTfnpG__cardImageWrapper{height:220px}.WorkProjectSection-module__VTfnpG__sidePanel{border-left:none;border-top:2px solid var(--color-black);border-radius:16px 16px 0 0;height:90vh;top:auto;bottom:0;width:100%!important;max-width:100%!important}.WorkProjectSection-module__VTfnpG__panelImageWrapper{height:200px}}.WorkProjectSection-module__VTfnpG__panelOverlay{z-index:9998;-webkit-backdrop-filter:blur(6px);background:#0009;position:fixed;inset:0}.WorkProjectSection-module__VTfnpG__sidePanel{border-left:2px solid var(--color-black);z-index:9999;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;width:600px;max-width:95vw;height:100dvh;display:flex;position:fixed;top:0;right:0;overflow:hidden auto}.WorkProjectSection-module__VTfnpG__panelHeader{z-index:10;background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:16px 24px;display:flex;position:sticky;top:0}.WorkProjectSection-module__VTfnpG__panelLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:#fff;background:var(--color-black);text-transform:uppercase;letter-spacing:.5px;padding:5px 14px}.WorkProjectSection-module__VTfnpG__panelClose{border:2px solid var(--color-black);background:var(--color-black);color:#fff;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;transition:all .3s;display:flex}.WorkProjectSection-module__VTfnpG__panelClose:hover{color:var(--color-black);background:0 0}.WorkProjectSection-module__VTfnpG__panelImageWrapper{border-bottom:1px solid #e5e5e5;flex-shrink:0;width:100%;height:300px;overflow:hidden}.WorkProjectSection-module__VTfnpG__panelImage{object-fit:cover;width:100%;height:100%}.WorkProjectSection-module__VTfnpG__panelBody{flex:1;padding:24px}.WorkProjectSection-module__VTfnpG__panelMeta{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.WorkProjectSection-module__VTfnpG__panelBadgeType{font-size:var(--text-xs);font-weight:var(--font-bold);color:#fff;background:var(--color-black);padding:5px 12px}.WorkProjectSection-module__VTfnpG__panelBadgeYear{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-black);border:1px solid var(--color-black);padding:5px 12px}.WorkProjectSection-module__VTfnpG__panelTitle{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--color-black);margin-bottom:var(--space-2);line-height:1.3}.WorkProjectSection-module__VTfnpG__panelSubtitle{font-size:var(--text-sm);color:#666;margin-bottom:var(--space-5);line-height:1.6}.WorkProjectSection-module__VTfnpG__panelTechStack{margin-bottom:var(--space-5);flex-wrap:wrap;gap:8px;display:flex}.WorkProjectSection-module__VTfnpG__panelTag{font-size:12px;font-weight:var(--font-bold);color:var(--color-black);border:1px solid var(--color-black);padding:5px 12px;transition:all .3s}.WorkProjectSection-module__VTfnpG__panelTag:hover{background:var(--color-black);color:#fff}.WorkProjectSection-module__VTfnpG__panelDivider{background:#e5e5e5;width:100%;height:1px;margin:20px 0}.WorkProjectSection-module__VTfnpG__panelSectionTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--space-4)}.WorkProjectSection-module__VTfnpG__panelDescription{font-size:var(--text-sm);color:#444;line-height:1.9}.WorkProjectSection-module__VTfnpG__panelTeam{flex-direction:column;gap:0;display:flex}.WorkProjectSection-module__VTfnpG__panelMember{align-items:center;gap:var(--space-3);border-bottom:1px solid #f0f0f0;padding:10px 0;display:flex}.WorkProjectSection-module__VTfnpG__panelMember:last-child{border-bottom:none}.WorkProjectSection-module__VTfnpG__panelMemberAvatar{object-fit:cover;border:2px solid #e5e5e5;border-radius:50%;flex-shrink:0;width:44px;height:44px}.WorkProjectSection-module__VTfnpG__panelMemberInfo{flex-direction:column;gap:2px;display:flex}.WorkProjectSection-module__VTfnpG__panelMemberName{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black)}.WorkProjectSection-module__VTfnpG__panelMemberRole{font-size:var(--text-xs);color:#888}.WorkProjectSection-module__VTfnpG__panelLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-bold);color:#fff;background:var(--color-black);border:2px solid var(--color-black);padding:12px 24px;text-decoration:none;transition:all .3s;display:inline-flex}.WorkProjectSection-module__VTfnpG__panelLink:hover{color:var(--color-black);background:0 0}
.MasonryGallerySection-module__DrPowW__section{background-color:#f5f5f5;padding:100px 0;position:relative}.MasonryGallerySection-module__DrPowW__header{max-width:1200px;padding:0 var(--space-12);margin:0 auto;margin-bottom:var(--space-16);text-align:left}.MasonryGallerySection-module__DrPowW__headerLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);width:fit-content;margin-bottom:8px;padding:6px 12px;display:block}.MasonryGallerySection-module__DrPowW__titleArea{flex-direction:column;align-items:flex-start;display:flex}.MasonryGallerySection-module__DrPowW__titleBox{border:2px solid var(--color-black);background-color:#fff;margin-bottom:24px;padding:12px 32px;display:inline-block}.MasonryGallerySection-module__DrPowW__title{font-size:56px;font-weight:var(--font-bold);color:var(--color-black);line-height:1}.MasonryGallerySection-module__DrPowW__description{font-size:var(--text-base);color:var(--color-gray-600);max-width:600px;line-height:1.6}.MasonryGallerySection-module__DrPowW__galleryContainer{max-width:1200px;padding:0 var(--space-12);margin:0 auto}.MasonryGallerySection-module__DrPowW__masonryGrid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:12px;display:grid}.MasonryGallerySection-module__DrPowW__imageWrapper{cursor:pointer;border-radius:0;position:relative;overflow:hidden}.MasonryGallerySection-module__DrPowW__imageWrapper:hover .MasonryGallerySection-module__DrPowW__image{transform:scale(1.1)}.MasonryGallerySection-module__DrPowW__spanTwo{grid-row:span 2}.MasonryGallerySection-module__DrPowW__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}@media (max-width:1024px){.MasonryGallerySection-module__DrPowW__masonryGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.MasonryGallerySection-module__DrPowW__section{padding:60px 0}.MasonryGallerySection-module__DrPowW__title{font-size:36px}.MasonryGallerySection-module__DrPowW__masonryGrid{grid-template-columns:1fr;grid-auto-rows:250px}.MasonryGallerySection-module__DrPowW__spanTwo{grid-row:span 1}}
.AboutSection-module__QVoG9G__section{min-height:120vh;padding:var(--space-24)0;background-color:#f8f8f8;position:relative;overflow:hidden}.AboutSection-module__QVoG9G__gridPattern{z-index:0;background-image:linear-gradient(90deg,#0000000a 1px,#0000 1px),linear-gradient(#0000000a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.AboutSection-module__QVoG9G__crosshair{z-index:10;width:24px;height:24px;position:absolute}.AboutSection-module__QVoG9G__crosshair:before,.AboutSection-module__QVoG9G__crosshair:after{content:"";background-color:var(--color-gray);position:absolute}.AboutSection-module__QVoG9G__crosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.AboutSection-module__QVoG9G__crosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.AboutSection-module__QVoG9G__crosshairTL{top:15%;left:25%}.AboutSection-module__QVoG9G__crosshairTR{top:20%;right:30%}.AboutSection-module__QVoG9G__crosshairBL{bottom:25%;left:20%}.AboutSection-module__QVoG9G__crosshairBR{bottom:15%;right:25%}.AboutSection-module__QVoG9G__crosshairCenter{top:50%;left:50%;transform:translate(-50%,-50%)}.AboutSection-module__QVoG9G__scatteredImage{z-index:2;transition:transform .4s,box-shadow .4s;position:absolute;overflow:hidden;box-shadow:0 8px 30px #0003}.AboutSection-module__QVoG9G__scatteredImage:hover{box-shadow:0 12px 40px #00000040;z-index:100!important;transform:scale(1.05)!important}.AboutSection-module__QVoG9G__scatteredImage img{object-fit:cover;width:100%;height:auto;display:block}.AboutSection-module__QVoG9G__accentBlock{z-index:1;position:absolute}.AboutSection-module__QVoG9G__accentYellow1{background-color:var(--color-yellow);width:60px;height:80px;top:25%;left:12%;transform:rotate(-5deg)}.AboutSection-module__QVoG9G__accentPink1{background-color:var(--color-pink);width:50px;height:50px;top:40%;left:5%;transform:rotate(8deg)}.AboutSection-module__QVoG9G__accentBlue1{background-color:var(--color-cyan);z-index:5;width:100%;max-width:300px;height:30px;top:55%;right:0}.AboutSection-module__QVoG9G__accentYellow2{background-color:var(--color-yellow);width:40px;height:60px;bottom:20%;right:10%;transform:rotate(5deg)}.AboutSection-module__QVoG9G__contentWrapper{max-width:850px;padding:var(--space-10);z-index:15;margin:0 auto;position:relative}.AboutSection-module__QVoG9G__paperContent{padding:var(--space-16);background-color:#fff;background-image:linear-gradient(90deg,#ccecf7 1px,#0000 1px),linear-gradient(#ccecf7 1px,#0000 1px);background-size:25px 25px;border:1px solid #00000026;position:relative;box-shadow:0 8px 40px #00000014}.AboutSection-module__QVoG9G__headerLabel{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-2)var(--space-4);margin-bottom:var(--space-8);display:inline-block}.AboutSection-module__QVoG9G__textContent{font-family:Courier New,Courier,monospace;font-size:var(--text-xl);color:var(--color-black);line-height:2}.AboutSection-module__QVoG9G__leadText{font-size:var(--text-2xl);margin-bottom:var(--space-3)}.AboutSection-module__QVoG9G__highlightText{font-size:var(--text-2xl);margin-bottom:var(--space-8)}.AboutSection-module__QVoG9G__boxText{padding:var(--space-1)var(--space-3);border:1px solid var(--color-black);font-weight:var(--font-bold);margin:0 var(--space-1);background-color:#fff;display:inline-block}.AboutSection-module__QVoG9G__paragraphBlock{margin-bottom:var(--space-6)}.AboutSection-module__QVoG9G__paragraphBlock p{margin-bottom:var(--space-2)}.AboutSection-module__QVoG9G__boldText{font-weight:var(--font-bold)}.AboutSection-module__QVoG9G__ctaBlock{margin-top:var(--space-8);font-size:var(--text-2xl);padding-top:var(--space-6)}.AboutSection-module__QVoG9G__ctaBlock p{margin-bottom:var(--space-3)}.AboutSection-module__QVoG9G__logoBadge{border:1px solid var(--color-black);max-width:300px;padding:var(--space-5);z-index:20;background-color:#fff;background-image:linear-gradient(90deg,#ccecf7 1px,#0000 1px),linear-gradient(#ccecf7 1px,#0000 1px);background-size:20px 20px;margin-top:-100px;margin-left:auto;margin-right:-30px;position:relative;box-shadow:0 8px 30px #0000001a}.AboutSection-module__QVoG9G__badgeBlueBar{background-color:var(--color-cyan);height:24px;position:absolute;top:0;left:0;right:0}.AboutSection-module__QVoG9G__logoContainer{text-align:center;padding:var(--space-3);margin-top:24px}.AboutSection-module__QVoG9G__logoImage{width:100%;max-width:200px;height:auto;margin:0 auto;display:block}.AboutSection-module__QVoG9G__logoCaption{text-align:center;font-size:var(--text-sm);color:var(--color-black);margin-top:var(--space-4);padding:var(--space-2)var(--space-3);border:1px solid var(--color-black);background-color:#fff;font-family:Courier New,Courier,monospace}@media (max-width:1200px){.AboutSection-module__QVoG9G__scatteredImage{width:150px!important}.AboutSection-module__QVoG9G__contentWrapper{max-width:700px}}@media (max-width:768px){.AboutSection-module__QVoG9G__section{min-height:auto;padding:var(--space-12)0}.AboutSection-module__QVoG9G__scatteredImage{display:none}.AboutSection-module__QVoG9G__contentWrapper{padding:var(--space-4)}.AboutSection-module__QVoG9G__paperContent{padding:var(--space-8)}.AboutSection-module__QVoG9G__textContent{font-size:var(--text-base);line-height:1.8}.AboutSection-module__QVoG9G__leadText,.AboutSection-module__QVoG9G__highlightText,.AboutSection-module__QVoG9G__ctaBlock{font-size:var(--text-lg)}.AboutSection-module__QVoG9G__logoBadge{margin-right:0;margin-top:var(--space-6);max-width:100%}.AboutSection-module__QVoG9G__accentBlock{display:none}}
.AllProjectsSection-module__ZKPE4a__section{background-color:#fff;min-height:100vh;padding:120px 0 100px;position:relative;overflow:hidden}.AllProjectsSection-module__ZKPE4a__crosshair{z-index:5;width:24px;height:24px;position:absolute}.AllProjectsSection-module__ZKPE4a__crosshair:before,.AllProjectsSection-module__ZKPE4a__crosshair:after{content:"";background-color:var(--color-gray);position:absolute}.AllProjectsSection-module__ZKPE4a__crosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.AllProjectsSection-module__ZKPE4a__crosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.AllProjectsSection-module__ZKPE4a__crosshairTopLeft{top:80px;left:3%}.AllProjectsSection-module__ZKPE4a__crosshairTopRight{top:80px;right:3%}.AllProjectsSection-module__ZKPE4a__header{max-width:1200px;padding:0 var(--space-12);margin:0 auto;margin-bottom:var(--space-12)}.AllProjectsSection-module__ZKPE4a__headerTop{margin-bottom:var(--space-10);justify-content:space-between;align-items:flex-end;gap:var(--space-8);display:flex}.AllProjectsSection-module__ZKPE4a__titleArea{flex-direction:column;align-items:flex-start;display:flex}.AllProjectsSection-module__ZKPE4a__headerLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);margin-bottom:8px;padding:6px 12px;display:inline-block}.AllProjectsSection-module__ZKPE4a__titleBox{border:3px solid var(--color-black);padding:var(--space-3)var(--space-6);background-color:#fff;display:inline-block}.AllProjectsSection-module__ZKPE4a__title{font-size:64px;font-weight:var(--font-bold);color:var(--color-black);letter-spacing:-.02em;line-height:1}.AllProjectsSection-module__ZKPE4a__description{font-size:var(--text-base);color:var(--color-dark-gray);text-align:right;max-width:500px;line-height:1.8}.AllProjectsSection-module__ZKPE4a__filtersArea{align-items:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.AllProjectsSection-module__ZKPE4a__categoryFilters{gap:var(--space-2);display:flex}.AllProjectsSection-module__ZKPE4a__filterBtn{font-size:var(--text-sm);font-weight:var(--font-semibold);background:var(--color-gray-100);color:var(--color-black);cursor:pointer;border:2px solid #0000;border-radius:0;padding:10px 20px;transition:all .3s}.AllProjectsSection-module__ZKPE4a__filterBtn:hover{background:var(--color-gray-200)}.AllProjectsSection-module__ZKPE4a__filterBtn.AllProjectsSection-module__ZKPE4a__active{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.AllProjectsSection-module__ZKPE4a__typeFilters{gap:var(--space-2);display:flex}.AllProjectsSection-module__ZKPE4a__filterBtnOutline{font-size:var(--text-xs);font-weight:var(--font-medium);border:1px solid var(--color-gray-300);color:var(--color-gray-600);cursor:pointer;background:0 0;border-radius:0;padding:8px 16px;transition:all .3s}.AllProjectsSection-module__ZKPE4a__filterBtnOutline:hover{border-color:var(--color-black);color:var(--color-black)}.AllProjectsSection-module__ZKPE4a__filterBtnOutline.AllProjectsSection-module__ZKPE4a__activeOutline{border-color:var(--color-black);background:var(--color-black);color:var(--color-white)}.AllProjectsSection-module__ZKPE4a__dashedLine{background-image:linear-gradient(to right,transparent 0%,transparent 5%,var(--color-gray)5%,var(--color-gray)95%,transparent 95%,transparent 100%);width:100%;height:1px;margin-bottom:var(--space-8);background-repeat:repeat-x;background-size:12px 1px}.AllProjectsSection-module__ZKPE4a__resultInfo{max-width:1200px;padding:0 var(--space-12);margin:0 auto;margin-bottom:var(--space-10)}.AllProjectsSection-module__ZKPE4a__resultCount{font-size:var(--text-sm);color:var(--color-gray-600);font-weight:var(--font-medium)}.AllProjectsSection-module__ZKPE4a__projectsGrid{max-width:1200px;padding:0 var(--space-12);grid-template-columns:repeat(2,1fr);gap:50px 40px;margin:0 auto;display:grid}.AllProjectsSection-module__ZKPE4a__projectCard{color:inherit;cursor:pointer;flex-direction:column;min-width:0;text-decoration:none;display:flex;position:relative;overflow:hidden}.AllProjectsSection-module__ZKPE4a__cardGridBg{z-index:0;background:repeating-linear-gradient(0deg,#0000,#0000 9px,#e0e0e0 9px 10px),repeating-linear-gradient(90deg,#0000,#0000 9px,#e0e0e0 9px 10px),#fff;width:80px;height:80px;position:absolute;top:-10px;left:-10px}.AllProjectsSection-module__ZKPE4a__cardImageWrapper{z-index:1;width:100%;height:420px;position:relative;overflow:hidden}.AllProjectsSection-module__ZKPE4a__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.AllProjectsSection-module__ZKPE4a__projectCard:hover .AllProjectsSection-module__ZKPE4a__cardImage{transform:scale(1.05)}.AllProjectsSection-module__ZKPE4a__cardOverlay{padding:var(--space-4);opacity:0;background:#0000004d;justify-content:flex-end;align-items:flex-end;transition:opacity .3s;display:flex;position:absolute;inset:0}.AllProjectsSection-module__ZKPE4a__projectCard:hover .AllProjectsSection-module__ZKPE4a__cardOverlay{opacity:1}.AllProjectsSection-module__ZKPE4a__cardArrow{background:var(--color-white);border:2px solid var(--color-black);width:50px;height:50px;color:var(--color-black);cursor:pointer;justify-content:center;align-items:center;transition:all .3s;display:flex}.AllProjectsSection-module__ZKPE4a__cardArrow:hover{background:var(--color-black);color:var(--color-white)}.AllProjectsSection-module__ZKPE4a__cardInfoBadge{border:1px solid var(--color-black);padding:var(--space-3)var(--space-4);z-index:2;box-sizing:border-box;background:#fff;align-items:center;margin-top:-24px;margin-left:0;margin-right:0;padding-right:56px;transition:all .3s;display:flex;position:relative}.AllProjectsSection-module__ZKPE4a__projectCard:hover .AllProjectsSection-module__ZKPE4a__cardInfoBadge{background:var(--color-black)}.AllProjectsSection-module__ZKPE4a__projectCard:hover .AllProjectsSection-module__ZKPE4a__cardCategory,.AllProjectsSection-module__ZKPE4a__projectCard:hover .AllProjectsSection-module__ZKPE4a__cardTitle{color:#fff}.AllProjectsSection-module__ZKPE4a__badgeContent{flex-direction:column;min-width:0;display:flex}.AllProjectsSection-module__ZKPE4a__cardCategory{font-size:var(--text-xs);color:var(--color-gray-600);margin-bottom:2px;transition:color .3s}.AllProjectsSection-module__ZKPE4a__cardTitle{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-black);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.AllProjectsSection-module__ZKPE4a__badgeArrow{border:1px solid var(--color-black);width:48px;height:48px;color:var(--color-black);cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;right:-1px;transform:translateY(-50%)}.AllProjectsSection-module__ZKPE4a__badgeArrow:hover{background:var(--color-black);color:#fff}.AllProjectsSection-module__ZKPE4a__cardMeta{padding:var(--space-4)0 0}.AllProjectsSection-module__ZKPE4a__cardDescription{font-size:var(--text-sm);color:var(--color-gray-600);margin-bottom:var(--space-3);text-overflow:ellipsis;-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;line-height:1.7;display:-webkit-box;overflow:hidden}.AllProjectsSection-module__ZKPE4a__cardBadges{gap:var(--space-2);display:flex}.AllProjectsSection-module__ZKPE4a__badgeType{font-size:var(--text-xs);font-weight:var(--font-medium);background:var(--color-gray-100);color:var(--color-gray-600);padding:4px 12px}.AllProjectsSection-module__ZKPE4a__badgeYear{font-size:var(--text-xs);font-weight:var(--font-medium);border:1px solid var(--color-gray-300);color:var(--color-gray-600);padding:4px 12px}.AllProjectsSection-module__ZKPE4a__backArea{padding:var(--space-20)var(--space-12)0;justify-content:center;display:flex}.AllProjectsSection-module__ZKPE4a__backBtn{align-items:center;gap:var(--space-3);font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-4)var(--space-6);text-decoration:none;transition:all .3s;display:inline-flex}.AllProjectsSection-module__ZKPE4a__backBtn:hover{background-color:var(--color-dark-gray)}.AllProjectsSection-module__ZKPE4a__panelOverlay{z-index:9998;-webkit-backdrop-filter:blur(6px);background:#0009;position:fixed;inset:0}.AllProjectsSection-module__ZKPE4a__sidePanel{border-left:2px solid var(--color-black);z-index:9999;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;width:600px;max-width:95vw;height:100dvh;display:flex;position:fixed;top:0;right:0;overflow:hidden auto}.AllProjectsSection-module__ZKPE4a__panelHeader{z-index:10;background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:16px 24px;display:flex;position:sticky;top:0}.AllProjectsSection-module__ZKPE4a__panelLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:#fff;background:var(--color-black);text-transform:uppercase;letter-spacing:.5px;padding:5px 14px}.AllProjectsSection-module__ZKPE4a__panelClose{border:2px solid var(--color-black);background:var(--color-black);color:#fff;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;transition:all .3s;display:flex}.AllProjectsSection-module__ZKPE4a__panelClose:hover{color:var(--color-black);background:0 0}.AllProjectsSection-module__ZKPE4a__panelImageWrapper{border-bottom:1px solid #e5e5e5;flex-shrink:0;width:100%;height:300px;overflow:hidden}.AllProjectsSection-module__ZKPE4a__panelImage{object-fit:cover;width:100%;height:100%}.AllProjectsSection-module__ZKPE4a__panelBody{flex:1;padding:24px}.AllProjectsSection-module__ZKPE4a__panelMeta{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.AllProjectsSection-module__ZKPE4a__panelBadgeType{font-size:var(--text-xs);font-weight:var(--font-bold);color:#fff;background:var(--color-black);padding:5px 12px}.AllProjectsSection-module__ZKPE4a__panelBadgeYear{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-black);border:1px solid var(--color-black);padding:5px 12px}.AllProjectsSection-module__ZKPE4a__panelTitle{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--color-black);margin-bottom:var(--space-2);line-height:1.3}.AllProjectsSection-module__ZKPE4a__panelSubtitle{font-size:var(--text-sm);color:#666;margin-bottom:var(--space-5);line-height:1.6}.AllProjectsSection-module__ZKPE4a__panelTechStack{margin-bottom:var(--space-5);flex-wrap:wrap;gap:8px;display:flex}.AllProjectsSection-module__ZKPE4a__panelTag{font-size:12px;font-weight:var(--font-bold);color:var(--color-black);border:1px solid var(--color-black);padding:5px 12px;transition:all .3s}.AllProjectsSection-module__ZKPE4a__panelTag:hover{background:var(--color-black);color:#fff}.AllProjectsSection-module__ZKPE4a__panelDivider{background:#e5e5e5;width:100%;height:1px;margin:20px 0}.AllProjectsSection-module__ZKPE4a__panelSectionTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--space-4)}.AllProjectsSection-module__ZKPE4a__panelDescription{font-size:var(--text-sm);color:#444;line-height:1.9}.AllProjectsSection-module__ZKPE4a__panelTeam{flex-direction:column;gap:0;display:flex}.AllProjectsSection-module__ZKPE4a__panelMember{align-items:center;gap:var(--space-3);border-bottom:1px solid #f0f0f0;padding:10px 0;display:flex}.AllProjectsSection-module__ZKPE4a__panelMember:last-child{border-bottom:none}.AllProjectsSection-module__ZKPE4a__panelMemberAvatar{object-fit:cover;border:2px solid #e5e5e5;border-radius:50%;flex-shrink:0;width:44px;height:44px}.AllProjectsSection-module__ZKPE4a__panelMemberInfo{flex-direction:column;gap:2px;display:flex}.AllProjectsSection-module__ZKPE4a__panelMemberName{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black)}.AllProjectsSection-module__ZKPE4a__panelMemberRole{font-size:var(--text-xs);color:#888}.AllProjectsSection-module__ZKPE4a__panelLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-bold);color:#fff;background:var(--color-black);border:2px solid var(--color-black);padding:12px 24px;text-decoration:none;transition:all .3s;display:inline-flex}.AllProjectsSection-module__ZKPE4a__panelLink:hover{color:var(--color-black);background:0 0}@media (max-width:1024px){.AllProjectsSection-module__ZKPE4a__headerTop{align-items:flex-start;gap:var(--space-6);flex-direction:column}.AllProjectsSection-module__ZKPE4a__description{text-align:left;max-width:100%}}@media (max-width:768px){.AllProjectsSection-module__ZKPE4a__section{padding:100px 0 60px;overflow-x:hidden}.AllProjectsSection-module__ZKPE4a__header{padding:0 var(--space-4);width:100%}.AllProjectsSection-module__ZKPE4a__headerTop{align-items:flex-start;gap:var(--space-6);flex-direction:column}.AllProjectsSection-module__ZKPE4a__description{text-align:left;max-width:100%;font-size:var(--text-sm);word-wrap:break-word}.AllProjectsSection-module__ZKPE4a__title{word-wrap:break-word;font-size:32px}.AllProjectsSection-module__ZKPE4a__filtersArea{align-items:flex-start;gap:var(--space-4);flex-direction:column;width:100%}.AllProjectsSection-module__ZKPE4a__categoryFilters,.AllProjectsSection-module__ZKPE4a__typeFilters{flex-wrap:wrap;gap:8px}.AllProjectsSection-module__ZKPE4a__projectsGrid{padding:0 var(--space-4);grid-template-columns:1fr;gap:30px;width:100%}.AllProjectsSection-module__ZKPE4a__cardImageWrapper{height:240px}.AllProjectsSection-module__ZKPE4a__cardGridBg{width:40px;height:40px}.AllProjectsSection-module__ZKPE4a__cardInfoBadge{width:100%;padding:var(--space-3);box-sizing:border-box;border-left:none;border-right:none;margin-top:-20px;margin-left:0;margin-right:0;padding-right:60px}.AllProjectsSection-module__ZKPE4a__badgeContent{width:100%;overflow:hidden}.AllProjectsSection-module__ZKPE4a__cardTitle{white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}.AllProjectsSection-module__ZKPE4a__badgeArrow{width:40px;height:40px;right:10px}.AllProjectsSection-module__ZKPE4a__resultInfo{padding:0 var(--space-4)}.AllProjectsSection-module__ZKPE4a__backArea{padding:var(--space-12)var(--space-4)0}.AllProjectsSection-module__ZKPE4a__sidePanel{border-left:none;border-top:2px solid var(--color-black);border-radius:16px 16px 0 0;height:85vh;inset:auto 0 0;overflow-x:hidden;width:100%!important;max-width:100vw!important}.AllProjectsSection-module__ZKPE4a__panelImageWrapper{height:200px}.AllProjectsSection-module__ZKPE4a__panelHeader{padding:16px}.AllProjectsSection-module__ZKPE4a__panelBody{padding:20px}.AllProjectsSection-module__ZKPE4a__panelTitle,.AllProjectsSection-module__ZKPE4a__panelDescription,.AllProjectsSection-module__ZKPE4a__panelSubtitle{word-break:break-word;overflow-wrap:break-word}}
.InterviewSection-module__ykARJq__section{background-color:#fff;min-height:100vh;padding:120px 0 100px;position:relative;overflow:hidden}.InterviewSection-module__ykARJq__crosshair{z-index:5;width:24px;height:24px;position:absolute}.InterviewSection-module__ykARJq__crosshair:before,.InterviewSection-module__ykARJq__crosshair:after{content:"";background-color:var(--color-gray);position:absolute}.InterviewSection-module__ykARJq__crosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.InterviewSection-module__ykARJq__crosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.InterviewSection-module__ykARJq__crosshairTopLeft{top:80px;left:3%}.InterviewSection-module__ykARJq__crosshairTopRight{top:80px;right:3%}.InterviewSection-module__ykARJq__crosshairBottomLeft{bottom:80px;left:3%}.InterviewSection-module__ykARJq__crosshairBottomRight{bottom:80px;right:3%}.InterviewSection-module__ykARJq__header{max-width:1400px;padding:0 var(--space-12);margin:0 auto;margin-bottom:var(--space-12)}.InterviewSection-module__ykARJq__titleArea{margin-bottom:var(--space-6);flex-direction:column;align-items:flex-start;display:flex}.InterviewSection-module__ykARJq__headerLabel{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-1)var(--space-3);margin-bottom:var(--space-2);display:inline-block}.InterviewSection-module__ykARJq__titleBox{border:3px solid var(--color-black);padding:var(--space-3)var(--space-6);background-color:#fff;display:inline-block}.InterviewSection-module__ykARJq__title{font-size:64px;font-weight:var(--font-bold);color:var(--color-black);letter-spacing:-.02em;line-height:1}.InterviewSection-module__ykARJq__description{font-size:var(--text-base);color:var(--color-dark-gray);max-width:600px;line-height:1.8}.InterviewSection-module__ykARJq__dashedLine{background-image:linear-gradient(to right,transparent 0%,transparent 5%,var(--color-gray)5%,var(--color-gray)95%,transparent 95%,transparent 100%);width:100%;height:1px;margin-bottom:var(--space-16);background-repeat:repeat-x;background-size:12px 1px}.InterviewSection-module__ykARJq__teamGrid{max-width:1200px;padding:0 var(--space-12);grid-template-columns:repeat(3,1fr);gap:60px 40px;margin:0 auto;display:grid}.InterviewSection-module__ykARJq__memberCard{cursor:pointer;flex-direction:column;align-items:center;text-decoration:none;display:flex;position:relative}.InterviewSection-module__ykARJq__cardGridBg{z-index:0;background:repeating-linear-gradient(0deg,#0000,#0000 24px,#e8e8e8 24px 25px),repeating-linear-gradient(90deg,#0000,#0000 24px,#e8e8e8 24px 25px),#fff;border-radius:50%;width:280px;height:280px;position:absolute;top:0;left:50%;transform:translate(-50%)}.InterviewSection-module__ykARJq__imageWrapper{z-index:1;width:260px;height:260px;margin-bottom:var(--space-6);border-radius:50%;transition:transform .3s;position:relative;overflow:hidden}.InterviewSection-module__ykARJq__memberCard:hover .InterviewSection-module__ykARJq__imageWrapper{transform:scale(1.03)}.InterviewSection-module__ykARJq__memberImage{object-fit:cover;width:100%;height:100%}.InterviewSection-module__ykARJq__infoBadge{border:1px solid var(--color-black);padding:var(--space-3)var(--space-4);padding-right:var(--space-14);z-index:2;background:#fff;align-items:center;min-width:220px;margin-top:-30px;transition:all .3s;display:flex;position:relative}.InterviewSection-module__ykARJq__memberCard:hover .InterviewSection-module__ykARJq__infoBadge{background:var(--color-black)}.InterviewSection-module__ykARJq__memberCard:hover .InterviewSection-module__ykARJq__department,.InterviewSection-module__ykARJq__memberCard:hover .InterviewSection-module__ykARJq__name{color:#fff}.InterviewSection-module__ykARJq__badgeContent{flex-direction:column;display:flex}.InterviewSection-module__ykARJq__department{font-size:var(--text-xs);color:var(--color-gray-600);margin-bottom:2px;transition:color .3s}.InterviewSection-module__ykARJq__name{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--color-black);transition:color .3s}.InterviewSection-module__ykARJq__badgeArrow{border:1px solid var(--color-black);width:48px;height:48px;color:var(--color-black);cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;right:-1px;transform:translateY(-50%)}.InterviewSection-module__ykARJq__badgeArrow:hover{background:var(--color-black);color:#fff}.InterviewSection-module__ykARJq__backArea{padding:var(--space-20)var(--space-12)0;justify-content:center;display:flex}.InterviewSection-module__ykARJq__backBtn{align-items:center;gap:var(--space-3);font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-4)var(--space-6);text-decoration:none;transition:all .3s;display:inline-flex}.InterviewSection-module__ykARJq__backBtn:hover{background-color:var(--color-dark-gray)}.InterviewSection-module__ykARJq__backArrowIcon{transform:rotate(180deg)}@media (max-width:1024px){.InterviewSection-module__ykARJq__teamGrid{grid-template-columns:repeat(2,1fr);gap:50px 30px}.InterviewSection-module__ykARJq__imageWrapper{width:220px;height:220px}.InterviewSection-module__ykARJq__cardGridBg{width:240px;height:240px}}@media (max-width:768px){.InterviewSection-module__ykARJq__section{padding:100px 0 80px}.InterviewSection-module__ykARJq__header{padding:0 var(--space-4)}.InterviewSection-module__ykARJq__title{font-size:40px}.InterviewSection-module__ykARJq__teamGrid{padding:0 var(--space-4);grid-template-columns:1fr;gap:50px}.InterviewSection-module__ykARJq__imageWrapper{width:200px;height:200px}.InterviewSection-module__ykARJq__cardGridBg{width:220px;height:220px}.InterviewSection-module__ykARJq__infoBadge{min-width:200px}.InterviewSection-module__ykARJq__backArea{padding:var(--space-12)var(--space-4)0}}
.OrdersSection-module__ze7C3a__section{background-color:#dfdfdf;padding:120px 0;position:relative;overflow:hidden}.OrdersSection-module__ze7C3a__section:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#0000000a 1px,#0000 1px),linear-gradient(90deg,#0000000a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.OrdersSection-module__ze7C3a__container{max-width:1200px;padding:0 var(--space-8);z-index:1;margin:0 auto;position:relative}.OrdersSection-module__ze7C3a__header{margin-bottom:60px}.OrdersSection-module__ze7C3a__headerLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-white);background:var(--color-black);text-transform:uppercase;letter-spacing:2px;margin-bottom:24px;padding:6px 16px;display:inline-block}.OrdersSection-module__ze7C3a__titleRow{flex-wrap:wrap;gap:16px;margin-bottom:20px;display:flex}.OrdersSection-module__ze7C3a__titleBox{border:3px solid var(--color-black);background:#fff;padding:8px 20px;display:inline-block}.OrdersSection-module__ze7C3a__title{font-size:clamp(32px,5vw,56px);font-weight:var(--font-black);color:var(--color-black);line-height:1.1}.OrdersSection-module__ze7C3a__description{font-size:var(--text-base);color:#555;max-width:500px;line-height:1.7}.OrdersSection-module__ze7C3a__serviceGrid{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:50px;display:grid}.OrdersSection-module__ze7C3a__serviceCard{cursor:default;background:#fff;border:1px solid #ccc;flex-direction:column;gap:16px;padding:28px 24px;transition:all .3s;display:flex;position:relative}.OrdersSection-module__ze7C3a__serviceCard:hover{border-color:var(--color-black);background:#fff;box-shadow:0 8px 30px #00000014}.OrdersSection-module__ze7C3a__serviceCardTop{justify-content:space-between;align-items:flex-start;display:flex}.OrdersSection-module__ze7C3a__serviceIconWrapper{width:52px;height:52px;color:var(--color-black);border:1px solid #ccc;justify-content:center;align-items:center;display:flex}.OrdersSection-module__ze7C3a__serviceNumber{font-size:var(--text-xs);color:#aaa;font-weight:var(--font-bold);letter-spacing:1px}.OrdersSection-module__ze7C3a__serviceName{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-black);line-height:1.3}.OrdersSection-module__ze7C3a__servicePrice{font-size:var(--text-sm);color:#777;font-weight:var(--font-medium)}.OrdersSection-module__ze7C3a__serviceCardActions{border-top:1px solid #e5e5e5;gap:10px;margin-top:auto;padding-top:12px;display:flex}.OrdersSection-module__ze7C3a__orderBtn{background:var(--color-black);color:var(--color-white);font-size:var(--text-sm);font-weight:var(--font-bold);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;transition:all .3s;display:flex}.OrdersSection-module__ze7C3a__orderBtn:hover{background:#333;transform:translateY(-1px)}.OrdersSection-module__ze7C3a__detailLink{color:var(--color-black);font-size:var(--text-sm);font-weight:var(--font-medium);border:1px solid #ccc;align-items:center;gap:6px;padding:10px 16px;text-decoration:none;transition:all .3s;display:flex}.OrdersSection-module__ze7C3a__detailLink:hover{border-color:var(--color-black);background:var(--color-black);color:var(--color-white)}.OrdersSection-module__ze7C3a__contactBar{background:#fff;border:1px solid #ccc;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;padding:20px 28px;display:flex}.OrdersSection-module__ze7C3a__contactLabel{font-size:var(--text-sm);color:#777;font-weight:var(--font-medium)}.OrdersSection-module__ze7C3a__contactLinks{flex-wrap:wrap;gap:12px;display:flex}.OrdersSection-module__ze7C3a__contactChip{color:var(--color-black);font-size:var(--text-sm);font-weight:var(--font-medium);border:1px solid #ccc;align-items:center;gap:8px;padding:10px 20px;text-decoration:none;transition:all .3s;display:flex}.OrdersSection-module__ze7C3a__contactChip:hover{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.OrdersSection-module__ze7C3a__modalOverlay{z-index:9998;-webkit-backdrop-filter:blur(8px);background:#0009;position:fixed;inset:0}.OrdersSection-module__ze7C3a__modalContent{z-index:9999;pointer-events:none;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.OrdersSection-module__ze7C3a__modalContent>*{pointer-events:auto}.OrdersSection-module__ze7C3a__modalInner{background:var(--color-white);border:2px solid var(--color-black);flex-direction:column;width:520px;max-width:100%;max-height:85vh;display:flex;overflow-y:auto;box-shadow:0 25px 60px #0000004d}.OrdersSection-module__ze7C3a__modalHeader{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:flex-start;padding:24px 28px 16px;display:flex}.OrdersSection-module__ze7C3a__modalTitle{font-size:var(--text-lg);font-weight:var(--font-black);color:var(--color-black);margin-bottom:4px}.OrdersSection-module__ze7C3a__modalSubtitle{font-size:var(--text-sm);color:#888}.OrdersSection-module__ze7C3a__modalClose{cursor:pointer;width:36px;min-width:36px;height:36px;color:var(--color-black);background:0 0;border:1px solid #e5e5e5;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.OrdersSection-module__ze7C3a__modalClose:hover{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.OrdersSection-module__ze7C3a__modalSteps{border-bottom:1px solid #f0f0f0;justify-content:center;align-items:center;gap:0;padding:20px 28px;display:flex}.OrdersSection-module__ze7C3a__modalStep{font-size:var(--text-sm);font-weight:var(--font-medium);color:#ccc;align-items:center;gap:8px;transition:color .3s;display:flex}.OrdersSection-module__ze7C3a__modalStep span{width:26px;height:26px;font-size:var(--text-xs);font-weight:var(--font-bold);border:1px solid #ddd;justify-content:center;align-items:center;transition:all .3s;display:flex}.OrdersSection-module__ze7C3a__modalStepActive{color:var(--color-black)}.OrdersSection-module__ze7C3a__modalStepActive span{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.OrdersSection-module__ze7C3a__modalStepLine{background:#e5e5e5;width:40px;height:1px;margin:0 12px}.OrdersSection-module__ze7C3a__modalBody{flex-direction:column;gap:18px;padding:24px 28px;display:flex}.OrdersSection-module__ze7C3a__modalFormGroup{flex-direction:column;gap:6px;display:flex}.OrdersSection-module__ze7C3a__modalFormGroup label{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);text-transform:uppercase;letter-spacing:.5px}.OrdersSection-module__ze7C3a__modalFormGroup input,.OrdersSection-module__ze7C3a__modalFormGroup textarea{width:100%;font-size:var(--text-base);color:var(--color-black);background:#fafafa;border:1px solid #e5e5e5;outline:none;padding:12px 16px;font-family:inherit;transition:all .2s}.OrdersSection-module__ze7C3a__modalFormGroup input:focus,.OrdersSection-module__ze7C3a__modalFormGroup textarea:focus{border-color:var(--color-black);background:var(--color-white)}.OrdersSection-module__ze7C3a__modalFormGroup textarea{resize:vertical;min-height:100px}.OrdersSection-module__ze7C3a__modalNextBtn{background:var(--color-black);width:100%;color:var(--color-white);font-size:var(--text-sm);font-weight:var(--font-bold);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;justify-content:center;align-items:center;gap:8px;padding:14px;transition:all .3s;display:flex}.OrdersSection-module__ze7C3a__modalNextBtn:hover{background:var(--color-dark-gray)}.OrdersSection-module__ze7C3a__modalNextBtn:disabled{opacity:.3;cursor:not-allowed}.OrdersSection-module__ze7C3a__modalBackBtn{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-black);cursor:pointer;background:0 0;border:1px solid #e5e5e5;padding:12px 20px;transition:all .2s}.OrdersSection-module__ze7C3a__modalBackBtn:hover{border-color:var(--color-black)}.OrdersSection-module__ze7C3a__modalBtnRow{justify-content:flex-start;gap:12px;display:flex}.OrdersSection-module__ze7C3a__confirmSummary{border:1px solid #e5e5e5}.OrdersSection-module__ze7C3a__confirmRow{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:14px 18px;display:flex}.OrdersSection-module__ze7C3a__confirmRow:last-child{border-bottom:none}.OrdersSection-module__ze7C3a__confirmRow span{font-size:var(--text-sm);color:#888}.OrdersSection-module__ze7C3a__confirmRow strong{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black)}.OrdersSection-module__ze7C3a__confirmActions{gap:12px;display:flex}.OrdersSection-module__ze7C3a__waBtn{color:#fff;font-size:var(--text-sm);font-weight:var(--font-bold);cursor:pointer;background:#25d366;border:none;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px;transition:all .3s;display:flex}.OrdersSection-module__ze7C3a__waBtn:hover{background:#1da851}.OrdersSection-module__ze7C3a__emailBtn{border:1px solid var(--color-black);color:var(--color-black);font-size:var(--text-sm);font-weight:var(--font-bold);cursor:pointer;background:0 0;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px;text-decoration:none;transition:all .3s;display:flex}.OrdersSection-module__ze7C3a__emailBtn:hover{background:var(--color-black);color:var(--color-white)}@media (max-width:1200px){.OrdersSection-module__ze7C3a__serviceGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.OrdersSection-module__ze7C3a__section{padding:80px 0}.OrdersSection-module__ze7C3a__container{padding:0 var(--space-4)}.OrdersSection-module__ze7C3a__header{margin-bottom:40px}.OrdersSection-module__ze7C3a__titleRow{gap:10px}.OrdersSection-module__ze7C3a__serviceGrid{grid-template-columns:repeat(2,1fr);gap:14px}.OrdersSection-module__ze7C3a__serviceCard{gap:12px;padding:20px 18px}.OrdersSection-module__ze7C3a__serviceIconWrapper{width:44px;height:44px}.OrdersSection-module__ze7C3a__serviceCardActions{flex-direction:column;gap:8px}.OrdersSection-module__ze7C3a__orderBtn,.OrdersSection-module__ze7C3a__detailLink{justify-content:center;padding:10px}.OrdersSection-module__ze7C3a__contactBar{flex-direction:column;align-items:flex-start;gap:14px;padding:20px}.OrdersSection-module__ze7C3a__contactLinks{width:100%}.OrdersSection-module__ze7C3a__contactChip{flex:1;justify-content:center;padding:10px 12px}.OrdersSection-module__ze7C3a__modalContent{align-items:flex-end;padding:0}.OrdersSection-module__ze7C3a__modalInner{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:90vh}.OrdersSection-module__ze7C3a__modalHeader{padding:20px 20px 14px}.OrdersSection-module__ze7C3a__modalSteps{padding:16px 20px}.OrdersSection-module__ze7C3a__modalBody{padding:20px}.OrdersSection-module__ze7C3a__confirmActions{flex-direction:column}}@media (max-width:480px){.OrdersSection-module__ze7C3a__serviceGrid{grid-template-columns:1fr}.OrdersSection-module__ze7C3a__serviceCardActions{flex-direction:row}}
.ProjectDetailSection-module__EwfxQW__section{background-color:#fff;min-height:100vh;padding:120px 0 80px;position:relative;overflow:hidden}.ProjectDetailSection-module__EwfxQW__crosshair{z-index:5;width:24px;height:24px;position:absolute}.ProjectDetailSection-module__EwfxQW__crosshair:before,.ProjectDetailSection-module__EwfxQW__crosshair:after{content:"";background-color:var(--color-gray);position:absolute}.ProjectDetailSection-module__EwfxQW__crosshair:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.ProjectDetailSection-module__EwfxQW__crosshair:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.ProjectDetailSection-module__EwfxQW__crosshairTopLeft{top:80px;left:3%}.ProjectDetailSection-module__EwfxQW__crosshairTopRight{top:80px;right:3%}.ProjectDetailSection-module__EwfxQW__hero{max-width:1200px;padding:0 var(--space-12);margin:0 auto;margin-bottom:var(--space-16)}.ProjectDetailSection-module__EwfxQW__heroContent{align-items:flex-start;gap:60px;display:flex}.ProjectDetailSection-module__EwfxQW__heroInfo{padding-top:var(--space-6);flex-direction:column;flex:1;align-items:flex-start;display:flex}.ProjectDetailSection-module__EwfxQW__heroLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);margin-bottom:8px;padding:6px 14px;display:inline-block}.ProjectDetailSection-module__EwfxQW__heroTitleBox{border:3px solid var(--color-black);padding:var(--space-3)var(--space-6);margin-bottom:var(--space-8);display:inline-block}.ProjectDetailSection-module__EwfxQW__heroTitle{font-size:36px;font-weight:var(--font-bold);color:var(--color-black);line-height:1.2}.ProjectDetailSection-module__EwfxQW__heroMeta{gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.ProjectDetailSection-module__EwfxQW__metaItem{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-gray-600);display:flex}.ProjectDetailSection-module__EwfxQW__heroDescription{font-size:var(--text-base);color:var(--color-dark-gray);margin-bottom:var(--space-6);line-height:1.8}.ProjectDetailSection-module__EwfxQW__projectLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-3)var(--space-5);text-decoration:none;transition:all .3s;display:inline-flex}.ProjectDetailSection-module__EwfxQW__projectLink:hover{background-color:var(--color-dark-gray)}.ProjectDetailSection-module__EwfxQW__heroImageArea{flex-shrink:0;position:relative}.ProjectDetailSection-module__EwfxQW__heroGridBg{z-index:0;background:repeating-linear-gradient(0deg,#0000,#0000 19px,#e8e8e8 19px 20px),repeating-linear-gradient(90deg,#0000,#0000 19px,#e8e8e8 19px 20px),#fff;width:420px;height:300px;position:absolute;top:-15px;right:-15px}.ProjectDetailSection-module__EwfxQW__heroImageWrapper{z-index:1;width:420px;height:280px;position:relative;overflow:hidden}.ProjectDetailSection-module__EwfxQW__heroImage{object-fit:cover;width:100%;height:100%}.ProjectDetailSection-module__EwfxQW__dashedLine{background-image:linear-gradient(to right,transparent 0%,transparent 5%,var(--color-gray)5%,var(--color-gray)95%,transparent 95%,transparent 100%);width:100%;height:1px;margin:var(--space-12)0;background-repeat:repeat-x;background-size:12px 1px}.ProjectDetailSection-module__EwfxQW__sectionHeader{margin-bottom:var(--space-10);flex-direction:column;align-items:flex-start;display:flex}.ProjectDetailSection-module__EwfxQW__sectionLabel{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);margin-bottom:8px;padding:6px 12px;display:inline-block}.ProjectDetailSection-module__EwfxQW__sectionTitle{font-size:36px;font-weight:var(--font-bold);color:var(--color-black);border-bottom:3px solid var(--color-black);padding-bottom:var(--space-2);display:inline-block}.ProjectDetailSection-module__EwfxQW__contentArea{max-width:1200px;padding:0 var(--space-12);margin:0 auto}.ProjectDetailSection-module__EwfxQW__fullDescription{font-size:var(--text-base);color:var(--color-dark-gray);max-width:900px;line-height:2}.ProjectDetailSection-module__EwfxQW__techList{flex-wrap:wrap;gap:10px;display:flex}.ProjectDetailSection-module__EwfxQW__techTag{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-black);border:1.5px solid var(--color-black);cursor:default;align-items:center;gap:6px;padding:8px 18px;transition:all .25s;display:inline-flex}.ProjectDetailSection-module__EwfxQW__techTag:hover{background:var(--color-black);color:#fff}.ProjectDetailSection-module__EwfxQW__previewWrapper{border:1px solid #e5e5e5;width:100%;position:relative;overflow:hidden}.ProjectDetailSection-module__EwfxQW__previewImage{object-fit:cover;width:100%;height:450px;display:block}.ProjectDetailSection-module__EwfxQW__previewOverlay{padding:var(--space-10)var(--space-8)var(--space-6);gap:var(--space-1);background:linear-gradient(#0000,#000000d9);flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.ProjectDetailSection-module__EwfxQW__previewCategory{font-size:var(--text-xs);font-weight:var(--font-bold);color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.ProjectDetailSection-module__EwfxQW__previewTitle{font-size:var(--text-xl);font-weight:var(--font-bold);color:#fff}.ProjectDetailSection-module__EwfxQW__previewLink{align-items:center;gap:var(--space-2);color:var(--color-black);font-size:var(--text-sm);font-weight:var(--font-bold);border:2px solid var(--color-black);padding:var(--space-3)var(--space-5);margin-top:var(--space-6);text-decoration:none;transition:all .3s;display:inline-flex}.ProjectDetailSection-module__EwfxQW__previewLink:hover{background:var(--color-black);color:#fff}.ProjectDetailSection-module__EwfxQW__teamList{flex-wrap:wrap;gap:16px;display:flex}.ProjectDetailSection-module__EwfxQW__teamCard{align-items:center;gap:var(--space-4);padding:var(--space-3)var(--space-5);padding-right:var(--space-12);border:1px solid #e5e5e5;min-width:260px;text-decoration:none;transition:all .3s;display:flex;position:relative}.ProjectDetailSection-module__EwfxQW__teamCard:hover{border-color:var(--color-black);background:var(--color-black)}.ProjectDetailSection-module__EwfxQW__teamCard:hover .ProjectDetailSection-module__EwfxQW__teamName{color:#fff}.ProjectDetailSection-module__EwfxQW__teamCard:hover .ProjectDetailSection-module__EwfxQW__teamRole{color:#ffffffb3}.ProjectDetailSection-module__EwfxQW__teamImageWrapper{border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden}.ProjectDetailSection-module__EwfxQW__teamImage{object-fit:cover;width:100%;height:100%}.ProjectDetailSection-module__EwfxQW__teamInfo{flex-direction:column;display:flex}.ProjectDetailSection-module__EwfxQW__teamRole{color:var(--color-gray-600);font-size:11px;transition:color .3s}.ProjectDetailSection-module__EwfxQW__teamName{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);transition:color .3s}.ProjectDetailSection-module__EwfxQW__teamArrow{width:36px;height:100%;color:var(--color-black);border-left:1px solid #e5e5e5;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;right:-1px;transform:translateY(-50%)}.ProjectDetailSection-module__EwfxQW__teamCard:hover .ProjectDetailSection-module__EwfxQW__teamArrow{border-color:var(--color-black);color:#fff}.ProjectDetailSection-module__EwfxQW__otherGrid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.ProjectDetailSection-module__EwfxQW__otherCard{flex-direction:column;text-decoration:none;transition:transform .3s;display:flex}.ProjectDetailSection-module__EwfxQW__otherCard:hover{transform:translateY(-5px)}.ProjectDetailSection-module__EwfxQW__otherImageWrapper{width:100%;height:200px;overflow:hidden}.ProjectDetailSection-module__EwfxQW__otherImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.ProjectDetailSection-module__EwfxQW__otherCard:hover .ProjectDetailSection-module__EwfxQW__otherImage{transform:scale(1.05)}.ProjectDetailSection-module__EwfxQW__otherInfo{border:1px solid var(--color-black);padding:var(--space-3)var(--space-4);padding-right:var(--space-12);background:#fff;border-top:none;align-items:center;transition:all .3s;display:flex;position:relative}.ProjectDetailSection-module__EwfxQW__otherCard:hover .ProjectDetailSection-module__EwfxQW__otherInfo{background:var(--color-black)}.ProjectDetailSection-module__EwfxQW__otherCard:hover .ProjectDetailSection-module__EwfxQW__otherCategory,.ProjectDetailSection-module__EwfxQW__otherCard:hover .ProjectDetailSection-module__EwfxQW__otherTitle{color:#fff}.ProjectDetailSection-module__EwfxQW__otherInfoContent{flex-direction:column;display:flex}.ProjectDetailSection-module__EwfxQW__otherCategory{color:var(--color-gray-600);text-transform:uppercase;letter-spacing:.5px;font-size:10px;transition:color .3s}.ProjectDetailSection-module__EwfxQW__otherTitle{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);transition:color .3s}.ProjectDetailSection-module__EwfxQW__otherArrow{border:1px solid var(--color-black);width:40px;color:var(--color-black);background:#fff;justify-content:center;align-items:center;display:flex;position:absolute;top:-1px;bottom:-1px;right:-1px}.ProjectDetailSection-module__EwfxQW__navArea{justify-content:center;gap:var(--space-4);padding:var(--space-16)var(--space-12)0;display:flex}.ProjectDetailSection-module__EwfxQW__navBtn{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-white);background-color:var(--color-black);padding:var(--space-3)var(--space-5);text-decoration:none;transition:all .3s;display:inline-flex}.ProjectDetailSection-module__EwfxQW__navBtn:hover{background-color:var(--color-dark-gray)}.ProjectDetailSection-module__EwfxQW__navBtnOutline{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-black);border:2px solid var(--color-black);padding:var(--space-3)var(--space-5);background:0 0;text-decoration:none;transition:all .3s;display:inline-flex}.ProjectDetailSection-module__EwfxQW__navBtnOutline:hover{background:var(--color-black);color:#fff}@media (max-width:1024px){.ProjectDetailSection-module__EwfxQW__heroContent{gap:40px}.ProjectDetailSection-module__EwfxQW__heroImageWrapper{width:350px;height:240px}.ProjectDetailSection-module__EwfxQW__heroGridBg{width:360px;height:250px}.ProjectDetailSection-module__EwfxQW__otherGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.ProjectDetailSection-module__EwfxQW__section{padding:100px 0 60px}.ProjectDetailSection-module__EwfxQW__hero{padding:0 var(--space-4)}.ProjectDetailSection-module__EwfxQW__heroContent{flex-direction:column-reverse;align-items:center;gap:30px}.ProjectDetailSection-module__EwfxQW__heroInfo{text-align:center;align-items:center;padding-top:0}.ProjectDetailSection-module__EwfxQW__heroMeta{justify-content:center}.ProjectDetailSection-module__EwfxQW__heroTitle{font-size:28px}.ProjectDetailSection-module__EwfxQW__heroImageWrapper{width:100%;height:220px}.ProjectDetailSection-module__EwfxQW__heroGridBg{width:calc(100% + 15px);height:calc(100% + 15px);top:-10px;right:-10px}.ProjectDetailSection-module__EwfxQW__contentArea{padding:0 var(--space-4)}.ProjectDetailSection-module__EwfxQW__sectionTitle{font-size:28px}.ProjectDetailSection-module__EwfxQW__previewImage{height:250px}.ProjectDetailSection-module__EwfxQW__teamList{flex-direction:column}.ProjectDetailSection-module__EwfxQW__teamCard{min-width:100%}.ProjectDetailSection-module__EwfxQW__otherGrid{grid-template-columns:1fr;gap:24px}.ProjectDetailSection-module__EwfxQW__navArea{align-items:center;gap:var(--space-3);padding:var(--space-12)var(--space-4)0;flex-direction:column}}
