.page-main .worker.worker--editorial {
    margin: clamp(60px, 7vw, 20px) 0;
    opacity: 1;
    padding: 0;
    transform: none;
}

.page-main .worker--editorial .worker__head {
    margin-bottom: clamp(34px, 4vw, 58px);
}

.page-main .worker--editorial .section-title {
    margin-bottom: 0;
}

.page-main .doctors {
    padding-top: 0;
    padding-bottom: 3%;
}

.page-main .worker--editorial .worker__content {
    align-items: stretch;
    display: grid;
    gap: clamp(42px, 5vw, 78px);
    grid-template-columns: minmax(270px, .62fr) minmax(0, 1.78fr);
    margin: 0;
    padding: 0;
}

.page-main .worker--editorial .worker__portrait {
    align-self: start;
    background: transparent;
    margin: 0;
    min-height: 0;
    overflow: visible;
    position: static;
    cursor: pointer;
}

.page-main .worker--editorial .worker__portrait:focus-visible {
    outline: 2px solid #315f99;
    outline-offset: 6px;
}

.page-main .worker--editorial .worker__portrait img {
    background: #f1f3f7;
    display: block;
    height: auto;
    object-fit: contain;
    object-position: center top;
    position: static;
    width: 100%;
}

.page-main .worker--editorial .worker__portrait-caption {
    border-left: 2px solid #315f99;
    color: #17253d;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    padding: 1px 0 1px 17px;
}

.page-main .worker--editorial .worker__portrait-caption span {
    color: #6d7f97;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    order: 2;
}

.page-main .worker--editorial .worker__portrait-caption strong {
    font-size: clamp(19px, 1.5vw, 23px);
    font-weight: 600;
    line-height: 1.22;
    order: 1;
}

.worker-profile[hidden] { display: none !important; }

.worker-profile {
    align-items: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(71, 109, 169, .74);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 10050;
}

.worker-profile__backdrop {
    background: transparent;
    border: 0;
    inset: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
}

.worker-profile__dialog {
    background: #fff;
    box-shadow: 0 28px 80px rgba(18, 37, 61, .22);
    max-height: calc(100vh - 48px);
    max-width: 920px;
    overflow: auto;
    padding: clamp(34px, 5vw, 68px);
    position: relative;
    width: 100%;
    z-index: 1;
}

.worker-profile__close {
    align-items: center;
    background: transparent;
    border: 1px solid #d6e0eb;
    color: #315f99;
    cursor: pointer;
    display: flex;
    font-size: 30px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 4px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 44px;
}

.worker-profile__eyebrow {
    color: #6d7f97;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.worker-profile h3 {
    color: #17253d;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.08;
    margin: 0 64px 28px 0;
}

.worker-profile__copy {
    color: #4d5c70;
    font-size: 16px;
    line-height: 1.62;
}

.worker-profile__copy img {
    height: auto;
    margin: 20px 16px 0 0;
    max-height: 80px;
    max-width: 145px;
    object-fit: contain;
    width: auto;
}

.worker-profile__actions {
    align-items: center;
    border-top: 1px solid #dbe3ed;
    display: flex;
    gap: 12px;
    margin-top: 30px;
    padding-top: 24px;
}

.worker-profile__actions button,
.worker-profile__actions a {
    align-items: center;
    border: 1px solid #315f99;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    text-decoration: none;
}

.worker-profile__actions button {
    background: #315f99;
    color: #fff;
}

.worker-profile__actions a {
    background: #fff;
    color: #315f99;
}

body.worker-profile-open { overflow: hidden; }

.page-main .worker--editorial .worker__stories {
    align-self: center;
    min-width: 0;
    position: relative;
}

.page-main .worker--editorial .worker__text {
    color: #4d5c70;
    display: none;
    font-size: 16px;
    line-height: 1.62;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.page-main .worker--editorial .worker__text.active {
    animation: mission-copy-enter .55s cubic-bezier(.2, .7, .2, 1) both;
    display: block;
}

.page-main .worker--editorial .worker__text p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 19px;
}

