.about-hero {
    background: #e7effd;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding-top: calc(var(--spacing) * 5);
    padding-bottom: calc(var(--spacing) * 15);
    text-align: center;
}

.about-hero__illustration {
    position: relative;
    bottom: -50px;
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: calc(var(--spacing) * -5) auto;
}

.about-content {
    padding-top: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 4);
}

.about-lead {
    margin: 0 0 var(--spacing);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.379;
    letter-spacing: -0.5px;
}

/* Sits outside .prose, so it misses the section spacing its sibling heading
   inside the markdown gets. */
.about-content > h2 {
    margin: calc(var(--spacing) * 10) 0 calc(var(--spacing) * 2);
}

/* ---------- Research list ---------- */
.research {
    margin-bottom: calc(var(--spacing) * 3);
}

.research__link {
    color: var(--color-primary);
}

/* Live has no global a:hover; its two hover rules are both footer-scoped. */
.research__link:hover {
    text-decoration: none;
}

.research__title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.25px;
    margin: 0 0 4px;
}

/* FontAwesome sizes its inline SVGs from the font: 1em tall, and long-arrow-right
   is a 14/16-wide glyph. */
.research__arrow {
    margin-left: var(--spacing);
    vertical-align: middle;
    height: 1em;
    width: 0.875em;
}

.research__meta {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 0;
}

/* Parts the citation from the author line; live leans on a stray <br> here. */
.research__meta + .research__meta {
    margin-top: 4px;
}

/* The label is body1 where the names beside it are body2. */
.research__author-label {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75;
}
