/* HEADER */

/* SEARCH ICON */

/* ENQUIRE BUTTON */

/* HERO */

.hero {
    min-height: calc(100vh - 94px);
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #09251f;
}

/* HERO BACKGROUND */

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(2,30,26,.98) 0%,
            rgba(2,30,26,.93) 27%,
            rgba(2,30,26,.50) 45%,
            rgba(2,30,26,.06) 67%,
            rgba(2,30,26,.02) 100%
        ),
        url("../images/sh.jpg") center center / cover no-repeat;
    transform: scale(1.02);
}

/* HERO CONTENT */

.hero-content {
    position: relative;
    z-index: 2;
    width: min(610px,45vw);
    margin-left: 4.3vw;
    padding-top: 85px;
    color: #fff;
}

.eyebrow {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 23px;
}

h1 {
    font-size: clamp(56px,5vw,82px);
    line-height: .96;
    letter-spacing: -2px;
    margin: 0 0 27px;
    font-weight: 800;
}

.intro {
    font-size: 20px;
    line-height: 1.45;
    max-width: 575px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.94);
}

.products {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 31px;
    max-width: 570px;
}

/* BUTTONS */

.buttons {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
}

.btn {
    min-width: 270px;
    height: 67px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(0,0,0,.08);
    transition: .3s;
}

.btn:hover {
    background: rgba(255,255,255,.12);
}

.btn-primary {
    background: #006e5c;
    border-color: #006e5c;
}

.btn-primary:hover {
    background: #00806c;
}

.download-icon {
    font-size: 24px;
    line-height: 0;
}

/* SCROLL INDICATOR */

.scroll {
    position: absolute;
    left: 4.3vw;
    bottom: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 21px;
    color: rgba(255,255,255,.86);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.scroll-circle {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

/* WATCH OUR STORY */

.watch {
    position: absolute;
    right: 27%;
    top: 78%;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255,255,255,.92);
    font-weight: 700;
    font-size: 17px;
}

.play {
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00715e;
    font-size: 25px;
    padding-left: 4px;
}

/* RIGHT SIDE TEXT */

.side-wordmark {
    position: absolute;
    right: 4.2vw;
    bottom: 60px;
    z-index: 3;
    color: rgba(255,255,255,.9);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: .5px;
    text-align: right;
}

/* =========================================
   SUSTAINABILITY COMMITMENT
========================================= */

.sustainability-commitment {
    width: 100%;

    padding: 55px 4.3vw 55px;

    background: #ffffff;
}

.sustainability-container {
    width: 100%;

    max-width: 1600px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 55px;

    align-items: stretch;
}

/* =========================================
   LEFT SIDE
========================================= */

.sustainability-left {
    min-width: 0;

    padding-top: 5px;
}

.sustainability-eyebrow {
    margin-bottom: 12px;

    color: #7DBF83;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2px;

    line-height: 1.3;
}

.sustainability-left h2 {
    margin: 0 0 17px;

    color: #062f2a;

    font-size: clamp(40px, 3.5vw, 54px);

    line-height: 1.05;

    letter-spacing: -1.5px;

    font-weight: 700;
}

.sustainability-description {
    max-width: 625px;

    margin: 0;

    color: #333333;

    font-size: 15px;

    line-height: 1.55;

    font-weight: 400;
}

/* =========================================
   SUSTAINABILITY POINTS
========================================= */

.sustainability-points {
    width: 100%;

    margin-top: 36px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 38px;

    row-gap: 32px;
}

.sustainability-point {
    display: grid;

    grid-template-columns: 52px 1fr;

    gap: 18px;

    align-items: start;
}

/* =========================================
   ICON
========================================= */

.sustainability-icon {
    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.sustainability-icon img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;
}

/* =========================================
   POINT CONTENT
========================================= */

.sustainability-point-content h3 {
    margin: 0 0 9px;

    color: #17322e;

    font-size: 15px;

    line-height: 1.3;

    font-weight: 700;
}

.sustainability-point-content p {
    margin: 0;

    color: #333333;

    font-size: 12px;

    line-height: 1.5;

    font-weight: 400;
}

/* =========================================
   RIGHT IMAGE
========================================= */

.sustainability-image {
    position: relative;

    min-height: 525px;

    overflow: hidden;

    border-radius: 6px 0 0 6px;

    background: #dfe5e3;
}

.sustainability-image > img {
    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;
}

/* =========================================
   IMAGE OVERLAY
========================================= */

.sustainability-image-overlay {
    position: absolute;

    inset: 0;

    padding: 72px 40px;

    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            rgba(20, 36, 32, .62) 0%,
            rgba(20, 36, 32, .42) 45%,
            rgba(20, 36, 32, .12) 100%
        );
}

