@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:wght@500;600;700;800&display=swap");

:root {
    --green: #075b36;
    --green-2: #087848;
    --green-3: #063f28;
    --lime: #a9c96b;
    --gold: #d7a93f;
    --ink: #15271f;
    --muted: #607068;
    --paper: #fff;
    --mist: #f3f7f4;
    --line: #dfe8e2;
    --side: 292px;
    --shadow: 0 18px 45px rgba(8,53,34,.13)
}

.align-left {
    text-align: left !important;
}
/* Final board portrait treatment: circular PNGs on one uniform background */
.board-card .board-photo, .board-card-featured .board-photo, .board-grid .board-photo {
    width: 190px;
    height: 190px;
    aspect-ratio: 1/1;
    margin: 22px auto 8px;
    padding: 0 !important;
    overflow: hidden;
    border: 6px solid #fff;
    border-radius: 50%;
    background: #dceee3 !important;
    box-shadow: 0 0 0 2px var(--gold),0 14px 30px rgba(8,53,34,.16)
}

    .board-card .board-photo:before {
        display: none !important
    }

    .board-card .board-photo img, .board-card-featured .board-photo img, .board-grid .board-photo img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
        border-radius: 50%;
        object-fit: contain;
        object-position: center bottom;
        background: #dceee3 !important;
        filter: none
    }

.board-grid .board-photo {
    width: 145px;
    height: 145px
}

@media(max-width:600px) {
    .board-card .board-photo, .board-card-featured .board-photo {
        width: 150px;
        height: 150px
    }

    .board-grid .board-photo {
        width: 112px;
        height: 112px
    }
}

/* Farmer facilities, digitization and contact pages */
.facility-page, .digital-page, .contact-page {
    max-width: 1240px;
    margin: auto
}

.facility-lead {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 32px;
    align-items: center;
    padding: 36px 40px;
    margin-bottom: 32px;
    border-radius: 26px;
    background: linear-gradient(120deg,#073f29,#0b6b43);
    color: #fff;
    box-shadow: 0 18px 45px rgba(7,63,41,.16)
}

.facility-lead-icon {
    display: grid;
    place-items: center;
    width: 94px;
    height: 94px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    font-size: 48px;
    color: #e8bd62
}

.facility-lead h2 {
    margin: 5px 0 9px;
    font-size: clamp(26px,3vw,40px)
}

.facility-lead p:last-child {
    max-width: 800px;
    margin: 0;
    color: #dcece4
}

.facility-feature-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 24px
}

.facility-feature {
    position: relative;
    padding: 32px;
    border: 1px solid #dbe7df;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(16,57,40,.07)
}

.facility-no {
    /*position: absolute;
    right: 26px;
    top: 22px;
    font-size: 36px;
    font-weight: 800;
    color: #e3eee7*/
    position: absolute;
    right: 26px;
    top: 22px;
    font-weight: bold;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #075b36;
    color: #fff;
}

.facility-feature h3 {
    position: relative;
    margin: 0 0 22px;
    color: #075b36;
    font-size: 25px
}

.facility-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

    .facility-pills li {
        padding: 10px 13px;
        border-radius: 12px;
        background: #edf6f1;
        color: #23493a;
        font-weight: 650
    }

.facility-loans .facility-pills {
    margin-top: 18px
}

.loan-block {
    padding: 18px 20px;
    margin: 12px 0;
    border-left: 4px solid #d2a53b;
    border-radius: 0 14px 14px 0;
    background: #fbf8ef
}

    .loan-block h4 {
        margin: 0 0 7px;
        color: #23493a
    }

    .loan-block p, .loan-block ol {
        margin: 0;
        color: #56675f;
        line-height: 1.7
    }

.facility-service-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 24px
}

    .facility-service-list article {
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 18px;
        padding: 24px;
        border: 1px solid #dbe7df;
        border-radius: 19px;
        background: #fff;
        transition: .25s
    }

        .facility-service-list article:hover {
            transform: translateY(-3px);
            border-color: #b99439;
            box-shadow: 0 12px 30px rgba(16,57,40,.08)
        }

    .facility-service-list b {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        border-radius: 15px;
        background: #075b36;
        color: #fff
    }

    .facility-service-list h3 {
        margin: 2px 0 6px;
        color: #173f30
    }

    .facility-service-list p {
        margin: 0;
        color: #627068;
        line-height: 1.65
    }

    .facility-service-list article:last-child {
        grid-column: 1/-1
    }

.digital-story, .milestone-card, .atm-detail {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 38px;
    padding: 44px;
    border: 1px solid #dbe7df;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(16,57,40,.08)
}

.digital-icon {
    display: grid;
    place-items: center;
    width: 124px;
    height: 124px;
    border-radius: 32px;
    background: linear-gradient(145deg,#075b36,#0d7a4d);
    color: #f0c45e;
    font-size: 54px
}

.digital-story h2, .milestone-card h2, .atm-detail h2 {
    margin: 4px 0 15px;
    color: #123f2d;
    font-size: clamp(27px,3vw,40px)
}

.digital-story p, .milestone-card p, .atm-detail p {
    color: #576961;
    line-height: 1.8
}

.ifsc-panel {
    margin-top: 24px;
    padding: 22px 25px;
    border-radius: 18px;
    background: #eff7f2
}

    .ifsc-panel span {
        display: block;
        color: #6b796f;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .09em
    }

    .ifsc-panel strong {
        display: block;
        margin: 6px 0;
        color: #075b36;
        font-size: 29px;
        letter-spacing: .08em
    }

    .ifsc-panel p {
        margin: 0
    }

.milestone-card {
    grid-template-columns: 190px 1fr
}

.milestone-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border-radius: 25px;
    background: #075b36;
    color: #fff;
    text-align: center
}

    .milestone-date small {
        text-transform: uppercase;
        letter-spacing: .12em
    }

    .milestone-date strong {
        font-size: 68px;
        line-height: 1;
        color: #edc467
    }

    .milestone-date span {
        margin-top: 7px
    }

.atm-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-bottom: 24px
}

    .atm-stats article {
        padding: 27px;
        border-radius: 20px;
        background: #075b36;
        color: #fff;
        text-align: center
    }

    .atm-stats strong {
        display: block;
        color: #efc768;
        font-size: 36px
    }

    .atm-stats span {
        font-size: 14px
    }

.atm-detail {
    grid-template-columns: 1.3fr .7fr
}

.atm-locations {
    align-self: stretch;
    padding: 26px;
    border-radius: 20px;
    background: #edf6f1
}

    .atm-locations h3 {
        margin: 0 0 16px;
        color: #174431
    }

    .atm-locations span {
        display: inline-block;
        margin: 4px;
        padding: 8px 11px;
        border-radius: 10px;
        background: #fff;
        color: #315445
    }

.contact-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 24px
}

.contact-primary, .department-contacts {
    padding: 34px;
    border: 1px solid #dbe7df;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(16,57,40,.07)
}

.contact-primary {
    background: linear-gradient(145deg,#073f29,#0a6841);
    color: #fff
}

    .contact-primary h2 {
        margin: 6px 0 17px;
        color: #fff
    }

    .contact-primary address {
        font-style: normal;
        line-height: 1.8;
        color: #d7e9df
    }

.contact-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px
}

    .contact-actions a {
        padding: 14px 16px;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 13px;
        background: rgba(255,255,255,.08);
        color: #fff
    }

    .contact-actions small {
        display: block;
        color: #c8ded2
    }

    .contact-actions strong {
        display: block;
        margin-top: 3px
    }

.department-contacts h2 {
    margin: 0 0 20px;
    color: #174431
}

.email-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px
}

    .email-grid a {
        padding: 15px;
        border-radius: 13px;
        background: #eff7f2;
        color: #174431;
        overflow-wrap: anywhere
    }

    .email-grid span {
        display: block;
        margin-bottom: 4px;
        color: #66766e;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .05em
    }

    .email-grid b {
        font-size: 14px
    }

.contact-map {
    margin-top: 25px;
    overflow: hidden;
    border: 1px solid #dbe7df;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(16,57,40,.07)
}

.map-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    padding: 27px 30px
}

    .map-heading h2 {
        margin: 3px 0;
        color: #174431
    }

    .map-heading a {
        color: #075b36;
        font-weight: 750
    }

.contact-map iframe {
    display: block
}

@media(max-width:900px) {
    .facility-feature-grid, .contact-layout, .atm-detail {
        grid-template-columns: 1fr
    }

    .digital-story {
        grid-template-columns: 105px 1fr
    }

    .email-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:680px) {
    .facility-page, .digital-page, .contact-page {
        padding-left: 16px;
        padding-right: 16px
    }

    .facility-lead {
        grid-template-columns: 1fr;
        padding: 27px
    }

    .facility-lead-icon {
        width: 72px;
        height: 72px;
        font-size: 36px
    }

    .facility-feature {
        padding: 25px 20px
    }

    .facility-service-list {
        grid-template-columns: 1fr
    }

        .facility-service-list article:last-child {
            grid-column: auto
        }

    .digital-story, .milestone-card, .atm-detail {
        grid-template-columns: 1fr;
        padding: 26px 21px
    }

    .digital-icon {
        width: 78px;
        height: 78px;
        border-radius: 22px;
        font-size: 36px
    }

    .milestone-date {
        min-height: 170px
    }

    .atm-stats {
        grid-template-columns: 1fr
    }

    .contact-primary, .department-contacts {
        padding: 26px 20px
    }

    .map-heading {
        display: block;
        padding: 24px 20px
    }

        .map-heading a {
            display: inline-block;
            margin-top: 10px
        }

    .contact-map iframe {
        height: 340px
    }
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "DM Sans",Arial,sans-serif;
    background: var(--paper);
    line-height: 1.6
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

button {
    font: inherit
}

.skip-link {
    position: fixed;
    left: 12px;
    top: -50px;
    background: #fff;
    padding: 10px 16px;
    z-index: 9999
}

    .skip-link:focus {
        top: 12px
    }

.page-shell {
    min-height: 100vh
}

.sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: var(--side);
    background: linear-gradient(165deg,var(--green-3),var(--green));
    color: #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease;
    box-shadow: 6px 0 24px rgba(4,43,27,.14)
}

    .sidebar:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 10% 15%,rgba(215,169,63,.12),transparent 28%);
        pointer-events: none
    }

.sidebar-head {
    height: 104px;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255,255,255,.13);
    position: relative
}

.side-brand {
    display: block;
    background: #273039;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 7px 20px rgba(0,0,0,.2)
}

    .side-brand img {
        width: 245px;
        height: auto
    }

.side-close {
    display: none;
    margin-left: auto;
    background: none;
    border: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.side-nav {
    padding: 15px 11px 28px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.25) transparent
}

    .side-nav > a, .side-nav summary {
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        padding: 10px 13px;
        color: #e8f3ed;
        font-size: 13.5px;
        font-weight: 600;
        cursor: pointer;
        list-style: none;
        transition: .2s
    }

        .side-nav > a:hover, .side-nav summary:hover, .side-nav > a.active {
            background: rgba(255,255,255,.12);
            color: #fff
        }

        .side-nav summary::-webkit-details-marker {
            display: none
        }

        .side-nav summary span:last-child {
            margin-left: auto;
            transition: transform .2s
        }

    .side-nav details[open] summary span:last-child {
        transform: rotate(90deg)
    }

    .side-nav details > div {
        border-left: 1px solid rgba(255,255,255,.18);
        margin: 4px 0 7px 25px;
        padding: 1px 0 4px 12px
    }

        .side-nav details > div a {
            display: block;
            padding: 7px 8px;
            color: #bdd2c7;
            font-size: 12.2px;
            line-height: 1.35
        }

            .side-nav details > div a:hover {
                color: #fff
            }

