/* Global Styles */
body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 16px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #222;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.2em;
    margin-top: 0;
}

h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: 2.5em;
    color: #444;
}

a {
    color: #0044cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Layout */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Header */
header {
    margin-bottom: 40px;
}

.intro-text {
    font-size: 1.1rem;
    color: #555;
}

.contact-info {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    color: #666;
    margin-top: 5px;
}

/* Navigation */
nav {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li {
    display: inline-block;
    margin-right: 25px;
}

nav a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #666;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

nav a.active {
    color: #222;
    border-bottom: 2px solid #222;
    padding-bottom: 2px;
}

nav a:hover {
    text-decoration: none;
    color: #222;
}

/* Lists and Content */
ul {
    padding-left: 20px;
}

li {
    margin-bottom: 12px;
}

.date {
    float: right;
    color: #777;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
}

.role {
    font-weight: bold;
    color: #333;
}

.institution {
    font-style: italic;
    color: #555;
}

/* Publications */
.experience-list li div {
    margin-bottom: 8px;
}

.pub-item {
    margin-bottom: 18px;
}

.pub-title {
    font-weight: bold;
    color: #222;
}

.pub-authors {
    color: #444;
}

.pub-journal {
    font-style: italic;
    color: #555;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Footer */
footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
    color: #888;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Responsive */
@media (max-width: 600px) {
    .date {
        float: none;
        display: block;
        margin-bottom: 4px;
    }
}