.sun-school-page {
    background: #fff;
    color: #004735;
    font-family: 'Closer Text', sans-serif;
    overflow: hidden;
    padding-top: 135px;
}

.sun-container {
    margin: 0 auto 120px;
    width: var(--eco-page-shell, min(1320px, calc(100vw - 120px)));
}

.sun-rich-text,
.sun-feature-card p,
.sun-donor-card p {
    color: #004735;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: 0;
}

.sun-hero__title {
    color: #013026;
    font-size: clamp(56px, 4.8vw, 74px);
    font-weight: 500;
    line-height: 1.02;
    margin: 0 0 82px;
    max-width: none;
}

.sun-hero__grid {
    align-items: start;
    display: grid;
    gap: clamp(36px, 4.3vw, 72px);
    grid-template-columns: minmax(300px, 390px) minmax(360px, 430px) minmax(230px, 300px);
    justify-content: space-between;
}

.sun-hero__copy {
    display: grid;
    gap: 48px;
    position: relative;
}

.sun-hero__intro {
    display: grid;
    gap: 132px;
}

.sun-lead,
.sun-founder {
    color: #013026;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0;
    margin: 0;
    max-width: 440px;
}

.sun-founder {
    max-width: 320px;
}

.sun-quote-card {
    background: #f1f5f8;
    border-radius: 28px;
    margin: 0;
    padding: 36px 38px 40px;
    position: relative;
}

.sun-quote-card::before,
.sun-quote-card::after {
    background: #edf2f5;
    border-radius: 50%;
    content: '';
    position: absolute;
}

.sun-quote-card::before {
    height: 44px;
    left: auto;
    right: -84px;
    top: -54px;
    width: 44px;
}

.sun-quote-card::after {
    height: 24px;
    left: auto;
    right: -26px;
    top: -78px;
    width: 24px;
}

.sun-quote-card__mark {
    color: #004735;
    display: block;
    font-size: 72px;
    font-weight: 500;
    line-height: .8;
    margin-bottom: 12px;
}

.sun-quote-card p {
    color: #004735;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0;
    margin: 0;
}

.sun-video {
    aspect-ratio: 0.67;
    background: #cfe2e0;
    border-radius: 32px;
    height: 640px;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.sun-video img,
.sun-video video,
.sun-video iframe {
    border: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sun-video--inactive {
    align-items: center;
    display: flex;
    justify-content: center;
}

.sun-video button {
    align-items: center;
    background: #cfe2e0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 118px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 118px;
}

.sun-video button span {
    border-bottom: 19px solid transparent;
    border-left: 29px solid #004735;
    border-top: 19px solid transparent;
    margin-left: 10px;
}

.sun-metrics {
    display: grid;
    gap: 58px;
    padding-top: 64px;
}

.sun-metric {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: 58px 1fr;
}

.sun-metric__icon {
    align-items: center;
    background: #dceceb;
    border-radius: 50%;
    color: #004735;
    display: flex;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.sun-icon {
    display: block;
    height: 28px;
    width: 28px;
}

.sun-metric__content strong {
    color: #013026;
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.02;
}

.sun-metric__content span {
    color: rgba(0, 71, 53, .72);
    display: block;
    font-size: 24px;
    line-height: 1.22;
    margin-top: 6px;
}

.sun-energy {
    align-items: center;
    background: #cfe2e0;
    border-radius: 32px;
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(320px, 480px) 1fr;
    padding: 64px 72px;
}

.sun-energy__media img,
.sun-lesson__media img {
    border-radius: 24px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sun-energy__media img {
    aspect-ratio: .78;
}

.sun-energy__content h2,
.sun-results h2,
.sun-impact h2,
.sun-donor h2 {
    color: #013026;
    font-size: clamp(42px, 4vw, 64px);
    font-weight: 500;
    line-height: 1.03;
    margin: 0 0 28px;
}

.sun-energy__content .sun-rich-text {
    font-size: 20px;
    line-height: 1.34;
    max-width: 760px;
}

.sun-lesson {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 760px);
}

.sun-lesson__content {
    font-size: 20px;
    line-height: 1.34;
}

.sun-lesson__media img {
    aspect-ratio: 1.15;
}

.sun-results__subtitle {
    color: #013026;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 34px;
}

.sun-results__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sun-feature-card,
.sun-donor-card {
    background: #f1f5f8;
    min-height: 520px;
    position: relative;
}

.sun-feature-card {
    border-radius: 20px;
    min-height: 468px;
    padding: 30px 28px 34px;
}

.sun-donor-card {
    border-radius: 16px;
    padding: 26px;
}

.sun-feature-card__top {
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 96px;
}

.sun-feature-card__icon {
    color: #004735;
}

.sun-feature-card__icon .sun-icon {
    height: 58px;
    width: 58px;
}

.sun-feature-card__check,
.sun-donor-card__check {
    align-items: center;
    background: #cfe2e0;
    border: 1px solid #004735;
    border-radius: 50%;
    color: #004735;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.sun-feature-card h3,
.sun-donor-card h3 {
    color: #013026;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
    margin: 0 0 18px;
}

.sun-school-page .project-scale {
    min-height: 0;
    padding: 24px 0 120px;
    position: relative;
}

.sun-school-page .project-scale .container {
    max-width: none;
    padding: 0;
    width: var(--eco-page-shell, min(1320px, calc(100vw - 120px)));
}

.sun-school-page .ps-main-title {
    color: #013026;
    font-size: clamp(44px, 4.5vw, 60px);
    line-height: 1.04;
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
}

.sun-school-page .ps-cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 300px;
    max-width: 100%;
    position: relative;
    z-index: 3;
}

.sun-school-page .ps-cards .ps-card {
    max-width: none;
}

.sun-school-page .ps-bg {
    background-position: center top;
    border-radius: 0;
    box-shadow: inset 0 -190px 110px rgba(255, 255, 255, .96);
    height: 620px;
    left: 50%;
    max-height: none;
    top: 156px;
    transform: translateX(-50%);
    width: 100vw;
}

.sun-school-page .ps-bg::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, .98) 100%);
    border-radius: 0;
    content: '';
    inset: auto 0 0;
    height: 260px;
    position: absolute;
}