.side-help {
    margin: auto 15px 18px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    background: rgba(0,0,0,.12);
    position: relative
}

    .side-help strong, .side-help a, .side-help small {
        display: block
    }

    .side-help strong {
        font-size: 12px;
        color: #cce1d6
    }

    .side-help a {
        font-size: 18px;
        font-weight: 800;
        color: #fff;
        margin: 3px 0
    }

    .side-help small {
        font-size: 10px;
        color: #b9cec3
    }

.site-area {
    margin-left: var(--side);
    transition: margin-left .35s ease;
    min-width: 0
}

.menu-collapsed .sidebar {
    transform: translateX(-100%)
}

.menu-collapsed .site-area {
    margin-left: 0
}

.topbar {
    height: 76px;
    display: flex;
    align-items: center;
    padding: 0 34px;
    gap: 22px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 800
}

.menu-toggle {
    border: 0;
    background: var(--mist);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    gap: 4px;
    cursor: pointer
}

    .menu-toggle i {
        display: block;
        width: 18px;
        height: 2px;
        background: var(--green);
        border-radius: 3px
    }

.mobile-brand {
    display: none
}

.top-links {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 13px;
    font-weight: 600
}

    .top-links a:hover {
        color: var(--green-2)
    }

.login-btn {
    padding: 10px 16px;
    border-radius: 7px;
    background: var(--green);
    color: #fff !important
}

.alert-strip {
    min-height: 43px;
    background: #fff6dd;
    border-bottom: 1px solid #ead9a5;
    color: #614b14;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 7px 28px;
    font-size: 12px
}

    .alert-strip > strong {
        white-space: nowrap;
        color: #8c6310
    }

.ticker {
    overflow: hidden;
    flex: 1
}

    .ticker p {
        width: max-content;
        margin: 0;
        animation: ticker 28s linear infinite
    }

.alert-strip > a {
    white-space: nowrap;
    font-weight: 700;
    text-decoration: underline
}

@keyframes ticker {
    from {
        transform: translateX(18%)
    }

    to {
        transform: translateX(-100%)
    }
}

.hero {
    min-height: 610px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #063f28
}

.hero-media {
    position: absolute;
    inset: 0;
    background: url("../images/hero-banking.jpg") center/cover no-repeat
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(2,36,22,.96) 0%,rgba(4,57,34,.82) 40%,rgba(4,57,34,.18) 74%,rgba(4,57,34,.06) 100%)
}

.hero-content {
    width: min(1140px,calc(100% - 64px));
    margin: 0 auto;
    position: relative;
    color: #fff;
    padding: 78px 0
}

.eyebrow, .section-kicker {
    text-transform: uppercase;
    letter-spacing: .17em;
    font-size: 11px;
    font-weight: 800;
    color: var(--gold);
    margin: 0 0 14px
}

.hero h1 {
    font-family: "Libre Franklin",sans-serif;
    font-size: clamp(45px,5.2vw,72px);
    letter-spacing: -.045em;
    line-height: 1.04;
    margin: 0;
    max-width: 720px
}

    .hero h1 span {
        color: #cfe8b0
    }

.hero-content > p:not(.eyebrow) {
    font-size: 17px;
    max-width: 620px;
    color: #d4e6dc;
    margin: 24px 0 30px
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 21px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    transition: .2s
}

    .button:hover {
        transform: translateY(-2px)
    }

    .button.primary {
        background: var(--gold);
        color: #20301f
    }

    .button.ghost {
        border: 1px solid rgba(255,255,255,.55);
        color: #fff
    }

.trust-row {
    display: flex;
    gap: 0;
    margin-top: 48px;
    border-top: 1px solid rgba(255,255,255,.2);
    max-width: 650px
}

    .trust-row span {
        padding: 18px 34px 0 0;
        margin-right: 34px;
        border-right: 1px solid rgba(255,255,255,.2);
        font-size: 11px;
        color: #bcd1c5
    }

        .trust-row span:last-child {
            border: 0
        }

    .trust-row b {
        display: block;
        font-size: 17px;
        color: #fff
    }

.quick-actions {
    width: min(1120px,calc(100% - 48px));
    margin: -42px auto 0;
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    background: #fff;
    border-radius: 13px;
    box-shadow: var(--shadow);
    overflow: hidden
}

    .quick-actions a {
        padding: 24px 16px;
        text-align: center;
        border-right: 1px solid var(--line);
        transition: .2s
    }

        .quick-actions a:last-child {
            border: 0
        }

        .quick-actions a:hover {
            background: var(--mist);
            transform: translateY(-2px)
        }

    .quick-actions b, .quick-actions small {
        display: block
    }

    .quick-actions b {
        font-size: 13px;
        margin-top: 6px
    }

    .quick-actions small {
        font-size: 11px;
        color: var(--muted)
    }

.quick-icon {
    display: grid;
    place-items: center;
    margin: auto;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    background: #e7f2eb;
    color: var(--green);
    font-size: 18px;
    font-weight: 800
}

.section {
    width: min(1120px,calc(100% - 48px));
    margin: auto;
    padding: 92px 0
}

.intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.intro-media {
    position: relative
}

    .intro-media > img {
        width: 100%;
        height: 430px;
        object-fit: cover;
        border-radius: 6px 42px 6px 6px;
        box-shadow: var(--shadow)
    }

.experience {
    position: absolute;
    right: -26px;
    bottom: 0;
    background: var(--green);
    color: #fff;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 4px;
    box-shadow: 0 13px 30px rgba(7,91,54,.25)
}

    .experience b {
        font: 800 32px "Libre Franklin"
    }

    .experience span {
        font-size: 11px;
        line-height: 1.4
    }

.intro h2, .section-title h2, .rate-card h2, .security-card h2, .dicgc h2 {
    font: 700 clamp(28px,3.2vw,42px)/1.14 "Libre Franklin";
    letter-spacing: -.035em;
    margin: 0 0 22px
}

.intro-copy > p:not(.section-kicker) {
    color: var(--muted)
}

.intro ul {
    list-style: none;
    padding: 0;
    margin: 26px 0
}

.intro li {
    padding: 7px 0 7px 26px;
    position: relative;
    font-size: 14px;
    font-weight: 600
}

    .intro li:before {
        content: "✓";
        position: absolute;
        left: 0;
        color: var(--green);
        font-weight: 900
    }

.text-link {
    font-size: 13px;
    font-weight: 800;
    color: var(--green)
}

    .text-link span {
        padding-left: 6px
    }

.services {
    width: 100%;
    background: var(--mist);
    padding: 90px max(24px,calc((100% - 1120px)/2))
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 38px
}

    .section-title h2 {
        margin: 0
    }

    .section-title.centered {
        text-align: center;
        justify-content: center
    }

.service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.service-card {
    min-height: 325px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .25s
}

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow)
    }

    .service-card.featured {
        background: linear-gradient(145deg,var(--green),var(--green-3));
        color: #fff;
        border: 0
    }

.card-no {
    align-self: flex-end;
    font-size: 12px;
    font-weight: 800;
    color: var(--gold)
}

.service-card div > p:first-child {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 10px;
    font-weight: 800;
    color: var(--gold)
}

.service-card h3 {
    font: 700 25px "Libre Franklin";
    margin: 10px 0
}

.service-card div > p:not(:first-child) {
    font-size: 13px;
    color: var(--muted)
}

.service-card.featured div > p:not(:first-child) {
    color: #cce0d4
}

.service-card a {
    font-size: 12px;
    font-weight: 800;
    color: var(--green)
}

.service-card.featured a {
    color: #fff
}

.leadership {
    padding-bottom: 100px
}

.message-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px
}

.message-card {
    display: grid;
    grid-template-columns: 165px 1fr;
    min-height: 330px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 12px 36px rgba(11,60,39,.08);
    overflow: hidden
}

.portrait-wrap {
    background: var(--green-3);
    position: relative
}

    .portrait-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .portrait-wrap:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(transparent 55%,rgba(2,29,18,.8))
    }

    .portrait-wrap span {
        position: absolute;
        left: 16px;
        bottom: 14px;
        color: #fff;
        z-index: 1;
        text-transform: uppercase;
        letter-spacing: .12em;
        font-size: 10px;
        font-weight: 800
    }

.message-copy {
    padding: 27px;
    position: relative
}

.quote-mark {
    position: absolute;
    right: 22px;
    top: 10px;
    font: 700 60px Georgia;
    color: #e0eadf
}

.message-copy > p {
    font: 500 14px/1.75 Georgia,serif;
    color: #516259;
    margin: 20px 0 23px;
    position: relative
}

.message-copy h3 {
    font: 700 17px "Libre Franklin";
    margin: 0
}

.message-copy small {
    display: block;
    color: var(--muted);
    margin-bottom: 17px
}

.message-copy a {
    font-size: 11px;
    font-weight: 800;
    color: var(--green)
}

.info-band {
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: 1.15fr .85fr
}

.rate-card, .security-card {
    padding: 65px max(38px,calc((100vw - var(--side) - 1120px)/2));
    padding-left: max(38px,calc((100vw - var(--side) - 1120px)/2))
}

.rate-card {
    background: var(--green);
    color: #fff
}

    .rate-card h2, .security-card h2 {
        font-size: 34px
    }

.rates {
    display: flex;
    gap: 45px;
    border-block: 1px solid rgba(255,255,255,.18);
    padding: 19px 0;
    margin: 22px 0
}

    .rates span, .rates b {
        display: block
    }

    .rates span {
        font-size: 11px;
        color: #c7ddcf
    }

    .rates b {
        font: 700 20px "Libre Franklin"
    }

.rate-card > small {
    display: block;
    color: #c5d8cd;
    margin-bottom: 22px
}

.button.light {
    background: #fff;
    color: var(--green)
}

.security-card {
    background: #e6efd9
}

    .security-card .section-kicker {
        color: #627a38
    }

    .security-card p:not(.section-kicker) {
        font-size: 14px;
        color: #52624d
    }

    .security-card > a {
        font-size: 12px;
        font-weight: 800;
        color: var(--green)
    }

.shield {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    font-size: 23px;
    margin-bottom: 20px
}

.news-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px
}

.major-notice {
    padding: 36px;
    background: #fff8e6;
    border-left: 4px solid var(--gold)
}

.notice-label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 800;
    color: #865f05
}

.major-notice h3 {
    font: 700 26px/1.25 "Libre Franklin";
    margin: 15px 0
}

.major-notice p {
    font-size: 14px;
    color: var(--muted)
}

.major-notice a, .notice-list b {
    font-size: 12px;
    font-weight: 800;
    color: var(--green)
}

.notice-list a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line)
}

.notice-list > a > span {
    width: 48px;
    text-align: center;
    font: 700 19px "Libre Franklin";
    color: var(--green)
}

    .notice-list > a > span small {
        display: block;
        font: 700 9px "DM Sans";
        text-transform: uppercase;
        color: var(--muted)
    }

.notice-list p {
    font-size: 11px;
    color: var(--muted);
    margin: 3px 0
}

.dicgc {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 35px;
    align-items: center;
    background: var(--mist);
    padding: 35px 42px;
    margin-bottom: 90px
}

.dicgc-logo {
    background: #fff;
    padding: 12px
}

    .dicgc-logo img {
        height: 86px;
        width: 100%;
        object-fit: contain
    }

.dicgc h2 {
    font-size: 29px;
    margin-bottom: 8px
}

.dicgc p:not(.section-kicker) {
    font-size: 13px;
    color: var(--muted);
    margin: 0
}

