:root {
    --color-charcoal: #132126;
    --color-charcoal-light: #294048;
    --color-off-white: #f5f2ea;
    --color-white: #ffffff;
    --color-green-accent: #1c8a6a;
    --color-green-accent-light: #26a57f;
    --color-sand: #e6ddcf;
    --color-grey-light: #dde4e1;
    --color-grey-medium: #b7c3bf;
    --color-grey-dark: #617176;
    --font-serif: 'Crimson Text', Georgia, serif;
    --font-sans: 'Source Sans 3', 'Segoe UI', sans-serif;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-charcoal);
    background: var(--color-white);
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-charcoal);
    margin-bottom: var(--spacing-sm);
}

p {
    margin-bottom: var(--spacing-sm);
    font-size: 1.05rem;
    line-height: 1.75;
}

a {
    color: var(--color-charcoal);
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

a:hover {
    color: var(--color-green-accent);
}

.global-nav {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--color-grey-light);
    z-index: 1000;
    padding: 1rem 0;
}

.global-nav .navbar {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
}

.global-nav .navbar-brand {
    padding: 0;
    margin-right: 1rem;
    flex-shrink: 0;
    min-width: 130px;
}

.global-nav .ffp-wordmark {
    height: 54px;
    width: auto;
    display: block;
}

.global-nav .navbar-nav-center {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
    flex: 1;
    min-width: 0;
}

.global-nav .navbar-nav-center .nav-link {
    color: var(--color-charcoal);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.55rem 0.65rem;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.global-nav .navbar-nav-center .nav-link:hover,
.global-nav .navbar-nav-center .nav-link:focus {
    color: var(--color-green-accent);
    border-bottom-color: var(--color-green-accent);
}

.global-nav .navbar-nav-center .dropdown-menu {
    border: 1px solid var(--color-grey-light);
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(19, 33, 38, 0.12);
    min-width: 18rem;
    padding: 0.5rem;
}

.global-nav .dropdown-item {
    padding: 0.6rem 0.75rem;
    white-space: normal;
}

.global-nav .dropdown-item:hover {
    background: var(--color-off-white);
    color: var(--color-green-accent);
}

.global-nav .navbar-nav-right {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    position: relative;
}

.global-nav .navbar-nav-right .nav-link {
    font-size: 0.85rem;
    padding: 0.5rem 0.7rem;
    display: flex;
    align-items: center;
}

.language-link {
    border: 1px solid var(--color-charcoal);
    border-radius: 999px;
    min-width: 2.6rem;
    justify-content: center;
}

.global-nav .search-toggle {
    border: 1px solid var(--color-charcoal);
    background: transparent;
    color: var(--color-charcoal);
    border-radius: 999px;
    min-width: 2.5rem;
    justify-content: center;
    cursor: pointer;
    fill: currentColor;
}

.global-nav .search-toggle:hover,
.language-link:hover {
    background: var(--color-charcoal);
    color: var(--color-white);
}

.global-nav .header-search-panel {
    display: none;
    align-items: center;
    border: 1px solid var(--color-charcoal);
    background: var(--color-white);
    height: 2.5rem;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 3rem;
    z-index: 3200;
    box-shadow: 0 16px 30px rgba(19, 33, 38, 0.16);
}

.global-nav .header-search-panel.is-open {
    display: inline-flex;
}

.global-nav .header-search-panel input {
    border: none;
    outline: none;
    padding: 0 0.75rem;
    width: 190px;
    height: 100%;
    font-size: 0.9rem;
}

.global-nav .header-search-panel button {
    border: none;
    border-left: 1px solid var(--color-charcoal);
    background: transparent;
    color: var(--color-charcoal);
    height: 100%;
    width: 2.5rem;
    cursor: pointer;
    fill: currentColor;
}

.global-nav .header-search-panel button:hover {
    background: var(--color-charcoal);
    color: var(--color-white);
}

.global-nav .navbar-toggler {
    border: 1px solid var(--color-charcoal);
    padding: 0.4rem 0.6rem;
    border-radius: 999px;
}

.global-nav .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 138, 106, 0.18);
}

.global-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819,33,38,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-nav {
    display: none;
    background: var(--color-white);
    border-top: 1px solid var(--color-grey-light);
    padding: var(--spacing-sm) 0;
}

.mobile-nav .nav-link {
    display: block;
    padding: 0.8rem 0;
    color: var(--color-charcoal);
    border-bottom: 1px solid var(--color-grey-light);
    font-weight: 600;
}



/* The banner fills the fold *below* the sticky header, not a whole 100vh on top
   of it — otherwise the bottom of the hero (and the AQI ticker) sits off-screen.
   --nav-h is refreshed from the real header height by the script in index.html. */
.hero-section{
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:calc(100vh - var(--nav-h, 87px));
    min-height:calc(100svh - var(--nav-h, 87px));
}

/* Slides are stacked in a single grid cell rather than absolutely positioned, so
   the tallest slide still sets the banner height and nothing can be clipped. */
.hero-slider{
    position:relative;
    width:100%;
    flex:1;
    display:grid;
    grid-template-columns:1fr;
}

