/* Han About - scoped styles */
.elementor-widget-han_h,
.elementor-widget-han_h > .elementor-widget-container {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    .elementor-widget-han_h,
    .elementor-widget-han_h > .elementor-widget-container {
        overflow-x: hidden;
    }
}

.han-about-section,
.han-about-section * {
    box-sizing: border-box;
}

.han-about-section {
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #ffffff;
    isolation: isolate;
    overflow: hidden;
    overflow-x: clip;
    font-family: "Poppins", Arial, sans-serif;
}

.han-about-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    align-items: start;
}

.han-about-heading,
.han-about-copy {
    min-width: 0;
    max-width: 100%;
}

.han-about-heading {
    min-width: 0;
}

.han-about-media-wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.han-about-media {
    width: min(470px, 100%);
    max-width: 100%;
    min-width: 0;
    margin: 34px 0 0;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    line-height: 0;
}

.han-about-media img {
    display: block;
    width: 100%;
    height: 96px;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.92;
    border-radius: inherit;
    background: #ffffff;
}

.han-about-media,
.han-about-media-wrap {
    background-color: #ffffff;
}

.han-about-title {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    margin: 0;
    padding: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(42px, 4.9vw, 84px);
    line-height: 1.16;
    font-weight: 400;
    letter-spacing: -0.035em;
    color: #050505;
}

.han-about-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    white-space: normal;
}

.han-about-title-line {
    display: inline-block;
    width: 90px;
    height: 3px;
    background: currentColor;
    flex: 0 1 auto;
    max-width: 100%;
    transform: translateY(0.04em);
}

.han-about-title-second {
    display: block;
    max-width: 100%;
    overflow-wrap: break-word;
}

.han-about-copy {
    width: 100%;
    max-width: min(760px, 100%);
    min-width: 0;
    margin-left: auto;
}

.han-about-description {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
    margin: 0 0 42px;
    padding: 0;
    color: #666666;
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(17px, 1.22vw, 22px);
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.han-about-description p {
    margin: 0;
    padding: 0;
}

.han-about-description p + p {
    margin-top: 14px;
}

.han-about-button {
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 270px;
    min-height: 72px;
    padding: 8px 8px 8px 34px;
    border-radius: 44px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: #111111;
    color: #ffffff;
    text-decoration: none !important;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.015em;
    box-shadow: 0 6px 0 rgba(17, 17, 17, 0.10), 0 16px 35px rgba(17, 17, 17, 0.12);
    transform: translateZ(0);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    -webkit-tap-highlight-color: transparent;
}

.han-about-button:focus,
.han-about-button:hover {
    color: #ffffff;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 0 rgba(17, 17, 17, 0.10), 0 22px 44px rgba(17, 17, 17, 0.16);
    filter: saturate(1.08);
}

.han-about-button-text {
    display: inline-block;
    min-width: 0;
    overflow-wrap: break-word;
    white-space: normal;
}

.han-about-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 17px;
    line-height: 1;
    overflow: hidden;
    transition: transform .25s ease;
}

.han-about-button:hover .han-about-button-icon,
.han-about-button:focus .han-about-button-icon {
    transform: translate(3px, -3px);
}

.elementor-editor-active .han-about-section {
    min-height: 120px;
}

.elementor-editor-active .han-about-inner {
    pointer-events: auto;
}

@media (max-width: 1200px) {
    .han-about-inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
        gap: 48px;
    }

    .han-about-title {
        font-size: clamp(40px, 5.4vw, 64px);
    }
}

@media (max-width: 1024px) {
    .han-about-inner {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .han-about-copy {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 880px) {
    .han-about-section {
        padding: 54px 20px !important;
    }

    .han-about-inner {
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .han-about-title {
        font-size: clamp(34px, 8vw, 52px);
        line-height: 1.18;
        letter-spacing: -0.03em;
    }

    .han-about-title-row {
        white-space: normal;
        align-items: flex-end;
        gap: 10px;
    }

    .han-about-title-line {
        width: 68px;
        min-width: 48px;
        margin-bottom: 0.22em;
    }

    .han-about-media {
        width: 100%;
        max-width: 430px;
    }

    .han-about-media img {
        height: 72px;
    }

    .han-about-copy {
        max-width: none;
        margin-left: 0;
        padding-top: 0 !important;
    }

    .han-about-description {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 28px;
    }

    .han-about-button {
        min-width: 245px;
        min-height: 64px;
        padding: 8px 8px 8px 26px;
        gap: 14px;
        font-size: 16px;
    }

    .han-about-button-icon {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .han-about-title {
        font-size: clamp(31px, 10.5vw, 42px);
    }

    .han-about-title-line {
        width: 54px;
    }

    .han-about-media {
        max-width: 100%;
    }

    .han-about-media img {
        height: 66px;
    }

    .han-about-button {
        width: 100%;
        max-width: 305px;
    }
}

.han-about-button-icon i,
.han-about-button-icon .fa,
.han-about-button-icon .fas,
.han-about-button-icon .far,
.han-about-button-icon .fab {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 17px !important;
    height: 17px !important;
    max-width: 17px !important;
    max-height: 17px !important;
    font-size: 17px !important;
    line-height: 1 !important;
    color: currentColor !important;
    transform: rotate(-45deg);
    transform-origin: center;
}

.han-about-button-icon svg,
.han-about-button-icon .e-font-icon-svg {
    display: block !important;
    width: 17px !important;
    height: 17px !important;
    max-width: 17px !important;
    max-height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    fill: currentColor !important;
    color: currentColor !important;
    transform: rotate(-45deg);
    transform-origin: center;
}

.han-about-button-icon svg path,
.han-about-button-icon .e-font-icon-svg path {
    fill: currentColor !important;
}

@supports not (overflow: clip) {
    .han-about-section {
        overflow-x: hidden;
    }
}