.button.outline-green {
    border: 1px solid var(--green);
    color: var(--green)
}

footer {
    background: #082e20;
    color: #bed0c5
}

.footer-main {
    width: min(1120px,calc(100% - 48px));
    margin: auto;
    padding: 56px 0;
    display: grid;
    grid-template-columns: 2fr repeat(3,1fr);
    gap: 50px
}

.footer-about img {
    width: 260px;
    border-radius: 6px
}

.footer-about p {
    font-size: 12px;
    line-height: 1.7
}

.footer-main h3 {
    color: #fff;
    font-size: 13px;
    margin: 0 0 16px
}

.footer-main > div:not(.footer-about) a {
    display: block;
    font-size: 12px;
    margin: 9px 0
}

.footer-main a:hover {
    color: #fff
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 16px max(24px,calc((100% - 1120px)/2));
    display: flex;
    justify-content: space-between;
    font-size: 10px
}

.overlay {
    display: none
}

.back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    z-index: 700
}

    .back-top.visible {
        opacity: 1;
        pointer-events: auto
    }

@media(max-width:1180px) {
    .quick-actions {
        grid-template-columns: repeat(5,1fr)
    }

    .message-card {
        grid-template-columns: 140px 1fr
    }

    .rate-card, .security-card {
        padding: 50px 35px
    }
}

@media(max-width:920px) {
    .sidebar {
        transform: translateX(-100%);
        width: min(330px,88vw)
    }

    .site-area {
        margin-left: 0
    }

    .menu-open .sidebar {
        transform: none
    }

    .side-close {
        display: block
    }

    .menu-open .overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(5,25,17,.55);
        z-index: 900
    }

    .topbar {
        height: 66px;
        padding: 0 18px
    }

    .mobile-brand {
        display: block
    }

        .mobile-brand img {
            width: 190px
        }

    .top-links a:not(.login-btn) {
        display: none
    }

    .alert-strip {
        padding-inline: 18px
    }

    .hero {
        min-height: 580px
    }

    .quick-actions {
        grid-template-columns: repeat(3,1fr)
    }

        .quick-actions a:nth-child(3) {
            border-right: 0
        }

    .intro {
        gap: 42px
    }

    .message-grid {
        grid-template-columns: 1fr
    }

    .info-band {
        grid-template-columns: 1fr
    }

    .dicgc {
        grid-template-columns: 110px 1fr
    }

        .dicgc .button {
            grid-column: 2;
            justify-self: start
        }

    .footer-main {
        grid-template-columns: 1.5fr 1fr 1fr
    }

        .footer-main > div:last-child {
            display: none
        }
}

@media(max-width:680px) {
    .alert-strip > a {
        display: none
    }

    .ticker p {
        animation-duration: 22s
    }

    .hero {
        min-height: 620px
    }

    .hero-shade {
        background: linear-gradient(90deg,rgba(2,36,22,.95),rgba(4,57,34,.72))
    }

    .hero-content {
        width: calc(100% - 38px);
        padding: 70px 0
    }

    .hero h1 {
        font-size: 43px
    }

    .hero-content > p:not(.eyebrow) {
        font-size: 15px
    }

    .trust-row span {
        padding-right: 13px;
        margin-right: 13px
    }

    .quick-actions {
        grid-template-columns: repeat(2,1fr);
        margin-top: -26px
    }

        .quick-actions a {
            border-bottom: 1px solid var(--line)
        }

            .quick-actions a:nth-child(3) {
                border-right: 1px solid var(--line)
            }

            .quick-actions a:nth-child(even) {
                border-right: 0
            }

            .quick-actions a:last-child {
                grid-column: 1/-1
            }

    .section {
        padding: 68px 0
    }

    .intro {
        grid-template-columns: 1fr
    }

    .intro-media > img {
        height: 320px
    }

    .experience {
        right: 10px
    }

    .section-title {
        align-items: start;
        gap: 15px
    }

        .section-title > a {
            display: none
        }

    .service-grid {
        grid-template-columns: 1fr
    }

    .service-card {
        min-height: 260px
    }

    .message-card {
        grid-template-columns: 115px 1fr
    }

    .message-copy {
        padding: 20px
    }

        .message-copy > p {
            font-size: 12.5px
        }

    .news-grid {
        grid-template-columns: 1fr
    }

    .dicgc {
        grid-template-columns: 1fr;
        text-align: center
    }

    .dicgc-logo {
        width: 140px;
        margin: auto
    }

    .dicgc .button {
        grid-column: auto;
        justify-self: center
    }

    .footer-main {
        grid-template-columns: 1fr 1fr
    }

    .footer-about {
        grid-column: 1/-1
    }

    .footer-bottom {
        display: block;
        text-align: center
    }

        .footer-bottom span {
            display: block;
            margin: 4px
        }

    .login-btn {
        padding: 8px 10px;
        font-size: 11px
    }

    .mobile-brand img {
        width: 160px
    }
}

/* Shared information and financial pages */
.board-photo {
    border-radius: 50%;
    aspect-ratio: 1/1;
    margin: 22px auto 8px;
    max-width: 190px;
    padding: 0 !important;
    background: #dceee3 !important;
    border: 6px solid #fff;
    box-shadow: 0 0 0 2px var(--gold),0 14px 30px rgba(8,53,34,.16);
    overflow: hidden
}

    .board-photo:before {
        display: none !important
    }

    .board-photo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center bottom;
        border-radius: 50%;
        background: #dceee3 !important
    }

.board-grid .board-photo {
    max-width: 145px
}

.info-page {
    padding: 70px 0 96px
}

.info-intro {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 55px;
    align-items: start;
    margin-bottom: 34px
}

    .info-intro h2 {
        font: 750 clamp(28px,4vw,44px)/1.12 "Libre Franklin";
        letter-spacing: -.035em;
        margin: 0;
        color: var(--ink)
    }

    .info-intro p {
        margin: 0;
        padding-left: 28px;
        border-left: 3px solid var(--gold);
        color: #53645b;
        line-height: 1.85
    }

.info-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px 6px 20px 6px;
    box-shadow: 0 16px 42px rgba(8,53,34,.07);
    overflow: hidden;
    margin-top: 26px
}

.info-card-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 22px 26px;
    background: var(--green);
    color: #fff
}

    .info-card-head h2, .info-card-head h3 {
        margin: 0;
        font: 700 19px "Libre Franklin"
    }

    .info-card-head span {
        font-size: 11px;
        color: #d4e4da
    }

.data-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    font-size: 12px
}

    .data-table th, .data-table td {
        padding: 14px 16px;
        border-bottom: 1px solid var(--line);
        text-align: right;
        vertical-align: middle
    }

        .data-table th:first-child, .data-table td:first-child, .data-table td:nth-child(2) {
            text-align: left
        }

    .data-table thead th {
        background: #eaf3ed;
        color: #244a37;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .04em;
        white-space: nowrap
    }

    .data-table tbody tr:nth-child(even) {
        background: #fafcfb
    }

    .data-table tbody tr:hover {
        background: #f0f7f2
    }

    .data-table .total-row td {
        font-weight: 800;
        background: #edf5ef;
        color: var(--green)
    }

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin: 28px 0
}

    .stat-grid article {
        padding: 23px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px 5px 16px 5px
    }

    .stat-grid span {
        display: block;
        color: var(--muted);
        font-size: 11px
    }

    .stat-grid strong {
        display: block;
        color: var(--green);
        font: 800 28px "Libre Franklin";
        margin-top: 5px
    }

.facility-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.facility-card {
    padding: 25px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px 5px 18px 5px;
    box-shadow: 0 12px 32px rgba(8,53,34,.06)
}

    .facility-card > span {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #e4f1e8;
        color: var(--green);
        font-weight: 800;
        margin-bottom: 16px
    }

    .facility-card h3 {
        margin: 0 0 10px;
        font: 700 17px "Libre Franklin"
    }

    .facility-card p, .facility-card li {
        font-size: 12px;
        line-height: 1.75;
        color: #596a61
    }

    .facility-card ul {
        padding-left: 18px;
        margin: 0
    }

.subtable-title {
    margin: 34px 0 10px;
    font: 700 18px "Libre Franklin";
    color: var(--green)
}