/* Slides queue off-screen to the right, ride in to centre, and exit left.
   .hero-section already clips the overflow, so the parked slides stay hidden. */
.hero-slide{
    grid-area:1 / 1;
    position:relative;
    display:flex;
    align-items:center;
    opacity:0;
    z-index:1;
    pointer-events:none;
    transform:translateX(100%);
    transition:transform .9s cubic-bezier(.65,0,.35,1), opacity .9s ease;
}

.hero-slide > .container{
    width:100%;
    height:auto;
}

.hero-slide.active{
    opacity:1;
    z-index:2;
    pointer-events:auto;
    transform:translateX(0);
}

/* Set by the slider while the outgoing slide animates off to the left. */
.hero-slide.leaving{
    opacity:0;
    z-index:1;
    transform:translateX(-100%);
}

/* Used for the instant, invisible reset back to the right-hand parking spot. */
.hero-slide.no-anim{
    transition:none;
}

@media (prefers-reduced-motion: reduce){
    .hero-slide,
    .hero-slide.leaving{
        transform:none;
        transition:opacity .4s ease;
    }
}

.hero-background-image{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:1;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:2;
}

.container{
    position:relative;
    z-index:3;
    height:100%;
}

/* Height comes from the content itself — the slide centres it. No percentage
   heights here, or the padding pushes the top of the headline under the navbar.
   The bottom padding keeps the content clear of the AQI ticker. */
.hero-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    max-width:980px;
    padding:2.5rem 0 5.5rem;
}

.hero-kicker,
.hero-headline,
.hero-subtext{
    color:#fff;
}

/* .hero-headline{
    margin:15px 0;
} */

.hero-subtext{
    max-width:880px;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:0.75rem;
    margin-top:1.6rem;
}

/* .hero-content {
    max-width: 880px;
} */

.hero-kicker,
.section-eyebrow {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0.8rem;
}

.hero-headline {
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 1.1;
text-align: left;
    margin-bottom: 1.25rem;
    color:#000000;
    
}

.hero-subtext {
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    color: #000000;
    max-width: 58rem;
    margin-bottom: 0;
    text-align: left;
}

.btn {
    display: inline-block;
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    border: 1px solid var(--color-charcoal);
    background: var(--color-white);
    color: var(--color-charcoal);
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 999px;
}

.btn-primary {
    background: var(--color-charcoal);
    color: var(--color-white);
    border-color: var(--color-charcoal);
}

.btn-primary:hover,
.btn-outline:hover {
    background: var(--color-green-accent);
    border-color: var(--color-green-accent);
    color: var(--color-white);
}

.btn-outline {
    background: transparent;
    color: var(--color-charcoal);
}

.flagship-initiative,
.collaboration-section,
.experts-section,
.ai-enabled-section,
.cta-section {
    padding: var(--spacing-xl) 0;
}

.flagship-initiative {
    background: linear-gradient(180deg, #f7f4ee 0%, #fffdfa 100%);
    border-top: 1px solid var(--color-grey-light);
}

.flagship-alt {
    background: linear-gradient(180deg, #eff5f2 0%, #ffffff 100%);
}

.flagship-title,
.section-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    margin-bottom: 1rem;
    text-align: center;
}

.text-start {
    text-align: left !important;
}

.flagship-description,
.section-lead {
    font-size: 1.1rem;
    color: var(--color-charcoal-light);
    max-width: 860px;
}

.flagship-description {
    text-align: center;
    margin: 0 auto 2rem;
}

.flagship-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
}

.section-intro {
    max-width: 900px;
    margin-bottom: 1.5rem;
}

.section-gap {
    margin-top: 3rem;
}

.subsection-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.prose-block {
    max-width: 1040px;
    column-count: 2;
    column-gap: 2rem;
}

.prose-block p {
    break-inside: avoid;
}

.approach-grid,
.priority-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.approach-card,
.priority-card,
.pathway-card,
.expert-card {
    border: 1px solid var(--color-grey-light);
    background: var(--color-white);
    box-shadow: 0 16px 40px rgba(19, 33, 38, 0.05);
}

.approach-card,
.priority-card,
.pathway-card {
    padding: 1.5rem;
}

.approach-card h4,
.priority-card h4,
.pathway-card h4 {
    font-size: 1.35rem;
}

.pathway-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.pathway-card {
    position: relative;
    padding-top: 4.5rem;
}

.pathway-icon {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--color-white);
    background: linear-gradient(135deg, var(--color-charcoal) 0%, var(--color-green-accent) 100%);
}

.portfolio-banner {
    margin-top: 2rem;
    padding: 1.5rem 1.75rem;
    border-left: 4px solid var(--color-green-accent);
    background: var(--color-off-white);
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.content-list li + li {
    margin-top: 0.6rem;
}

.content-list a {
    color: var(--color-green-accent);
    font-weight: 700;
}

.experts-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.experts-grid {
    display: grid;
    gap: 1.5rem;
}

.expert-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    overflow: hidden;
}

