.publisher-page {
    background: #f3f5f7;
    color: #182033;
}

.publisher-container {
    max-width: 1320px;
}

.publisher-hero {
    padding: 32px 0 58px;
    background: #fff;
    border-bottom: 1px solid #e1e6eb;
}

.publisher-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #687386;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
}

.publisher-back:hover {
    color: #159c5e;
}

.publisher-hero__grid {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;
    gap: 38px;
    max-width: 980px;
}

.publisher-avatar {
    display: block;
    width: 180px;
    height: 180px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 15px 38px rgba(24, 32, 51, 0.13);
}

.publisher-label,
.publisher-method header > span,
.publisher-bio > span,
.publisher-tip span,
.publisher-cta span {
    color: #159c5e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.publisher-hero h1 {
    margin: 7px 0 4px;
    color: #182033;
    font-size: clamp(40px, 6vw, 58px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.publisher-role {
    margin: 0;
    color: #159c5e;
    font-size: 18px;
    font-weight: 700;
}

.publisher-hero__intro {
    max-width: 650px;
    margin: 13px 0 0;
    color: #687386;
    font-size: 15px;
    line-height: 1.65;
}

.publisher-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.publisher-areas span {
    padding: 7px 11px;
    border-radius: 999px;
    background: #e9f8f1;
    color: #147a4e;
    font-size: 11px;
    font-weight: 700;
}

.publisher-content {
    padding: 48px 0 68px;
}

.publisher-content > .publisher-container {
    display: grid;
    grid-template-columns: minmax(0, 980px) minmax(260px, 300px);
    column-gap: 38px;
    align-items: start;
}

.publisher-bio,
.publisher-editorial,
.publisher-method,
.publisher-interview,
.publisher-tip,
.publisher-cta {
    grid-column: 1;
}

.publisher-bio {
    max-width: 980px;
    padding: 34px;
    border: 1px solid #e0e5ea;
    border-radius: 16px;
    background: #fff;
}

.publisher-stores {
    grid-column: 2;
    grid-row: 1 / span 6;
    position: sticky;
    top: 22px;
    overflow: hidden;
    border: 1px solid #e0e5ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(24, 32, 51, 0.06);
}

.publisher-stores header {
    padding: 24px 22px 19px;
    border-bottom: 1px solid #e8ecf0;
}

.publisher-stores header > span {
    color: #159c5e;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.publisher-stores h2 {
    margin: 7px 0 5px;
    color: #182033;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.publisher-stores header p {
    margin: 0;
    color: #7a8495;
    font-size: 12px;
}

.publisher-stores__list {
    padding: 8px 12px;
}

.publisher-stores__list > a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 10px 8px;
    border-bottom: 1px solid #edf0f3;
    color: #182033;
    text-decoration: none;
}

.publisher-stores__list > a:last-child {
    border-bottom: 0;
}

.publisher-store-logo {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e3e7eb;
    border-radius: 9px;
    background: #fff;
    color: #159c5e;
    font-size: 17px;
    font-weight: 800;
}

.publisher-store-logo img {
    display: block;
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

.publisher-store-name {
    min-width: 0;
}

.publisher-store-name strong,
.publisher-store-name small {
    display: block;
}

.publisher-store-name strong {
    overflow: hidden;
    color: #263044;
    font-size: 13px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publisher-store-name small {
    margin-top: 2px;
    color: #8992a1;
    font-size: 10px;
}

.publisher-stores__list > a > i {
    color: #adb4bf;
    font-size: 11px;
}

.publisher-stores__list > a:hover strong,
.publisher-stores__list > a:hover > i {
    color: #159c5e;
}

.publisher-stores__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: 1px solid #e8ecf0;
    background: #fbfcfc;
    color: #147a4e;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.publisher-stores__empty {
    margin: 0;
    padding: 22px;
    color: #687386;
    font-size: 13px;
}

.publisher-bio > p {
    margin: 0 0 18px;
    color: #252a36;
    font-size: 18px;
    line-height: 1.7;
}
.publisher-bio > p:last-of-type {
    margin-bottom: 28px;
}

.publisher-signature {
    display: flex;
    align-items: center;
    gap: 14px;
}

.publisher-signature img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.publisher-signature strong,
.publisher-signature small {
    display: block;
}

.publisher-signature strong {
    margin-bottom: 3px;
    color: #182033;
    font-size: 17px;
}

.publisher-signature small {
    color: #687386;
    font-size: 13px;
}

.publisher-method {
    max-width: 980px;
    padding: 62px 0;
}

.publisher-method header {
    margin-bottom: 28px;
}

.publisher-method h2 {
    margin: 7px 0 0;
    color: #182033;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.publisher-method__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.publisher-method__grid article {
    padding: 23px;
    border: 1px solid #e0e5eb;
    border-radius: 13px;
    background: #fff;
}

.publisher-method__grid i {
    color: #159c5e;
    font-size: 25px;
}

.publisher-method__grid h3 {
    margin: 15px 0 7px;
    color: #182033;
    font-size: 18px;
}

.publisher-method__grid p {
    margin: 0;
    color: #687386;
    font-size: 13px;
    line-height: 1.65;
}

.publisher-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    gap: 44px;
    max-width: 980px;
    padding: 60px 0 0;
}

.publisher-editorial__copy > span,
.publisher-interview header > span {
    color: #159c5e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.publisher-editorial__copy h2,
.publisher-interview h2 {
    margin: 7px 0 19px;
    color: #182033;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.publisher-editorial__copy p {
    margin: 0 0 15px;
    color: #566174;
    font-size: 15px;
    line-height: 1.75;
}

.publisher-editorial__checklist {
    align-self: start;
    padding: 25px;
    border-radius: 14px;
    background: #182033;
    box-shadow: 0 14px 34px rgba(24, 32, 51, 0.12);
}

.publisher-editorial__checklist h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 17px;
}

.publisher-editorial__checklist ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.publisher-editorial__checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #dce3ed;
    font-size: 13px;
    line-height: 1.5;
}

