/* =========================================================
   SHAC INITIATIVE
   OUR IMPACT PAGE
========================================================= */


/* =========================================================
   BREADCRUMB HERO
========================================================= */

.impact-page-hero {

    position: relative;

    overflow: hidden;

    padding: 35px 0 25px;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(211,163,59,.18),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #55301f 0%,
            #452619 55%,
            #301b13 100%
        );

    color: white;

}


.impact-page-hero-content {

    position: relative;

    z-index: 2;

}


/* =========================================================
   DECORATIVE ELEMENTS
========================================================= */

.impact-hero-shape {

    position: absolute;

    pointer-events: none;

}


.impact-shape-one {

    width: 190px;

    height: 190px;

    right: 8%;

    top: -95px;

    border: 1px solid rgba(211,163,59,.3);

    border-radius: 50%;

}


.impact-shape-one::before {

    content: "";

    position: absolute;

    inset: 30px;

    border: 1px solid rgba(211,163,59,.15);

    border-radius: 50%;

}


.impact-shape-two {

    width: 100px;

    height: 100px;

    left: 5%;

    bottom: -50px;

    border: 1px solid rgba(242,95,70,.3);

    border-radius: 50%;

}


.impact-hero-circle {

    position: absolute;

    width: 8px;

    height: 8px;

    right: 21%;

    bottom: 30%;

    border-radius: 50%;

    background: var(--action-coral);

    box-shadow:
        0 0 0 8px rgba(242,95,70,.08),
        0 0 0 16px rgba(242,95,70,.04);

}


/* =========================================================
   BREADCRUMB
========================================================= */

.impact-breadcrumb {

    display: inline-flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 40px;

    padding: 9px 16px;

    border: 1px solid rgba(255,255,255,.16);

    border-radius: 50px;

    background: rgba(255,255,255,.06);

    backdrop-filter: blur(5px);

    font-size: 11px;

}


.impact-breadcrumb a {

    color: rgba(255,255,255,.65);

    text-decoration: none;

    transition: .3s ease;

}


.impact-breadcrumb a:hover {

    color: var(--hope-gold);

}


.impact-breadcrumb span {

    width: 18px;

    height: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--hope-gold);

    color: var(--heritage-brown);

}


.impact-breadcrumb span i {

    font-size: 8px;

}


.impact-breadcrumb strong {

    color: white;

    font-weight: 600;

}


/* =========================================================
   HERO TITLE
========================================================= */

.impact-title-row {

    display: grid;

    grid-template-columns: 1.2fr .8fr;

    gap: 80px;

    align-items: end;

}


.impact-hero-eyebrow {

    display: block;

    margin-bottom: 18px;

    color: var(--hope-gold);

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2.5px;

}


.impact-title-row h1 {

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(65px, 8vw, 105px);

    font-weight: 400;

    line-height: .9;

    letter-spacing: -3px;

}


.impact-title-row h1 span {

    color: var(--hope-gold);

}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.impact-hero-description {

    max-width: 430px;

    padding-left: 30px;

    border-left: 2px solid var(--action-coral);

}


.impact-hero-description p {

    margin: 0;

    color: rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.9;

}


/* =========================================================
   HERO BOTTOM
========================================================= */

.impact-hero-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 70px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.13);

}


.impact-hero-bottom span {

    color: rgba(255,255,255,.4);

    font-family: var(--slab);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 2px;

}


.impact-hero-arrow {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,.2);

    border-radius: 50%;

    color: var(--hope-gold);

}


/* =========================================================
   INTRODUCTION
========================================================= */

.impact-intro {
    padding: 55px 0;
    background: #f8f3eb;

}


.impact-intro h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(48px, 5vw, 70px);
    line-height: 1;
    letter-spacing: -1.5px;
}


.impact-intro h2 span {
    color: var(--heritage-brown);
}


.impact-intro p {
    margin: 0;
    color: #665b54;
    font-size: 15px;
    line-height: 1.9;

}


/* =========================================================
   OUTCOMES SECTION
========================================================= */

