:root {
  --ink:#203e31;
  --green:#225a3e;
  --purple:#65458a;
  --muted:#53645a;
  --line:#d8e2d8;
  --paper:#f8faf6;
  --mint:#e4f1e5;
  --lavender:#eee7f8;
  --blue:#e8f1f6;
  --radius:22px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}
body {
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,"Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:600
}
h2 {
  font-size:clamp(2rem,3.7vw,3.1rem)
}
h3 {
  font-size:1.5rem
}
p {
  color:var(--muted)
}
a {
  color:inherit;
  text-underline-offset:5px
}
a:hover {
  color:var(--purple)
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  font:inherit
}
img,svg {
  display:block;
  max-width:100%
}
a:focus-visible,button:focus-visible {
  outline:3px solid var(--purple);
  outline-offset:5px;
  border-radius:3px
}
main:focus {
  outline:none
}
.wrap {
  width:min(1160px,calc(100% - 96px));
  margin-inline:auto
}
.header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(248,250,246,.96);
  border-bottom:1px solid var(--line)
}
.header-inner {
  width:min(1280px,calc(100% - 80px));
  margin:auto;
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:22px;
  font-weight:750;
  letter-spacing:-1px;
  text-decoration:none;
  color:var(--green);
  white-space:nowrap
}
.brand img {
  border-radius:11px
}
nav {
  display:flex;
  align-items:center;
  gap:32px
}
nav a {
  font-size:14px;
  text-decoration:none;
  font-weight:550;
  padding:10px 0
}
nav a[aria-current] {
  color:var(--purple);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:9px
}
.nav-contact {
  border:1px solid #aac1ad;
  border-radius:7px;
  padding:10px 18px
}
.nav-contact span {
  margin-left:16px
}
.menu-button {
  display:none
}
.skip-link {
  position:fixed;
  left:16px;
  top:-100px;
  z-index:100;
  background:white;
  padding:12px 20px
}
.skip-link:focus {
  top:12px
}
.eyebrow {
  font-family:"SFMono-Regular",Consolas,monospace;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-weight:500;
  color:var(--green);
  margin-bottom:19px
}
.hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:50px;
  align-items:center;
  padding:78px 0 65px
}
.hero h1 {
  font-size:clamp(3.8rem,6.2vw,5.8rem);
  line-height:1;
  letter-spacing:-.065em;
  color:var(--green);
  margin-bottom:28px
}
.hero h1 span {
  display:block
}
.purple {
  color:var(--purple)
}
.lead {
  font-size:18px;
  line-height:1.7;
  max-width:550px
}
.button-group {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px
}
.button {
  display:inline-flex;
  gap:28px;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 21px;
  font-size:14px;
  font-weight:550;
  text-decoration:none;
  border-radius:7px;
  transition:background .18s,transform .18s
}
.button:hover {
  transform:translateY(-2px)
}
.primary {
  background:var(--green);
  color:white;
  border:1px solid var(--green)
}
.primary:hover {
  background:#193f2d;
  color:white
}
.secondary {
  border:1px solid #b9c8b9
}
.secondary:hover {
  background:var(--lavender)
}
.network-art {
  position:relative;
  background:linear-gradient(145deg,#e9f3e7,#e8f0f4 75%);
  border:1px solid #d6e3d6;
  border-radius:160px 160px 24px 24px;
  min-height:450px;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:41px 18px 20px
}
.network-art>.eyebrow {
  text-align:center;
  margin:0;
  font-size:10px
}
.globe {
  width:100%;
  max-width:500px
}
.network-art .globe {
  margin:-10px 0 -34px
}
.network-note {
  display:flex;
  gap:15px;
  align-items:center;
  background:rgba(255,255,255,.9);
  padding:16px 20px;
  border:1px solid #dce6da;
  border-radius:12px;
  max-width:315px;
  font-size:13px;
  line-height:1.5;
  color:var(--green);
  box-shadow:0 7px 22px #27423207
}
.note-icon {
  font-size:24px;
  font-family:monospace;
  color:var(--purple)
}
.reach {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-block:1px solid var(--line);
  padding:28px 0
}
.stats {
  display:flex;
  gap:70px;
  margin:0
}
.stats>div {
  display:flex;
  flex-direction:column-reverse
}
.stats dt {
  font-size:14px;
  color:var(--muted)
}
.stats dd {
  font-size:64px;
  line-height:1.05;
  letter-spacing:-4px;
  margin:0 0 9px;
  color:var(--green)
}
.stats>div+div {
  border-left:1px solid var(--line);
  padding-left:70px
}
.reach-note {
  border-left:1px solid var(--line);
  padding-left:50px
}
.reach-note .eyebrow {
  margin-bottom:8px
}
.reach-note p:last-child {
  font-size:17px
}
.collaborators {
  padding:31px 0 35px
}
.collaborators>.eyebrow {
  font-size:10px;
  color:var(--muted);
  margin-bottom:22px
}
.collaborator-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px
}
.collaborator {
  display:flex;
  align-items:center;
  gap:15px
}
.partner-mark {
  width:48px;
  height:48px;
  border:1px solid #c4d1c5;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-family:Georgia,serif;
  font-size:15px;
  font-weight:700;
  flex-shrink:0
}
.collaborator h3 {
  font-size:17px;
  letter-spacing:-.4px
}
.collaborator p {
  font-size:11px;
  margin-top:5px
}
.section {
  padding:85px 0
}
.section-heading {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:end;
  margin-bottom:36px
}
.section-heading p {
  font-size:15px
}
.section-heading .eyebrow {
  font-size:11px
}
.work-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px
}
.work-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  background:#fff;
  display:flex;
  flex-direction:column
}
.program-visual {
  padding:29px 32px 18px;
  position:relative;
  overflow:hidden;
  background:var(--mint)
}
.program-visual.afghanistan {
  background:var(--lavender)
}
.program-visual .eyebrow {
  font-size:10px;
  margin-bottom:12px
}
.program-visual .visual-title {
  font-size:26px;
  max-width:330px;
  letter-spacing:-1px
}
.program-visual svg {
  width:100%;
  height:205px;
  margin:4px 0
}
.visual-caption {
  display:block;
  font-family:monospace;
  font-size:10px;
  letter-spacing:1px;
  text-transform:uppercase
}
.work-copy {
  padding:28px 32px 32px;
  display:flex;
  flex:1;
  flex-direction:column
}
.work-copy .eyebrow {
  font-size:9px;
  margin-bottom:13px
}
.work-copy h3 {
  font-size:27px;
  margin-bottom:18px
}
.work-copy p {
  font-size:15px
}
.tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  list-style:none;
  padding:0;
  margin:23px 0
}
.tags li {
  font-size:10px;
  padding:5px 11px;
  border:1px solid #d9e0d8;
  border-radius:30px;
  color:var(--muted)
}
.text-link {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  padding:10px 0
}
.text-link:hover {
  text-decoration:underline
}
.work-copy .text-link {
  border-top:1px solid var(--line);
  padding-top:20px;
  margin-top:auto
}
.story-preview {
  background:var(--lavender);
  border-radius:var(--radius);
  display:grid;
  grid-template-columns:.65fr 1fr;
  gap:70px;
  padding:60px 65px;
  align-items:center;
  margin:10px 0 85px
}
.story-preview h2 {
  font-size:clamp(2rem,3vw,2.8rem);
  margin-bottom:22px
}
.story-preview p:not(.eyebrow) {
  font-size:15px
}
.story-preview .text-link {
  margin-top:16px
}
.story-symbol {
  font-family:Georgia,serif;
  font-size:130px;
  color:#735991;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  line-height:1
}
.story-symbol span {
  font-style:italic;
  font-size:82px
}
.contact {
  border-top:1px solid var(--line);
  padding:60px 0 75px;
  display:grid;
  grid-template-columns:1.15fr 1fr;
  align-items:center;
  gap:100px
}
.contact h2 {
  font-size:clamp(2rem,3vw,2.6rem);
  margin-bottom:20px
}
.contact p:not(.eyebrow) {
  font-size:15px;
  max-width:520px
}
.contact-actions {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px
}
.contact-actions .button {
  min-width:190px
}
.email-address {
  font-size:13px;
  overflow-wrap:anywhere
}
.footer {
  border-top:1px solid var(--line);
  background:#edf3eb;
  padding:35px 0
}
.footer-inner {
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px
}
.footer .brand {
  font-size:22px
}
.footer p {
  font-size:12px;
  margin-top:6px
}
.footer nav {
  gap:24px;
  flex-wrap:wrap
}
.footer .text-link {
  font-size:12px
}
.footer .copyright {
  grid-column:1/-1;
  padding-top:15px;
  border-top:1px solid #d2ddcf;
  font-size:11px
}
.page-heading {
  padding:80px 0 60px;
  max-width:850px
}
.page-heading h1 {
  font-size:clamp(3rem,5.5vw,5rem);
  color:var(--green);
  max-width:800px;
  margin-bottom:28px
}
.page-heading .lead {
  max-width:700px
}
.story-layout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:85px;
  padding:15px 0 50px;
  border-bottom:1px solid var(--line)
}
.story-aside {
  align-self:start;
  border-radius:var(--radius);
  background:linear-gradient(135deg,var(--mint),var(--blue));
  padding:15px 24px 40px
}
.story-aside .stats {
  gap:30px;
  justify-content:center
}
.story-aside .stats dd {
  font-size:45px;
  letter-spacing:-2px
}
.story-aside .stats>div+div {
  padding-left:30px
}
.story-chapters section {
  padding:0 0 42px;
  margin-bottom:37px;
  border-bottom:1px solid var(--line)
}
.story-chapters section:last-child {
  border:0;
  margin:0;
  padding-bottom:0
}
.story-chapters h2 {
  font-size:30px;
  margin-bottom:22px
}
.story-chapters p:not(.eyebrow)+p {
  margin-top:20px
}
.founder-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:35px
}
.founder {
  border:1px solid var(--line);
  border-radius:17px;
  overflow:hidden;
  background:white
}
.founder img {
  width:100%;
  height:330px;
  object-fit:cover;
  background:var(--mint)
}
.founder>div {
  padding:24px
}
.founder h3 {
  font-size:23px
}
.founder p {
  font-size:13px;
  margin-top:8px
}
.section-intro {
  max-width:650px;
  margin-top:22px
}
.program-story {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:60px;
  border-top:1px solid var(--line);
  padding:55px 0;
  scroll-margin-top:105px
}
.program-story .program-visual {
  border-radius:var(--radius);
  align-self:start;
  padding:35px
}
.program-story .program-visual svg {
  height:250px
}
.program-story .program-visual .visual-title {
  font-size:32px
}
.program-body h2 {
  font-size:42px;
  margin-bottom:20px
}
.program-body h3 {
  font-size:21px;
  letter-spacing:-.5px;
  margin-bottom:16px
}
.program-body>p {
  font-size:15px
}
.outcome {
  padding:22px;
  background:#eef3eb;
  border-left:3px solid #659a70;
  border-radius:0 12px 12px 0
}
.outcome .eyebrow {
  font-size:10px;
  margin-bottom:10px
}
.outcome p {
  font-size:14px
}
.duration {
  margin-top:20px;
  font-size:13px!important
}
.duration strong {
  font-size:24px;
  font-weight:500;
  margin-right:8px;
  color:var(--green)
}
.program-stories+.collaborators {
  border-top:1px solid var(--line)
}
.collaborators.section .collaborator-grid {
  margin-top:35px
}
.mission-body {
  max-width:750px;
  padding-bottom:70px
}
.mission-body>.stats {
  margin:40px 0
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
@media(min-width:760px) {
  .hero-copy {
    animation:arrive .6s ease-out
  }
  .network-art {
    animation:arrive .8s ease-out
  }
}
@keyframes arrive {
  from {
    opacity:0;
    transform:translateY(12px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@media(max-width:1000px) {
  .wrap {
    width:calc(100% - 56px)
  }
  .header-inner {
    width:calc(100% - 48px)
  }
  .hero {
    gap:25px;
    padding-top:55px
  }
  .network-art {
    min-height:390px;
    padding-top:35px
  }
  .network-art .globe {
    margin-top:0;
    margin-bottom:-20px
  }
  .stats {
    gap:35px
  }
  .stats>div+div {
    padding-left:35px
  }
  .reach-note {
    padding-left:25px
  }
  .collaborator-grid {
    gap:15px
  }
  .collaborator {
    gap:10px
  }
  .partner-mark {
    width:38px;
    height:38px;
    font-size:12px
  }
  .collaborator h3 {
    font-size:15px
  }
  .story-preview {
    padding:42px;
    gap:35px
  }
  .story-layout {
    gap:40px
  }
  .contact {
    gap:45px
  }
  .program-story {
    gap:35px
  }
  .founder img {
    height:280px
  }
  .section-heading {
    gap:35px
  }
}
@media(max-width:759px) {
  html {
    scroll-padding-top:90px
  }
  .wrap {
    width:calc(100% - 40px)
  }
  .header-inner {
    width:calc(100% - 36px);
    min-height:76px;
    flex-wrap:wrap;
    gap:0
  }
  .brand {
    font-size:20px
  }
  .brand img {
    width:36px;
    height:36px
  }
  .menu-button:not([hidden]) {
    display:flex;
    align-items:center;
    gap:10px;
    background:none;
    border:1px solid #b4c7b6;
    border-radius:6px;
    min-height:44px;
    padding:7px 12px;
    font-size:13px;
    color:var(--ink)
  }
  .header nav {
    width:100%;
    padding:10px 0 20px;
    gap:6px;
    align-items:stretch;
    flex-direction:column
  }
  .menu-button:not([hidden])+nav {
    display:none
  }
  .menu-button:not([hidden])+nav.is-open {
    display:flex
  }
  .header nav a {
    padding:12px 16px
  }
  .header nav a[aria-current] {
    background:var(--lavender);
    border-radius:6px;
    text-decoration:none
  }
  .nav-contact {
    margin-top:7px
  }
  .hero {
    grid-template-columns:1fr;
    padding:45px 0 35px;
    gap:35px
  }
  .hero h1 {
    font-size:clamp(3.7rem,12vw,5.6rem)
  }
  .hero .lead {
    font-size:17px
  }
  .network-art {
    min-height:0;
    border-radius:100px 100px 20px 20px;
    padding:30px 20px 22px;
    max-width:500px;
    width:100%;
    margin:auto
  }
  .network-art .globe {
    width:100%;
    max-width:360px;
    margin:-5px 0 -32px
  }
  .network-note {
    max-width:295px;
    font-size:12px
  }
  .reach {
    align-items:stretch;
    gap:24px;
    flex-direction:column
  }
  .stats {
    justify-content:space-around;
    gap:20px
  }
  .stats>div {
    flex:1
  }
  .stats>div+div {
    padding-left:25px
  }
  .stats dd {
    font-size:60px
  }
  .reach-note {
    border-left:0;
    border-top:1px solid var(--line);
    padding:20px 0 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px
  }
  .reach-note .eyebrow {
    margin:0;
    font-size:10px
  }
  .reach-note p:last-child {
    font-size:12px
  }
  .collaborator-grid {
    grid-template-columns:1fr;
    gap:22px
  }
  .collaborator h3 {
    font-size:17px
  }
  .collaborator p {
    font-size:12px
  }
  .partner-mark {
    width:45px;
    height:45px
  }
  .collaborator {
    gap:16px
  }
  .collaborators {
    padding:30px 0
  }
  .section {
    padding:55px 0
  }
  .section-heading {
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:28px
  }
  .work-grid {
    grid-template-columns:1fr
  }
  .work-copy {
    padding:26px
  }
  .program-visual {
    padding:26px
  }
  .work-copy .eyebrow {
    font-size:9px;
    letter-spacing:1px
  }
  .story-preview {
    grid-template-columns:1fr;
    gap:25px;
    padding:30px;
    margin:0 0 55px
  }
  .story-symbol {
    font-size:85px;
    justify-content:flex-start
  }
  .story-symbol span {
    font-size:55px
  }
  .contact {
    grid-template-columns:1fr;
    gap:30px;
    padding:40px 0 55px
  }
  .footer-inner {
    grid-template-columns:1fr;
    gap:18px
  }
  .footer nav {
    gap:15px
  }
  .footer .copyright {
    margin:0
  }
  .page-heading {
    padding:50px 0 40px
  }
  .page-heading h1 {
    font-size:clamp(2.9rem,11vw,4.5rem)
  }
  .story-layout {
    grid-template-columns:1fr;
    gap:40px
  }
  .story-aside {
    display:none
  }
  .story-chapters h2 {
    font-size:28px
  }
  .story-chapters section {
    padding-bottom:30px;
    margin-bottom:30px
  }
  .founder-grid {
    grid-template-columns:1fr;
    gap:25px
  }
  .founder img {
    height:380px
  }
  .founder h3 {
    font-size:25px
  }
  .program-story {
    grid-template-columns:1fr;
    gap:28px;
    padding:35px 0
  }
  .program-story .program-visual {
    padding:27px
  }
  .program-story .program-visual svg {
    height:210px
  }
  .program-body h2 {
    font-size:35px
  }
  .program-body h3 {
    font-size:22px
  }
  .program-stories+.collaborators {
    padding:45px 0
  }
  .button {
    gap:18px;
    padding-inline:17px
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:1.2px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}
@media print {
  .header,.footer,.contact,.network-art,.skip-link {
    display:none
  }
  body {
    background:white
  }
  .wrap {
    width:100%
  }
  .hero,.story-layout,.program-story {
    display:block
  }
  .work-card,.founder {
    break-inside:avoid
  }
  .section {
    padding:25px 0
  }
}
.visual-title {
  color:var(--ink);
  font-weight:600;
  line-height:1.12
}
.hero-metrics {
  margin-top:25px;
  padding-top:22px;
  border-top:1px solid var(--line)
}
.hero-metrics .stats {
  gap:40px
}
.hero-metrics .stats dd {
  font-size:50px;
  letter-spacing:-2px
}
.hero-metrics .stats>div+div {
  padding-left:40px
}
.hero+.collaborators {
  border-block:1px solid var(--line)
}
@media(max-width:759px) {
  .hero-metrics .stats dd {
    font-size:48px
  }
  .hero-metrics .stats dt {
    font-size:13px
  }
  .hero-metrics .stats {
    gap:20px
  }
  .hero-metrics .stats>div+div {
    padding-left:25px
  }
}