@media(max-width:900px) {
    .info-intro {
        grid-template-columns: 1fr;
        gap: 18px
    }

        .info-intro p {
            border-left: 0;
            border-top: 3px solid var(--gold);
            padding: 18px 0 0
        }

    .facility-grid {
        grid-template-columns: 1fr 1fr
    }

    .stat-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:600px) {
    .info-page {
        padding: 48px 0 72px
    }

    .facility-grid {
        grid-template-columns: 1fr
    }

    .stat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

        .stat-grid article {
            padding: 17px
        }

        .stat-grid strong {
            font-size: 22px
        }

    .info-card-head {
        padding: 19px 17px
    }

        .info-card-head span {
            display: none
        }

    .board-photo {
        max-width: 150px
    }

    .board-grid .board-photo {
        max-width: 112px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}

/* 2026 homepage refinement */
.side-brand {
    background: transparent;
    box-shadow: none;
    overflow: visible;
    padding: 4px 0
}

    .side-brand img, .footer-about img {
        background: transparent
    }

.side-nav details > div {
    overflow: hidden;
    margin: 0 0 0 25px;
    padding: 0 0 0 12px;
    opacity: 0;
    height: 0;
    will-change: height,opacity
}

.side-nav details[open] > div {
    height: auto;
    opacity: 1;
    margin-top: 4px;
    margin-bottom: 7px;
    padding-top: 1px;
    padding-bottom: 4px
}

.side-nav details > div a {
    transform: translateY(-5px);
    transition: color .2s,transform .3s ease
}

.side-nav details[open] > div a {
    transform: none
}

.side-nav summary span:last-child {
    transition: transform .32s ease
}

.menu-toggle {
    gap: 3px
}

.alert-strip {
    min-height: 46px;
    background: #fff;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: stretch;
    padding: 0;
    gap: 0;
    box-shadow: 0 2px 8px rgba(31,53,43,.06);
    position: relative;
    z-index: 5
}

    .alert-strip > strong {
        display: flex;
        align-items: center;
        gap: 8px;
        background: #a82020;
        color: #fff;
        padding: 8px 20px;
        text-transform: uppercase;
        letter-spacing: .04em
    }

        .alert-strip > strong span {
            display: grid;
            place-items: center;
            width: 20px;
            height: 20px;
            background: #fff;
            color: #a82020;
            border-radius: 50%;
            font-weight: 900
        }

.ticker {
    background: #fff5d9;
    color: #684e0a;
    display: flex;
    align-items: center;
    padding: 0 18px;
    min-width: 0;
    white-space: nowrap
}

    .ticker p {
        white-space: nowrap;
        display: inline-block;
        flex: none
    }

    .ticker:hover p, .ticker:focus-within p {
        animation-play-state: paused
    }

.alert-strip > a {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #075b36;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none
}

    .alert-strip > a span {
        transition: .2s
    }

    .alert-strip > a:hover span {
        transform: translateX(3px)
    }

.about-leadership {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px
}

.about-panel {
    background: #f2f7f3;
    border-radius: 28px 6px 28px 6px;
    overflow: hidden;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 440px
}

.about-photo {
    position: relative;
    min-height: 100%
}

    .about-photo > img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.about-content {
    padding: 46px 38px;
    align-self: center
}

    .about-content h2 {
        font: 700 36px/1.14 "Libre Franklin";
        letter-spacing: -.035em;
        margin: 0 0 18px
    }

    .about-content > p:not(.section-kicker) {
        font-size: 14px;
        color: var(--muted);
        margin-bottom: 24px
    }

.leader-panel {
    display: grid;
    gap: 16px
}

.leader-message {
    background: #fff;
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: 130px 1fr;
    min-height: 212px;
    box-shadow: 0 12px 32px rgba(11,60,39,.07);
    transition: transform .25s,box-shadow .25s
}

/* Rounded leadership portraits on the home page */
.leader-message {
    grid-template-columns: 154px 1fr;
    align-items: center;
    padding: 24px;
    overflow: hidden;
    border-radius: 30px 8px 30px 8px;
    background: linear-gradient(135deg,#fff 0%,#f4faf6 100%);
    border-left: 5px solid var(--gold)
}

    .leader-message .leader-portrait {
        width: 132px;
        height: 132px;
        padding: 6px;
        border-radius: 50%;
        background: linear-gradient(145deg,var(--gold),#f4d675 48%,var(--green));
        box-shadow: 0 12px 28px rgba(7,91,54,.18)
    }

        .leader-message .leader-portrait img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: top center;
            border-radius: 50%;
            border: 4px solid #fff
        }

    .leader-message > div:not(.leader-portrait) {
        padding: 8px 4px 8px 0
    }

/* Financial statement and source-document pages */
.statement-page {
    max-width: 1180px;
    margin: 0 auto
}

.statement-intro {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
    padding: 24px 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #f4faf6
}

    .statement-intro p {
        margin: 6px 0 0;
        color: var(--muted)
    }

.statement-block {
    margin: 0 0 30px;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(8,53,34,.07)
}

    .statement-block h2 {
        margin: 0 0 6px;
        font: 700 24px "Libre Franklin"
    }

.statement-note {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 13px
}

.statement-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.statement-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-size: 13px
}

    .statement-table th {
        padding: 13px 14px;
        background: var(--green);
        color: #fff;
        text-align: right;
        white-space: nowrap
    }

        .statement-table th:first-child, .statement-table td:first-child {
            text-align: left
        }

    .statement-table td {
        padding: 11px 14px;
        border-bottom: 1px solid #dfe9e2;
        text-align: right
    }

    .statement-table .group td {
        padding-top: 18px;
        color: var(--green);
        font-weight: 800;
        background: #f5faf7
    }

    .statement-table .total td {
        font-weight: 800;
        background: #fff8e8;
        border-top: 2px solid var(--gold)
    }

.pdf-viewer-shell {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ecefea;
    box-shadow: 0 12px 35px rgba(8,53,34,.08)
}

    .pdf-viewer-shell iframe {
        width: 100%;
        height: 850px;
        display: block;
        border: 0
    }

.pdf-fallback {
    padding: 18px 24px;
    background: #fff;
    color: var(--muted);
    font-size: 13px
}

@media (max-width:700px) {
    .leader-message {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 24px 20px
    }

        .leader-message > div:not(.leader-portrait) {
            padding: 8px 0 0
        }

        .leader-message .leader-portrait {
            width: 122px;
            height: 122px
        }

    .statement-intro {
        align-items: flex-start;
        flex-direction: column
    }

    .statement-block {
        padding: 18px 14px
    }

    .pdf-viewer-shell iframe {
        height: 620px
    }
}

/* Sidebar menu icons */
.side-nav > a::before, .side-nav summary::before {
    content: attr(data-icon);
    display: grid;
    place-items: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    color: #efd58f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1
}

.side-nav > a:hover::before, .side-nav summary:hover::before, .side-nav > a.active::before {
    background: rgba(215,169,63,.2);
    border-color: rgba(239,213,143,.42)
}

/* DICGC poster and QR actions */
.dicgc-actions {
    display: flex;
    align-items: center;
    gap: 18px
}

.dicgc-qr {
    display: grid;
    justify-items: center;
    gap: 5px;
    color: var(--green);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em
}

    .dicgc-qr img {
        width: 92px;
        height: 92px;
        display: block;
        object-fit: contain;
        padding: 5px;
        background: #fff;
        border: 1px solid #cdded2;
        border-radius: 10px;
        box-shadow: 0 8px 22px rgba(7,91,54,.12)
    }

.dicgc-logo {
    display: block;
    transition: transform .2s ease,box-shadow .2s ease
}

    .dicgc-logo:hover, .dicgc-qr:hover img {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(7,91,54,.16)
    }

@media(max-width:1120px) and (min-width:561px) {
    .dicgc-actions {
        grid-column: 2;
        justify-self: start;
        flex-wrap: wrap
    }
}

@media(max-width:560px) {
    .dicgc-actions {
        grid-column: auto;
        justify-self: center;
        flex-direction: column
    }
}

/* Branded not-found page */
.not-found-page {
    min-height: calc(100vh - 260px);
    display: grid;
    place-items: center;
    padding: 70px 24px;
    background: radial-gradient(circle at 50% 20%,#edf7f0 0,transparent 43%)
}

.not-found-card {
    position: relative;
    max-width: 760px;
    width: 100%;
    padding: 58px 44px;
    text-align: center;
    background: #fff;
    border: 1px solid #dbe8df;
    border-radius: 36px 10px 36px 10px;
    box-shadow: 0 24px 70px rgba(7,70,42,.12);
    overflow: hidden
}

    .not-found-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto;
        height: 6px;
        background: linear-gradient(90deg,var(--green),var(--gold),var(--green))
    }

.not-found-code {
    display: block;
    color: #d5eadc;
    font: 900 clamp(94px,18vw,160px)/.78 "Libre Franklin";
    letter-spacing: -.08em
}

.not-found-card h1 {
    margin: 26px 0 12px;
    color: var(--green);
    font: 800 clamp(28px,5vw,44px)/1.15 "Libre Franklin"
}

.not-found-card p {
    max-width: 550px;
    margin: 0 auto 28px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75
}

.not-found-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px
}

.not-found-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 26px;
    font-size: 12px
}

    .not-found-links a {
        color: var(--green);
        font-weight: 700
    }

@media(max-width:560px) {
    .not-found-page {
        padding: 45px 16px
    }

    .not-found-card {
        padding: 44px 20px
    }

    .not-found-actions .button {
        width: 100%;
        justify-content: center
    }
}

.leader-message:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow)
}

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

.leader-message > div {
    padding: 24px
}

.leader-message span {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--gold)
}

.leader-message p {
    font: 500 13px/1.65 Georgia,serif;
    color: #516259;
    margin: 10px 0
}

.leader-message h3 {
    font: 700 15px "Libre Franklin";
    margin: 0 0 7px
}

.leader-message a {
    font-size: 11px;
    font-weight: 800;
    color: var(--green)
}

.service-grid {
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    perspective: 1000px
}

.service-card {
    min-height: 330px;
    transform-style: preserve-3d;
    transition: transform .18s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease,border-color .3s ease;
    will-change: transform
}

    .service-card:hover, .service-card:focus-within {
        background: linear-gradient(145deg,var(--green-2),var(--green-3));
        color: #fff;
        box-shadow: 0 22px 50px rgba(8,53,34,.22);
        border-color: transparent
    }

        .service-card:hover div > p:not(:first-child), .service-card:focus-within div > p:not(:first-child) {
            color: #d5e7dc
        }

        .service-card:hover a, .service-card:focus-within a {
            color: #fff
        }

        .service-card:hover .solution-icon, .service-card:focus-within .solution-icon {
            background: rgba(255,255,255,.14);
            color: #fff
        }

    .service-card:focus-within {
        outline: 3px solid rgba(215,169,63,.65);
        outline-offset: 3px
    }

.solution-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #e5f1e9;
    color: var(--green);
    font-size: 23px;
    font-weight: 800;
    transform: translateZ(18px);
    transition: background-color .3s ease,color .3s ease
}

.service-card.featured .solution-icon {
    background: rgba(255,255,255,.14);
    color: #fff
}

.service-card div {
    transform: translateZ(12px)
}

.rural-banking {
    display: grid;
    grid-template-columns: minmax(360px,.88fr) 1.12fr;
    background: #eef5e7;
    color: var(--ink);
    min-height: 650px;
    position: relative;
    overflow: hidden
}

    .rural-banking:before {
        content: "";
        position: absolute;
        right: -120px;
        top: -150px;
        width: 430px;
        height: 430px;
        border: 80px solid rgba(7,91,54,.045);
        border-radius: 50%;
        pointer-events: none
    }

.rural-visual {
    position: relative;
    min-height: 650px;
    overflow: hidden
}

    .rural-visual:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgba(3,43,25,.04) 38%,rgba(3,43,25,.82) 100%)
    }

    .rural-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .9s cubic-bezier(.2,.7,.2,1)
    }

.rural-banking:hover .rural-visual img {
    transform: scale(1.04)
}

.rural-badge {
    position: absolute;
    z-index: 2;
    left: clamp(22px,4vw,54px);
    right: clamp(22px,4vw,54px);
    bottom: 38px;
    padding: 22px 24px;
    background: rgba(255,255,255,.94);
    border-left: 5px solid var(--gold);
    box-shadow: 0 18px 44px rgba(3,43,25,.25);
    backdrop-filter: blur(7px)
}

    .rural-badge span, .rural-badge strong, .rural-badge small {
        display: block
    }

    .rural-badge span {
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .14em;
        color: var(--green)
    }

    .rural-badge strong {
        font: 700 23px "Libre Franklin";
        margin: 2px 0;
        color: var(--ink)
    }

    .rural-badge small {
        font-size: 11px;
        color: var(--muted)
    }

.rural-content {
    padding: 76px max(42px,7vw);
    align-self: center;
    position: relative;
    z-index: 1
}

    .rural-content h2 {
        font: 700 clamp(32px,3.7vw,50px)/1.08 "Libre Franklin";
        letter-spacing: -.045em;
        margin: 0 0 20px;
        max-width: 700px
    }

.rural-intro {
    color: #53665b;
    max-width: 680px;
    margin: 0 0 28px
}

.rural-services {
    display: grid;
    gap: 10px;
    margin-bottom: 28px
}

    .rural-services > a {
        display: grid;
        grid-template-columns: 42px 1fr 26px;
        gap: 15px;
        align-items: center;
        padding: 15px 17px;
        background: rgba(255,255,255,.72);
        border: 1px solid rgba(7,91,54,.12);
        transition: transform .25s ease,background-color .25s ease,box-shadow .25s ease
    }

        .rural-services > a:hover, .rural-services > a:focus-visible {
            transform: translateX(7px);
            background: #fff;
            box-shadow: 0 12px 28px rgba(8,53,34,.11);
            outline: none
        }

        .rural-services > a > span {
            display: grid;
            place-items: center;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: var(--green);
            color: #fff;
            font-size: 11px;
            font-weight: 800
        }

    .rural-services h3 {
        font: 700 14px "Libre Franklin";
        margin: 0 0 3px
    }

    .rural-services p {
        font-size: 11px;
        color: var(--muted);
        margin: 0
    }

    .rural-services b {
        color: var(--green);
        font-size: 18px;
        transition: transform .25s
    }

    .rural-services > a:hover b, .rural-services > a:focus-visible b {
        transform: translateX(3px)
    }

.button.rural-cta {
    background: var(--green);
    color: #fff
}

    .button.rural-cta span {
        margin-left: 7px;
        transition: transform .25s
    }

    .button.rural-cta:hover span, .button.rural-cta:focus-visible span {
        transform: translateX(4px)
    }

.updates-hub {
    padding-top: 92px
}

.update-columns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid var(--line);
    box-shadow: 0 15px 45px rgba(8,53,34,.08)
}

.update-column {
    padding: 30px;
    min-height: 355px
}

    .update-column + article {
        border-left: 1px solid var(--line)
    }

.notification-column {
    background: #f2f8f4
}