.expert-photo {
    min-height: 100%;
    background: linear-gradient(145deg, #eef4f1 0%, #d6e4de 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.expert-image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 360px;
    object-fit: contain;
    object-position: center center;
}

.expert-copy {
    padding: 1.75rem;
}

.expert-role {
    color: var(--color-green-accent);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
}

.expert-links {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.expert-links a {
    color: var(--color-green-accent);
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid var(--color-grey-light);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.expert-links a:hover {
    background: var(--color-green-accent);
    border-color: var(--color-green-accent);
    color: var(--color-white);
}

.expert-links svg {
    width: 1rem;
    height: 1rem;
}

.ai-enabled-section {
    background: var(--color-white);
    border-top: 1px solid var(--color-grey-light);
    border-bottom: 1px solid var(--color-grey-light);
}

.ai-search-container {
    max-width: 650px;
    margin: 2rem auto;
    position: relative;
    display: flex;
    align-items: center;
}

.ai-search-input {
    width: 100%;
    padding: 1rem 3.75rem 1rem 1.25rem;
    font-size: 1rem;
    border: 1px solid var(--color-charcoal);
    border-radius: 999px;
    color: var(--color-charcoal);
}

.ai-search-input:focus {
    outline: none;
    border-color: var(--color-green-accent);
}

.ai-search-button {
    position: absolute;
    right: 0.45rem;
    width: 2.8rem;
    height: 2.8rem;
    border: none;
    border-radius: 50%;
    background: var(--color-charcoal);
    color: var(--color-white);
    display: grid;
    place-items: center;
    cursor: pointer;
}

.ai-search-button:hover {
    background: var(--color-green-accent);
}

.ai-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1rem;
    font-size: 0.95rem;
}

.ai-example-label {
    color: var(--color-grey-dark);
    align-self: center;
}

.ai-example {
    color: var(--color-green-accent);
    padding: 0.35rem 0.8rem;
    border: 1px solid var(--color-grey-light);
    border-radius: 999px;
}

.ai-example:hover {
    border-color: var(--color-green-accent);
}

.cta-section {
    background: linear-gradient(180deg, #fffdfa 0%, #f3efe7 100%);
}

.cta-title {
    font-size: clamp(2rem, 4vw, 2.9rem);
    text-align: center;
}

.cta-description {
    max-width: 720px;
    text-align: center;
    margin: 0 auto 2rem;
    color: var(--color-charcoal-light);
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
}

.site-footer {
    padding: var(--spacing-lg) 0 var(--spacing-md);
    background: var(--color-charcoal);
    color: var(--color-white);
}

.footer-grid {
    margin-bottom: 2rem;
    row-gap: 1.5rem;
}

.footer-brand-column p,
.footer-note p {
    color: rgba(255, 255, 255, 0.72);
}

.footer-logo {
    height: 58px;
    width: auto;
    margin-bottom: 1rem;
}

.footer-column h5 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-white);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li + li {
    margin-top: 0.45rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.76);
}

.footer-links a:hover,
.footer-note a:hover {
    color: #8de0c5;
}

.footer-note {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-note a {
    color: var(--color-white);
    text-decoration: underline;
}

.container {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding-left: clamp(1rem, 2.2vw, 2.75rem);
    padding-right: clamp(1rem, 2.2vw, 2.75rem);
}

@media (max-width: 1399px) {
    .global-nav .navbar-nav-center .nav-link {
        font-size: 0.84rem;
        padding: 0.5rem 0.4rem;
    }
    
    .global-nav .navbar-brand {
        min-width: 118px;
        margin-right: 0.5rem;
    }

    .global-nav .ffp-wordmark {
        height: 48px;
    }

    .global-nav .navbar-nav-right .nav-link {
        padding: 0.45rem 0.55rem;
    }

    .global-nav .header-search-panel input {
        width: 150px;
    }
}

@media (max-width: 1199px) {
    .global-nav .navbar {
        gap: 0.6rem;
    }

    .global-nav .navbar-nav-center .nav-link {
        font-size: 0.76rem;
        padding: 0.45rem 0.28rem;
    }

    .global-nav .navbar-nav-center .dropdown-menu {
        min-width: 15rem;
    }

    .global-nav .ffp-wordmark {
        height: 42px;
    }

    .global-nav .header-search-panel input {
        width: 120px;
    }

    .approach-grid,
    .priority-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prose-block {
        column-count: 1;
    }
}

@media (max-width: 991px) {
    .global-nav .navbar-nav-center,
    .global-nav .navbar-nav-right {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .global-nav .ffp-wordmark {
        height: 40px;
    }

    .flagship-initiative,
    .collaboration-section,
    .experts-section,
    .ai-enabled-section,
    .cta-section {
        padding: var(--spacing-lg) 0;
    }

    .hero-content {
        padding: 2rem 0 5rem;
    }

    .flagship-buttons,
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }

    .pathway-grid,
    .expert-card {
        grid-template-columns: 1fr;
    }

    .expert-photo {
        min-height: 220px;
    }

    .expert-image {
        max-height: 220px;
    }
}

@media (max-width: 767px) {
    .approach-grid,
    .priority-grid {
        grid-template-columns: 1fr;
    }

   
    .section-title,
    .flagship-title,
    .cta-title {
        text-align: left;
    }

    .flagship-description,
    .cta-description {
        text-align: left;
        margin-left: 0;
    }

    .ai-examples {
        justify-content: flex-start;
    }

    .footer-grid .col-md-2,
    .footer-grid .col-md-4 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .global-nav .header-search-panel {
        right: 0;
        left: 0;
    }

    .global-nav .header-search-panel input {
        width: 100%;
    }
}

/* Collaboration Page
=========================================================== */
.collab-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.collab-hero-media,
.collab-hero-overlay {
    position: absolute;
    inset: 0;
}

.collab-hero-media {
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 160, 67, 0.28) 0, rgba(255, 160, 67, 0) 32%),
        radial-gradient(circle at 82% 18%, rgba(28, 138, 106, 0.28) 0, rgba(28, 138, 106, 0) 34%),
        radial-gradient(circle at 55% 78%, rgba(141, 24, 55, 0.2) 0, rgba(141, 24, 55, 0) 30%),
        linear-gradient(135deg, #132126 0%, #1a2d34 42%, #284651 100%);
}

.initiative-hero .collab-hero-media {
    background:
        radial-gradient(circle at 18% 24%, rgba(28, 138, 106, 0.24) 0, rgba(28, 138, 106, 0) 28%),
        radial-gradient(circle at 78% 22%, rgba(255, 122, 24, 0.2) 0, rgba(255, 122, 24, 0) 30%),
        radial-gradient(circle at 52% 78%, rgba(141, 24, 55, 0.18) 0, rgba(141, 24, 55, 0) 32%),
        linear-gradient(135deg, #16242a 0%, #243d46 44%, #31525b 100%);
}

.initiative-hero-subtitle {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 1rem;
    margin-bottom: 0;
}

.collab-hero-overlay {
    background: linear-gradient(180deg, rgba(15, 18, 21, 0.12) 0%, rgba(15, 18, 21, 0.2) 100%);
}

.collab-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 3.4rem;
    padding-bottom: 3rem;
    color: var(--color-white);
}

.collab-kicker,
.collab-mini-kicker {
    /* text-transform: uppercase; */
    letter-spacing: 0.16em;
    font-size: 1.75rem;
    font-weight: 700;
}

.collab-mini-kicker {
    color: var(--color-charcoal);
}

.collab-hero-content h1 {
   
    font-size: clamp(2.8rem, 5vw, 4.6rem);
    line-height: 1.04;
    color: var(--color-white);
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.collab-anchor-nav-wrap {
    background: var(--color-white);
    border-bottom: 1px solid green;
    position: sticky;
    top: 86px;
    z-index: 950;
}

.initiative-nav-label {
    margin: 0;
    padding-top: 1rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-grey-dark);
}

.collab-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    align-items: center;
    padding: 1.2rem 0 0;
}
.collab-tab .collab-anchor-nav  {
    padding: 1.2rem 4.5rem 0 !important;
}

