/* =========================================================
   SHAC INITIATIVE
   STORIES PAGE
========================================================= */


/* =========================================================
   STORIES BREADCRUMB HERO
========================================================= */

.stories-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;

}


.stories-page-hero-content {

    position: relative;

    z-index: 2;

}


/* =========================================================
   DECORATIVE SHAPES
========================================================= */

.stories-hero-shape {

    position: absolute;

    pointer-events: none;

}


.stories-shape-one {

    width: 190px;

    height: 190px;

    right: 8%;

    top: -95px;

    border: 1px solid rgba(211,163,59,.3);

    border-radius: 50%;

}


.stories-shape-one::before {

    content: "";

    position: absolute;

    inset: 30px;

    border: 1px solid rgba(211,163,59,.15);

    border-radius: 50%;

}


.stories-shape-two {

    width: 100px;

    height: 100px;

    left: 5%;

    bottom: -50px;

    border: 1px solid rgba(242,95,70,.3);

    border-radius: 50%;

}


.stories-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
   SAME STYLE AS PROGRAMMES PAGE
========================================================= */

.stories-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;

}


.stories-breadcrumb a {

    color: rgba(255,255,255,.65);

    text-decoration: none;

    transition: .3s ease;

}


.stories-breadcrumb a:hover {

    color: var(--hope-gold);

}


.stories-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);

}


.stories-breadcrumb span i {

    font-size: 8px;

}


.stories-breadcrumb strong {

    color: white;

    font-weight: 600;

}


/* =========================================================
   HERO TITLE
========================================================= */

.stories-title-row {

    display: grid;

    grid-template-columns: 1.2fr .8fr;

    gap: 80px;

    align-items: end;

}


.stories-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;

}


.stories-title-row h1 {

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(65px, 8vw, 105px);

    font-weight: 400;

    line-height: .88;

    letter-spacing: -3px;

}


.stories-title-row h1 span {

    color: var(--hope-gold);

}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.stories-hero-description {

    max-width: 430px;

    padding-left: 30px;

    border-left: 2px solid var(--action-coral);

}


.stories-hero-description p {

    margin: 0;

    color: rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.9;

}


/* =========================================================
   HERO BOTTOM
========================================================= */

.stories-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);

}


.stories-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;

}


.stories-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;

    text-decoration: none;

    transition: .3s ease;

}


.stories-hero-arrow:hover {

    background: var(--hope-gold);

    color: var(--heritage-brown);

    transform: translateY(3px);

}


/* =========================================================
   INTRO
   SAME STRUCTURE AS PROGRAMMES INTRO
========================================================= */

.stories-intro {

    padding: 120px 0;

    background: #f8f3eb;

}


.stories-intro h2 {

    max-width: 850px;

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 68px);

    line-height: 1;

    letter-spacing: -1px;

}


.stories-intro h2 span {

    color: var(--heritage-brown);

}


.stories-intro .intro-text {

    max-width: 520px;

    margin: 0;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.9;

}


/* =========================================================
   CATEGORIES
========================================================= */

.stories-categories {

    padding: 110px 0;

    background: white;

}


.stories-section-heading {

    display: grid;

    grid-template-columns: 1fr .65fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 45px;

}


.stories-section-heading > div > span {

    display: block;

    margin-bottom: 15px;

    color: var(--action-coral);

    font-family: var(--slab);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

}


.stories-section-heading h2 {

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 65px);

    line-height: 1;

}


.stories-section-heading h2 em {

    color: var(--heritage-brown);

    font-style: normal;

}


.stories-section-heading > p {

    margin: 0;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   FILTER
========================================================= */

.story-filter {

    display: flex;

    gap: 9px;

    flex-wrap: wrap;

}


.story-filter a {

    display: inline-flex;

    align-items: center;

    padding: 10px 15px;

    border: 1px solid #e3dcd4;

    color: #665b54;

    font-family: var(--slab);

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: .3s ease;

}


.story-filter a:hover,
.story-filter a.active {

    border-color: var(--heritage-brown);

    background: var(--heritage-brown);

    color: white;

}


/* =========================================================
   FEATURED STORY
========================================================= */

.featured-story {

    padding: 0 0 120px;

    background: white;

}


.featured-story-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 560px;

}


.featured-story-image {

    position: relative;

    overflow: hidden;

}


.featured-story-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;

}


.featured-story-grid:hover .featured-story-image img {

    transform: scale(1.05);

}


.featured-story-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.25),
            transparent 55%
        );

}