.tender-column {
    background: #fff8e8
}

.rate-column {
    background: #f4f0e7
}

.update-heading {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(30,65,47,.12)
}

    .update-heading > span {
        font: 800 30px "Libre Franklin";
        color: rgba(7,91,54,.18)
    }

    .update-heading small {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .12em;
        color: var(--muted)
    }

    .update-heading h3 {
        font: 700 22px "Libre Franklin";
        margin: 0
    }

.update-column > a:not(.column-link) {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid rgba(30,65,47,.12)
}

.update-column > a b, .update-column > a small {
    display: block
}

.update-column > a b {
    font-size: 13px
}

.update-column > a small {
    font-size: 11px;
    color: var(--muted);
    margin-top: 3px
}

.column-link {
    display: inline-block;
    margin-top: 22px;
    font-size: 12px;
    font-weight: 800;
    color: var(--green)
}

.rate-line {
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
    border-bottom: 1px solid rgba(30,65,47,.12);
    font-size: 12px
}

    .rate-line b {
        color: var(--green)
    }

.rate-column > p {
    font-size: 10px;
    color: var(--muted);
    margin: 18px 0 0
}

.safe-banking {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    background: #10241c;
    color: #fff;
    padding: 74px max(24px,calc((100% - 1120px)/2));
    gap: 80px
}

.safe-intro .shield {
    background: var(--gold);
    color: #15271f
}

.safe-intro h2 {
    font: 700 clamp(30px,3.2vw,44px)/1.1 "Libre Franklin";
    letter-spacing: -.04em;
    margin: 0 0 18px
}

.safe-intro > p:not(.section-kicker) {
    color: #bfd0c7;
    font-size: 14px
}

.safe-intro > a {
    font-size: 12px;
    font-weight: 800;
    color: #f0c766
}

.safety-tips {
    display: grid
}

    .safety-tips article {
        display: grid;
        grid-template-columns: 50px 1fr;
        gap: 20px;
        padding: 18px 0;
        border-bottom: 1px solid rgba(255,255,255,.13)
    }

        .safety-tips article > span {
            font: 700 22px "Libre Franklin";
            color: var(--gold)
        }

    .safety-tips h3 {
        font: 700 15px "Libre Franklin";
        margin: 0 0 5px
    }

    .safety-tips p {
        font-size: 12px;
        color: #aebfb6;
        margin: 0
    }

.footer-main {
    grid-template-columns: 1.7fr .9fr .9fr 1.4fr
}

@media(max-width:1180px) {
    .service-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .about-leadership {
        grid-template-columns: 1fr
    }

    .leader-panel {
        grid-template-columns: 1fr 1fr
    }

    .leader-message {
        grid-template-columns: 115px 1fr
    }
}

@media(max-width:920px) {
    .mobile-brand {
        background: var(--green-3);
        padding: 3px 8px;
        border-radius: 6px
    }

    .alert-strip {
        grid-template-columns: auto 1fr
    }

        .alert-strip > a {
            display: none
        }

    .about-panel {
        grid-template-columns: .85fr 1.15fr
    }

    .leader-panel {
        grid-template-columns: 1fr
    }

    .rural-banking {
        grid-template-columns: .85fr 1.15fr
    }

    .rural-visual {
        min-height: 600px
    }

    .rural-content {
        padding: 55px 38px
    }

    .update-columns {
        grid-template-columns: 1fr 1fr
    }

    .rate-column {
        grid-column: 1/-1
    }

    .rate-column {
        border-left: 0 !important;
        border-top: 1px solid var(--line)
    }

    .safe-banking {
        gap: 42px
    }

    .footer-main {
        grid-template-columns: 1.5fr 1fr 1fr
    }

        .footer-main > div:last-child {
            display: block;
            grid-column: 1/-1
        }
}

@media(max-width:680px) {
    .alert-strip {
        grid-template-columns: 1fr
    }

        .alert-strip > strong {
            justify-content: center;
            padding: 7px 12px
        }

    .ticker {
        min-height: 39px
    }

    .about-panel {
        grid-template-columns: 1fr
    }

    .about-photo {
        min-height: 280px
    }

    .about-content {
        padding: 34px 27px
    }

    .leader-message {
        grid-template-columns: 105px 1fr
    }

        .leader-message > div {
            padding: 19px
        }

    .service-grid {
        grid-template-columns: 1fr
    }

    .rural-banking {
        grid-template-columns: 1fr
    }

    .rural-visual {
        min-height: 340px;
        height: 340px
    }

    .rural-badge {
        bottom: 20px
    }

    .rural-content {
        padding: 48px 24px
    }

    .rural-services > a {
        grid-template-columns: 38px 1fr 20px;
        padding: 13px 12px;
        gap: 11px
    }

        .rural-services > a > span {
            width: 38px;
            height: 38px
        }

    .update-columns {
        grid-template-columns: 1fr
    }

    .update-column + article {
        border-left: 0;
        border-top: 1px solid var(--line)
    }

    .rate-column {
        grid-column: auto
    }

    .safe-banking {
        grid-template-columns: 1fr;
        padding-block: 58px
    }

    .footer-main {
        grid-template-columns: 1fr 1fr
    }

        .footer-main > div:last-child {
            grid-column: auto
        }
}

/* Re-KYC notice (modal markup is supplied only by Default.aspx) */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.notice-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(2,25,16,.78);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease,visibility .22s ease
}

    .notice-modal.is-open {
        opacity: 1;
        visibility: visible
    }

.notice-modal-panel {
    position: relative;
    width: min(1100px,calc(100vw - 36px),calc((100vh - 36px) * 1.35593));
    background: transparent;
    border: 0;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0,0,0,.48);
    transform: translateY(16px) scale(.985);
    transition: transform .24s ease;
    overflow: hidden
}

.notice-modal.is-open .notice-modal-panel {
    transform: none
}

.notice-modal-scroll {
    overflow: hidden;
    border-radius: inherit
}

    .notice-modal-scroll img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: inherit
    }

.notice-modal-close {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 9px;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255,255,255,.96);
    border-radius: 50%;
    display: grid;
    place-items: center;
    padding: 0;
    background: #a82020;
    color: #fff;
    font: 700 29px/1 Arial,sans-serif;
    cursor: pointer;
    box-shadow: 0 5px 18px rgba(0,0,0,.3);
    transition: background-color .2s,transform .2s
}

    .notice-modal-close:hover, .notice-modal-close:focus-visible {
        background: #781414;
        transform: scale(1.06);
        outline: 3px solid rgba(255,213,63,.85);
        outline-offset: 2px
    }

body.notice-modal-open {
    overflow: hidden
}

@media(max-width:680px) {
    .notice-modal {
        padding: 8px
    }

    .notice-modal-panel {
        width: min(calc(100vw - 16px),calc((100vh - 16px) * 1.35593));
        border-radius: 8px
    }

    .notice-modal-close {
        top: 7px;
        right: 7px;
        width: 36px;
        height: 36px;
        font-size: 25px
    }
}

/* Inner page: Keonjhar District Profile */
.inner-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg,#052f20 0%,var(--green) 66%,#0b794a 100%);
    color: #fff;
    padding: 78px max(24px,calc((100% - 1120px)/2)) 72px
}

    .inner-hero:after {
        content: "";
        position: absolute;
        width: 460px;
        height: 460px;
        border: 90px solid rgba(255,255,255,.045);
        border-radius: 50%;
        right: -130px;
        top: -205px
    }

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    color: #c8dbd0;
    margin-bottom: 25px
}

    .breadcrumbs a {
        color: #fff
    }

    .breadcrumbs span {
        color: #e0ba58
    }

.inner-hero h1 {
    font: 800 clamp(38px,5vw,62px)/1.06 "Libre Franklin";
    letter-spacing: -.045em;
    margin: 0 0 18px;
    position: relative;
    z-index: 1
}

.inner-hero > p {
    max-width: 720px;
    margin: 0;
    color: #d3e5db;
    font-size: 16px;
    position: relative;
    z-index: 1
}

.district-page {
    background: #f5f8f6;
    padding-bottom: 90px
}

.district-overview {
    width: min(1120px,calc(100% - 48px));
    margin: -28px auto 0;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 14px;
    overflow: hidden
}

    .district-overview article {
        padding: 25px 22px;
        border-right: 1px solid var(--line)
    }

        .district-overview article:last-child {
            border: 0
        }

    .district-overview span {
        display: block;
        color: var(--muted);
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .1em
    }

    .district-overview strong {
        display: block;
        color: var(--green);
        font: 800 27px "Libre Franklin";
        margin-top: 4px
    }

.district-layout {
    width: min(1120px,calc(100% - 48px));
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: minmax(0,1fr) 275px;
    gap: 34px;
    align-items: start
}

.district-main {
    min-width: 0
}

.district-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: clamp(24px,4vw,44px);
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(8,53,34,.05)
}

    .district-card h2 {
        font: 750 clamp(25px,3vw,34px)/1.16 "Libre Franklin";
        letter-spacing: -.03em;
        margin: 0 0 20px;
        color: var(--ink)
    }

        .district-card h2:after {
            content: "";
            display: block;
            width: 44px;
            height: 3px;
            background: var(--gold);
            margin-top: 13px
        }

    .district-card p {
        color: #53645b;
        font-size: 14px;
        line-height: 1.82;
        margin: 0 0 17px
    }

        .district-card p:last-child {
            margin-bottom: 0
        }

.district-side {
    position: sticky;
    top: 96px
}

.district-side-card {
    background: var(--green);
    color: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: var(--shadow)
}

    .district-side-card h2 {
        font: 700 20px "Libre Franklin";
        margin: 0 0 16px
    }

.district-jumps {
    display: grid
}

    .district-jumps a {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,.15);
        font-size: 12px;
        color: #dbe9e1
    }

        .district-jumps a:hover {
            color: #fff;
            padding-left: 5px
        }

.district-help {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.18)
}

    .district-help small, .district-help strong {
        display: block
    }

    .district-help small {
        color: #bdd2c7
    }

    .district-help strong {
        font-size: 18px;
        margin-top: 3px
    }

.data-section {
    scroll-margin-top: 95px
}

    .data-section h2 {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 23px
    }

        .data-section h2 span {
            display: grid;
            place-items: center;
            width: 34px;
            height: 34px;
            background: #e6f1e9;
            border-radius: 10px;
            color: var(--green);
            font: 800 12px "DM Sans"
        }

.table-scroll {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 9px
}

.district-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 580px;
    font-size: 12.5px
}

    .district-table th {
        background: #eaf3ed;
        color: #244a37;
        text-align: left;
        font-weight: 800
    }

    .district-table th, .district-table td {
        padding: 12px 15px;
        border-bottom: 1px solid var(--line);
        vertical-align: top
    }

    .district-table tr:last-child td {
        border-bottom: 0
    }

    .district-table tbody tr:nth-child(even) {
        background: #fafcfb
    }

    .district-table tbody tr:hover {
        background: #f1f7f3
    }

.district-note {
    font-size: 11px !important;
    color: #718078 !important;
    margin-top: 12px !important
}

.source-note {
    width: min(1120px,calc(100% - 48px));
    margin: 24px auto 0;
    color: #6d7d74;
    font-size: 11px;
    text-align: center
}

@media(max-width:920px) {
    .district-overview {
        grid-template-columns: repeat(2,1fr)
    }

        .district-overview article:nth-child(2) {
            border-right: 0
        }

        .district-overview article:nth-child(-n+2) {
            border-bottom: 1px solid var(--line)
        }

    .district-layout {
        grid-template-columns: 1fr
    }

    .district-side {
        position: static;
        order: -1
    }

    .district-jumps {
        grid-template-columns: repeat(3,1fr);
        gap: 0 16px
    }

    .district-help {
        grid-column: 1/-1
    }
}