.collab-anchor-nav a {
    display: inline-block;
    padding: 0 0 1rem;
    font-size: 1.18rem;
    color: var(--color-charcoal);
    border-bottom: 3px solid transparent;
}

.collab-anchor-nav a:hover,
.collab-anchor-nav a.is-active {
    color: green;
    border-bottom-color: green;

}

.collab-copy-section,
.collab-pathways-section,
.collab-impacts-section,
.collab-experts-section,
.collab-contact-section {
    padding: 4.5rem;
    
}


.collab-copy-container {
    max-width: 1100px;
}

.collab-copy-container p,
.collab-supporting-copy,
.collab-experts-header p,
.impact-stat-card p,
.collab-pathway-card p,
.collab-contact-box p {
    font-size: 1.10rem;
    line-height: 1.82;
}

.collab-section-title {
    font-family: var(--font-sans);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}

.collab-centered {
    text-align: center;
}

.collab-pathways-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    margin-top: 2.5rem;
}


.ffp-tab-button{
    background-color: #1c8a6a;
    padding: 10px;
    gap:5px;
    border-radius: 50px;
    color:white;
    border: none;
}

.initiative-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.initiative-card {
    padding: 1.5rem;
    border: 1px solid var(--color-grey-light);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 16px 36px rgba(19, 33, 38, 0.05);
}

.initiative-card h3 {
    font-family: var(--font-sans);
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.initiative-meta-section {
    padding: 1.5rem 0 0;
}

.initiative-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.initiative-meta-card {
    border: 1px solid var(--color-grey-light);
    border-radius: 1rem;
    padding: 1.2rem;
    background: var(--color-white);
    box-shadow: 0 12px 28px rgba(19, 33, 38, 0.04);
}

.initiative-meta-card span {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-grey-dark);
    margin-bottom: 0.4rem;
}

.initiative-meta-card strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.5;
}

.collab-approach-copy {
    max-width: 1150px;
}

