/* =========================================================
   SHAC INITIATIVE
   PROGRAMMES PAGE
========================================================= */


/* =========================================================
   PROGRAMMES BREADCRUMB HERO
========================================================= */

.programmes-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;

}


.programmes-page-hero-content {

    position: relative;

    z-index: 2;

}


/* =========================================================
   DECORATIVE SHAPES
========================================================= */

.programmes-hero-shape {

    position: absolute;

    pointer-events: none;

}


.programmes-shape-one {

    width: 190px;

    height: 190px;

    right: 8%;

    top: -95px;

    border: 1px solid rgba(211,163,59,.3);

    border-radius: 50%;

}


.programmes-shape-one::before {

    content: "";

    position: absolute;

    inset: 30px;

    border: 1px solid rgba(211,163,59,.15);

    border-radius: 50%;

}


.programmes-shape-two {

    width: 100px;

    height: 100px;

    left: 5%;

    bottom: -50px;

    border: 1px solid rgba(242,95,70,.3);

    border-radius: 50%;

}


.programmes-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
========================================================= */

.programmes-breadcrumb {

    display: inline-flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 60px;

    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;

}


.programmes-breadcrumb a {

    color: rgba(255,255,255,.65);

    text-decoration: none;

    transition: .3s ease;

}


.programmes-breadcrumb a:hover {

    color: var(--hope-gold);

}


.programmes-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);

}


.programmes-breadcrumb span i {

    font-size: 8px;

}


.programmes-breadcrumb strong {

    color: white;

    font-weight: 600;

}


/* =========================================================
   HERO TITLE
========================================================= */

.programmes-title-row {

    display: grid;

    grid-template-columns: 1.2fr .8fr;

    gap: 80px;

    align-items: end;

}


.programmes-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;

}


.programmes-title-row h1 {

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(65px, 8vw, 105px);

    font-weight: 400;

    line-height: .88;

    letter-spacing: -3px;

}


.programmes-title-row h1 span {

    color: var(--hope-gold);

}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.programmes-hero-description {

    max-width: 430px;

    padding-left: 30px;

    border-left: 2px solid var(--action-coral);

}


.programmes-hero-description p {

    margin: 0;

    color: rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.9;

}


/* =========================================================
   HERO BOTTOM
========================================================= */

.programmes-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);

}


.programmes-hero-bottom > span {

    max-width: 650px;

    color: rgba(255,255,255,.4);

    font-family: var(--slab);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 2px;

}


.programmes-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);

    font-size: 14px;

}


/* =========================================================
   INTRO
========================================================= */

.programmes-intro {

    padding: 120px 0;

    background: #f8f3eb;

}


.programmes-intro h2 {

    max-width: 850px;

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 68px);

    line-height: 1;

    letter-spacing: -1px;

}


.programmes-intro h2 span {

    color: var(--heritage-brown);

}


.intro-text {

    max-width: 520px;

    margin: 0;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.9;

}


/* =========================================================
   PROGRAMME CATEGORIES
========================================================= */

.programme-categories {

    padding: 125px 0;

    background: white;

}


.programme-section-heading {

    display: grid;

    grid-template-columns: 1fr .65fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 65px;

}


.programme-section-heading h2 {

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 65px);

    line-height: 1;

}


.programme-section-heading h2 span {

    color: var(--heritage-brown);

}


.programme-section-heading > p {

    margin: 0;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   PROGRAMME GRID
========================================================= */

.programme-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

}


/* =========================================================
   PROGRAMME CARD
========================================================= */

.programme-card {

    position: relative;

    overflow: hidden;

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    min-height: 390px;

    background: #f7f2eb;

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.programme-card:hover {

    transform: translateY(-7px);

    box-shadow:
        0 25px 55px rgba(27,23,23,.11);

}


/* =========================================================
   CARD IMAGE
========================================================= */

.programme-card-image {

    position: relative;

    min-height: 390px;

    overflow: hidden;

}


.programme-card-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform .7s ease;

}


.programme-card:hover .programme-card-image img {

    transform: scale(1.06);

}


.programme-card-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to right,
            transparent,
            rgba(0,0,0,.12)
        );

}


/* =========================================================
   CARD NUMBER
========================================================= */

.programme-number {

    position: absolute;

    z-index: 2;

    left: 18px;

    top: 18px;

    width: 43px;

    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: white;

    color: var(--heritage-brown);

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

    box-shadow:
        0 8px 20px rgba(0,0,0,.1);

}


/* =========================================================
   CARD CONTENT
========================================================= */

.programme-card-content {

    position: relative;

    padding: 34px;

    display: flex;

    flex-direction: column;

}


.programme-card-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 50%;

    font-size: 19px;

}


.programme-label {

    display: block;

    margin-bottom: 8px;

    font-family: var(--slab);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 2px;

}