.sun-school-page .ps-bg-blur {
    display: none;
}

.sun-school-page .ps-card-inner {
    background: rgba(241, 245, 248, .98);
    border-radius: 24px;
    min-height: 390px;
    padding: 32px;
}

.sun-school-page .ps-title {
    color: #013026;
    font-family: 'Closer Text', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.08;
    margin: 0 0 18px;
}

.sun-school-page .ps-desc {
    color: #004735;
    font-family: 'Closer Text', sans-serif;
    font-size: 18px;
    line-height: 1.35;
}

.sun-school-page .pos-center .ps-card-inner {
    min-height: 450px;
}

.sun-school-page .pos-left .ps-card-inner,
.sun-school-page .pos-right .ps-card-inner {
    min-height: 390px;
}

.sun-steps {
    margin: 0 auto 120px;
    min-height: 768px;
    position: relative;
    width: var(--eco-page-shell, min(1320px, calc(100vw - 120px)));
}

.sun-steps__title {
    color: #013026;
    font-family: 'Closer Text', sans-serif;
    font-size: clamp(44px, 4.5vw, 60px);
    font-weight: 500;
    line-height: 1.04;
    margin: 0;
    max-width: 560px;
    position: relative;
    z-index: 2;
}

.sun-steps__media {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    left: 50%;
    position: absolute;
    top: 96px;
    transform: translateX(-50%);
    width: min(1440px, 100vw);
    z-index: 0;
}

.sun-steps__media::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .98) 100%);
    content: '';
    inset: 0;
    position: absolute;
}

.sun-steps__cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 285px;
    position: relative;
    z-index: 2;
}

.sun-steps__card {
    align-self: start;
    background: #f1f5f8;
    border-radius: 24px;
    color: #004735;
    min-height: 330px;
    padding: 32px;
}

.sun-steps__card:nth-child(2) {
    min-height: 430px;
}

.sun-steps__card h3 {
    color: #013026;
    font-family: 'Closer Text', sans-serif;
    font-size: clamp(30px, 2.7vw, 42px);
    font-weight: 500;
    line-height: 1.08;
    margin: 0 0 22px;
}

.sun-steps__body p {
    color: #004735;
    font-family: 'Closer Text', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.32;
    margin: 0;
}

.sun-impact {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(320px, .9fr) minmax(320px, 1.1fr);
}

.sun-impact__text,
.sun-chart {
    border-radius: 32px;
    min-height: 520px;
}

.sun-impact__text {
    background: #004735;
    color: #d7ebe8;
    padding: 52px 44px 48px;
}

.sun-impact__text .sun-rich-text {
    color: #d7ebe8;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    gap: 72px;
    min-height: 100%;
}

.sun-impact__text .sun-rich-text p {
    margin: 0;
}

