/* =========================================================
                  Header Navigation Contrast
========================================================= */

#header .header-top.header-top-semi-transparent {
    background-color: rgba(0, 0, 0, 0.32);
}

@media (min-width: 992px) {
    #header .header-container {
        position: relative;
        z-index: 1;
    }

    #header .header-container::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
        background: rgba(20, 25, 30, 0.2);
        pointer-events: none;
        z-index: 0;
    }

    #header .header-container .header-row {
        position: relative;
        z-index: 1;
    }
}

/* =========================================================
                      Home Hero Typography
========================================================= */

.home-hero-carousel .hero-main-title {
    margin-bottom: 2.6rem !important;
}

.home-hero-carousel .hero-slogan {
    display: block;
    font-size: clamp(2.4rem, 4.8vw, 4.8rem) !important;
    line-height: 1.05 !important;
}

.home-hero-carousel .hero-subtitle {
    display: block;
    margin-top: 0.35rem;
    font-size: clamp(1.25rem, 2.2vw, 2rem) !important;
    line-height: 1.35 !important;
}

@media (max-width: 991.98px) {
    .home-hero-carousel .hero-main-title {
        margin-bottom: 2.2rem !important;
    }
}

@media (max-width: 575.98px) {
    .home-hero-carousel .hero-slogan {
        font-size: clamp(2rem, 9vw, 3.1rem) !important;
    }

    .home-hero-carousel .hero-subtitle {
        font-size: clamp(1.05rem, 4.6vw, 1.35rem) !important;
    }
}

/* =========================================================
                      Key Challenges
========================================================= */

#key-challenges {
    background: white !important;
}

#key-challenges .row.g-4>[class*='col-'] {
    margin-bottom: 1.5rem;
}

.challenge-card {
    position: relative;
    perspective: 1400px;
    min-height: 390px;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.challenge-card-inner {
    position: relative;
    width: 100%;
    min-height: 390px;
    transform-style: preserve-3d;
    transition: transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.challenge-face {
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 16px;
    padding: 26px 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
}

.challenge-front {
    z-index: 2;
}

.challenge-back {
    transform: rotateY(180deg);
}

.challenge-card.is-flipped .challenge-card-inner {
    transform: rotateY(180deg);
}

.challenge-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(41, 126, 87, 0.1);
    color: #297e57;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.challenge-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px;
    line-height: 1.4;
}

.challenge-label.solution {
    color: #297e57;
    margin-top: 0;
}

.challenge-title-wrap {
    min-height: 0;
}

.challenge-title {
    font-size: 24px;
    line-height: 1.32;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.challenge-text {
    font-size: 15px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 0;
}

.challenge-text strong {
    color: #222;
    font-weight: 700;
}

.challenge-spacer {
    flex: 1;
}

.challenge-card-hint {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #297e57;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* back */
.case-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.case-media {
    width: 100%;
    height: 120px;
    border-radius: 12px;
    background: #e9edf1;
    overflow: hidden;
    margin-bottom: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-media {
    border: 1px dashed rgba(0, 0, 0, 0.12);
}

.placeholder-media span {
    font-size: 13px;
    font-weight: 600;
    color: #8a94a1;
    letter-spacing: 0.3px;
}

.case-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-copy {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 16px;
    overflow: hidden;

    /* standard */
    line-clamp: 4;

    /* legacy */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.case-copy strong {
    color: #222;
    font-weight: 700;
}

.case-link {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: #297e57;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-shadow: none;
    box-shadow: none;
}

.case-link:hover {
    color: #297e57;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
}

@media (max-width: 1199.98px) {

    .challenge-card,
    .challenge-card-inner {
        min-height: 350px;
    }

    .challenge-title {
        font-size: 22px;
    }

    .case-title {
        font-size: 18px;
    }

    .case-media {
        height: 114px;
    }
}

@media (max-width: 767.98px) {

    .challenge-card,
    .challenge-card-inner {
        min-height: 360px;
    }

    .challenge-face {
        padding: 22px 20px;
    }

    .challenge-title {
        font-size: 20px;
    }

    .challenge-text,
    .case-copy {
        font-size: 14px;
    }

    .case-media {
        height: 108px;
    }

    .case-copy {
        line-clamp: 5;
        -webkit-line-clamp: 5;
    }

    .challenge-card-hint,
    .case-link {
        font-size: 13px;
    }
}

/* =========================================================
                 ORE CASE CATEGORIES
========================================================= */

#ore-case-categories {
    background: #f3f7f5;
}

.ore-case-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 540px));
    justify-content: center;
    gap: 24px 26px;
    align-items: stretch;
}

.ore-case-card {
    min-height: 470px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    color: inherit;
}

.ore-case-card:hover {
    transform: translateY(-2px);
    border-color: rgba(41, 126, 87, 0.16);
    box-shadow: 0 16px 38px rgba(31, 41, 55, 0.11);
    text-decoration: none;
}

.ore-case-media {
    height: 255px;
    background: #ffffff;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.ore-case-media img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.ore-case-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ore-case-top {
    min-height: auto;
}

.ore-case-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 700;
    color: #222;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.ore-case-text {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.62;
    color: #5f6b66;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ore-case-tags {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ore-case-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(41, 126, 87, 0.08);
    color: #297e57;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.ore-case-link {
    margin-top: auto;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #297e57;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ore-case-card:hover .ore-case-link {
    color: #236a49;
}

