body{background:linear-gradient(135deg,#142427,#000);font-family:DM Sans}body p{color:#e4eef0e6}*{box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden;width:100%}.footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;color:#fff;flex-wrap:wrap;border-top:1px solid rgba(255,91,4,.2)}.footer-left{font-size:.9rem}.footer-right{display:flex;align-items:center;gap:2rem}.social-icons a{color:#fff;font-size:1.2rem;margin-right:.5rem;transition:color .3s ease;gap:2rem}.social-icons a:hover{color:#ff5b04}.back-to-top{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;transition:transform .3s ease}.back-to-top:hover{transform:translateY(-3px);color:#ff5b04}@media (max-width: 768px){.footer{flex-direction:row;text-align:center}.social-icons{display:none}}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#0a0e12,#131a20,#0a0e12);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.center-container{display:flex;align-items:center;justify-content:center;gap:30px;position:relative;z-index:2}.name-container{display:flex;font-size:3rem;font-weight:350;letter-spacing:.08em;text-transform:uppercase;color:#e4eef0f2;position:relative;padding:1rem 2rem}.name-letter{will-change:transform,opacity,filter;text-shadow:0 2px 8px rgba(228,238,240,.12),0 0 15px rgba(255,91,4,.08);transition:color .3s ease;margin-right:-.05em}.ball-container{position:relative;width:70px;height:70px;display:flex;align-items:center;justify-content:center}.loader-ball{width:55px;height:55px;border-radius:50%;position:relative;will-change:transform,box-shadow}.progress-container{margin-top:40px;position:relative;z-index:2}.loader-progress{font-size:1.8rem;font-weight:300;color:#e4eef0e6;display:flex;align-items:center;gap:1px}.progress-digit{display:inline-block;min-width:1.1em;text-align:center;will-change:transform,opacity}.percent-symbol{margin-left:1px;opacity:.7}@media (max-width: 768px){.center-container{flex-direction:column;gap:20px}.name-container{font-size:1.8rem;padding:.8rem 1rem;letter-spacing:.05em}.loader-ball{width:45px;height:45px}.loader-progress{font-size:1.4rem;margin-top:25px}}.navbar{background:transparent;padding:1rem 4%;overflow-x:hidden;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;margin:0;position:relative}.logo-image{height:30px;transition:transform .3s ease}.mobile-logo{display:none}.logo:hover .logo-image{transform:scale(1.05)}.logo.desktop-logo{display:block}.mobile-social-icons{display:none}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:3.5rem;align-items:center}.nav-links li a{color:#e4eef0;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;white-space:nowrap}.nav-links li.main-nav-link a,.nav-links li.external-nav-link a{font-size:1rem}.nav-links li a:hover,.nav-links li.main-nav-link a.active{color:#cbe6c7}.nav-links li.main-nav-link a.active:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:#cbe6c7;transition:width .6s ease-in-out}.nav-links li.main-nav-link a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background-color:#cbe6c7;transition:width .4s ease-in-out}.nav-links li.main-nav-link a:hover:after{width:100%}.external-link{display:flex;align-items:center;gap:.25rem;color:#e4eef0e6;font-weight:500;text-decoration:none;transition:color .3s ease}.external-link:hover{color:#cbe6c7}.hamburger-menu{display:none;background:transparent;border:none;cursor:pointer;padding:5px;z-index:1001}.hamburger-menu .line{height:2px;width:22px;background:#e4eef0;margin:4px 0;transition:all .3s ease}.sound-nav-item{display:flex;align-items:center}.sound-control{cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.sound-control:hover{opacity:.7}.waveform{display:flex;align-items:center;gap:2px;height:20px}.wave-bar{width:3px;height:4px;background-color:#e4eef048;border-radius:2px;transition:all .3s ease}.wave-bar:nth-child(1){height:9px}.wave-bar:nth-child(2){height:19px}.wave-bar:nth-child(3){height:12px}.wave-bar:nth-child(4){height:17px}.wave-bar:nth-child(5){height:17px}.wave-bar:nth-child(6){height:14px}.wave-bar:nth-child(7){height:15px}.wave-bar:nth-child(7){height:10px}.wave-bar.active{background-color:#cbe6c7;animation:waveAnimation 1.2s ease-in-out infinite}@keyframes waveAnimation{0%,to{transform:scaleY(1);opacity:.8}50%{transform:scaleY(1.8);opacity:1}}.wave-bar.active:nth-child(1){animation-delay:0s}.wave-bar.active:nth-child(2){animation-delay:.1s}.wave-bar.active:nth-child(3){animation-delay:.2s}.wave-bar.active:nth-child(4){animation-delay:.3s}@media (max-width: 768px){.logo.desktop-logo{display:none}.hamburger-menu{display:block;margin-top:.7rem}.nav-links{position:fixed;top:0;right:0;height:100vh;width:80%;max-width:300px;flex-direction:column;align-items:flex-start;background:#16232a;padding:3rem 2rem;transform:translate(100%);transition:transform .3s ease-in-out;z-index:1000;box-shadow:-4px 0 15px #0003;gap:2rem}.nav-links.open{transform:translate(0)}.nav-links li{width:100%}.nav-links li.main-nav-link a{font-size:2.5rem;font-weight:600;padding:0rem 0;display:inline-block}.nav-links li.external-nav-link a{font-size:1rem;padding:.4rem 0}.nav-links li.main-nav-link a.active.ready:after{width:100%;animation:drawLine .6s ease-in-out forwards}.nav-links li.main-nav-link a.active:after{bottom:0;width:0;height:3px}@keyframes drawLine{0%{width:0}to{width:100%}}.mobile-logo{display:block;margin-bottom:2rem;width:100%;text-align:center}.mobile-social-icons{display:flex;gap:1rem;position:absolute;top:1.5rem;right:1rem;z-index:99}.mobile-social-icons .icon{font-size:1.2rem;color:#fff;transition:color .3s}.mobile-social-icons .icon:hover{color:#cbe6c7}.sound-nav-item{margin-bottom:1rem;width:100%;display:flex;justify-content:center}.waveform{gap:3px}.wave-bar{width:4px}}.home-container{display:grid;color:#fff;overflow-x:hidden;margin:0}.home-info{display:flex;justify-content:space-between;align-items:center;max-width:960px;margin:0 auto;width:100%;padding:.2rem 3.5rem;min-height:36vh}.name-section{flex:1.9}.title{font-size:4rem;font-family:DM Sans;font-weight:500;margin:0 -1rem;color:#e4eef0e6}.name{font-size:1.44rem;font-weight:100;margin-bottom:1rem}.description{font-size:20px;font-weight:300;line-height:1.2;margin-bottom:3rem;color:#e4eef0e6}.home-links{display:flex;gap:1.5rem;margin-top:3rem}.pointers-button{border:none;color:#fff;padding:15px 35px;border-radius:50px;cursor:pointer;font-weight:100;letter-spacing:1px;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease}.pointers-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50px;z-index:-1}.about-button{background:#0003;border:1px solid rgba(203,230,199,.3);box-shadow:0 4px 12px #0000001a,inset 0 1px 1px #fff3}.about-button:before{background:#00000026;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.about-button:hover{background:#00000040;box-shadow:0 6px 16px #00000026,inset 0 1px 1px #ffffff4d;transform:translateY(-2px)}.works-button{background:#cbe6c788;border:1px solid rgba(203,230,199,.4);box-shadow:0 4px 12px #0000001a,inset 0 1px 1px #fff3}.works-button:before{background:#cbe6c71a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.works-button:hover{background:#cbe6c740;box-shadow:0 6px 16px #00000026,inset 0 1px 1px #ffffff4d;transform:translateY(-2px)}.pointers-button:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,#fff0,#fff0 30%,#ffffff4d,#fff0 60%,#fff0);transform:rotate(30deg);opacity:0;transition:all .5s ease;pointer-events:none}.pointers-button:hover:after{opacity:1;animation:shine 1.2s infinite}@keyframes shine{0%{transform:translate(-100%) rotate(30deg)}to{transform:translate(100%) rotate(30deg)}}.pointers{margin:0;position:relative;z-index:2;font-weight:400}.image-social-section{flex:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-left:9rem;margin-bottom:2rem}.profile-image{width:100%;max-width:300px;height:auto;transform:scaleX(-1)}.hologram-wrapper{display:inline-block;transition:filter .4s ease}.floating-image{animation:float 4s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.social-arrow-container{display:flex;align-items:center;gap:1.5rem}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.icon-circle{position:relative;width:100%;height:100%;border-radius:50%;background:#0750564d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(203,230,199,.3);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .3s ease}.icon{font-size:1.5rem;color:#fff;z-index:2;transition:all .3s ease}.shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,#fff0,#fff0 30%,#ffffff4d,#fff0 60%,#fff0);transform:rotate(30deg);opacity:0;transition:all .5s ease}.loading-indicator{position:absolute;top:-2px;right:-2px;width:10px;height:10px;border-radius:50%;background:#cbe6c7;box-shadow:0 0 5px #cbe6c7}.social-icon:hover .icon-circle{transform:scale(1.1);box-shadow:0 0 15px #cbe6c780}.social-icon:hover .shine{opacity:1}.social-icon:hover .icon{color:#cbe6c7}.social-icon:nth-child(2):hover .icon{color:#0077b5}.github-preview-wrapper{position:relative;display:inline-block}.calendar-preview.glassmorphic{position:absolute;top:-190%;right:130%;background:#000000b3;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);border-radius:14px;padding:1.2rem;z-index:100;max-width:340px;width:max-content;box-shadow:0 10px 25px #00000040,inset 0 1px #ffffff1a;overflow:hidden;border:1px solid rgba(255,255,255,.08);scrollbar-width:none;-ms-overflow-style:none;transform:translateY(-50%)}.calendar-preview.glassmorphic:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#cbe6c700,#cbe6c766,#cbe6c700)}.calendar-preview.glassmorphic::-webkit-scrollbar{display:none}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.calendar-header h4{margin:0;font-size:14px;font-weight:600;color:#ffffffe6}.github-username{font-size:12px;color:#cbe6c7e6;background:#cbe6c726;padding:3px 8px;border-radius:12px}.calendar-footer{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.activity-stats{display:flex;justify-content:space-around}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:16px;font-weight:700;color:#cbe6c7}.stat-label{font-size:11px;color:#fff9;margin-top:2px}.calendar-preview text{fill:#ffffffb3!important;font-size:10px!important}.calendar-preview .react-github-calendar__legend{color:#fff9!important;font-size:10px!important}.pointers{margin:0;position:relative;z-index:2}.down-arrow-container{display:flex;align-items:center}.down-arrow{width:25px;height:25px;display:flex;align-items:center;justify-content:center;cursor:pointer}.arrow-icon{color:#ffffffe6;font-size:1.5rem;transition:all .3s ease}.down-arrow:hover .arrow-icon{color:#cbe6c7}.tools-marquee-section{width:100%;max-width:960px;margin:0 auto;padding:2rem 3rem;overflow:hidden}.tools-marquee-container{width:100%;overflow:hidden;mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent);-webkit-mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent)}.tools-marquee{display:flex;align-items:center;gap:3rem;animation:scroll-left 25s linear infinite;width:fit-content;margin-bottom:3rem}.marquee-tool-item{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.marquee-tool-item:hover{transform:scale(1.15)}.marquee-tool-item img{width:30px;height:30px;object-fit:contain;filter:grayscale(.2) opacity(.8);transition:all .3s ease}.marquee-tool-item:hover img{filter:grayscale(0) opacity(1)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.tools-marquee-container:hover .tools-marquee{animation-play-state:paused}@media (max-width: 768px){.home-links{flex-direction:column;gap:1rem}.pointers-button{width:100%}.home-container{width:100%;overflow-x:hidden}.home-info{flex-direction:column;align-items:flex-start;text-align:left;padding:12rem 1rem 1rem;width:100%;box-sizing:border-box}.title{font-size:3.5rem;font-weight:800;margin:0;color:#e4eef0e6}.name{font-size:1rem}.description{font-size:20px;font-weight:300;line-height:1.6;margin-bottom:3rem;color:#e4eef0e6}.image-social-section{position:absolute;top:5rem;right:1rem;z-index:10;margin-left:0;align-items:flex-end}.social-links{display:none!important}.profile-image{max-width:150px;width:100%;height:auto}.name-section{width:100%;box-sizing:border-box}.home-links{flex-direction:row}.pointers-button{width:100%;font-size:.9rem}.calendar-preview.glassmorphic{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);right:auto;max-width:90%;z-index:1000}.tools-marquee-section{padding:2rem 1rem}.tools-marquee{gap:1.5rem;animation-duration:20s}.marquee-tool-item{width:32px;height:32px}.marquee-tool-item img{width:20px;height:20px}.social-arrow-container{flex-direction:column;gap:1rem}.down-arrow-container{margin-top:1rem}}.companies-container{min-height:auto;padding:0rem 2rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:0}.companies-title{color:#e4eef0e6;font-size:1.5rem;text-align:center;font-weight:700}.companies-grid{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3rem;width:100%;max-width:1000px;margin:0 auto}.company-logo{max-width:100%;height:auto;max-height:120px;filter:brightness(0) invert(1);transition:all .3s ease}.company-logo:hover{transform:scale(1.05) rotate(-2deg);filter:drop-shadow(0 0 8px rgba(255,91,4,.6));cursor:pointer}.back-link{margin-top:3rem}.back-link button{background:#ff5b04;color:#fff;border:none;padding:12px 25px;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.back-link button:hover{background:#e4eef0;color:#020c13}@media (max-width: 768px){.companies-container{padding:3rem 1rem}.companies-title{font-size:1.25rem;text-align:center}.companies-grid{display:flex;padding:.5rem;gap:2rem;align-items:center;width:100%}.company-logo{max-width:100%;max-height:150px}.back-link{margin-top:2rem;text-align:center}.back-link button{width:100%;max-width:250px;padding:12px 20px;font-size:.95rem}}.featured-projects-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;color:#333;background-color:transparent}.featured-projects-title{font-size:2.5rem;margin-bottom:3rem;font-weight:500;text-align:center;color:#e4eef0e6}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:3rem}.project-card{position:relative;overflow:hidden;border:none;box-shadow:0 8px 20px #00000014;padding:0;border-radius:16px;background:#fff;transition:all .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001f}.project-title{position:relative;font-size:1.6rem;margin:.5rem 0 .8rem;font-weight:500;text-align:start;color:#333;line-height:1.2;cursor:pointer;transition:all .3s ease}.project-title:after{content:"";position:absolute;bottom:-5px;left:0;height:2px;width:0;background-color:#cbe6c7;transition:width .3s ease}.project-title:hover:after{width:10%}.project-image-container{width:100%;position:relative;overflow:hidden;border-radius:16px 16px 0 0}.project-image-container.custom-cursor{cursor:none}.project-image-container.mobile-cursor{cursor:pointer}.project-image{width:100%;height:auto;max-height:400px;object-fit:cover;display:block;margin:0 auto}.mobile-expand-icon{position:absolute;height:35px;width:35px;bottom:16px;left:16px;background:#000000b3;color:#fff;padding:8px;border-radius:50%;transition:transform .3s ease;z-index:2}.mobile-expand-icon.rotated{transform:rotate(180deg)}.drag-hint-circle{position:absolute;padding:5px;width:100px;height:100px;background:#1f1e1ef2;font-weight:700;color:#e4eef0;font-size:.9rem;display:flex;align-items:center;justify-content:center;border-radius:50%;text-align:center;pointer-events:none;box-shadow:0 0 10px #0a00004d;z-index:5;transform:translate(-50%,-50%);transition:transform .1s ease}.project-info-drawer{position:absolute;top:0;right:0;width:70%;height:100%;background:#fff;padding:3rem;box-sizing:border-box;z-index:3}.project-info-content{height:100%;display:flex;flex-direction:column}.read-time{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;margin-bottom:2rem}.clock-icon{color:#666}.project-description{line-height:1.7;margin-bottom:2rem;color:#444;flex-grow:1;font-size:1.05rem}.project-link-wrapper{margin-top:1rem;display:flex;justify-content:flex-start;align-items:center}.project-link{color:#182a2e;text-decoration:none;font-weight:600;display:inline-block;padding:.5rem 1rem;text-decoration:underline;border-radius:8px;transition:background .2s ease}.project-link-disabled{display:flex;align-items:center;gap:.5rem;color:#999;background-color:#f5f5f5;padding:.5rem 1rem;border-radius:8px;font-style:italic}.lock-icon{font-size:1.1rem}.close-drawer{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:1.8rem;cursor:pointer;color:#666;padding:.5rem;transition:color .2s ease}.close-drawer:hover{color:#333}.mobile-card-content{padding:1.5rem}.mobile-project-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.8rem;line-height:1.3}.mobile-project-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.stack-badge-mobile{display:inline-block;background-color:#cbe6c733;padding:.25rem .6rem;font-size:.8rem;border-radius:50px;font-weight:500;white-space:nowrap;border:1px solid #CBE6C7;color:#2e5e35}.mobile-expanded-content{background:#fff;border-radius:16px;box-shadow:0 8px 20px #0000001a;margin-top:1rem;overflow:hidden}.view-more-container{text-align:center;margin-top:2rem}.view-more-button{background:#182a2e;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:50px;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.view-more-button:hover{background:#cbe6c7;color:#182a2e}.stack-badge{display:inline-block;background-color:#cbe6c733;padding:.3rem .75rem;margin:.25rem;font-size:.85rem;border-radius:50px;font-weight:500;white-space:nowrap;border:1px solid #CBE6C7;color:#2e5e35}.project-info-content.scrollable{overflow-y:auto;max-height:85vh;scrollbar-width:none;-ms-overflow-style:none}.project-info-content.scrollable::-webkit-scrollbar{display:none}.project-role{margin:1rem 0 .5rem;font-size:.9rem;color:#000}.project-highlights{list-style:none;padding:0;margin:1rem 0}.project-highlights li{padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.5;color:#444}.project-highlights li:before{content:"•";position:absolute;left:0;color:#cbe6c7;font-weight:700}@media (max-width: 1024px){.projects-grid{grid-template-columns:1fr;gap:2rem}.project-info-drawer{width:50%}}@media (max-width: 768px){.featured-projects-container{padding:3rem 1.5rem}.featured-projects-title{font-size:2rem;margin-bottom:2.5rem}.project-info-drawer{width:30%;padding:2rem}.project-title{font-size:1.6rem}.project-info-content.scrollable{max-height:75vh}.mobile-card-content{padding:1.2rem}}@media (max-width: 480px){.featured-projects-container{padding:2rem 1rem}.project-info-drawer{width:90%;padding:1.5rem}.mobile-project-title{font-size:1.3rem}.mobile-project-description{font-size:.9rem}.mobile-expanded-inner,.mobile-card-content{padding:1rem}.stack-badge-mobile{font-size:.75rem;padding:.2rem .5rem}.view-more-button{padding:.7rem 1.2rem;font-size:.9rem}}.testimonials-container{padding:1.5rem 1rem;background:transparent;position:relative;margin:0 auto;border-top:1px solid rgba(255,91,4,.2);max-width:100%;overflow-x:hidden}.testimonials-title{color:#e4eef0;margin-bottom:2rem;text-align:center;letter-spacing:1px;padding:0 1rem}.testimonials-carousel-wrapper{overflow:hidden;position:relative;min-height:380px;margin-bottom:1.5rem}.testimonials-carousel{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;height:100%}.glass-pane{background:#16232a4d;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);box-shadow:0 8px 32px #abced860,inset 0 0 0 1px #ffffff1a;position:relative;overflow:hidden;border-radius:16px}.testimonial-card{position:relative;transition:all .5s cubic-bezier(.16,1,.3,1);padding:1.5rem;width:100%;height:auto;min-height:380px}.testimonial-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column}.testimonial-quote{color:#e4eef0;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.show-more-btn{background:transparent;color:#ff5b04;border:none;display:flex;align-items:center;gap:.4rem;font-size:.9rem;cursor:pointer;margin-bottom:1rem;padding:.5rem 0;transition:all .3s ease}.show-more-btn:hover{color:#e4eef0}.plus-icon{transition:transform .3s ease}.plus-icon.expanded{transform:rotate(45deg)}.testimonial-author{border-top:1px solid rgba(255,91,4,.2);padding-top:1.5rem;margin-top:auto}.author-name{color:#e4eef0;font-size:1.1rem;margin-bottom:.5rem}.author-position{color:#e4eef0b3;font-size:.85rem}.carousel-controls{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.nav-icon{position:relative;display:flex;align-items:center;justify-content:center;width:45px;height:45px;cursor:pointer}.nav-icon:hover .icon-circle{border-color:#ff5b0499}.nav-icon:hover .icon{color:#ff5b04}.icon-circle{position:relative;width:100%;height:100%;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,91,4,.3);transition:all .3s ease}.icon{color:#e4eef0;font-size:1.3rem;transition:all .3s ease}.shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,#fff0 45%,#ffffff4d,#fff0 55%);opacity:0;transition:all .3s ease}.nav-icon:hover .shine{opacity:1}.quote-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#16232a4d;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#11191df2;padding:2rem 1.5rem;border-radius:12px;width:95%;max-width:700px;box-shadow:0 8px 32px #abced860,inset 0 0 0 1px #ffffff1a}.full-quote{color:#e4eef0;font-size:1rem;line-height:1.6;margin-bottom:2rem}.close-modal-btn{background:#ff5b04;color:#fff;border:none;padding:.7rem;border-radius:25px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease;width:100%}.close-modal-btn:hover{background:#e4eef0;color:#020c13}@media (min-width: 769px){.testimonials-container{padding:3rem 2rem;max-width:1200px}.testimonials-title{font-size:2rem;margin-bottom:3rem;padding:0}.testimonials-carousel-wrapper{height:400px;margin-bottom:0}.testimonials-carousel{flex-direction:row;justify-content:center}.testimonial-card{position:absolute;padding:2rem;min-height:auto}.testimonial-card.main-card{width:650px;height:320px;z-index:10;transform:translate(0) scale(1)}.testimonial-card.peek-left,.testimonial-card.peek-right{display:block;width:500px;height:280px;opacity:.8;z-index:5;cursor:pointer}.testimonial-card.peek-left{left:5%;transform:translate(-50%) scale(.9)}.testimonial-card.peek-right{right:5%;transform:translate(50%) scale(.9)}.testimonial-quote{font-size:1.1rem;line-height:1.8}.show-more-btn{gap:.5rem;margin-bottom:2rem;font-size:.9rem}.author-name{font-size:1.2rem}.author-position{font-size:.9rem}.carousel-controls{justify-content:flex-end;margin-top:2rem;gap:1.5rem;padding-right:1rem}.nav-icon{width:50px;height:50px}.icon{font-size:1.5rem}.modal-content{padding:3rem;width:90%}.full-quote{font-size:1.2rem;line-height:1.8}.close-modal-btn{width:auto;padding:.8rem 1.5rem;font-size:1rem}}.four-ds-container{position:relative;text-align:center;overflow:hidden;padding-top:4rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,91,4,.2);display:flex;justify-content:center;align-items:center}.circle-wrapper{position:relative;width:250px;height:250px}.orbit-text{width:250px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center center;animation:spin 20s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.kennygray-name{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);font-size:1.2rem;font-family:Georgia,serif;font-weight:500;color:#e4eef0;z-index:1}.about-all{padding:3rem 7rem;color:#e4eef0e6;min-height:100vh;align-items:center;max-width:1200px;margin:0 auto;width:95%}.meet-heading{text-align:center;font-size:3.5rem;margin-bottom:3rem;color:#e4eef0e6;font-weight:200}.about-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:minmax(150px,auto);gap:1.5rem}.about-box{background:#ffffff13;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.5rem;transition:all .3s ease}.about-box:hover{background:#ffffff14}.about-box.full{grid-column:span 6;display:flex;flex-direction:row;gap:3rem;align-items:center;justify-content:center;flex-wrap:wrap}.about-box.left{grid-column:span 2;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-box.right{grid-column:span 4;display:flex;flex-direction:column;align-items:center;justify-content:center}.read-more-btn{margin-top:10px;padding:0;background-color:transparent;color:#ff5b04;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;display:flex;gap:1rem}.my-story-row{display:flex;align-items:flex-start;gap:2rem;justify-content:space-between;flex-wrap:wrap}.story-title{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;color:#e4eef0f2}.story-divider{width:.5px;background-color:#ffffff40;height:100%;min-height:200px}.story-content{flex:5;font-size:1.1rem;font-weight:300;color:wheat}.story-content a{color:#ff5b04;text-decoration:none;transition:all .3s ease}.story-content a:hover{color:#075056;text-decoration:underline}.tools-wrapper{display:flex;align-items:center;place-items:center;justify-content:center;flex-wrap:wrap}.tool-item{width:70px;height:70px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#0750564d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;transition:border .3s,transform .3s,box-shadow .3s;box-shadow:0 2px 4px #0000001a;z-index:1}.tool-item img{width:30px;height:30px;object-fit:contain}.tool-item:hover{z-index:2;box-shadow:0 0 10px #fff6;transform:scale(1.05);border:1px solid transparent}.profile-highlight{display:flex;flex-direction:column;align-items:center;justify-content:start;text-align:left;flex-wrap:wrap}.about-profile-image{width:150px;height:150px;object-fit:cover;border-radius:50%;border:.5px solid #e4eef0}.profile-details{font-size:1rem;display:flex;flex-direction:column}.profile-details p{display:flex;align-items:center;gap:10px;margin:1rem 0}.social-links{margin-top:1rem;display:flex;justify-content:start;gap:1rem;font-size:1.3rem}.social-links a{color:inherit;transition:color .3s ease}.social-links a:hover{color:#ff5b04}.experience-count span{font-size:4rem;color:#e4eef0e6;text-shadow:0 0 10px rgba(234,239,241,.233);display:flex;align-items:center;justify-content:center;line-height:1}.article-carousel{display:flex;overflow-x:auto;gap:1rem;padding-top:1rem;scrollbar-width:none}.article-carousel::-webkit-scrollbar{display:none}.article-card{min-width:250px;max-width:300px;background:#00000026;border-radius:12px;box-shadow:0 4px 12px #00000026;overflow:hidden;transition:transform .3s ease;flex-shrink:0;cursor:pointer}.article-image{width:100%;height:160px;object-fit:cover}.article-content{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;color:#fff}.article-content h4{font-size:1rem;font-weight:500;margin:0;flex:1}.article-arrow{font-size:1.2rem;color:#ff5b04;margin-left:.5rem}.side-panel-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0003;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex}.side-panel-content{position:relative;width:90%;max-width:900px;height:100%;background:linear-gradient(135deg,#0a1113,#00000041);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.1);display:flex;overflow:hidden}.close-panel-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;z-index:10;transition:color .3s ease}.close-panel-btn:hover{color:#ff5b04}.panel-navigation{width:260px;padding:2rem 1rem;background:#fff;display:flex;flex-direction:column;gap:2rem}.nav-item{color:#08000086;font-size:3.5rem;font-weight:100;cursor:pointer;padding:2rem 0;transition:all .3s ease}.nav-item.active{color:#ff5b04;font-weight:200}.nav-item:hover{color:#161616}.nav-item span{letter-spacing:2px}.panel-content{flex:1;padding:3rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.panel-content h3{font-size:5rem;font-weight:100;margin-bottom:1.5rem;color:#ff5b04;text-decoration:underline}.panel-content p{font-size:1.2rem;line-height:1.3;margin-bottom:1.5rem;font-weight:200;color:#fff}.panel-content ul{padding-left:1.5rem;font-weight:200;color:#f5f5f5}.panel-content li{margin-bottom:.8rem;font-size:1.1rem;line-height:1.6}@media (max-width: 768px){.about-all{padding:1rem}.about-grid{grid-template-columns:1fr}.about-box.full,.about-box.left,.about-box.right{grid-column:span 1;display:flex;flex-direction:column}.meet-heading{font-size:2rem}.story-divider,.story-title{display:none}.profile-highlight{flex-direction:column;align-items:center;text-align:center}.about-profile-image{margin-bottom:1rem}.tool-item{width:60px;height:60px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#053539;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin:-1.5px;z-index:1}.side-panel-content{width:100%;flex-direction:column}.panel-navigation{width:100%;padding:1rem;flex-direction:row;justify-content:center;gap:1.5rem}.nav-item{writing-mode:horizontal-tb;transform:none;font-size:1.4rem;padding:.5rem 1rem}.panel-content{padding:1.5rem}.article-carousel{display:flex;flex-direction:column}.close-panel-btn{color:#000;display:flex;justify-self:end}}.projects-wrapper{padding:1rem 2rem;max-width:1200px;margin:auto;text-align:center}.portfolio-title{font-size:2.5rem;font-weight:200;color:#e4eef0e6;font-family:DM Sans}.view-toggle{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.view-toggle button{display:flex;flex-direction:row;align-items:center;background:none;border:1px solid rgba(228,238,240,.3);font-size:1rem;color:#e4eef0b3;cursor:pointer;gap:.5rem;padding:.7rem 2rem;border-radius:60px;transition:all .3s ease}.view-toggle button.active{background:#5634074d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#ff5b04}.projects-container.grid-view{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-card{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 8px 16px #fff3;height:400px;text-decoration:none;color:inherit}.grid-image,.list-image{width:100%;height:auto;max-height:400px;object-fit:cover;display:block;margin:0 auto}.grid-card:hover .grid-image{transform:scale(1.1);filter:blur(6px)}.grid-text{position:absolute;top:0;right:-100%;background-color:#000000d9;color:#fff;width:75%;height:100%;padding:1rem;display:flex;flex-direction:column;text-align:left;transition:right .4s ease}.grid-card:hover .grid-text{right:0}.grid-text h3{margin-bottom:1rem;flex-shrink:0}.grid-scrollable-content{flex:1;overflow-y:auto;margin-bottom:1rem;padding-right:.5rem;margin-right:-.5rem;scrollbar-width:none;-ms-overflow-style:none}.grid-scrollable-content::-webkit-scrollbar{display:none}.grid-view-btn{color:#d94e03;font-weight:700;text-decoration:none;transition:color .3s ease;flex-shrink:0}.projects-container.list-view{display:flex;flex-direction:column;gap:2rem}.project-wrapper{display:flex;flex-direction:column}.list-card{display:flex;background:#000;color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;height:400px}.list-image-container{flex:0 0 50%;height:400px;position:relative}.list-content{flex:1;padding:2rem;color:#fff;display:flex;flex-direction:column;height:100%;align-items:start}.list-content h3{color:#fff margin-bottom: 1rem;font-size:1.4rem;flex-shrink:0}.scrollable-text{flex:1;overflow-y:auto;padding-right:.5rem;margin-right:-.5rem;text-align:start;scrollbar-width:none;-ms-overflow-style:none}.scrollable-text::-webkit-scrollbar{display:none}.project-description{color:#666;line-height:1.5;margin-bottom:1.5rem}.view-button{display:inline-flex;align-items:center;gap:.5rem;color:#ff5b04;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid #ff5b04;border-radius:50px;transition:all .3s ease;align-self:flex-start;margin-top:auto;flex-shrink:0}.view-button:hover{background:#ff5b04;color:#fff}.mobile-expand-icon{position:absolute;height:35px;width:35px;bottom:16px;left:16px;background:#000c;color:#fff;padding:8px;border-radius:50%;transition:all .3s ease;z-index:2;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mobile-expand-icon.rotated{transform:rotate(180deg);background:#ff5b04e6}.mobile-stack-preview{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.stack-badge-mobile{display:inline-block;background-color:#ff5b041a;padding:.25rem .6rem;font-size:.8rem;border-radius:50px;font-weight:500;white-space:nowrap;border:1px solid #ff5b04;color:#ff5b04}.stack-more-indicator{color:#999;font-size:.8rem;padding:.25rem 0;display:flex;align-items:center}.mobile-expanded-content{background:#fffffff2;border-radius:16px;box-shadow:0 8px 20px #0000001a;margin-top:1rem;overflow:hidden;animation:slideDown .4s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.mobile-expanded-inner{padding:1.5rem}.project-stack{margin:1rem 0 1.5rem;display:flex;flex-wrap:wrap}.stack-badge{display:inline-block;background-color:#ff5b041a;padding:.3rem .75rem;margin:.25rem;font-size:.85rem;border-radius:50px;font-weight:500;white-space:nowrap;border:1px solid #ff5b04;color:#ff5b04}.project-link-wrapper{margin-bottom:1.5rem;display:flex;justify-content:flex-start;align-items:center}.project-link{color:#fff;background:linear-gradient(135deg,#ff5b04,#ff8c42);text-decoration:none;font-weight:600;display:inline-block;padding:.8rem 1.5rem;border-radius:50px;transition:all .3s ease}.project-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff5b0466}.project-link-disabled{display:flex;align-items:center;gap:.5rem;color:#999;background-color:#f8f9fa;padding:.8rem 1.5rem;border-radius:50px;font-style:italic;border:2px dashed #ddd}.full-project-description{color:#555;line-height:1.7;font-size:.95rem}@media (max-width: 768px){.projects-wrapper{padding:1.5rem}.portfolio-title{font-size:1.5rem;line-height:1.3;margin-bottom:1.5rem}.view-toggle{flex-direction:column;gap:.5rem;margin-bottom:1rem}.projects-container.grid-view{display:flex;flex-direction:column;gap:1.5rem}.grid-card{width:100%;margin:auto;box-shadow:0 4px 8px #ffffff1a}.grid-image{height:100%;object-fit:cover}.grid-text{width:100%;right:0;padding:1rem;font-size:.85rem;text-align:center;background:#000000b3}.projects-container.list-view{gap:2rem}.list-card{flex-direction:column;box-shadow:0 6px 20px #0000001a;cursor:pointer;border-radius:16px}.list-card:nth-child(2n){flex-direction:column}.list-card:nth-child(2n) .list-content:before{left:0;right:auto}.list-image-container{width:100%;height:220px;min-height:220px}.list-image{object-fit:cover}.list-content{padding:1rem;text-align:start;display:flex;flex-direction:column;height:auto}.scrollable-text{overflow:visible;padding-right:0;margin-right:0}.list-content h3{font-size:1.3rem;margin-bottom:1rem;margin-top:.5rem}.list-content p{font-size:.95rem;margin-bottom:1rem;line-height:1.6}.view-button{font-size:.9rem;padding:.7rem 1.5rem}.mobile-expanded-inner{padding:1rem;text-align:start}.stack-badge-mobile{font-size:.75rem;padding:.2rem .5rem}}