.programme-card h3 {

    margin-bottom: 16px;

    font-family: var(--serif);

    font-size: 30px;

    font-weight: 700;

    line-height: 1.12;

    letter-spacing: -0.5px;

    color: #2b211c !important;

}

.programme-card-content p {

    color: #665b54 !important;

}

.programme-card-content {

    position: relative;

    padding: 34px;

    display: flex;

    flex-direction: column;

    background: #f7f1e8;

}


.programme-label {

    display: block;

    margin-bottom: 10px;

    font-family: var(--slab);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2.2px;

}


.programme-card h3 {

    color: #2b211c !important;

}

.programme-card p {

    margin: 0;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.75;

}


.programme-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: auto;

    padding-top: 25px;

    color: var(--heritage-brown);

    font-family: var(--slab);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .5px;

    text-decoration: none;

}


.programme-link i {

    transition: transform .3s ease;

}


.programme-link:hover i {

    transform: translate(3px,-3px);

}


/* =========================================================
   CARD COLOURS
========================================================= */


/* Children */

.programme-children {

    border-top: 5px solid var(--hope-gold);

}


.programme-children .programme-card-icon {

    background: var(--soft-gold);

    color: var(--hope-gold);

}


.programme-children .programme-label {

    color: var(--hope-gold);

}


/* Youth */

.programme-youth {

    border-top: 5px solid var(--action-coral);

}


.programme-youth .programme-card-icon {

    background: var(--soft-coral);

    color: var(--action-coral);

}


.programme-youth .programme-label {

    color: var(--action-coral);

}


/* Mentoring */

.programme-mentoring {

    border-top: 5px solid #359fa0;

}


.programme-mentoring .programme-card-icon {

    background: var(--soft-teal);

    color: #359fa0;

}


.programme-mentoring .programme-label {

    color: #359fa0;

}


/* Volunteering */

.programme-volunteering {

    border-top: 5px solid var(--heritage-brown);

}


.programme-volunteering .programme-card-icon {

    background: var(--soft-brown);

    color: var(--heritage-brown);

}


.programme-volunteering .programme-label {

    color: var(--heritage-brown);

}


/* Family */

.programme-family {

    border-top: 5px solid var(--hope-gold);

}


.programme-family .programme-card-icon {

    background: var(--soft-gold);

    color: var(--hope-gold);

}


.programme-family .programme-label {

    color: var(--hope-gold);

}


/* International */

.programme-international {

    border-top: 5px solid #359fa0;

}


.programme-international .programme-card-icon {

    background: var(--soft-teal);

    color: #359fa0;

}


.programme-international .programme-label {

    color: #359fa0;

}


/* =========================================================
   PROGRAMME APPROACH
========================================================= */

.programme-approach {

    padding: 125px 0;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(211,163,59,.12),
            transparent 25%
        ),
        var(--hope-black);

    color: white;

}


.approach-intro {

    max-width: 780px;

    margin-bottom: 70px;

}


.approach-intro h2 {

    margin: 0 0 20px;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 67px);

    line-height: 1;

}


.approach-intro h2 span {

    color: var(--hope-gold);

}


.approach-intro p {

    max-width: 600px;

    margin: 0;

    color: rgba(255,255,255,.58);

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   PROCESS
========================================================= */

.programme-process {

    display: flex;

    align-items: stretch;

}


.process-item {

    flex: 1;

    min-height: 300px;

    padding: 30px;

    border: 1px solid rgba(255,255,255,.1);

    background: rgba(255,255,255,.025);

    transition:
        transform .35s ease,
        background .35s ease;

}


.process-item:hover {

    transform: translateY(-6px);

    background: rgba(255,255,255,.06);

}


.process-item:nth-child(1) {

    border-top: 4px solid var(--hope-gold);

}


.process-item:nth-child(3) {

    border-top: 4px solid var(--action-coral);

}


.process-item:nth-child(5) {

    border-top: 4px solid #359fa0;

}


.process-item:nth-child(7) {

    border-top: 4px solid var(--heritage-brown);

}


.process-number {

    display: block;

    margin-bottom: 30px;

    color: var(--hope-gold);

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

}


.process-icon {

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 50%;

    background: rgba(255,255,255,.07);

    color: var(--action-coral);

}


.process-item:nth-child(3) .process-icon {

    color: var(--hope-gold);

}


.process-item:nth-child(5) .process-icon {

    color: #55c5c5;

}


.process-item:nth-child(7) .process-icon {

    color: #d99b6d;

}


.process-item h3 {

    margin-bottom: 10px;

    font-family: var(--serif);

    font-size: 25px;

}


.process-item p {

    margin: 0;

    color: rgba(255,255,255,.52);

    font-size: 11px;

    line-height: 1.7;

}


.process-line {

    width: 35px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

}


.process-line::after {

    content: "→";

    color: var(--hope-gold);

    font-size: 18px;

}


/* =========================================================
   CTA
========================================================= */

.programme-cta {

    padding: 0;

    background: #f8f1e8;

}


.programme-cta-inner {

    min-height: 470px;

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    padding: 80px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(211,163,59,.15),
            transparent 25%
        ),
        var(--action-coral);

    color: white;

}


