:root{--lrdr-blue:#4f89c8;}
:root {
  --ink: #161616;
  --paper: #f5f1e8;
  --paper-2: #ebe5d8;
  --red: #f0442e;
  --blue: #4556e8;
  --yellow: #ffd84a;
  --line: rgba(22,22,22,.18);
  --radius: 22px;
  --max: 1280px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit}.section-pad{padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 max(24px,calc((100vw - var(--max))/2));position:sticky;top:0;z-index:20;background:rgba(245,241,232,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;text-decoration:none}.brand-mark{background:var(--ink);color:#fff;padding:9px 10px;font-family:"Space Grotesk",sans-serif;font-weight:700;letter-spacing:.04em}.brand-copy{font-size:11px;line-height:1.1;font-weight:700;text-transform:uppercase}.nav{display:flex;gap:24px;font-size:14px;font-weight:700}.nav a{text-decoration:none}.nav a:hover{text-decoration:underline}.menu-button{display:none;border:1px solid var(--ink);background:transparent;padding:9px 13px;font-weight:700}.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:1.18fr .82fr;align-items:center;gap:70px;padding-top:72px;padding-bottom:72px;overflow:hidden}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800}.hero h1,.section h2{font-family:"Space Grotesk",sans-serif;margin:14px 0 24px;line-height:.95;letter-spacing:-.045em}.hero h1{font-size:clamp(54px,7vw,106px);max-width:950px}.hero h1 span{color:var(--red)}.hero-intro{font-size:clamp(18px,2vw,24px);line-height:1.5;max-width:760px}.hero-actions{display:flex;gap:18px;align-items:center;margin-top:34px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;border-radius:999px;padding:15px 22px}.button.primary{background:var(--ink);color:#fff}.button.primary:hover{background:var(--red)}.button.text-link{padding-left:0;padding-right:0}.hero-art{min-height:580px;position:relative}.sun{width:270px;height:270px;border-radius:50%;background:var(--yellow);position:absolute;top:5%;right:6%}.river{position:absolute;border:34px solid var(--blue);border-left-color:transparent;border-right-color:transparent;border-radius:50%;width:560px;height:190px;transform:rotate(-18deg)}.river-one{left:-22%;top:43%}.river-two{left:6%;top:58%;border-color:var(--red);border-left-color:transparent;border-right-color:transparent}.mountain{position:absolute;width:0;height:0;border-left:110px solid transparent;border-right:110px solid transparent;border-bottom:190px solid var(--ink);bottom:7%}.mountain-one{left:12%}.mountain-two{left:35%;border-left-width:80px;border-right-width:80px;border-bottom-width:135px;border-bottom-color:#fff}.sticker{position:absolute;right:0;bottom:12%;background:#fff;border:2px solid var(--ink);transform:rotate(4deg);padding:18px 20px;font-family:"Space Grotesk";font-weight:700;font-size:21px;box-shadow:8px 8px 0 var(--ink)}.section{padding-top:110px;padding-bottom:110px}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px}.section h2{font-size:clamp(40px,5vw,72px)}.prose{font-size:20px;line-height:1.7}.prose p:first-child{margin-top:0}.alt-bg{background:var(--paper-2)}.section-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:end;margin-bottom:48px}.section-heading>p{font-size:18px;line-height:1.55;max-width:530px}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.activity-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:250px}.activity-card .number{font-family:"Space Grotesk";font-size:14px;font-weight:700}.activity-card h3{font-family:"Space Grotesk";font-size:27px;margin:52px 0 12px}.activity-card p{line-height:1.6}.country-list{border-top:2px solid var(--ink)}.country-row{display:grid;grid-template-columns:90px 1fr auto;gap:28px;padding:24px 0;border-bottom:1px solid var(--line);align-items:center}.country-row .index{font-family:"Space Grotesk";font-weight:700}.country-row h3{font-size:32px;font-family:"Space Grotesk";margin:0}.country-row span:last-child{font-size:14px}.dark-section{background:var(--lrdr-blue);color:#fff}.light-heading .section-kicker{color:var(--yellow)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.update-card{background:transparent;border-radius:0;overflow:visible;display:flex;flex-direction:column}.card-image{background:#333;position:relative;overflow:hidden}.gallery-item{background:transparent;position:relative;overflow:hidden}.card-image{aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.gallery-item img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block}.placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--red));font-weight:800;text-align:center;padding:24px}.card-body{padding:18px 0 0}.card-date{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#cfcfcf}.card-body h3{font-family:"Space Grotesk";font-size:27px;margin:10px 0}.card-body p{color:#ddd;line-height:1.55}.events-list{border-top:2px solid var(--ink)}.event{display:grid;grid-template-columns:150px 1fr auto;gap:34px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line)}.event-date{font-family:"Space Grotesk";font-weight:700}.event h3{font-family:"Space Grotesk";font-size:27px;margin:0 0 6px}.event p{margin:0}.event-tag{border:1px solid var(--ink);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gallery-item{border-radius:18px;min-height:0;height:auto;align-self:start}.gallery-item:nth-child(6n+1),.gallery-item:nth-child(6n+4){grid-column:span 7}.gallery-item:nth-child(6n+2),.gallery-item:nth-child(6n+3){grid-column:span 5}.gallery-item:nth-child(6n+5),.gallery-item:nth-child(6n+6){grid-column:span 6}.contact-section{display:flex;justify-content:space-between;align-items:center;gap:50px}.footer{padding-top:42px;padding-bottom:42px;background:var(--red);display:grid;grid-template-columns:1fr 1fr auto;gap:30px;font-size:13px;line-height:1.5}.footer strong{font-family:"Space Grotesk";font-size:24px}@media(max-width:900px){.nav{display:none;position:absolute;top:86px;left:0;right:0;background:var(--paper);padding:22px 24px;flex-direction:column;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-button{display:block}.hero{grid-template-columns:1fr;padding-top:50px}.hero-art{min-height:380px}.split-section,.section-heading{grid-template-columns:1fr;gap:20px}.activity-grid,.cards-grid{grid-template-columns:1fr}.country-row{grid-template-columns:50px 1fr}.country-row span:last-child{grid-column:2}.event{grid-template-columns:1fr;gap:10px}.event-tag{justify-self:start}.gallery-item{grid-column:span 12!important}.contact-section{align-items:flex-start;flex-direction:column}.footer{grid-template-columns:1fr}.section{padding-top:78px;padding-bottom:78px}}


/* Project gallery captions */
.gallery-item{background:var(--paper);display:flex;flex-direction:column;min-height:0}
.gallery-image{aspect-ratio:4/3;overflow:hidden;background:#333}
.gallery-image img{width:100%;height:100%;object-fit:cover;display:block}
.gallery-item figcaption{display:block;height:auto;min-height:0;padding:16px 18px 18px;background:#fff;color:var(--ink);line-height:1.45}


/* White branded footer */
.footer{background:#fff;display:flex;align-items:center;justify-content:center;padding-top:34px;padding-bottom:34px}
.footer-logo{display:block;width:min(100%,1100px);height:auto;object-fit:contain}
@media(max-width:900px){.footer{padding-top:26px;padding-bottom:26px}.footer-logo{width:100%}}

/* Six What we do items: balanced 3 × 2 layout on desktop */
#activities .activity-grid, #activities .activities-grid, #activities .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  #activities .activity-grid, #activities .activities-grid, #activities .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  #activities .activity-grid, #activities .activities-grid, #activities .feature-grid {
    grid-template-columns: 1fr;
  }
}

/* LRDR brand blue in header/navigation while keeping the beige background */
.site-header, .header, header { background: var(--cream, #f3eee4); }
.brand, .brand:visited, .brand-mark, .brand-copy,
.nav a, .nav a:visited, .menu-button {
  color: var(--lrdr-blue);
}
.nav a:hover, .nav a:focus { color: var(--lrdr-blue); opacity: .72; }

/* Repeating LRDR-blue wave motif — same wave, used sparingly */
#about, #activities, #partners { position: relative; overflow: hidden; }
#about::after, #activities::before, #partners::before, #partners::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 58px;
  pointer-events: none;
  opacity: .22;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='58' viewBox='0 0 210 58'%3E%3Cpath d='M0 13 C17 2 35 2 52 13 S87 24 105 13 S140 2 157 13 S192 24 210 13 M0 39 C17 28 35 28 52 39 S87 50 105 39 S140 28 157 39 S192 50 210 39' fill='none' stroke='%234f89c8' stroke-width='2.5'/%3E%3C/svg%3E")
    center / contain no-repeat;
}
#about::after { right: -44px; bottom: 28px; }
#activities::before { left: -58px; top: 52px; transform: rotate(180deg); }
#partners::before { right: 6%; top: 24px; }
#partners::after { left: -48px; bottom: 22px; transform: rotate(180deg); }

@media (max-width: 720px) {
  #about::after, #activities::before, #partners::before, #partners::after {
    width: 150px;
    height: 42px;
    opacity: .16;
  }
}

/* Keep the complete LRDR header/navigation on the beige page background */
.site-header, .header, header,
.site-header .brand, .header .brand, header .brand,
.brand-mark, .brand-copy,
.site-header nav, .header nav, header nav, .nav {
  background: transparent !important;
  background-color: transparent !important;
}
.site-header, .header, header {
  background: var(--cream, #f3eee4) !important;
  background-color: var(--cream, #f3eee4) !important;
}

/* Slightly smaller hero headline */
.hero h1 { font-size: clamp(48px, 6.15vw, 88px); }


/* Optional action link inside news/update cards */
.update-link{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:11px 17px;border:1px solid #fff;border-radius:999px;color:#fff;text-decoration:none;font-weight:800;font-size:14px;transition:background .2s ease,color .2s ease}
.update-link:hover{background:#fff;color:var(--lrdr-blue)}
