.project-details-page{padding-top:100px;padding-bottom:50px;min-height:calc(100vh - 250px);background-color:var(--pale-green)}.project-details-container{background-color:var(--card-bg);border-radius:8px;box-shadow:0 5px 15px var(--shadow);overflow:hidden;margin-bottom:2rem;transition:background-color .3s ease,box-shadow .3s ease}.project-details-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border);background-color:var(--card-bg);transition:background-color .3s ease,border-color .3s ease}.project-title{font-size:2rem;font-weight:700;color:var(--heading-color);margin:0}.back-button{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;color:var(--white);background-color:var(--dark-green);transition:background-color .3s ease}.back-button:hover{background-color:var(--forest-green)}.project-main-image{width:100%;height:500px;position:relative;overflow:hidden}.featured-image{width:100%;height:100%;object-fit:cover;object-position:top center}.project-id-4,.project-id-5{height:600px;background-color:#f8f8f8;display:flex;align-items:center;justify-content:center}.project-id-4 .featured-image,.project-id-5 .featured-image{object-fit:contain;max-height:90%;max-width:90%;width:auto;height:auto}.project-main-image.mobile-app-main{height:600px;background-color:#f8f8f8;display:flex;align-items:center;justify-content:center}.featured-image.mobile-app-featured-image{object-fit:contain;max-height:90%;max-width:90%;width:auto;height:auto}.project-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1);height:200px;position:relative;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-item.mobile-app{height:400px;background-color:#f8f8f8;display:flex;align-items:center;justify-content:center;padding:1rem}.gallery-image.mobile-app-image{object-fit:contain;max-height:100%;max-width:100%;width:auto;height:auto}.project-image-placeholder{width:100%;height:300px;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;overflow:hidden}.project-image-text{font-size:2rem;text-align:center;padding:1rem}.project-details-content{padding:2rem}.project-info h2{color:var(--heading-color);font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.project-info h2:first-child{margin-top:0}.project-description{white-space:pre-line;line-height:1.7;color:var(--text-dark)}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tech-tag{background-color:var(--pale-green);color:var(--dark-green);padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;font-weight:500}.project-links-container{display:flex;gap:1rem;margin-top:2rem}.project-link{padding:.75rem 1.5rem;border-radius:.25rem;font-size:1rem;font-weight:500;transition:all .3s ease;text-align:center}.project-link.github{background-color:var(--dark-green);color:var(--white)}.project-link.github:hover{background-color:#000}.project-link.live{background-color:var(--light-green);color:var(--white)}.project-link.live:hover{background-color:var(--medium-green)}.project-not-found{background-color:var(--white);border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1);padding:3rem;text-align:center}.project-not-found h1{font-size:2rem;font-weight:700;color:var(--heading-color);margin-bottom:1rem}.project-not-found p{margin-bottom:2rem;color:var(--text-dark)}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.image-modal-overlay.active{opacity:1;visibility:visible}.modal-image-container{max-width:90%;max-height:90%;position:relative}.modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 0 20px rgba(0,0,0,.3)}.modal-close{position:absolute;top:-40px;right:0;background-color:transparent;border:none;color:white;font-size:30px;cursor:pointer}.modal-navigation{position:absolute;width:100%;display:flex;justify-content:space-between;top:50%;transform:translateY(-50%);padding:0 20px}.modal-nav-button{background-color:rgba(255,255,255,.2);border:none;color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:background-color .3s ease}.modal-nav-button:hover{background-color:rgba(255,255,255,.4)}@media (max-width:768px){.project-details-header{flex-direction:column;gap:1rem}.project-title{font-size:1.5rem}.project-main-image{height:300px}.project-id-4,.project-id-5{height:400px}.project-image-placeholder{height:200px}.project-image-text{font-size:1.5rem}.project-links-container{flex-direction:column}.project-gallery{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.gallery-item{height:180px}.gallery-item.mobile-app{height:300px}}@media (max-width:480px){.project-gallery{grid-template-columns:1fr}.gallery-item{height:200px}.gallery-item.mobile-app{height:350px}.modal-image-container{width:95%;padding:.5rem}.modal-image{max-height:80vh}.modal-navigation{bottom:.5rem}}