:root {
    color-scheme: light;
    font-family: Georgia, "Times New Roman", serif;
    color: #302d28;
    background: #faf6ed;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #302d28;
    background: #faf6ed;
}

main {
    width: min(100%, 780px);
    min-height: 100vh;
    margin: 0 auto;
    padding: 72px 30px;
    background: #faf6ed;
}

a {
    color: #765538;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
}

a:hover,
a:focus-visible {
    color: #4f351f;
}

.introduction {
    text-align: left;
}

.introduction::after {
    display: block;
    clear: both;
    content: "";
}

.portrait {
    float: right;
    width: 180px;
    height: 180px;
    margin: 0 0 16px 28px;
    border-radius: 50%;
    object-fit: cover;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2.1rem;
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

:root[data-name-style="section"] h1 {
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.personal-links {
    margin-bottom: 22px;
}

.introduction p {
    margin-bottom: 16px;
    text-align: left;
}

.publications {
    margin-top: 48px;
    text-align: left;
}

.interests {
    margin-top: 48px;
    text-align: left;
}

h2 {
    margin-bottom: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.publication {
    margin-bottom: 30px;
}

.publication h3 {
    margin-bottom: 3px;
    font-size: 1.12rem;
    font-weight: 400;
    line-height: 1.45;
}

.publication-venue {
    margin-bottom: 1px;
    color: #746b60;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.publication-links,
.scholar-link {
    margin-bottom: 0;
}

.publication-links {
    color: #8b8379;
    font-size: 0.74rem;
}

.publication-links a {
    color: #526f85;
}

.publication-links a:hover,
.publication-links a:focus-visible {
    color: #304f66;
}

.scholar-link {
    margin-bottom: 28px;
    font-size: 0.84rem;
}

@media (max-width: 560px) {
    main {
        padding: 40px 20px;
    }

    .portrait {
        float: none;
        display: block;
        width: 150px;
        height: 150px;
        margin: 0 auto 24px;
    }

    .publications {
        margin-top: 38px;
    }
}
