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

.han-doc-detail {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    background: #ffffff;
}

.han-doc-hero {
    display: grid;
    grid-template-columns: minmax(280px, 410px) minmax(0, 1fr);
    gap: 26px;
    align-items: stretch;
}

.han-doc-profile-card,
.han-doc-intro-card,
.han-doc-section {
    border: 1px solid rgba(182, 164, 111, .22);
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(15, 23, 42, .08);
}

.han-doc-profile-card {
    display: flex;
    flex-direction: column;
}

.han-doc-photo {
    width: 100%;
    aspect-ratio: 4 / 4.35;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: #eef2f7;
}

.han-doc-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.han-doc-profile-content {
    padding: 26px 28px 28px;
}

.han-doc-eyebrow {
    margin: 0 0 10px;
    color: #b6a46f;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.han-doc-name {
    margin: 0;
    color: #111827;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.7px;
    font-weight: 700;
}

.han-doc-role {
    margin-top: 12px;
    color: #b6a46f;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.han-doc-field {
    margin-top: 8px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
}

.han-doc-socials {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.han-doc-social {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f1e8;
    color: #111827;
    text-decoration: none !important;
    transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.han-doc-social svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

.han-doc-social:hover {
    transform: translateY(-3px);
    background: #b6a46f;
    color: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .15);
}

.han-doc-intro-card {
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.han-doc-intro-card:after {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(182,164,111,.18), transparent 70%);
    pointer-events: none;
}

.han-doc-main-title {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #111827;
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    font-weight: 700;
}

.han-doc-intro {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    max-width: 790px;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
}

.han-doc-chips {
    position: relative;
    z-index: 2;
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.han-doc-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #b6a46f;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.han-doc-sections {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.han-doc-section {
    padding: 28px;
}

.han-doc-section:nth-child(1),
.han-doc-section:nth-child(2) {
    min-height: 100%;
}

.han-doc-section-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.han-doc-section-icon {
    color: #b6a46f;
    line-height: 1.35;
    font-size: 19px;
    flex: 0 0 auto;
}

.han-doc-section-title {
    position: relative;
    margin: 0;
    padding-bottom: 13px;
    color: #111827;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.4px;
    font-weight: 700;
}

.han-doc-section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 99px;
    background: #b6a46f;
}

.han-doc-section-body {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.85;
}

.han-doc-section-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.han-doc-section-body li {
    position: relative;
    margin: 0;
    padding: 0 0 12px 20px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.85;
}

.han-doc-section-body li:last-child {
    padding-bottom: 0;
}

.han-doc-section-body li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .78em;
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: currentColor;
    opacity: .38;
}

.han-doc-section-body p {
    margin: 0 0 12px;
}

.han-doc-section-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .han-doc-hero {
        grid-template-columns: 1fr;
    }

    .han-doc-profile-card {
        display: grid;
        grid-template-columns: 280px 1fr;
        align-items: stretch;
    }

    .han-doc-photo {
        height: 100%;
        min-height: 320px;
        border-radius: 24px 0 0 24px;
        aspect-ratio: auto;
    }

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

    .han-doc-sections {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .han-doc-detail {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .han-doc-hero {
        gap: 18px;
    }

    .han-doc-profile-card {
        display: flex;
    }

    .han-doc-photo {
        min-height: auto;
        aspect-ratio: 4 / 4.2;
        border-radius: 22px 22px 0 0;
    }

    .han-doc-profile-content,
    .han-doc-intro-card,
    .han-doc-section {
        padding: 22px;
    }

    .han-doc-eyebrow {
        letter-spacing: 2.4px;
        font-size: 11px;
    }

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

    .han-doc-main-title {
        font-size: 31px;
        letter-spacing: -0.8px;
    }

    .han-doc-intro {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.8;
    }

    .han-doc-social {
        width: 40px;
        height: 40px;
    }

    .han-doc-sections {
        margin-top: 18px;
        gap: 16px;
    }

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

    .han-doc-section-body,
    .han-doc-section-body li {
        font-size: 14px;
        line-height: 1.75;
    }
}