.publisher-editorial__checklist i {
    flex: 0 0 22px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #20bb73;
    color: #fff;
    font-size: 12px;
}

.publisher-interview {
    max-width: 980px;
    padding: 0 0 55px;
}

.publisher-interview header {
    margin-bottom: 25px;
}

.publisher-interview__questions {
    overflow: hidden;
    border: 1px solid #e0e5eb;
    border-radius: 14px;
    background: #fff;
}

.publisher-interview__questions article {
    display: grid;
    grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1.45fr);
    gap: 35px;
    padding: 25px 28px;
    border-bottom: 1px solid #e7ebef;
}

.publisher-interview__questions article:last-child {
    border-bottom: 0;
}

.publisher-interview__questions h3 {
    margin: 0;
    color: #182033;
    font-size: 16px;
    line-height: 1.45;
}

.publisher-interview__questions p {
    margin: 0;
    color: #687386;
    font-size: 14px;
    line-height: 1.7;
}

.publisher-tip {
    display: flex;
    gap: 17px;
    max-width: 980px;
    padding: 25px 28px;
    border: 1px solid #cde8da;
    border-radius: 14px;
    background: #eaf8f1;
}

.publisher-tip > i {
    flex: 0 0 auto;
    color: #159c5e;
    font-size: 28px;
}

.publisher-tip p {
    margin: 7px 0 0;
    color: #41584b;
    font-size: 15px;
    line-height: 1.65;
}

.publisher-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    max-width: 980px;
    margin-top: 28px;
    padding: 29px 32px;
    border-radius: 14px;
    background: #182033;
}

.publisher-cta h2 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 22px;
}

.publisher-cta a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 9px;
    background: #20bb73;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .publisher-hero__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .publisher-avatar {
        width: 140px;
        height: 140px;
    }

    .publisher-hero h1 {
        font-size: 40px;
    }

    .publisher-bio {
        padding: 25px 21px;
    }

    .publisher-bio > p {
        font-size: 18px;
    }

    .publisher-method__grid {
        grid-template-columns: 1fr;
    }

    .publisher-editorial {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .publisher-interview__questions article {
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 22px 20px;
    }

    .publisher-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 25px 22px;
    }
}

@media (max-width: 991.98px) {
    .publisher-content > .publisher-container {
        grid-template-columns: minmax(0, 1fr);
    }

    .publisher-stores {
        grid-column: 1;
        grid-row: auto;
        position: static;
        margin-top: 28px;
    }

    .publisher-editorial {
        margin-top: 0;
    }
}
