.content-framework {
    width: 1050px;
}

.author__avatar img {
    border-radius: 6px;
}

.home-page {
    background: #fbfdff;
    color: #333f46;
    max-width: 980px;
    padding: 2px 0 18px 0;
}

.home-hero {
    border-bottom: 1px solid #d8e3f2;
    margin-bottom: 26px;
    padding: 4px 0 24px 0;
}

.home-hero h1 {
    color: #202a31;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.08;
    margin: 0 0 8px 0;
}

.home-role {
    color: #1f5f9b;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.home-affiliation {
    color: #3d4a51;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 14px 0;
}

.home-contact-row {
    color: #5a656c;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 10px 18px;
}

.home-contact-row a {
    color: #1f5f9b;
    text-decoration: none;
}

.home-intro-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
}

.home-intro-block {
    border: 1px solid #d8e3f2;
    background: #f8fbff;
    padding: 22px 24px;
}

.home-intro-block--accent {
    border-left: 4px solid #1f5f9b;
}

.home-intro-block h2,
.home-section h2 {
    color: #202a31;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 12px 0;
}

.home-intro-block p {
    color: #3f4b52;
    font-size: 15.5px;
    line-height: 1.66;
    margin: 0;
}

.home-section {
    border-top: 1px solid #d8e3f2;
    margin-bottom: 32px;
    padding-top: 20px;
}

.research-topic-grid,
.award-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.research-topic-grid span,
.award-grid div {
    border-left: 3px solid #1f5f9b;
    background: #f4f8ff;
    color: #34424a;
    font-size: 15px;
    line-height: 1.45;
    padding: 12px 14px;
}

.award-grid div {
    border-left-color: #80622a;
}

.home-news-list,
.home-timeline {
    border-top: 1px solid #e6eef8;
}

.home-news-item,
.home-timeline div {
    border-bottom: 1px solid #e6eef8;
    display: grid;
    gap: 18px;
    grid-template-columns: 120px minmax(0, 1fr);
    padding: 13px 0;
}