.impact-outcomes {

    padding: 125px 0;

    background: white;

}


.impact-heading-row {

    display: grid;

    grid-template-columns: 1fr .55fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 60px;

}


.impact-heading-row h2 {

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(48px, 5vw, 68px);

    line-height: 1;

}


.impact-heading-row h2 span {

    color: var(--heritage-brown);

}


.impact-heading-row > p {

    margin: 0;

    color: #665b54;

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   OUTCOME GRID
========================================================= */

.impact-outcome-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #ded6cd;

    border-left: 1px solid #ded6cd;

}


/* =========================================================
   OUTCOME CARD
========================================================= */

.impact-outcome-card {

    min-height: 310px;

    padding: 35px;

    border-right: 1px solid #ded6cd;

    border-bottom: 1px solid #ded6cd;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.impact-outcome-card:hover {

    position: relative;

    z-index: 2;

    transform: translateY(-5px);

    box-shadow:
        0 20px 45px rgba(35,25,20,.1);

}


/* =========================================================
   OUTCOME TOP
========================================================= */

.outcome-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 55px;

}


.outcome-icon {

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 18px;

}


.outcome-number {

    color: #aa9d93;

    font-family: var(--slab);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1px;

}


/* =========================================================
   OUTCOME CONTENT
========================================================= */

.outcome-content h3 {

    margin-bottom: 13px;

    color: #241c18 !important;

    font-family: var(--serif);

    font-size: 28px;

    font-weight: 700;

}


.outcome-content p {

    max-width: 390px;

    margin: 0;

    color: #665b54;

    font-size: 12px;

    line-height: 1.75;

}


/* =========================================================
   OUTCOME COLOURS
========================================================= */

.outcome-gold {

    border-top: 5px solid var(--hope-gold);

}


.outcome-gold .outcome-icon {

    background: #fbf3dc;

    color: #c8952e;

}


.outcome-coral {

    border-top: 5px solid var(--action-coral);

}


.outcome-coral .outcome-icon {

    background: #fff0ec;

    color: var(--action-coral);

}


.outcome-brown {

    border-top: 5px solid var(--heritage-brown);

}


.outcome-brown .outcome-icon {

    background: #f3e9df;

    color: var(--heritage-brown);

}


.outcome-teal {

    border-top: 5px solid #3ca8a8;

}


.outcome-teal .outcome-icon {

    background: #eaf8f8;

    color: #359fa0;

}


/* =========================================================
   FRAMEWORK LINK
========================================================= */

.impact-framework-link {

    margin-top: 40px;

    text-align: center;

}


.impact-framework-link a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: var(--heritage-brown);

    font-family: var(--slab);

    font-size: 11px;

    font-weight: 700;

    text-decoration: none;

}


.impact-framework-link a i {

    transition: transform .3s ease;

}


.impact-framework-link a:hover i {

    transform: translateX(5px);

}


/* =========================================================
   IMPACT MEASURES
========================================================= */

.impact-measures {

    padding: 75px 0;

    background: #f5eee5;

}


.impact-measures h2 {

    margin-bottom: 25px;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 65px);

    line-height: 1;

}


.impact-measures h2 span {

    color: var(--heritage-brown);

}


.impact-measures > .container > .row > .col-lg-5 > p {

    max-width: 480px;

    margin-bottom: 30px;

    color: #665b54;

    font-size: 13px;

    line-height: 1.85;

}


/* =========================================================
   MEASURE LIST
========================================================= */

.measure-list {

    background: white;

    border: 1px solid #ddd4ca;

}


.measure-item {

    display: flex;

    gap: 22px;

    padding: 27px 30px;

    border-bottom: 1px solid #e4ddd5;

}


.measure-item:last-child {

    border-bottom: none;

}


.measure-icon {

    flex-shrink: 0;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #f7eee0;

    color: var(--heritage-brown);

}


.measure-item h4 {

    margin-bottom: 5px;

    color: #2b211c;

    font-family: var(--serif);

    font-size: 20px;

}


