html {
    background-color: #faf8f5;
    font-size: 18px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.55;
    color: #1a1a1a;
}

main {
    max-width: 44rem;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
}

a:link,
a:visited {
    color: #1e4d4d;
}

a:hover {
    text-decoration: underline;
}

.intro {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    background: #e5ded2;
    border: 1px solid #ccc;
    flex-shrink: 0;
}

.intro-text {
    flex: 1;
}

.intro h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #235757;
    margin: 0 0 0.4rem;
}

.links {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.95rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
}

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

.links svg {
    width: 1.05em;
    height: 1.05em;
    fill: currentColor;
}

.exp-item {
    margin-bottom: 1.25rem;
}

.exp-head {
    margin: 0 0 0.15rem;
}

.exp-dates {
    margin: 0 0 0.4rem;
    color: #555;
    font-size: 0.95rem;
}

.exp-item ul {
    margin-top: 0.25rem;
}

.tagline {
    margin: 0 0 0.5rem;
    color: #444;
    font-size: 0.95rem;
}

.proj-stack {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.85rem;
    color: #666;
}

.proj-item {
    margin-bottom: 1.1rem;
}

.proj-head {
    margin: 0 0 0.2rem;
}

.proj-status {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
}

.proj-item p {
    margin: 0 0 0.3rem;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2rem 0;
}

section h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #235757;
    margin: 0 0 0.75rem;
}

section p {
    margin: 0 0 0.9rem;
}

section ul {
    margin: 0;
    padding-left: 1.25rem;
}

section ul li {
    margin-bottom: 0.6rem;
}
