.work-layout-container{background:#000;min-height:100vh;margin:0;padding:0;position:relative}.work-layout-grid{flex-direction:column;width:100%;margin:0;padding:0;display:flex;position:relative}.project-card{cursor:pointer;background:#000;width:100%;height:100vh;min-height:100vh;max-height:100vh;margin:0;padding:0;position:relative;overflow:hidden}.project-card:first-child{box-sizing:border-box;height:100vh;min-height:100vh;max-height:100vh;margin-top:0;padding-top:120px}.project-card:first-child .project-card-background,.project-card:first-child .project-card-overlay{height:100%;top:0}.project-card:first-child .project-card-content{margin-top:60px;transform:translate(-50%,-50%)}.project-card-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.project-card-background img{object-fit:cover;filter:grayscale(20%)brightness(.7);will-change:filter;backface-visibility:hidden;width:100%;height:100%;position:absolute;top:0;left:0;transform:translateZ(0)}.project-card:hover .project-card-background img{filter:grayscale(0%)brightness(.8)}.project-card-overlay{z-index:2;background:#0000004d;transition:background .4s;position:absolute;inset:0}.project-card:hover .project-card-overlay{background:#0003}.project-card-content{z-index:3;text-align:center;width:90%;max-width:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-card-title{color:#fff;letter-spacing:.02em;text-transform:uppercase;margin:0 0 40px;font-family:PPMontreal-Bold,system-ui,sans-serif;font-size:120px;line-height:.95;transition:transform .4s}.project-card:hover .project-card-title{transform:translateY(-10px)}.project-card-subtitle{color:#ffffffe6;letter-spacing:.05em;text-transform:uppercase;margin:0 0 50px;font-size:24px;font-weight:300}.project-card-button-wrapper{flex-direction:column;justify-content:center;align-items:center;margin-top:60px;display:flex}.project-card-button{color:#000;cursor:pointer;text-transform:lowercase;letter-spacing:.02em;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-family:PPNeueMontreal-Thin,system-ui,sans-serif;font-size:18px;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #ffffff4d}.project-card:hover .project-card-button{background:#f5f5f5;transform:scale(1.1);box-shadow:0 15px 40px #ffffff80}.project-card-line{background:linear-gradient(#fff9,#fff3);width:2px;height:80px;margin:0 auto 20px;transition:height .4s}.project-card:hover .project-card-line{height:90px}.project-card-meta{z-index:3;color:#fff;opacity:.8;justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:60px;left:60px;right:60px}.project-card-client{max-width:300px;font-size:14px;line-height:1.4}.project-card-type{text-align:right;max-width:300px;font-size:12px;line-height:1.4}@media (max-width:1200px){.project-card-title{font-size:100px}.project-card-subtitle{font-size:20px}.project-card-button{width:100px;height:100px;font-size:16px}}@media (max-width:900px){.project-card{height:100vh;min-height:100vh;max-height:100vh}.project-card-title{font-size:80px}.project-card-subtitle{margin-bottom:40px;font-size:18px}.project-card-button{width:90px;height:90px;font-size:15px}.project-card-button-wrapper{margin-top:50px}.project-card-line{height:60px}.project-card-meta{flex-direction:column;align-items:flex-start;gap:15px;bottom:40px;left:40px;right:40px}.project-card-type{text-align:left}}@media (max-width:768px){.project-card{height:100vh;min-height:100vh;max-height:100vh}.project-card-title{margin-bottom:30px;font-size:60px}.project-card-subtitle{margin-bottom:30px;font-size:16px}.project-card-button{width:80px;height:80px;font-size:14px}.project-card-button-wrapper{margin-top:40px}.project-card-line{height:50px}.project-card-meta{bottom:30px;left:30px;right:30px}.project-card-client,.project-card-type{font-size:12px}}@media (max-width:480px){.project-card-title{font-size:48px}.project-card-subtitle{font-size:14px}.project-card-button{width:70px;height:70px;font-size:13px}.project-card-meta{bottom:20px;left:20px;right:20px}}.scroll-indicator{z-index:3;animation:2s infinite bounce;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.scroll-indicator-line{background:#ffffff80;width:2px;height:30px;margin:0 auto 10px}.scroll-indicator-text{color:#ffffffb3;letter-spacing:.1em;text-transform:uppercase;font-size:11px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}.scroll-indicator{display:none}@media (min-width:769px){.project-card:first-child .scroll-indicator{display:block}}