.sun-impact__text .sun-rich-text p:first-child {
    color: #d7ebe8;
    font-size: clamp(36px, 3.2vw, 54px);
    line-height: 1.12;
}

.sun-impact__text .sun-rich-text p:not(:first-child) {
    color: rgba(215, 235, 232, .86);
    font-size: clamp(20px, 1.55vw, 28px);
    line-height: 1.25;
    margin-top: auto;
}

.sun-chart {
    background: #cfe2e0;
    padding: 38px 42px 36px;
}

.sun-chart h2 {
    font-size: clamp(34px, 3vw, 52px);
    line-height: 1.1;
    margin-bottom: 0;
    max-width: 660px;
}

.sun-chart__bars {
    align-items: end;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    height: 340px;
    margin-top: 46px;
}

.sun-chart__bar {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}

.sun-chart__bar strong {
    color: #004735;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
}

.sun-chart__bar span {
    background: linear-gradient(180deg, #f1cb44 0%, #42ae8e 100%);
    border: 1.5px solid #0b6a54;
    border-radius: 10px;
    display: block;
    min-height: 12px;
    width: 100%;
}

.sun-chart__bar em {
    color: rgba(0, 71, 53, .62);
    display: block;
    font-size: 18px;
    font-style: normal;
    line-height: 1.2;
    margin-top: 14px;
}

.sun-school-page .projects-multi-intro {
    margin: 0 auto 120px;
    position: relative;
}

.sun-school-page .pmi-header {
    margin-bottom: 34px;
    text-align: center;
}

.sun-school-page .pmi-section-title {
    border: 0;
    color: #013026;
    font-size: clamp(44px, 4.5vw, 60px);
    line-height: 1.04;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.sun-school-page .projects-multi-intro .leaf-light {
    opacity: 0;
}

.sun-school-page .projects-multi-intro .leaf-dark {
    clip-path: none;
    opacity: 1;
}

.sun-school-page .projects-multi-intro .pmi-grid {
    margin-top: 10px;
}

.sun-school-page .projects-multi-intro .pmi-card {
    z-index: 2;
}

@media screen and (min-width: 769px) {
    .sun-school-page .projects-multi-intro .pmi-card:nth-child(7) .pmi-card-label {
        transform: translate(16px, 34px);
    }
}

.sun-school-page .pmi-bottom-text {
    color: #004735;
    font-size: 28px;
    line-height: 1.34;
    margin-top: 26px;
    max-width: 680px;
}

@media screen and (min-width: 769px) {
    .sun-school-page .pmi-bottom-text {
        bottom: 220px;
        color: #0f0f0f;
        font-family: 'Closer Text', sans-serif;
        font-size: 14px;
        font-weight: 400;
        left: calc(50% + 58px);
        line-height: 1.3;
        margin-top: 0;
        max-width: 281px;
        position: absolute;
        z-index: 3;
    }
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
    .sun-school-page .pmi-bottom-text {
        bottom: 190px;
        left: calc(50% + 28px);
    }
}

.sun-donor__row {
    display: grid;
    gap: 24px;
    margin-bottom: 24px;
}

.sun-donor__row--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sun-donor__row:first-of-type .sun-donor-card {
    min-height: 350px;
}

.sun-donor__row:last-of-type .sun-donor-card {
    min-height: 436px;
}

.sun-donor-card__check {
    position: absolute;
    right: 26px;
    top: 26px;
}

.sun-donor-card h3 {
    padding-right: 52px;
}

.sun-donor-card--wide {
    min-height: 190px;
    padding-right: 110px;
}

@media (max-width: 1280px) {
    .sun-container {
        width: calc(100vw - 56px);
    }

    .sun-hero__grid {
        gap: 28px;
        grid-template-columns: minmax(260px, .9fr) minmax(330px, 420px) minmax(210px, .7fr);
    }

    .sun-hero__title {
        font-size: clamp(50px, 5.1vw, 66px);
        margin-bottom: 64px;
    }

    .sun-hero__copy {
        gap: 44px;
    }

    .sun-hero__intro {
        gap: 96px;
    }

    .sun-video {
        height: 590px;
    }

    .sun-metrics {
        gap: 46px;
        padding-top: 46px;
    }

    .sun-metric__content strong {
        font-size: 34px;
    }

    .sun-metric__content span {
        font-size: 21px;
    }

    .sun-energy,
    .sun-lesson,
    .sun-impact {
        grid-template-columns: 1fr 1fr;
    }

    .sun-results__grid,
    .sun-donor__row--three,
    .sun-school-page .ps-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sun-school-page .ps-cards {
        margin-top: 270px;
    }

    .sun-steps__card {
        padding: 28px;
    }

    .sun-steps__card h3 {
        font-size: 32px;
    }
}

@media (max-width: 900px) {
    .sun-school-page {
        padding-top: 110px;
    }

    .sun-container {
        margin-bottom: 88px;
        width: calc(100vw - 32px);
    }

    .sun-hero__grid,
    .sun-energy,
    .sun-lesson,
    .sun-impact,
    .sun-results__grid,
    .sun-donor__row--three,
    .sun-school-page .ps-cards,
    .sun-steps__cards {
        grid-template-columns: 1fr;
    }

    .sun-hero__title {
        margin-bottom: 32px;
    }

    .sun-hero__intro {
        gap: 36px;
    }

    .sun-hero__copy {
        display: contents;
    }

    .sun-hero__intro {
        order: 1;
    }

    .sun-video {
        order: 2;
    }

    .sun-quote-card {
        order: 3;
    }

    .sun-metrics {
        order: 4;
    }

    .sun-quote-card::before,
    .sun-quote-card::after {
        display: none;
    }

    .sun-lead,
    .sun-founder,
    .sun-quote-card p,
    .sun-energy__content .sun-rich-text,
    .sun-lesson__content,
    .sun-impact__text .sun-rich-text,
    .sun-school-page .pmi-bottom-text {
        font-size: 20px;
    }

    .sun-video {
        height: auto;
        min-height: 520px;
    }

    .sun-video button {
        height: 110px;
        width: 110px;
    }

    .sun-video button span {
        border-bottom-width: 18px;
        border-left-width: 28px;
        border-top-width: 18px;
    }

    .sun-energy,
    .sun-impact__text,
    .sun-chart {
        padding: 28px;
    }

    .sun-feature-card,
    .sun-donor-card,
    .sun-school-page .ps-card-inner {
        min-height: unset;
        padding: 24px;
    }

    .sun-feature-card__top {
        margin-bottom: 40px;
    }

    .sun-feature-card h3,
    .sun-donor-card h3,
    .sun-school-page .ps-title {
        font-size: 24px;
    }

    .sun-school-page .project-scale {
        min-height: unset;
        padding: 20px 0 88px;
    }

    .sun-school-page .project-scale .container {
        padding: 0;
        width: calc(100vw - 32px);
    }

    .sun-school-page .ps-bg {
        height: 420px;
        top: 142px;
        width: calc(100vw - 32px);
    }

    .sun-school-page .ps-cards {
        gap: 14px;
        margin-top: 220px;
    }

    .sun-steps {
        margin-bottom: 88px;
        min-height: 0;
        width: calc(100vw - 32px);
    }

    .sun-steps__title {
        font-size: 40px;
    }

    .sun-steps__media {
        border-radius: 24px;
        height: 340px;
        margin-top: 24px;
        position: relative;
        top: auto;
        width: 100%;
    }

    .sun-steps__cards {
        gap: 14px;
        margin-top: -80px;
    }

    .sun-steps__card,
    .sun-steps__card:nth-child(2) {
        min-height: 0;
        padding: 24px;
    }

    .sun-steps__card h3 {
        font-size: 28px;
    }

    .sun-steps__body p {
        font-size: 16px;
    }

    .sun-school-page .pmi-header {
        margin-bottom: 20px;
    }

    .sun-school-page .pmi-section-title {
        text-align: left;
    }

    .sun-school-page .ps-main-title,
    .sun-steps__title {
        font-size: clamp(30px, 8.4vw, 40px);
        overflow-wrap: break-word;
        word-break: normal;
    }

    .sun-impact__text,
    .sun-chart {
        min-height: unset;
    }

    .sun-impact__text .sun-rich-text {
        gap: 46px;
    }

    .sun-impact__text .sun-rich-text p:first-child {
        font-size: 30px;
        line-height: 1.16;
    }

    .sun-impact__text .sun-rich-text p:not(:first-child) {
        font-size: 18px;
        line-height: 1.3;
    }

    .sun-chart h2 {
        font-size: 30px;
        line-height: 1.14;
    }

    .sun-chart__bars {
        gap: 8px;
        height: 220px;
        margin-top: 30px;
    }

    .sun-chart__bar strong {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .sun-chart__bar em {
        font-size: 14px;
        margin-top: 10px;
    }

    .sun-donor-card--wide {
        padding-right: 24px;
    }

    .sun-donor-card h3 {
        padding-right: 48px;
    }
}
