.skh-officer-page {
    background: #fff;
    color: #253044;
}

.skh-officer-breadcrumb {
    padding: 16px 0;
    background: #faf7f2;
    border-bottom: 1px solid #eee4da;
}

.skh-officer-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

.skh-officer-breadcrumb__list a {
    color: #7b211b;
    text-decoration: none;
}

.skh-officer-breadcrumb__list span {
    color: #667085;
}

.skh-officer-message {
    padding: 72px 0;
    background: #fff;
}

.skh-officer-profile {
    border: 1px solid #e8e1d8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.skh-officer-profile__image {
    aspect-ratio: 4 / 4.7;
    background: #f4f4f4;
}

.skh-officer-profile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.skh-officer-profile__identity {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 42px 28px;
    background:
        linear-gradient(135deg, rgba(123, 33, 27, .94), rgba(37, 48, 68, .96));
    color: #fff;
    text-align: center;
}

.skh-officer-profile__initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
}

.skh-officer-profile__label {
    max-width: 230px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.skh-officer-profile__body {
    padding: 24px;
    border-top: 4px solid #d98a20;
}

.skh-officer-profile__name {
    margin: 0 0 8px;
    color: #7b211b;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;
}

.skh-officer-profile__role,
.skh-officer-profile__institution {
    display: block;
    color: #4b5563;
    line-height: 1.6;
}

.skh-officer-profile__role {
    font-weight: 600;
}

.skh-officer-content {
    max-width: 820px;
}

.skh-officer-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #c66f16;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
}

.skh-officer-heading {
    margin: 0 0 22px;
    color: #7b211b;
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.18;
    font-weight: 800;
}

.skh-officer-lead {
    margin: 0 0 28px;
    padding: 20px 22px;
    background: #fff8ee;
    border-left: 4px solid #d98a20;
    color: #273244;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 500;
}

.skh-officer-text p {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.85;
}

.skh-officer-signature {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #e8e1d8;
}

.skh-officer-signature strong {
    display: block;
    color: #7b211b;
    font-size: 19px;
    margin-bottom: 4px;
}

.skh-officer-signature span {
    display: block;
    color: #4b5563;
    line-height: 1.55;
}

.skh-officer-section {
    padding: 68px 0;
    background: #faf7f2;
}

.skh-officer-section--white {
    background: #fff;
}

.skh-officer-infra-band {
    min-height: 480px;
    display: flex;
    align-items: center;
    padding: 74px 0;
    background-image: linear-gradient(rgba(14, 31, 55, .24), rgba(14, 31, 55, .28)), url('../../../uploads/infrastructures/1781163281_6a2a65115b987.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.skh-officer-infra-panel {
    max-width: 1100px;
    padding: 48px 44px;
    background: rgba(12, 31, 55, .88);
    color: #fff;
}

.skh-officer-infra-title span {
    display: block;
    margin-bottom: 8px;
    color: #f0a928;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.skh-officer-infra-title h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: .98;
    font-weight: 800;
    text-transform: uppercase;
}

.skh-officer-infra-title i {
    display: block;
    width: 54px;
    height: 10px;
    margin-top: 26px;
    background: linear-gradient(90deg, #f0a928 0 18%, transparent 18% 30%, #f0a928 30% 48%, transparent 48% 60%, #f0a928 60% 78%, transparent 78% 100%);
}

.skh-officer-infra-copy {
    max-width: 720px;
}

.skh-officer-infra-lead {
    margin: 0 0 22px;
    color: #fff;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 700;
}

.skh-officer-infra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.skh-officer-infra-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
}

.skh-officer-infra-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: rgba(240, 169, 40, .14);
    color: #f0a928;
    font-size: 15px;
}

.skh-officer-infra-item h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.skh-officer-infra-item p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .skh-officer-infra-band {
        padding: 58px 0;
    }

    .skh-officer-infra-panel {
        padding: 36px 28px;
    }

    .skh-officer-infra-copy {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .skh-officer-infra-band {
        padding: 46px 0;
        min-height: auto;
    }

    .skh-officer-infra-panel {
        padding: 28px 22px;
    }

    .skh-officer-infra-grid {
        grid-template-columns: 1fr;
    }
}
.skh-officer-quote-box {
    max-width: 980px;
    margin: 0 auto;
    padding: 36px;
    border: 1px solid #e8e1d8;
    border-top: 5px solid #7b211b;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.skh-officer-quote-box p {
    margin: 0;
    color: #253044;
    font-size: clamp(21px, 2.4vw, 30px);
    line-height: 1.5;
    font-weight: 700;
}

.skh-officer-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.skh-officer-step {
    padding: 14px 12px;
    border-radius: 6px;
    background: #faf7f2;
    color: #7b211b;
    font-weight: 700;
    border: 1px solid #eadfce;
}

.skh-officer-cta-panel {
    padding: 40px;
    border-radius: 8px;
    background: #7b211b;
    color: #fff;
}

.skh-officer-cta-panel h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 800;
}

.skh-officer-cta-panel p {
    max-width: 800px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.75;
}

.skh-officer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.skh-officer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
}

.skh-officer-btn--primary,
.skh-officer-btn--primary:hover {
    background: #d98a20;
    color: #fff;
}

.skh-officer-btn--secondary,
.skh-officer-btn--secondary:hover {
    background: #fff;
    color: #7b211b;
}

@media (max-width: 991.98px) {
    .skh-officer-message,
    .skh-officer-section {
        padding: 54px 0;
    }

    .skh-officer-profile {
        max-width: 520px;
        margin: 0 auto;
    }

    .skh-officer-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .skh-officer-message,
    .skh-officer-section {
        padding: 42px 0;
    }

    .skh-officer-lead,
    .skh-officer-quote-box,
    .skh-officer-cta-panel {
        padding: 22px;
    }

    .skh-officer-steps {
        grid-template-columns: 1fr;
    }

    .skh-officer-actions,
    .skh-officer-btn {
        width: 100%;
    }
}




