.nav-wrap{align-items:center;gap:4rem;display:flex}#mainNav ul,#socialNav ul{gap:4rem;display:inline-flex}#mainNav a{font-size:.9rem;font-weight:400;transition:color .2s ease-in-out}#mainNav a,#socialNav a{padding:.9rem;display:flex}#mainNav li:after{content:"";width:0%;transition:width .1s ease-in;display:block}#mainNav li.active:after,#socialNav li.active:after{border-bottom-width:100%;width:100%;height:2px}#socialNav ul li{font-size:1.5em}#socialNav ul li a{transition:color .2s ease-in-out}#socialNav ul li a:hover{color:var(--highlight-color)}@media screen and (min-width:992px){#navBtn{display:none}#mainNav,#socialNav{display:block}#mainNav li:after{-webkit-box-shadow:inset 0px 0px .4em 0px var(--highlight-color),0px 0px .4em 0px var(--highlight-color);-moz-box-shadow:inset 0px 0px .4em 0px var(--highlight-color),0px 0px .4em 0px var(--highlight-color);box-shadow:inset 0px 0px .4em 0px var(--highlight-color),0px 0px .4em 0px var(--highlight-color);border-bottom:2px solid #02f7c280}}@media screen and (max-width:991px){#logo{z-index:3;display:block}#navBtn{display:block}#navBtn label{cursor:pointer;flex-direction:column;width:40px;display:flex}#navBtn label span{background:var(--highlight-color);border-radius:10px;height:6px;margin:4px 0;transition:all .4s cubic-bezier(.68,-.6,.32,1.6)}#navBtn label span:first-of-type{width:50%}#navBtn label span:nth-of-type(2){width:100%}#navBtn label span:nth-of-type(3){width:70%}#navBtn input[type=checkbox]{display:none}#navBtn input[type=checkbox]:checked~span:first-of-type{transform-origin:50%;transform:rotate(45deg)translate(8px)}#navBtn input[type=checkbox]:checked~span:nth-of-type(2){transform-origin:top;transform:rotate(-45deg)}#navBtn input[type=checkbox]:checked~span:nth-of-type(3){transform-origin:50%;width:50%;transform:translate(20px,-8px)rotate(45deg)}.nav-wrap{background-color:var(--background-color);width:100%;height:0;padding:0 2rem;transition:all .3s cubic-bezier(.68,-.6,.32,1.6);position:absolute;top:0;left:0}.nav-wrap #mainNav,.nav-wrap #socialNav{position:absolute;left:-1000px}:is(.nav-wrap #mainNav,.nav-wrap #socialNav) a{font-size:clamp(2rem,1vw,2.5rem)}.nav-wrap #mainNav ul{flex-direction:column;width:100%}.nav-wrap #socialNav{bottom:2.5rem}.nav-wrap.active{flex-direction:column;justify-content:space-between;align-items:flex-start;height:100vh;padding:8rem 2rem 4rem;display:flex}.nav-wrap.active #mainNav,.nav-wrap.active #socialNav{left:unset}}
header{z-index:2;background-color:#0000;justify-content:flex-end;align-items:center;width:100%;padding:2rem;transition:all .2s ease-in-out;display:flex;position:fixed}
#sectionDots ul{z-index:1;background-color:#0000;flex-direction:column;justify-content:center;align-items:center;gap:1.6em;height:100vh;padding:2em;display:flex;position:fixed;top:0;left:0}.section-dot a{border:2px solid var(--secondary-color);background-color:#0000;border-radius:50px;width:16px;height:16px;font-size:1em;font-weight:400;transition:all .2s ease-in-out;display:block;position:relative}.section-dot a:after{content:"";border-radius:.45rem;width:100%;height:12px;transition:all .2s ease-in-out;display:block;position:absolute;top:0;left:0}.section-dot.active a{background-color:var(--secondary-color);border:2px solid var(--secondary-color);height:32px}.section-dot.active a:after{height:30px}.section-dot a:after,.section-dot.active a:after{-webkit-box-shadow:inset 0px 0px .4em 0px var(--secondary-color),0px 0px .4em 0px var(--secondary-color);-moz-box-shadow:inset 0px 0px .4em 0px var(--secondary-color),0px 0px .4em 0px var(--secondary-color);box-shadow:inset 0px 0px .4em 0px var(--secondary-color),0px 0px .4em 0px var(--secondary-color)}@media screen and (max-width:991px){#sectionDots{display:none}}
#intro{clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 0 8px #00f5c466,0 0 20px #00f5c426,inset 0 0 8px #00f5c414}#intro:after{content:"";opacity:1;z-index:-1;background-image:url(../media/cyber_space.85de2161.png);background-position:50%;background-size:cover;background-attachment:fixed;width:100%;height:100%;position:absolute;top:0;left:0}.intro-scanlines{pointer-events:none;z-index:1;background:repeating-linear-gradient(0deg,#ffffff08 0 1px,#0000 1px 3px);position:absolute;inset:0}.intro-corner{pointer-events:none;z-index:2;opacity:.7;width:32px;height:32px;animation:3s linear infinite border-flicker;position:absolute}.intro-corner--tr{border-top:2px solid var(--highlight-color);border-right:2px solid var(--highlight-color);top:16px;right:16px}.intro-corner--bl{border-bottom:2px solid var(--highlight-color);border-left:2px solid var(--highlight-color);bottom:16px;left:16px}.intro-gradient{z-index:0;pointer-events:none;position:absolute;inset:0}#introText{z-index:3;position:relative}#introText h1{text-transform:uppercase;font-weight:600}#introText h3{letter-spacing:.15rem;margin-bottom:2rem;font-size:1.5rem;font-weight:200}#introText a.view-portfolio{align-items:center;gap:.8rem;width:max-content;transition:all .2s ease-in-out;display:flex}#introText a.view-portfolio .bolt{width:2rem;height:2rem;color:var(--highlight-color);animation:1s linear infinite border-flicker}#introText a.view-portfolio:hover{font-size:1.2rem}#introText a.view-portfolio:hover .bolt{color:var(--secondary-color);animation:none}@media screen and (min-width:992px){#intro{padding:8rem}.intro-gradient{background:linear-gradient(to right,var(--light-background)30%,transparent 70%)}}@media screen and (max-width:991px){#intro{clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);justify-content:center;padding:2rem}.intro-gradient{background:linear-gradient(to top,var(--light-background)30%,transparent 70%)}#introText{text-align:center}#introText a.view-portfolio{margin:0 auto}}
#aboutme{background-color:var(--light-background);justify-content:center;align-items:center;display:flex}#aboutText{text-align:center;max-width:800px;margin:0 auto}#aboutText h2{margin-bottom:2rem;display:inline-block;position:relative}#aboutText h2:after{content:"";background:var(--highlight-color);width:60px;height:2px;margin:.5rem auto 0;display:block}#aboutText .lead{margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.6}#aboutText p{line-height:1.8}
#projects{flex-direction:column;justify-content:center;max-width:1440px;margin:0 auto;display:flex;position:relative}.projects-wrap{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.project{cursor:pointer;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);background:var(--light-background);width:calc(50% - 1.25rem);max-width:660px;height:280px;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}.project-1{box-shadow:0 0 8px #cf448066,0 0 20px #cf448026,inset 0 0 8px #cf448014}.project-2{box-shadow:0 0 8px #00f5c466,0 0 20px #00f5c426,inset 0 0 8px #00f5c414}.project-1:hover{transform:translateY(-2px);box-shadow:0 0 12px #cf448099,0 0 35px #cf44804d,inset 0 0 12px #cf44801f}.project-2:hover{transform:translateY(-2px);box-shadow:0 0 12px #00f5c499,0 0 35px #00f5c44d,inset 0 0 12px #00f5c41f}.project-scanlines{pointer-events:none;z-index:3;background:repeating-linear-gradient(0deg,#ffffff08 0 1px,#0000 1px 3px);position:absolute;inset:0}.project-corner{pointer-events:none;z-index:4;opacity:.7;width:24px;height:24px;transition:opacity .3s;position:absolute}.project-corner--tr{border-top:2px solid;border-right:2px solid;top:16px;right:16px}.project-corner--bl{border-bottom:2px solid;border-left:2px solid;bottom:16px;left:16px}.project-1 .project-corner{color:var(--secondary-color)}.project-2 .project-corner{color:var(--highlight-color)}.project:hover .project-corner{animation:2s linear infinite border-flicker}.project-image-panel{width:45%;min-width:45%;height:100%;position:relative;overflow:hidden}.project-image-panel img{object-fit:cover;object-position:center;transition:transform .4s,filter .4s}.project:hover .project-image-panel img{filter:brightness(1.15);transform:scale(1.05)}.project-image-gradient{background:linear-gradient(to right,transparent 40%,var(--light-background)100%);z-index:1;pointer-events:none;position:absolute;inset:0}.project-info-panel{z-index:2;flex-direction:column;justify-content:center;gap:.4rem;width:55%;padding:1.5rem 2rem 1.5rem 0;display:flex}.project-status{text-transform:uppercase;letter-spacing:.15em;color:var(--highlight-color);background:#00f5c40f;border:1px solid #00f5c44d;width:max-content;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.project-name{color:var(--text-color);font-size:2.8rem;font-family:var(--font-thunder),"Thunder",sans-serif;margin:0;font-weight:400;line-height:1.1}.project-1:hover .project-name{color:var(--secondary-color)}.project-2:hover .project-name{color:var(--highlight-color)}.project-description{color:var(--muted-color);margin-bottom:.5rem;font-size:.95rem;font-weight:300;line-height:1.5}.project-cta{text-transform:uppercase;letter-spacing:.1em;color:var(--secondary-color);align-items:center;gap:.4rem;width:max-content;font-size:.85rem;font-weight:600;transition:color .3s;display:flex}.project-cta-arrow{transition:transform .3s,color .3s;display:inline-block}.project:hover .project-cta{color:var(--highlight-color)}.project:hover .project-cta-arrow{color:var(--highlight-color);transform:translate(6px)}.project:focus-visible{outline:2px solid var(--highlight-color);outline-offset:4px}@media screen and (max-width:991px){.project{width:100%;max-width:700px;height:250px}.project-name{font-size:2.4rem}.project-info-panel{padding:1.2rem 1.5rem 1.2rem 0}}@media screen and (max-width:767px){.project{clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);flex-direction:column;max-width:500px;height:auto}.project-image-panel{width:100%;height:180px}.project-image-gradient{background:linear-gradient(to bottom,transparent 40%,var(--light-background)100%)}.project-info-panel{width:100%;padding:.5rem 1.5rem 1.5rem}.project-name{font-size:2.2rem}.project-corner--tr{right:16px}.project-corner--bl{left:16px}}
#contactme{flex-direction:column;justify-content:center;max-width:1440px;margin:0 auto;display:flex;position:relative}.contact-wrap{align-items:flex-start;gap:4rem;display:flex}.contact-text{flex:1}.contact-text p{margin-bottom:0}.contact-links{flex-direction:column;flex:1;gap:1.5rem;display:flex}.contact-item{align-items:center;gap:1rem;font-size:1.1rem;transition:color .2s;display:flex}.contact-item:hover{color:var(--highlight-color)}.contact-item svg{width:1.5rem;font-size:1.5rem}@media screen and (max-width:768px){.contact-wrap{text-align:center;flex-direction:column}.contact-item{justify-content:center}}
#backToTop{background-color:var(--secondary-color);color:#fff;cursor:pointer;z-index:100;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;padding:10px;transition:opacity .3s;display:flex;position:fixed;bottom:2rem;right:3rem}#backToTop.visible{opacity:1;pointer-events:auto}
main.scroll-wrapper{scroll-behavior:smooth;height:100dvh;min-height:100vh}.scroll-section{scroll-snap-align:center;background-color:var(--background-color);min-height:100%;padding:4rem}.scroll-section:nth-child(2n){background-color:var(--background-color)}@media screen and (min-width:992px){main.scroll-wrapper{scroll-snap-type:y mandatory;overflow-y:scroll}.scroll-section{padding:8rem}}