@media (max-width: 1199.98px) {
    .ore-case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .ore-case-card {
        min-height: 445px;
    }

    .ore-case-media {
        height: 230px;
    }

    .ore-case-title {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .ore-case-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ore-case-card {
        min-height: auto;
    }

    .ore-case-media {
        height: 220px;
    }

}

@media (max-width: 767.98px) {
    .ore-case-media {
        height: 190px;
    }

    .ore-case-body {
        padding: 16px;
    }

    .ore-case-title {
        font-size: 21px;
    }

    .ore-case-text {
        font-size: 13px;
        line-height: 1.65;
        -webkit-line-clamp: 4;
    }

    .ore-case-link {
        font-size: 13px;
        padding-top: 18px;
    }
}

/* =========================================================
                        WHY HPY
========================================================= */

#why-hpy {
    background: #ffffff;
}

.why-hpy-company-card,
.why-hpy-tech-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(31, 41, 55, 0.06);
    height: 100%;
}

/* Left: Company */
.why-hpy-company-card {
    position: relative;
    overflow: hidden;
    padding: 24px 24px 20px;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.why-hpy-company-mark {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #297e57;
}

.why-hpy-company-title {
    margin: 0 0 14px 0;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 700;
    color: #222;
    text-transform: none !important;
    letter-spacing: 0 !important;
    max-width: 85%;
}

.why-hpy-company-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.72;
    color: #5f6b66;
    max-width: 100%;
}

