:root{--background-color:#15151b;--background-color-nums:21,21,27;--text-color:#f0f0f0;--primary-color:#9370db;--button-bg-dark:#f0f0f0;--button-text-dark:#1a1a1a;--button-border-light:#f0f0f0;--button-text-light:#f0f0f0;--border-color:#333333;--shadow-color:rgba(208,188,247,0.2);--card-color:#1d1d24;--card-hover-color:#22222b}html.light{--background-color:#ffffff;--background-color-nums:255,255,255;--text-color:#333333;--primary-color:#6a5acd;--button-bg-dark:#333333;--button-text-dark:#ffffff;--button-border-light:#333333;--button-text-light:#333333;--border-color:#e0e0e0;--shadow-color:rgba(20,15,26,0.2);--card-color:#f7f7fd;--card-hover-color:#f9f9ff}html#project-maine-needs{--primary-color:#ffcc46}html.light#project-maine-needs{--primary-color:rgb(243,180,24)}html#project-sunrise{--primary-color:#f5df4c}html#project-maine-needs .hero-button.primary:hover,html#project-sunrise .hero-button.primary:hover{color:#151515}html.light#project-sunrise{--primary-color:#e8bd00}html.light#project-maine-needs .hero-button.primary:hover,html.light#project-sunrise .hero-button.primary:hover{color:white}html#project-liberty-mutual{--primary-color:#189cab}html.light#project-liberty-mutual{--primary-color:#058390}html.light#project-liberty-mutual .hero-button.primary:hover{color:#f0f0f0}html#project-strike-aid{--primary-color:#f8395f}html.light#project-strike-aid{--primary-color:#e41e47}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;padding:0;background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease;margin:71px 0 0}.no-scroll{overflow:hidden;height:100%;width:100%}a{color:inherit;text-decoration:none}.hero-section{display:flex;flex-direction:column;align-items:center;padding:100px 40px;max-width:1200px;margin:0 auto;text-align:center}.hero-content{max-width:1200px;margin-bottom:40px}.hero-heading{font-size:4.5em;font-weight:800;margin-bottom:10px;line-height:1.1}.hero-heading span{color:var(--primary-color)}.hero-description{font-size:1.2em;color:var(--text-color);line-height:1.5;margin-bottom:30px}.hero-buttons{display:flex;gap:15px;justify-content:center}.hero-button{padding:12px 25px;border-radius:5px;font-size:1em;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.hero-button.primary{background-color:var(--button-bg-dark);color:var(--button-text-dark);border:none}.hero-button.primary:hover{background-color:var(--primary-color);color:white;transform:translateX(3px)}.hero-button.secondary{background-color:transparent;color:var(--button-text-light);border:1px solid var(--button-border-light)}.hero-button.secondary:hover{background-color:var(--button-border-light);color:var(--background-color)}.hero-image-container{width:100%;max-width:400px;height:400px;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:10px;box-shadow:0 10px 20px var(--shadow-color);display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-image{height:100%;object-fit:cover}.featured-work-section{padding:100px 40px;max-width:1200px;margin:0 auto;text-align:center}.featured-work-heading{font-size:2.5em;font-weight:800;margin-bottom:10px}.featured-work-description{font-size:1.1em;color:var(--text-color);margin-bottom:40px}@media (min-width:768px){.hero-section{flex-direction:row;text-align:left;justify-content:space-between;gap:80px}.hero-content{margin-bottom:0}.hero-buttons{justify-content:flex-start}.hero-heading{font-size:5.4em}.hero-description{font-size:1.3em;max-width:70vw}}@media (max-width:767px){.hero-section{padding:60px 20px}.hero-heading{font-size:2.5em}.hero-description{font-size:1em}.hero-image-container{height:300px;max-width:300px}.featured-work-section{padding:60px 20px}.featured-work-heading{font-size:2em}.featured-work-description{font-size:.9em}}.project-hero{display:flex;flex-direction:column;align-items:center;padding:120px 40px 80px;max-width:1200px;margin:0 auto;gap:16px}.project-hero-content{width:100%;max-width:600px;text-align:center}.project-hero-content .hero-button{margin-top:60px}#project-liberty-mutual .project-hero-content{max-width:700px}p.image-caption{font-size:.75em;text-align:center;opacity:.8;margin:4px 0 0}.back-link,.back-link-case-study{display:inline-flex;align-items:center;color:var(--primary-color);font-size:.9em;margin-bottom:20px;transition:color .2s ease}.back-link-case-study:hover,.back-link:hover{color:var(--text-color)}.back-link-container{text-align:center;padding-top:120px}.back-link-case-study{margin-bottom:0}.project-meta{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px;flex-wrap:wrap}.project-year{font-size:.9em;color:var(--text-color);opacity:.7}.project-tags-list{display:flex;gap:8px;flex-wrap:wrap}.tag{background-color:var(--card-color);border:1.2px solid var(--border-color);color:var(--text-color);padding:4px 12px;border-radius:16px;font-size:.8em;font-weight:500}html.dark .tag{background-color:#333;color:#ccc}.project-hero-title{font-size:3.5em;font-weight:800;margin-bottom:20px;line-height:1.1;color:var(--text-color)}.project-hero-description{font-size:1.3em;color:var(--text-color);line-height:1.5;margin-bottom:40px;opacity:.8}.project-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:30px;gap:30px;margin-top:40px}.detail-item h3{font-size:.9em;font-weight:600;color:var(--text-color);margin-bottom:8px;opacity:.7}.detail-item p{font-size:1em;color:var(--text-color);margin:0}.hero-image{width:100%;max-width:800px;overflow:hidden;order:-1}#project-liberty-mutual .hero-image{max-width:360px}.primary-action-row{display:flex;justify-content:center;margin-top:90px;margin-bottom:180px}.action-column{display:flex;flex-direction:column;align-items:center;padding:60px;text-align:center;border-radius:12px;gap:30px;min-width:30vw;background-color:var(--card-color);box-shadow:0 4px 12px var(--shadow-color)}.action-column .action-text{font-size:1.1em;color:var(--text-color)}.action-column .hero-button.primary:hover{transform:none}.project-section{padding:80px 0}.project-section.alt-bg,html.dark .project-section.alt-bg{background-color:var(--card-color)}.project-container{max-width:1200px;margin:0 auto;padding:0 40px}.section-title{font-size:2.5em;font-weight:800;text-align:center;margin-bottom:60px;color:var(--text-color)}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.content-text h3{font-size:1.4em;font-weight:700;margin-bottom:16px;color:var(--text-color)}.content-text p{font-size:1.1em;line-height:1.6;color:var(--text-color);opacity:.8;margin-bottom:30px}.section-image{width:100%;height:auto;border-radius:8px}html.light .section-image{border:.75px solid var(--border-color)}html.light .section-image.no-border{border:none}.research-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;margin-bottom:45px}.research-item h3{font-size:1.3em;font-weight:700;margin-bottom:16px;color:var(--text-color)}.research-item p{font-size:1em}.research-item p,.solution-intro{line-height:1.6;color:var(--text-color);opacity:.8}.solution-intro{font-size:1.2em;text-align:center;margin-bottom:60px}.solution-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;margin-bottom:45px}.feature-item h3{font-size:1.3em;font-weight:700;margin-bottom:16px;color:var(--text-color)}.feature-item p{font-size:1em;line-height:1.6;color:var(--text-color);opacity:.8}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:40px;gap:40px}.result-item{text-align:center}.result-number{font-size:3em;font-weight:800;color:var(--primary-color);margin-bottom:8px}.result-label{font-size:1em;color:var(--text-color);opacity:.8}.next-project{text-align:center}.next-project h2{font-size:2em;font-weight:700;margin-bottom:30px;color:var(--text-color)}.next-project-link{display:inline-block;padding:30px;border:1px solid var(--border-color);border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.next-project-link:hover{transform:translateY(-4px);box-shadow:0 12px 24px var(--shadow-color)}.next-project-content h3{font-size:1.4em;font-weight:700;margin-bottom:8px;color:var(--text-color)}.next-project-content p{font-size:1em;color:var(--primary-color);margin:0}@media (min-width:888px){.hero-image{order:0}#project-liberty-mutual .hero-image{margin-top:-66px}#project-liberty-mutual .project-hero-content{margin-top:-40px}.project-hero{flex-direction:row;justify-content:space-between}.project-hero,.project-hero-content{text-align:left}.project-meta{justify-content:flex-start}}@media (max-width:887px){.project-hero{padding:100px 20px 60px;gap:40px}.project-hero-content .hero-button{margin:60px auto auto}#project-liberty-mutual .hero-image{max-width:250px}#project-liberty-mutual .project-hero{padding-top:40px}.project-hero-title{font-size:2.5em}.project-tags-list{justify-content:center}.project-hero-description{font-size:1.1em}.project-details-grid{grid-template-columns:repeat(2,1fr);gap:20px}.project-container{padding:0 20px}.section-title{font-size:2em}.content-grid{grid-template-columns:1fr;gap:40px}.research-grid,.solution-features{grid-template-columns:1fr;gap:30px}.results-grid{grid-template-columns:repeat(2,1fr);gap:30px}.result-number{font-size:2.5em}.back-link{display:none}.action-column{font-size:1em;padding:35px}}.about-section{padding:80px 40px;max-width:1200px;margin:0 auto}.about-container{width:100%}.about-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.about-text{flex:1 1;max-width:600px}.about-heading{font-size:3.5em;font-weight:800;margin-bottom:30px;color:var(--text-color);line-height:1.1}.about-description{font-size:1.2em;line-height:1.6;color:var(--text-color);opacity:.8;margin-bottom:40px}.about-details{gap:30px;flex-wrap:wrap}.about-details,.location{display:flex;align-items:center}.location{gap:8px;font-size:1em}.location,.location-icon{color:var(--text-color);opacity:.7}.download-resume-btn{display:flex;align-items:center;gap:8px;background-color:var(--button-bg-dark);color:var(--button-text-dark);padding:12px 24px;border-radius:6px;border:none;font-size:1em;font-weight:500;cursor:pointer;transition:all .2s ease}.download-resume-btn:hover{background-color:var(--primary-color);color:white}.download-icon{width:16px;height:16px}.about-image{overflow:hidden;border-radius:12px;width:500px;max-width:50vw;min-width:320px;margin-top:1em}.about-portrait{width:100%;height:100%;object-fit:cover}.skills-section{padding:80px 40px;max-width:1200px;margin:0 auto}.skills-container{width:100%}.skills-heading{font-size:2.5em;font-weight:800;margin-bottom:50px;color:var(--text-color);line-height:1.1}.skills-grid{display:flex;flex-wrap:wrap;gap:16px}.skill-item{background-color:var(--card-color);color:var(--text-color);border:1.5px solid var(--border-color);padding:16px 24px;border-radius:8px;font-size:1em;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .27s ease}.skill-item:hover{transform:translateY(-3px);background-color:var(--primary-color);color:white}@media (max-width:1080px){.about-image{max-width:37vw}}@media (max-width:768px){.about-content{flex-direction:column;gap:40px;text-align:center}.about-heading{font-size:2.5em}.about-description{font-size:1.1em}.about-details{justify-content:center}.about-image{order:-1;margin-top:0;max-width:50vw}.skills-heading{font-size:2.5em}.skills-grid{justify-content:center}}@media (max-width:480px){.about-section,.skills-section{padding:60px 20px}.about-heading,.skills-heading{font-size:2em}.about-details{flex-direction:column;gap:20px}.about-image{width:250px;height:250px}}.experience-section{padding:80px 40px;max-width:1200px;margin:0 auto}.experience-container{width:100%}.experience-heading{font-size:3.5em;font-weight:800;margin-bottom:60px;color:var(--text-color);line-height:1.1}.experience-timeline{display:flex;flex-direction:column;gap:40px}.experience-item{display:grid;grid-template-columns:200px 1fr;grid-gap:40px;gap:40px;padding-bottom:40px;border-bottom:1px solid var(--border-color)}.experience-item:last-child{border-bottom:none}.experience-period{font-size:.9em;color:var(--text-color);opacity:.7;font-weight:500}.experience-content h3{font-size:1.4em;font-weight:700;margin-bottom:8px;color:var(--text-color)}.company{font-size:1.1em;color:var(--primary-color);margin-bottom:16px;font-weight:500}.experience-description{font-size:1em;line-height:1.6;color:var(--text-color);opacity:.8;margin:0}.cta-section{padding:80px 40px;max-width:800px;margin:0 auto;text-align:center}.cta-container{width:100%}.cta-heading{font-size:2.5em;font-weight:800;margin-bottom:20px;color:var(--text-color)}.cta-description{font-size:1.2em;line-height:1.6;color:var(--text-color);opacity:.8;margin-bottom:40px}.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.cta-button{padding:12px 25px;border-radius:5px;font-size:1em;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease,color .2s ease,border-color .2s ease;text-decoration:none}.cta-button.primary{background-color:var(--button-bg-dark);color:var(--button-text-dark);border:none}.cta-button.primary:hover{opacity:.9}.cta-button.secondary{background-color:transparent;color:var(--button-text-light);border:1px solid var(--button-border-light)}.cta-button.secondary:hover{background-color:var(--button-border-light);color:var(--background-color)}@media (max-width:768px){.experience-heading{font-size:2.5em}.experience-item{grid-template-columns:1fr;gap:16px}.experience-period{font-size:.8em}.cta-heading{font-size:2em}.cta-description{font-size:1.1em}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width:480px){.cta-section,.experience-section{padding:60px 20px}.experience-heading{font-size:2em}.cta-heading{font-size:1.8em}}html{scroll-behavior:smooth}.footer{background-color:var(--background-color);border-top:1px solid var(--border-color);margin-top:120px}.footer-container{max-width:1200px;margin:0 auto;padding:60px 40px 30px}.footer-content{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin-bottom:40px}.footer-brand{max-width:300px}.footer-name{font-size:1.5em;font-weight:800;color:var(--text-color);margin-bottom:12px}.footer-tagline{font-size:1em;color:var(--text-color);opacity:.7;line-height:1.5;margin:0}.footer-links{display:flex;flex-flow:row nowrap}.footer-section{margin:0 0 0 100px}.footer-section-title{font-size:1.1em;font-weight:600;color:var(--text-color);margin-bottom:20px}.footer-nav,.footer-social{list-style:none;padding:0;margin:0}.footer-nav li,.footer-social li{margin-bottom:12px}.footer-link{color:var(--text-color);text-decoration:none;font-size:.95em;transition:all .2s ease}.footer-link:hover{opacity:1;color:var(--primary-color)}.footer-contact{display:flex;flex-direction:column;gap:12px}.footer-contact-item{font-size:.95em;color:var(--text-color);margin:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid var(--border-color);flex-wrap:wrap;gap:20px}.footer-copyright p{font-size:.9em;color:var(--text-color);opacity:.6;margin:0}.footer-legal{display:flex;gap:20px}.footer-legal .footer-link{font-size:.9em}@media (max-width:768px){.footer-container{padding:40px 20px 20px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;text-align:center;gap:15px}.footer-legal{justify-content:center}}@media (max-width:480px){.footer-container{padding:30px 15px 15px}.footer-name{font-size:1.3em}.footer-tagline{font-size:.9em}.footer-section-title{font-size:1em}.footer-legal{flex-direction:column;gap:10px}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:flex-end;align-items:center;padding:20px 40px;border-bottom:1px solid var(--border-color);background-color:rgba(var(--background-color-nums),.76);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-name{font-weight:700;font-size:1.2em}.nav-links{display:flex;gap:36px;align-items:center}.nav-link{color:var(--text-color);transition:color .2s ease}.nav-link:hover{color:var(--primary-color)}.contact-button{background-color:var(--button-bg-dark);color:var(--button-text-dark);padding:10px 20px;border-radius:5px;font-size:.9em;border:none;cursor:pointer;transition:all .2s ease}.contact-button:hover{opacity:.9;background-color:var(--primary-color);color:white}.dark-mode-toggle{background:none;border:none;cursor:pointer;color:var(--text-color);transition:all .2s ease}.dark-mode-toggle:hover{color:var(--primary-color)}@media (max-width:767px){.header{padding:15px 20px}}@media (min-width:1350px){.header{padding:20px 8.5vw}}.hamburger-nav{display:none}.bar1,.bar2,.bar3{width:35px;height:4px;background-color:var(--text-color);margin:6px 0;border-radius:9px;transition:.28s}.bar2{transition:.1s}.header .mobile-visible .bar1{transform:translateY(10px) rotate(-45deg)}.header .mobile-visible .bar2{opacity:0}.header .mobile-visible .bar3{transform:translateY(-10px) rotate(45deg)}@media (max-width:850px){.header .nav-links{display:none}.header.mobile-visible{justify-content:center;background-color:rgba(var(--background-color-nums),.97);padding-top:0}.header .nav-links.mobile-visible{display:flex;height:100vh;flex-direction:column;justify-content:space-between;align-items:center;justify-content:center;font-size:1.6em;gap:70px;font-weight:600}.hamburger-nav{display:inline;cursor:pointer}.header.mobile-visible .hamburger-nav{position:absolute;top:20px;right:40px}}@media (max-width:768px){.header.mobile-visible .hamburger-nav{top:15px;right:20px}}