:root{--font-family:"coco",sans-serif}*,body,html{font-family:var(--font-family)!important}.best-project-section{background:#0a0a0a;color:#fff;position:relative;z-index:1;overflow:hidden}.best-project-heading{background:linear-gradient(90deg,#FF3BFF,#ECBFBF,#5C24FF,#D94FD5,#FF3BFF);background-size:300% 300%;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:transparent!important;text-fill-color:transparent!important;display:inline-block;font-weight:100;font-family:Poppins,sans-serif!important;margin-top:10px;animation:gradient-move 3s linear infinite;display:flex;justify-content:center;font-size:2.1rem}@keyframes gradient-move{0%{background-position:0 50%}to{background-position:100% 50%}}.best-project-filter-bar{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2.5rem;font-family:Poppins,sans-serif!important}.best-project-filter-btn{padding:.7rem 2.2rem;border-radius:2rem;border:none;background:#181818;color:#bdbdbd;font-weight:600;font-size:1.1rem;outline:none;cursor:pointer;opacity:.7;transition:all .2s;display:flex;align-items:center;gap:.5rem}.best-project-filter-btn.active{background:linear-gradient(90deg,#b983ff,#ff5ecd);color:#fff;box-shadow:0 2px 12px 0 rgba(185,131,255,.18);opacity:1;cursor:pointer;font-family:Inter,sans-serif}.best-project-filter-btn img{margin-right:8px;width:22px;height:22px;vertical-align:middle;filter:grayscale(1) brightness(.7)}.best-project-filter-btn.active img{filter:none}.best-project-filter-btn:not(.active):hover{background:#292929;color:#fff;opacity:1;box-shadow:0 2px 12px 0 rgba(185,131,255,.1)}.best-project-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:1.2rem;justify-content:center;align-items:center;max-width:1000px;margin:0 auto}.best-project-image-wrapper{display:flex;justify-content:center;align-items:center;perspective:1200px;opacity:1;transform:none;transition:transform .7s cubic-bezier(.4,2,.6,1),opacity .7s cubic-bezier(.4,2,.6,1);margin-bottom:1.2rem}.best-project-image{border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.5);background:#181818;width:100%;object-fit:fill;transform:none;transition:transform .4s cubic-bezier(.4,.2,.2,1),box-shadow .4s cubic-bezier(.4,.2,.2,1)}.best-project-image:hover{transform:scale(1.06);box-shadow:0 0 20px rgba(0,0,0,.3);z-index:2}.slide-in-left{animation:slideInLeft .8s cubic-bezier(.4,0,.2,1) forwards}.slide-in-right{animation:slideInRight .8s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-200px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(200px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@media (max-width:480px){.best-project-section{padding:1.2rem 0}.best-project-heading{font-size:1.1rem;margin-top:.5rem;text-align:center;justify-content:center;width:100%}.best-project-filter-bar{gap:.7rem;margin-bottom:1.2rem;flex-wrap:wrap}.best-project-filter-btn{padding:.4rem 1.1rem;font-size:.8rem;border-radius:1.2rem}.best-project-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;max-width:99vw;margin:0 auto;justify-items:center;align-items:center}.best-project-image-wrapper{margin-bottom:.3rem;display:flex;justify-content:center;align-items:center}.best-project-image{border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.2);width:44vw;height:27vw;max-width:46vw;max-height:100px;min-width:0;object-fit:cover;margin:0 auto;display:block}}.melanie-overlay{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:80%;height:auto;z-index:10;pointer-events:none;opacity:0;transition:top .5s cubic-bezier(.77,0,.175,1),opacity .3s}.melanie-overlay.show{top:0;opacity:1}