.grid-pattern{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHBhdHRlcm4gaWQ9ImdyaWQiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZD0iTSAwIDEwIEwgNDAgMTAgTSAxMCAwIEwgMTAgNDAgTSAwIDIwIEwgNDAgMjAgTSAyMCAwIEwgMjAgNDAgTSAwIDMwIEwgNDAgMzAgTSAzMCAwIEwgMzAgNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0icmdiYSgyNDIsIDIzMywgMjIwLCAwLjAyKSIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyaWQpIi8+PC9zdmc+")}.nav-underline{position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(to right,#ff5f1f,coral,orange);transition:width .3s ease}.nav-link:hover .nav-underline{width:100%}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.navbar-scrolled{background-color:rgba(2,6,23,.9);backdrop-filter:blur(12px);border-bottom:1px solid rgba(242,233,220,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}html{scroll-behavior:smooth}section[id]{scroll-margin-top:20px}*,::after,::before{box-sizing:border-box}.text-gradient{background:linear-gradient(to right,#ff5f1f,coral,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}article:hover{box-shadow:0 0 30px rgba(255,95,31,.4)}.btn-glow:hover{box-shadow:0 0 40px rgba(255,95,31,.6)}.social-links a i{font-size:1.5rem}.aspect-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.aspect-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}a:focus,button:focus{outline:2px solid #FF5F1F;outline-offset:2px}::selection{background-color:rgba(255,95,31,.3);color:#f2e9dc}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#020617}::-webkit-scrollbar-thumb{background:#ff5f1f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:coral}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background-color:#020617;z-index:40;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.4, 0, .2, 1),visibility .4s cubic-bezier(.4, 0, .2, 1)}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;height:90%;width:100%;max-width:600px;padding:1.5rem 2rem;margin:0 auto;transform:translateY(20px);transition:transform .4s cubic-bezier(.4, 0, .2, 1) .1s}.mobile-menu-overlay.active .mobile-menu-content{transform:translateY(0)}.mobile-menu-link{font-size:2rem;font-weight:700;color:#f2e9dc;text-decoration:none;text-align:left;width:100%;position:relative;transition:color .3s ease;opacity:0;transform:translateX(-20px);animation:none}.mobile-menu-overlay.active .mobile-menu-link{animation:slideInLink .5s ease forwards}.mobile-menu-overlay.active .mobile-menu-link:first-child{animation-delay:.1s}.mobile-menu-overlay.active .mobile-menu-link:nth-child(2){animation-delay:.15s}.mobile-menu-overlay.active .mobile-menu-link:nth-child(3){animation-delay:.2s}.mobile-menu-overlay.active .mobile-menu-link:nth-child(4){animation-delay:.25s}.mobile-menu-overlay.active .mobile-menu-link:nth-child(5){animation-delay:.3s}.mobile-menu-overlay.active .mobile-menu-link:nth-child(6){animation-delay:.35s}.mobile-menu-overlay.active .mobile-menu-link:nth-child(7){animation-delay:.4s}.mobile-menu-overlay.active .mobile-menu-link:nth-child(8){animation-delay:.45s}.mobile-menu-overlay.active .mobile-menu-link:nth-child(9){animation-delay:.5s}@keyframes slideInLink{to{opacity:1;transform:translateX(0)}}.mobile-menu-link:hover{color:#ff5f1f}.mobile-menu-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0%;height:3px;background:linear-gradient(to right,#ff5f1f,coral,orange);transition:width .3s ease}.mobile-menu-link:hover::after{width:100%}#close-icon.active{animation:rotateIn .4s cubic-bezier(.4,0,.2,1)}#menu-icon.active{animation:rotateOut .4s cubic-bezier(.4,0,.2,1)}@keyframes rotateIn{from{transform:rotate(-180deg);opacity:0}to{transform:rotate(0);opacity:1}}@keyframes rotateOut{from{transform:rotate(0);opacity:1}to{transform:rotate(180deg);opacity:0}}