.manager-page {
    background: #f3efe8;
}

.manager-hero {
    background:
        linear-gradient(135deg, #181818 0%, #5c1713 52%, #c62518 100%);
    color: #fff;
}

.manager-hero-inner {
    max-width: 1120px;
    padding-top: 106px;
    padding-bottom: 98px;
}

.manager-eyebrow {
    margin: 0 0 16px;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--yellow);
}

.manager-hero h1 {
    margin: 0 0 24px;
    max-width: 1080px;
    font-size: clamp(2.3rem, 5vw, 4.1rem);
    line-height: 1.05;
    text-wrap: balance;
}

.manager-hero p {
    margin: 0;
    max-width: 1040px;
    font-size: clamp(1.06rem, 1.45vw, 1.28rem);
    line-height: 1.65;
    color: #f6f3ef;
}

.manager-hero p + p {
    margin-top: 18px;
}

.manager-content {
    padding: 74px 0 46px;
}

.manager-article {
    background: #fff;
    border: 1px solid #e7ddd0;
    border-radius: 34px;
    box-shadow: 0 24px 60px rgba(28, 31, 37, 0.08);
    padding: clamp(28px, 4vw, 52px);
}

.manager-copy + .manager-copy,
.manager-visuals + .manager-copy,
.manager-copy + .manager-visuals {
    margin-top: 42px;
}

.manager-copy h2,
.manager-cta h2 {
    margin: 0 0 18px;
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    line-height: 1.14;
    color: #171a1f;
}

.manager-copy p {
    margin: 0 0 18px;
    font-size: clamp(1rem, 1.12vw, 1.08rem);
    line-height: 1.78;
    color: #292d33;
}

.manager-copy p:last-child {
    margin-bottom: 0;
}

.manager-copy a {
    color: var(--red);
    text-decoration: underline;
    text-underline-offset: 0.14em;
    font-weight: 600;
}

.manager-copy--accent {
    padding-top: 10px;
    border-top: 1px solid #eee3d5;
}

.manager-visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.manager-visual-card {
    margin: 0;
    overflow: hidden;
    border-radius: 26px;
    background: #f6f2eb;
    border: 1px solid #e4d7c8;
}

.manager-visual-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.manager-visual-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
}

.manager-visual-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    line-height: 1.16;
    color: #171a1f;
    text-wrap: balance;
}

.manager-visual-copy p {
    margin: 0 0 16px;
    font-size: clamp(1rem, 1.08vw, 1.06rem);
    line-height: 1.72;
    color: #292d33;
}

.manager-visual-copy p:last-child {
    margin-bottom: 0;
}

.manager-cta {
    padding: 0 0 82px;
}

.manager-cta-inner {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.2fr) auto;
    align-items: center;
    padding: 42px 44px;
    border-radius: 30px;
    background: var(--red);
    color: #fff;
}

.manager-cta h2 {
    color: #fff;
}

.manager-cta p {
    margin: 0 0 18px;
    max-width: 760px;
    font-size: clamp(1rem, 1.12vw, 1.08rem);
    line-height: 1.72;
    color: #fff;
}

.manager-cta p:last-child {
    margin-bottom: 0;
}

.manager-cta-actions {
    display: flex;
    justify-content: flex-end;
}

.manager-cta .btn-red {
    background: #111;
    color: #fff;
    min-width: 300px;
    text-align: center;
}

@media (max-width: 920px) {
    .manager-visuals,
    .manager-cta-inner {
        grid-template-columns: 1fr;
    }

    .manager-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .manager-hero-inner {
        padding-top: 76px;
        padding-bottom: 72px;
    }

    .manager-content {
        padding-top: 42px;
    }

    .manager-article {
        border-radius: 26px;
        padding: 24px 20px;
    }

    .manager-copy + .manager-copy,
    .manager-visuals + .manager-copy,
    .manager-copy + .manager-visuals {
        margin-top: 30px;
    }

    .manager-visual-card {
        border-radius: 22px;
    }

    .manager-visual-copy {
        padding: 0;
    }

    .manager-visual-card img {
        min-height: 220px;
    }

    .manager-cta {
        padding-bottom: 54px;
    }

    .manager-cta-inner {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .manager-cta .btn-red {
        min-width: 0;
        width: 100%;
    }
}