/* =========================================
   IMAGE TITLE
========================================= */

.sustainability-image-title {
    font-size: 24px;

    line-height: 1.4;

    font-weight: 500;

    letter-spacing: .2px;
}

.sustainability-image-line {
    width: 38px;

    height: 2px;

    margin-top: 33px;

    margin-bottom: 34px;

    background: #ffffff;
}

/* =========================================
   IMAGE POINTS
========================================= */

.image-point {
    display: flex;

    align-items: center;

    gap: 17px;

    margin-bottom: 27px;

    color: #ffffff;

    font-size: 12px;

    line-height: 1.4;

    font-weight: 600;

    letter-spacing: .3px;
}

.image-point:last-child {
    margin-bottom: 0;
}

.image-point-icon {
    width: 42px;

    height: 42px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;
}

.image-point-icon img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;

    filter: brightness(0) invert(1);
}

/* =========================================
   CERTIFICATIONS SECTION
========================================= */

.certifications-section {
    width: 100%;

    padding: 0px 4.3vw 55px;

    background: #ffffff;
}

.certifications-container {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 325px;
}

/* =========================================
   LEFT INTRO
========================================= */

.certifications-intro {
    position: relative;

    min-height: 325px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        url("../images/Clean%20Green%20Future.jpg")
        center center /
        cover
        no-repeat;
}

/* =========================================
   DARK GREEN OVERLAY
========================================= */

.certifications-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4, 39, 32, .91) 0%,
            rgba(4, 39, 32, .78) 50%,
            rgba(4, 39, 32, .65) 100%
        );
}

/* =========================================
   LEFT CONTENT
========================================= */

.certifications-content {
    position: relative;

    z-index: 2;

    width: 100%;

    padding: 40px 5vw 40px 4.3vw;

    color: #ffffff;
}

.certifications-eyebrow {
    margin-bottom: 11px;

    color: rgba(255,255,255,.92);

    font-size: 12px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 2px;
}

.certifications-content h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: clamp(35px, 3.2vw, 48px);

    line-height: 1.05;

    letter-spacing: -1.2px;

    font-weight: 700;
}

.certifications-content p {
    max-width: 610px;

    margin: 0;

    color: rgba(255,255,255,.91);

    font-size: 13px;

    line-height: 1.55;

    font-weight: 400;
}

/* =========================================
   VIEW CERTIFICATES BUTTON
========================================= */

.certifications-button {
    width: fit-content;

    min-width: 202px;

    height: 47px;

    margin-top: 20px;

    padding: 0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 22px;

    background: #ffffff;

    border: 1px solid #ffffff;

    color: #17322e;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;
}

.certifications-button:hover {
    background: #7DBF83;

    border-color: #7DBF83;

    color: #ffffff;
}

.certifications-button-arrow {
    font-size: 20px;

    line-height: 0;

    transition: transform .3s ease;
}

.certifications-button:hover
.certifications-button-arrow {
    transform: translateX(4px);
}

/* =========================================
   CERTIFICATION CARDS AREA
========================================= */

.certifications-cards {
    min-width: 0;

    padding: 23px 2.2vw;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 17px;

    align-items: stretch;

    background: #ffffff;
}

/* =========================================
   CERTIFICATION CARD
========================================= */

.certification-card {
    position: relative;

    min-width: 0;

    min-height: 278px;

    padding: 22px 15px 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e7ecea;

    border-radius: 4px;

    box-shadow: 0 2px 9px rgba(23,37,34,.03);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.certification-card:hover {
    transform: translateY(-3px);

    border-color: #c7d7d1;

    box-shadow: 0 8px 20px rgba(23,37,34,.08);
}

/* =========================================
   CERTIFICATION LOGO
========================================= */

.certification-logo {
    width: 145px;

    height: 130px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 7px;
}

.certification-logo img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;
}

/* =========================================
   CERTIFICATION TITLE
========================================= */

.certification-card h3 {
    margin: 0 0 4px;

    color: #17322e;

    font-size: 14px;

    line-height: 1.3;

    font-weight: 700;
}

