.hero {
    margin-bottom: 5rem;
}

.logo-wrapper {
    display: inline-block;
}

.logo-wrapper:hover {
    opacity: 0.8;
}

.author-page {
    width: min(var(--w-base), 88%);
    margin: 0 auto;
    padding: 3rem 1.5rem 6rem;
}

.author-page section {
    margin-bottom: 5rem;
}

.author-page h1 {
    font-size: clamp(2.6rem, 8vw, 4.8rem);
    font-weight: normal;
    line-height: 1;
    margin-bottom: 2rem;
}

.author-page h2 {
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    margin-bottom: 1.4rem;
    opacity: 0.78;
}

.author-page p,
.author-page li,
.author-page a {
    font-size: var(--fs-body);
    line-height: 1.9;
    color: inherit;
}

.author-label {
    display: inline-block;
    margin-bottom: 1.5rem;
    opacity: 0.7;
    letter-spacing: 0.08em;
}

.author-intro {
    max-width: var(--w-narrow);
    font-size: var(--fs-lead);
}

/* author-origin, author-biography, author-crossing:
   herdam estilos de .author-page — sem regras adicionais */

.author-fragment p {
    font-style: italic;
    opacity: 0.84;
}

.author-notes ul,
.author-works ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}

.author-works li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
}

.author-notes li {
    margin-bottom: 0.9rem;
    opacity: 0.92;
}

.author-works em {
    font-style: italic;
    opacity: 0.92;
}

.notes-intro {
    margin-bottom: 1.5rem;
    opacity: 0.78;
}

.author-contact a,
.author-works a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    transition: opacity 0.3s ease;
}

.author-works a {
    margin-top: 2rem;
    opacity: 0.78;
    gap: 0.2rem;
}

.author-works a::after {
    content: " →";
}

.author-contact a {
    margin-top: 1rem;
    opacity: 0.7;
}

.author-contact a:hover,
.author-works a:hover {
    opacity: 1;
}

.author-closing {
    padding-top: 4rem;
}

.author-closing p {
    font-size: var(--fs-small);
    opacity: 0.78;
}

@media (max-width: 600px) {
    .author-page {
        width: min(92%, var(--w-base));
        padding: 5rem 1.25rem 7rem;
    }

    .author-page section {
        margin-bottom: 4rem;
    }

    .author-page p,
    .author-page li,
    .author-page a {
        font-size: var(--fs-body);
        line-height: 1.85;
    }

    .author-intro {
        font-size: var(--fs-lead);
    }
}

@media (prefers-color-scheme: dark) {

    .author-fragment p {
        opacity: 0.72;
    }

    .author-contact a {
        opacity: 0.82;
    }

}