.collab-approach-copy p + p {
    margin-top: 1.1rem;
}

.collab-section-gap {
    margin-top: 3.25rem;
}

.initiative-quote {
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1.5rem 1.75rem;
    border-left: 4px solid green;
    background: rgb(207, 225, 207);
}

.initiative-quote p {
    margin-bottom: 0.75rem;
}

.initiative-quote cite {
    font-style: normal;
    font-weight: 600;
    color: var(--color-charcoal);
}

.initiative-win-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.initiative-win-card {
    border: 1px solid var(--color-grey-light);
    border-radius: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.82);
}

.initiative-win-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    margin-bottom: 0.9rem;
    background: rgba(141, 24, 55, 0.1);
    color: #8d1837;
    font-size: 1.35rem;
    font-weight: 700;
}

.initiative-win-card strong {
    display: block;
    font-size: 1.15rem;
    color: #8d1837;
    margin-bottom: 0.55rem;
}

.initiative-subheading {
    font-family: var(--font-sans);
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.initiative-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.7fr);
    gap: 2rem;
    align-items: start;
}

.initiative-sidebar {
    position: sticky;
    top: 170px;
}

.initiative-sidebar-card {
    padding: 1.4rem;
    border: 1px solid var(--color-grey-light);
    border-radius: 1rem;
    background: #fffdf9;
    box-shadow: 0 16px 36px rgba(19, 33, 38, 0.05);
}

.initiative-sidebar-card + .initiative-sidebar-card {
    margin-top: 1rem;
}

.initiative-sidebar-label,
.initiative-tagline {
    font-family: var(--font-sans);
    font-size: 1.2rem;
    /* font-weight: 700; */
    line-height: 1.5;
    font-style: italic;
    
}

.initiative-tagline {
    margin-bottom: 1rem;
}

.initiative-follow-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.initiative-follow-list a {
    color: var(--color-charcoal);
    font-weight: 600;
    line-height: 1.5;
}

.initiative-stats-grid,
.initiative-category-grid,
.initiative-session-grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 2rem;
}

.initiative-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.initiative-category-grid,
.initiative-session-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.initiative-stat-card,
.initiative-category-card,
.initiative-session-card,
.initiative-expert-note {
    padding: 1.4rem;
    border: 1px solid var(--color-grey-light);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 36px rgba(19, 33, 38, 0.05);
}

.initiative-stat-card strong {
    display: block;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
    color: #8d1837;
    margin-bottom: 0.9rem;
}

.initiative-stat-card p {
    margin-bottom: 0;
}

.initiative-category-card h3,
.initiative-session-card h4 {
    font-family: var(--font-sans);
    font-weight: 700;
    color: var(--color-charcoal);
}

.initiative-category-card h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.initiative-session-card {
    border-left: 4px solid #f08a31;
}

.initiative-session-card span {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    color: #8d1837;
    margin-bottom: 0.6rem;
    font-weight: 700;
}

.initiative-session-card h4 {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.initiative-detail-list {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.initiative-detail-list li {
    font-size: 1.12rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.collab-pathway-card {
    max-width: 520px;
}

.collab-pathway-icon {
    width: 220px;
    height: 220px;
    margin-bottom: 1.4rem;
}

.collab-pathway-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #8d1837;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.collab-pathway-card h3 {
    font-family: var(--font-sans);
    font-size: 2rem;
    font-weight: 400;
    color: #8d1837;
    margin-bottom: 0.9rem;
}

.collab-learn-more {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.7rem 1.5rem;
    border: 1px solid var(--color-charcoal);
    text-transform: uppercase;
    font-size: 0.88rem;
    color: var(--color-charcoal);
}

.collab-learn-more:hover {
    background: var(--color-charcoal);
    color: var(--color-white);
}

.collab-supporting-copy {
    max-width: 1150px;
    margin-top: 3rem;
}

.impact-copy-card {
    padding-top: 1rem;
}

.impact-copy-card h3 {
    font-family: var(--font-sans);
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.9rem;
    color: var(--color-charcoal);
}

.impact-copy-card strong {
    display: none;
}

.collab-impacts-section {
    background: #fffdf9;
}

.collab-impacts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 2.5rem;
}

.impact-stat-card {
    padding: 2rem 2.4rem 2.2rem;
    border-left: 1px solid #f08a31;
}

.impact-stat-card strong {
    display: block;
    font-size: clamp(3.6rem, 7vw, 5.2rem);
    line-height: 1;
    color: #8d1837;
    margin-bottom: 1rem;
    font-weight: 700;
}

.impact-stat-card.accent strong,
.impact-stat-card.accent p {
    color: #ff7a18;
}

.collab-experts-header {
    max-width: 980px;
    margin-bottom: 3rem;
}

.collab-experts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    max-width: 980px;
}

