/* HCT CLIENT01 — HOME SECTION: ABOUT / layout_about_01 */
.hctclient01-home-about-01 {
    padding: clamp(48px, 6vw, 88px) 0;
    background: var(--hctclient01-soft, #fff5f2);
}

.hctclient01-home-about-01__container {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
}

.hctclient01-home-about-01__media {
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.hctclient01-home-about-01__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hctclient01-home-about-01__eyebrow {
    margin: 0 0 10px;
    color: var(--hctclient01-primary);
    font-size: var(--hctclient01-text-caption);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hctclient01-home-about-01__title {
    margin: 0 0 16px;
    color: #20283b;
    font-size: var(--hctclient01-text-section-title, clamp(1.6rem, 2.8vw, 2.1rem));
    font-weight: 800;
    line-height: 1.25;
}

.hctclient01-home-about-01__description {
    margin: 0 0 26px;
    color: #5f6879;
    font-size: var(--hctclient01-text-body-lg, 1.02rem);
    line-height: 1.75;
}

.hctclient01-home-about-01__items {
    display: grid;
    gap: 18px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.hctclient01-home-about-01__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.hctclient01-home-about-01__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: none;
    border-radius: 50%;
    color: #fff;
    background: var(--hctclient01-primary);
    font-size: .8rem;
    font-weight: 800;
}

.hctclient01-home-about-01__item-title {
    margin: 0 0 2px;
    color: #20283b;
    font-weight: 700;
}

.hctclient01-home-about-01__item-description {
    margin: 0;
    color: #5f6879;
    font-size: var(--hctclient01-text-body);
    line-height: 1.6;
}

.hctclient01-home-about-01 .hctclient01-category-button {
    display: inline-flex;
    margin-top: 4px;
    padding: 12px 26px;
    border-radius: 999px;
    color: #fff;
    background: var(--hctclient01-primary);
    text-decoration: none;
    font-weight: 700;
    font-size: var(--hctclient01-text-button);
}

@media (max-width: 900px) {
    .hctclient01-home-about-01__container {
        grid-template-columns: 1fr;
    }

    .hctclient01-home-about-01__media {
        max-width: 420px;
        margin-inline: auto;
    }
}