/* =========================================
   CERTIFIED TEXT
========================================= */

.certification-card p {
    margin: 0;

    color: #71807c;

    font-size: 12px;

    line-height: 1.4;

    font-weight: 400;
}

/* =========================================
   ROUND ARROW
========================================= */

.certification-arrow {
    width: 32px;

    height: 32px;

    margin-top: 13px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1.5px solid #7a9991;

    border-radius: 50%;

    color: #17322e;

    font-size: 18px;

    line-height: 1;

    text-decoration: none;

    transition: all .3s ease;
}

.certification-arrow:hover {
    background: #006e5c;

    border-color: #006e5c;

    color: #ffffff;

    transform: translateX(2px);
}

/* =========================================
   OUR FOCUS AREAS
========================================= */

.focus-areas-section {
    width: 100%;

    padding: 0px 4.3vw 70px;

    background: #ffffff;
}

.focus-areas-container {
    width: 100%;

    max-width: 1600px;
}

/* =========================================
   SECTION HEADER
========================================= */

.focus-areas-header {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: end;

    gap: 50px;

    margin-bottom: 27px;
}

/* =========================================
   LEFT HEADING
========================================= */

.focus-areas-heading {
    min-width: 0;
}

.focus-areas-eyebrow {
    margin-bottom: 12px;

    color: #7DBF83;

    font-size: 13px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 2px;
}

.focus-areas-heading h2 {
    margin: 0;

    color: #062f2a;

    font-size: clamp(38px, 3.4vw, 50px);

    line-height: 1.08;

    letter-spacing: -1.4px;

    font-weight: 700;
}

/* =========================================
   RIGHT INTRO
========================================= */

.focus-areas-intro {
    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    padding-bottom: 5px;
}

.focus-areas-intro p {
    max-width: 480px;

    margin: 0;

    color: #333333;

    font-size: 13px;

    line-height: 1.55;

    font-weight: 500;
}

/* =========================================
   FOCUS AREA GRID
========================================= */

.focus-areas-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 17px;
}

/* =========================================
   FOCUS AREA CARD
========================================= */

.focus-area-card {
    min-width: 0;

    background: #ffffff;

    border: 1px solid #dfe6e3;

    border-radius: 5px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.focus-area-card:hover {
    transform: translateY(-4px);

    border-color: #c3d3ce;

    box-shadow: 0 10px 25px rgba(23,37,34,.07);
}

/* =========================================
   CARD IMAGE
========================================= */

.focus-area-image {
    position: relative;

    width: 100%;

    height: 162px;

    overflow: hidden;

    background: #e8edeb;
}

.focus-area-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .45s ease;
}

.focus-area-card:hover
.focus-area-image img {
    transform: scale(1.04);
}

/* =========================================
   NUMBER ON IMAGE
========================================= */

.focus-area-image-number {
    position: absolute;

    left: 22px;

    bottom: 17px;

    color: #ffffff;

    font-size: 27px;

    line-height: 1;

    font-weight: 400;

    letter-spacing: -.5px;

    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

/* =========================================
   CARD CONTENT
========================================= */

.focus-area-content {
    padding: 14px 22px 19px;

    min-height: 55px;
}

/* =========================================
   CARD NUMBER
========================================= */

.focus-area-number {
    margin-bottom: 11px;

    color: #17322e;

    font-size: 12px;

    line-height: 1;

    font-weight: 700;
}

/* =========================================
   CARD TITLE
========================================= */

.focus-area-content h3 {
    margin: 0 0 8px;

    color: #17322e;

    font-size: 15px;

    line-height: 1.3;

    font-weight: 700;
}

/* =========================================
   CARD DESCRIPTION
========================================= */

.focus-area-content p {
    margin: 0;

    color: #333333;

    font-size: 12px;

    line-height: 1.55;

    font-weight: 400;
}

/* =====================================================
   FOOTER
===================================================== */

/* =====================================================
   FOOTER CTA
===================================================== */

.footer-cta {
    width: 100%;
    min-height: 220px;

    position: relative;
    overflow: hidden;

    background-image: url("../images/sust2.png");
    background-size: cover;
    background-position: center 48%;

    color: #fff;
}

.footer-cta-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 45, 39, .94) 0%,
            rgba(0, 45, 39, .88) 45%,
            rgba(0, 45, 39, .55) 100%
        );
}

