.journey-overview-section {
    padding: clamp(56px, 5vw, 80px) 0 clamp(40px, calc(2vw + 20px), 56px);
}

@media (min-width: 992px) {
    .journey-overview-section .col-lg-6:first-child .w-100 {
        height: 580px;
    }

    .journey-overview-section .col-lg-6:first-child .w-100 > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 42%;
    }
}

.journey-section-heading {
    margin-bottom: 24px;
    text-align: left;
}

@media (max-width: 991px) {
    .journey-overview-section {
        padding: 60px 0 110px;
    }
}

@media (max-width: 639px) {
    .journey-overview-section {
        padding: 48px 0;
    }

    .journey-overview-section .row > .col-lg-6 + .col-lg-6 {
        margin-top: 80px;
    }
}

.journey-section-kicker {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    color: #707070;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.journey-section-kicker > span {
    width: 34px;
    height: 3px;
    flex: 0 0 34px;
    border-radius: 3px;
    background: #f6c70a;
}

.journey-section-heading h3 {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    color: #0f2647;
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
    text-align: left;
}

.journey-section-copy {
    color: #404040;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.75;
}

/* Match Coal Mine typography for the Journey overview copy only. */
.journey-overview-section .journey-section-kicker {
    color: #0e6634;
    font-size: 14px;
    letter-spacing: .03em;
}

.journey-overview-section .journey-section-heading h3 {
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.journey-overview-section .col-lg-6:last-child > p {
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.journey-bottom-copy {
    margin-top: clamp(28px, 3vw, 42px);
}

.journey-bottom-copy p {
    margin: 0 0 22px;
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.journey-bottom-copy p:last-child {
    margin-bottom: 0;
}

.roadmap-section-header {
    max-width: 1080px;
    margin: 0 auto 28px;
    text-align: center;
}

.journey-roadmap-section {
    padding: clamp(64px, 6vw, 84px) 0 clamp(56px, 5vw, 72px);
}

.roadmap-section-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #0e6634;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.roadmap-section-kicker > span {
    width: 34px;
    height: 3px;
    flex: 0 0 34px;
    border-radius: 3px;
    background: #f6c70a;
}

.roadmap-section-header h3 {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto 14px;
    color: #0f2647;
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
}

.roadmap-section-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

@media (max-width: 639px) {
    .roadmap-section-header {
        margin-bottom: 30px;
        text-align: left;
    }

    .roadmap-section-kicker {
        justify-content: flex-start;
    }

    .roadmap-section-header h3 {
        text-align: left;
    }

    .roadmap-section-header p {
        margin-inline: 0;
    }

    .journey-roadmap-section .roadmap-item h5.roadmap-year {
        margin-top: 10px;
    }
}