.collab-expert-card {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 1rem;
    border-radius: 1.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.collab-expert-card:hover,
.collab-expert-card:focus {
    border-color: var(--color-grey-light);
    box-shadow: 0 16px 36px rgba(19, 33, 38, 0.08);
    transform: translateY(-2px);
    outline: none;
}

.collab-expert-photo {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(145deg, #eef4f1 0%, #dce7e1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.collab-expert-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.collab-expert-card h3 {
    font-family: var(--font-sans);
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.collab-expert-role {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.collab-expert-meta {
    font-style: italic;
    color: var(--color-grey-dark);
    margin-bottom: 0.9rem;
}

.collab-expert-links {
    display: flex;
    gap: 0.65rem;
}

.collab-expert-links a {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #111;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.collab-expert-links svg {
    width: 1rem;
    height: 1rem;
}

.collab-contact-section {
    padding-top: 5.5rem;
    padding-bottom: 7rem;
}

.collab-contact-box {
    text-align: center;
    max-width: 980px;
}

.collab-contact-box p {
    font-size: clamp(1rem, 3vw, 3rem);
    line-height: 1.32;
    margin-bottom: 2rem;
}

.collab-contact-box p::selection,
.collab-contact-button::selection {
    background: #f08a31;
    color: var(--color-white);
}

.initiative-follow-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    justify-content: center;
}

.initiative-follow-links a:not(.collab-contact-button) {
    color: var(--color-charcoal);
    font-weight: 600;
}
.roundtable-form-grid label{
    margin-top: 30px;
    
}
.collab-contact-button {
    display: inline-block;
    min-width: 215px;
    padding: 0.85rem 1.5rem;
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, #8d1837 0%, #ff7a18 100%);
}

.collab-contact-button:hover {
    color: var(--color-white);
    filter: brightness(1.05);
}

.expert-modal[hidden] {
    display: none;
}

.expert-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
}

.expert-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.expert-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1000px, calc(100% - 2rem));
    max-height: calc(100vh - 3rem);
    overflow: auto;
    margin: 1.5rem auto;
    background: var(--color-white);
    border-radius: 1rem;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
    padding: 2rem;
}

.expert-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.8rem;
    height: 2.8rem;
    border: none;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.5);
    color: var(--color-white);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.expert-modal-header {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
    align-items: center;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--color-grey-light);
}

.expert-modal-photo-wrap {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(145deg, #eef4f1 0%, #dce7e1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.expert-modal-photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expert-modal-intro h2 {
    font-family: var(--font-sans);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 0.5rem;
}

.expert-modal-role {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.expert-modal-location {
    font-style: italic;
    color: var(--color-grey-dark);
    margin-bottom: 1rem;
}

.expert-modal-links {
    display: flex;
    gap: 0.75rem;
}

.expert-modal-links a {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #111;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.expert-modal-links svg {
    width: 1rem;
    height: 1rem;
}

.expert-modal-body {
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--color-grey-light);
}

.expert-modal-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 1.25rem;
}

.expert-modal-button {
    min-width: 140px;
    padding: 0.8rem 1.25rem;
    border: 1px solid var(--color-charcoal);
    background: var(--color-white);
    text-transform: uppercase;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .initiative-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .initiative-shell {
        grid-template-columns: 1fr;
    }

    .initiative-sidebar {
        position: static;
    }

    .initiative-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .initiative-category-grid,
    .initiative-session-grid {
        grid-template-columns: 1fr;
    }

    .collab-impacts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 0;
    }

    .collab-experts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .collab-anchor-nav-wrap {
        top: 72px;
    }

    .collab-hero {
        min-height: 360px;
    }

    .collab-anchor-nav {
        gap: 1rem 1.4rem;
        padding-top: 0.8rem;
    }

    .collab-pathways-grid,
    .collab-experts-grid,
    .initiative-grid {
        grid-template-columns: 1fr;
    }

    .initiative-stats-grid {
        grid-template-columns: 1fr;
    }

    .initiative-win-grid {
        grid-template-columns: 1fr;
    }

    .collab-pathway-icon {
        width: 180px;
        height: 180px;
    }

    .expert-modal-header {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .initiative-meta-grid {
        grid-template-columns: 1fr;
    }

    .collab-anchor-nav-wrap {
        display: none;
    }

    .collab-copy-section,
    .collab-pathways-section,
    .collab-impacts-section,
    .collab-experts-section,
    .collab-contact-section {
        padding: 3rem 0;
    }

    .collab-hero-content {
        padding-top: 2.5rem;
    }

    .collab-hero-content h1 {
        max-width: none;
    }

    .collab-copy-container p,
    .collab-supporting-copy,
    .collab-experts-header p,
    .impact-stat-card p,
    .collab-pathway-card p,
    .collab-contact-box p {
        font-size: 1.08rem;
        line-height: 1.75;
    }
    

    .initiative-detail-list li {
        font-size: 1.04rem;
        line-height: 1.7;
    }

    .collab-impacts-grid {
        grid-template-columns: 1fr;
    }

    .impact-stat-card {
        border-left: none;
        border-top: 1px solid #f08a31;
        padding-left: 0;
        padding-right: 0;
    }

    .impact-stat-card:first-child {
        border-top: none;
    }

    .collab-contact-box p {
        text-align: left;
    }

    .collab-expert-photo,
    .expert-modal-photo-wrap {
        width: 180px;
        height: 180px;
    }

    .expert-modal-dialog {
        padding: 1.25rem;
    }

    .expert-modal-role {
        font-size: 1.25rem;
    }
}

