.hk-company {
    position: relative;
    padding: 150px 0 260px;
    overflow: hidden;
    background: #fff;
}

.hk-company__image {
    height: 500px;
    margin-top: 80px;
    overflow: hidden;
    border-radius: 30px;
}

.hk-company__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 56%;
}

.hk-company__story {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(500px, 1.2fr);
    gap: 100px;
    margin-top: 80px;
}

.hk-company__story > h3 {
    font-family: Arial, sans-serif;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.hk-company__story h4 {
    margin-bottom: 34px;
    color: var(--hk-red);
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.5;
    letter-spacing: -0.045em;
}

.hk-company__story p {
    margin-top: 28px;
    color: #45484e;
    font-size: 18px;
    line-height: 2;
}

.hk-company__story p strong {
    color: #23262a;
}

.hk-company__signature {
    display: block;
    margin-top: 54px;
    color: #1f2226;
}

.hk-company__watermark {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    color: rgba(26, 29, 34, 0.025);
    font-family: Arial, sans-serif;
    font-size: clamp(70px, 8vw, 150px);
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.hk-company__anchor {
    scroll-margin-top: 100px;
}

@media (max-width: 1024px) {
    .hk-company {
        padding: 110px 0 190px;
    }

    .hk-company__image {
        height: 420px;
        margin-top: 60px;
    }

    .hk-company__story {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 760px) {
    .hk-company {
        padding: 78px 0 130px;
    }

    .hk-company__image {
        height: 270px;
        margin-top: 42px;
        border-radius: 20px;
    }

    .hk-company__story {
        gap: 32px;
        margin-top: 50px;
    }

    .hk-company__story > h3 {
        font-size: 38px;
    }

    .hk-company__story h4 {
        font-size: 23px;
    }

    .hk-company__story h4 br {
        display: none;
    }

    .hk-company__story p {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.85;
    }
}
