.han-doc-wrap,
.han-doc-wrap * {
    box-sizing: border-box;
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

.han-doc-wrap {
    width: 100%;
    position: relative;
}

.han-doc-head {
    max-width: 920px;
    margin-bottom: 42px;
}

.han-doc-eyebrow {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b6a46f;
    margin-bottom: 14px;
}

.han-doc-title {
    margin: 0;
    padding: 0;
    font-size: 48px;
    line-height: 1.12;
    letter-spacing: -1.4px;
    font-weight: 700;
    color: #101114;
}

.han-doc-desc {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    color: #667085;
    max-width: 790px;
}

.han-doc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.han-doc-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.han-doc-hover-yes .han-doc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(17, 24, 39, .13);
    border-color: rgba(182, 164, 111, .45);
}

.han-doc-media {
    position: relative;
    height: 390px;
    overflow: hidden;
    background: #f3f4f6;
    border-radius: 8px 8px 0 0;
}

.han-doc-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.10) 100%);
    pointer-events: none;
}

.han-doc-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .55s ease;
}

.han-doc-card:hover .han-doc-media img {
    transform: scale(1.045);
}

.han-doc-content {
    padding: 24px 26px 26px;
    background: #fff;
    text-align: center;
}

.han-doc-name {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #111;
}

.han-doc-role {
    margin-top: 9px;
    color: #b6a46f;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.han-doc-area {
    margin-top: 5px;
    color: #475467;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.han-doc-bio {
    margin-top: 14px;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

.han-doc-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.han-doc-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f7f4ea;
    color: #8d7b45;
    text-decoration: none !important;
    transition: background .24s ease, color .24s ease, transform .24s ease, box-shadow .24s ease;
}

.han-doc-social a:hover {
    background: #b6a46f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(182, 164, 111, .26);
}

.han-doc-social svg {
    display: block;
    width: 17px;
    height: 17px;
}

@media (max-width: 1024px) {
    .han-doc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .han-doc-title {
        font-size: 40px;
    }

    .han-doc-media {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .han-doc-head {
        margin-bottom: 28px;
    }

    .han-doc-eyebrow {
        font-size: 12px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .han-doc-title {
        font-size: 32px;
        line-height: 1.18;
        letter-spacing: -.8px;
    }

    .han-doc-desc {
        font-size: 15px;
        line-height: 1.75;
        margin-top: 14px;
    }

    .han-doc-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .han-doc-media {
        height: 360px;
    }

    .han-doc-content {
        padding: 22px 18px 24px;
    }

    .han-doc-name {
        font-size: 22px;
    }
}
