@import"https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";.portfolio-hero-section{background:linear-gradient(rgba(19,22,40,.8),rgba(19,22,40,.8)),url(/images/portfolio-hero.jpg) no-repeat 50%;background-size:cover;color:#f5f5f5;padding:8rem 0 6rem;text-align:center}.portfolio-hero-section .page-title{font-family:Lora,serif;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.portfolio-hero-section .page-subtitle{font-family:Open Sans,sans-serif;font-size:1.25rem;max-width:700px;margin:0 auto;line-height:1.6}.projects-section{padding:5rem 0;background-color:#f5f5f5}.projects-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.portfolio-projects-grid{display:grid;grid-template-columns:1fr;gap:3rem}.portfolio-project-card{background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr;overflow:hidden}@media(min-width:768px){.portfolio-project-card{grid-template-columns:1fr 1fr}}.project-image-wrapper{position:relative;overflow:hidden;min-height:300px}.project-image-wrapper .project-image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease}.project-image-wrapper .project-image:hover{transform:scale(1.03)}.project-content{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.project-title{font-family:Lora,serif;font-size:2rem;color:#131628;margin:0}.project-scope{font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#ff6f61;display:block}.project-detail .detail-title,.project-scope{font-family:Roboto Condensed,sans-serif;margin-bottom:.5rem}.project-detail .detail-title{font-size:1.1rem;color:#131628}.project-detail .detail-content{font-family:Open Sans,sans-serif;line-height:1.6;color:#343c6d;margin:0}.impact-list{padding-left:1.25rem;margin:0}.impact-list .impact-item{font-family:Open Sans,sans-serif;line-height:1.6;color:#343c6d;margin-bottom:.5rem}.impact-list .impact-item:last-child{margin-bottom:0}.project-actions{margin-top:auto}.project-link{font-family:Roboto Condensed,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#ff6f61;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s ease}.project-link:hover{color:#ff2915}.project-link:hover:after{transform:translateX(3px)}.project-link:after{content:"→";transition:transform .3s ease}.cta-section{background-color:#131628;color:#f5f5f5;padding:4rem 0;text-align:center}.cta-section .cta-content{max-width:600px;margin:0 auto}.cta-section .cta-title{font-family:Lora,serif;font-size:2.5rem;margin-bottom:1rem}.cta-section .cta-text{font-family:Open Sans,sans-serif;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.cta-section .cta-button{display:inline-block;background-color:#ff6f61;color:#fff;font-family:Roboto Condensed,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:1px;padding:.75rem 2rem;text-decoration:none;transition:background-color .3s ease}.cta-section .cta-button:hover{background-color:#ff412e}