.measure-item p {

    margin: 0;

    color: #71675f;

    font-size: 11px;

    line-height: 1.6;

}


/* =========================================================
   IMPACT STORY
========================================================= */

.impact-story {

    padding: 125px 0;

    background: white;

}


.impact-story-inner {

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 500px;

}


.impact-story-image {

    overflow: hidden;

}


.impact-story-image img {

    width: 100%;

    height: 100%;

    min-height: 500px;

    object-fit: cover;

}


.impact-story-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 65px;

    background: #55301f;

    color: white;

}


.impact-story-content h2 {

    margin-bottom: 22px;

    font-family: var(--serif);

    font-size: clamp(42px, 4vw, 58px);

    line-height: 1;

}


.impact-story-content h2 span {

    color: var(--hope-gold);

}


.impact-story-content p {

    max-width: 500px;

    margin-bottom: 28px;

    color: rgba(255,255,255,.65);

    font-size: 12px;

    line-height: 1.85;

}


.story-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: var(--hope-gold);

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   ACCOUNTABILITY
========================================================= */

.impact-accountability {

    padding: 0;

    background: #f8f3eb;

}


.accountability-inner {

    display: grid;

    grid-template-columns: 1fr .8fr;

    gap: 100px;

    align-items: center;

    padding: 85px 0;

    border-top: 1px solid #ded5ca;

}


.accountability-inner h2 {

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(42px, 4vw, 58px);

    line-height: 1;

}


.accountability-inner h2 span {

    color: var(--action-coral);

}


.accountability-inner p {

    margin-bottom: 25px;

    color: #665b54;

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {


    .impact-page-hero {

        padding: 60px 0 55px;

    }


    .impact-breadcrumb {

        margin-bottom: 45px;

    }


    .impact-title-row {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .impact-hero-description {

        max-width: 600px;

    }


    .impact-hero-bottom {

        margin-top: 50px;

    }


    .impact-heading-row {

        grid-template-columns: 1fr;

        gap: 25px;

    }


    .impact-outcome-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    .impact-story-inner {

        grid-template-columns: 1fr;

    }


    .impact-story-image img {

        min-height: 400px;

    }


    .accountability-inner {

        grid-template-columns: 1fr;

        gap: 30px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {


    .impact-page-hero {

        padding: 50px 0 45px;

    }


    .impact-breadcrumb {

        margin-bottom: 40px;

        font-size: 10px;

    }


    .impact-title-row h1 {

        font-size: 62px;

        letter-spacing: -2px;

    }


    .impact-hero-description {

        padding-left: 20px;

    }


    .impact-hero-description p {

        font-size: 12px;

        line-height: 1.8;

    }


    .impact-hero-bottom {

        margin-top: 45px;

    }


    .impact-hero-bottom span {

        max-width: 220px;

        line-height: 1.5;

    }


    .impact-shape-one {

        right: -70px;

    }


    .impact-intro,
    .impact-outcomes,
    .impact-measures,
    .impact-story {

        padding: 85px 0;

    }


    .impact-intro h2,
    .impact-heading-row h2 {

        font-size: 43px;

    }


    .impact-outcome-grid {

        grid-template-columns: 1fr;

    }


    .impact-outcome-card {

        min-height: 280px;

    }


    .impact-story-content {

        padding: 50px 30px;

    }


    .impact-story-content h2 {

        font-size: 43px;

    }


    .accountability-inner {

        padding: 65px 0;

    }


}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {


    .impact-title-row h1 {

        font-size: 52px;

    }


    .impact-breadcrumb {

        padding: 8px 13px;

        gap: 10px;

    }


    .impact-intro h2,
    .impact-heading-row h2 {

        font-size: 38px;

    }


    .impact-outcome-card {

        padding: 28px;

    }


    .outcome-top {

        margin-bottom: 40px;

    }


    .measure-item {

        padding: 23px 20px;

    }


    .impact-story-content {

        padding: 45px 25px;

    }


}