.page-main .worker--editorial .worker__text p:first-child {
    color: #17253d;
    font-size: clamp(21px, 1.8vw, 28px);
    font-weight: 400;
    letter-spacing: -.018em;
    line-height: 1.38;
    padding-left: 39px;
    position: relative;
}

.page-main .worker--editorial .worker__text p:first-child::before {
    color: #7597c5;
    content: '“';
    font-family: Georgia, serif;
    font-size: 65px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: -6px;
}

.page-main .worker--editorial .worker__text p:last-child {
    margin-bottom: 0;
}

.page-main .worker--editorial .worker__text p[style*='right'] {
    color: #29476f;
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
}

.page-main .worker--editorial .worker__text img {
    height: auto;
    margin: 22px 18px 0 0;
    max-height: 95px;
    max-width: 180px;
    object-fit: contain;
    width: auto;
}

.page-main .worker--editorial:not(.is-visible) .worker__head,
.page-main .worker--editorial:not(.is-visible) .worker__portrait,
.page-main .worker--editorial:not(.is-visible) .worker__stories {
    opacity: 0;
    transform: translateY(22px);
}

.page-main .worker--editorial.is-visible .worker__head,
.page-main .worker--editorial.is-visible .worker__portrait,
.page-main .worker--editorial.is-visible .worker__stories {
    animation: mission-block-enter .8s cubic-bezier(.18, .75, .2, 1) both;
}

.page-main .worker--editorial.is-visible .worker__portrait { animation-delay: .1s; }
.page-main .worker--editorial.is-visible .worker__stories { animation-delay: .2s; }

@keyframes mission-block-enter {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mission-copy-enter {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 960px) {
    .page-main .worker--editorial .worker__head {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .page-main .worker--editorial .worker__content {
        grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
    }
}

@media (max-width: 700px) {
    .page-main .worker.worker--editorial { margin: 44px 0 64px; }
    .page-main .worker--editorial .worker__head {
        display: block;
        margin-left: 0 !important;
        margin-bottom: 28px;
        margin-top: 0 !important;
        transform: none !important;
        width: 100%;
    }
    .page-main .worker--editorial .section-title {
        display: block;
        font-size: clamp(30px, 8.6vw, 38px);
        hyphens: none;
        letter-spacing: -.025em;
        line-height: 1.12;
        max-width: none !important;
        margin-left: 0 !important;
        overflow-wrap: normal;
        transform: none !important;
        width: 100% !important;
        word-break: normal;
    }
    .page-main .worker--editorial .worker__content { gap: 32px; grid-template-columns: 1fr; }
    .page-main .worker--editorial .worker__portrait { min-height: 0; }
    .page-main .worker--editorial .worker__text p:first-child { font-size: 20px; padding-left: 30px; }
    .page-main .worker--editorial .worker__text p:first-child::before { font-size: 51px; }
    .worker-profile { padding: 12px; }
    .worker-profile__dialog {
        max-height: min(72vh, 580px);
        padding: 32px 22px 26px;
    }
    .worker-profile__close { right: 12px; top: 12px; }
    .worker-profile h3 { font-size: 30px; margin-right: 42px; }
    .worker-profile__actions { align-items: stretch; flex-direction: column; }
    .worker-profile__actions button,
    .worker-profile__actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .page-main .worker--editorial:not(.is-visible) .worker__head,
    .page-main .worker--editorial:not(.is-visible) .worker__portrait,
    .page-main .worker--editorial:not(.is-visible) .worker__stories,
    .page-main .worker--editorial.is-visible .worker__head,
    .page-main .worker--editorial.is-visible .worker__portrait,
    .page-main .worker--editorial.is-visible .worker__stories,
    .page-main .worker--editorial .worker__text.active {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
