.project-image-wrapper {
    width: 100%;
    padding-top: 66.66%; /* 3:2 aspect ratio */
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.project-title {
    font-size: 2rem;
    font-weight: 600;
}

.project-description p {
    font-size: 1.1rem;
    color: #555;
}

.project-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    border-top: 1px solid #eee;
    padding-top: 2rem;
}
