﻿/* =========================================================
   CSR PAGE
   ========================================================= */

.csr-page {
    --csr-maroon: #880000;
    --csr-dark: #0e1a2b;
    --csr-grey: #667085;
    --csr-light: #f6f7f9;
    --csr-border: #e5e7eb;
    --csr-white: #ffffff;
    color: var(--csr-dark);
}


/* =========================================================
   HERO
   ========================================================= */

.csr-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient( 115deg, #0e1a2b 0%, #17283d 65%, #243b53 100% );
    min-height: 360px;
    display: flex;
    align-items: center;
}


    .csr-hero::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,0.08);
        right: -180px;
        top: -180px;
    }


    .csr-hero::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,0.06);
        right: 20px;
        bottom: -260px;
    }


.csr-hero-inner {
    width: min(1200px, calc(100% - 40px));
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}


.csr-hero-content {
    max-width: 720px;
}


.csr-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    border-left: 3px solid #ffffff;
    padding-left: 12px;
    margin-bottom: 20px;
}


.csr-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 700;
}


    .csr-hero h1 span {
        display: block;
        color: #d7d7d7;
    }


.csr-hero p {
    max-width: 600px;
    margin: 24px 0 0;
    color: rgba(255,255,255,0.78);
    font-size: 17px;
    line-height: 1.7;
}


/* HERO GRAPHIC */

.csr-hero-mark {
    position: relative;
    width: 260px;
    height: 260px;
    flex-shrink: 0;
}


.csr-hero-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.16);
}


.circle-one {
    width: 220px;
    height: 220px;
    right: 10px;
    top: 20px;
}


.circle-two {
    width: 150px;
    height: 150px;
    right: 45px;
    top: 55px;
    border-color: rgba(255,255,255,0.22);
}


.csr-hero-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    right: 75px;
    top: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    font-size: 38px;
    backdrop-filter: blur(8px);
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.csr-content-section {
    padding: 70px 0 90px;
    background: #ffffff;
}


.csr-container {
    width: min(1200px, calc(100% - 40px));
    margin: auto;
}


.csr-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 60px;
    align-items: start;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.csr-section-heading {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 28px;
}


.csr-section-number {
    font-size: 14px;
    font-weight: 700;
    color: var(--csr-maroon);
    padding-top: 6px;
}


.csr-small-title {
    display: block;
    font-size: 11px;
    letter-spacing: 1.6px;
    font-weight: 700;
    color: #8b8f98;
    margin-bottom: 7px;
}


.csr-section-heading h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    color: var(--csr-dark);
}


/* =========================================================
   INTRO TEXT
   ========================================================= */

.csr-intro-text {
    padding-left: 48px;
}


    .csr-intro-text p {
        margin: 0 0 20px;
        color: #515a67;
        font-size: 15px;
        line-height: 1.85;
    }


        .csr-intro-text p:last-child {
            margin-bottom: 0;
        }


/* =========================================================
   HIGHLIGHTS
   ========================================================= */

.csr-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 45px 0 55px;
}


.csr-highlight-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 14px;
    background: #f7f8fa;
    border: 1px solid #eceef1;
    border-radius: 8px;
    transition: transform .25s ease, box-shadow .25s ease;
}


    .csr-highlight-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(14,26,43,0.08);
    }


.csr-highlight-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(136,0,0,0.08);
    color: var(--csr-maroon);
    font-size: 16px;
}


.csr-highlight-card strong {
    display: block;
    font-size: 15px;
    color: var(--csr-dark);
}


.csr-highlight-card span {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #7a818c;
}


/* =========================================================
   POLICY / VISION CARDS
   ========================================================= */

.csr-info-card {
    position: relative;
    padding: 28px 30px;
    margin-bottom: 20px;
    border: 1px solid var(--csr-border);
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}


    .csr-info-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: var(--csr-maroon);
    }


.csr-info-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}


.csr-info-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f8eeee;
    color: var(--csr-maroon);
    font-size: 19px;
}


