@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes menuGlow{0%,to{box-shadow:0 0 0 0 rgba(0,232,122,0),0 0 0 1px rgba(0,232,122,.08);transform:translateY(0)}50%{box-shadow:0 0 0 6px rgba(0,232,122,.05),0 0 22px rgba(0,232,122,.12);transform:translateY(-1px)}}@keyframes menuIconFlip{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(12deg) scale(1.05)}to{transform:rotate(0deg) scale(1)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#070b09}::-webkit-scrollbar-thumb{background:#1a2b20;border-radius:3px}section h1,section h2,section h3,section p{margin:0}@media (max-width:768px){.nav-desktop,.nav-hire-desktop{display:none}.nav-menu-button{display:inline-flex!important;animation:menuGlow 3.6s ease-in-out infinite;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.nav-menu-button:hover{border-color:rgba(0,232,122,.45);background:rgba(0,232,122,.08)}.nav-menu-button-open{animation:none;background:rgba(0,232,122,.08)!important;border-color:rgba(0,232,122,.32)!important;color:#00e87a!important}.nav-menu-icon{display:inline-flex;align-items:center;justify-content:center}.nav-menu-icon-open{animation:menuIconFlip .35s ease-out}.nav-mobile-panel{right:0;left:auto}.about-grid,.contact-grid,.projects-grid{grid-template-columns:1fr!important;gap:24px!important}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions button{width:100%;justify-content:center}.hero-stats>div{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);min-width:calc(50% - 8px)}.portfolio-footer{flex-direction:column;align-items:flex-start}.hero-section{padding-top:132px!important}.hero-badge-wrap{margin-bottom:28px!important}section{padding:40px 5%!important}}@media (max-width:480px){h1{font-size:36px!important;letter-spacing:-1px!important}h2{font-size:26px!important}.hero-stats>div{flex-basis:100%;min-width:100%}.hero-actions button{padding-left:18px!important;padding-right:18px!important}}@media (prefers-reduced-motion:reduce){.hero-badge-wrap span span,.nav-menu-button,.nav-menu-icon-open{animation:none!important}}