

#commitment-hero .hero-subtitle {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 0 0;
    color: var(--slate-grey);
}

.badge-static {
    background: var(--amber);
    color: var(--deep-space-blue);
    width: fit-content;
        margin-bottom: 1rem;
}

.starter-badge {
    margin-top: .5rem;
    background: var(--sky-aqua-hover);
}

.commitment-intro-subtext {
    text-align: center;
}

main ul li {
    list-style-type: none;
}

main ul {
    padding-left: .25rem
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem auto 4rem;
}

.commitment-card {
    background: linear-gradient(to bottom right, #fdfdfd, var(--foggy-blue));
    border-radius: 12px;
    padding: 2rem;
    border-left: 4px solid var(--amber);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
}

.commitment-card:hover {
    transform: translateY(-4px);
    border-color: var(--mist-blue);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.commitment-card h3 {
    margin-top: 0;
    font-family: 'Oswald';
    font-weight: 600;
    margin-bottom: 0.75rem;
    min-height: 50px;
    letter-spacing: .25px;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: var(--deep-space-blue);
}

.commitment-card p {
    margin: 0;
    line-height: 1.6;
    color: var(--deep-space-blue);
}

#core-values h2 {
    color: var(--amber-hover)
}

#core-values .commitment-intro-subtext {
    color: var(--mist-blue);
}

@media screen and (min-width: 769px) {

    h1 {
        margin-top: 0;
        line-height: 1.2;
        margin-bottom: 0;
    }

    h2 {
        margin-top: 0;
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
        line-height: 1.4;
    }

    h3 {
        margin-bottom: .5rem;
    }

    hr {
        width: 100%;
    }

    p,
    li {
        line-height: 1.8;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .cta-button {
        width: fit-content;
    }

    .content-highlight {
        text-decoration: underline;
        text-decoration-color: var(--amber);
        text-underline-offset: 1rem;
        text-decoration-thickness: 4px;
    }

    .wrapper {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--service-card-white);
        padding: 3rem 40px 3rem;
    }

    #commitment-hero {
        position: relative;
    }

    #commitment-hero .wrapper {
        padding: 68px 40px 6rem;
        background: linear-gradient(to right, var(--service-card-white) 0%, rgba(255, 255, 255, 0.85) 25%, transparent 40%), url('/img/our-commitment-hero.webp'), var(--service-card-white);
        background-size: 1025px auto;
        background-repeat: no-repeat;
        background-position: 100% 20%;
        position: relative;
        z-index: 0;
        overflow: visible;
    }

    .hero-subtext {
line-height: 1.5;
        margin: .5rem 0;
        max-width: 600px;
    }

    #core-values .wrapper {
        background-color: var(--deep-space-blue);
    }


    #value .wrapper {
        display: grid;
        /* background-color: var(--warm-beige); */
    }

    #value .ian-bubble {
        grid-column: 2;
        grid-row: 1 / span 5;
    }

    .starter-badge {
        padding-bottom: .5rem;
    }


    #commitment-final-cta .wrapper {
        /* background-color: var(--warm-beige); */
    }

    .hero-img-mobile {
        display: none;
    }

}

@media screen and (max-width: 768px),
(max-width: 1200px) {

    main {
        background: var(--service-card-white);
    }

    h2 {
        padding-top: 1rem;
        line-height: 1.3;
    }

    p,
    li {
        line-height: 1.8;
        margin: .5rem 0;
    }

    hr {
        width: 100%;
        height: 1px;
        border: none;
        background-color: var(--muted-charcoal);
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .content-highlight {
        text-decoration: underline;
        text-decoration-color: var(--amber);
        text-underline-offset: .5rem;
        text-decoration-thickness: 4px;
    }

    .badge-static {
        font-size: 1.125rem;
    }

    .hero-img-mobile {
        width: 100%;
        border: 1px solid var(--muted-charcoal);
        border-radius: 8px;
        margin-bottom: 1rem;
    }

    .commitment-card h3 { 
        min-height: 30px;
    }

    .commitment-card {
        padding: 1.5rem;
        width: 340px;
    }

    #commitment-hero h1 {
        margin-top: 0;
        line-height: 1.2;
        font-size: 2.5rem;
        max-width: 340px;
        margin-bottom: 1rem;
    }

    #commitment-hero .wrapper {
        background-image: none !important;
    }

    #commitment-hero .badge-static {
        margin-top: 0;
        margin-bottom: .75rem;
    }

    #commitment-hero {
        padding-bottom: 3rem;
    }

    #momentum {
        padding-top: 2rem;
    }


    #core-values {
        background-color: var(--deep-space-blue);
                padding-bottom: 1rem;
                padding-top: 2rem;
    }

    #value .wrapper {
        display: flex;
    }

    .wrapper {
        padding: 0 20px;
    }

    #commitment-hero .hero-subtitle {
        margin-top: 1rem !important;
        margin-bottom: .25rem !important;
        letter-spacing: .25px;
    }

    #momentum .cta-button,
    #commitment-final-cta .cta-button {
        padding-left: 1.2em;
        padding-right: 1.2em;
    }

    #commitment-final-cta {
        padding-bottom: 6rem;
    }

    #momentum .cta-button,
    #commitment-final-cta .cta-button {
        margin: 2rem 0 1.5rem;
    }

    #core-values h2 {
        /* max-width: 200px; */
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .75rem
    }

    #momentum h2 {
        font-size: 2.375rem;
        max-width: 340px;
                margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #value h2 {
        font-size: 2.125rem;
        max-width: 360px;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .starter-badge {
        margin-top: .75rem;
        font-size: 1.0625rem;
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #commitment-final-cta h2 {
        font-size: 2.375rem;
        max-width: 380px;
        text-align: center;
        margin-bottom: 2rem;
        line-height: 1.3;
    }

}