@media(max-width:680px) {
    .inner-hero {
        padding-top: 55px;
        padding-bottom: 58px
    }

        .inner-hero > p {
            font-size: 14px
        }

    .district-overview {
        width: calc(100% - 28px)
    }

        .district-overview article {
            padding: 18px 15px
        }

        .district-overview strong {
            font-size: 21px
        }

    .district-layout {
        width: calc(100% - 28px);
        margin-top: 34px
    }

    .district-card {
        padding: 23px 18px
    }

    .district-jumps {
        grid-template-columns: 1fr 1fr
    }

    .district-table {
        font-size: 11.5px
    }

        .district-table th, .district-table td {
            padding: 10px 11px
        }
}

/* KCCB profile */
.profile-hero {
    padding-bottom: 104px
}

    .profile-hero .profile-eyebrow {
        margin: 0 0 12px;
        color: #e6bf5f;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase
    }

    .profile-hero h1 {
        max-width: 850px
    }

.profile-page {
    background: #f5f8f6
}

.profile-facts {
    width: min(1120px,calc(100% - 48px));
    margin: -40px auto 0;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--shadow);
    overflow: hidden
}

    .profile-facts article {
        padding: 25px 24px;
        border-right: 1px solid var(--line)
    }

        .profile-facts article:last-child {
            border: 0
        }

    .profile-facts span, .profile-facts small {
        display: block
    }

    .profile-facts span {
        color: var(--muted);
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .1em
    }

    .profile-facts strong {
        display: block;
        color: var(--green);
        font: 800 30px "Libre Franklin";
        margin: 4px 0 2px
    }

    .profile-facts small {
        color: #718078;
        font-size: 10px
    }

.profile-intro {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 72px;
    align-items: center
}

.profile-visual {
    position: relative
}

    .profile-visual img {
        display: block;
        width: 100%;
        min-height: 430px;
        object-fit: cover;
        border-radius: 34px 6px 34px 6px;
        box-shadow: var(--shadow)
    }

.profile-year {
    position: absolute;
    right: -25px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--green);
    color: #fff;
    padding: 18px 24px;
    border-radius: 18px 4px 18px 4px;
    box-shadow: 0 14px 30px rgba(4,67,39,.24)
}

    .profile-year b {
        font: 800 30px "Libre Franklin"
    }

    .profile-year span {
        font-size: 10px;
        line-height: 1.4;
        text-transform: uppercase;
        letter-spacing: .08em
    }

.profile-copy h2, .profile-growth h2 {
    font: 750 clamp(32px,4vw,48px)/1.1 "Libre Franklin";
    letter-spacing: -.04em;
    margin: 0 0 22px
}

.profile-copy > p:not(.section-kicker), .profile-growth-copy p {
    color: #53645b;
    font-size: 14px;
    line-height: 1.82
}

.profile-milestone {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 18px;
    margin-top: 27px;
    padding-top: 25px;
    border-top: 1px solid var(--line)
}

    .profile-milestone > span {
        color: var(--gold-2);
        font: 800 23px "Libre Franklin"
    }

    .profile-milestone p {
        margin: 0;
        color: #53645b;
        font-size: 12px
    }

    .profile-milestone b {
        display: block;
        color: var(--ink);
        font-size: 13px;
        margin-bottom: 3px
    }

.profile-growth {
    background: var(--green);
    color: #fff;
    padding: 72px max(24px,calc((100% - 1120px)/2));
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px
}

    .profile-growth .section-kicker {
        color: #e8c66f
    }

    .profile-growth h2 {
        margin: 0
    }

.profile-growth-copy {
    border-left: 1px solid rgba(255,255,255,.2);
    padding-left: 50px
}

    .profile-growth-copy p {
        color: #d7e6dd;
        margin: 0 0 17px
    }

        .profile-growth-copy p:last-child {
            margin: 0
        }

.profile-network {
    padding-bottom: 96px
}

.profile-network-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 34px
}

    .profile-network-grid article {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 18px 5px 18px 5px;
        padding: 30px;
        transition: .22s
    }

        .profile-network-grid article:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow);
            border-color: #bdd5c5
        }

    .profile-network-grid i {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: #e8f2eb;
        color: var(--green);
        font-style: normal;
        font-size: 11px;
        font-weight: 800
    }

    .profile-network-grid h3 {
        font: 700 18px "Libre Franklin";
        margin: 20px 0 10px
    }

    .profile-network-grid p {
        color: var(--muted);
        font-size: 12px;
        line-height: 1.7;
        margin: 0
    }

@media(max-width:920px) {
    .profile-facts {
        grid-template-columns: repeat(2,1fr)
    }

        .profile-facts article:nth-child(2) {
            border-right: 0
        }

        .profile-facts article:nth-child(-n+2) {
            border-bottom: 1px solid var(--line)
        }

    .profile-intro {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .profile-year {
        right: 18px
    }

    .profile-growth {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .profile-growth-copy {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.2);
        padding: 28px 0 0
    }

    .profile-network-grid {
        grid-template-columns: 1fr 1fr
    }

        .profile-network-grid article:last-child {
            grid-column: 1/-1
        }
}

@media(max-width:680px) {
    .profile-hero {
        padding-bottom: 76px
    }

    .profile-facts {
        width: calc(100% - 28px);
        margin-top: -28px
    }

        .profile-facts article {
            padding: 18px 15px
        }

        .profile-facts strong {
            font-size: 23px
        }

    .profile-intro {
        padding-top: 55px
    }

    .profile-visual img {
        min-height: 300px
    }

    .profile-year {
        right: 10px;
        bottom: 10px;
        padding: 13px 16px
    }

        .profile-year b {
            font-size: 24px
        }

    .profile-growth {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .profile-network-grid {
        grid-template-columns: 1fr
    }

        .profile-network-grid article:last-child {
            grid-column: auto
        }
}

/* Board of Directors — card layout based on the supplied design */
.board-hero, .staff-hero {
    padding-bottom: 94px
}

    .board-hero .profile-eyebrow, .staff-hero .profile-eyebrow {
        margin: 0 0 12px;
        color: #e6bf5f;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase
    }

.board-page, .staff-page {
    background: #f5f8f6
}

.board-lead {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: -46px;
    position: relative;
    z-index: 3
}

.board-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 14px rgba(8,53,34,.06);
    transition: transform .22s,box-shadow .22s,border-color .22s
}

    .board-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 34px rgba(8,53,34,.14);
        border-color: var(--green)
    }

.board-card-featured {
    display: block;
    min-height: 0
}

    .board-card-featured .board-photo {
        padding: 28px 20px 22px
    }

    .board-card-featured > div:last-child {
        padding: 18px 20px 24px
    }

.board-photo {
    overflow: visible;
    position: relative;
    isolation: isolate;
    background: #dceee3;
    border-bottom: 1px solid var(--line)
}

    .board-photo:before {
        content: "";
        position: absolute;
        inset: 12px;
        z-index: -1;
        border: 1px solid rgba(9,100,61,.16);
        border-radius: 50% 50% 12px 50%
    }

    .board-photo img {
        display: block;
        width: 150px;
        height: 150px;
        margin: auto;
        border-radius: 0;
        object-fit: contain;
        object-position: center top;
        border: 0;
        filter: drop-shadow(0 13px 12px rgba(2,39,22,.32));
        transition: transform .35s ease
    }

.board-card:hover .board-photo img {
    transform: scale(1.045)
}

.board-card span {
    display: inline-block;
    color: #fff;
    background: var(--green);
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase
}

.board-card-featured:nth-child(2) span {
    background: var(--gold-2);
    color: #173c2a
}

.board-card-featured:nth-child(3) span {
    background: #2d8e59
}

.board-card h2 {
    font: 750 18px/1.25 "Libre Franklin";
    letter-spacing: -.02em;
    margin: 0 0 10px
}

.board-card p {
    display: none
}

.board-members {
    padding-top: 35px;
    padding-bottom: 96px
}

.board-count {
    font-size: 11px;
    color: var(--muted);
    margin: 0
}

.board-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
    margin-top: 32px
}

    .board-grid .board-card {
        display: block
    }

    .board-grid .board-photo {
        padding: 22px 14px 18px;
        background: #dceee3
    }

        .board-grid .board-photo:before {
            border-color: rgba(9,100,61,.16)
        }

        .board-grid .board-photo img {
            width: 125px;
            height: 125px;
            filter: drop-shadow(0 10px 9px rgba(5,65,38,.24))
        }

/* Network pages */
.network-page {
    background: #f4f8f5
}

.network-summary {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    width: min(930px,calc(100% - 48px));
    margin: -42px auto 0;
    padding: 0;
    position: relative;
    z-index: 3;
    background: var(--line);
    border-radius: 16px 5px 16px 5px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

    .network-summary article {
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 24px 28px;
        background: #fff
    }

    .network-summary span {
        font: 800 34px "Libre Franklin";
        color: var(--green)
    }

    .network-summary b, .network-summary small {
        display: block
    }

    .network-summary b {
        font-size: 13px
    }

    .network-summary small {
        font-size: 10px;
        color: var(--muted);
        margin-top: 4px
    }

.network-content {
    padding-top: 72px;
    padding-bottom: 96px
}

.network-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 32px
}

    .network-heading h2 {
        font: 750 clamp(30px,4vw,46px)/1.08 "Libre Franklin";
        letter-spacing: -.04em;
        margin: 0
    }

    .network-heading > p {
        color: #55675d;
        line-height: 1.8;
        border-left: 3px solid var(--gold);
        padding-left: 28px;
        margin: 0
    }

.network-table-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px 5px 18px 5px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(8,53,34,.07)
}

.network-table-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 28px;
    background: linear-gradient(110deg,#063e27,#087047);
    color: #fff
}

    .network-table-title small {
        display: block;
        font-size: 9px;
        letter-spacing: .13em;
        color: #bcd7c8
    }

    .network-table-title h3 {
        font: 700 20px "Libre Franklin";
        margin: 3px 0 0
    }

    .network-table-title > span {
        font-size: 10px;
        color: #d5e7dd
    }

.table-scroll {
    overflow-x: auto
}

.network-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    font-size: 12px
}

    .network-table th, .network-table td {
        padding: 15px 18px;
        text-align: left;
        border-bottom: 1px solid var(--line)
    }

    .network-table thead th {
        background: #e7f1eb;
        color: #234d38;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .07em
    }

    .network-table tbody tr:nth-child(even) {
        background: #fafcfb
    }

    .network-table tbody tr:hover {
        background: #edf6f0
    }

    .network-table td:first-child {
        width: 75px;
        color: var(--green);
        font-weight: 800
    }

    .network-table td:last-child {
        font-weight: 700;
        color: #53655b
    }

/* Searchable branch cards */
.branch-filter {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 820px;
    margin: 0 auto 10px;
    padding: 10px 10px 10px 18px;
    background: #fff;
    border: 1px solid #c9d9cf;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(8,53,34,.07)
}

    .branch-filter > span {
        font-size: 25px;
        line-height: 1;
        color: var(--green);
        transform: rotate(-18deg)
    }

    .branch-filter input {
        flex: 1;
        min-width: 0;
        padding: 11px 4px;
        border: 0;
        outline: 0;
        background: transparent;
        font: 600 13px "Inter",sans-serif;
        color: #173c2a
    }

        .branch-filter input::placeholder {
            color: #7c8c83;
            font-weight: 500
        }

    .branch-filter button {
        border: 0;
        border-radius: 10px;
        padding: 12px 25px;
        background: var(--green);
        color: #fff;
        font: 800 11px "Inter",sans-serif;
        letter-spacing: .04em;
        text-transform: uppercase;
        cursor: pointer;
        transition: background .2s,transform .2s
    }

        .branch-filter button:hover, .branch-filter button:focus-visible {
            background: #064b2e;
            transform: translateY(-1px)
        }