.csr-info-card-header span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #8b8f98;
    margin-bottom: 4px;
}


.csr-info-card h3 {
    margin: 0;
    font-size: 22px;
    color: var(--csr-dark);
}


.csr-info-card p {
    margin: 0;
    color: #59616d;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.csr-sidebar {
    position: sticky;
    top: 110px;
}


.csr-sidebar-box {
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}


.csr-sidebar-header {
    padding: 22px 20px;
    background: #f7f8fa;
    border-bottom: 1px solid #e5e7eb;
}


    .csr-sidebar-header span {
        display: block;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1.2px;
        color: #8b8f98;
        margin-bottom: 7px;
    }


    .csr-sidebar-header h3 {
        margin: 0;
        font-size: 21px;
        color: var(--csr-dark);
    }


/* SIDEBAR LINKS */

.csr-sidebar-links {
    padding: 8px;
}


.csr-sidebar-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 5px;
    text-decoration: none;
    color: #515965;
    font-size: 13px;
    transition: background .2s ease, color .2s ease;
}


    .csr-sidebar-link:hover {
        background: #f5f6f8;
        color: var(--csr-maroon);
    }


    .csr-sidebar-link.active {
        background: #1164aa;
        color: #ffffff;
    }


        .csr-sidebar-link.active:hover {
            background: #1164aa;
            color: #ffffff;
        }


.csr-link-icon {
    width: 20px;
    flex-shrink: 0;
    text-align: center;
    font-size: 13px;
}


.csr-sidebar-link.active .csr-link-icon {
    color: #ffffff;
}


.csr-external-icon {
    margin-left: auto;
    font-size: 10px;
    opacity: .55;
}


.csr-sidebar-link.active .csr-external-icon {
    opacity: .8;
}


/* APPLICATION LINK */

.csr-application-link {
    margin-top: 6px;
    border-top: 1px solid #eceef1;
    border-radius: 0 0 5px 5px;
    padding-top: 15px;
}


    .csr-application-link .csr-link-icon {
        color: var(--csr-maroon);
    }


/* =========================================================
   SIDEBAR NOTE
   ========================================================= */

.csr-sidebar-note {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    padding: 18px;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #e7e9ec;
}


.csr-note-icon {
    color: var(--csr-maroon);
    font-size: 17px;
    padding-top: 2px;
}


.csr-sidebar-note strong {
    display: block;
    font-size: 13px;
    color: var(--csr-dark);
    margin-bottom: 5px;
}


.csr-sidebar-note p {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
    color: #737b86;
}

/* =========================================================
   CSR IMPACT
   ========================================================= */

.csr-impact-section {
    margin-top: 70px;
}


.csr-impact-intro {
    max-width: 780px;
    margin: -8px 0 30px 48px;
    color: #59616d;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   CSR FOCUS GRID
   ========================================================= */

.csr-focus-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-left: 48px;
}


.csr-focus-card {
    display: flex;
    gap: 15px;
    padding: 20px;
    border: 1px solid #e6e8eb;
    border-radius: 9px;
    background: #ffffff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}


    .csr-focus-card:hover {
        transform: translateY(-4px);
        border-color: rgba(136,0,0,.18);
        box-shadow: 0 12px 30px rgba(14,26,43,.08);
    }


.csr-focus-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f8eeee;
    color: var(--csr-maroon);
    font-size: 19px;
}


.csr-focus-card h3 {
    margin: 2px 0 7px;
    color: var(--csr-dark);
    font-size: 15px;
}


.csr-focus-card p {
    margin: 0;
    color: #737b86;
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   INITIATIVES
   ========================================================= */

.csr-initiatives-section {
    margin-top: 80px;
}


.csr-initiatives-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}


    .csr-initiatives-header .csr-section-heading {
        margin-bottom: 0;
    }


    .csr-initiatives-header > p {
        max-width: 360px;
        margin: 0 0 5px;
        color: #737b86;
        font-size: 13px;
        line-height: 1.7;
    }


