.project-container{display:flex;flex-direction:row;padding:4rem 2rem;gap:4rem;max-width:1600px;margin:0 auto}.project-sidebar{width:33%;position:sticky;top:8rem;align-self:flex-start}.project-details{display:flex;flex-direction:column;gap:2rem}.project-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.project-meta{display:flex;flex-direction:column;gap:1rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:2rem 0}.meta-item{display:flex;justify-content:space-between}.meta-label{font-weight:700;color:#888}.project-summary p{font-size:1.1rem;line-height:1.7}.project-content-gallery{width:67%}.project-gallery{display:flex;flex-direction:column;gap:2rem}.gallery-image{width:100%;height:auto;border-radius:8px}@media (max-width:768px){.project-container{flex-direction:column;padding:2rem 1rem;gap:2rem}.project-sidebar{width:100%;position:static}.project-content-gallery{width:100%}}