.radbor-author-profile-active {
    background: #111;
}

.radbor-author-page {
    min-height: 70vh;
    overflow: hidden;
    background: #111;
    color: #f5f5f5;
}

.radbor-author-page *,
.radbor-author-page *::before,
.radbor-author-page *::after {
    box-sizing: border-box;
}

.radbor-author-container {
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
}

.radbor-author-hero {
    padding: clamp(70px, 8vw, 140px) 0 clamp(80px, 9vw, 150px);
}

.radbor-author-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr);
    gap: clamp(54px, 8vw, 130px);
    align-items: end;
}

.radbor-author-kicker,
.radbor-author-section-label {
    margin-bottom: 24px;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.radbor-author-hero h1 {
    max-width: 940px;
    margin: 0;
    color: #f7f7f7;
    font-size: clamp(60px, 8vw, 132px);
    font-weight: 400;
    letter-spacing: -.065em;
    line-height: .91;
}

.radbor-author-position {
    margin-top: 30px;
    color: #f7f7f7;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.25;
}

.radbor-author-intro {
    max-width: 800px;
    margin-top: 32px;
    color: #989898;
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.55;
}

.radbor-author-intro p,
.radbor-author-richtext p {
    margin: 0 0 1em;
}

.radbor-author-intro p:last-child,
.radbor-author-richtext p:last-child {
    margin-bottom: 0;
}

.radbor-author-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 38px;
    color: #7f7f7f;
    font-size: 15px;
}

.radbor-author-links a {
    position: relative;
    color: #f5f5f5;
    text-decoration: none;
}

.radbor-author-links a::after {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.radbor-author-links a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.radbor-author-photo-wrap {
    position: relative;
}

.radbor-author-photo-wrap::before {
    display: block;
    padding-top: 124%;
    content: "";
}

.radbor-author-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.radbor-author-details {
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
}

.radbor-author-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
}

.radbor-author-biography,
.radbor-author-expertise {
    padding: clamp(64px, 8vw, 120px) 0;
}

.radbor-author-biography {
    padding-right: clamp(50px, 8vw, 130px);
}

.radbor-author-expertise {
    padding-left: clamp(50px, 7vw, 110px);
    border-left: 1px solid #292929;
}

.radbor-author-richtext {
    max-width: 820px;
    color: #aaa;
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.65;
}

.radbor-author-richtext a {
    color: #f5f5f5;
}

.radbor-author-expertise ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.radbor-author-fact-group + .radbor-author-fact-group {
    margin-top: 54px;
}

.radbor-author-expertise li {
    position: relative;
    padding: 16px 0 16px 24px;
    border-bottom: 1px solid #292929;
    color: #f5f5f5;
    font-size: clamp(17px, 1.3vw, 20px);
    line-height: 1.35;
}

.radbor-author-expertise li::before {
    position: absolute;
    top: 16px;
    left: 0;
    content: "+";
}

.radbor-author-articles {
    padding: clamp(90px, 10vw, 160px) 0 clamp(100px, 11vw, 180px);
}

.radbor-author-articles-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: clamp(50px, 6vw, 86px);
}

.radbor-author-articles h2 {
    max-width: 1050px;
    margin: 0;
    color: #f7f7f7;
    font-size: clamp(46px, 6vw, 92px);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .98;
}

.radbor-author-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px 28px;
}

.radbor-author-post-card {
    min-width: 0;
}

.radbor-author-post-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1.08;
    margin-bottom: 22px;
    background: linear-gradient(145deg, #202020, #0c0c0c);
}

.radbor-author-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.radbor-author-post-image > span {
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, #313131 0, #151515 44%, #0c0c0c 100%);
}

.radbor-author-post-card:hover .radbor-author-post-image img {
    transform: scale(1.035);
}

.radbor-author-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 17px;
    color: #686868;
    font-size: 13px;
    line-height: 1.4;
}

.radbor-author-post-meta a {
    color: inherit;
    text-decoration: none;
}

.radbor-author-post-card h3 {
    margin: 0;
    color: #f5f5f5;
    font-size: clamp(23px, 2vw, 31px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.radbor-author-post-card h3 a {
    color: inherit;
    text-decoration: none;
}

.radbor-author-read-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    margin-top: 28px;
    padding: 10px 23px;
    border-radius: 999px;
    background: #f5f5f5;
    color: #111;
    font-size: 14px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.radbor-author-read-more:hover {
    background: #d9d9d9;
    color: #111;
}

.radbor-author-pagination {
    margin-top: 90px;
}

.radbor-author-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.radbor-author-pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 42px;
    height: 42px;
    border: 1px solid #333;
    border-radius: 50%;
    color: #f5f5f5;
    text-decoration: none;
}

.radbor-author-pagination .page-numbers.current,
.radbor-author-pagination a.page-numbers:hover {
    border-color: #f5f5f5;
    background: #f5f5f5;
    color: #111;
}

.radbor-author-no-posts {
    padding: 70px 0;
    border-top: 1px solid #292929;
    color: #8b8b8b;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .radbor-author-container {
        width: min(100% - 40px, 1440px);
    }

    .radbor-author-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(290px, .65fr);
        gap: 50px;
    }

    .radbor-author-details-grid {
        grid-template-columns: 1fr 1fr;
    }

    .radbor-author-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .radbor-author-container {
        width: calc(100% - 32px);
    }

    .radbor-author-hero {
        padding: 54px 0 72px;
    }

    .radbor-author-hero-grid {
        display: flex;
        flex-direction: column-reverse;
        gap: 42px;
        align-items: stretch;
    }

    .radbor-author-photo-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 60px;
    }

    .radbor-author-hero h1 {
        font-size: clamp(54px, 17vw, 82px);
    }

    .radbor-author-position {
        margin-top: 22px;
    }

    .radbor-author-intro {
        margin-top: 24px;
    }

    .radbor-author-details-grid {
        display: block;
    }

    .radbor-author-biography,
    .radbor-author-expertise {
        padding: 64px 0;
    }

    .radbor-author-biography {
        padding-right: 0;
    }

    .radbor-author-expertise {
        padding-left: 0;
        border-top: 1px solid #292929;
        border-left: 0;
    }

    .radbor-author-articles {
        padding: 80px 0 110px;
    }

    .radbor-author-post-grid {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .radbor-author-post-image {
        aspect-ratio: 1.1 / 1;
    }

    .radbor-author-pagination {
        margin-top: 64px;
    }
}
