.hk-about-content {
    position: relative;
    padding: 145px 0 180px;
    overflow: hidden;
    background: #fff;
}

.hk-about-intro {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(520px, 1.25fr);
    align-items: end;
    gap: 80px;
}

.hk-about-intro__lead {
    font-size: clamp(32px, 3.4vw, 52px);
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -0.055em;
}

.hk-about-section-title > span {
    display: block;
    margin-bottom: 12px;
    color: var(--hk-red);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.hk-about-section-title > h3 {
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.3;
    letter-spacing: -0.05em;
}

@media (max-width: 1024px) {
    .hk-about-content {
        padding: 110px 0 150px;
    }

    .hk-about-intro {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 760px) {
    .hk-about-content {
        padding: 78px 0 110px;
    }

    .hk-about-intro {
        gap: 26px;
    }

    .hk-about-intro__lead {
        font-size: 30px;
    }

    .hk-about-section-title > span {
        font-size: 12px;
    }

    .hk-about-section-title > h3 {
        font-size: 30px;
    }
}
