body {
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", serif;
font-size: 16px;
line-height: 1.7;
color: #1a1a1a;
background: #fff;
}

.container {
max-width: 720px;
margin: 0 auto;
padding: 60px 24px 80px;
}

header {
margin-bottom: 56px;
}

h1 {
font-size: 28px;
font-weight: 400;
letter-spacing: -0.3px;
margin: 0 0 8px;
color: #000;
}

.subtitle {
font-size: 18px;
color: #555;
margin: 0 0 12px;
font-style: italic;
}

.description {
font-size: 15px;
color: #777;
margin: 0;
line-height: 1.6;
}

h2 {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #999;
margin: 48px 0 20px;
}

h2:first-of-type {
margin-top: 0;
}

.projects {
display: flex;
flex-direction: column;
gap: 32px;
}

article {
border-bottom: 1px solid #eee;
padding-bottom: 28px;
}

article:last-child {
border-bottom: none;
padding-bottom: 0;
}

h3 {
font-size: 18px;
font-weight: 500;
margin: 0 0 4px;
}

h3 a {
color: #1a1a1a;
text-decoration: none;
}

h3 a:hover {
color: #4a90d9;
}

.meta {
font-size: 13px;
color: #888;
margin: 0 0 10px;
font-style: italic;
}

article p {
margin: 0;
font-size: 15px;
color: #444;
}

footer {
margin-top: 64px;
padding-top: 24px;
border-top: 1px solid #eee;
font-size: 14px;
color: #999;
}

footer a {
color: #666;
text-decoration: none;
}

footer a:hover {
color: #4a90d9;
}

@media (max-width: 540px) {
.container {
padding: 32px 20px 60px;
}
h1 {
font-size: 24px;
}
}