.featured-story-tag {

    position: absolute;

    z-index: 2;

    left: 28px;

    bottom: 28px;

    padding: 9px 14px;

    background: white;

    color: var(--heritage-brown);

    font-family: var(--slab);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.featured-story-content {

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 65px;

    background: var(--heritage-brown);

    color: white;

}


.story-label {

    display: block;

    margin-bottom: 10px;

    color: var(--hope-gold);

    font-family: var(--slab);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

}


.story-number {

    position: absolute;

    top: 30px;

    right: 30px;

    color: rgba(255,255,255,.25);

    font-family: var(--slab);

    font-size: 11px;

}


.featured-story-content h2 {

    max-width: 550px;

    margin: 0 0 25px;

    font-family: var(--serif);

    font-size: clamp(43px, 4vw, 62px);

    font-weight: 400;

    line-height: 1.02;

}


.featured-story-content h2 span {

    color: var(--hope-gold);

}


.featured-story-content p {

    max-width: 500px;

    margin: 0 0 13px;

    color: rgba(255,255,255,.68);

    font-size: 12px;

    line-height: 1.85;

}


.story-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    width: fit-content;

    margin-top: 18px;

    padding-bottom: 8px;

    border-bottom: 1px solid rgba(211,163,59,.45);

    color: var(--hope-gold);

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;

    transition: gap .3s ease;

}


.story-link:hover {

    gap: 15px;

    color: white;

}


/* =========================================================
   LATEST STORIES
========================================================= */

.latest-stories {

    padding: 120px 0;

    background: #f8f3eb;

}


.latest-stories-heading {

    display: grid;

    grid-template-columns: 1fr .65fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 60px;

}


.latest-stories-heading > div > span {

    display: block;

    margin-bottom: 15px;

    color: var(--action-coral);

    font-family: var(--slab);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

}


.latest-stories-heading h2 {

    margin: 0;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 65px);

    line-height: 1;

}


.latest-stories-heading h2 em {

    color: var(--heritage-brown);

    font-style: normal;

}


.latest-stories-heading > p {

    margin: 0;

    color: var(--text-muted);

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   STORY CARDS
========================================================= */

.story-card {

    height: 100%;

    overflow: hidden;

    background: white;

    border: 1px solid #e8dfd6;

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.story-card:hover {

    transform: translateY(-7px);

    box-shadow:
        0 25px 55px rgba(27,23,23,.1);

}


/* =========================================================
   STORY IMAGE
========================================================= */

.story-card-image {

    position: relative;

    height: 260px;

    overflow: hidden;

}


.story-card-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;

}


.story-card:hover .story-card-image img {

    transform: scale(1.06);

}


.story-tag {

    position: absolute;

    left: 20px;

    bottom: 20px;

    padding: 8px 11px;

    background: white;

    color: var(--heritage-brown);

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.story-tag.coral {

    color: var(--action-coral);

}


.story-tag.teal {

    color: #359fa0;

}


/* =========================================================
   STORY CONTENT
========================================================= */

.story-card-content {

    padding: 32px;

}


.story-card-type {

    display: block;

    margin-bottom: 15px;

    color: var(--action-coral);

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

}


.story-card h3 {

    min-height: 65px;

    margin: 0 0 16px;

    color: #2b211c !important;

    font-family: var(--serif);

    font-size: 27px;

    font-weight: 400;

    line-height: 1.15;

}


.story-card p {

    min-height: 90px;

    margin: 0 0 25px;

    color: #665b54 !important;

    font-size: 13px;

    line-height: 1.8;

}


.story-card-content > a {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--heritage-brown);

    font-family: var(--slab);

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition: gap .3s ease;

}


.story-card-content > a:hover {

    gap: 14px;

}


/* =========================================================
   COLOURED CARDS
========================================================= */

.story-card-gold {

    border-top: 5px solid var(--hope-gold);

    background: var(--soft-gold);

}


.story-card-teal {

    border-top: 5px solid #359fa0;

    background: var(--soft-teal);

}


.story-card-coral {

    border-top: 5px solid var(--action-coral);

    background: var(--soft-coral);

}


.story-card-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 30px;

    border-radius: 50%;

    background: rgba(255,255,255,.65);

    color: var(--hope-gold);

    font-size: 19px;

}


.story-card-teal .story-card-icon {

    color: #359fa0;

}


.story-card-coral .story-card-icon {

    color: var(--action-coral);

}


.story-card-event {

    background: #f7f2eb;

}


/* =========================================================
   CTA
========================================================= */