.branch-search-status {
    margin: 12px 0 24px;
    text-align: center;
    color: #687970;
    font-size: 11px
}

.branch-card-list {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none
}

    .branch-card-list .network-table-title {
        display: none
    }

    .branch-card-list .table-scroll {
        overflow: visible
    }

    .branch-card-list .network-table {
        display: block;
        min-width: 0
    }

    .branch-card-list thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0
    }

    .branch-card-list tbody {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 24px
    }

        .branch-card-list tbody tr {
            display: grid;
            grid-template-columns: 46px 1fr;
            grid-template-rows: auto 1fr auto;
            background: #fff !important;
            border: 1px solid #c9d9cf;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 5px 16px rgba(8,53,34,.06);
            transition: transform .22s,box-shadow .22s,border-color .22s
        }

            .branch-card-list tbody tr:hover {
                transform: translateY(-4px);
                border-color: var(--green);
                box-shadow: 0 17px 34px rgba(8,53,34,.13)
            }

    .branch-card-list td {
        border: 0 !important;
        text-align: left !important
    }

        .branch-card-list td:first-child {
            grid-column: 1;
            grid-row: 1;
            width: 36px !important;
            height: 36px;
            margin: 18px 0 0 18px;
            padding: 0 !important;
            display: grid;
            place-items: center;
            border-radius: 9px !important;
            background: linear-gradient(145deg,#075735,#0c7b4b) !important;
            color: #fff !important;
            font: 800 12px "Libre Franklin"
        }

        .branch-card-list td:nth-child(2) {
            grid-column: 2;
            grid-row: 1;
            padding: 22px 18px 10px 14px !important;
            font: 750 16px/1.25 "Libre Franklin";
            color: #173c2a
        }

            .branch-card-list td:nth-child(2):after {
                content: "Branch";
                display: block;
                width: max-content;
                margin-top: 7px;
                padding: 3px 9px;
                border-radius: 20px;
                background: #e5f6eb;
                color: var(--green);
                font: 800 8px "Inter";
                letter-spacing: .06em;
                text-transform: uppercase
            }

    .branch-card-list tr:first-child td:nth-child(2):after {
        content: "Head Office";
        background: #fff2cd;
        color: #8a6410
    }

    .branch-card-list tr:nth-child(13) td:nth-child(2):after {
        content: "Women Branch";
        background: #f0e9fb;
        color: #7042ad
    }

    .branch-card-list td:nth-child(3) {
        grid-column: 1/3;
        grid-row: 2;
        position: relative;
        min-height: 66px;
        padding: 12px 20px 17px 45px !important;
        color: #66776e;
        font-size: 12px;
        line-height: 1.65
    }

        .branch-card-list td:nth-child(3):before {
            content: "●";
            position: absolute;
            left: 22px;
            top: 15px;
            color: var(--gold);
            font-size: 10px
        }

    .branch-card-list td:last-child {
        grid-column: 1/3;
        grid-row: 3;
        margin: 0 20px;
        padding: 14px 0 17px !important;
        border-top: 1px dashed #c9d9cf !important;
        color: var(--green);
        font-size: 11px
    }

        .branch-card-list td:last-child:before {
            content: "PIN ";
            color: #7a8b81;
            font-weight: 600
        }

    .branch-card-list tr[hidden] {
        display: none
    }

.branch-empty {
    padding: 48px 20px;
    text-align: center;
    background: #fff;
    border: 1px dashed #a9c2b2;
    border-radius: 16px;
    color: #173c2a
}

    .branch-empty b {
        font: 750 18px "Libre Franklin"
    }

    .branch-empty p {
        margin: 8px 0 0;
        color: #73837a;
        font-size: 12px
    }

@media (max-width:980px) {
    .branch-card-list tbody {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (max-width:600px) {
    .branch-filter {
        align-items: stretch;
        flex-wrap: wrap;
        padding: 10px 10px 10px 15px
    }

        .branch-filter input {
            width: calc(100% - 38px)
        }

        .branch-filter button {
            width: 100%
        }

    .branch-card-list tbody {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .branch-search-status {
        margin-bottom: 18px
    }
}

.area-table .division-row th {
    background: #153f2c;
    color: #fff;
    padding: 13px 18px
}

.area-table .division-row span {
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--gold);
    color: #173b29
}

.area-table tfoot th {
    background: #e7f1eb;
    color: var(--green);
    font-size: 14px
}

    .area-table tfoot th:last-child {
        font-size: 20px
    }

.pacs-overview {
    display: grid;
    grid-template-columns: 1fr 1.15fr .65fr;
    gap: 55px;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 28px
}

    .pacs-overview h2 {
        font: 750 clamp(30px,4vw,46px)/1.08 "Libre Franklin";
        letter-spacing: -.04em;
        margin: 0
    }

    .pacs-overview > p {
        line-height: 1.8;
        color: #55675d;
        padding-left: 28px;
        border-left: 3px solid var(--gold)
    }

    .pacs-overview strong {
        text-align: center;
        padding: 22px;
        border-radius: 14px;
        background: var(--green);
        color: #fff
    }

        .pacs-overview strong span {
            display: block;
            font: 800 38px "Libre Franklin";
            color: var(--gold)
        }

.pacs-content {
    padding-top: 20px
}

.pacs-table td:nth-child(1), .pacs-table td:nth-child(3) {
    width: 70px;
    color: var(--green);
    font-weight: 800
}

.pacs-table td:nth-child(2), .pacs-table td:nth-child(4) {
    width: calc(50% - 70px)
}

.board-grid .board-card > div:last-child {
    padding: 14px 14px 18px
}

.board-grid .board-card span {
    background: #e5f6eb;
    color: var(--green);
    padding: 3px 12px;
    font-size: 9px
}

.board-grid h3 {
    font: 700 14px/1.3 "Libre Franklin";
    margin: 0 0 7px
}

/* Staff position */
.staff-summary {
    width: min(930px,calc(100% - 48px));
    margin: -42px auto 0;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--shadow);
    overflow: hidden
}

    .staff-summary article {
        padding: 26px 28px;
        border-right: 1px solid var(--line)
    }

        .staff-summary article:last-child {
            border: 0
        }

    .staff-summary span, .staff-summary small {
        display: block
    }

    .staff-summary span {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: var(--muted)
    }

    .staff-summary strong {
        display: block;
        font: 800 32px "Libre Franklin";
        color: var(--green);
        margin: 3px 0
    }

    .staff-summary small {
        font-size: 10px;
        color: #718078
    }

.staff-content {
    padding-top: 68px;
    padding-bottom: 96px
}

.staff-intro {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    column-gap: 75px;
    align-items: start;
    margin-bottom: 38px
}

    .staff-intro .section-kicker {
        grid-column: 1/-1
    }

    .staff-intro h2 {
        font: 750 clamp(30px,4vw,46px)/1.1 "Libre Franklin";
        letter-spacing: -.04em;
        margin: 0
    }

    .staff-intro > p:last-child {
        font-size: 13px;
        line-height: 1.8;
        color: #53645b;
        margin: 0;
        padding-left: 34px;
        border-left: 3px solid var(--gold)
    }

.staff-table-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px 5px 18px 5px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(8,53,34,.07)
}

.staff-table-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 28px;
    background: var(--green);
    color: #fff
}

    .staff-table-head small {
        display: block;
        color: #c7dbcf;
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .12em
    }

    .staff-table-head h3 {
        font: 700 20px "Libre Franklin";
        margin: 3px 0 0
    }

    .staff-table-head > span {
        font-size: 10px;
        color: #d4e4da
    }

.staff-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    font-size: 12px
}

    .staff-table th, .staff-table td {
        padding: 16px 18px;
        border-bottom: 1px solid var(--line);
        text-align: left;
        vertical-align: middle
    }

        .staff-table th:nth-child(2), .staff-table td:nth-child(2) {
            text-align: left
        }

    .staff-table thead th {
        background: #eaf3ed;
        color: #244a37;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .06em
    }

    .staff-table tbody tr:nth-child(even) {
        background: #fafcfb
    }

    .staff-table tbody tr:hover {
        background: #f0f7f2
    }

    .staff-table td b, .staff-table td small {
        display: block
    }

    .staff-table td b {
        font-size: 12px;
        color: var(--ink)
    }

    .staff-table td small {
        color: var(--muted);
        margin-top: 2px
    }

    .staff-table td:last-child span {
        display: inline-grid;
        place-items: center;
        min-width: 32px;
        height: 28px;
        border-radius: 9px;
        background: #fff0e5;
        color: #a64812;
        font-weight: 800
    }

    .staff-table td:last-child .vacancy-zero {
        background: #e5f4e9;
        color: var(--green)
    }

    .staff-table tfoot th {
        background: #102d21;
        color: #fff;
        border: 0;
        font-size: 13px
    }

        .staff-table tfoot th:first-child {
            text-align: left
        }

@media(max-width:1080px) {
    .board-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

@media(max-width:920px) {
    .board-lead {
        grid-template-columns: 1fr
    }

    .board-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .staff-intro {
        grid-template-columns: 1fr;
        gap: 20px
    }

        .staff-intro > p:last-child {
            padding: 20px 0 0;
            border-left: 0;
            border-top: 3px solid var(--gold)
        }

    .network-heading, .pacs-overview {
        grid-template-columns: 1fr;
        gap: 20px
    }

        .pacs-overview > p {
            margin: 0
        }

        .pacs-overview strong {
            text-align: left
        }

            .pacs-overview strong span {
                display: inline;
                margin-right: 12px
            }
}

@media(max-width:680px) {
    .board-hero, .staff-hero {
        padding-bottom: 72px
    }

    .board-lead {
        width: calc(100% - 28px);
        margin-top: -30px;
        padding-left: 0;
        padding-right: 0
    }

    .board-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px
    }

        .board-grid .board-photo {
            padding: 16px 10px 13px
        }

        .board-grid .board-card > div:last-child {
            padding: 12px 9px 15px
        }

        .board-grid h3 {
            font-size: 12px
        }

    .staff-summary {
        width: calc(100% - 28px);
        margin-top: -28px
    }

        .staff-summary article {
            padding: 18px 13px
        }

        .staff-summary strong {
            font-size: 24px
        }

    .staff-content {
        padding-top: 50px
    }

    .staff-table-head {
        padding: 21px 18px
    }

        .staff-table-head > span {
            display: none
        }

    .network-hero {
        padding-bottom: 72px
    }

    .network-summary {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        margin-top: -28px
    }

        .network-summary article {
            padding: 17px 20px
        }

        .network-summary span {
            font-size: 27px
        }

    .network-content {
        padding-top: 52px
    }

    .network-heading {
        gap: 18px
    }

        .network-heading > p, .pacs-overview > p {
            border-left: 0;
            border-top: 3px solid var(--gold);
            padding: 18px 0 0
        }

    .network-table-title {
        padding: 20px 18px
    }

        .network-table-title > span {
            display: none
        }

    .pacs-overview {
        padding-top: 50px
    }

    .pacs-table {
        min-width: 650px
    }
}

