@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-main:#121212;--bg-surface:#1a1a1a;--bg-card:#1e1e1e99;--text-primary:#fff;--text-secondary:#a0a0a0;--accent-color:#cc7a00;--accent-gradient:linear-gradient(135deg, #ff9800 0%, #cc7a00 100%);--accent-glow:#cc7a0066;--border-color:#ffffff0d;--glass-bg:#28282880;--glass-border:#ffffff14;--font-main:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:40px 40px;background-attachment:fixed;line-height:1.6;overflow-x:hidden}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section-padding{padding:6rem 0}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 15px var(--accent-glow);border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9d4edd99}.btn-outline{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:1px solid #fff3;border-radius:50px;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-outline:hover{background:#ffffff1a;border-color:#fff6}.badge{color:#e0b3ff;background:#9d4edd26;border:1px solid #9d4edd4d;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.badge-dot{background-color:#c77dff;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 10px #c77dff}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #c77dffb3}70%{transform:scale(1);box-shadow:0 0 0 10px #c77dff00}to{transform:scale(.95);box-shadow:0 0 #c77dff00}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:#3a205a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}.navbar{z-index:100;position:absolute;top:2rem;left:2rem}.navbar-pill{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#3c3c3c40;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:1rem;padding:.5rem .5rem .5rem 1rem;display:flex;box-shadow:0 8px 32px #0000004d}.navbar-logo{color:#fff;text-shadow:0 2px 10px #0003;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.logo-icon{background:var(--accent-gradient);border-radius:50%;width:16px;height:16px;display:inline-block}.menu-toggle{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .3s;display:flex}.menu-toggle:hover{background:#ffffff40}.navbar-dropdown{-webkit-backdrop-filter:blur(25px)saturate(200%);backdrop-filter:blur(25px)saturate(200%);background:#28282866;border:1px solid #ffffff26;border-radius:16px;flex-direction:column;min-width:150px;padding:.5rem;display:flex;position:absolute;top:calc(100% + .8rem);left:0;box-shadow:0 10px 40px #0006}.navbar-dropdown a{color:var(--text-secondary);border-radius:10px;padding:.8rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s}.navbar-dropdown a:hover{color:#fff;background:#ffffff0d}@media (width<=768px){.navbar{top:1rem;left:1rem}}.stroke-text{width:100%;line-height:0;display:block}.stroke-text--hover{cursor:pointer}.stroke-text__svg{width:100%;height:var(--stroke-text-height,160px);display:block}.stroke-text__stroke,.stroke-text__fill{-webkit-user-select:none;user-select:none}.hero{width:100%;height:100vh;position:relative;overflow:hidden}.hero-char-wrapper{z-index:1;width:50%;height:100%;position:absolute;top:0;right:10%}.hero-char-img{object-fit:cover;object-position:top center;opacity:.95;filter:drop-shadow(-15px 10px 40px #000)drop-shadow(0 5px 20px #000000e6);width:100%;height:100%}.hero-char-overlay{pointer-events:none;background:linear-gradient(#0000 75%,#121212 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-top-left{z-index:10;max-width:400px;position:absolute;top:22%;left:5%}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#282828b3;border:1px solid #ffffff0d;border-radius:50px;align-items:center;gap:.5rem;margin-top:1.2rem;margin-bottom:0;padding:.4rem 1rem;display:inline-flex}.hero-subtitle{color:#f0f0f0;font-size:1.8rem;font-weight:500;line-height:1.25}.hero-top-right{z-index:10;max-width:280px;position:absolute;top:30%;right:4%}.hero-intro{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero-intro p{color:#a0a0a0;text-shadow:0 2px 10px #00000080;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.hero-cta-btn{color:#cc7a00;background:0 0;align-items:center;gap:.8rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.cta-arrow{color:#fff;background:#cc7a00;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex}.hero-cta-btn:hover .cta-arrow{transform:translate(5px)}.hero-cta-btn:hover{color:#ff9800}.hero-massive-text{text-align:center;z-index:5;pointer-events:none;width:100%;position:absolute;bottom:calc(15px - 4%);left:0}.hero-massive-text h1{letter-spacing:-8px;color:#fff;text-transform:capitalize;margin:0;font-size:clamp(8rem,20vw,22rem);font-weight:800;line-height:.8}@media (width<=1024px){.hero-char-wrapper{width:100%;right:0}.hero-char-img{opacity:.35;filter:drop-shadow(-5px 5px 20px #000c)}.hero-top-left{top:15%;left:8%}.hero-top-right{top:50%;right:8%}.hero-massive-text{top:55%;bottom:auto;transform:translateY(-50%)}}@media (width<=768px){.hero-char-wrapper{z-index:1;width:95%;height:75vh;top:8%;right:2.5%}.hero-char-img{opacity:.95;filter:drop-shadow(-5px 5px 20px #000c);object-position:top center;-webkit-mask-image:linear-gradient(#000 40%,#0000 80%);mask-image:linear-gradient(#000 40%,#0000 80%)}.hero-top-left,.hero-badge{display:none}.hero-subtitle{text-shadow:0 2px 15px #000c;font-size:1.15rem}.hero-top-right{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141414bf;border:1px solid #ffffff14;border-radius:12px;max-width:100%;padding:1rem;inset:auto 4% 3%}.hero-intro{text-align:left;align-items:flex-start}.hero-intro p{margin-bottom:.8rem;font-size:.85rem;line-height:1.4}.hero-cta-btn{font-size:.9rem}.cta-arrow{width:32px;height:32px}.hero-massive-text{z-index:5;top:50%;bottom:auto;transform:translateY(-50%)}.hero-massive-text .stroke-text__svg{height:auto!important}}.marquee-container{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);width:100%;padding:2rem 0;display:flex;position:relative;overflow:hidden}.marquee-container:before,.marquee-container:after{content:"";z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.marquee-container:before{background:linear-gradient(to right, var(--bg-main) 0%, transparent 100%);left:0}.marquee-container:after{background:linear-gradient(to left, var(--bg-main) 0%, transparent 100%);right:0}.marquee-content{white-space:nowrap;width:max-content;animation:30s linear infinite scroll;display:flex}.marquee-container:hover .marquee-content{animation-play-state:paused}.marquee-item{color:var(--text-secondary);align-items:center;gap:.75rem;padding:0 3rem;font-size:1.5rem;font-weight:600;transition:color .3s;display:flex}.marquee-item:hover{color:var(--text-primary)}.marquee-dot{background:var(--accent-gradient);opacity:.7;border-radius:50%;width:12px;height:12px;display:inline-block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about{z-index:10;background:0 0;justify-content:center;align-items:center;min-height:100vh;padding:4rem 5%;display:flex;position:relative;overflow:hidden}.about-bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:320px;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.bento-glow-card{-webkit-backdrop-filter:blur(25px)saturate(200%);backdrop-filter:blur(25px)saturate(200%);background:#28282866;border:1px solid #ffffff26;border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0006}.bento-glow-card:before{content:"";background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), #ff98000f, transparent 40%);opacity:0;z-index:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.bento-glow-card:after{content:"";background:radial-gradient(400px circle at var(--mouse-x) var(--mouse-y), #ff980066, transparent 40%);opacity:0;z-index:-1;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.about-bento-grid:hover .bento-glow-card:before,.bento-glow-card:hover:after{opacity:1}.card-content{z-index:2;background:radial-gradient(circle at 0 0,#ffffff08 0%,#0000 50%);flex-direction:column;height:100%;padding:2rem;display:flex;position:relative}.card-philosophy{grid-area:span 1/span 3}.card-engineer{grid-area:span 1/span 2}.card-designer{grid-area:span 1/span 1}.about-title{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.1}.about-description{color:#aaa;max-width:800px;margin-bottom:0;font-size:1.05rem;line-height:1.6}.card-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.card-icon{color:#ff9800;font-size:1.5rem}.card-header h3{color:#fff;font-size:1.8rem;font-weight:600}.card-subtext{color:#888;margin-bottom:1.5rem;font-size:.95rem}.floating-icons-container{flex-wrap:wrap;flex-grow:1;justify-content:center;align-items:center;gap:1.5rem;padding:1rem 0;display:flex;position:relative}.float-icon{filter:drop-shadow(0 10px 15px #00000080);font-size:2.5rem;transition:transform .3s}.float-icon:hover{transform:scale(1.2)!important}.react{color:#61dafb}.node{color:#393}.mongo{color:#47a248}.express,.nextjs{color:#fff}.javascript{color:#f7df1e}.java{color:#007396}.git{color:#f05032}.github{color:#fff}.figma{color:#f24e1e;font-size:3rem;position:absolute;bottom:30px;right:20px}.wordpress{color:#21759b;font-size:2.2rem;position:absolute;bottom:-10px;left:30px}.canva{justify-content:center;align-items:center;display:flex;position:absolute;top:-10px;left:60px}.canva-img{width:45px;height:45px}.designer-visual{flex-grow:1;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex;position:relative}.wireframe-box{background:#0003;border:2px solid #ffffff1a;border-radius:10px;flex-direction:column;gap:6px;width:40%;height:70px;padding:6px;display:flex}.wireframe-header{background:#ffffff0d;border-radius:4px;width:100%;height:15px}.wireframe-body{flex-grow:1;gap:8px;display:flex}.wireframe-left{background:#ffffff0d;border-radius:4px;flex:1}.wireframe-right{flex-direction:column;flex:2;gap:8px;display:flex}.wireframe-line{background:#ff980033;border-radius:3px;height:10px}.wireframe-line.short{width:60%}.tech-tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.tech-tags span{color:#ccc;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.3rem .8rem;font-size:.75rem}@media (width<=1024px){.about-bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.card-philosophy,.card-engineer,.card-designer{grid-column:span 1}.card-content{padding:2rem}.floating-icons-container{padding:2rem 0}}@media (width<=768px){.wireframe-box{width:60%;margin-top:20px;margin-bottom:20px}.figma{font-size:2.2rem;bottom:10px;right:5%}.wordpress{font-size:1.8rem;bottom:0;left:5%}.canva{top:-5px;left:15%}.canva-img{width:35px;height:35px}}.timeline-container{max-width:1200px;margin:0 auto;padding:2rem 0;position:relative}.timeline-line{background:linear-gradient(#ff980000 0%,#ff980080 10% 90%,#ff980000 100%);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{justify-content:space-between;align-items:center;width:100%;margin-bottom:4rem;display:flex;position:relative}.timeline-item.right{flex-direction:row-reverse}.timeline-dot{z-index:2;background:#ff9800;border:4px solid #121212;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #ff980033}.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1e80;border:1px solid #ffffff0d;border-radius:20px;width:45%;transition:transform .3s,box-shadow .3s;overflow:hidden}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.timeline-image-wrapper{width:100%;height:200px;overflow:hidden}.timeline-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.timeline-content:hover .timeline-image{transform:scale(1.05)}.timeline-text{padding:2rem}.timeline-period{color:#ff9800;background:#ff98001a;border-radius:50px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.timeline-text h3{color:#fff;margin-bottom:.2rem;font-size:1.6rem}.timeline-org{color:#aaa;margin-bottom:1rem;font-size:.95rem}.timeline-desc{color:#ddd;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.timeline-tags{flex-wrap:wrap;gap:.5rem;display:flex}.timeline-tag{color:#f0f0f0;background:#ffffff0d;border-radius:5px;padding:.3rem .8rem;font-size:.75rem}@media (width<=768px){.timeline-line,.timeline-dot{left:20px}.timeline-item,.timeline-item.right{flex-direction:row;justify-content:flex-end}.timeline-content{width:calc(100% - 50px)}}.accordion-container{gap:1rem;max-width:1200px;height:500px;margin:0 auto;padding:0 5%;display:flex}.accordion-panel{cursor:pointer;background-position:50%;background-size:cover;border:1px solid #ffffff0d;border-radius:24px;flex:1;transition:flex .6s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.accordion-panel.active{border-color:#ff98004d;flex:5}.accordion-overlay{background:linear-gradient(#0a0a0a00 45%,#0a0a0acc 65%,#0a0a0af2 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.accordion-panel:not(.active) .accordion-overlay{background:#0a0a0ab3}.accordion-title{white-space:nowrap;opacity:1;width:max-content;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}.accordion-title.hidden{opacity:0;pointer-events:none}.accordion-title h3{color:#fff;letter-spacing:2px;text-transform:uppercase;font-size:1.1rem;font-weight:600}.accordion-content{opacity:0;pointer-events:none;width:100%;padding:1.5rem 2rem;transition:opacity .4s .2s,transform .4s .2s;position:absolute;bottom:0;left:0;transform:translateY(20px)}.accordion-content.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.accordion-period{color:#ff9800;margin-bottom:.2rem;font-size:.8rem;font-weight:600;display:block}.accordion-content h2{color:#fff;margin-bottom:.2rem;font-size:1.7rem}.accordion-org{color:#aaa;margin-bottom:.6rem;font-size:.9rem}.accordion-desc{color:#ddd;max-width:600px;margin-bottom:.8rem;font-size:.85rem;line-height:1.4}.accordion-tags{flex-wrap:wrap;gap:.4rem;display:flex}.accordion-tag{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:50px;padding:.3rem .8rem;font-size:.75rem}@media (width<=768px){.accordion-container{flex-direction:column;height:800px}.accordion-title{top:50%;bottom:auto;left:20px;transform:translateY(-50%)}.accordion-content{padding:1.5rem}.accordion-content h2{font-size:1.8rem}}.experience-section{z-index:10;padding:8rem 5%;position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{letter-spacing:-1px;background:linear-gradient(90deg,#fff,#888);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.section-header p{color:#ff9800;letter-spacing:2px;text-transform:uppercase;font-weight:600}.desktop-experience{display:block}.mobile-experience{display:none}@media (width<=1024px){.desktop-experience{display:none}.mobile-experience{display:block}}.projects{background:0 0;position:relative}.projects-header{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.section-title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.project-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#232323b3 0%,#0f0f0fe6 100%);border:1px solid #ffffff0d;border-top-color:#ffffff26;border-radius:24px;transition:transform .4s,box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden}.project-image-container{position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.project-card:hover .project-image{transform:scale(1.05)}.project-links-inline{opacity:0;z-index:10;gap:.5rem;transition:all .3s;display:flex;position:absolute;bottom:1rem;left:1rem;transform:translateY(10px)}.project-card:hover .project-links-inline{opacity:1;transform:translateY(0)}.project-pill-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;pointer-events:auto;background:#141414bf;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.project-pill-btn:hover{background:var(--accent-gradient);border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 15px #cc7a004d}.project-content{flex-direction:column;display:flex}.project-title{color:#fff;letter-spacing:-.5px;margin-bottom:.75rem;font-size:2rem;font-weight:800}.project-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.project-tech-stack{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.4rem .8rem;font-size:.8rem}.stacked-horizontal{flex-direction:row;height:100%}.stacked-horizontal .project-image-container{width:50%;height:100%;padding:1.5rem}.stacked-horizontal .project-image{border-radius:16px;box-shadow:0 10px 30px #0006}.stacked-horizontal .project-links-inline{bottom:2.5rem;left:2.5rem}.stacked-horizontal .project-content{justify-content:center;width:50%;padding:3rem 3rem 3rem 1.5rem}.projects-sticky-deck{flex-direction:column;gap:2rem;padding-bottom:20vh;display:flex;position:relative}.sticky-card-wrapper{width:100%;height:60vh;min-height:450px;max-height:600px;transition:filter .3s;position:sticky}.sticky-card-wrapper .project-card{box-shadow:0 -20px 50px #00000080}@media (width<=900px){.stacked-horizontal{flex-direction:column;height:auto}.stacked-horizontal .project-image-container{flex:0 0 250px;width:100%;height:250px;padding:1rem}.stacked-horizontal .project-image{border-radius:12px}.stacked-horizontal .project-links-inline{opacity:1;bottom:1.7rem;left:1.7rem;transform:translateY(0)}.stacked-horizontal .project-content{width:100%;padding:1rem 1.5rem 1.5rem}.project-title{font-size:1.5rem}.sticky-card-wrapper,.horizontal-card{height:auto;min-height:auto;max-height:none}}.footer{border-top:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;padding:6rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:var(--accent-gradient);opacity:.5;width:50%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 20px 5px #cc7a0080}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:4rem;margin-bottom:5rem;display:flex}.footer-brand{flex:1;min-width:300px;max-width:500px}.footer-brand h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.footer-brand p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.footer-links{flex-wrap:wrap;gap:4rem;display:flex}.footer-col h3{color:#fff;margin-bottom:1.5rem;font-size:1.2rem}.footer-col a{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;transition:color .3s,transform .3s;display:flex}.footer-col a:hover{color:var(--accent-color);transform:translate(5px)}.footer-bottom{color:var(--text-secondary);border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.9rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{transition:color .3s}.footer-legal a:hover{color:#fff}@media (width<=768px){.footer-top{flex-direction:column;gap:3rem}.footer-bottom{text-align:center;flex-direction:column}}
