:root{--primary-font: "Poppins", sans-serif;--primary-bg-color: #fafafa;--primary-text-color: #333;--secondary-color: #575757;--btn-bg-color: #4B2E83;--cta-hover-color: #4a2e83e5;--btn-bg-light: #dddddd}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;width:100%}body{margin:0;padding:0;font-family:var(--primary-font, "Arial, sans-serif");background-color:var(--primary-bg-color);color:var(--primary-text-color);position:relative;overflow-x:hidden;width:100%;max-width:100vw}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.1;background-image:linear-gradient(rgba(75,46,131,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(75,46,131,.4) 1px,transparent 1px);background-size:40px 40px;background-position:0 0,0 0;transform:perspective(600px) rotateX(60deg) translateZ(-50px);transform-origin:center top;animation:gridMove 25s linear infinite}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.08;background-image:linear-gradient(rgba(75,46,131,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(75,46,131,.3) 1px,transparent 1px);background-size:80px 80px;background-position:20px 20px,20px 20px;transform:perspective(800px) rotateX(45deg) translateZ(-100px);transform-origin:center top;animation:gridMove 35s linear infinite reverse}@keyframes gridMove{0%{background-position:0 0,0 0}to{background-position:40px 40px,40px 40px}}.theme-btn{position:relative;left:25vw;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.theme-btn:hover{transform:scale(1.15) rotate(-15deg)}h1,h2,h3,p{margin:0;cursor:default}article,footer,.hero,.logo-container,.blurb,.cta,.portfolio-skills,.btn-bg,.portfolio,.skills,.experience{display:flex}.hero,.portfolio,.skills,.experience{flex-direction:column}.hero,.btn-bg,.portfolio,.skills,.experience{align-items:center}.hero,.blurb,.wrapper{text-align:center}article,.hero,.logo-container,.portfolio,.skills .experience{gap:1rem}.hero-pic{width:9rem;height:9rem;border-radius:50%;overflow:hidden;position:relative;text-align:center;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.hero-pic:hover{transform:scale(1.1) rotate(-5deg)}.inner-circle{content:"";position:absolute;top:.2rem;left:.1rem;bottom:.1rem;right:.1rem;border-radius:50%;border:.18rem solid var(--primary-bg-color);z-index:1}.hero-pic img,.wrapper img{width:100%}.hero-pic img{height:100%;object-fit:cover;object-position:top 0px right 0rem;transform:scale(1.1)}article p,.hero-info h2{color:var(--secondary-color)}.hero-info h1{font-size:1.9rem;font-weight:500}.hero-info h2{font-size:1.3rem;margin:0 0 1rem;font-weight:400}#logo{height:1.2rem;width:auto}.hero-bullet-list{list-style:none;padding:0;margin:1.5rem auto;max-width:700px;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.hero-bullet-item{margin:0}.bullet-bubble{display:inline-block;background:#fff;color:var(--primary-text-color);padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;line-height:1.4;box-shadow:0 2px 4px #0000001a;transition:border-left-color .3s ease,transform .3s ease,background-color .3s ease,box-shadow .3s ease;border-left:3px solid var(--btn-bg-color);position:relative}.bullet-bubble:hover{border-left-color:var(--cta-hover-color);transform:translate(5px) translateY(-2px);background-color:#4a2e8314;box-shadow:0 4px 12px #00000026}footer,.logo-container,.blurb,.cta,.portfolio-skills,.btn-bg{justify-content:center}.theme-btn,.logo-container a,.logo-container img{height:1.8rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.blurb{margin:auto;margin-top:1.2rem;max-width:58rem;padding:0 1.5rem;text-align:left}.blurb ul{list-style-type:circle}.blurb li{margin-bottom:.5rem}.blurb b{font-weight:500}.blurb h2{width:30%;font-weight:300;font-size:.9rem}.cta{margin-top:1.2rem}.cta{gap:2rem}.btn-bg{gap:.8rem}.btn,.btn-2,.btn-bg{border-radius:15px;border:none}.btn,.btn-2,.btn-bg,.wrapper h3{font-weight:700}.btn,.btn-2,.btn-bg,.wrapper,.project-wrapper{transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background-color .3s ease,color .3s ease}.download-btn:hover{background-color:var(--cta-hover-color);transform:scale(1.05) rotate(-1deg);box-shadow:0 6px 20px #00000026}.theme-btn,.download-btn:hover,.contact-btn:hover,.btn-2:hover{cursor:pointer}.btn:hover,.btn-2:hover{transform:scale(1.08) rotate(-1deg);box-shadow:0 8px 25px #00000026}.logo-container a:hover{transform:scale(1.15) rotate(-8deg);box-shadow:0 8px 25px #00000026}.btn:active,.btn-2:active,.project-wrapper:active,.logo-container a:active{transform:scale(1)}.contact-btn:hover,.download-btn{background-color:var(--btn-bg-color);color:#fafafa}.contact-btn{transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.contact-btn:hover{transform:scale(1.05) rotate(-1deg);box-shadow:0 6px 20px #00000026}.btn-2:hover,.active-btn{background-color:#fff;color:var(--btn-bg-color)}.btn,.btn-2{height:3rem}.btn{width:9rem}.btn-2{min-width:7.7rem}.download-btn{transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.cta-floating-actions{position:fixed!important;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:1rem;z-index:9999;opacity:0;animation:fadeInUp .8s ease-out .6s forwards}.floating-action{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;box-shadow:0 4px 8px #0000001a;text-decoration:none;color:var(--primary-text-color);font-weight:600;font-size:.9rem;letter-spacing:.5px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent;min-width:140px;transform:translateY(20px);opacity:0}.floating-action:nth-child(1){animation:fadeInUp .6s ease-out .8s forwards}.floating-action:nth-child(2){animation:fadeInUp .6s ease-out 1s forwards}.resume-action{background:linear-gradient(135deg,var(--btn-bg-color),var(--cta-hover-color));color:#fff}.contact-action{border-color:var(--btn-bg-color)}.floating-action:hover{transform:translateY(-2px) scale(1.02) rotate(-1deg);box-shadow:0 6px 12px #00000026}.resume-action:hover{background:linear-gradient(135deg,var(--cta-hover-color),var(--btn-bg-color))!important;transform:translateY(-2px) scale(1.02) rotate(-1deg)!important}.contact-action:hover{background:var(--btn-bg-color)!important;color:#fff!important;box-shadow:0 6px 12px #4b2e834d!important;transform:translateY(-2px) scale(1.02) rotate(-1deg)!important}.floating-action:active{transform:translateY(0) scale(.98);box-shadow:0 2px 4px #0000001a}.action-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.action-label{font-weight:600;white-space:nowrap}.floating-action.contact-action{background:#fffffff2;border:2px solid var(--btn-bg-color);color:var(--primary-text-color);cursor:pointer;font-family:inherit;font-size:.9rem;letter-spacing:.5px}.email-tooltip{position:absolute;top:-40px;left:50%;transform:translate(-50%);background:var(--btn-bg-light);color:var(--primary-text-color);padding:.5rem 1rem;border-radius:8px;font-size:.8rem;white-space:nowrap;z-index:10000;animation:tooltipFadeIn .3s ease-out;box-shadow:0 4px 8px #0000001a}.email-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--btn-bg-light)}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media screen and (max-width: 1449px){.cta-floating-actions{position:static!important;bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;flex-direction:row!important;gap:.8rem!important;z-index:auto!important;margin:2rem auto 1rem;padding:0 1rem;justify-content:center;opacity:0;animation:fadeInUp .8s ease-out .6s forwards}.floating-action{padding:.8rem 1rem;font-size:.9rem;min-width:auto;max-width:130px;gap:.6rem;flex:0 1 auto;justify-content:center;text-align:center;transform:translateY(20px);opacity:0}.floating-action:nth-child(1){animation:fadeInUp .6s ease-out .8s forwards}.floating-action:nth-child(2){animation:fadeInUp .6s ease-out .9s forwards}.action-icon{width:20px;height:20px;flex-shrink:0}.action-label{text-align:center}}@media screen and (max-width: 480px){.cta-floating-actions{gap:.6rem!important;padding:0 .8rem}.floating-action{padding:.7rem .8rem;font-size:.85rem;gap:.5rem;max-width:115px}.action-icon{width:18px;height:18px}.action-label{font-size:.85rem}}.portfolio-skills{height:4rem;margin-top:1.5rem;position:relative}.btn-bg{width:min(36rem,90vw);max-width:90vw}article p,.btn-bg{background-color:var(--btn-bg-light)}.hero,.portfolio,.skills,.experience{margin-top:1rem}.skills{display:none;padding:1.5rem 2rem}.experience{display:none}article,.wrapper h3{margin-bottom:1.5rem}article{flex-wrap:wrap}article p{border-radius:15px;flex-grow:20;padding:1rem}footer{margin:3rem 0}@media screen and (min-width: 900px){.skills,.experience,.certifications,.portfolio{flex-direction:row;min-width:65rem;max-width:75rem}.skills,.experience,.certifications{margin:1rem auto 0}.portfolio{margin:1.5rem auto;padding-top:1rem;flex-wrap:wrap;justify-content:center}.wrapper{width:20%;flex:none}}@media screen and (max-width: 767px){.portfolio-skills .btn-bg{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:.5rem}}@media screen and (max-width: 768px){.hero{margin:1rem auto!important;padding:1rem!important}.portfolio-skills{height:auto!important;padding:1rem!important;margin:1rem auto!important}.skills{margin:1rem auto!important;padding:1rem!important}.skills article p,.skill-item article p{padding:.4rem .6rem!important;margin:.1rem .1rem .2rem 0!important;border-radius:12px!important}.skill-item{width:100%!important;margin:0 1rem 1.5rem!important;box-sizing:border-box!important}.experience{margin:1rem auto!important;padding:1rem!important;width:100%!important;max-width:100vw!important;min-width:auto!important;flex-direction:column!important}.experience-container{width:100%!important;max-width:100vw!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;padding:0!important;position:relative!important}.experience-container:before{content:""!important;position:absolute!important;left:calc(1.6rem + 5px)!important;top:-1rem!important;width:4px!important;height:calc(100% + 2rem)!important;background:var(--btn-bg-color)!important;z-index:0!important}.experience-item{width:calc(100% - 2rem)!important;max-width:calc(100vw - 2rem)!important;min-width:auto!important;margin:0 1rem 1.5rem!important;padding:1rem 1rem 1rem 2.5rem!important;position:relative!important;box-sizing:border-box!important;z-index:2!important}.experience-item:after{left:.6rem!important;top:1rem!important;width:.8rem!important;height:.8rem!important;z-index:3!important}.experience-item:before{left:.68rem!important;z-index:1!important}.experience-item h3{font-size:1.1rem!important;margin-bottom:.3rem!important;margin-left:0!important}.experience-item .company{font-size:1rem!important;margin:.3rem 0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;text-align:left!important}.experience-item .company img,.experience-item #logo{width:auto!important;height:8rem!important;max-width:18rem!important;margin:0 0 .5rem!important;object-fit:contain!important;aspect-ratio:auto!important;display:block!important}.experience-item .company-name{font-size:1rem!important;font-weight:600!important;color:var(--secondary-color)!important}.experience-item p{margin-left:0!important;font-size:.9rem!important}.experience-item ul{margin-left:0!important;padding-left:1rem!important}.certifications{margin:1rem auto!important;padding:1rem!important;width:100%!important;max-width:100vw!important;min-width:auto!important;flex-direction:column!important}.certifications-container{width:100%!important;max-width:100vw!important;display:flex!important;flex-direction:column!important;gap:1rem!important;padding:0!important}.portfolio img{max-width:100%;max-height:15rem}.project-wrapper h3{font-size:1rem}.portfolio{margin:1rem auto!important;padding:1rem!important;width:100%!important;max-width:100vw!important;min-width:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important}.wrapper{width:calc(100% - 2rem)!important;max-width:350px!important;margin:0 1rem 1.5rem!important;flex:none!important}.project-wrapper{width:calc(100% - 2rem)!important;max-width:350px!important;margin:0 1rem 1.5rem!important}}.portfolio img{width:auto;height:auto;max-width:90%;max-height:17rem;object-fit:contain;border-radius:10px;padding:1rem}.skills-container{display:flex;flex-wrap:wrap;gap:1.7rem;justify-content:center;padding:0 2rem}@media screen and (min-width: 750px) and (max-width: 1250px){.skills{padding:2rem 4rem}.skills-container{padding:0 3rem;max-width:1200px;margin:0 auto}}@media screen and (min-width: 1251px){.skills{padding:2.5rem 5rem}.skills-container{padding:0 4rem;max-width:1400px;margin:0 auto}.portfolio{padding-top:2.5rem}}@media screen and (min-width: 750px) and (max-width: 1250px){.portfolio{padding-top:2rem}}.skill-item{width:calc(50% - 1rem)}.skill-item h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-text-color);line-height:1.2;letter-spacing:.5px}.skill-item article p{text-align:center;max-width:fit-content;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:inline-block;margin-right:.5rem;font-weight:500;box-shadow:0 0 .3rem #0000001a;background-color:var(--btn-bg-light);color:var(--primary-text-color)}.skill-item article p:hover{transform:scale(1.25) rotate(-1deg);z-index:2;box-shadow:0 5px 15px #0003}.project-wrapper{background-color:#fff;border-top:4px solid var(--btn-bg-color);border-radius:20px;box-shadow:0 4px 8px #0000001a,0 2px 4px #00000014;margin:0 0 1rem .9rem;padding:1rem;width:100%;max-width:30rem;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,border-top-color .3s ease}.project-wrapper:hover{transform:translateY(-8px) scale(1.06) rotateX(2deg);box-shadow:0 12px 25px #0000001f,0 6px 12px #00000014;border-top-color:var(--cta-hover-color)}.project-wrapper a{text-decoration:none;color:var(--primary-text-color);font-size:1rem}.project-wrapper button{display:block;width:max-content;min-width:14rem;margin:.8rem auto 0;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--btn-bg-color) 0%,var(--cta-hover-color) 100%);color:#fafafa;font-size:.95rem;letter-spacing:.75px;border:none}.project-wrapper button a{display:inline-block;width:100%;height:100%;color:inherit;text-decoration:none}.project-wrapper img{transition:transform .6s ease .1s}.project-wrapper:hover img{transform:scale(1.1)}.project-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000 65%,#00000014);opacity:0;transition:opacity .4s ease;pointer-events:none}.project-wrapper:hover:before{opacity:1}.project-wrapper h3,.project-wrapper button{position:relative;z-index:2}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin:.8rem 0 1rem;justify-content:center}.tech-bubble{text-align:center;max-width:fit-content;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:inline-block;margin-right:.5rem;font-weight:500;box-shadow:0 0 .3rem #0000001a;border-radius:15px;flex-grow:20;padding:1rem;font-size:.85rem;letter-spacing:.5px;background-color:var(--btn-bg-light);color:var(--primary-text-color)}.view-project-btn{display:flex!important;align-items:center;justify-content:center;gap:.5rem;width:80%!important;min-width:12rem!important;margin:.8rem auto 0!important;padding:.8rem 1.5rem!important;background:linear-gradient(135deg,var(--btn-bg-color) 0%,var(--cta-hover-color) 100%)!important;color:#fff!important;border:none!important;border-radius:15px!important;font-size:.9rem!important;font-weight:600!important;letter-spacing:.5px!important;cursor:pointer!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;box-shadow:0 4px 8px #0000001a!important}.view-project-btn:hover{transform:translateY(-2px) scale(1.02) rotate(-1deg)!important;box-shadow:0 6px 12px #00000026!important;background:linear-gradient(135deg,var(--cta-hover-color) 0%,var(--btn-bg-color) 100%)!important}.view-project-btn:active{transform:translateY(0) scale(.98)!important;box-shadow:0 2px 4px #0000001a!important}.project-wrapper h3{font-size:1.5rem;font-weight:700;color:var(--primary-text-color);margin:1rem 0 .5rem;line-height:1.2;letter-spacing:.5px;text-transform:capitalize;text-shadow:0 1px 2px rgba(0,0,0,.05);transition:color .3s ease;padding-bottom:.5rem;border-bottom:2px solid rgba(255,255,255,.1)}.project-content{display:flex;flex-direction:column;gap:.75rem}.certifications,.experience{display:none;flex-wrap:wrap;justify-content:center;margin-top:1rem;width:100%;margin-left:auto;margin-right:auto}.certifications-container,.experience-container{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin:0 auto}.certification-item,.experience-item{width:30rem;flex-grow:1;box-sizing:border-box;box-shadow:1rem .5rem 1rem #0000001a;padding:1rem;border-radius:10px;gap:1rem;margin:0 0 1rem .9rem}.certification-item{background-color:#fff;border-top:4px solid var(--btn-bg-color);border-radius:20px;box-shadow:0 4px 8px #0000001a,0 2px 4px #00000014;padding:1.5rem;margin:1rem 0;width:100%;max-width:30rem;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-top-color .3s ease;cursor:default}.certification-item ul,.experience-item ul{list-style-type:circle}.experience h3{font-size:1.2rem}.company{font-size:1.2rem;font-weight:600;margin-top:.5rem;margin-bottom:.5rem}@media screen and (max-width: 600px){.certification-item,.experience-item,.skill-item{width:100%}}.certification-item{background-color:#fff;border-top:4px solid var(--btn-bg-color);border-radius:20px;box-shadow:0 4px 8px #0000001a,0 2px 4px #00000014;padding:1rem;margin:1rem 0;width:100%;max-width:30rem;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-top-color .3s ease;cursor:default;height:auto;min-height:auto}.certification-item:hover{transform:translateY(-8px) scale(1.06) rotateY(-2deg);box-shadow:0 12px 25px #0000001f,0 6px 12px #00000014;border-top-color:var(--cta-hover-color)}.certification-item h3{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:var(--primary-text-color);line-height:1.2;letter-spacing:.5px}.certification-item ul{list-style:disc inside;color:var(--secondary-color);line-height:1.6;padding-left:1rem}.certification-content{display:flex;flex-direction:column;gap:.75rem}.certification-entry{padding:.75rem;border-bottom:1px solid rgba(255,255,255,.1);border-left:3px solid transparent;margin:.25rem 0;background:#ffffff08;box-shadow:0 2px 4px #0000001a;transition:border-left-color .3s ease,transform .3s ease,background-color .3s ease,box-shadow .3s ease;border-radius:8px;position:relative}.certification-entry:hover{border-left-color:var(--cta-hover-color);transform:translate(5px) translateY(-2px);background-color:#4a2e8314;box-shadow:0 4px 12px #00000026}.certification-entry:last-child{border-bottom:none}.certification-title{font-size:1.1rem;font-weight:600;color:var(--primary-text-color);margin:0 0 .5rem;line-height:1.3}.certification-description{font-size:.95rem;color:var(--secondary-color);line-height:1.5;margin:0;opacity:.9}.certification-item,.experience-item{position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,border-top-color .3s ease}.certification-item:hover,.experience-item:hover{transform:translateY(-6px) scale(1.02) rotate(-1deg);box-shadow:0 12px 25px #0000001f,0 6px 12px #00000014;border-top-color:var(--cta-hover-color)}.certification-item:before,.experience-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000 65%,#00000014);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.certification-item:hover:before,.experience-item:hover:before{opacity:1}.experience-item:after{content:"";position:absolute;width:1rem;height:1rem;left:2rem;top:.5rem;background:var(--btn-bg-color);border-radius:50%;z-index:2;transition:opacity .3s ease,transform .3s ease;opacity:1}.experience-item:hover:after{opacity:0;transform:scale(.5)}.experience-item:before{left:1.75rem}.experience-item{position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-top-color .3s ease}.experience-item:before{content:"";position:absolute;width:1rem;height:1rem;left:1.5rem;top:.5rem;background-color:var(--btn-bg-color);border-radius:50%;z-index:2;transition:opacity .3s ease,transform .3s ease;opacity:1}.experience-item:hover{transform:translateY(-6px) scale(1.02) rotate(-1deg);box-shadow:0 10px 20px #0000001f,0 5px 10px #00000014;border-top-color:var(--cta-hover-color)}.experience-item:hover:after{opacity:1}.experience-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000 70%,#4b2e830a);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.experience-item h3,.experience-item .company,.experience-item p,.experience-item ul{position:relative;z-index:2}.experience-item:hover:before{background-color:var(--cta-hover-color);transform:scale(1.3);box-shadow:0 0 0 4px #4b2e8333}.experience-container{position:relative;padding:2rem 0;margin:0 auto;max-width:40rem}.experience-container:before{content:"";position:absolute;left:2rem;top:0;bottom:0;width:4px;background-color:var(--btn-bg-color)}.experience-item{position:relative;background-color:#fff;border-radius:20px;box-shadow:0 4px 8px #0000001a,0 2px 4px #00000014;margin:2rem auto;padding:2rem 1rem 1rem 4rem;border-top:4px solid var(--btn-bg-color)}.experience-item:before{content:"";position:absolute;width:1rem;height:1rem;left:1.5rem;top:.5rem;background-color:var(--btn-bg-color);border-radius:50%;box-shadow:none;z-index:2}.experience-item:after{display:none}.experience-item h3{font-size:1.5rem;font-weight:700;margin-bottom:.3rem;color:var(--primary-text-color);line-height:1.2;letter-spacing:.5px}.experience-item .company{position:relative;font-size:1.3rem;font-weight:600;padding-right:4rem;margin-top:.5rem;margin-bottom:.5rem}.experience-item .company img{position:absolute;top:1rem;right:1rem;height:4.5rem;width:auto;transition:all .3s cubic-bezier(.175,.885,.32,1.275);filter:brightness(1) saturate(1)}.experience-item:hover .company img{transform:none;filter:brightness(1.05) saturate(1.1)}.experience-item .company+p{margin-top:.5rem}.experience-item ul{list-style:disc inside;color:var(--secondary-color);line-height:1.5;padding-left:.5rem}@media screen and (max-width: 600px){.experience-container{padding-left:1rem;padding-right:1rem}.experience-container:before{left:1rem}.experience-item{padding-left:3rem}.experience-item:before{left:-.5rem}}section.experience .experience-item .company{font-size:1.6rem;padding-right:6rem}section.experience .experience-item .company img#logo{position:absolute;top:.5rem;right:.55rem;height:3rem!important;width:auto;transition:transform .6s ease .1s}section.experience .experience-item:hover .company img#logo{transform:scale(1.1)}.project-detail-container{max-width:100vw;margin:0 auto;min-height:100vh}.project-hero{display:grid;grid-template-columns:1fr auto;gap:3rem;max-width:90rem;margin:0 auto 3rem;padding:2rem 4rem;align-items:center;min-height:60vh}.project-hero-content{display:flex;flex-direction:column;gap:1.5rem}.project-title-large{font-size:3.5rem;font-weight:700;color:var(--primary-text-color);line-height:1.2;margin:0;background:linear-gradient(135deg,var(--primary-text-color) 0%,var(--btn-bg-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-tech-badges{display:flex;flex-wrap:wrap;gap:.8rem}.tech-badge{background:linear-gradient(135deg,var(--btn-bg-color),var(--cta-hover-color));color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 2px 8px #4a2e834d;transition:transform .3s ease,box-shadow .3s ease}.tech-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a2e8366}.project-hero-image{position:relative;border-radius:20px;overflow:hidden;transition:transform .3s ease;max-width:600px}.project-hero-image img{max-width:100%;height:auto;max-height:400px;display:block}.project-content-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto;gap:2rem;max-width:90rem;margin:0 auto;padding:0 4rem 4rem}.project-content-grid:not(:has(.project-links-card)){grid-template-columns:1fr}.project-content-grid:not(:has(.project-links-card)) .project-description-card{grid-column:1}.project-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000001a;border-top:4px solid var(--btn-bg-color);transition:transform .3s ease,box-shadow .3s ease}.project-card-title{font-size:1.5rem;font-weight:700;color:var(--primary-text-color);margin:0 0 1.5rem;position:relative}.project-description-card{grid-column:1;grid-row:1}.project-description-text{font-size:1.2rem;line-height:1.7;color:var(--secondary-color);margin:0}.project-links-card{grid-column:2;grid-row:1}.project-links-grid{display:flex;flex-direction:column;gap:1rem}.project-tech-card{grid-column:1 / -1;grid-row:2}.tech-stack-list{display:flex;flex-wrap:wrap;gap:1rem}.tech-item{background:#4a2e830d;border:2px solid rgba(74,46,131,.1);border-radius:12px;padding:1rem 1.5rem;text-align:center;transition:all .3s ease;display:inline-block;white-space:nowrap}.tech-item:hover{background:#4a2e831a;border-color:var(--btn-bg-color);transform:translateY(-2px)}.tech-name{font-size:1.1rem;font-weight:600;color:var(--primary-text-color)}#project-title{font-size:2rem;font-weight:600;color:var(--primary-text-color);margin-bottom:.5rem}#project-technologies{color:var(--secondary-color);font-size:1.4rem;margin-bottom:1rem}#project-image{width:auto;height:auto;max-width:90%;max-height:25rem;object-fit:contain;border-radius:10px;margin:1rem auto;display:block}#project-description{font-size:1.2rem;line-height:1.5;margin:1rem 0;padding:0 1rem;color:var(--secondary-color);text-align:center}.link-icon{width:20px;height:20px;vertical-align:middle;margin-right:8px;filter:invert(1);margin-top:-5px}.project-link{display:inline-block;margin:.5rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background-color:var(--btn-bg-color);text-decoration:none;border-radius:15px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.project-link:hover{background-color:var(--cta-hover-color);transform:translateY(-3px) scale(1.05) rotate(-1deg);box-shadow:0 8px 20px #00000026}.github-link{display:inline-flex!important;align-items:center;gap:.5rem;background-color:#24292e!important}.github-link:hover{background-color:#1a1e22!important}.figma-link{display:inline-flex!important;align-items:center;gap:.5rem;background-color:#f24e1e!important}.figma-link:hover{background-color:#d73502!important}.chrome-store-link{display:inline-flex!important;align-items:center;gap:.5rem;background-color:#4285f4!important}.chrome-store-link:hover{background-color:#3367d6!important}.external-link{display:inline-flex!important;align-items:center;gap:.5rem}.project-link svg{flex-shrink:0}#project-content #project-title{font-size:2.5rem;margin-bottom:1rem}#project-content #project-technologies{font-size:1.6rem;margin-bottom:1.5rem}#project-content #project-image{max-height:30rem}#project-content #project-description{font-size:1.4rem;margin-bottom:1.5rem}.project-link{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;color:#fff;text-decoration:none;border-radius:12px;font-size:1rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.project-link.github-link{background:#333;box-shadow:0 4px 12px #3333334d}.project-link.github-link:hover{background:#555;transform:translateY(-2px) scale(1.02) rotate(-1deg);box-shadow:0 6px 20px #3336}.project-link.figma-link{background:#f24e1e;box-shadow:0 4px 12px #f24e1e4d}.project-link.figma-link:hover{background:#ff7262;transform:translateY(-2px) scale(1.02) rotate(-1deg);box-shadow:0 6px 20px #f24e1e66}.project-link.chrome-store-link{background:#4285f4;box-shadow:0 4px 12px #4285f44d}.project-link.chrome-store-link:hover{background:#34a853;transform:translateY(-2px) scale(1.02) rotate(-1deg);box-shadow:0 6px 20px #4285f466}.project-link.external-link{background:var(--btn-bg-color);box-shadow:0 4px 12px #4a2e834d}.project-link.external-link:hover{background:var(--cta-hover-color);transform:translateY(-2px) scale(1.02) rotate(-1deg);box-shadow:0 6px 20px #4a2e8366}.back-link{display:block;width:calc(100% - 8rem);max-width:90rem;margin:4rem auto 0;font-size:1.25rem;font-weight:500;color:var(--btn-bg-color);text-decoration:none;text-align:left;transition:color .2s ease,transform .2s ease}.back-link:hover{color:var(--cta-hover-color);transform:translate(-2px)}.back-link:active{transform:translate(0)}.sections-container{position:relative;min-height:60vh;overflow:hidden;perspective:1000px}.section-wrapper{position:absolute;top:0;left:0;right:0;opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1);pointer-events:none}.section-wrapper.active{position:relative;opacity:1;transform:translateY(0);pointer-events:all}.section-wrapper.hidden{opacity:0;transform:translateY(-20px);pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.hero{animation:fadeInUp .8s ease-out}.hero-pic{animation:scaleIn 1s ease-out .2s both}.hero-info{animation:fadeInUp .8s ease-out .4s both}.logo-container{animation:fadeInUp .8s ease-out .6s both}.blurb{animation:fadeInUp .8s ease-out .3s both}.cta{animation:fadeInUp .8s ease-out .5s both}.portfolio-skills{animation:fadeInUp .8s ease-out .7s both}.project-wrapper{animation:fadeInUp .8s ease-out both}.project-wrapper:nth-child(1){animation-delay:.1s}.project-wrapper:nth-child(2){animation-delay:.2s}.project-wrapper:nth-child(3){animation-delay:.3s}.project-wrapper:nth-child(4){animation-delay:.4s}.project-wrapper:nth-child(5){animation-delay:.5s}.project-wrapper:nth-child(6){animation-delay:.6s}.skill-item{animation:fadeInLeft .8s ease-out both}.skill-item:nth-child(1){animation-delay:.1s}.skill-item:nth-child(2){animation-delay:.2s}.skill-item:nth-child(3){animation-delay:.3s}.skill-item:nth-child(4){animation-delay:.4s}.experience-item{animation:fadeInRight .8s ease-out both}.experience-item:nth-child(1){animation-delay:.1s}.experience-item:nth-child(2){animation-delay:.3s}.experience-item:nth-child(3){animation-delay:.5s}.experience-item:nth-child(4){animation-delay:.7s}.certification-item{animation:fadeInUp .8s ease-out both}.certification-item:nth-child(1){animation-delay:.1s}.certification-item:nth-child(2){animation-delay:.2s}.certification-item:nth-child(3){animation-delay:.3s}.certification-item:nth-child(4){animation-delay:.4s}.btn-2{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-2:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-2:hover:before{left:100%}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}footer{animation:fadeInUp .8s ease-out .9s both}.back-to-top-btn{position:fixed;top:2rem;left:2rem;width:50px;height:50px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--btn-bg-color);border-radius:15px;color:var(--btn-bg-color);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0000001a;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:9999;opacity:0;animation:fadeInUp .6s ease-out 1.2s forwards}.back-to-top-btn:hover{background:var(--btn-bg-color);color:#fff;transform:translateY(-2px) scale(1.05) rotate(-1deg);box-shadow:0 6px 12px #4b2e834d}.back-to-top-btn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 4px #0000001a}@media screen and (max-width: 768px){.back-to-top-btn{top:1.5rem;left:1.5rem;width:44px;height:44px}}@media screen and (max-width: 480px){.back-to-top-btn{top:1rem;left:1rem;width:40px;height:40px}}#project-content{animation:fadeInUp .8s ease-out}.back-link{animation:fadeInLeft .8s ease-out .2s both}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.portfolio,.skills,.experience,.certifications{perspective:1200px}.portfolio .project-wrapper,.skills .skill-item,.experience .experience-item,.certifications .certification-item{transform-style:preserve-3d}@media screen and (max-width: 768px){*{max-width:100vw}.hero,.portfolio,.skills,.experience,.certifications,.blurb,.cta{width:100%;max-width:100vw;margin:1rem auto!important;padding:1rem!important;box-sizing:border-box}.wrapper,.project-wrapper{width:calc(100% - 2rem)!important;max-width:calc(100vw - 2rem)!important;margin:0 1rem 1.5rem!important;box-sizing:border-box!important}.skill-item{width:100%!important;max-width:calc(100vw - 2rem)!important;margin:0 1rem 1.5rem!important;box-sizing:border-box!important}.experience-item,.certification-item{width:calc(100% - 2rem)!important;max-width:calc(100vw - 2rem)!important;margin:0 1rem 1.5rem!important;box-sizing:border-box!important}.hero-bullet-list{max-width:calc(100vw - 2rem);margin-left:auto;margin-right:auto;padding:0}.bullet-bubble{padding:.8rem 1.2rem;font-size:.9rem;max-width:calc(100vw - 3rem);word-wrap:break-word;overflow-wrap:break-word}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.logo-container{max-width:100%;justify-content:center;flex-wrap:wrap}.portfolio-skills{max-width:100vw;overflow:hidden}.btn-bg{width:min(36rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem)}.experience-container,.certifications-container{max-width:100vw;padding:0 1rem}.experience-item,.certification-item{max-width:calc(100vw - 2rem);margin-left:0;margin-right:0}#project-content{width:calc(100% - 2rem)!important;margin:.5rem auto 2rem!important;padding:1rem!important;box-sizing:border-box}#project-content #project-title{font-size:1.8rem!important;margin-bottom:.8rem!important;line-height:1.3}#project-content #project-technologies{font-size:1.1rem!important;margin-bottom:1rem!important}#project-content #project-image{max-width:100%!important;max-height:20rem!important;margin:1rem 0!important}#project-content #project-description{font-size:1.1rem!important;margin-bottom:1.2rem!important;line-height:1.5}#project-content .project-link{padding:.8rem 1.5rem!important;font-size:1rem!important;margin:.5rem!important;max-width:calc(100% - 1rem);box-sizing:border-box}.back-link{width:calc(100% - 2rem)!important;margin:1rem auto 0 1rem!important;text-align:left!important;font-size:1.1rem!important}.project-hero{grid-template-columns:1fr!important;gap:.5rem!important;padding:1rem 1rem .5rem!important;min-height:auto!important}.project-title-large{font-size:2.2rem!important;text-align:center}.project-tech-badges{display:none!important}.project-hero-image{border-radius:0!important;display:flex!important;justify-content:center!important;align-items:center!important;top:1rem!important}.project-hero-image img{max-height:250px!important}.project-content-grid{grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important;gap:1rem!important;padding:0 1rem 2rem!important}.project-description-card{grid-column:1!important;grid-row:1!important}.project-links-card{grid-column:1!important;grid-row:2!important}.project-tech-card{grid-column:1!important;grid-row:3!important}.project-card{padding:1.5rem!important}.project-card-title{font-size:1.3rem!important}.project-card-title:after{display:none!important}.project-description-text{font-size:1.1rem!important}.tech-stack-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:.8rem!important}.tech-item{padding:.8rem 1rem!important}.tech-name{font-size:1rem!important}.project-link{padding:.8rem 1.5rem!important;font-size:1rem!important;margin:.5rem!important;max-width:calc(100% - 1rem);box-sizing:border-box;border-radius:8px!important}.project-link.github-link{box-shadow:0 2px 4px #3333!important}.project-link.github-link:hover{box-shadow:0 4px 8px #3333334d!important}.project-link.figma-link{box-shadow:0 2px 4px #f24e1e33!important}.project-link.figma-link:hover{box-shadow:0 4px 8px #f24e1e4d!important}.project-link.chrome-store-link{box-shadow:0 2px 4px #4285f433!important}.project-link.chrome-store-link:hover{box-shadow:0 4px 8px #4285f44d!important}.project-link.external-link{box-shadow:0 2px 4px #4a2e8333!important}.project-link.external-link:hover{box-shadow:0 4px 8px #4a2e834d!important}}@media screen and (max-width: 480px){.hero,.portfolio,.skills,.experience,.certifications{margin:1rem auto!important;padding:1rem .5rem!important}.wrapper,.project-wrapper,.skill-item,.experience-item,.certification-item{width:calc(100% - 1rem)!important;max-width:calc(100vw - 1rem)!important;margin:0 .5rem 1rem!important}.experience-item{padding:.8rem .8rem .8rem 2rem!important;z-index:2!important}.experience-container:before{left:calc(.9rem + 5px)!important;height:calc(100% + 2rem)!important;width:3px!important;z-index:0!important}.experience-item:after{left:.4rem!important;top:.8rem!important;width:.6rem!important;height:.6rem!important;z-index:3!important}.experience-item:before{left:.48rem!important;z-index:1!important}.experience-item .company img,.experience-item #logo{height:1.5rem!important;max-width:2.5rem!important}}