/* About Page
=========================================================== */
.about-hero .collab-hero-media {
    background:
        radial-gradient(circle at 20% 25%, rgba(28, 138, 106, 0.3) 0, rgba(28, 138, 106, 0) 34%),
        radial-gradient(circle at 78% 20%, rgba(255, 122, 24, 0.24) 0, rgba(255, 122, 24, 0) 32%),
        radial-gradient(circle at 50% 82%, rgba(141, 24, 55, 0.2) 0, rgba(141, 24, 55, 0) 32%),
        linear-gradient(135deg, #132126 0%, #1b2f36 48%, #2a4752 100%);
}

.about-section {
    padding: 4.5rem 0;
    background: var(--color-white);
}

.about-section:nth-of-type(odd) {
    background: #f8f6f0;
}

.about-section#about-overview,
.about-section#our-work,
.about-section#international-collaboration {
    background: var(--color-white);
}

.about-section#how-we-work,
.about-section#policy-leadership,
.about-section#institutional-network {
    background: #f8f6f0;
}

.about-row {
    --bs-gutter-x: 3rem;
}

.about-content-panel {
    max-width: 640px;
}

.about-content-panel .collab-mini-kicker {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-green-accent);
    margin-bottom: 1rem;
}

.about-content-panel .collab-section-title {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
    line-height: 1.18;
    color: var(--color-charcoal);
    margin-bottom: 1.25rem;
}

.about-lead-copy {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-charcoal-light);
    margin-bottom: 1.1rem;
}

.about-image-panel {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.about-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    max-height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.about-dual-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.about-dual-card {
    background: var(--color-white);
    border: 1px solid var(--color-grey-light);
    border-left: 4px solid var(--color-green-accent);
    padding: 1.75rem 1.75rem 1.5rem;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(19, 33, 38, 0.05);
}

.about-dual-card .collab-mini-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-green-accent);
    margin-bottom: 0.6rem;
    font-weight: 700;
}

.about-dual-card h2 {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--color-charcoal);
    margin: 0;
}

.about-card-grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.about-card-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-info-card {
    background: var(--color-white);
    border: 1px solid var(--color-grey-light);
    border-top: 3px solid var(--color-green-accent);
    border-radius: 4px;
    padding: 1.25rem 1.25rem 1.1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(19, 33, 38, 0.08);
}

.about-info-card h3 {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-charcoal);
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
}

.about-info-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-grey-dark);
    margin: 0;
}

.about-highlight-card {
    background: #f6f4ee;
    border-left: 4px solid #ff7a18;
    padding: 1.5rem 1.75rem;
    border-radius: 0 6px 6px 0;
    margin: 1.5rem 0;
}

.about-highlight-card .collab-mini-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ff7a18;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.about-highlight-card h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-charcoal);
    margin-bottom: 0.6rem;
    line-height: 1.3;
}

.about-highlight-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-charcoal-light);
    margin: 0;
}

.about-inline-heading {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-charcoal);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.6rem;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-charcoal-light);
}

.about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-green-accent);
}

.coalition-logos-wrap {
    margin-top: 3rem;
    text-align: center;
}

.coalition-logos-wrap .collab-mini-kicker {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-grey-dark);
    margin-bottom: 1.5rem;
    display: block;
}

.coalition-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.coalition-logos img {
    max-width: 100%;
    height: auto;
    max-height: 324px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.coalition-logos img:hover {
    filter: grayscale(0);
}

/* Reports Section (BSR-style) */
.about-reports-section {
    padding: 5rem 0;
    background: var(--color-white);
}

.reports-header {
    margin-bottom: 2.5rem;
}

.reports-header .collab-mini-kicker {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-green-accent);
    font-weight: 700;
}

.reports-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.report-card {
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    border: 1px solid var(--color-grey-light);
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: var(--color-charcoal);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.report-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(19, 33, 38, 0.12);
    border-color: var(--color-green-accent);
    color: var(--color-charcoal);
}

.report-card-media {
    aspect-ratio: 4 / 3;
    background: var(--color-grey-light);
    overflow: hidden;
}

.report-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.report-card:hover .report-card-media img {
    transform: scale(1.04);
}

.report-card-body {
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.report-card-tag {
    font-size: 0.30rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-green-accent);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.report-card-body h3 {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--color-charcoal);
    margin-bottom: 0.85rem;
}

.report-card-body p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-grey-dark);
    margin: 0;
}

/* SECTION */
.about-news-section {
  background: #f8f8f8;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.about-news-section .container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.news-header {
  text-align: left;
  margin-bottom: 40px;
}

.news-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  position: relative;
  display: inline-block;
}

/* .news-header h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #c59d5f;
  margin: 10px auto 0;
} */

/* LAYOUT */
.news-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT SIDE */
.news-list {
  flex: 3;
}

