.orange-static-projects-module{box-sizing:border-box;font-family:Graphik,system-ui,-apple-system,Segoe UI,Roboto,Arial;padding:28px 0;width:100%}.orange-module-header{margin-bottom:20px}.orange-module-title{color:#fff;font-size:28px;font-weight:600;margin:0}.orange-projects-grid{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.orange-project-card{background:#262957;border-radius:12px;overflow:hidden;transition:background-color .3s ease,transform .25s ease,box-shadow .25s ease;width:100%}.orange-project-card:hover{background-color:#fff;box-shadow:0 12px 26px rgba(0,0,0,.12);transform:translateY(-8px)}.orange-project-image{display:grid;height:160px;place-items:center;position:relative;width:100%}.orange-project-image img{max-height:80%;max-width:80%;object-fit:contain;position:absolute;transition:opacity .35s ease,transform .35s ease}.logo-white{opacity:1}.logo-colour{opacity:0}.orange-project-card:hover .logo-white{opacity:0;transform:scale(1.04)}.orange-project-card:hover .logo-colour{opacity:1;transform:scale(1.04)}@media (max-width:1100px){.orange-projects-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:800px){.orange-projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.orange-projects-grid{grid-template-columns:1fr}}