.person-header {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin: 6px 0 26px;
}

.person-portrait-wrap {
    flex: 0 0 auto;
}

.person-portrait {
    display: block;
    width: 152px;
    height: 152px;
    border-radius: 999px;
    object-fit: cover;
    background: var(--lv-beige);
    box-shadow: 0 12px 28px rgba(51, 30, 5, 0.12);
}

.person-biography {
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 20px;
}

.collection-description {
    margin-bottom: 20px;
}

.person-biography,
.collection-description,
.booklist-description,
p.reading-width {
    line-height: 1.75;
}

.about-page,
.content-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 12px 15px 0;
}

.about-header,
.content-header {
    margin: 10px 0 18px;
}

.about-icon {
    width: 200px;
    max-width: 38%;
    height: auto;
    margin: 6px 0 18px 28px;
}

.about-title,
.content-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
}

.about-section {
    margin-top: 30px;
}

.about-section-first {
    margin-top: 0;
}

.about-section h2 {
    margin: 0 0 10px;
    color: var(--lv-bronze);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    font-family: var(--lv-sans);
}

.about-section p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
}

.about-lead {
    overflow: hidden;
}

.about-signoff {
    margin-top: 32px;
}

.about-signoff p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.75;
}

.about-signature {
    font-style: italic;
}

.about-store-links {
    margin-top: 30px;
}

.about-footer,
.content-footer {
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid var(--lv-beige);
}

.content-meta {
    margin: 6px 0 0;
    color: var(--lv-brown);
    font-size: 15px;
    line-height: 1.6;
}

.content-section {
    margin-top: 30px;
}

.content-section h2 {
    margin: 0 0 10px;
    color: var(--lv-black);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    font-family: var(--lv-serif);
}

.content-section p,
.content-section li,
.content-address {
    font-size: 16px;
    line-height: 1.75;
}

.content-section p,
.content-address {
    margin: 0 0 16px;
}

.content-list {
    margin: 0 0 16px 22px;
    padding: 0;
}

.content-subheading {
    margin: 18px 0 8px;
    color: var(--lv-bronze);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--lv-sans);
}

.translation-note {
    margin-top: 24px;
    padding: 14px 16px;
    border-left: 3px solid var(--lv-tan);
    background: #fffaf4;
}

.translation-note p {
    margin: 0;
    color: var(--lv-brown);
    font-size: 15px;
    line-height: 1.7;
}

#footer {
    text-align: center;
}

.footer-links {
    text-align: center;
    line-height: 1.8;
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.about-store-links .store-badges {
    justify-content: center;
}

.store-badge-link {
    display: inline-block;
}

.store-badge-image {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
}

.store-badge-image-ios {
    width: 156px;
}

.store-badge-image-android {
    width: 176px;
}

#pages p {
    font-size: 2em;
    text-align: center;
    padding: 4px;
}

@media screen and (max-width: 768px) {
    .person-header {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 22px;
    }

    .person-portrait {
        width: 128px;
        height: 128px;
    }

    .person-biography {
        width: 100%;
    }

    .about-page,
    .content-page {
        padding-top: 6px;
    }

    .about-header,
    .content-header {
        margin-bottom: 16px;
    }

    .about-title,
    .content-title {
        font-size: 30px;
    }

    .about-icon {
        float: none !important;
        display: block;
        width: 160px;
        max-width: none;
        margin: 0 auto 20px;
    }

    .about-section p {
        font-size: 16px;
        line-height: 1.7;
    }

    .about-section h2 {
        font-size: 15px;
        line-height: 1.5;
    }

    .about-footer,
    .content-footer {
        margin-top: 44px;
    }

    .content-section h2 {
        font-size: 18px;
    }

    .store-badges {
        justify-content: center;
        gap: 12px;
    }

    .store-badge-image-ios {
        width: 144px;
    }

    .store-badge-image-android {
        width: 162px;
    }
}