/* Circular treatment for the transparent board-member PNG portraits */
.board-card .board-photo, .board-card-featured .board-photo, .board-grid .board-photo {
    width: 190px;
    height: 190px;
    aspect-ratio: 1/1;
    margin: 22px auto 8px;
    padding: 0 !important;
    overflow: hidden;
    border: 6px solid #fff;
    border-radius: 50%;
    background: #dceee3 !important;
    box-shadow: 0 0 0 2px var(--gold),0 14px 30px rgba(8,53,34,.16)
}

    .board-card .board-photo:before {
        display: none !important
    }

    .board-card .board-photo img, .board-card-featured .board-photo img, .board-grid .board-photo img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
        border-radius: 50%;
        object-fit: contain;
        object-position: center bottom;
        background: #dceee3 !important;
        filter: none
    }

.board-grid .board-photo {
    width: 145px;
    height: 145px
}

@media(max-width:600px) {
    .board-card .board-photo, .board-card-featured .board-photo {
        width: 150px;
        height: 150px
    }

    .board-grid .board-photo {
        width: 112px;
        height: 112px
    }
}
/* Photo gallery and notification pages */
.gallery-page {
    padding-top: 72px
}

.gallery-heading {
    display: grid;
    grid-template-columns: 1fr minmax(280px,480px);
    gap: 50px;
    align-items: end;
    margin-bottom: 34px
}

    .gallery-heading h2 {
        margin: 5px 0 0;
        font-size: clamp(30px,4vw,48px);
        color: var(--ink)
    }

    .gallery-heading > p {
        margin: 0;
        padding-left: 24px;
        border-left: 3px solid var(--gold);
        color: var(--muted);
        line-height: 1.8
    }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px
}

.gallery-card {
    position: relative;
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 20px;
    background: #dceee3;
    box-shadow: 0 12px 32px rgba(8,53,34,.12)
}

    .gallery-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .45s ease
    }

    .gallery-card span {
        position: absolute;
        right: 14px;
        bottom: 14px;
        padding: 8px 13px;
        border-radius: 999px;
        background: rgba(7,68,42,.9);
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        opacity: 0;
        transform: translateY(8px);
        transition: .25s
    }

    .gallery-card:hover img {
        transform: scale(1.045)
    }

    .gallery-card:hover span, .gallery-card:focus span {
        opacity: 1;
        transform: none
    }

.gallery-lightbox[hidden] {
    display: none
}

.gallery-lightbox {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 50px 90px;
    background: rgba(2,18,11,.92)
}

    .gallery-lightbox img {
        display: block;
        max-width: min(1180px,100%);
        max-height: calc(100vh - 100px);
        object-fit: contain;
        border-radius: 14px;
        box-shadow: 0 22px 60px rgba(0,0,0,.45)
    }

.gallery-close, .gallery-prev, .gallery-next {
    position: absolute;
    border: 0;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--green);
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,.25)
}

.gallery-close {
    right: 24px;
    top: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 28px
}

.gallery-prev, .gallery-next {
    top: 50%;
    width: 46px;
    height: 58px;
    border-radius: 12px;
    font-size: 34px
}

.gallery-prev {
    left: 24px
}

.gallery-next {
    right: 24px
}

.gallery-open {
    overflow: hidden
}

.notification-page {
    max-width: 1050px
}

.notification-list {
    display: grid;
    gap: 14px
}

    .notification-list > a {
        display: grid;
        grid-template-columns: 58px 1fr auto;
        gap: 18px;
        align-items: center;
        padding: 20px 24px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(8,53,34,.07);
        transition: .2s
    }

        .notification-list > a:hover {
            transform: translateY(-2px);
            border-color: var(--gold)
        }

        .notification-list > a > span {
            display: grid;
            place-items: center;
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: #e4f2e9;
            color: var(--green);
            font-size: 11px;
            font-weight: 900
        }

    .notification-list h2 {
        margin: 0 0 4px;
        font-size: 17px;
        color: var(--ink)
    }

    .notification-list p {
        margin: 0;
        color: var(--muted);
        font-size: 13px
    }

    .notification-list b {
        color: var(--green);
        font-size: 12px
    }

@media(max-width:900px) {
    .gallery-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .gallery-heading {
        grid-template-columns: 1fr;
        gap: 18px
    }

        .gallery-heading > p {
            padding: 18px 0 0;
            border-left: 0;
            border-top: 3px solid var(--gold)
        }
}

@media(max-width:560px) {
    .gallery-page {
        padding-top: 48px
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .gallery-lightbox {
        padding: 65px 12px
    }

    .gallery-prev, .gallery-next {
        top: auto;
        bottom: 14px
    }

    .gallery-prev {
        left: calc(50% - 58px)
    }

    .gallery-next {
        right: calc(50% - 58px)
    }

    .notification-list > a {
        grid-template-columns: 46px 1fr;
        padding: 16px;
        gap: 13px
    }

        .notification-list > a > span {
            width: 44px;
            height: 44px
        }

        .notification-list > a > b {
            grid-column: 2
        }
}

/* Notification and tender document centre */
.document-page {
    max-width: 1120px;
    padding-top: 70px
}

.document-page-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px
}

    .document-page-head h2 {
        margin: 4px 0 0;
        color: var(--ink);
        font-size: clamp(28px,4vw,42px)
    }

.document-count {
    flex: none;
    padding: 9px 14px;
    border: 1px solid #bfd7c8;
    border-radius: 999px;
    background: #edf7f0;
    color: var(--green);
    font-size: 12px;
    font-weight: 800
}

.document-list {
    display: grid;
    gap: 16px
}

.document-card {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0,1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 22px 24px;
    border: 1px solid #d9e5dc;
    border-left: 4px solid var(--green);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8,53,34,.07);
    transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease
}

    .document-card:hover {
        transform: translateY(-2px);
        border-color: #b9d2c2;
        box-shadow: 0 15px 36px rgba(8,53,34,.12)
    }

.pdf-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 64px;
    border-radius: 12px 12px 12px 4px;
    background: linear-gradient(145deg,#075b36,#0b7a49);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    box-shadow: inset 0 -5px 0 rgba(0,0,0,.08)
}

.tender-document {
    border-left-color: var(--gold)
}

    .tender-document .pdf-icon {
        background: linear-gradient(145deg,#a56d05,#d59a26)
    }

.document-copy {
    min-width: 0
}

.document-type {
    display: block;
    margin-bottom: 5px;
    color: #8a691c;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase
}

.document-copy h3 {
    margin: 0;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.4
}

.document-copy p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6
}

.document-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    padding: 12px 15px;
    border-radius: 10px;
    background: var(--green);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 7px 18px rgba(7,91,54,.2);
    transition: background .2s ease,transform .2s ease
}

    .document-download:hover {
        background: #06472b;
        transform: translateY(-1px)
    }

    .document-download span {
        font-size: 17px;
        line-height: 1
    }

.tender-document .document-download {
    background: #956506
}

    .tender-document .document-download:hover {
        background: #714c04
    }

@media(max-width:720px) {
    .document-page {
        padding-top: 48px
    }

    .document-page-head {
        align-items: flex-start
    }

    .document-card {
        grid-template-columns: 52px 1fr;
        gap: 15px;
        padding: 18px
    }

    .pdf-icon {
        width: 48px;
        height: 54px
    }

    .document-download {
        grid-column: 2;
        justify-self: start
    }

    .document-copy h3 {
        font-size: 16px
    }
}

@media(max-width:440px) {
    .document-page-head {
        display: block
    }

    .document-count {
        display: inline-block;
        margin-top: 14px
    }

    .document-card {
        grid-template-columns: 1fr
    }

    .pdf-icon {
        width: 46px;
        height: 50px
    }

    .document-download {
        grid-column: 1;
        width: 100%;
        justify-content: center
    }
}
/* Data protection policy */
.policy-page {
    display: grid;
    grid-template-columns: minmax(230px,300px) minmax(0,1fr);
    gap: 30px;
    align-items: start
}

.policy-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 18px
}

.policy-side-card, .policy-index, .policy-document {
    background: #fff;
    border: 1px solid #dfe9e2;
    box-shadow: 0 16px 45px rgba(9,65,40,.08)
}

.policy-side-card {
    padding: 28px;
    border-radius: 24px
}

    .policy-side-card h2 {
        font-size: 25px;
        margin: 8px 0 12px;
        color: #123f2d
    }

    .policy-side-card p {
        line-height: 1.7
    }

.policy-shield {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #dceee3;
    color: #075b36;
    font-size: 24px;
    font-weight: 800;
    border: 2px solid #d2ad58
}

.policy-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding: 13px 16px;
    border-radius: 12px;
    background: #075b36;
    color: #fff !important;
    font-weight: 700
}

.policy-index {
    display: grid;
    padding: 20px;
    border-radius: 18px
}

    .policy-index strong {
        color: #123f2d;
        margin-bottom: 10px
    }

    .policy-index a {
        padding: 8px 0;
        border-bottom: 1px solid #edf2ee;
        color: #53655c;
        font-size: 13px
    }

        .policy-index a:last-child {
            border: 0
        }

.policy-document {
    border-radius: 28px;
    overflow: hidden
}

    .policy-document > header {
        padding: 34px 38px;
        background: linear-gradient(135deg,#064b2e,#0b7446);
        color: #fff
    }

        .policy-document > header p {
            margin: 0 0 6px;
            color: #e2c276;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            font-size: 12px
        }

        .policy-document > header h2 {
            margin: 0;
            font-size: 30px
        }

    .policy-document > section {
        display: grid;
        grid-template-columns: 54px minmax(0,1fr);
        gap: 20px;
        padding: 34px 38px;
        border-bottom: 1px solid #e7eee9;
        scroll-margin-top: 25px
    }

        .policy-document > section:nth-of-type(even) {
            background: #fbfdfb
        }

.policy-number {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e4f1e8;
    color: #075b36;
    font-weight: 800;
    border: 1px solid #cbded1
}

.policy-document h2 {
    margin: 4px 0 14px;
    color: #123f2d;
    font-size: 25px
}

.policy-document h3 {
    margin: 22px 0 8px;
    color: #17613e;
    font-size: 17px
}

.policy-document p, .policy-document li {
    color: #4d6056;
    line-height: 1.75
}

.policy-document ul, .policy-document ol {
    padding-left: 21px;
    margin: 12px 0
}

.policy-document li {
    padding-left: 5px;
    margin: 8px 0
}

    .policy-document li::marker {
        color: #c18e2c;
        font-weight: 700
    }

.policy-conclusion {
    padding: 36px 38px;
    background: #f2f8f4
}

    .policy-conclusion h2 {
        margin: 5px 0 12px
    }

    .policy-conclusion p:last-child {
        margin-bottom: 0
    }

@media(max-width:900px) {
    .policy-page {
        grid-template-columns: 1fr
    }

    .policy-sidebar {
        position: static;
        grid-template-columns: 1fr 1fr
    }

    .policy-document > section {
        padding: 28px
    }

    .policy-document > header {
        padding: 30px
    }
}

@media(max-width:640px) {
    .policy-sidebar {
        grid-template-columns: 1fr
    }

    .policy-index {
        display: none
    }

    .policy-document > header {
        padding: 25px 22px
    }

        .policy-document > header h2 {
            font-size: 24px
        }

    .policy-document > section {
        grid-template-columns: 1fr;
        padding: 25px 22px
    }

    .policy-document h2 {
        font-size: 21px
    }

    .policy-conclusion {
        padding: 28px 22px
    }
}
/* Final leadership-card overrides: keep circular portraits at every breakpoint. */
@media (max-width:700px) {
    .about-leadership .leader-message {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 24px 20px
    }

        .about-leadership .leader-message > div:not(.leader-portrait) {
            padding: 8px 0 0
        }

        .about-leadership .leader-message .leader-portrait {
            width: 122px;
            height: 122px
        }
}
