.blog-author-page {
    background:
        linear-gradient(180deg, #fbf7f1 0%, #fffdf9 24%, #f6f8f5 100%);
}

.blog-author-hero-shell {
    background:
        radial-gradient(circle at top right, rgba(217,111,50,.18), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.88) 0%, rgba(255,250,244,.95) 48%, rgba(239,246,244,.94) 100%);
    box-shadow: 0 28px 60px rgba(23,49,58,.10);
}

.blog-author-hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

.blog-author-hero-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.blog-author-hero-eyebrow {
    margin-bottom: 0.8rem;
    color: #6a7a80;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-author-title {
    margin: 0 0 0.85rem;
    color: var(--countries-ink);
    font-size: clamp(2.35rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.blog-author-lead {
    max-width: 46rem;
    color: #61767d;
    font-size: 1.04rem;
    line-height: 1.75;
}

.blog-author-lead > :last-child {
    margin-bottom: 0;
}

.blog-author-stat {
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .blog-author-hero-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-author-title {
        font-size: 2rem;
        line-height: 1.02;
    }
}
