.all-projects{color:#fff;background:#0a0a0a;min-height:100vh}.all-projects-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af2;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:fixed;top:0;left:0;right:0}.all-projects-header .back-button{color:#fff;letter-spacing:1px;align-items:center;gap:10px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .3s;display:flex}.all-projects-header .back-button:hover{opacity:.7}.all-projects-header .logo{align-items:center;text-decoration:none;display:flex}.all-projects-header .logo img{width:120px;height:auto}@media (max-width:900px){.all-projects-header .logo img{width:100px}}@media (max-width:600px){.all-projects-header .logo img{width:80px}}.header-spacer{width:80px}.all-projects-content{max-width:1600px;margin:0 auto;padding:120px 40px 80px}.all-projects-title{letter-spacing:-2px;margin-bottom:10px;font-size:clamp(48px,8vw,120px);font-weight:300}.all-projects-count{color:#ffffff80;margin-bottom:60px;font-size:16px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.project-card{color:#fff;text-decoration:none;transition:transform .4s;display:block}.project-card:hover{transform:translateY(-10px)}.project-card-image{aspect-ratio:4/3;border-radius:8px;margin-bottom:20px;overflow:hidden}.project-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.project-card:hover .project-card-image img{transform:scale(1.05)}.project-card-info{padding:0 5px}.project-card-category{letter-spacing:2px;text-transform:uppercase;color:#ffffff80;margin-bottom:8px;font-size:12px;font-weight:500;display:block}.project-card-title{margin-bottom:8px;font-size:24px;font-weight:400;transition:color .3s}.project-card:hover .project-card-title{color:#fffc}.project-card-location{color:#fff6;font-size:14px}@media (max-width:1200px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width:768px){.all-projects-header{padding:15px 20px}.all-projects-content{padding:100px 20px 60px}.all-projects-title{letter-spacing:-1px;font-size:clamp(36px,10vw,60px)}.all-projects-count{margin-bottom:40px}.projects-grid{grid-template-columns:1fr;gap:30px}.project-card-title{font-size:20px}.project-card:hover{transform:none}}
