:root {
    --theme-green: #829918;
    --theme-yellow: #ffb52f;
    --theme-purple: #3e2543;
    --theme-light: #e8eeef;
    --theme-orange: #d75f0f;
    --theme-dark: #363636;
    --theme-accent: #ffe2ac;
    --theme-blue: #6085B9;
}

body {
    font-size: 20px;
    line-height: calc(1em + 6px);
    font-family: "Be Vietnam Pro", sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    width: 100%
}

#site-wrapper {
    min-height: 250vh;
}

h1,
h2,
h3,
h4 {
    word-wrap: break-word;
}

h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 1rem;
}

h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 1rem;
}

h3 {
    font-size: 40px;
    line-height: 1.2;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

.site-logo {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;

    a {
        position: relative;
        aspect-ratio: 3.86;
        display: block;
        width: 50%;
        margin-left: auto;
        background: url('\.\./img/logo-white.png') center/contain no-repeat;
    }
}

.hero-img {
    display: flex;
    position: relative;
    max-height: 998px;
    background-color: var(--theme-purple);

    img {
        max-width: 1920px;
        width: 100%;
        height: 100%;
        margin-inline: auto;
        object-fit: cover;
    }
}

/* Utility Classes */

.uppercase {
    text-transform: uppercase;
}

.thick {
    font-weight: 600;
}

.button {
    background: var(--theme-yellow);
    padding: 8px 1rem;
    align-self: end;
    font-size: 20px;
    color: white;
}

.w-1\/2,
.w-2\/3,
.w-1\/5,
.w-4\/5,
.w-half {
    flex: 1 0 100%;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-white {
    color: #fff;
}

.text-yellow {
    color: var(--theme-yellow);
}

.text-purple {
    color: var(--theme-purple);
}

.text-orange {
    color: var(--theme-orange);
}

.no-gap {
    gap: 0 !important;
}

.big-gap {
    gap: 3rem 6rem;
}

.report-container {
    width: 84vw;
    max-width: 1236px;
    margin-left: auto;
    margin-right: 5%;
}

.report-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}

.pin-spacer {
    pointer-events: none !important;
}

.pin-spacer * {
    pointer-events: all;
}

/* Bookmarks */

.report-toc {
    position: fixed;
    top: 150px;
    left: 0;
    margin: 0;
    width: fit-content;
    pointer-events: none;
    mix-blend-mode: normal;
    z-index: 20;
}

.toc-links {
    display: block;
}

.report-bookmark {
    display: block;
    background: var(--theme-yellow);
    color: #fff;
    padding: 10px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    pointer-events: auto;
}

.report-bookmark:hover {
    background: var(--theme-purple);
    text-decoration: none;
}

.toc-toggle {
    width: fit-content;
    opacity: 1;
    transform: scale(1);
    position: absolute;
}

.toc-close {
    padding: 8px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: top right;
    transform: rotate(180deg);
    pointer-events: auto;

    i {
        padding: 8px 10px;
        background-color: var(--theme-accent);
        color: var(--theme-orange);
    }
}

/* Component Styling */

.page-title {
    mix-blend-mode: difference;
    color: #fff;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 99;
    display: none;

    span {
        display: block;
        margin-left: 20px;
        mix-blend-mode: difference;
    }

    span:first-child {
        font-size: 24px;
        font-weight: 300;
    }

    span:last-child {
        font-size: 60px;
        font-weight: 700;
    }
}

.mobile-title {
    position: absolute;
    top: 25px;
    display: block;
}

.report-hero {
    height: 300px;
    min-width: 100%;
    position: absolute;
}

.intro-ct {
    padding: 3rem 0;
    position: relative;
    z-index: 2;
    background-color: var(--theme-light);
}

.report-intro {
    position: relative;
}

.intro-body {
    font-size: 18px;
    line-height: 24px;

    *:last-child {
        padding-top: 1em;
    }
}

.intro-img {
    float: left;
    margin: 0 1.5rem 1rem 0;
    max-width: 100%;
}

.report-mission {
    background-color: var(--theme-purple);
}

.report-value {
    flex: 1 1 100%;
    padding: 2rem 2rem 1rem;
    color: #fff;
    border: 1px solid var(--theme-yellow);

    &:nth-child(3n+2) {
        background-color: var(--theme-green);
    }

    &:nth-child(3n+3) {
        background-color: var(--theme-orange);
    }

    ul {
        padding-left: 1em;
    }

    h4 {
        color: var(--theme-yellow);
    }
}

.report-campaign {
    padding: 4rem 0;
}

.campaign-features {
    display: flex;
    column-gap: 3rem;
    flex-wrap: wrap;
}

.campaign-goals h2 {
    color: var(--theme-dark);
}

.campaign-sectors h2 {
    color: var(--theme-green);
}

.goal-item {
    font-weight: 600;
    margin: 0 0 1em;
    line-height: calc(1em + 6px);
}

.sector-row {
    position: relative;
    padding-left: 100px;
    display: flex;
    align-items: center;

    img {
        position: absolute;
        top: -12px;
        left: 0;
        height: 45px;
        width: 60px;
        object-fit: contain;
        object-position: center;
    }

    p {
        margin: 0 0 1em;
        font-weight: 600;
        line-height: calc(1em + 6px);
    }
}

.report-accomplishments {
    padding: 2rem 0 3rem;
    background: url('\.\./img/sliderTexture.png') var(--theme-purple);
}

.slider-wrapper {
    overflow: hidden;
    aspect-ratio: 1;
    height: 80vh;
    width: 100%;
}

.sliderClass {
    height: fit-content;
}

.individualSlide {
    height: fit-content;
    background-color: var(--theme-purple);

    h2 {
        line-height: 1;
    }

    h4 {
        margin-bottom: 1rem;
    }
}

.individualSlide:not(:last-child) {
    border-bottom: 1px solid var(--theme-yellow);
}

.individualSlide .img-ct {
    aspect-ratio: 2;
    width: 100%;
}

.individualSlide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.individualSlide .report-container {
    height: 100%;
}

.individualSlide .slide-text {
    padding: 1rem 0 2rem;
}

.slide-caption {
    font-size: 14px;
    line-height: 18px;
    padding-top: 2rem;
    margin-bottom: 0;
}

.report-financials {
    padding: 3rem 0;
}

.chart-ct {
    height: 500px;
    width: 100%;

    canvas {
        width: 100%;
        height: 100%;
        max-height: 500px;
    }
}

.report-acknowledgements {
    padding-top: 3rem;
}

.transition-ct {
    position: relative;
    overflow: hidden;
    max-height: 998px;
}

.report-directors {
    background-color: var(--theme-light);
    padding: 3rem 0 4rem;
    position: relative;

    .zone {
        height: 100%;
        position: absolute;
    }
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    row-gap: 2rem;

    img {
        aspect-ratio: 1/1.27;
        max-width: none;
        width: 100%;
    }

    figcaption {
        line-height: 1;
        font-size: 20px;
        font-weight: 300;
    }
}

.report-staff {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;

    img {
        object-fit: cover;
        object-position: center 10%;
    }

    .report-container {
        padding-top: 3rem;
        padding-bottom: 6rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 1;
    }

    h4 {
        align-self: start;
    }
}

.report-past {
    padding: 3rem 0 4rem;
    background-color: var(--theme-green);

    .report-container {
        position: relative;
    }

    .report-container::before {
        content: '';
        position: absolute;
        top: -3rem;
        right: -10%;
        aspect-ratio: 2;
        background-image: url('\.\./img/sunburst.png');
        height: 357px;
        z-index: 0;
        opacity: 0.7;
    }

    h2 {
        position: relative;
        z-index: 1;
    }
}

.past-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 1rem 0;
    position: relative;
    z-index: 1;

    img {
        aspect-ratio: 4/3;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.past-cell {
    position: relative;

    a::before {
        height: 100%;
        width: 100%;
        pointer-events: auto;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width: 480px) {

    .campaign-features {
        flex-wrap: nowrap;

        >div {
            flex: 1 1 0;
        }
    }

}

@media (min-width: 768px) {
    body {
        font-size: 24px;
    }

    .report-container {
        width: 75vw;
        padding-left: 3rem;
    }

    .site-logo {
        top: 50px;
    }

    .report-hero {
        height: 400px;
    }

    .page-title {
        display: block;
    }

    .mobile-title {
        display: none;
    }

    .page-title span {
        margin-left: 25px;
    }

    .light {
        font-weight: 300;
    }

    h1 {
        font-size: 80px;
        line-height: 1;
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 1rem;
    }

    h3 {
        font-size: 40px;
        line-height: 1.2;
    }

    h4 {
        font-size: 24px;
        font-weight: 600;
    }

    .toc-toggle {
        padding: 1rem 1.5rem;
        font-size: 24px;
    }

    .hero-img {
        max-height: unset;
    }
}

@media (min-width: 1024px) {
    .page-title {
        top: 60px;
    }

    .page-title span {
        margin-left: 60px;
    }

    .page-title span:first-child {
        font-size: 32px;
        font-weight: 300;
    }

    .page-title span:last-child {
        font-size: 75px;
        font-weight: 700;
    }

    .report-toc {
        z-index: 5;
        top: 180px;
    }

    .toc-toggle,
    .toc-close {
        display: none;
    }

    .toc-links {
        opacity: 1;
        transform: scale(1);
    }

    .report-bookmark {
        padding: 1rem;
        font-size: 18px;
    }

    .report-toc::before {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 100vh;
        top: -180px;
        left: 50px;
        z-index: -1;
        background-color: var(--theme-yellow);
    }

    .report-container {
        width: 64vw;
        margin-right: 12%;
        padding-left: 2rem;
    }

    .w-1\/5 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .w-4\/5 {
        flex: 0 0 80%;
        max-width: 80%;
    }

    :not(.report-campaign):not(.report-financials)>.report-flex {
        flex-wrap: nowrap;
    }

    .report-value {
        flex: 1 1 0;
        border: none;

        &:nth-child(3n+1) {
            padding-left: 0;
        }
    }

    h2 {
        font-size: 70px;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    h3 {
        font-size: 60px;
        line-height: 1.2;
    }

    h4 {
        font-size: 24px;
        font-weight: 600;
    }

    .past-grid {
        width: 75%;
    }

    .slider-wrapper {
        aspect-ratio: 2;
        width: 100%;
        height: auto;
    }

    .sliderClass {
        height: fit-content;
    }

    .individualSlide .report-container {
        flex-wrap: nowrap;
    }

    .individualSlide .img-ct {
        width: 60%;
        aspect-ratio: unset;
    }

    .individualSlide .report-container {
        height: 100%;
        font-size: 20px;
    }

    .individualSlide .slide-text {
        width: 40%;
    }

    .photo-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .report-hero {
        height: 535px;
    }
}

@media (min-width: 1280px) {
    .w-2\/3 {
        flex: 0 0 66%;
        max-width: 66%;
    }

    .w-1\/2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .report-container {
        padding-left: 0 !important;
    }

    .page-title span {
        margin-left: 70px;
    }

    .page-title span:first-child {
        font-size: 32px;
        font-weight: 300;
    }

    .page-title span:last-child {
        font-size: 70px;
        font-weight: 700;
    }

    .report-bookmark {
        padding: 1rem 2rem;
    }

    .report-hero {
        height: 667px;
    }

    .slider-wrapper {
        aspect-ratio: 2.85;
    }

    .report-campaign .report-flex {
        flex-wrap: nowrap;
    }

    .campaign-features {
        display: block;
    }
}

@media (min-width: 1536px) {
    .report-container {
        flex-wrap: nowrap;
    }

    .individualSlide {
        aspect-ratio: 3.74;
    }

    .report-hero {
        height: 100%;
    }

    .page-title span:first-child {
        font-size: 36px;
        font-weight: 300;
    }

    .page-title span:last-child {
        font-size: 90px;
        font-weight: 700;
    }

    .report-toc {
        top: 210px;
    }

    .report-toc::before {
        top: -210px;
    }

}

@media (min-width: 1920px) {
    .report-container {
        margin-right: auto;
    }
}