.projects-section{transition:0s;height:100vh;box-sizing:border-box;will-change:transform;overflow:hidden;color:var(--color-text);position:relative}.project-container{margin:auto;display:flex;flex-direction:column;height:100%;align-content:stretch}.section-heading{margin-top:100px;font-size:2.25rem;font-weight:400;font-family:var(--font-sora),system-ui,sans-serif;background:linear-gradient(0deg,var(--color-accent),var(--color-text));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media (min-width:640px){.section-heading{font-size:3rem}}@media (min-width:768px){.section-heading{font-size:3.75rem}}@media (min-width:1024px){.section-heading{font-size:4.5rem}}.project-flex{width:100%;display:flex;height:100%;margin-left:-80px;padding-right:120px;position:relative;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.project-flex:after,.project-flex:before{content:"";width:calc(50000vw);height:1px;background-color:#363636;position:absolute;left:50%;top:0;transform:translateX(-50%)}.project-flex:after{top:100%}.project-box{padding:80px;display:flex;flex-direction:column;width:600px;box-sizing:border-box;border-right:1px solid #363636;flex-shrink:0;gap:50px;justify-content:flex-start;cursor:pointer;transition:background-color .2s ease;overflow:visible}.project-box:hover{background-color:rgba(255,255,255,.02)}.project-flex .project-box:nth-child(2n):not(.view-all-box){flex-direction:column-reverse}.view-all-box{display:flex;flex-direction:column;justify-content:center;align-items:center}.view-all-link{width:100%;height:100%;text-decoration:none;color:var(--color-text)}.view-all-box:hover{background-color:rgba(255,255,255,.03)}.view-all-content{height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.view-all-text{display:flex;align-items:center;gap:1rem}.view-all-text h3{font-size:28px;font-weight:500}.arrow-icon{font-size:2rem;transition:transform .3s ease;color:var(--color-accent)}.view-all-box:hover .arrow-icon{transform:translateX(10px)}.project-header{justify-content:space-between;display:flex;width:100%;margin-bottom:20px}.project-number{font-size:50px;line-height:50px;margin:0;font-weight:600;color:var(--color-text)}.project-title{text-align:right}.project-title h3{font-size:24px;font-weight:500;margin:0;line-height:1.2}.project-title p{font-weight:200;color:#adacac;margin:3px 0 0;font-size:14px}.project-info{min-width:0;overflow:visible}.project-info h4{font-size:18px;font-weight:400;margin:0;color:var(--color-text)}.project-info p{font-weight:200;color:var(--color-text-muted);margin:3px 0 0}.project-info>p{width:100%;overflow-wrap:break-word;word-break:break-word;line-height:1.5}.project-image{display:flex;width:100%;justify-content:center}.project-image img{max-width:100%;max-height:350px}@media only screen and (max-height:900px){.project-image img{max-height:250px}.project-box{padding-top:40px;padding-bottom:40px}.section-heading{margin-bottom:30px;margin-top:70px}}@media only screen and (max-width:1400px){.project-number{font-size:35px;line-height:35px}.project-info p{font-size:13px}.project-info h4{font-size:15px}.project-box{width:450px;padding:50px}.project-flex{margin-left:-50px;padding-right:75px}}@media only screen and (max-width:1200px){.project-box{width:350px;padding:30px}.project-flex{margin-left:-30px;padding-right:45px}}@media only screen and (max-height:650px){.project-image img{max-height:200px}.section-heading{margin-bottom:20px}.project-box{gap:20px}}@media only screen and (max-width:1025px){.project-container{align-content:normal}.project-flex{height:100%}}@media (max-width:768px){.projects-section{height:100vh;overflow:hidden}.section-heading{font-size:2.25rem;margin-top:48px;margin-bottom:24px;flex-shrink:0;text-align:center;padding-left:0}.project-container{padding:24px 5vw;max-width:100%;box-sizing:border-box;justify-content:center}.project-flex:after,.project-flex:before{display:none}.project-flex{height:100%;margin-left:0;padding-right:0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);align-items:center;gap:16px}.project-box{width:90vw;max-width:420px;min-width:90vw;min-height:380px;padding:20px 16px;gap:14px;flex-shrink:0;border:1px solid var(--color-border);border-radius:12px;justify-content:space-between;overflow:hidden;background-color:var(--color-surface);box-shadow:0 1px 3px rgba(0,0,0,.06);box-sizing:border-box}.light .project-box{box-shadow:0 1px 3px rgba(0,0,0,.08)}.view-all-box{width:90vw;max-width:420px;min-width:90vw;min-height:380px;border:1px solid var(--color-border);border-radius:12px;box-sizing:border-box}.project-header{margin-bottom:0}.project-number{font-size:32px;line-height:32px}.project-title h3{font-size:16px}.project-title p{font-size:11px}.project-info h4{font-size:14px}.project-info>p{font-size:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.project-image img{width:100%;max-height:none;aspect-ratio:16/10;object-fit:contain;border-radius:6px;background:rgba(255,255,255,.03)}.view-all-text h3{font-size:20px}.arrow-icon{font-size:1.5rem}.project-box:hover{background-color:transparent}}@media (max-width:480px){.section-heading{margin-top:65px}.project-number{font-size:28px;line-height:28px}.project-title h3{font-size:15px}}@media (max-width:768px) and (orientation:landscape){.section-heading{font-size:2rem;margin-top:10px;margin-bottom:0}.project-box{padding:12px}.project-number{font-size:22px;line-height:22px}.project-title h3{font-size:13px}.project-info>p{-webkit-line-clamp:1}.project-image img{aspect-ratio:16/9}}@media (prefers-reduced-motion:reduce){.project-image img,.view-all-arrow{transition:none}}