.standard-hero {
    box-sizing: border-box;
    height: 460px;
    margin-bottom: 32px !important;
    padding-bottom: 0 !important;
}

.standard-hero > .row {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    align-items: center;
}

.standard-hero > .row > [class*="col-"] {
    display: flex;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    height: 100%;
    margin: 0 !important;
    padding: 24px 32px !important;
}

.standard-hero > .row > [class*="col-"]:first-child {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center !important;
}

.standard-hero > .row > [class*="col-"]:last-child {
    flex-direction: row;
    align-items: center !important;
    justify-content: center !important;
}

.standard-hero > .row > [class*="col-"]:first-child > div {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.standard-hero-image {
    display: block;
    width: min(100%, 560px) !important;
    height: min(350px, calc((50vw - 96px) * .625)) !important;
    max-height: 350px !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.standard-hero + * {
    margin-top: 0 !important;
}

.home-hero.standard-hero {
    margin-bottom: 184px !important;
}

.standard-hero-wrapper {
    margin-bottom: 32px;
}

.standard-hero-wrapper > .standard-hero {
    margin-bottom: 0 !important;
}

.standard-hero-wrapper + * {
    margin-top: 0 !important;
}

.section-heading {
    margin-bottom: 32px;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 12px;
    color: #000;
    font-size: 48px;
    font-weight: 600;
}

.section-heading p {
    max-width: 820px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.case-inspired-page .card-box {
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

@media (max-width: 991.98px) {
    .standard-hero {
        height: auto;
        min-height: 0;
        margin-bottom: 24px !important;
    }

    .standard-hero > .row {
        height: auto;
    }

    .standard-hero > .row > [class*="col-"] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 24px 20px !important;
    }

    .standard-hero-image {
        width: min(100%, 560px) !important;
        height: min(350px, 56.25vw) !important;
        max-height: 350px !important;
        aspect-ratio: 16 / 10;
    }

    .standard-hero-wrapper {
        margin-bottom: 24px;
    }

    .section-heading {
        margin-bottom: 24px;
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 1.2;
    }
}
.case-inspired-page {
    position: relative;
    overflow: hidden;
    color: var(--case-ink, #101828);
    background: #fff;
}

.case-inspired-hero {
    display: flow-root;
    background: linear-gradient(90deg, #fff8ed 0%, #ffffff 48%, #eef4fa 100%);
}

.high-contrast .case-inspired-hero {
    background: #000;
}

.case-inspired-page .standard-hero-wrapper,
.case-inspired-page .section_first {
    background: transparent !important;
    background-image: none !important;
}

.case-inspired-page .standard-hero {
    position: relative;
    z-index: 1;
    height: auto;
    min-height: 446px;
    margin-top: 0 !important;
    margin-bottom: 32px !important;
}

.case-inspired-page .hero-eyebrow {
    color: #c96700;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.case-inspired-page .standard-hero > .row {
    min-height: 446px;
}

.case-inspired-page .standard-hero > .row > [class*="col-"] {
    position: relative;
    height: auto;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.case-inspired-page .case-inspired-visual {
    position: relative;
    width: min(100%, 560px);
    aspect-ratio: 16 / 10;
    margin: 0;
}

.case-inspired-page .case-inspired-visual::before {
    content: "";
    position: absolute;
    inset: -20px 35% 35% -22px;
    border-radius: 50%;
    background: rgba(247, 144, 9, .15);
    pointer-events: none;
}

.case-inspired-page .standard-hero-image {
    position: relative;
    z-index: 1;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(21, 38, 62, .18);
    object-position: center;
}

.case-inspired-page .case-inspired-visual .standard-hero-image {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
}

.case-inspired-page .standard-hero h1 {
    max-width: 690px;
    margin: 16px 0 24px;
    color: #101828;
    font-size: clamp(2.65rem, 4.7vw, 4.5rem);
    font-weight: 600;
    line-height: .99;
    letter-spacing: -.055em;
}

.case-inspired-page .standard-hero .project-text,
.case-inspired-page .standard-hero .software-solution-paragraph-text {
    max-width: 680px;
    margin-bottom: 0;
    color: #586579;
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .case-inspired-page .standard-hero,
    .case-inspired-page .standard-hero > .row {
        min-height: 0;
    }

    .case-inspired-page .standard-hero > .row > [class*="col-"] {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .case-inspired-page .standard-hero h1 {
        font-size: clamp(2.4rem, 8vw, 3.75rem);
    }

    .case-inspired-page .case-inspired-visual {
        width: min(100%, 560px);
    }
}

@media (max-width: 600px) {
    .case-inspired-page .standard-hero > .row > [class*="col-"] {
        padding: 26px 14px !important;
    }

    .case-inspired-page .standard-hero h1 {
        font-size: 2.65rem;
    }
}

/* Match the image-to-section boundary used by the case studies index hero. */
.case-inspired-hero .standard-hero,
.case-inspired-hero .standard-hero-wrapper {
    margin-bottom: 0 !important;
}

.case-inspired-hero .standard-hero > .row > [class*="col-"]:last-child {
    align-items: flex-end !important;
    justify-content: flex-end !important;
    padding-bottom: 48px !important;
}

@media (max-width: 991.98px) {
    .case-inspired-hero .standard-hero > .row > [class*="col-"]:last-child {
        padding-bottom: 32px !important;
    }
}
