.header{position:fixed;top:0;width:100%;background:#fff;box-shadow:0 2px 5px #0000001a;z-index:1000}.header .header__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:60px}.header .header__branding{display:flex;align-items:center;text-decoration:none;color:inherit}.header .header__branding:hover{opacity:.8}.header .header__branding .header__logo{width:50px;height:50px;object-fit:contain}.header .header__branding .header__title{font-size:1.5rem;font-weight:700;margin-left:.8rem}.header .header__nav ul{display:flex;list-style:none;margin:0;padding:0}.header .header__nav ul li a{display:flex;align-items:center;padding:0 1.5rem;height:60px;color:#333;text-decoration:none;transition:background-color .3s,color .3s}.header .header__nav ul li a:hover,.header .header__nav ul li a.active{background-color:#000;color:#fff}.header .header__burger{display:none}@media (max-width: 768px){.header .header__burger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;margin-left:1rem}.header .header__burger span{height:3px;background-color:#000;border-radius:2px;transition:transform .3s,opacity .3s}.header .header__burger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.header .header__burger.open span:nth-child(2){opacity:0}.header .header__burger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.header .header__nav{position:absolute;top:60px;left:0;right:0;background:#fff;overflow:hidden;max-height:0;transition:max-height .3s ease}.header .header__nav.open{max-height:300px}.header .header__nav ul{flex-direction:column}.header .header__nav ul li a{padding:1rem;height:auto;justify-content:center;border-top:1px solid #eee}}.home__intro{max-width:800px;margin:3rem auto;padding:3rem;text-align:center}.home__intro h2{font-size:2rem;padding-bottom:20px}.home__intro .home__separator{width:100px;height:1px;background-color:#333;margin:1rem auto}.home__intro p{font-size:1.1rem;line-height:1.6;color:#333;margin-top:40px}.banner{width:100%;height:500px;box-shadow:0 4px 10px #0000004d}.banner img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.projects{padding:5rem 2rem;max-width:1400px;margin:0 auto}.projects h2{text-align:center;margin-bottom:50px;font-size:2rem;color:#222}.projects .home__separator{width:100px;height:1px;background-color:#333;margin:1rem auto}.projects__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:60px}.project-card{width:300px;flex-shrink:0;overflow:hidden;background-color:#fff;box-shadow:0 0 30px #0006;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-align:center}.project-card img{width:100%;height:180px;object-fit:cover;display:block;box-shadow:0 3px 3px #0000004d}.project-card h3{padding:1rem;font-size:1.1rem;color:#333}.project-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutScale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.project-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden;touch-action:none}.project-modal{background:#fff;padding:2rem;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;text-align:center;position:relative;animation:fadeInScale .3s ease forwards}.project-modal.closing{animation:fadeOutScale .2s ease forwards}.project-modal img{width:100%;max-height:300px;object-fit:contain;margin-bottom:1rem;border-radius:8px;box-shadow:0 3px 3px #0000004d}.project-modal h2{margin-bottom:.5rem;font-size:1.7rem;color:#222}.project-modal p{color:#555;font-size:1.4rem;margin-bottom:1rem}.project-modal ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:0;list-style:none}.project-modal ul li{background:#d1d1d1;padding:.4rem .8rem;border-radius:4px;font-size:.85rem;color:#333}.project-modal__close{position:absolute;top:10px;right:15px;font-size:1.5rem;background:transparent;border:none;cursor:pointer;color:#666}.project-modal__close:hover{color:#000}.skills{background-color:#f9f9f9;padding:4rem 2rem;text-align:center}.skills h2{font-size:2rem;margin-bottom:2.7rem;color:#222}.skills .home__separator{width:100px;height:1px;background-color:#333;margin:1rem auto}.skills__grid{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:60px;padding-top:40px;gap:2rem;max-width:1000px;margin:0 auto}.skills .skill-card{width:30%;min-width:310px;height:230px;padding:2rem 1rem;background:#fff;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;align-items:center;justify-content:start;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.skills .skill-card .skill-icon{font-size:2.5rem;color:#555;margin-bottom:1rem;transition:color .3s}.skills .skill-card p{font-weight:600;text-transform:uppercase;font-size:.95rem;letter-spacing:.5px;color:#555;margin-bottom:.5rem;transition:color .3s}.skills .skill-card .skill-desc{margin-top:.5rem;color:#fff;font-size:1rem;text-align:center;line-height:1.4;max-width:90%}.skills .skill-card.active{background:#000}.skills .skill-card.active .skill-icon,.skills .skill-card.active p{color:#fff}.skills .skill-card.active .skill-desc{opacity:1}@media screen and (max-width: 768px){.skills .skill-card{width:100%}}.skillwheel{position:relative;width:100%;max-width:100%;margin:11rem auto;height:auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.skillwheel .skillwheel__circle{position:relative;width:24rem;height:24rem;border-radius:50%;transform-origin:center center;transition:transform .1s linear}@media (max-width: 768px){.skillwheel .skillwheel__circle{width:16rem;height:16rem}}@media (max-width: 480px){.skillwheel .skillwheel__circle{width:12rem;height:12rem}}.skillwheel .skillwheel__branch{position:absolute;width:100%;height:100%;top:0;left:0;transform-origin:center}.skillwheel .skillwheel__bubble{position:absolute;top:0;left:50%;transform:translate(-50%,-8rem);transition:transform .3s,opacity .3s}@media (max-width: 768px){.skillwheel .skillwheel__bubble{transform:translate(-50%,-8rem)}}@media (max-width: 480px){.skillwheel .skillwheel__bubble{transform:translate(-50%,-6rem)}}.skillwheel .skillwheel__bubble img{width:60px;height:60px;object-fit:contain;filter:grayscale(1);opacity:1;cursor:pointer;transition:filter .3s,opacity .3s}@media (max-width: 768px){.skillwheel .skillwheel__bubble img{width:32px;height:32px}}@media (max-width: 480px){.skillwheel .skillwheel__bubble img{width:28px;height:28px}}.skillwheel__branch.active .skillwheel .skillwheel__bubble img,.skillwheel .skillwheel__bubble:hover img{filter:none;opacity:.6}.skillwheel .skillwheel__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#f5f5f5;border-radius:50%;padding:2rem;width:30rem;height:30rem;text-align:center;box-shadow:0 0 15px #00000026;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 768px){.skillwheel .skillwheel__center{width:20rem;height:20rem;padding:1.5rem}}@media (max-width: 480px){.skillwheel .skillwheel__center{width:20rem;height:20rem;padding:1rem}}.skillwheel .skillwheel__center h3{margin-top:1rem;font-size:1.9rem}@media (max-width: 480px){.skillwheel .skillwheel__center h3{font-size:1rem}}.skillwheel .skillwheel__center p{margin-top:.5rem;font-size:1.3rem;color:#555}@media (max-width: 480px){.skillwheel .skillwheel__center p{font-size:.75rem}}.skillwheel .skillwheel__center .skillwheel__center-logo img{width:70px;height:70px;object-fit:contain}@media (max-width: 768px){.skillwheel .skillwheel__center .skillwheel__center-logo img{width:40px;height:40px}}@media (max-width: 480px){.skillwheel .skillwheel__center .skillwheel__center-logo img{width:30px;height:30px}}.contact{max-width:800px;margin:0 auto;padding:4rem 2rem;text-align:center}.contact h2{font-size:1.8rem;font-weight:700;text-transform:uppercase;margin-bottom:4rem;line-height:1.4;color:#222}.contact .home__separator{width:100px;height:1px;background-color:#333;margin:1rem auto}.contact__form{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.contact__field{display:flex;flex-direction:column;align-items:flex-start}.contact__field label{margin-bottom:.5rem;font-weight:600;color:#444}.contact__field input{width:100%;padding:.8rem 1rem;border:1px solid #ccc;font-size:1rem;transition:border-color .3s}.contact__field input:focus{outline:none;border-color:#000}.contact__field textarea{width:100%;height:150px;resize:none;overflow-y:auto;padding:.8rem 1rem;border:1px solid #ccc;font-size:1rem;transition:border-color .3s}.contact__field textarea:focus{outline:none;border-color:#000}.contact__error{color:#d32f2f;font-size:.85rem;margin-top:.3rem}.contact__button{margin-top:1rem;padding:.9rem 2rem;background-color:#000;color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s,transform .3s;position:relative}.contact__button.sending{opacity:.6;cursor:wait}.contact__button.sent{background-color:#28a745;color:#fff;animation:pulse .3s ease-in-out}.contact__button:hover:not(:disabled){background-color:#333}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.notfound{text-align:center;padding:5rem 2rem}.notfound h1{font-size:6rem;margin-bottom:1rem;color:#000}.notfound p{font-size:1.2rem;margin-bottom:2rem;color:#555}.notfound .notfound__link{padding:.7rem 1.5rem;background-color:#000;color:#fff;text-decoration:none;transition:background .3s}.notfound .notfound__link:hover{background-color:#333}.footer{background-color:#222;color:#fff;padding:5rem 2rem}.footer .footer__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;flex-wrap:wrap}.footer p{margin:0;font-size:1rem}.footer .footer__links{display:flex;padding-top:20px;gap:1.2rem}.footer .footer__links a{color:#fff;font-size:1.5rem;transition:color .3s}.footer .footer__links a:hover{color:#0077b5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}@font-face{font-family:Zector;src:url(/assets/Lato-Light-hJCcuSzX.ttf) format("truetype");font-weight:400;font-style:normal}body{font-family:Zector,Montserrat,sans-serif;color:#333;background-color:#fff;line-height:1.6;padding-top:60px;overflow-x:hidden}body.no-scroll{overflow:hidden!important;position:fixed!important;width:100%;height:100%;touch-action:none;overscroll-behavior:none}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}ul,ol{list-style:none}input,textarea,button{font-family:inherit;font-size:inherit;border:none;outline:none}button{cursor:pointer;background-color:transparent}.container{max-width:1200px;margin:0 auto;padding:0 1rem}