.home-news-item time,
.home-timeline time {
    color: #1f5f9b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.home-news-item p,
.home-timeline p {
    color: #3f4b52;
    font-size: 15px;
    line-height: 1.58;
    margin: 0;
}

.photo-photo {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    height: 300px;
    max-width: 340px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}


.photo-photo img:hover {
    transform: scale(2.2) translate(-70px, 27px);
}

.photo-photo p {
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cat {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.group-member {
    min-height: 140px;
    margin-bottom: 22px;
}

.member-photo {
    box-sizing: border-box;
    display: inline-block;
    height: 140px;
    width: 100px;
    overflow: hidden;
    text-align: center;
    margin-right: 18px;
    vertical-align: top;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 4px rgba(20, 32, 40, 0.08);
    padding: 3px;
}

.member-photo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.member-photo--placeholder {
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
    position: relative;
}

.member-photo--placeholder::after {
    content: "Photo";
    color: #9a9a9a;
    font-size: 16px;
    line-height: 132px;
}

.member-info-sets {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    width: 750px;
}

.member-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.member-status {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.member-interests, .member-email, .member-misc {
    font-size: 18px;
    line-height: 1.5;
}

.group-member--compact {
    min-height: 140px;
    height: auto;
}

.member-list {
    margin-bottom: 24px;
}

.member-list-item {
    font-size: 18px;
    line-height: 1.6;
}

.publication-topic {
    margin-top: 1.5rem;
}

.topic-image-slot {
    display: none;
    margin: 0.5rem 0 1rem 0;
}

.topic-image-slot[data-image]:not([data-image=""]) {
    display: block;
}

.topic-image-slot img {
    max-width: 100%;
    border-radius: 6px;
}

.publications-page {
    background: #fbfdff;
    color: #28323a;
    max-width: 1080px;
    padding: 2px 0 18px 0;
}

.publications-hero {
    border-bottom: 1px solid #d8e3f2;
    margin: 0 0 26px 0;
    padding: 4px 0 26px 0;
}

.pub-kicker {
    color: #6f5a2d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.publications-hero h1 {
    color: #18252d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.05;
    margin: 0 0 14px 0;
}

.pub-lede {
    color: #4f5b63;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 16px 0;
    max-width: 820px;
}

.pub-note {
    border-left: 3px solid #1f5f9b;
    color: #4b555c;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 4px 0 4px 10px;
}

.pub-topic-nav {
    background: #f4f8ff;
    border: 1px solid #d8e3f2;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    margin: 0 0 30px 0;
}

.pub-topic-nav-head {
    border-right: 1px solid #d8e3f2;
    padding: 18px 18px 16px 18px;
}

.pub-topic-nav-head span {
    color: #80622a;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.pub-topic-nav-head strong {
    color: #18252d;
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15;
}

.pub-topic-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
}

.pub-topic-nav a {
    background: #ffffff;
    border: 1px solid #d4e1f2;
    color: #34424a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    padding: 7px 10px;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.pub-topic-nav a:hover {
    background: #edf5ff;
    border-color: #1f5f9b;
    color: #1f5f9b;
}

.publication-section {
    margin: 0 0 38px 0;
}

.publication-section--compact {
    border-left: 3px solid #1f5f9b;
    margin-bottom: 34px;
    padding: 4px 0 4px 22px;
}

.publication-section-heading {
    align-items: baseline;
    border-bottom: 1px solid #d8e3f2;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 10px;
}

.publication-section-label {
    color: #80622a;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.publication-section-heading h2 {
    color: #1d2b33;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.publication-topic-card {
    background: #ffffff;
    border-top: 1px solid #d8e3f2;
    margin: 0 0 32px 0;
    padding-top: 22px;
}

.publication-topic-family {
    counter-reset: pub-counter;
    margin: 8px 0 46px 0;
}

.publication-family-heading {
    background: #eaf3ff;
    border: 1px solid #bdd4f0;
    border-left: 8px solid #1f5f9b;
    margin: 0 0 28px 0;
    padding: 24px 28px;
}

.publication-family-heading h3 {
    color: #123d73;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.08;
    margin: 6px 0 0 0;
}

.topic-visual.topic-image-slot {
    background: #f4f8ff;
    border: 1px solid #d8e3f2;
    display: flex;
    height: 138px;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.topic-visual.topic-image-slot::before,
.topic-visual.topic-image-slot::after {
    content: "";
    position: absolute;
}

.topic-visual.topic-image-slot::before {
    border-top: 1px solid #c5d7ee;
    left: 28px;
    right: 28px;
    top: 50%;
}

.topic-visual.topic-image-slot::after {
    border: 1px solid #bdd1ea;
    height: 72px;
    left: 42px;
    top: 32px;
    width: 72px;
}

.topic-visual-placeholder {
    align-items: center;
    color: #1f5f9b;
    display: flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0;
    margin-left: 42px;
    position: relative;
    width: 72px;
    z-index: 1;
}

.topic-visual[data-image]:not([data-image=""]) .topic-visual-placeholder {
    display: none;
}

.topic-visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 2;
}

.topic-content {
    padding: 0;
}

.topic-heading-row {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 8px;
}

.topic-heading-row h3 {
    color: #18252d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

.paper-count {
    border: 1px solid #d8c99e;
    color: #6f5a2d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 6px 9px;
    text-transform: uppercase;
    white-space: nowrap;
}

.topic-summary {
    color: #5a656c;
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 12px 0;
    max-width: 820px;
}

.publication-list {
    counter-reset: pub-counter;
    list-style: none;
    margin: 0;
    padding: 0;
}

.publication-list li {
    border-top: 1px solid #e6eef8;
    color: #333f46;
    counter-increment: pub-counter;
    font-size: 15px;
    line-height: 1.62;
    padding: 13px 0 13px 44px;
    position: relative;
}

.publication-list li:first-child {
    border-top: 0;
}

.publication-list li::before {
    color: #1f5f9b;
    content: counter(pub-counter, decimal-leading-zero);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    left: 0;
    line-height: 1.62;
    position: absolute;
    top: 13px;
}

.publication-list--featured li {
    font-size: 16px;
}

.publication-topic-family .publication-list {
    counter-reset: none;
}

@media (max-width: 900px) {
    .home-hero h1 {
        font-size: 38px;
    }

    .home-intro-grid,
    .home-news-item,
    .home-timeline div {
        grid-template-columns: 1fr;
    }

    .research-topic-grid,
    .award-grid {
        grid-template-columns: 1fr;
    }

    .publications-hero h1 {
        font-size: 36px;
    }

    .publication-section-heading {
        display: block;
    }

    .pub-topic-nav {
        grid-template-columns: 1fr;
    }

    .pub-topic-nav-head {
        border-right: 0;
        border-bottom: 1px solid #d8e3f2;
    }

    .publication-section-label {
        display: block;
        margin-bottom: 6px;
    }

    .topic-heading-row {
        display: block;
    }

    .paper-count {
        display: inline-block;
        margin-top: 10px;
    }

    .topic-visual.topic-image-slot {
        height: 118px;
    }
}