.footer-cta-content {
    position: relative;
    z-index: 2;

    width: 100%;
    min-height: 220px;

    padding: 32px 4.3vw;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;
}

/* CTA TEXT */

.footer-eyebrow {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;

    margin-bottom: 14px;

    color: rgba(255,255,255,.85);
}

.footer-cta-text h2 {
    margin: 0;

    color: #fff;

    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -1px;

    font-weight: 700;
}

/* CTA BUTTONS */

.footer-cta-buttons {
    width: 300px;

    display: flex;
    flex-direction: column;

    gap: 25px;

    flex-shrink: 0;
}

.footer-btn {
    width: 100%;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    font-size: 15px;
    font-weight: 700;

    border-radius: 4px;

    transition: .3s;
}

.footer-btn span {
    font-size: 22px;
    line-height: 0;
}

/* WHITE BUTTON */

.footer-btn-light {
    background: #fff;
    color: #17322e;

    border: 1px solid #fff;
}

.footer-btn-light:hover {
    background: #7DBF83;
    border-color: #7DBF83;
    color: #fff;
}

/* WHATSAPP BUTTON */

.footer-btn-whatsapp {
    color: #fff;

    background: rgba(0, 75, 62, .65);

    border: 1px solid rgba(255,255,255,.55);
}

.footer-btn-whatsapp:hover {
    background: #7DBF83;
    border-color: #7DBF83;
}

.whatsapp-icon {
    width: 25px;
    height: 25px;

    border: 2px solid #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px !important;
}

/* =====================================================
   FOOTER MAIN
===================================================== */

/* COLUMNS */

/* BRAND */

/* FOOTER COLUMN */

/* QUICK LINKS */

/* LOCATIONS */

/* SOCIAL */

/* BROCHURE */

/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-legal {
    display: flex;
    align-items: center;

    gap: 15px;
}

.footer-legal a {
    color: #333333;

    font-size: 12px;
    font-weight: 500;

    transition: .2s;
}

.footer-legal a:hover {
    color: #17322e;
}

.footer-legal span {
    color: #c4ccca;
}

/* =====================================================
   BACK TO TOP
===================================================== */

.back-to-top {
    position: absolute;

    right: 2vw;
    bottom: 78px;

    width: 56px;
    height: 56px;

    border-radius: 50%;

    background: #006e5c;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;

    z-index: 5;

    transition: .3s;
    border: none;
    cursor: pointer ;
}

.back-to-top:hover {
    background: #7DBF83;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {
.footer-cta-content {
        padding: 35px 3vw;
    }
.footer-cta-text h2 {
        font-size: 30px;
    }
.footer-cta-buttons {
        width: 270px;
    }
.back-to-top {
        right: 20px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 800px) {
.footer-cta {
        min-height: auto;
    }
.footer-cta-content {
        min-height: auto;

        padding: 45px 22px;

        flex-direction: column;
        align-items: flex-start;

        gap: 30px;
    }
.footer-cta-text h2 {
        font-size: 29px;
        line-height: 1.2;
    }
.footer-cta-buttons {
        width: 100%;
    }
.footer-legal {
        gap: 10px;
    }
.back-to-top {
        width: 48px;
        height: 48px;

        right: 20px;
        bottom: 130px;
    }
}

/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1100px) {
.focus-areas-section {
        padding: 60px 5vw;
    }
.focus-areas-header {
        gap: 30px;
    }
.focus-areas-heading h2 {
        font-size: 40px;
    }
.focus-areas-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 16px;
    }