/* =========================================================
   GALLERY GRID
   ========================================================= */

.csr-gallery-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: 230px 180px;
    gap: 12px;
}


.csr-gallery-item {
    min-width: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #e9eaec;
}


.csr-gallery-featured {
    grid-row: span 2;
}


.csr-gallery-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


    .csr-gallery-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .6s cubic-bezier(.2,.7,.2,1);
    }


.csr-gallery-item:hover img {
    transform: scale(1.06);
}


/* =========================================================
   GALLERY OVERLAY
   ========================================================= */

.csr-gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    padding: 45px 18px 18px;
    color: #ffffff;
    background: linear-gradient( to top, rgba(5,12,20,.85), rgba(5,12,20,.35), transparent );
}


    .csr-gallery-overlay span {
        display: block;
        margin-bottom: 5px;
        font-size: 9px;
        letter-spacing: 1.2px;
        font-weight: 700;
        opacity: .8;
    }


    .csr-gallery-overlay h3 {
        margin: 0;
        font-size: 15px;
        line-height: 1.3;
        font-weight: 600;
    }


.csr-gallery-featured .csr-gallery-overlay h3 {
    font-size: 20px;
}


.csr-gallery-view {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: background .2s ease, transform .2s ease;
}


    .csr-gallery-view:hover {
        background: rgba(255,255,255,.25);
        transform: scale(1.08);
    }


/* =========================================================
   VIEW ALL
   ========================================================= */

.csr-gallery-action {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}


.csr-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border: 1px solid var(--csr-maroon);
    border-radius: 5px;
    color: var(--csr-maroon);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}


    .csr-view-all:hover {
        background: var(--csr-maroon);
        color: #ffffff;
        transform: translateY(-2px);
    }


    .csr-view-all i {
        font-size: 11px;
        transition: transform .2s ease;
    }


    .csr-view-all:hover i {
        transform: translateX(4px);
    }

@media (max-width: 900px) {

    .csr-focus-grid {
        margin-left: 0;
        grid-template-columns: 1fr;
    }


    .csr-impact-intro {
        margin-left: 0;
    }


    .csr-initiatives-header {
        display: block;
    }


        .csr-initiatives-header > p {
            margin: 0 0 25px 48px;
            max-width: 650px;
        }


    .csr-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px 200px 200px;
    }


    .csr-gallery-featured {
        grid-column: span 2;
        grid-row: auto;
    }
}


@media (max-width: 600px) {

    .csr-focus-grid {
        grid-template-columns: 1fr;
    }


    .csr-gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 240px 200px 200px 200px 200px;
    }


    .csr-gallery-featured {
        grid-column: auto;
    }


    .csr-initiatives-header > p {
        margin-left: 0;
    }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .csr-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .csr-sidebar {
        position: relative;
        top: auto;
        order: -1;
    }


    .csr-sidebar-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }


    .csr-hero-mark {
        opacity: .5;
    }
}


@media (max-width: 700px) {

    .csr-hero {
        min-height: 330px;
    }


    .csr-hero-inner {
        width: min(100% - 30px, 1200px);
    }


    .csr-hero-content {
        max-width: 100%;
    }


    .csr-hero h1 {
        font-size: 36px;
    }


    .csr-hero p {
        font-size: 15px;
    }


    .csr-hero-mark {
        display: none;
    }


    .csr-content-section {
        padding: 45px 0 60px;
    }


    .csr-container {
        width: calc(100% - 30px);
    }


    .csr-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }


    .csr-intro-text {
        padding-left: 0;
    }


    .csr-section-heading h2 {
        font-size: 28px;
    }


    .csr-info-card {
        padding: 24px 22px;
    }


    .csr-sidebar-links {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 450px) {

    .csr-highlights {
        grid-template-columns: 1fr;
    }


    .csr-highlight-card {
        padding: 15px;
    }
}
