@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary: #ff5733;--primary-light: #ff8c66;--primary-dark: #e04a2b;--secondary: #ffad33;--black: #0c0c0d;--dark-gray: #141416;--medium-gray: #1c1c1f;--white: #ffffff;--text-muted: #7a7a80;--transition: all .4s cubic-bezier(.16, 1, .3, 1);--font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--black)}body{font-family:var(--font);color:var(--white);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:#2a2a2e;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.side-nav{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:1.2rem}.side-nav-dot{width:8px;height:8px;border-radius:50%;background:#ffffff1f;border:none;cursor:pointer;position:relative;transition:var(--transition);padding:0}.side-nav-dot.active{background:var(--primary);width:10px;height:10px}.side-nav-dot:hover{background:var(--primary)}.side-nav-label{position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:.7rem;font-weight:500;color:var(--text-muted);white-space:nowrap;opacity:0;pointer-events:none;transition:var(--transition);letter-spacing:1px;text-transform:uppercase}.side-nav-dot:hover .side-nav-label{opacity:1;right:26px;color:var(--white)}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;width:100%}.contact-bento-card,.bento-card{background:var(--dark-gray);border-radius:32px;padding:2.5rem;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .4s ease}.bento-card:hover{background:var(--medium-gray)}.col-span-12{grid-column:span 12}.col-span-11{grid-column:span 11}.col-span-10{grid-column:span 10}.col-span-9{grid-column:span 9}.col-span-8{grid-column:span 8}.col-span-7{grid-column:span 7}.col-span-6{grid-column:span 6}.col-span-5{grid-column:span 5}.col-span-4{grid-column:span 4}.col-span-3{grid-column:span 3}.col-span-2{grid-column:span 2}.col-span-1{grid-column:span 1}.row-span-2{grid-row:span 2}.main-wrapper{max-width:1300px;margin:0 auto;padding:0 5rem}section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 0;position:relative}h1{font-size:4.5rem;font-weight:700;line-height:1.05;letter-spacing:-2px;margin-bottom:1.5rem}h2{font-size:2.4rem;font-weight:700;letter-spacing:-1.2px;margin-bottom:2rem;position:relative}.kinetic-text span{display:inline-block}.hero-bento{display:grid;grid-template-columns:5fr 4fr 2fr;grid-template-rows:1.8fr 1fr;gap:1.5rem;min-height:50vh;max-height:580px}.hero-main{grid-column:1;grid-row:1 / 3;background:#141416;border-radius:32px;padding:4rem 3rem;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.hero-main h1{margin-bottom:0rem;font-size:3.2rem;font-weight:600;line-height:1;letter-spacing:-1px;margin-bottom:1.5rem;white-space:nowrap}.hero-role{color:var(--primary);font-weight:00;font-size:1.4rem;letter-spacing:2px;margin-bottom:0rem}.hero-img-card{grid-column:2;grid-row:1;border-radius:32px;overflow:hidden;position:relative}.org-link{font-size:1.6rem;text-decoration:none;color:#a1a1a1;justify-content:center;align-items:center}.org-img{height:60px}.hero-img-card img{filter:grayscale(70%);width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.hero-img-card:hover img{transform:scale(1.02);filter:grayscale(30%)}.hero-img-tap-hint{display:none}.hero-text-card{grid-column:2;grid-row:2;background:#bb8d56;border-radius:32px;padding:2.5rem;display:flex;align-items:center;color:#111;font-weight:500;font-size:1.1rem}.hero-side-card{grid-column:3;grid-row:1 / 3;background:var(--primary);border-radius:32px;display:flex;justify-content:center;align-items:flex-start;padding-top:3rem;color:var(--black)}.cta-btn{display:inline-flex;align-items:center;gap:10px;background:var(--primary);color:var(--white);text-decoration:none;padding:1rem 2.2rem;border-radius:12px;font-weight:600;font-size:1rem;border:none;transition:var(--transition);margin-top:auto;align-self:flex-start}.cta-btn:hover{background:var(--white);color:var(--black)}.orgs-container{margin-top:auto;margin-bottom:2rem}.org-list{display:flex;flex-wrap:wrap;gap:1rem}.org-link{display:inline-flex;align-items:center;gap:8px;background:#ffffff0f;padding:.6rem 1.2rem;border-radius:20px;color:var(--white);text-decoration:none;font-size:.95rem;font-weight:500;transition:var(--transition)}.org-img{height:30px;width:auto}.org-link:hover{background:#bb8d56;color:var(--black);transform:translateY(-2px)}.org-link:hover .org-img{filter:brightness(0)}.marquee-container{overflow:hidden;padding:0;margin:0;color:var(--text-muted)}.marquee-content{display:block;font-size:1.2rem;padding:1.2rem 0}.marquee-content span{color:var(--text-muted)}.skills-bento{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(200px,auto);gap:1.5rem;width:100%}.skill-bento-title{grid-column:1 / 8;grid-row:1;padding:1rem 0;display:flex;flex-direction:column;justify-content:center}.skill-bento-title h2{margin-bottom:1rem}.skill-bento-orange{grid-column:1 / 8;grid-row:2;background:var(--primary);color:var(--black);border-radius:32px;padding:2.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column}.skill-bento-tall{grid-column:8 / 13;grid-row:1 / 3;background:var(--dark-gray);border-radius:32px;padding:2.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column}.skill-bento-wide{grid-column:1 / 10;grid-row:3;background:var(--medium-gray);border-radius:32px;padding:2.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.wide-content-split{display:flex;gap:2rem;align-items:center;height:100%}.skill-bento-square{grid-column:10 / 13;grid-row:3;background:#bb8d56;border-radius:32px;padding:2.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.skills-pill-group{display:flex;flex-wrap:wrap;gap:.8rem}.skill-pill{background:#ffffff14;border-radius:20px;padding:.7rem 1.2rem;display:inline-flex;align-items:center;gap:.6rem;font-weight:500;font-size:.9rem;color:var(--white);transition:var(--transition)}.skill-pill.dark{background:#00000026;color:var(--black)}.skill-pill:hover{background:var(--primary);color:var(--black)}.skill-pill.dark:hover{background:var(--black);color:var(--white)}.project-card{display:flex;flex-direction:column;height:100%;gap:1.5rem}.project-image{height:220px;border-radius:20px;background-size:cover;background-position:center;background-color:var(--medium-gray);transition:transform .6s cubic-bezier(.16,1,.3,1)}.bento-card:hover .project-image{transform:scale(1.04)}.project-content{display:flex;flex-direction:column;flex-grow:1}.project-content h3{font-size:1.4rem;margin-bottom:.5rem}.project-content p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.2rem;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.tech-tag{background:#ffffff0d;color:#c0c0c5;padding:.3rem .8rem;font-size:.8rem;border-radius:12px}.project-links{display:flex;gap:1.2rem}.project-btn{display:inline-flex;align-items:center;gap:6px;color:var(--primary);text-decoration:none;font-weight:600;font-size:.9rem;transition:var(--transition)}.project-btn:hover{color:var(--white)}.contact-container{display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;background:var(--primary);color:var(--black)}.bento-card.contact-container:hover{background:var(--primary-light)}.contact-container h2{color:var(--black)}.contact-info p{font-size:1.15rem;color:#000000b3;margin-bottom:2rem}.social-links{display:flex;gap:1.2rem}.social-btn{width:54px;height:54px;border-radius:50%;background:#0000001a;border:none;display:flex;align-items:center;justify-content:center;color:var(--black);text-decoration:none;transition:var(--transition)}.social-btn:hover{background:var(--black);color:var(--white);transform:translateY(-4px)}.contact-form{display:flex;flex-direction:column;gap:1.4rem;height:100%;justify-content:center}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.form-group label{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.form-group input,.form-group textarea{background:var(--medium-gray);border:none;border-radius:12px;padding:1rem 1.2rem;color:var(--white);font-family:var(--font);font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:2px solid var(--primary);outline-offset:-2px}.submit-btn{background:var(--primary);color:var(--white);border:none;border-radius:12px;padding:1.2rem;font-size:1.05rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:var(--transition);margin-top:1rem}.submit-btn:hover{background:var(--white);color:var(--black)}.cta-btn.secondary{background:var(--dark-gray);color:var(--white)}.cta-btn.secondary:hover{background:#ffffff1a;color:var(--white)}.about-section{padding:4rem 0}.about-card{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;overflow:hidden;background:var(--dark-gray);padding:3rem 4rem}.about-content{flex:1;max-width:700px;z-index:2}.about-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.about-header h2{margin-bottom:0}.about-text-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:1rem}.about-text-content p:last-child{margin-bottom:0}.about-decoration{position:absolute;right:-5%;top:-20%;width:300px;height:300px;z-index:1;opacity:.1;pointer-events:none}.blob{position:absolute;width:100%;height:100%;background:var(--primary);border-radius:40% 60% 70% 30%/40% 50% 60%;animation:morph 8s ease-in-out infinite}.blob-2{background:var(--secondary);animation-delay:-4s;opacity:.5;transform:scale(.9)}@keyframes morph{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%}34%{border-radius:70% 30% 50% 50%/30% 30% 70% 70%}67%{border-radius:100% 60% 60% 100%/100% 100% 60% 60%}}.timeline-section{padding-top:6rem;position:relative}.timeline-container{position:relative;max-width:1000px;margin:0 auto;padding:2rem 0}.timeline-line-wrapper{position:absolute;left:50%;top:0;bottom:0;width:4px;background:#ffffff0d;transform:translate(-50%);border-radius:4px;overflow:hidden}.timeline-line-fill{width:100%;height:100%;background:var(--primary);transform-origin:top}.timeline-items{display:flex;flex-direction:column;gap:3rem;position:relative;z-index:2}.timeline-item{display:flex;width:100%;justify-content:flex-start;position:relative}.timeline-item.right{justify-content:flex-end}.timeline-node{position:absolute;left:50%;top:30px;transform:translate(-50%);width:40px;height:40px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;border:4px solid var(--black);z-index:3}.timeline-content{width:calc(50% - 50px);padding:2rem}.timeline-item.left .timeline-content{text-align:right}.timeline-date{font-size:.9rem;color:var(--primary);font-weight:600;margin-bottom:.5rem;display:block}.timeline-company{font-size:1rem;color:var(--text-muted);margin-bottom:1rem;font-weight:500}.timeline-content ul{list-style:none;padding:0}.timeline-content li{color:var(--text-muted);font-size:.95rem;margin-bottom:.5rem;position:relative}.testimonials-section{padding:6rem 0;overflow:hidden}.carousel-wrapper{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.carousel-viewport{position:relative;width:100%;max-width:800px;height:350px;display:flex;align-items:center;justify-content:center}.testimonial-card{position:absolute;width:100%;max-width:700px;background:#141416cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;text-align:center;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.05)}.quote-icon{color:var(--primary);opacity:.5;margin-bottom:1.5rem}.testimonial-quote{font-size:1.25rem;font-style:italic;color:var(--white);line-height:1.7;margin-bottom:2rem}.testimonial-author{display:flex;align-items:center;gap:1rem;text-align:left}.author-avatar{width:50px;height:50px;background:var(--primary);color:var(--black);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.testimonial-author h4{margin-bottom:.2rem;font-size:1.1rem}.testimonial-author span{font-size:.85rem;color:var(--text-muted)}.carousel-btn{background:#ffffff0d;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);cursor:pointer;transition:var(--transition);z-index:10}.carousel-btn:hover{background:var(--primary);color:var(--black)}.carousel-dots{display:flex;justify-content:center;gap:.8rem;margin-top:2rem}.carousel-dots .dot{width:10px;height:10px;border-radius:50%;background:#ffffff26;border:none;cursor:pointer;transition:var(--transition);padding:0}.carousel-dots .dot.active{background:var(--primary);width:24px;border-radius:10px}.blog-section{padding:6rem 0}.blog-card{background:var(--medium-gray);padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}.blog-icon-wrapper{background:#ff57331a;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.blog-date{font-size:.85rem;color:var(--primary);font-weight:600;margin-bottom:.8rem;display:block}.blog-card h3{font-size:1.5rem;margin-bottom:1rem}.blog-card p{color:var(--text-muted);margin-bottom:2rem;flex-grow:1}.read-more-btn{display:inline-flex;align-items:center;gap:8px;color:var(--white);font-weight:600;text-decoration:none;transition:var(--transition);align-self:flex-start}.read-more-btn:hover{color:var(--primary);gap:12px}footer{text-align:center;padding:2rem;color:#404045;font-size:.85rem}@media (max-width: 1024px){.hero-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;max-height:none}.hero-main{grid-column:1 / 3;grid-row:1;min-height:400px}.hero-main h1{white-space:normal;font-size:2.8rem}.hero-img-card{grid-column:1;grid-row:2;height:300px}.hero-text-card{grid-column:2;grid-row:2}.hero-side-card{grid-column:1 / 3;grid-row:3;padding:2rem;flex-direction:row;justify-content:center;gap:1rem}.skill-bento-title,.skill-bento-orange,.skill-bento-tall,.skill-bento-wide,.skill-bento-square{grid-column:1 / 13;grid-row:auto}.wide-content-split{flex-direction:column;align-items:flex-start}.col-span-8,.col-span-7,.col-span-6,.col-span-5,.col-span-4,.col-span-3,.col-span-2{grid-column:span 12}.bento-grid,.skills-bento{gap:1rem}.about-card{padding:2.5rem 2rem}.timeline-line-wrapper{left:20px;transform:none}.timeline-item,.timeline-item.right{justify-content:flex-start;padding-left:60px}.timeline-node{left:20px;transform:translate(-50%)}.timeline-content{width:100%;text-align:left!important}.timeline-item.left .timeline-content{text-align:left}.carousel-viewport{max-width:100%;height:320px}.testimonial-card{max-width:100%;padding:2rem}.testimonial-quote{font-size:1.1rem}}@media (max-width: 768px){h1{font-size:2.5rem;letter-spacing:-1px}h2{font-size:1.8rem;margin-bottom:1.5rem}section{min-height:auto;padding:3rem 0}.main-wrapper{padding:0 1rem}.hero-bento{display:flex;flex-direction:column;max-height:none;gap:1rem}.hero-main,.hero-text-card,.hero-side-card{width:100%}.hero-img-card{width:100%;order:-1;height:80px;cursor:pointer;transition:height .5s cubic-bezier(.16,1,.3,1);border-radius:24px}.hero-img-card.expanded{height:300px}.hero-img-tap-hint{display:flex;position:absolute;bottom:12px;right:16px;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:50%;width:32px;height:32px;align-items:center;justify-content:center;color:var(--white);transition:transform .4s ease,opacity .3s ease;pointer-events:none}.hero-img-card.expanded .hero-img-tap-hint{transform:rotate(180deg)}.hero-main{padding:2.5rem 1.5rem;min-height:auto}.hero-main h1{font-size:2.2rem;white-space:normal;letter-spacing:-.5px;margin-bottom:1rem}.hero-role{font-size:1.1rem}.hero-text-card{padding:1.5rem;font-size:.95rem}.hero-side-card{padding:2rem;flex-direction:row;justify-content:center}.hero-side-card svg{width:80px;height:80px}.cta-btn{padding:.85rem 1.5rem;font-size:.9rem}.orgs-container{margin-bottom:1.5rem}.org-link{font-size:.85rem;padding:.5rem 1rem}.org-img{height:24px}.bento-grid{grid-template-columns:1fr;gap:1rem}.col-span-12,.col-span-11,.col-span-10,.col-span-9,.col-span-8,.col-span-7,.col-span-6,.col-span-5,.col-span-4,.col-span-3,.col-span-2,.col-span-1{grid-column:span 1}.bento-card,.contact-bento-card{padding:1.5rem;border-radius:24px}.about-card{padding:2rem 1.5rem;flex-direction:column}.about-content{max-width:100%}.about-text-content p{font-size:1rem}.about-decoration{display:none}.skills-bento{grid-template-columns:1fr;gap:1rem}.skill-bento-title,.skill-bento-orange,.skill-bento-tall,.skill-bento-wide,.skill-bento-square{grid-column:1;grid-row:auto}.skill-bento-orange,.skill-bento-tall,.skill-bento-wide,.skill-bento-square{padding:1.5rem;border-radius:24px}.skill-bento-orange h3,.skill-bento-tall h3,.skill-bento-wide h3{font-size:1.4rem}.skill-pill{padding:.5rem 1rem;font-size:.85rem}.timeline-section{padding-top:3rem}.timeline-container{padding:1rem 0}.timeline-line-wrapper{left:16px;transform:none}.timeline-item,.timeline-item.right{justify-content:flex-start;padding-left:48px}.timeline-node{left:16px;transform:translate(-50%);width:32px;height:32px}.timeline-content{width:100%;padding:1.5rem;text-align:left!important}.timeline-item.left .timeline-content{text-align:left}.timeline-items{gap:1.5rem}.project-image{height:180px}.project-content h3{font-size:1.2rem}.testimonials-section{padding:3rem 0}.carousel-wrapper{gap:.5rem}.carousel-btn{width:40px;height:40px;flex-shrink:0}.carousel-viewport{max-width:100%;height:300px}.testimonial-card{max-width:100%;padding:1.5rem}.testimonial-quote{font-size:1rem;margin-bottom:1.5rem}.quote-icon{margin-bottom:1rem}.author-avatar{width:40px;height:40px;font-size:1.2rem}.testimonial-author h4{font-size:.95rem}.testimonial-author span{font-size:.8rem}.blog-section{padding:3rem 0}.blog-card{padding:1.5rem}.blog-card h3{font-size:1.25rem}.contact-container{padding:2rem 1.5rem}.contact-form{gap:1rem}.social-btn{width:44px;height:44px}.submit-btn{padding:1rem;font-size:.95rem}.side-nav{display:none}footer{padding:1.5rem 1rem}}@media (max-width: 480px){h1{font-size:2rem;letter-spacing:-.5px}h2{font-size:1.5rem}.main-wrapper{padding:0 .75rem}.hero-main{padding:2rem 1.2rem}.hero-main h1{font-size:1.8rem}.hero-role{font-size:1rem;letter-spacing:1px}.hero-text-card{font-size:.9rem;padding:1.2rem}.hero-img-card{height:70px}.hero-img-card.expanded{height:250px}.hero-side-card{display:none}.hero-main>div:last-child{flex-direction:column;gap:.75rem}.cta-btn{width:100%;justify-content:center;padding:.8rem 1.2rem;font-size:.85rem}.bento-card,.contact-bento-card,.skill-bento-orange,.skill-bento-tall,.skill-bento-wide,.skill-bento-square{padding:1.2rem;border-radius:20px}.skill-bento-orange h3,.skill-bento-tall h3,.skill-bento-wide h3{font-size:1.2rem}.skill-pill{padding:.4rem .8rem;font-size:.8rem}.timeline-node{width:28px;height:28px}.timeline-node svg{width:12px;height:12px}.timeline-item,.timeline-item.right{padding-left:40px}.timeline-content{padding:1.2rem}.timeline-content h3{font-size:1rem}.timeline-content li{font-size:.85rem}.project-image{height:150px;border-radius:16px}.project-content h3{font-size:1.05rem}.project-content p{font-size:.85rem}.tech-tag{font-size:.75rem;padding:.25rem .6rem}.carousel-viewport{height:340px}.testimonial-card{padding:1.2rem}.testimonial-quote{font-size:.9rem;line-height:1.6}.carousel-btn{width:36px;height:36px}.carousel-btn svg{width:18px;height:18px}.blog-card h3{font-size:1.1rem}.blog-card p{font-size:.9rem}.blog-icon-wrapper{width:48px;height:48px;border-radius:12px;margin-bottom:1rem}.social-links{flex-wrap:wrap;gap:.8rem}.social-btn{width:40px;height:40px}.form-group input,.form-group textarea{padding:.8rem 1rem;font-size:.9rem;border-radius:10px}.submit-btn{padding:.9rem;font-size:.9rem;border-radius:10px}.about-card{padding:1.5rem 1.2rem}.about-header h2{font-size:1.4rem}.about-text-content p{font-size:.9rem}.marquee-content{font-size:.85rem!important}}
