:root{--bg-color:#060606;--bg-secondary:#0f0f0f;--text-primary:#fff;--text-secondary:#a0a0a0;--accent-primary:#53e0a1;--accent-secondary:#1a4f35;--glass-bg:#ffffff08;--glass-border:#ffffff14;--font-primary:"Poppins", sans-serif;--font-heading:"Syne", sans-serif;--nav-height:90px;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth;scrollbar-width:none}::-webkit-scrollbar{display:none}body{-ms-overflow-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.section-title{text-align:center;letter-spacing:1px;margin-bottom:3rem;font-size:2.5rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.text-accent{color:var(--accent-primary)}.bg-accent{background-color:var(--accent-primary)}.section{padding:80px 0}.btn{border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--accent-primary);color:#000}.btn-primary:hover{background-color:#3fbf88;transform:translateY(-2px)}.btn-outline{border:1px solid var(--text-secondary);color:var(--text-primary);background:0 0}.btn-outline:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.btn-icon{color:var(--accent-primary);background:#000;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;display:flex}.btn-icon.white{color:#000;background:#fff}.splash-container{z-index:9999;cursor:pointer;background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity 1.2s,visibility 1.2s;display:flex;position:fixed;top:0;left:0}.splash-container.slide-up{opacity:0;pointer-events:none}.splash-content.split-layout{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 10%;display:flex;position:relative}.splash-text-block{z-index:10;flex-direction:column;justify-content:center;display:flex}.text-left{text-align:left;align-items:flex-start}.text-right{text-align:right;align-items:flex-end}.splash-text-bold{font-family:var(--font-heading);text-transform:uppercase;color:#fff;letter-spacing:-1px;margin:0;font-size:5vw;font-weight:800;line-height:.9;display:block}.splash-text-italic{font-family:var(--font-heading);text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;margin:0;font-size:4vw;font-weight:800;line-height:.9;display:block}.splash-image-container{z-index:15;pointer-events:none;justify-content:center;align-items:flex-end;height:95vh;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.splash-profile-img{object-fit:contain;width:auto;max-height:100%;-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}.click-to-continue{color:#ffffff80;text-transform:uppercase;letter-spacing:4px;z-index:20;font-size:.9rem;transition:opacity .5s;animation:2s infinite pulse;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.reveal-wrapper{width:100%;padding-bottom:10px;overflow:hidden}.splash-background-effects{z-index:1;width:100vw;height:100vh;position:absolute;top:0;left:0;overflow:hidden}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%{opacity:.3}50%{opacity:.8}to{opacity:.3}}@media (width<=900px){.splash-content.split-layout{flex-direction:column;justify-content:space-around}.splash-text-bold{font-size:12vw}.splash-text-italic{font-size:10vw}.splash-image-container{opacity:.5;height:60vh}}.splash-progress-container{background:#ffffff0d;width:100%;height:4px;position:absolute;bottom:0;left:0}.splash-progress-bar{background:linear-gradient(90deg,#8a2be2,#ff1493);height:100%;box-shadow:0 0 10px #ff149380}.navbar{width:100%;height:var(--nav-height);z-index:1000;background:0 0;align-items:center;transition:all .3s;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{box-shadow:none;background:0 0}.nav-container{justify-content:center;align-items:center;display:flex}.logo{align-items:center;gap:10px;display:flex}.logo-icon{background-color:var(--accent-primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex}.logo-text{font-family:var(--font-heading);letter-spacing:1px;flex-direction:column;font-size:1rem;font-weight:800;line-height:1;display:flex}.logo-text span:first-child{font-size:.9rem}.nav-desktop{display:block}.nav-list{align-items:center;gap:2.5rem;display:flex}.nav-item.active .nav-link{color:var(--text-primary);font-weight:500}.nav-link{color:var(--text-primary);align-items:center;gap:4px;font-size:.95rem;font-weight:500;transition:color .3s;display:flex}.nav-link:hover{color:var(--accent-primary)}.dropdown-arrow{font-size:.7rem}.nav-cta{display:block}.mobile-toggle{cursor:pointer;z-index:1001;font-size:1.5rem;display:none}.nav-mobile{background-color:var(--bg-color);z-index:999;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.nav-mobile.open{transform:translateY(0)}.nav-list-mobile{text-align:center;flex-direction:column;gap:2rem;font-size:1.5rem;display:flex}@media (width<=992px){.nav-desktop,.nav-cta{display:none}.mobile-toggle{display:block}}.hero{min-height:100vh;padding-top:calc(var(--nav-height) + 10vh);background-color:#000;flex-direction:column;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;flex-direction:column;flex-grow:1;justify-content:center;display:flex;position:relative}.hero-image-wrapper{z-index:1;pointer-events:none;align-items:flex-end;height:130vh;display:flex;position:absolute;bottom:0;right:5%}.hero-person-image{object-fit:contain;object-position:bottom center;-webkit-mask-composite:source-in;width:auto;max-height:100%;-webkit-mask-image:linear-gradient(#000 85%,#0000 98%),linear-gradient(270deg,#0000 2%,#000 15%),linear-gradient(90deg,#0000 2%,#000 15%);mask-image:linear-gradient(#000 85%,#0000 98%),linear-gradient(270deg,#0000 2%,#000 15%),linear-gradient(90deg,#0000 2%,#000 15%);-webkit-mask-composite:source-in;mask-composite:intersect}.hero-content{z-index:2;width:100%;margin-top:-10vh;position:relative}.hero-subtitle{color:var(--accent-primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:600}.hero-subtitle2{font-family:var(--font-heading);color:var(--accent-primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:1.9vw;font-weight:600}.hero-title{font-family:var(--font-heading);white-space:nowrap;color:#fff;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff 20%,#b39ddb 40% 60%,#fff 80%) 0 0/200%;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:6vw;font-weight:800;line-height:1;animation:4s linear infinite shine;display:block}.hero-description{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.hero-socials{z-index:10;flex-direction:column;gap:1.2rem;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.social-icon{color:var(--text-secondary);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{color:#fff;transform:translate(-5px)}.social-icon.facebook:hover{background-color:#1877f2;border-color:#1877f2;box-shadow:0 5px 15px #1877f266}.social-icon.instagram:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-color:#0000;box-shadow:0 5px 15px #dc274366}.social-icon.discord:hover{background-color:#5865f2;border-color:#5865f2;box-shadow:0 5px 15px #5865f266}.social-icon.github:hover{background-color:#333;border-color:#333;box-shadow:0 5px 15px #3336}@media (width<=1200px){.floating-review{right:5%}}@media (width<=992px){.hero-title{font-size:12vw}.hero-content{text-align:center;max-width:100%;margin-top:5vh}.hero-subtitle{margin-top:2rem}.hero-description{margin:0 auto 2rem}.hero-image-wrapper{justify-content:center;height:50vh;margin-top:2rem;position:relative;left:auto;right:auto;transform:none}.floating-review{justify-content:center;max-width:300px;margin:2rem auto;position:relative;top:auto;right:auto}.floating-socials,.hero-socials{display:none}.stats-bar{justify-content:center}}@media (width<=576px){.hero-title{font-size:15vw}}.about-section{background-color:var(--bg-secondary,#121519);z-index:5;padding:100px 0;position:relative;overflow:hidden}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-visuals{justify-content:center;align-items:center;height:600px;display:flex;position:relative}.blob-shape{background-color:var(--accent-primary,#10b981);z-index:1;border-radius:40% 60% 70% 30%/40% 50% 60%;width:380px;height:380px;position:absolute}.blob-outline{border:2px solid var(--accent-primary,#10b981);z-index:0;opacity:.5;border-radius:60% 40% 30% 70%/50% 60% 40% 50%;width:420px;height:420px;position:absolute;top:10%;left:5%}.about-image-inner{z-index:2;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:relative}.about-person-image{object-fit:contain;filter:drop-shadow(0 10px 20px #0000004d);width:auto;height:95%}.floating-badge{text-align:center;z-index:3;background-color:#1a1d21;flex-direction:column;justify-content:center;align-items:center;padding:1.2rem 1.8rem;display:flex;position:absolute;box-shadow:0 10px 30px #0006}.badge-1{border-radius:40% 60% 50% 50%/50% 50% 60% 40%;animation:4s ease-in-out infinite float;top:15%;right:2%}.badge-2{border-radius:60% 40% 50% 50%/50% 50% 40% 60%;animation:5s ease-in-out 1s infinite float;top:45%;left:-5%}.badge-3{border-radius:50% 50% 40% 60%/60% 40% 50% 50%;animation:4.5s ease-in-out .5s infinite float;bottom:10%;right:15%}.badge-number{font-family:var(--font-heading,sans-serif);color:#fff;font-size:1.8rem;font-weight:700;line-height:1.2}.badge-number.text-accent{color:var(--accent-primary,#10b981)}.badge-text{color:var(--text-secondary,#9ca3af);margin-top:5px;font-size:.75rem;line-height:1.3}.about-content{padding-left:2rem}.about-subtitle{color:var(--text-secondary,#9ca3af);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.about-title{font-family:var(--font-heading,sans-serif);color:var(--accent-primary,#10b981);margin-bottom:1.5rem;font-size:3rem;font-weight:800}.about-description{color:var(--text-secondary,#9ca3af);margin-bottom:2.5rem;font-size:.95rem;line-height:1.8}.about-contact-section{margin-bottom:2rem}.contact-title{color:#fff;margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.contact-desc{color:var(--text-secondary,#9ca3af);margin-bottom:.8rem;font-size:.95rem;line-height:1.6}.contact-email{color:#fff;font-size:.95rem;font-weight:600}.about-buttons{gap:1rem;margin-top:2.5rem;display:flex}.about-btn-outline{border:1px solid var(--text-secondary,#9ca3af);color:#fff;background:0 0;border-radius:5px;justify-content:center;align-items:center;padding:.8rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.about-btn-outline:hover{background-color:#ffffff0d;border-color:#fff}@media (width<=992px){.about-container{grid-template-columns:1fr;gap:3rem}.about-content{text-align:center;padding-left:0}.about-buttons{justify-content:center}.about-visuals{max-width:500px;height:500px;margin:0 auto}.blob-shape{width:320px;height:320px}.blob-outline{width:350px;height:350px}}@media (width<=576px){.about-visuals{height:400px}.blob-shape{width:250px;height:250px}.blob-outline{width:280px;height:280px}.about-title{font-size:2.5rem}.about-buttons{flex-direction:column;gap:1rem}}.more-about{position:relative;overflow:hidden}.more-about-layout{justify-content:center;align-items:center;width:100%;max-width:1000px;min-height:600px;margin:0 auto;display:flex;position:relative}.center-image-container{z-index:2;width:300px;height:400px;position:relative}.more-about-img{object-fit:cover;width:100%;height:100%;transform:scale(1.5);-webkit-mask-image:linear-gradient(#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 15% 85%,#0000 100%)}.blurb{width:240px;font-family:var(--font-primary);color:var(--text-secondary);text-align:center;z-index:1;font-size:.95rem;line-height:1.5;position:absolute}.drawn-arrow{opacity:1;filter:drop-shadow(2px 2px #ffffff1a)drop-shadow(-2px -2px #000c)drop-shadow(5px 5px 5px #00000080);width:80px;height:40px;position:absolute}.blurb-top-left{top:50px;left:20px}.arrow-top-left{top:calc(100% + 10px);right:-30px;transform:rotate(30deg)scaleX(-1)}.blurb-mid-left{top:50%;left:0;transform:translateY(-50%)}.arrow-mid-left{top:50%;right:-80px;transform:translateY(-50%)rotate(0)scaleX(-1)}.blurb-bot-left{bottom:50px;left:20px}.arrow-bot-left{bottom:calc(100% + 10px);right:-40px;transform:rotate(-40deg)scaleX(-1)scaleY(-1)}.blurb-top-right{top:50px;right:20px}.arrow-top-right{top:calc(100% + 10px);left:-30px;transform:rotate(-30deg)}.blurb-mid-right{top:50%;right:0;transform:translateY(-50%)}.arrow-mid-right{top:50%;left:-80px;transform:translateY(-50%)rotate(0)}.blurb-bot-right{bottom:50px;right:20px}.arrow-bot-right{bottom:calc(100% + 10px);left:-40px;transform:rotate(40deg)scaleY(-1)}@media (width<=992px){.more-about-layout{flex-direction:column;gap:3rem;min-height:auto}.center-image-container{order:-1;width:250px;height:350px}.blurb{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:15px;width:90%;max-width:400px;padding:1.5rem;position:relative;inset:auto!important;transform:none!important}.drawn-arrow{display:none}}.skills{padding-bottom:5rem}.skills-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;max-width:650px;margin:3rem auto 0;display:flex}.skill-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:140px;padding:1.5rem 1rem;transition:border-color .3s,background .3s;display:flex}.skill-card:hover{background:#ffffff0d;border-color:#fff3}.skill-icon{margin-bottom:.6rem;font-size:2.8rem}.skill-name{font-family:var(--font-primary);color:var(--text-primary);font-size:.95rem;font-weight:500}@media (width<=768px){.skills-grid{gap:1rem}.skill-card{width:100px;padding:.8rem}.skill-icon{margin-bottom:.4rem;font-size:2.2rem}.skill-name{font-size:.85rem}}.projects{padding-bottom:5rem}.projects-split-layout{justify-content:center;align-items:center;gap:4rem;padding-top:5rem;padding-bottom:5rem;display:flex}.projects-sidebar{text-align:left;flex:0 450px}.projects-sidebar .section-title{text-align:left;margin-bottom:1.5rem;font-size:3.2rem;line-height:1.1}.projects-subtitle{color:var(--text-secondary);font-size:1.2rem;line-height:1.6}.projects-content-right{flex:none;justify-content:flex-start;align-items:center;display:flex}.project-card{scroll-snap-align:start;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);cursor:pointer;border-radius:20px;flex-direction:column;flex-shrink:0;width:450px;height:350px;transition:transform .3s cubic-bezier(.25,.46,.45,.94),border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.project-image{justify-content:center;align-items:center;width:100%;height:100%;min-height:350px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative}.project-image:after{content:"";background:linear-gradient(#0000 0%,#0a0a0ae6 100%);width:100%;height:60%;position:absolute;bottom:0;left:0}.project-title-overlay{z-index:2;width:100%;padding:1.5rem;position:absolute;bottom:0;left:0}.project-title-overlay h3{color:var(--text-primary);margin:0;font-size:1.4rem}.project-modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.project-modal-content{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);-ms-overflow-style:none;scrollbar-width:none;border-radius:20px;width:100%;max-width:800px;max-height:90vh;padding:3rem;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.project-modal-content::-webkit-scrollbar{display:none}.modal-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.modal-tag{letter-spacing:2px;color:var(--text-accent);font-size:.8rem;font-weight:600}.modal-close-btn{color:var(--text-primary);font-family:var(--font-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:color .3s;display:flex}.modal-close-btn:hover{color:var(--text-accent)}.modal-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem}.modal-description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.modal-tech{flex-wrap:wrap;gap:.8rem;margin-bottom:3rem;display:flex}.modal-links{gap:1.5rem;display:flex}.project-placeholder-text{font-family:var(--font-heading);color:var(--text-primary);opacity:.8;letter-spacing:1px;font-weight:600}.modal-video-container{background:#000;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-bottom:2rem;display:flex;overflow:hidden}.modal-video{object-fit:contain;width:100%;max-height:400px}@media (width<=992px){.projects-split-layout{text-align:center;flex-direction:column;gap:3rem;padding:3rem 0}.projects-sidebar{text-align:center;max-width:100%}.projects-sidebar .section-title{text-align:center;font-size:2.5rem}.projects-content-right{justify-content:center}}@media (width<=576px){.projects-sidebar .section-title{font-size:2.2rem}.project-card{width:90vw;max-width:400px}}.contact-container{grid-template-columns:1fr 1.5fr;gap:1.5rem;max-width:900px;margin:0 auto 5rem;display:grid}.contact-info{flex-direction:column;padding:1.5rem;display:flex}.contact-info h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.8rem}.contact-info p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.contact-details{flex-direction:column;gap:1.5rem;margin-top:auto;display:flex}.contact-item{flex-direction:column;gap:.5rem;display:flex}.contact-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.contact-link{color:var(--text-primary);font-size:1.2rem;font-weight:500;transition:color .3s}.contact-link:hover{color:var(--accent-primary)}.contact-form{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:#ffffff0d;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-primary);background:#ffffff14;outline:none;box-shadow:0 0 0 4px #6366f11a}.submit-btn{width:100%;margin-top:1rem}.footer{text-align:center;border-top:1px solid var(--glass-border);color:var(--text-secondary);padding-top:3rem;font-size:.9rem}@media (width<=992px){.contact-container{grid-template-columns:1fr}}@media (width<=576px){.contact-info,.contact-form{padding:2rem 1.5rem}}.contact-socials-centered{justify-content:center;align-items:center;gap:2rem;margin:3.5rem auto 5rem;display:flex}.contact-social-icon{color:var(--text-secondary);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:1.5rem;text-decoration:none;transition:all .3s;display:flex}.contact-social-icon:hover{color:#fff;transform:translateY(-5px)}.contact-social-icon.facebook:hover{background-color:#1877f2;border-color:#1877f2;box-shadow:0 5px 15px #1877f266}.contact-social-icon.instagram:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-color:#0000;box-shadow:0 5px 15px #dc274366}.contact-social-icon.github:hover{background-color:#333;border-color:#333;box-shadow:0 5px 15px #3336}