.why-hpy-company-watermark {
    position: absolute;
    right: 18px;
    top: 20px;
    width: 120px;
    max-width: none;
    opacity: 0.11;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.why-hpy-company-copy,
.why-hpy-company-stats,
.why-hpy-company-actions {
    position: relative;
    z-index: 1;
}

.why-hpy-company-stats {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.why-hpy-company-stat {
    min-height: 84px;
    padding: 14px 14px;
    border-radius: 14px;
    background: rgba(246, 249, 247, 0.96);
    border: 1px solid rgba(41, 126, 87, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-hpy-company-stat-number {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    color: #297e57;
    margin-bottom: 8px;
}

.why-hpy-company-stat-label {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #2f3a36;
}

.why-hpy-company-actions {
    margin-top: auto;
    padding-top: 18px;
}

.why-hpy-secondary-link,
.why-hpy-primary-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.why-hpy-secondary-link {
    color: #297e57;
}

.why-hpy-primary-link {
    color: #297e57;
}

.why-hpy-secondary-link:hover,
.why-hpy-primary-link:hover {
    color: #236a49;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Right: Technology */
.why-hpy-tech-card {
    padding: 18px;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.why-hpy-tech-image-box {
    height: 260px;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.why-hpy-tech-image {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.why-hpy-tech-image.is-changing {
    opacity: 0.58;
    transform: scale(1.01);
}

.why-hpy-tech-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.why-hpy-tech-copy {
    flex: 0 0 auto;
}

.why-hpy-tech-title {
    margin: 0 0 12px 0;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 700;
    color: #222;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.why-hpy-tech-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.72;
    color: #5f6b66;
}

.why-hpy-tech-tabs {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.why-hpy-tech-tab {
    min-height: 46px;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1px solid rgba(41, 126, 87, 0.14);
    background: #fff;
    color: #297e57;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: all 0.22s ease;
}

.why-hpy-tech-tab:hover,
.why-hpy-tech-tab.is-active {
    background: #297e57;
    border-color: #297e57;
    color: #fff;
    box-shadow: 0 10px 20px rgba(41, 126, 87, 0.16);
}

.why-hpy-tech-actions {
    margin-top: auto;
    padding-top: 18px;
}

/* Large tablet / small desktop */
@media (max-width: 1199.98px) {

    .why-hpy-company-card,
    .why-hpy-tech-card {
        min-height: 485px;
    }

    .why-hpy-company-title {
        font-size: 30px;
        max-width: 84%;
    }

    .why-hpy-company-text {
        font-size: 14px;
        line-height: 1.68;
    }

    .why-hpy-company-watermark {
        width: 100px;
        top: 18px;
        right: 16px;
        opacity: 0.10;
    }

    .why-hpy-company-stat-number {
        font-size: 28px;
    }

    .why-hpy-company-stat-label {
        font-size: 13px;
    }

    .why-hpy-tech-title {
        font-size: 25px;
    }

    .why-hpy-tech-text {
        font-size: 14px;
        line-height: 1.68;
    }

    .why-hpy-tech-image-box {
        height: 245px;
    }
}

/* Tablet */
@media (max-width: 991.98px) {

    .why-hpy-company-card,
    .why-hpy-tech-card {
        min-height: auto;
    }

    .why-hpy-company-card {
        padding: 22px 22px 18px;
    }

    .why-hpy-tech-card {
        padding: 18px;
    }

    .why-hpy-company-title {
        font-size: 28px;
        max-width: 86%;
    }

    .why-hpy-company-text {
        font-size: 14px;
        line-height: 1.68;
    }

    .why-hpy-company-watermark {
        width: 92px;
        top: 18px;
        right: 16px;
        opacity: 0.09;
    }

    .why-hpy-company-stats {
        margin-top: 18px;
        gap: 10px;
    }

    .why-hpy-company-stat {
        min-height: 80px;
        padding: 12px 13px;
    }

    .why-hpy-company-stat-number {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .why-hpy-company-stat-label {
        font-size: 13px;
    }

    .why-hpy-tech-title {
        font-size: 24px;
    }

    .why-hpy-tech-text {
        font-size: 14px;
        line-height: 1.68;
    }

    .why-hpy-tech-image-box {
        height: 250px;
    }

    .why-hpy-tech-tabs {
        grid-template-columns: 1fr;
    }

    .why-hpy-tech-tab {
        text-align: left;
    }
}

/* Mobile */
@media (max-width: 767.98px) {

    .why-hpy-company-card,
    .why-hpy-tech-card {
        padding: 18px;
    }

    .why-hpy-company-mark {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .why-hpy-company-title {
        font-size: 24px;
        line-height: 1.12;
        max-width: 84%;
        margin-bottom: 12px;
    }

    .why-hpy-company-text,
    .why-hpy-tech-text {
        font-size: 14px;
        line-height: 1.65;
        max-width: 100%;
    }

    .why-hpy-company-watermark {
        width: 74px;
        top: 16px;
        right: 14px;
        opacity: 0.07;
    }

    .why-hpy-company-stats {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 16px;
    }

    .why-hpy-company-stat {
        min-height: 76px;
        padding: 12px 13px;
    }

    .why-hpy-company-stat-number {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .why-hpy-company-stat-label {
        font-size: 13px;
    }

    .why-hpy-tech-title {
        font-size: 22px;
    }

    .why-hpy-tech-image-box {
        height: 220px;
        margin-bottom: 16px;
    }

    .why-hpy-tech-tabs {
        gap: 8px;
    }

    .why-hpy-tech-tab {
        min-height: 44px;
        font-size: 13px;
    }

    .why-hpy-secondary-link,
    .why-hpy-primary-link {
        font-size: 13px;
    }
}

/* =========================================================
                   Products Showcase
========================================================= */

#product-showcase {
    background: #f3f7f5;
}

.product-showcase-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.07);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-showcase-card:hover {
    transform: translateY(-2px);
    border-color: rgba(41, 126, 87, 0.16);
    box-shadow: 0 16px 38px rgba(31, 41, 55, 0.11);
    text-decoration: none;
}

.product-showcase-media {
    position: relative;
    height: 205px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    overflow: hidden;
}

.product-showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-showcase-media-placeholder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.product-showcase-placeholder-inner {
    width: 100%;
    height: 100%;
    border: 1.5px dashed rgba(41, 126, 87, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #7b8b84;
    gap: 10px;
    text-align: center;
}

.product-showcase-placeholder-inner i {
    font-size: 26px;
    color: rgba(41, 126, 87, 0.55);
}

.product-showcase-placeholder-inner span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.product-showcase-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.78);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3px;
}

.product-showcase-body {
    padding: 17px 18px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-showcase-copy {
    min-height: 118px;
}

.product-showcase-title {
    margin: 0 0 8px 0;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 700;
    color: #222;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.product-showcase-text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.62;
    color: #5f6b66;
}

.product-showcase-link {
    margin-top: auto;
    padding-top: 15px;
    font-size: 13px;
    font-weight: 700;
    color: #297e57;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.product-showcase-card:hover .product-showcase-link {
    color: #236a49;
}

@media (max-width: 1199.98px) {
    .product-showcase-media {
        height: 192px;
    }

    .product-showcase-copy {
        min-height: 126px;
    }

    .product-showcase-title {
        font-size: 21px;
    }
}

@media (max-width: 991.98px) {
    .product-showcase-media {
        height: 195px;
    }

    .product-showcase-copy {
        min-height: 110px;
    }

    .product-showcase-title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .product-showcase-media {
        height: 180px;
        padding: 14px;
    }

    .product-showcase-body {
        padding: 16px 16px 15px;
    }

    .product-showcase-copy {
        min-height: auto;
    }

    .product-showcase-title {
        font-size: 19px;
    }

    .product-showcase-text {
        font-size: 13px;
        line-height: 1.6;
    }

    .product-showcase-link {
        font-size: 13px;
    }
}

/* =========================================================
                 Home Sustainability Bridge
========================================================= */

#home-sustainability {
    background: #ffffff;
}

.home-sustainability-strip {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    gap: 16px;
    align-items: stretch;
}

.home-sustainability-copy,
.home-sustainability-metric {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(31, 41, 55, 0.06);
}

.home-sustainability-copy {
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-sustainability-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8a948f;
    margin-bottom: 10px;
}

.home-sustainability-copy h4 {
    margin: 0 0 12px 0;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.home-sustainability-copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #5d6964;
}

.home-sustainability-note-link {
    margin-top: 16px;
    align-self: flex-start;
}

.home-sustainability-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-sustainability-metric {
    padding: 24px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: #1f2a37;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-sustainability-metric::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.35) 0%, rgba(17, 24, 39, 0.62) 100%);
    z-index: 0;
}

.home-sustainability-metric>* {
    position: relative;
    z-index: 1;
}

.home-sustainability-metric-water {
    background-image: url("../../img/index/sustainability/water.jpg");
}

.home-sustainability-metric-energy {
    background-image: url("../../img/index/sustainability/electric.jpg");
}

.home-sustainability-metric-co2 {
    background-image: url("../../img/index/sustainability/co2.jpg");
}

.home-sustainability-metric-value {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    margin-bottom: 12px;
}

.home-sustainability-metric-label {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

.home-sustainability-footer {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}

.home-sustainability-link {
    color: #297e57;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.home-sustainability-link:hover {
    color: #236a49;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .home-sustainability-footer {
        justify-content: flex-start;
    }
}

/* =========================================================
                    Home Service Process
========================================================= */

#home-service-process {
    background: #f3f7f5;
}

.home-service-card {
    height: 100%;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(31, 41, 55, 0.06);
    padding: 26px 24px 24px;
    transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
    display: flex;
    flex-direction: column;
}

.home-service-card:hover {
    border-color: rgba(41, 126, 87, 0.14);
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.10);
    transform: translateY(-1px);
}

.home-service-step {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(41, 126, 87, 0.10);
    color: #297e57;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16px;
}

.home-service-title {
    margin: 0 0 16px 0;
    font-size: 24px;
    line-height: 1.28;
    font-weight: 700;
    color: #222;
    text-transform: none !important;
    letter-spacing: 0 !important;
    min-height: 62px;
    /* 统一三张卡标题高度 */
    display: flex;
    align-items: flex-start;
}

.home-service-list {
    margin: 0;
    padding-left: 20px;
    flex-grow: 1;
}

.home-service-list li {
    color: #5c6762;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.home-service-list li:last-child {
    margin-bottom: 0;
}

.home-service-list li::marker {
    color: #297e57;
}

.home-service-cta {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(41, 126, 87, 0.12);
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
}

.home-service-cta-copy h4 {
    margin: 0 0 8px 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.home-service-cta-copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5d6964;
}

.home-service-cta-actions {
    flex-shrink: 0;
}

@media (max-width: 1199.98px) {
    .home-sustainability-copy h4 {
        font-size: 24px;
    }

    .home-sustainability-metric-value {
        font-size: 36px;
    }

    .home-service-title {
        font-size: 22px;
        min-height: 58px;
    }

    .home-service-cta-copy h4 {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .home-sustainability-strip {
        grid-template-columns: 1fr;
    }

    .home-service-title {
        min-height: auto;
    }

    .home-service-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {

    .home-sustainability-copy,
    .home-sustainability-metric,
    .home-service-card,
    .home-service-cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-sustainability-metrics {
        grid-template-columns: 1fr;
    }

    .home-sustainability-copy h4 {
        font-size: 22px;
    }

    .home-sustainability-metric-value {
        font-size: 34px;
    }

    .home-sustainability-metric-label {
        font-size: 14px;
    }

    .home-service-title {
        font-size: 21px;
        min-height: auto;
    }

    .home-service-list li {
        font-size: 14px;
        line-height: 1.75;
    }

    .home-service-cta-copy h4 {
        font-size: 21px;
    }
}
