.flex-layout.project_hero {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
    margin-inline: unset;
}

.project_hero .pk-grid-container {
    padding-inline: unset;
    margin-block: unset;
    margin-inline: 32px;
    width: calc(100% - 64px);
}

.flex-layout.project_hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:    100%;
    min-height: 520px;
    object-fit: cover;
    z-index: 0;
}

.flex-layout.project_hero > .pk-grid-container {
    position: relative;
    z-index: 1;
    flex: 1;
    align-content: flex-end;
    margin-bottom:40px;
}

.flex-layout.project_hero .hero-breadcrumbs-col {
    align-self: start;
}

.flex-layout.project_hero .hero-breadcrumbs,
.flex-layout.project_hero .hero-breadcrumbs * {
    color: var(--color-white);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.flex-layout.project_hero .project-hero-card {
    align-self: end;
    background: var(--color-forest-green, #0D4037);
    border-radius: 34px;
    padding: max(3rem, calc(3 * var(--su)));
    display: flex;
    flex-direction: column;
    gap: max(1.25rem, calc(1.25 * var(--su)));
}

.flex-layout.project_hero .project-hero-title {
    margin: 0;
}

.flex-layout.project_hero .project-hero-title p,
.flex-layout.project_hero .project-hero-title h1,
.flex-layout.project_hero .project-hero-title h2 {
    color: var(--Primary-colours-Sage-green, #E6EFDA);
    line-height: 1.05;
    margin: 0;
}

.flex-layout.project_hero .card-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.flex-layout.project_hero .card-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    background: var(--color-sage-green, #E6EFDA);
    backdrop-filter: blur(10px);
    font-size: max(0.725rem, calc(0.875 * var(--su)));
    font-weight: 500;
    line-height: 1.25;
    padding: max(0.375rem, calc(0.375 * var(--su))) max(0.625rem, calc(0.625 * var(--su)));
    border-radius: 8px;
    font-family: "outfit", sans-serif;
    white-space: nowrap;
}

.flex-layout.project_hero .card-label-icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.flex-layout.project_hero .card-label-icon svg {
    width: 1em;
    height: 1em;
    display: block;
}

.flex-layout.project_hero .hero-intro,
.flex-layout.project_hero .hero-intro p {
    color: var(--Primary-colours-Sage-green, #E6EFDA);
}

.flex-layout.project_hero .hero-intro p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .flex-layout.project_hero {
        min-height: 60vh;
    }

    .flex-layout.project_hero .hero-bg {
        height: 60vh;
    }
}

@media screen and (max-width: 767px) {
    .flex-layout.project_hero .hero-bg {
        height: 50vh;
        min-height: 340px;
    }

    .project_hero .pk-grid-container {
    padding-inline: unset;
    margin-block: unset;
    margin-inline: unset;
    width: 100%;
}


    .flex-layout.project_hero {
        min-height: 50vh;
    }

    .flex-layout.project_hero .project-hero-title p,
    .flex-layout.project_hero .project-hero-title h1,
    .flex-layout.project_hero .project-hero-title h2 {
        font-size: max(1.75rem, calc(1.75 * var(--su)));
    }
}
