.Menu-module__vt-NBW__menu{width:var(--menu-width);height:calc(100vh - var(--margin) * 2);border:var(--border);background:var(--bg);flex-direction:column;display:flex;overflow:hidden}.Menu-module__vt-NBW__lang{border-bottom:var(--border);color:var(--black);flex-shrink:0;align-items:center;gap:6px;padding:10px;font-size:14px;font-weight:400;display:flex}.Menu-module__vt-NBW__langBtn{color:var(--black);cursor:pointer;font-size:12px;font-weight:400;font-family:var(--font);background:0 0;border:none;padding:0;transition:opacity .12s}.Menu-module__vt-NBW__langBtn.Menu-module__vt-NBW__active{font-weight:600}.Menu-module__vt-NBW__langBtn:not(.Menu-module__vt-NBW__active):hover{opacity:.6}.Menu-module__vt-NBW__langSep{color:#000;-webkit-user-select:none;user-select:none;font-size:14px}.Menu-module__vt-NBW__logoBlock{border-bottom:var(--border);flex-shrink:0;padding:10px}.Menu-module__vt-NBW__logoText{letter-spacing:-.02em;margin-bottom:4px;font-size:12px;font-weight:600;line-height:1.2;display:block}.Menu-module__vt-NBW__tagline{color:var(--black);letter-spacing:-.02em;font-size:12px;font-weight:400;line-height:1.2}.Menu-module__vt-NBW__nav{border-bottom:var(--border);flex-direction:column;padding:10px 0;display:flex}.Menu-module__vt-NBW__navItem{letter-spacing:-.02em;color:var(--black);padding:1px 10px;font-size:12px;font-weight:400;line-height:1.5;text-decoration:none;transition:background .1s;display:block}.Menu-module__vt-NBW__navItem:hover{background:var(--orange);color:var(--bg)}.Menu-module__vt-NBW__navItem.Menu-module__vt-NBW__active{font-weight:600;text-decoration:underline}.Menu-module__vt-NBW__contact{background:var(--orange);border-bottom:var(--border);flex-direction:column;flex:1 0;padding:10px;display:flex}.Menu-module__vt-NBW__contactTitle{color:var(--black);margin-bottom:5px;font-size:12px;font-weight:600}.Menu-module__vt-NBW__contactField{width:100%;font-size:12px;font-weight:600;font-family:var(--font);color:var(--text);opacity:.5;background:0 0;border:none;outline:none;padding:2px 0;line-height:1}.Menu-module__vt-NBW__textarea{resize:none;flex:1}.Menu-module__vt-NBW__contactField::placeholder{color:var(--text);opacity:.85}.Menu-module__vt-NBW__contactField:focus{border-bottom-color:none;text-decoration:none}.Menu-module__vt-NBW__contactField:not(:placeholder-shown){text-decoration:none}.Menu-module__vt-NBW__sendBtn{color:var(--black);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font);background:0 0;border:none;align-self:flex-start;margin-top:auto;padding:4px 0;transition:opacity .15s}.Menu-module__vt-NBW__sendBtn:hover:not(:disabled){opacity:.65}.Menu-module__vt-NBW__sendBtn:disabled{opacity:.4;cursor:not-allowed}.Menu-module__vt-NBW__feedback{color:var(--black);font-size:12px;line-height:1.3}.Menu-module__vt-NBW__menuFooter{border-bottom:var(--border);flex-shrink:0;padding:10px}.Menu-module__vt-NBW__menuFooterLine{color:var(--black);font-size:12px;font-weight:400;line-height:1.4;display:block}.Menu-module__vt-NBW__menuFooterLine.Menu-module__vt-NBW__bold{margin-top:6px;font-weight:600}.Menu-module__vt-NBW__jmbBlock{flex:1;justify-content:center;align-items:flex-end;min-height:0;padding:10px;display:flex;overflow:hidden}.Menu-module__vt-NBW__jmbBlock img{object-fit:contain;width:100%;max-width:200px;height:auto}.Menu-module__vt-NBW__jmbPlaceholder{letter-spacing:-.03em;text-align:center;-webkit-user-select:none;user-select:none;font-size:clamp(40px,8vw,72px);font-weight:600;line-height:.85}
.MobileHeader-module__wcVAmW__header{z-index:300;width:calc(100% - 32px);height:var(--menu-mobile-height);background:var(--bg);border:var(--border);justify-content:flex-end;align-items:center;margin:16px;padding:0 12px;display:flex;position:fixed;box-shadow:0 2px 8px #aaa}.MobileHeader-module__wcVAmW__toggle{cursor:pointer;width:32px;height:32px;color:var(--black);font-size:18px;font-weight:400;font-family:var(--font);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MobileHeader-module__wcVAmW__overlay{top:calc(var(--menu-mobile-height) + 2 * var(--margin));background:var(--bg);border:var(--border);z-index:299;max-width:calc(100% - 32px);overflow-y:none;opacity:0;pointer-events:none;bottom:0;left:0;right:0;bottom:var(--margin);flex-direction:column;margin:auto;transition:transform .22s,opacity .22s;display:flex;position:fixed}.MobileHeader-module__wcVAmW__overlay.MobileHeader-module__wcVAmW__open{opacity:1;pointer-events:all;transform:translateY(0)}.MobileHeader-module__wcVAmW__lang{border-bottom:var(--border);flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:12px;display:flex}.MobileHeader-module__wcVAmW__langBtn{cursor:pointer;font-size:12px;font-weight:400;font-family:var(--font);color:var(--black);background:0 0;border:none;padding:0}.MobileHeader-module__wcVAmW__langBtn.MobileHeader-module__wcVAmW__active{font-weight:600}.MobileHeader-module__wcVAmW__langSep{color:#aaa}.MobileHeader-module__wcVAmW__logoBlock{border-bottom:var(--border);flex-shrink:0;padding:8px 16px}.MobileHeader-module__wcVAmW__logoText{margin-bottom:4px;font-size:12px;font-weight:700;display:block}.MobileHeader-module__wcVAmW__tagline{font-size:12px;font-weight:400}.MobileHeader-module__wcVAmW__nav{border-bottom:var(--border);flex-direction:column;padding:5px 0;display:flex}.MobileHeader-module__wcVAmW__navItem{color:var(--black);padding:3px 16px;font-size:12px;font-weight:600;text-decoration:none;display:block}.MobileHeader-module__wcVAmW__navItem.MobileHeader-module__wcVAmW__active{font-weight:600;text-decoration:underline}.MobileHeader-module__wcVAmW__contact{background:var(--orange);border-bottom:var(--border);flex-direction:column;flex:1;gap:1px;padding:8px 16px 5px;display:flex}.MobileHeader-module__wcVAmW__contactTitle{color:var(--black);font-size:12px;font-weight:600}.MobileHeader-module__wcVAmW__contactField{width:100%;font-size:12px;font-family:var(--font);color:var(--text);background:0 0;border:none;outline:none;padding:1px 0}.MobileHeader-module__wcVAmW__contactField::placeholder{color:var(--text);opacity:.5;font-weight:600}.MobileHeader-module__wcVAmW__textarea{resize:none;flex:1}.MobileHeader-module__wcVAmW__sendBtn{cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font);color:var(--black);background:0 0;border:none;align-self:flex-start;margin-top:auto;padding:1px 0}.MobileHeader-module__wcVAmW__sendBtn:disabled{opacity:.4;cursor:not-allowed}.MobileHeader-module__wcVAmW__feedback{color:var(--black);font-size:12px}.MobileHeader-module__wcVAmW__menuFooter{border-bottom:var(--border);flex-shrink:0;padding:8px 16px}.MobileHeader-module__wcVAmW__menuFooterLine{font-size:12px;font-weight:600;line-height:1.4;display:block}.MobileHeader-module__wcVAmW__menuFooterLine.MobileHeader-module__wcVAmW__bold{margin-top:6px;font-weight:700}.MobileHeader-module__wcVAmW__jmbBlock{flex:1;justify-content:center;align-items:flex-end;min-height:120px;padding:16px;display:flex;overflow:hidden}.MobileHeader-module__wcVAmW__jmbBlock img{object-fit:contain;width:100%;max-width:180px;height:auto}.MobileHeader-module__wcVAmW__jmbPlaceholder{letter-spacing:-.03em;text-align:center;-webkit-user-select:none;user-select:none;font-size:clamp(48px,18vw,90px);font-weight:600;line-height:.85}
.RevealFooter-module__Ek6biW__footerBg{bottom:var(--margin);left:calc(var(--menu-width) + var(--margin) * 3);z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:flex-end;gap:1px;display:flex;position:fixed}.RevealFooter-module__Ek6biW__credit{color:var(--black);font-size:12px;font-weight:600}.RevealFooter-module__Ek6biW__published{color:#aaa;font-size:12px;font-weight:400}.RevealFooter-module__Ek6biW__bigText{letter-spacing:-.1em;color:var(--black);font-weight:600;line-height:.88;font-size:clamp(40px, calc(14vw - var(--margin)), 210px);white-space:nowrap;margin-top:30px}@media (max-width:768px){.RevealFooter-module__Ek6biW__footerBg{padding:12px 16px 20px;bottom:0;left:0;right:0}.RevealFooter-module__Ek6biW__credit,.RevealFooter-module__Ek6biW__published{margin:auto}.RevealFooter-module__Ek6biW__bigText{margin-right:var(--margin);white-space:pre-line;margin-top:5px;font-size:clamp(44px,50vw,180px);line-height:.8em}}
.PageShell-module__9zokjG__shell{min-height:100vh;padding:var(--margin);gap:calc(var(--margin));align-items:flex-start;display:flex;position:relative}.PageShell-module__9zokjG__menuWrap{width:var(--menu-width);top:var(--margin);flex-shrink:0;position:sticky}.PageShell-module__9zokjG__content{z-index:1;flex:1;min-width:0;margin-bottom:300px;position:relative}.PageShell-module__9zokjG__scrollArea{border:var(--border);background:var(--white);min-height:calc(100vh - var(--margin) * 2)}@media (max-width:768px){.PageShell-module__9zokjG__shell{flex-direction:column;gap:0;padding:0}.PageShell-module__9zokjG__menuWrap{display:none}.PageShell-module__9zokjG__content{width:100%;padding:var(--margin);padding-top:calc(var(--menu-mobile-height) + 2 * var(--margin));z-index:1;margin-bottom:580px}.PageShell-module__9zokjG__scrollArea{min-height:auto;padding-bottom:0}}
.AnimatedWord-module__moRkRW__wrap{vertical-align:top;height:1.3em;display:inline-block;position:relative;overflow:hidden}.AnimatedWord-module__moRkRW__track{flex-direction:column;animation:6s step-end infinite AnimatedWord-module__moRkRW__cycleWords;display:flex}.AnimatedWord-module__moRkRW__word{height:1.3em;color:var(--orange);white-space:nowrap;flex-shrink:0;display:block}@keyframes AnimatedWord-module__moRkRW__cycleWords{0%{transform:translateY(0)}0%,16.66%{transform:translateY(0)}16.67%,33.33%{transform:translateY(-1.3em)}33.34%,50%{transform:translateY(-2.6em)}50.01%,66.66%{transform:translateY(-3.9em)}66.67%,83.33%{transform:translateY(-5.2em)}83.34%,to{transform:translateY(-6.5em)}}
.HomePage-module__dZEkaG__section{border-bottom:var(--border);background:var(--bg);padding:20px 20px 300px}.HomePage-module__dZEkaG__section:last-child{padding-bottom:10px}.HomePage-module__dZEkaG__sectionhero{border-bottom:var(--border);background:var(--bg);padding:20px 20px 500px}.HomePage-module__dZEkaG__section:last-child{border-bottom:none}.HomePage-module__dZEkaG__heroHeading{letter-spacing:-.04em;margin-bottom:16px;font-size:150px;font-weight:600;line-height:1}.HomePage-module__dZEkaG__heroSub{font-size:var(--subheading-size);letter-spacing:-.04em;color:var(--text);white-space:pre-line;font-weight:600;line-height:1.4}.HomePage-module__dZEkaG__sectionTitle{font-size:var(--heading-size);letter-spacing:-.04em;max-width:550px;margin-bottom:24px;font-weight:600;line-height:1.1}.HomePage-module__dZEkaG__sectionBody{font-size:var(--body-size);letter-spacing:-.035em;color:var(--text);white-space:pre-line;max-width:550px;font-weight:400;line-height:1.6}.HomePage-module__dZEkaG__servicesTitle{font-size:var(--heading-size);letter-spacing:-.04em;margin-bottom:0;font-weight:600;line-height:1.1}.HomePage-module__dZEkaG__serviceList{flex-direction:column;margin-top:32px;display:flex}.HomePage-module__dZEkaG__serviceItem{background-color:var(--white);border:1px solid #000;grid-template-columns:1fr 1fr;align-items:start;gap:32px;padding:32px 0;display:grid}.HomePage-module__dZEkaG__serviceItem:last-child{border-bottom:var(--border)}.HomePage-module__dZEkaG__serviceLabel{margin-bottom:0;font-size:18px;font-weight:600;line-height:1.2}.HomePage-module__dZEkaG__serviceDesc{color:#333;white-space:pre-line;font-size:18px;font-weight:400;line-height:1.6}.HomePage-module__dZEkaG__serviceImageWrap{aspect-ratio:16/6;border:var(--border);color:#aaa;background:#ebebeb;grid-column:1/-1;justify-content:center;align-items:center;width:100%;margin-top:8px;font-size:13px;display:flex;overflow:hidden}.HomePage-module__dZEkaG__serviceImageWrap img{object-fit:cover;width:100%;height:100%;display:block}.HomePage-module__dZEkaG__migGrid{border:var(--border);grid-column:1/-1;grid-template-columns:1fr 1fr;gap:0;margin-top:8px;display:grid}.HomePage-module__dZEkaG__migCell{min-height:140px;padding:28px 24px;position:relative;overflow:hidden}.HomePage-module__dZEkaG__migCell+.HomePage-module__dZEkaG__migCell{border-left:var(--border)}.HomePage-module__dZEkaG__migBg{opacity:.13;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}.HomePage-module__dZEkaG__migText{z-index:1;white-space:pre-line;font-size:16px;font-weight:400;line-height:1.55;position:relative}.HomePage-module__dZEkaG__workDesc{color:#444;max-width:580px;margin:16px 0 28px;font-size:18px;font-weight:400;line-height:1.55}.HomePage-module__dZEkaG__workCta{letter-spacing:-.04em;color:var(--black);border-bottom:1px solid var(--black);padding-top:30px;padding-bottom:1px;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.HomePage-module__dZEkaG__workCta:hover{opacity:.6}@media (max-width:900px){.HomePage-module__dZEkaG__heroHeading{font-size:38px}.HomePage-module__dZEkaG__sectionTitle,.HomePage-module__dZEkaG__servicesTitle{font-size:30px}.HomePage-module__dZEkaG__serviceItem{grid-template-columns:1fr;gap:12px}}@media (max-width:768px){.HomePage-module__dZEkaG__section{padding:36px 20px 44px}.HomePage-module__dZEkaG__heroHeading{font-size:50px}.HomePage-module__dZEkaG__sectionTitle,.HomePage-module__dZEkaG__servicesTitle{font-size:26px}.HomePage-module__dZEkaG__sectionBody,.HomePage-module__dZEkaG__serviceDesc,.HomePage-module__dZEkaG__workDesc{font-size:16px}.HomePage-module__dZEkaG__serviceItem{grid-template-columns:1fr;gap:10px}.HomePage-module__dZEkaG__migGrid{grid-template-columns:1fr}.HomePage-module__dZEkaG__migCell+.HomePage-module__dZEkaG__migCell{border-left:none;border-top:var(--border)}}
.ServicesSection-module__qdd_tG__section{border-bottom:var(--border);background:var(--orange);padding:20px 20px 60px}.ServicesSection-module__qdd_tG__servicesTitle{font-size:var(--heading-size);letter-spacing:-.04em;margin-bottom:24px;font-weight:600;line-height:1.1}.ServicesSection-module__qdd_tG__srvCard{background:#fff;border:1px solid #000;margin-bottom:1.5rem;padding:1.5rem 1.5rem 60px;scroll-margin-top:10px}.ServicesSection-module__qdd_tG__srvCardTitleRow{margin-bottom:40px;padding-bottom:.75rem}.ServicesSection-module__qdd_tG__srvCardTitle{font-size:var(--subtitle-size);letter-spacing:-.04em;color:inherit;text-underline-offset:8px;align-items:center;gap:.3rem;font-weight:600;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:2px;display:inline-flex}.ServicesSection-module__qdd_tG__srvCardTitle:hover{color:var(--orange)}.ServicesSection-module__qdd_tG__disenoBody{flex-direction:column;align-items:center;display:flex}.ServicesSection-module__qdd_tG__disenoText{max-width:400px;font-size:var(--body-size);white-space:pre-line;line-height:1.7}.ServicesSection-module__qdd_tG__disenoText p{margin:0 0 .75rem}.ServicesSection-module__qdd_tG__disenoImgRow{width:100%;margin-top:1rem}.ServicesSection-module__qdd_tG__disenoImgRow img{max-width:500px;height:auto;margin:auto;display:block}.ServicesSection-module__qdd_tG__devCode{white-space:pre-wrap;max-width:500px;margin:auto;font-family:monospace;font-size:14px;line-height:1.7}.ServicesSection-module__qdd_tG__migGrid{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}.ServicesSection-module__qdd_tG__gridLeft,.ServicesSection-module__qdd_tG__gridRight{white-space:pre-line}.ServicesSection-module__qdd_tG__migCellLeft{background-color:#f5f5f5;background-position:50%;background-size:cover;border-radius:8px;flex-direction:column;min-height:400px;padding:1rem;display:flex;box-shadow:0 4px 5px #0000004d}.ServicesSection-module__qdd_tG__migCellRight{color:#fff;background-color:#141414;background-position:50%;background-size:cover;border-radius:8px;flex-direction:column;min-height:400px;padding:1rem;display:flex;box-shadow:0 4px 5px #0000004d}.ServicesSection-module__qdd_tG__migDots{gap:5px;margin-bottom:.75rem;display:flex}.ServicesSection-module__qdd_tG__dot{border-radius:50%;width:10px;height:10px;display:inline-block}.ServicesSection-module__qdd_tG__red{background:#ef4444}.ServicesSection-module__qdd_tG__yellow{background:#f59e0b}.ServicesSection-module__qdd_tG__green{background:#22c55e}.ServicesSection-module__qdd_tG__migCellLeft p,.ServicesSection-module__qdd_tG__migCellRight p{font-size:var(--body-size);letter-spacing:-.015em;margin:0 0 .5rem;padding-top:20px;font-weight:400;line-height:1.6}.ServicesSection-module__qdd_tG__migArrowCell{opacity:1;width:80px;color:var(--orange);justify-content:center;align-items:center;display:flex}@media (max-width:640px){.ServicesSection-module__qdd_tG__section{padding-bottom:30px}.ServicesSection-module__qdd_tG__servicesTitle{margin-bottom:16px;padding:20px 0;font-size:26px}.ServicesSection-module__qdd_tG__srvCard{scroll-margin-top:calc(var(--menu-mobile-height) + 2 * var(--margin))}.ServicesSection-module__qdd_tG__srvCardTitle{font-size:24px;line-height:1.6}.ServicesSection-module__qdd_tG__disenoText{font-size:14px;line-height:1.6}.ServicesSection-module__qdd_tG__migGrid{grid-template-columns:1fr}.ServicesSection-module__qdd_tG__migArrowCell{width:100%;height:48px;padding:50px;transform:rotate(90deg)}.ServicesSection-module__qdd_tG__disenoText,.ServicesSection-module__qdd_tG__devCode,.ServicesSection-module__qdd_tG__disenoImgRow img{max-width:100%}.ServicesSection-module__qdd_tG__devCode{word-break:break-word;overflow-wrap:break-word;max-width:100%;margin:auto;font-size:12px;line-height:1.7}}
.DraggableImage-module__aguWBG__area{width:100%;height:500px;position:relative}.DraggableImage-module__aguWBG__draggable{cursor:grab;-webkit-user-select:none;user-select:none;will-change:transform;touch-action:none;width:300px;margin-top:30px;position:absolute}.DraggableImage-module__aguWBG__draggable:active{cursor:grabbing}.DraggableImage-module__aguWBG__image{width:100%;height:auto;display:block}.DraggableImage-module__aguWBG__label{background:var(--white);color:var(--black);border:1px dotted var(--black);pointer-events:none;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;font-weight:600;display:flex;position:absolute;top:-10px;left:0}.DraggableImage-module__aguWBG__icon{font-size:12px}
.WorkPage-module__lRMtpq__gate{background-color:var(--bg);height:100vh;padding:20px 20px 60px}.WorkPage-module__lRMtpq__gateTitle{font-size:var(--heading-size);letter-spacing:-.04em;margin-bottom:16px;font-weight:600;line-height:1.05}.WorkPage-module__lRMtpq__gateLabel{font-size:var(--body-size);letter-spacing:-.04em;white-space:pre-line;max-width:500px;margin-bottom:12px;font-weight:600;display:block}.WorkPage-module__lRMtpq__gateInput{font-size:var(--body-size);letter-spacing:-.04em;font-weight:600;font-family:var(--font);color:var(--orange);border:none;border-bottom:1px solid var(--orange);background:0 0;outline:none;width:280px;max-width:100%;margin-bottom:20px;padding:4px 0;display:block}.WorkPage-module__lRMtpq__gateInput::placeholder{color:var(--orange)}.WorkPage-module__lRMtpq__gateBtn{font-size:var(--body-size);letter-spacing:-.04em;font-weight:600;font-family:var(--font);color:var(--black);cursor:pointer;background:0 0;border:none;padding:0;transition:opacity .15s;display:block}.WorkPage-module__lRMtpq__gateBtn:hover:not(:disabled){opacity:.6}.WorkPage-module__lRMtpq__gateBtn:disabled{opacity:.35;cursor:not-allowed}.WorkPage-module__lRMtpq__gateError{color:var(--bg);margin-top:10px;font-size:14px}.WorkPage-module__lRMtpq__workContent{background-color:var(--bg);padding:20px 20px 60px}.WorkPage-module__lRMtpq__workTitle{font-size:var(--heading-size);letter-spacing:-.04em;margin-bottom:40px;font-weight:600;line-height:1.05}.WorkPage-module__lRMtpq__projectRow{border-bottom:var(--border);grid-template-columns:220px 1fr;align-items:start;gap:24px;padding:32px 0;display:block}.WorkPage-module__lRMtpq__projectMeta{flex-direction:column;max-width:250px;height:100%;margin-bottom:40px;display:flex}.WorkPage-module__lRMtpq__projectName{font-size:var(--body-size);letter-spacing:-.04em;margin-bottom:6px;font-weight:600;line-height:1.2}.WorkPage-module__lRMtpq__projectDesc{color:#aaa;letter-spacing:-.04em;margin-bottom:16px;font-size:13px;font-weight:500;line-height:1.4}.WorkPage-module__lRMtpq__bottomBlock{margin-top:auto}.WorkPage-module__lRMtpq__projectTech{flex-grow:1;font-size:13px;font-weight:600;line-height:1.4}.WorkPage-module__lRMtpq__projectTechStack{font-size:13px;font-weight:500;line-height:1.4}.WorkPage-module__lRMtpq__projectUrl{color:var(--orange);font-size:13px;font-weight:600;text-decoration:none}.WorkPage-module__lRMtpq__projectUrl:hover{color:var(--black)}.WorkPage-module__lRMtpq__projectImages{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.WorkPage-module__lRMtpq__projectImg{aspect-ratio:16/9;border:var(--border);background:#ebebeb;justify-content:center;align-items:center;display:flex;overflow:hidden}.WorkPage-module__lRMtpq__projectImg img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:768px){.WorkPage-module__lRMtpq__gate{padding:36px 20px 60px}.WorkPage-module__lRMtpq__gateTitle{font-size:36px}.WorkPage-module__lRMtpq__workContent{padding:36px 20px 60px}.WorkPage-module__lRMtpq__workTitle{font-size:36px}.WorkPage-module__lRMtpq__projectRow{grid-template-columns:1fr;gap:16px}.WorkPage-module__lRMtpq__projectImages{grid-template-columns:repeat(1,1fr);gap:4px}}
