.authors-archive-shell,
.author-profile-shell {
    display: grid;
    gap: 28px;
}

.author-archive-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.95fr);
    gap: 24px;
    padding: 32px;
    border-radius: 28px;
    background: #ffffff;
}

.author-archive-copy-wrap {
    color: #fff;
}

.author-archive-eyebrow,
.author-directory-eyebrow,
.author-articles-kicker,
.author-profile-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #000000;
}

.author-archive-title {
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.08;
    font-weight: 800;
    color: #133B5C;
}

.author-archive-copy {
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.8;
    color: #5f7586;
}

.author-archive-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.author-archive-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #133B5C;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.author-archive-stats {
    display: grid;
    gap: 14px;
    align-content: center;
}

.author-archive-stat,
.author-profile-stat {
    padding: 12px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    color: #123654;
    border: 1px solid rgba(18, 54, 84, 0.08);
}

.author-archive-stat strong,
.author-profile-stat strong {
    display: block;
    font-size: 1.55rem;
    line-height: 1;
}

.author-archive-stat span,
.author-profile-stat span {
    display: block;
    margin-bottom: 8px;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5e7688;
}

.author-directory-panel,
.author-articles-section {
    padding: 28px;
    border-radius: 24px;
    background: #ffffff;
}

.author-directory-head,
.author-articles-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 24px;
}

.author-directory-title,
.author-articles-title {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 800;
    color: #11263a;
}

.author-directory-note,
.author-articles-summary {
    max-width: 360px;
    margin-left: auto;
    text-align: right;
    color: #5f7586;
    line-height: 1.7;
}

.author-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(18, 54, 84, 0.08);
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.author-card-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.author-card-copy {
    flex: 1 1 auto;
}

.author-card-topline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.author-card-avatar,
.author-profile-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 72px;
    border: 3px solid rgba(18, 54, 84, 0.08);
}

.author-profile-avatar {
    width: 108px;
    height: 108px;
    flex-basis: 108px;
}

.author-card-avatar-logo,
.author-profile-avatar-logo {
    padding: 10px;
    border-radius: 22px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.96);
}

.author-profile-avatar-logo {
    border-radius: 28px;
}

.author-card-avatar-fallback,
.author-profile-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #123654, #2b7ca7);
    color: #fff;
    font-weight: 800;
}

.author-card-avatar-fallback {
    font-size: 1.8rem;
}

.author-profile-avatar-fallback {
    font-size: 2.4rem;
}

.author-card-role,
.author-profile-kicker {
    color: #597387;
}

.author-card-name {
    font-size: 1.35rem;
    font-weight: 800;
    color: #11263a;
}

.author-card-position,
.author-profile-position {
    margin: 0;
    color: #6a7f90;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.65;
}

.author-card-meta {
    color: #61798b;
    font-size: 0.95rem;
}

.author-card-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #edf3f7;
    color: #6a7f8f;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.author-card-status.is-active {
    background: rgba(31, 122, 76, 0.12);
    color: #1f7a4c;
}

.author-card-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.author-card-stat-pill,
.author-card-social-chip,
.author-card-social-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef4f8;
    color: #164464;
    font-size: 0.84rem;
    font-weight: 600;
}

.author-card-social-link,
.author-profile-social {
    gap: 8px;
    text-decoration: none;
}

.author-card-social-link:hover {
    background: #dbe7ef;
    color: #0d2840;
    transform: translateY(-1px);
}

.author-card-bio,
.author-profile-bio {
    margin: 0;
    color: #425a6c;
    line-height: 1.8;
}

.author-card-socials,
.author-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.author-card-footer {
    margin-top: auto;
}

.author-card-link,
.author-profile-link,
.author-profile-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.author-card-link,
.author-profile-link {
    background: #123654;
    color: #fff;
}

.author-card-link:hover,
.author-profile-link:hover {
    background: #0d2840;
    color: #fff;
    transform: translateY(-1px);
}

.author-profile-social {
    background: #edf3f7;
    color: #123654;
}

.author-profile-social:hover {
    background: #dce7ee;
    color: #0d2840;
}

.author-card-link-arrow {
    font-size: 0.95rem;
}

.author-profile-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.9fr);
    gap: 24px;
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
}

.author-profile-copy {
    color: #fff;
}

.author-profile-head {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.author-profile-heading {
    min-width: 0;
}

.author-profile-title {
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.06;
    font-weight: 800;
    color: #133B5C;
}

.author-profile-position {
    max-width: 760px;
    font-size: 1.08rem;
}

.author-profile-bio {
    max-width: 700px;
}

.author-profile-bio-block {
    max-width: 880px;
    margin-top: 18px;
}

.author-profile-actions {
    margin-top: 24px;
}

.author-profile-stats {
    display: grid;
    gap: 14px;
    align-content: start;
}

.author-article-card {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(18, 54, 84, 0.08);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.author-article-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dfe8ee;
}

.author-article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.author-article-card:hover .author-article-image {
    transform: scale(1.04);
}

.author-article-type {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(15, 45, 70, 0.84);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.author-article-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px 18px 20px;
}

.author-article-meta {
    margin: 0;
    color: #6b7f8f;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.author-article-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.45;
}

.author-article-title a {
    color: #11263a;
    text-decoration: none;
}

.author-article-title a:hover {
    color: #164464;
}

.author-article-excerpt {
    margin: 0;
    color: #516677;
    line-height: 1.75;
    font-size: 0.95rem;
}

.author-load-more-wrapper {
    margin-top: 28px;
}

.author-load-more-btn {
    min-width: 260px;
}

@media (max-width: 991px) {
    .author-archive-hero,
    .author-profile-hero {
        grid-template-columns: 1fr;
    }

    .author-directory-head,
    .author-articles-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .author-directory-note,
    .author-articles-summary {
        margin-left: 0;
        max-width: none;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .author-archive-hero,
    .author-profile-hero,
    .author-directory-panel,
    .author-articles-section {
        padding: 22px;
    }

    .author-profile-head,
    .author-card-head {
        flex-direction: column;
    }

    .author-card-avatar,
    .author-profile-avatar {
        width: 84px;
        height: 84px;
        flex-basis: 84px;
    }

    .author-profile-title {
        font-size: 1.9rem;
    }

    .author-card-name {
        font-size: 1.2rem;
    }

    .author-load-more-btn {
        width: 100%;
        min-width: 0;
    }
}