.focus-area-image {
        height: 190px;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {
.focus-areas-section {
        padding: 55px 25px 65px;
    }
.focus-areas-header {
        grid-template-columns: 1fr;

        gap: 18px;

        margin-bottom: 30px;

        align-items: start;
    }
.focus-areas-heading h2 {
        font-size: 40px;

        line-height: 1.08;
    }
.focus-areas-intro {
        padding-bottom: 0;
    }
.focus-areas-intro p {
        max-width: 650px;

        font-size: 14px;
    }
.focus-areas-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 14px;
    }
.focus-area-image {
        height: 175px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {
.focus-areas-section {
        padding: 50px 25px 60px;
    }
.focus-areas-heading h2 {
        font-size: 36px;
    }
.focus-areas-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }
.focus-area-image {
        height: 210px;
    }
.focus-area-content {
        min-height: auto;

        padding: 15px 20px 22px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
.focus-areas-section {
        padding-left: 20px;

        padding-right: 20px;
    }
.focus-areas-heading h2 {
        font-size: 33px;

        letter-spacing: -1px;
    }
.focus-area-image {
        height: 190px;
    }
.focus-area-image-number {
        left: 18px;

        bottom: 15px;

        font-size: 25px;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {
.certifications-container {
        grid-template-columns: 1fr;

    }
.certifications-intro {
        min-height: 380px;
    }
.certifications-content {
        padding: 55px 5vw;
    }
.certifications-content h2 {
        font-size: 45px;
    }
.certifications-cards {
        padding: 30px 5vw;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {
.certifications-intro {
        min-height: 430px;
    }
.certifications-content {
        padding: 50px 25px;
    }
.certifications-content h2 {
        font-size: 38px;

        line-height: 1.08;
    }
.certifications-content p {
        font-size: 13px;
    }
.certifications-cards {
        grid-template-columns: 1fr;

        padding: 25px;

        gap: 15px;
    }
.certification-card {
        min-height: 280px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
.certifications-content {
        padding-left: 20px;

        padding-right: 20px;
    }
.certifications-content h2 {
        font-size: 34px;
    }
.certifications-cards {
        padding-left: 20px;

        padding-right: 20px;
    }
}

/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1200px) {
.sustainability-container {
        gap: 35px;
    }
.sustainability-left h2 {
        font-size: 44px;
    }
.sustainability-points {
        column-gap: 25px;
    }
.sustainability-point {
        grid-template-columns: 45px 1fr;

        gap: 14px;
    }
.sustainability-icon {
        width: 43px;

        height: 43px;
    }
.sustainability-image-overlay {
        padding: 55px 30px;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {
.sustainability-container {
        grid-template-columns: 1fr;

        gap: 40px;
    }
.sustainability-left h2 {
        font-size: 48px;
    }
.sustainability-description {
        max-width: 700px;
    }
.sustainability-image {
        min-height: 500px;

        border-radius: 6px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {
.sustainability-commitment {
        padding: 60px 25px 70px;
    }
.sustainability-left h2 {
        font-size: 39px;

        line-height: 1.08;

        letter-spacing: -1px;
    }
.sustainability-description {
        font-size: 14px;

        line-height: 1.6;
    }
.sustainability-points {
        grid-template-columns: 1fr;

        row-gap: 28px;

        margin-top: 32px;
    }
.sustainability-image {
        min-height: 500px;
    }
.sustainability-image-overlay {
        padding: 45px 25px;
    }
.sustainability-image-title {
        font-size: 23px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
.sustainability-commitment {
        padding-left: 20px;

        padding-right: 20px;
    }
.sustainability-left h2 {
        font-size: 34px;
    }
.sustainability-point {
        grid-template-columns: 44px 1fr;

        gap: 14px;
    }
.sustainability-icon {
        width: 42px;

        height: 42px;
    }
.sustainability-image {
        min-height: 450px;
    }
.sustainability-image-overlay {
        padding: 40px 22px;
    }
}

/* TABLET */

/* MOBILE */

@media (max-width:800px) {
.hero {
        min-height: calc(100vh - 76px);
    }
.hero-content {
        width: auto;
        margin: 0;
        padding: 55px 25px 120px;
    }
.hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(2,30,26,.97),
                rgba(2,30,26,.67)
            ),
            url("../images/hero-bg.html") center / cover no-repeat;
    }
.eyebrow {
        font-size: 13px;
    }
h1 {
        font-size: 56px;
    }
.intro {
        font-size: 17px;
    }
.products {
        font-size: 14px;
    }
.btn {
        width: 100%;
        min-width: 0;
        height: 58px;
    }
.watch {
        display: none;
    }
.side-wordmark {
        right: 25px;
        bottom: 35px;
        font-size: 14px;
    }
.scroll {
        display: none;
    }
}

/* =========================================================
   FINAL RESPONSIVE LAYER
   Existing desktop design/content is preserved.
   Only responsive behaviour is added/aligned.
   ========================================================= */

/* =========================================================
   MOBILE/TABLET DRAWER — SAME SYSTEM AS HOME / ABOUT
   ========================================================= */























/* =========================================================
   TABLET — 801px TO 1100px
   Keep the desktop composition as close as possible.
   ========================================================= */

@media (min-width: 801px) and (max-width: 1100px) {
/* Hero */
.hero {
        min-height: calc(100vh - 94px);
    }
.hero-content {
        width: min(590px, 52vw);
        margin-left: 3vw;
        padding-top: 65px;
    }
.eyebrow {
        font-size: 14px;
        margin-bottom: 18px;
    }
h1 {
        font-size: clamp(48px, 5.3vw, 64px);
        margin-bottom: 22px;
    }
.intro {
        font-size: 16px;
        line-height: 1.5;
    }
.side-wordmark {
        right: 3vw;
        bottom: 40px;
        font-size: 16px;
    }
/* Sustainability commitment */
.sustainability-commitment {
        padding: 45px 3vw 50px;
    }
.sustainability-container {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 35px;
    }
.sustainability-left h2 {
        font-size: 40px;
    }
.sustainability-description {
        font-size: 14px;
    }
.sustainability-points {
        column-gap: 22px;
        row-gap: 25px;
    }
.sustainability-point {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 13px;
    }
.sustainability-icon {
        width: 42px;
        height: 42px;
    }
.sustainability-point-content h3 {
        font-size: 14px;
    }
.sustainability-point-content p {
        font-size: 11px;
    }
.sustainability-image {
        min-height: 470px;
    }
.sustainability-image-overlay {
        padding: 50px 30px;
    }
.sustainability-image-title {
        font-size: 21px;
    }
/* Certifications:
       keep all 3 cards in one row on tablet */
.certifications-section {
        padding: 0 3vw 50px;
    }
.certifications-container {
        grid-template-columns: 48% 52%;
        min-height: 300px;
    }
.certifications-intro {
        min-height: 300px;
    }
.certifications-content {
        padding: 35px 30px;
    }
.certifications-content h2 {
        font-size: 35px;
    }
.certifications-content p {
        font-size: 12px;
    }
.certifications-cards {
        padding: 20px 18px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
.certification-card {
        min-height: 245px;
        padding: 17px 9px 15px;
    }
.certification-logo {
        width: 105px;
        height: 95px;
    }
.certification-card h3 {
        font-size: 12px;
    }
.certification-card p {
        font-size: 10px;
    }
.certification-arrow {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
/* Focus areas:
       keep all 4 cards in one row on tablet */
.focus-areas-section {
        padding: 0 3vw 55px;
    }
.focus-areas-header {
        gap: 25px;
    }
.focus-areas-heading h2 {
        font-size: 38px;
    }
.focus-areas-intro p {
        font-size: 12px;
    }
.focus-areas-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }
.focus-area-image {
        height: 145px;
    }
.focus-area-content {
        padding: 12px 13px 16px;
    }
.focus-area-content h3 {
        font-size: 13px;
    }
.focus-area-content p {
        font-size: 10px;
    }
/* Footer — EXACT Home/About sizing */
.footer-cta-content {
        padding: 35px 3vw !important;
    }
.footer-cta-text h2 {
        font-size: 30px !important;
    }
.footer-cta-buttons {
        width: 270px !important;
    }
.footer-btn {
        height: 58px !important;
        font-size: 15px !important;
    }
.back-to-top {
        right: 20px !important;
    }
}

/* =========================================================
   MOBILE — 481px TO 800px
   ========================================================= */

@media (min-width: 481px) and (max-width: 800px) {
/* Hero */
.hero {
        min-height: calc(100vh - 76px);
    }
.hero-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 55px 25px 85px;
    }
.hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(2,30,26,.97) 0%,
                rgba(2,30,26,.67) 100%
            ),
            url("../images/sh.jpg") center center / cover no-repeat;
    }
.eyebrow {
        font-size: 13px;
        margin-bottom: 15px;
    }
h1 {
        font-size: clamp(42px, 8vw, 58px);
        line-height: .98;
        letter-spacing: -1.5px;
        margin-bottom: 19px;
    }
.intro {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 20px;
    }
.products {
        font-size: 12px;
        line-height: 1.6;
    }
.buttons {
        margin-bottom: 30px;
    }
.btn {
        width: 100%;
        min-width: 0;
        height: 50px;
        font-size: 13px;
    }
.side-wordmark,
.scroll,
.watch {
        display: none;
    }
/* Commitment */
.sustainability-commitment {
        padding: 45px 25px 55px;
    }
.sustainability-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }
.sustainability-left h2 {
        font-size: 36px;
        line-height: 1.08;
    }
.sustainability-description {
        font-size: 14px;
        line-height: 1.55;
    }
.sustainability-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 25px;
        margin-top: 32px;
    }
.sustainability-point {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }
.sustainability-icon {
        width: 40px;
        height: 40px;
    }
.sustainability-point-content h3 {
        font-size: 13px;
    }
.sustainability-point-content p {
        font-size: 11px;
    }
.sustainability-image {
        min-height: 440px;
        border-radius: 6px;
    }
.sustainability-image-overlay {
        padding: 42px 25px;
    }
.sustainability-image-title {
        font-size: 21px;
    }
/* Certifications */
.certifications-section {
        padding: 0 25px 55px;
    }
.certifications-container {
        grid-template-columns: 1fr;
    }
.certifications-intro {
        min-height: 330px;
    }
.certifications-content {
        padding: 45px 25px;
    }
.certifications-content h2 {
        font-size: 37px;
    }
.certifications-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 20px 0 0;
        gap: 10px;
    }
.certification-card {
        min-height: 240px;
        padding: 17px 9px;
    }
.certification-logo {
        width: 95px;
        height: 90px;
    }
.certification-card h3 {
        font-size: 12px;
    }
.certification-card p {
        font-size: 10px;
    }
/* Focus areas */
.focus-areas-section {
        padding: 45px 25px 55px;
    }
.focus-areas-header {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 30px;
        align-items: start;
    }
.focus-areas-heading h2 {
        font-size: 36px;
        line-height: 1.08;
    }
.focus-areas-intro {
        padding-bottom: 0;
    }
.focus-areas-intro p {
        max-width: 650px;
        font-size: 13px;
    }
.focus-areas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
.focus-area-image {
        height: 175px;
    }
/* Footer — EXACT Home/About sizing */
.footer-cta-content {
        min-height: auto !important;
        padding: 45px 22px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 30px !important;
    }
.footer-cta-text h2 {
        font-size: 25px !important;
        line-height: 1.2 !important;
    }
.footer-cta-buttons {
        width: 100% !important;
        max-width: 310px !important;
    }
.footer-btn {
        height: 46px !important;
        font-size: 12px !important;
    }
.footer-btn span {
        font-size: 20px !important;
    }
.footer-legal {
        gap: 10px !important;
    }
.back-to-top {
        width: 48px !important;
        height: 48px !important;
        right: 20px !important;
        bottom: 130px !important;
    }
}

/* =========================================================
   SMALL MOBILE — 480px AND BELOW
   ========================================================= */

@media (max-width: 480px) {
/* Hero */
.hero {
        height: 380px !important;
        min-height: 380px;
    }
.hero-content {
        width: 100%;
        max-width: 100%;
        padding: 48px 20px 70px;
    }
.hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(2,30,26,.91) 0%,
                rgba(2,30,26,.86) 55%,
                rgba(2,30,26,.76) 100%
            ),
            url("../images/sh.jpg") center center / cover no-repeat;
    }
.eyebrow {
        font-size: 10px;
        letter-spacing: 1.7px;
        margin-bottom: 13px;
    }
h1 {
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: .98;
        letter-spacing: -1px;
        margin-bottom: 17px;
    }
.intro {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
.products {
        font-size: 11.5px;
        line-height: 1.6;
    }
.buttons {
        margin-bottom: 20px;
    }
.btn {
        width: 100%;
        min-width: 0;
        height: 50px;
        font-size: 13px;
    }
/* Commitment */
.sustainability-commitment {
        padding: 35px 20px 45px;
    }
.sustainability-left h2 {
        font-size: 27px;
        line-height: 1.08;
        letter-spacing: -1px;
    }
.sustainability-description {
        font-size: 13px;
        line-height: 1.55;
    }
.sustainability-points {
        grid-template-columns: 1fr;
        row-gap: 25px;
        margin-top: 28px;
    }
.sustainability-point {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
    }
.sustainability-icon {
        width: 40px;
        height: 40px;
    }
.sustainability-point-content h3 {
        font-size: 13px;
        margin-bottom: 6px;
    }
.sustainability-point-content p {
        font-size: 11px;
    }
.sustainability-image {
        min-height: 390px;
    }
.sustainability-image-overlay {
        padding: 35px 20px;
    }
.sustainability-image-title {
        font-size: 20px;
    }
.sustainability-image-line {
        margin-top: 25px;
        margin-bottom: 25px;
    }
.image-point {
        gap: 12px;
        margin-bottom: 20px;
        font-size: 11px;
    }
.image-point-icon {
        width: 36px;
        height: 36px;
    }
/* Certifications */
.certifications-section {
        padding: 0 20px 45px;
    }
.certifications-intro {
        min-height: 340px;
    }
.certifications-content {
        padding: 38px 20px;
    }
.certifications-eyebrow {
        font-size: 10px;
    }
.certifications-content h2 {
        font-size: 30px;
    }
.certifications-content p {
        font-size: 11px;
        line-height: 1.5;
    }
.certifications-button {
        min-width: 185px;
        height: 44px;
        font-size: 11px;
    }
.certifications-cards {
        grid-template-columns: 1fr;
        padding: 18px 0 0;
        gap: 12px;
    }
.certification-card {
        min-height: 235px;
    }
/* Focus areas */
.focus-areas-section {
        padding: 40px 20px 50px;
    }
.focus-areas-heading h2 {
        font-size: 29px;
        letter-spacing: -1px;
    }
.focus-areas-eyebrow {
        font-size: 10px;
    }
.focus-areas-intro p {
        font-size: 11px;
        line-height: 1.55;
    }
.focus-areas-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
.focus-area-image {
        height: 190px;
    }
.focus-area-content {
        padding: 14px 18px 20px;
    }
.focus-area-content h3 {
        font-size: 13px;
    }
.focus-area-content p {
        font-size: 11px;
    }
/* Footer */
.footer-cta-content {
        min-height: auto !important;
        padding: 32px 18px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 28px !important;
    }
.footer-cta-text h2 {
        font-size: 23px !important;
        line-height: 1.25 !important;
    }
.footer-cta-buttons {
        width: 100% !important;
        max-width: 280px !important;
    }
.footer-btn {
        height: 44px !important;
        font-size: 11px !important;
    }
.footer-btn span {
        font-size: 19px !important;
    }
.back-to-top {
        width: 48px !important;
        height: 48px !important;
        right: 20px !important;
        bottom: 130px !important;
    }
}

/* =========================================================
   320px SAFETY
   ========================================================= */

@media (max-width: 360px) {
.hero-content {
        padding-left: 18px;
        padding-right: 18px;
    }
.sustainability-commitment,
.certifications-section,
.focus-areas-section {
        padding-left: 18px;
        padding-right: 18px;
    }
.sustainability-left h2 {
        font-size: 26px;
    }
.certifications-content h2 {
        font-size: 28px;
    }
.focus-areas-heading h2 {
        font-size: 27px;
    }
}

html { scroll-behavior: smooth; }

@keyframes headerStickyIn {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}





.back-to-top {
  position: fixed !important; right: 28px !important; bottom: 28px !important;
  width: 52px !important; height: 52px !important; border-radius: 50% !important;
  z-index: 9998 !important; opacity: 0 !important; visibility: hidden !important;
  pointer-events: none !important; transform: translateY(14px) scale(.92);
  transition: opacity .28s ease, visibility .28s ease, transform .28s ease, background-color .28s ease !important;
}

.back-to-top.is-visible { opacity:1 !important; visibility:visible !important; pointer-events:auto !important; transform:translateY(0) scale(1); }

@media (max-width:767px) {
.back-to-top {right:16px !important;bottom:18px !important;width:46px !important;height:46px !important;}
}

@media (prefers-reduced-motion:reduce) {
html {scroll-behavior:auto;}
}

/* Sticky header after 200px - externalized */

html { scroll-behavior:smooth; }

@keyframes stickyHeaderFadeIn { from {opacity:0; transform:translateY(-22px);} to {opacity:1; transform:translateY(0);} }





.back-to-top {position:fixed !important;right:28px !important;bottom:28px !important;z-index:9998 !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translateY(14px) scale(.92);transition:opacity .28s ease,visibility .28s ease,transform .28s ease !important;}

.back-to-top.is-visible {opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) scale(1);}

@media (max-width:767px) {
.back-to-top {right:16px !important;bottom:18px !important;}
}

@media (prefers-reduced-motion:reduce) {
html {scroll-behavior:auto}
}
