.projects-section{width:100%;min-height:100vh;background-color:var(--color-bg-start);color:var(--color-text);overflow:hidden;position:relative;padding:80px 0;display:flex;align-items:center;contain:layout style paint;transform:translateZ(0);will-change:transform}.projects-section.mobile-scroll-helper{overflow:visible;touch-action:manipulation}.project-container{width:100%;padding:0 4rem;max-width:100vw;contain:layout;will-change:transform;transform:translateZ(0)}.section-heading{font-size:clamp(2rem,5vw,4rem);font-weight:700;margin-bottom:3rem;text-align:center}.section-heading span{color:var(--color-accent)}.project-flex{gap:0;margin-top:2rem;padding-bottom:2rem;transform-style:preserve-3d;contain:layout style}.project-box,.project-flex{display:flex;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.project-box{flex-shrink:0;min-width:420px;max-width:550px;padding:1.5rem;background-color:var(--color-surface);border-radius:0;flex-direction:column;gap:1.5rem;border:4px solid var(--color-accent);box-shadow:8px 8px 0 0 var(--shadow-neubrutalism);transition:all .3s ease;contain:layout style paint}.project-box:hover{box-shadow:4px 4px 0 0 var(--shadow-neubrutalism-hover);transform:translate(4px,4px)}.project-header{display:flex;align-items:flex-start;gap:1.5rem}.project-number{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1;color:var(--color-text)}.project-title h3{font-size:clamp(1.125rem,2.5vw,1.75rem);font-weight:600;margin-bottom:.5rem;line-height:1.2}.project-title p{font-size:clamp(.875rem,1.5vw,1rem);opacity:.7;line-height:1.4;color:var(--color-text-secondary)}.project-info h4{font-size:clamp(.875rem,1.5vw,1.1rem);font-weight:600;margin-bottom:.5rem}.project-info p{opacity:.7;font-size:clamp(.75rem,1.25vw,.9rem);line-height:1.6;color:var(--color-text-secondary)}.project-image{height:240px;overflow:hidden;border-radius:4px;contain:layout style paint}.project-image,.project-image img{width:100%;will-change:transform;transform:translateZ(0)}.project-image img{height:100%;object-fit:cover;transition:transform .5s ease;backface-visibility:hidden}.project-box:hover .project-image img{transform:scale(1.05)}.view-all-box{flex-shrink:0;min-width:420px;max-width:550px;padding:1.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-accent);cursor:pointer;transition:all .3s ease;border:4px solid var(--color-text);box-shadow:8px 8px 0 0 var(--shadow-neubrutalism);contain:layout style paint;will-change:transform;transform:translateZ(0)}.view-all-link{width:100%;height:100%;text-decoration:none;color:var(--color-button-text)}.view-all-box:hover{box-shadow:4px 4px 0 0 var(--shadow-neubrutalism-hover);transform:translate(4px,4px);background-color:var(--color-accent-hover)}.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:clamp(1.125rem,2.5vw,1.75rem);font-weight:600}.arrow-icon{font-size:clamp(1.5rem,3vw,2rem);transition:transform .3s ease,color .3s ease}.view-all-box:hover .arrow-icon{transform:translateX(10px);color:var(--color-accent)}@media (max-width:1024px) and (min-width:769px){.projects-section.tablet{padding:60px 0}.project-container{padding:0 2rem}.project-box{min-width:350px;padding:1.25rem}.project-image{height:200px}}@media (max-width:768px){.projects-section.mobile{padding:100px 0 40px;min-height:100vh;height:auto}.project-container{padding:0 1rem;display:flex;flex-direction:column;justify-content:center;min-height:80vh}.section-heading{margin-bottom:2rem;font-size:2.5rem;padding-top:20px}.project-flex{margin-top:1.5rem;will-change:transform;backface-visibility:hidden;position:relative;transform:translateZ(0)}.project-box{min-width:80vw;max-width:80vw;padding:1rem;gap:1rem;flex-shrink:0}.project-header{gap:.75rem}.project-number{font-size:2.5rem}.project-title h3{font-size:1.25rem;margin-bottom:.25rem}.project-title p{font-size:.875rem}.project-info h4{font-size:1rem;margin-bottom:.25rem}.project-info p{font-size:.8rem}.project-image{height:160px}.view-all-content{padding:1rem}.view-all-text h3{font-size:1.25rem}.arrow-icon{font-size:1.5rem}}@media (max-width:480px){.projects-section.mobile{padding:50px 0 30px}.project-container{padding:0 .75rem}.section-heading{font-size:2rem;margin-bottom:1.5rem}.project-box{min-width:80vw;max-width:80vw;padding:.875rem}.project-number{font-size:2rem}.project-title h3{font-size:1.125rem}.project-title p{font-size:.8rem}.project-info h4{font-size:.875rem}.project-info p{font-size:.75rem}.project-image{height:140px}.view-all-text h3{font-size:1.125rem}}@media (max-width:768px) and (orientation:landscape){.projects-section.mobile{padding:40px 0 20px}.project-container{min-height:70vh}.section-heading{font-size:2rem;margin-bottom:1rem}.project-image{height:120px}}@media (max-width:768px){.project-box:hover .project-image img,.project-image img{transform:none}@media (prefers-reduced-motion:reduce){.arrow-icon,.project-image img{transition:none}}}