.cta-content {

    position: relative;

    z-index: 3;

    max-width: 700px;

}


.cta-content h2 {

    margin-bottom: 20px;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 67px);

    line-height: 1;

}


.cta-content h2 span {

    color: var(--hope-gold);

}


.cta-content > p {

    max-width: 620px;

    margin-bottom: 30px;

    color: rgba(255,255,255,.8);

    font-size: 13px;

    line-height: 1.8;

}


.cta-buttons {

    display: flex;

    align-items: center;

    gap: 25px;

    flex-wrap: wrap;

}


.cta-buttons .btn-light {

    color: var(--action-coral);

    font-weight: 700;

}


.cta-link {

    color: white;

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;

}


.cta-link i {

    margin-left: 5px;

}


/* =========================================================
   CTA DECORATION
========================================================= */

.cta-decoration {

    position: absolute;

    width: 500px;

    height: 500px;

    right: -100px;

    top: -30px;

}


.cta-circle-big {

    position: absolute;

    width: 420px;

    height: 420px;

    right: -70px;

    top: 20px;

    border: 1px solid rgba(255,255,255,.16);

    border-radius: 50%;

}


.cta-circle-small {

    position: absolute;

    width: 250px;

    height: 250px;

    right: 15px;

    top: 105px;

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 50%;

}


.cta-star {

    position: absolute;

    right: 170px;

    top: 195px;

    width: 75px;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--hope-gold);

    color: white;

    font-size: 25px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.13);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {


    .programme-card {

        grid-template-columns: .8fr 1.2fr;

    }


    .programme-card-content {

        padding: 27px;

    }


    .programme-card h3 {

        font-size: 25px;

    }


}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {


    .programmes-page-hero {
        padding: 60px 0 55px;

    }


    .programmes-breadcrumb {

        margin-bottom: 45px;

    }


    .programmes-title-row {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .programmes-hero-description {

        max-width: 600px;

    }


    .programmes-hero-bottom {

        margin-top: 50px;

    }


    .programme-section-heading {

        grid-template-columns: 1fr;

        gap: 25px;

    }


    .programme-grid {

        grid-template-columns: 1fr;

    }


    .programme-process {

        display: grid;

        grid-template-columns: repeat(2, 1fr);

    }


    .process-line {

        display: none;

    }


    .programme-cta-inner {

        padding: 65px;

    }


}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {


    .programmes-page-hero {

        padding: 50px 0 45px;

    }


    .programmes-breadcrumb {

        margin-bottom: 40px;

        font-size: 10px;

    }


    .programmes-title-row h1 {

        font-size: 62px;

        letter-spacing: -2px;

    }


    .programmes-hero-description {

        padding-left: 20px;

    }


    .programmes-hero-description p {

        font-size: 12px;

        line-height: 1.8;

    }


    .programmes-hero-bottom {

        margin-top: 45px;

    }


    .programmes-hero-bottom > span {

        max-width: 220px;

        line-height: 1.5;

    }


    .programmes-shape-one {

        right: -70px;

    }


    .programmes-intro,
    .programme-categories,
    .programme-approach {

        padding: 85px 0;

    }


    .programmes-intro h2 {

        font-size: 43px;

    }


    .programme-section-heading h2 {

        font-size: 43px;

    }


    .programme-card {

        display: block;

    }


    .programme-card-image {

        min-height: 300px;

        height: 300px;

    }


    .programme-card-content {

        min-height: 330px;

        padding: 28px;

    }


    .programme-card h3 {

        font-size: 28px;

    }


    .programme-process {

        grid-template-columns: 1fr;

    }


    .process-item {

        min-height: 260px;

    }


    .programme-cta-inner {

        min-height: 520px;

        padding: 55px 30px;

    }


    .cta-decoration {

        right: -240px;

        opacity: .7;

    }


    .cta-content h2 {

        font-size: 44px;

    }


}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {


    .programmes-title-row h1 {

        font-size: 52px;

    }


    .programmes-breadcrumb {

        padding: 8px 13px;

        gap: 10px;

    }


    .programmes-intro h2 {

        font-size: 38px;

    }


    .programme-section-heading h2 {

        font-size: 38px;

    }


    .programme-card-image {

        height: 270px;

        min-height: 270px;

    }


    .programme-card-content {

        min-height: 340px;

    }


    .cta-content h2 {

        font-size: 38px;

    }

}