/* ==========================================================
   TDS — TARG Design System
   Component: Home Sections
   Version: 1.4
   ========================================================== */

body.home .wrapper-home-sections {
    background: #F7F5F1;
}

.targ-section-head {
    background: #F7F5F1;
    padding: 58px 0 38px;
}

.targ-section-head__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

.targ-section-head__eyebrow {
    display: block;
    margin-bottom: 18px;

    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;

    color: #C69C6D;
}

.targ-section-head h2 {
    margin: 0;

    font-family: var(--font-heading);
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.045em;

    color: #172033;
}

.targ-section-head p {
    max-width: 560px;
    margin: 24px 0 0;

    font-family: var(--font-heading);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 400;

    color: rgba(23,32,51,.70);
}

.targ-section-head__link {
    flex: 0 0 auto;

    margin-bottom: 8px;

    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;

    color: #172033;
    text-decoration: none;
}

.targ-section-head__link::after {
    content: " →";
}

.targ-section-head__link:hover {
    color: #C69C6D;
}

@media (max-width: 767px) {
    .targ-section-head {
        padding: 62px 0 32px;
    }

    .targ-section-head__inner {
        width: calc(100% - 40px);
        display: block;
    }

    .targ-section-head h2 {
        font-size: 38px;
        line-height: 1.02;
    }

    .targ-section-head p {
        margin-top: 22px;
        font-size: 17px;
        line-height: 1.55;
    }

    .targ-section-head__link {
        display: inline-block;
        margin-top: 26px;
        margin-bottom: 0;
        font-size: 17px;
    }
}