/* ROW */
.news-row {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
}

.news-row:hover {
  transform: translateX(5px);
}

/* META */
.news-meta {
  min-width: 160px;
}

.news-date {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

.news-source {
  font-size: 14px;
  font-weight: 500;
  color: #c59d5f;
}

/* TITLE */
.news-title h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.news-title a {
  text-decoration: none;
  color: #222;
  transition: 0.3s;
}

/* .news-title a:hover {
  color: #c59d5f;
} */

/* RIGHT SIDE */
.news-contact {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  position: sticky;
  top: 20px;
}

.news-contact h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
}

.news-contact a {
  text-decoration: none;
  color: #c59d5f;
  font-weight: 500;
}

.news-contact a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .news-layout {
    flex-direction: column;
  }

  .news-contact {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .news-row {
    flex-direction: column;
    gap: 10px;
  }

  .news-meta {
    min-width: 100%;
  }

  .news-title h3 {
    font-size: 16px;
  }

  .news-header h2 {
    font-size: 26px;
  }
}

/* News Section */
.about-news-section {
    padding: 5rem 0;
    background: #f8f6f0;
}

.news-header {
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--color-charcoal);
    padding-bottom: 1rem;
}

.news-header h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
    color: var(--color-charcoal);
    margin: 0;
}

.news-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 3rem;
}

.news-list {
    display: flex;
    flex-direction: column;
}

.news-row {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 1.75rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--color-grey-light);
    align-items: start;
}

.news-row:first-child { padding-top: 0; }
.news-row:last-child { border-bottom: 0; }

.news-meta .news-date {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-green-accent);
    margin-bottom: 0.3rem;
}

.news-meta .news-source {
    font-size: 0.9rem;
    color: var(--color-grey-dark);
    margin: 0;
}

.news-title h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--color-charcoal);
    margin: 0;
}

.news-contact {
    background: var(--color-white);
    border-top: 3px solid var(--color-green-accent);
    padding: 1.75rem;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(19, 33, 38, 0.05);
    align-self: start;
}

.news-contact h4 {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-charcoal);
    margin-bottom: 0.75rem;
}

.news-contact a {
    font-size: 1rem;
    color: var(--color-green-accent);
    font-weight: 600;
    word-break: break-all;
}

.news-contact a:hover { color: #ff7a18; }

/* Contact Section */
.about-contact-section {
    padding: 5rem 0;
    background: var(--color-white);
}

.about-contact-section .collab-mini-kicker {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-green-accent);
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-contact-section .collab-section-title {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
    color: var(--color-charcoal);
    margin-bottom: 1rem;
}

.about-contact-form {
    margin-top: 1.5rem;
}

.about-contact-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-charcoal);
    margin-bottom: 0.4rem;
}

.about-contact-form label span[aria-hidden="true"] {
    color: #ff7a18;
    margin-left: 2px;
}

.about-contact-form input,
.about-contact-form textarea {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--color-grey-medium);
    border-radius: 4px;
    background: var(--color-white);
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--color-charcoal);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.about-contact-form input:focus,
.about-contact-form textarea:focus {
    outline: none;
    border-color: var(--color-green-accent);
    box-shadow: 0 0 0 3px rgba(28, 138, 106, 0.12);
}

.about-contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.about-submit-btn {
    margin-top: 1.5rem;
    padding: 0.85rem 2rem;
    background: var(--color-green-accent);
    color: var(--color-white);
    border: 0;
    border-radius: 4px;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.about-submit-btn:hover {
    background: #ff7a18;
    transform: translateY(-1px);
}

.about-mailing-card {
    background: #f6f4ee;
    border-radius: 6px;
    padding: 2rem;
}

.about-mailing-card h3 {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--color-charcoal);
    margin-bottom: 1.25rem;
}

.about-check {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-top: 1px solid var(--color-grey-light);
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--color-charcoal-light);
}

.about-check:first-of-type { border-top: 0; }

.about-check input[type="checkbox"] {
    margin-top: 0.25rem;
    width: 18px;
    height: 18px;
    accent-color: var(--color-green-accent);
    flex-shrink: 0;
}

.about-check strong {
    color: var(--color-charcoal);
    font-weight: 600;
    display: block;
    margin-bottom: 0.15rem;
}

.about-check em {
    font-style: italic;
    font-size: 0.85rem;
    color: var(--color-grey-dark);
}

/* About page responsive */
@media (min-width: 768px) {
    .about-card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .about-card-grid.four  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) {
    .about-card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    .reports-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-layout  { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 767px) {
    .about-section { padding: 3rem 0; }
    .about-reports-section,
    .about-news-section,
    .about-contact-section { padding: 3.5rem 0; }
    .reports-grid { grid-template-columns: 1fr; }
    .about-card-grid.three,
    .about-card-grid.four { grid-template-columns: 1fr; }
    .news-row { grid-template-columns: 1fr; gap: 0.5rem; }
    .about-image-panel img { min-height: 260px; }
    .coalition-logos { gap: 1.25rem; }
    .coalition-logos img { max-height: 90px; }
}