.stories-cta {

    padding: 0;

    background: #f8f1e8;

}


.stories-cta-inner {

    position: relative;

    overflow: hidden;

    min-height: 370px;

    display: flex;

    align-items: center;

    padding: 40px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(211,163,59,.15),
            transparent 25%
        ),
        var(--action-coral);

    color: white;

}


.stories-cta .cta-content {

    position: relative;

    z-index: 3;

    max-width: 700px;

}


.stories-cta .cta-content > span {

    display: block;

    margin-bottom: 18px;

    color: var(--hope-gold);

    font-family: var(--slab);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

}


.stories-cta h2 {

    margin: 0 0 20px;

    font-family: var(--serif);

    font-size: clamp(45px, 5vw, 67px);

    line-height: 1;

}


.stories-cta h2 em {

    color: var(--hope-gold);

    font-style: normal;

}


.stories-cta .cta-content > p {

    max-width: 620px;

    margin-bottom: 30px;

    color: rgba(255,255,255,.8);

    font-size: 13px;

    line-height: 1.8;

}


.stories-cta .cta-buttons {

    display: flex;

    align-items: center;

    gap: 25px;

    flex-wrap: wrap;

}


.stories-cta .cta-buttons .btn-light {

    color: var(--action-coral);

    font-weight: 700;

}


.stories-cta .cta-link {

    color: white;

    font-family: var(--slab);

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   CTA DECORATION
========================================================= */

.stories-cta .cta-decoration {

    position: absolute;

    width: 500px;

    height: 500px;

    right: -100px;

    top: -30px;

}


.stories-cta .cta-circle-big {

    position: absolute;

    width: 420px;

    height: 420px;

    right: -70px;

    top: 20px;

    border: 1px solid rgba(255,255,255,.16);

    border-radius: 50%;

}


.stories-cta .cta-circle-small {

    position: absolute;

    width: 250px;

    height: 250px;

    right: 15px;

    top: 105px;

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 50%;

}


.stories-cta .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;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {


    .stories-title-row {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .stories-hero-description {

        max-width: 600px;

    }


    .stories-section-heading,
    .latest-stories-heading {

        grid-template-columns: 1fr;

        gap: 25px;

    }


    .featured-story-grid {

        grid-template-columns: 1fr;

    }


    .featured-story-image {

        min-height: 450px;

    }


    .featured-story-content {

        min-height: 450px;

    }


    .stories-cta-inner {

        padding: 65px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {


    .stories-page-hero {

        padding: 50px 0 45px;

    }


    .stories-breadcrumb {

        margin-bottom: 40px;

        font-size: 10px;

    }


    .stories-title-row h1 {

        font-size: 60px;

        letter-spacing: -2px;

    }


    .stories-hero-description {

        padding-left: 20px;

    }


    .stories-hero-description p {

        font-size: 12px;

        line-height: 1.8;

    }


    .stories-hero-bottom {

        margin-top: 45px;

    }


    .stories-hero-bottom > span {

        max-width: 220px;

        line-height: 1.5;

    }


    .stories-intro,
    .stories-categories,
    .latest-stories {

        padding: 85px 0;

    }


    .stories-intro h2 {

        font-size: 43px;

    }


    .stories-section-heading h2,
    .latest-stories-heading h2 {

        font-size: 43px;

    }


    .featured-story {

        padding-bottom: 85px;

    }


    .featured-story-image {

        min-height: 330px;

    }


    .featured-story-content {

        min-height: auto;

        padding: 45px 28px;

    }


    .featured-story-content h2 {

        font-size: 40px;

    }


    .story-card-image {

        height: 240px;

    }


    .story-card h3,
    .story-card p {

        min-height: auto;

    }


    .stories-cta-inner {

        min-height: 520px;

        padding: 55px 30px;

    }


    .stories-cta h2 {

        font-size: 44px;

    }


    .stories-cta .cta-decoration {

        right: -240px;

        opacity: .7;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {


    .stories-title-row h1 {

        font-size: 51px;

    }


    .stories-breadcrumb {

        padding: 8px 13px;

        gap: 10px;

    }


    .stories-intro h2,
    .stories-section-heading h2,
    .latest-stories-heading h2 {

        font-size: 38px;

    }


    .featured-story-content {

        padding: 40px 24px;

    }


    .featured-story-content h2 {

        font-size: 36px;

    }


    .story-card-content {

        padding: 27px;

    }


    .stories-cta h2 {

        font-size: 38px;

    }

}