body {
    font-family: 'Lato', 'Segoe UI', Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color: #1d1d1f;
    background-color: #fff;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
}

/* Header Alignment */
.header-table {
    width: 100%;
    margin-bottom: 60px;
    border-collapse: collapse;
}

.bio-text { 
    width: 65%; 
    vertical-align: top; 
    padding-right: 50px; 
}

.bio-photo { 
    width: 35%; 
    text-align: right;
    vertical-align: top;
}

.profile-pic {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

h1 { 
    font-size: 38px; 
    font-weight: 400;
    color: #1d1d1f;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.bio-text p {
    margin: 12px 0;
    line-height: 1.7;
}

.links {
    margin-top: 20px;
}

.links a {
    color: #2997ff;
    text-decoration: none;
    margin-right: 8px;
}

.links a:hover {
    text-decoration: underline;
}

/* Project Grid */
h2 {
    font-size: 26px;
    font-weight: 400;
    color: #1d1d1f;
    margin: 60px 0 30px 0;
    padding-bottom: 0;
    border-bottom: none;
}

.project-entry {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: collapse;
}

.project-media { 
    width: 35%; 
    padding-right: 30px; 
    vertical-align: top; 
}

.project-info { 
    width: 65%; 
    vertical-align: top; 
}

.project-media img, .project-media video {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.project-info h3 { 
    margin: 0 0 8px 0; 
    font-size: 18px;
    font-weight: 400;
}

.project-info h3 a {
    color: #2997ff;
    text-decoration: none;
}

.project-info h3 a:hover {
    text-decoration: underline;
}

.project-info p {
    margin: 6px 0;
    line-height: 1.6;
}

.project-links {
    margin-top: 10px;
}

.project-links a { 
    color: #2997ff;
    text-decoration: none;
    font-weight: 400;
    margin-right: 8px;
}

.project-links a:hover {
    text-decoration: underline;
}

.venue { 
    margin: 6px 0; 
    color: #666;
    font-style: italic;
}