:root, html[data-theme] {
  --af-gold: #fbba00;
  --af-cream: #fff1d7;
  --af-ink: #1d1d1b;
  --af-brown: #412600;
  --af-paper: #fff;
  --af-muted: #60594f;
  --af-link-hover: #826400;
  --af-font: "Helvetica Neue", Helvetica, Inter, Arial, sans-serif;
  --font-display: var(--af-font);
  --font-body: var(--af-font);
  --color-primary: var(--af-gold);
  --color-text: var(--af-ink);
  --color-text-secondary: var(--af-muted);
  --color-background: var(--af-paper);
  --color-background-section: var(--af-cream);
  --color-background-card: var(--af-paper);
  --header-height: 90px;
  --af-gutter: clamp(24px, 5.2vw, 88px);
  --af-radius: 999px;
}
html { color-scheme: light; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; background: var(--af-paper); color: var(--af-ink); font: 400 20px/1.5 var(--af-font); -webkit-font-smoothing: antialiased; }
body * { box-sizing: border-box; }
body h1,body h2,body h3,body h4,body p,body figure { margin: 0; }
body h1,body h2,body h3,body h4 { font-family: var(--af-font); color: inherit; font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
body h1 { text-wrap: balance; }
body a { color: inherit; }
body a, body button, body summary { -webkit-tap-highlight-color: #fbba0066; }
body button,body input,body textarea,body select { font: inherit; }
body img { max-width: 100%; }
::selection { background: var(--af-gold); color: var(--af-ink); }
:focus-visible { outline: 3px solid var(--af-brown); outline-offset: 5px; }
.skip-link { transform: translateY(calc(-100% - 24px)); box-shadow: none; background: var(--af-gold); color: var(--af-ink); }
.skip-link:focus, .skip-link:focus-visible { transform: translateY(0); color: var(--af-ink); outline-color: var(--af-brown); }
#main-content:focus { outline: none; }
input,textarea { caret-color: var(--af-brown); }
.af-shell { width: min(calc(100% - var(--af-gutter) * 2), 1440px); margin-inline: auto; }
.af-header { height: var(--header-height); background: var(--af-paper); position: fixed; inset: 0 0 auto; z-index: 40; transition: transform .2s ease-out; }
.af-header-space { height: var(--header-height); }
.af-header.header-hidden { transform: translateY(-100%); }
.af-header:has(:focus-visible) { transform: translateY(0); }
body.has-admin-bar .af-header { top: var(--nibbly-admin-bar-height, 40px); }
.af-header__inner { display: flex; height: 100%; align-items: center; gap: 30px; }
.af-brand { flex: 0 0 150px; line-height: 0; }
.af-brand img { width: 150px; height: 54px; object-fit: contain; }
.af-nav { margin-left: auto; display: flex; align-items: center; gap: 32px; font-size: 16px; line-height: 1.3; }
.af-nav__group { position: relative; }
.af-nav__item { display: flex; align-items: center; gap: 4px; }
.af-nav__primary { text-decoration: none; padding-block: 18px; }
.af-nav__primary:hover { color: var(--af-link-hover); text-decoration: underline; text-underline-offset: 5px; }
.af-nav__group summary .af-arrow { width: 16px; height: 16px; transform: rotate(90deg); }
.af-nav__group[open] summary .af-arrow { transform: rotate(-90deg); }
.af-nav summary { list-style: none; cursor: pointer; white-space: nowrap; padding-block: 18px; }
.af-nav summary::-webkit-details-marker { display: none; }
.af-nav summary:hover, .af-nav__group[open] summary { text-decoration: underline; text-underline-offset: 5px; }
.af-nav__dropdown { position: absolute; top: 100%; left: -24px; width: 290px; margin: 0; padding: 12px; background: var(--af-cream); border: 1px solid #e7d8bd; list-style: none; box-shadow: 0 12px 24px #41260014; }
.af-nav__group:last-child .af-nav__dropdown { left: auto; right: 0; }
.af-nav__dropdown a { display: block; padding: 12px; text-decoration: none; line-height: 1.35; }
.af-nav__dropdown a:hover { background: var(--af-paper); }
.af-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 28px; border: 1px solid transparent; border-radius: var(--af-radius); background: var(--af-gold); color: var(--af-ink); text-decoration: none; font-weight: 700; line-height: 1.2; cursor: pointer; min-height: 52px; transition: background-color .18s ease, transform .18s ease; }
.af-button:hover { background: #efae00; }
.af-button:active { transform: translateY(1px); }
.af-header__donate { font-size: 16px; min-height: 48px; flex-shrink: 0; padding: 12px 26px; }
.af-arrow { display: inline-block; flex-shrink: 0; vertical-align: middle; }
.af-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; border-bottom: 1px solid currentColor; line-height: 1.4; padding-bottom: 2px; width: fit-content; }
.af-link:hover { color: var(--af-link-hover); }
.af-link .af-arrow { width: 22px; height: 22px; transition: transform .18s ease; }
.af-link:hover .af-arrow { transform: translateX(3px); }
.af-menu-toggle { display: none; border: 0; background: none; color: var(--af-ink); width: 44px; height: 44px; padding: 8px; cursor: pointer; }
.af-mobile-menu[hidden] { display: none; }
.af-intro { display: grid; grid-template-columns: minmax(0,1.54fr) minmax(0,1fr); align-items: center; gap: 64px; padding-block: 42px 30px; }
.af-intro h1 { font-size: clamp(48px,6.11vw,88px); line-height: 1.045; letter-spacing: -.04em; }
.af-intro h1 > span { display: block; white-space: nowrap; }
.af-intro__copy { max-width: 370px; font-size: 23px; line-height: 1.22; }
.af-intro__actions { display: flex; align-items: center; gap: 36px; margin-top: 20px; font-size: 20px; white-space: nowrap; }
.af-intro__actions .af-button { padding: 14px 27px; }
.af-community { background: var(--af-gold); isolation: isolate; }
.af-community img { display: block; width: 100%; aspect-ratio: 1309 / 324; object-fit: cover; object-position: center 45%; filter: grayscale(1); mix-blend-mode: multiply; }
.af-community figcaption { background: var(--af-cream); padding-block: 12px; font-size: 16px; line-height: 24px; }
.af-work { --af-link-hover: var(--af-brown); background: var(--af-gold); padding-block: 39px 76px; }
.af-work__lead { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 36px; align-items: center; }
.af-work h2 { font-size: clamp(36px,3.67vw,54px); white-space: nowrap; }
.af-work__copy p { font-size: 27px; line-height: 1.22; margin-top: 22px; max-width: 490px; }
.af-report { display: grid; grid-template-columns: minmax(0,260px) max-content; justify-content: end; gap: 24px; padding-left: clamp(24px,3vw,48px); align-items: center; }
.af-report img { width: 100%; max-width: 260px; height: auto; aspect-ratio: 3 / 4; display: block; object-fit: contain; }
.af-report > div { text-align: right; }
.af-report h3 { font-size: 24px; white-space: nowrap; text-wrap: nowrap; line-height: 1.15; letter-spacing: -.04em; }
.af-report .af-link { margin-top: 22px; margin-left: auto; font-size: 18px; white-space: nowrap; }
.af-work__routes { --af-work-route-gap: 48px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--af-work-route-gap); margin-top: 64px; }
.af-work__routes article { position: relative; }
.af-work__routes article + article::before { content: ""; position: absolute; inset: 0 auto 0 calc(var(--af-work-route-gap) / -2); border-left: 1px solid var(--af-paper); }
.af-work__routes h3 { font-size: 28px; letter-spacing: -.035em; }
.af-work__routes p { font-size: 19px; line-height: 1.4; margin-top: 12px; }
.af-work__routes .af-link { font-size: 18px; margin-top: 18px; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
.af-intro__actions > .af-link { font-size: 19px; gap: 8px; padding-top: 4px; }
.af-intro__actions > .af-link .af-arrow { width: 20px; height: 20px; }
.af-work { padding-bottom: 80px; }
.af-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.af-section-heading h2 { font-size: clamp(44px,5.6vw,80px); line-height: 1; }
.af-section-heading > .af-link { flex-shrink: 0; font-size: 20px; }
.af-updates { padding-block: 56px 70px; }
.af-updates__grid { display: grid; grid-template-columns: minmax(0,1.66fr) minmax(0,1fr); gap: 32px 38px; }
.af-story--lead { grid-row: span 2; }
.af-story__image { display: block; overflow: hidden; background: var(--af-cream); line-height: 0; }
.af-story__image img { display: block; width: 100%; aspect-ratio: 5 / 3; object-fit: cover; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.af-story__image:hover img { transform: scale(1.025); }
.af-story__meta { margin-top: 14px; font-size: 17px; line-height: 1.3; }
.af-story__title { margin-top: 8px; font-size: 27px; line-height: 1.13; letter-spacing: -.03em; }
.af-story__title a { text-decoration: none; }
.af-story__title a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.af-story .af-link { margin-top: 16px; font-size: 18px; }
.af-story--lead .af-story__meta { margin-top: 24px; font-size: 19px; }
.af-story--lead .af-story__title { margin-top: 24px; font-size: clamp(36px,3.65vw,52px); line-height: 1.1; }
.af-story--lead .af-link { margin-top: 30px; font-size: 20px; }
.af-story--compact .af-story__image img { aspect-ratio: 1.86; }
.af-media { background: var(--af-brown); color: white; padding-block: 48px 46px; }
.af-media .af-section-heading h2, .af-story--media .af-story__title a { color: var(--af-gold); }
.af-media .af-link:hover { color: var(--af-cream); }
.af-media :focus-visible { outline-color: var(--af-gold); }
.af-media__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.af-story--media { --af-media-tone: .9; --af-media-overlay: .8; display: flex; flex-direction: column; }
.af-story--media:is(:hover,:focus-within) { --af-media-tone: .35; --af-media-overlay: .35; }
.af-story--media .af-story__image { position: relative; background: white; isolation: isolate; }
.af-story--media .af-story__image::after { content: ""; position: absolute; inset: 0; background: var(--af-gold); mix-blend-mode: multiply; opacity: var(--af-media-overlay); pointer-events: none; transition: opacity .3s ease; }
.af-story--media .af-story__image img { aspect-ratio: 1.32; object-fit: contain; background: white; filter: grayscale(var(--af-media-tone)); transition: transform .35s cubic-bezier(.2,.8,.2,1), filter .3s ease; }
.af-story--media .af-story__body { display: flex; flex-direction: column; flex: 1; }
.af-story--media .af-story__title { order: -1; margin-block: 24px 10px; font-size: clamp(24px,2.1vw,30px); }
.af-story--media .af-story__meta { margin-top: auto; padding-top: 8px; }
.af-people { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 68px; align-items: center; padding-block: 30px; }
.af-people__image { background: var(--af-gold); line-height: 0; }
.af-people__image img { width: 100%; aspect-ratio: 1.78; object-fit: cover; object-position: center top; filter: grayscale(1); mix-blend-mode: multiply; }
.af-people h2 { font-size: clamp(36px,3.35vw,50px); }
.af-people p { margin-top: 18px; font-size: 26px; line-height: 1.22; }
.af-people__links { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.af-support { padding-block: 36px 34px; background: var(--af-gold); }
.af-support h2 { font-size: clamp(48px,6vw,88px); line-height: 1.02; }
.af-support__intro { font-size: 27px; margin-top: 2px; }
.af-support__grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,1fr); gap: 28px; margin-top: 26px; align-items: start; }
.af-support__video h3 { margin-top: 16px; font-size: 23px; }
.af-support__video > .af-link { margin-top: 8px; }
.af-video { position: relative; aspect-ratio: 16/9; background: #000; display: grid; place-items: center; overflow: hidden; }
.af-video > img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.af-video__play { position: relative; border: 0; background: transparent; cursor: pointer; padding: 14px; line-height: 0; transition: transform .18s ease; }
.af-video__play:hover { transform: scale(1.08); }
.af-video__play:focus-visible { outline-color: white; }
.af-video iframe { width: 100%; height: 100%; border: 0; position: absolute; inset: 0; }
.af-funding { background: var(--af-cream); padding: 28px 30px 24px; border-radius: 12px; }
.af-funding h3 { font-size: clamp(28px,2.55vw,38px); line-height: 1.08; }
.af-funding__numbers { display: grid; grid-template-columns: 1fr 1fr; margin-block: 28px 24px; }
.af-funding__numbers > div { display: flex; flex-direction: column-reverse; }
.af-funding__numbers > div + div { border-left: 1px solid #c8bfa8; padding-left: 40px; }
.af-funding__numbers dt { font-size: 20px; }
.af-funding__numbers dd { margin: 0; font-size: 54px; font-weight: 700; line-height: 1.05; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.af-funding__progress { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.af-funding__progress progress { width: 100%; height: 20px; display: block; appearance: none; border: 0; border-radius: 999px; overflow: hidden; background: #e8dec3; accent-color: var(--af-ink); }
.af-funding__progress progress::-webkit-progress-bar { background: #e8dec3; }
.af-funding__progress progress::-webkit-progress-value { background: var(--af-ink); border-radius: 999px; }
.af-funding__progress progress::-moz-progress-bar { background: var(--af-ink); border-radius: 999px; }
.af-funding__progress > span { font-size: 20px; font-weight: 700; }
.af-funding__amounts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.af-amount { display: flex; align-items: center; justify-content: center; border: 2px solid var(--af-ink); border-radius: 10px; padding: 13px 8px; min-height: 56px; text-align: center; font-size: 19px; font-weight: 700; line-height: 1.2; text-decoration: none; }
.af-amount:hover { background: var(--af-gold); }
.af-amount--featured { background: var(--af-ink); color: white; }
.af-amount--featured:hover { color: var(--af-ink); }
.af-funding__links { display: flex; flex-wrap: wrap; gap: 16px 32px; margin-top: 24px; font-size: 18px; }
.af-funding__date { margin-top: 28px; font-size: 15px; }
.af-newsletter { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 68px; align-items: center; padding-block: 44px; }
.af-newsletter h2 { font-size: clamp(34px,3.45vw,50px); }
.af-newsletter p { margin-top: 10px; font-size: 24px; line-height: 1.3; }
.af-newsletter-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: end; font-size: 17px; }
.af-newsletter-form label { display: block; margin-bottom: 5px; }
.af-newsletter-form input, .af-search input, .af-contact-form input, .af-contact-form textarea { width: 100%; border: 1px solid #bcbcb6; border-radius: 3px; background: white; color: var(--af-ink); padding: 13px 16px; min-height: 50px; }
.af-newsletter-form input::placeholder,.af-contact-form input::placeholder,.af-contact-form textarea::placeholder { color: #696969; opacity: 1; }
.af-newsletter-form .af-button { font-size: 17px; padding-inline: 22px; }
.af-newsletter-form__email { grid-column: 1; grid-row: 1; }
.af-newsletter-form > button { grid-column: 2; grid-row: 1; }
.af-newsletter-form__names { grid-column: 1/-1; grid-row: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 14px 0 0; border: 0; margin: 0; }
.af-newsletter-form__names legend { font-weight: 700; padding: 0; }
.af-newsletter-form [hidden] { display: none; }
.af-newsletter-form__privacy, .af-newsletter p.af-newsletter-form__privacy { grid-column: 1/-1; font-size: 15px; line-height: 1.45; margin-top: 6px; }
.af-newsletter-form__privacy a { text-underline-offset: 4px; }
.af-newsletter-form__notice { display: block; margin-top: 12px; }
.af-newsletter-form__notice p, .af-newsletter .af-newsletter-form__notice p { font-size: 14px; line-height: 1.45; }
.af-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.af-footer { background: var(--af-cream); padding-block: 36px 24px; }
.af-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.af-footer nav ul { display: flex; list-style: none; gap: 24px; margin: 0; padding: 0; font-size: 16px; }
.af-footer nav a { text-decoration: none; }
.af-footer nav a:hover { color: var(--af-link-hover); text-decoration: underline; text-underline-offset: 5px; }
.af-footer__bottom { margin-top: 32px; color: #5e503a; font-size: 13px; line-height: 1.5; }
.af-footer__bottom > p { max-width: 1000px; margin-top: 7px; }
.af-page-heading { padding-block: 46px 40px; }
.af-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 16px; margin-bottom: 30px; }
.af-breadcrumbs a { text-underline-offset: 4px; }
.af-page-heading h1 { font-size: clamp(44px,4.65vw,70px); line-height: 1.08; max-width: 1100px; text-wrap: pretty; }
.af-page-heading__date { margin-top: 26px; font-size: 18px; }
.af-page-heading__intro { margin-top: 26px; max-width: 740px; font-size: 23px; }
.af-article-image { max-width: 1100px; margin-bottom: 44px; }
.af-article-image img { display: block; width: 100%; aspect-ratio: 2; object-fit: cover; }
.af-prose { max-width: 760px; margin-inline: auto; padding-bottom: 72px; font-size: 19px; line-height: 1.6; }
.af-prose--profiles { max-width: none; }
.af-prose > .block-text:first-child { font-size: 23px; line-height: 1.45; margin-bottom: 34px; }
.af-prose .block-text,.af-prose .block-list,.af-prose .block-quote { margin: 0 0 24px; padding: 0; background: none; color: inherit; font-size: inherit; line-height: inherit; }
.af-prose .block-text p,.af-prose .block-list li,.af-prose .block-text li { font-size: inherit; line-height: inherit; color: inherit; }
.af-prose .block-text p+p { margin-top: 20px; }
.af-prose .block-heading { margin: 42px 0 20px; padding: 0; }
.af-prose .block-heading h2 { font-size: 36px; line-height: 1.15; }
.af-prose .block-heading h3 { font-size: 27px; line-height: 1.2; }
.af-prose .block-heading h4 { font-size: 23px; }
.af-prose a { color: var(--af-brown); text-underline-offset: 4px; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
.af-prose a:hover { text-decoration-thickness: 2px; }
.af-prose .block-image { margin: 32px 0; max-width: none; }
.af-prose .block-image img { width: auto; max-width: 100%; height: auto; max-height: 680px; object-fit: contain; border-radius: 0; margin-inline: auto; display: block; }
.af-prose .block-image figcaption { margin-top: 10px; font-size: 15px; line-height: 1.4; text-align: left; color: var(--af-muted); }
.af-prose ul,.af-prose ol { padding-left: 26px; }
.af-prose li+li { margin-top: 8px; }
.af-prose .block-divider { margin-block: 36px; border-color: #d8d1c5; }
.af-prose .af-video { margin-block: 32px; }
.af-profile { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: 48px; padding-block: 36px; border-bottom: 1px solid #ddd6ca; }
.af-profile:last-child { border-bottom: 0; }
.af-profile > .block-image { margin: 0; }
.af-profile > .block-image img { width: 100%; aspect-ratio: 1.4; object-fit: cover; }
.af-profile__body > .block-heading:first-child { margin-top: 0; }
.af-profile__body .block-text { margin-bottom: 18px; }
.af-profile__body .block-text p { font-size: 18px; }
.af-prose--profiles > .block-text:first-child { max-width: 780px; margin-inline: auto; }
.af-local-video { margin-block: 28px; }
.af-local-video video { width: 100%; background: #000; }
.af-local-video figcaption { font-size: 16px; }
.af-page-routes { display: flex; flex-direction: column; gap: 18px; margin-top: 44px; padding-top: 28px; border-top: 1px solid #d8d1c5; }
.af-search { max-width: 660px; margin-bottom: 40px; font-size: 17px; }
.af-search label { display: block; margin-bottom: 8px; }
.af-search > div { display: flex; gap: 12px; }
.af-archive { padding-bottom: 80px; }
.af-archive__grid,.af-related__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 50px 32px; }
.af-archive .af-story__title,.af-related .af-story__title { font-size: 26px; }
.af-pagination { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 48px; }
.af-pagination a { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #d4c7b2; text-decoration: none; border-radius: 50%; }
.af-pagination a[aria-current],.af-pagination a:hover { background: var(--af-gold); border-color: var(--af-gold); }
.af-related { background: var(--af-cream); padding-block: 48px 64px; }
.af-related h2 { font-size: 44px; margin-bottom: 30px; }
.af-donate-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-block: 38px; }
.af-donate-option { padding: 24px 18px; background: var(--af-cream); border-radius: 12px; }
.af-donate-option .block-heading { margin: 0 0 14px; }
.af-donate-option .block-heading h2,.af-donate-option .block-heading h3 { font-size: 25px; }
.af-donate-option .block-text { margin: 0; font-size: 16px; }
.af-detail--donate .af-prose > .block-image { max-width: 260px; margin-inline: auto; }
.af-prose .af-newsletter-form { margin-top: 30px; }
.af-contact-form .contact-form { padding: 28px; background: var(--af-cream); border: 0; border-radius: 12px; box-shadow: none; }
.af-contact-form .form-grid { gap: 20px; }
.af-contact-form .form-group label { font-size: 17px; color: var(--af-ink); }
.af-contact-form .btn-gradient { background: var(--af-gold); color: var(--af-ink); border: 0; border-radius: 999px; box-shadow: none; min-height: 50px; font: 700 18px var(--af-font); padding: 14px 26px; }
.af-contact-form .form-feedback { font-size: 17px; }
.af-contact-form .form-feedback.success { color: #1d4822; background: #eaf2e5; }
.af-contact-form .form-feedback.error { color: #87270f; background: #fff0e8; }
@media (max-width: 1250px) and (min-width: 1101px) {
  .af-header__inner { gap: 22px; }
  .af-nav { gap: 22px; }
  .af-intro { gap: 42px; }
  .af-intro__actions { gap: 18px; font-size: 18px; }
  .af-intro__actions .af-button { padding-inline: 22px; }
}
@media (max-width: 1100px) {
  .af-nav { display: none; }
  .af-header__donate { margin-left: auto; }
  .af-menu-toggle { display: grid; place-items: center; }
  .af-mobile-menu { position: absolute; inset: var(--header-height) 0 auto; background: var(--af-cream); padding: 20px var(--af-gutter) 28px; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; box-shadow: 0 16px 24px #4126001a; }
  .af-mobile-group { position: relative; }
  .af-mobile-menu summary { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; width: 44px; height: 60px; list-style: none; cursor: pointer; }
  .af-mobile-menu summary::-webkit-details-marker { display: none; }
  .af-mobile-menu summary .af-arrow { width: 20px; height: 20px; }
  .af-mobile-menu details[open] > summary .af-arrow { transform: rotate(90deg); }
  .af-mobile-menu ul { list-style: none; margin: 0; padding: 0 0 12px 32px; }
  .af-mobile-menu a { display: block; padding: 10px 0; font-size: 18px; text-underline-offset: 4px; }
  .af-mobile-menu .af-mobile-primary { padding: 14px 52px 14px 0; font-size: 22px; font-weight: 700; text-decoration: none; }
  .af-mobile-menu a, .af-mobile-menu a:visited { color: var(--af-ink); }
  .af-mobile-menu a:hover, .af-mobile-menu a:focus-visible { color: var(--af-link-hover); }
  .af-mobile-menu a:active { color: var(--af-ink); background: var(--af-gold); }
  .af-intro { grid-template-columns: 1.35fr 1fr; gap: 30px; }
  .af-intro h1 { font-size: 5.5vw; }
  .af-intro__copy { font-size: 20px; }
  .af-intro__actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .af-work__lead { grid-template-columns: 1fr; gap: 34px; }
  .af-report { width: 100%; max-width: 640px; justify-self: end; padding-left: 0; }
  .af-work__routes { --af-work-route-gap: 32px; }
  .af-work__routes h3 { font-size: 25px; }
  .af-work__routes p { font-size: 18px; }
  .af-people { gap: 36px; }
  .af-people p { font-size: 22px; }
  .af-support__grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .af-funding { padding: 24px 22px; }
  .af-funding__numbers dd { font-size: 42px; }
  .af-funding__numbers dt { font-size: 17px; }
  .af-funding__numbers > div+div { padding-left: 24px; }
  .af-funding__amounts { gap: 8px; }
  .af-amount { font-size: 16px; }
  .af-funding__links { font-size: 16px; gap: 12px; }
  .af-newsletter { gap: 36px; }
  .af-newsletter-form { grid-template-columns: 1fr; }
  .af-newsletter-form > button { grid-column: 1; grid-row: 3; }
  .af-newsletter-form__privacy { grid-row: 4; }
  .af-footer__top { align-items: flex-start; }
  .af-footer nav ul { flex-wrap: wrap; gap: 18px 24px; }
  .af-profile { grid-template-columns: .7fr 1fr; gap: 32px; }
  .af-archive__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  :root,html[data-theme] { --af-gutter: 24px; --header-height: 78px; }
  body { font-size: 18px; }
  .af-header__inner { gap: 14px; }
  .af-brand { flex-basis: 130px; }
  .af-brand img { width: 130px; height: 48px; }
  .af-header__donate { min-height: 42px; padding: 10px 17px; font-size: 15px; gap: 8px; }
  .af-header__donate .af-arrow { width: 20px; height: 20px; }
  .af-menu-toggle { width: 34px; padding: 4px; }
  .af-intro { display: block; padding-block: 30px 30px; }
  .af-intro h1 { font-size: clamp(43px,13vw,64px); line-height: 1.04; letter-spacing: -.04em; text-wrap: initial; }
  .af-intro h1 > span { white-space: normal; }
  .af-intro__right { margin-top: 26px; }
  .af-intro__copy { font-size: 21px; line-height: 1.3; max-width: none; }
  .af-intro__actions { margin-top: 25px; gap: 18px; align-items: stretch; }
  .af-intro__actions .af-button { min-height: 50px; }
  .af-intro__actions > .af-link { padding-top: 0; font-size: 18px; }
  .af-community img { aspect-ratio: 2400 / 932; object-fit: contain; object-position: center; }
  .af-community figcaption { padding-block: 14px; font-size: 14px; line-height: 1.4; }
  .af-work { padding-block: 38px 12px; }
  .af-work h2 { white-space: normal; font-size: 41px; max-width: 460px; }
  .af-work__copy p { font-size: 22px; line-height: 1.3; margin-top: 20px; }
  .af-work__lead { gap: 28px; }
  .af-report { grid-template-columns: 1fr; gap: 16px; justify-self: stretch; }
  .af-report > div { text-align: left; }
  .af-report h3 { font-size: 29px; white-space: normal; }
  .af-report .af-link { margin-top: 10px; margin-left: 0; }
  .af-work__routes { display: block; margin-top: 30px; }
  .af-work__routes article { border-top: 1px solid var(--af-paper); padding-block: 26px; }
  .af-work__routes article + article::before { display: none; }
  .af-work__routes h3 { font-size: 28px; }
  .af-work__routes p { font-size: 20px; margin-top: 12px; }
  .af-work__routes .af-link { font-size: 18px; margin-top: 17px; }
  .af-section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 28px; }
  .af-section-heading h2 { font-size: 44px; }
  .af-section-heading > .af-link { font-size: 18px; }
  .af-updates { padding-block: 32px 44px; }
  .af-updates__grid { display: block; }
  .af-updates__grid .af-story+.af-story { margin-top: 34px; padding-top: 28px; border-top: 1px solid #ddd7ce; }
  .af-story--lead .af-story__meta { margin-top: 13px; font-size: 16px; }
  .af-story--lead .af-story__title { font-size: 31px; margin-top: 12px; }
  .af-story--lead .af-link { margin-top: 17px; font-size: 18px; }
  .af-story__title { font-size: 27px; }
  .af-story--compact .af-story__image img { aspect-ratio: 5/3; }
  .af-media { padding-block: 36px 42px; }
  .af-media__grid { display: block; }
  .af-story--media+.af-story--media { margin-top: 34px; }
  .af-story--media .af-story__image img { aspect-ratio: 5/3; }
  .af-story--media .af-story__title { font-size: 26px; margin-top: 18px; }
  .af-story--media .af-story__meta { padding-top: 2px; }
  .af-people { display: block; width: 100%; padding-block: 0 34px; }
  .af-people__image img { aspect-ratio: 1.25; }
  .af-people > div+div { padding: 30px var(--af-gutter) 0; }
  .af-people h2 { font-size: 41px; }
  .af-people p { font-size: 21px; margin-top: 18px; }
  .af-people__links { margin-top: 24px; gap: 17px; }
  .af-people .af-link { font-size: 18px; }
  .af-support { padding-block: 36px 30px; }
  .af-support h2 { font-size: 42px; }
  .af-support__intro { font-size: 22px; line-height: 1.3; margin-top: 14px; }
  .af-support__grid { display: block; margin-top: 25px; }
  .af-support__video h3 { font-size: 22px; line-height: 1.15; }
  .af-support__video > .af-link { font-size: 18px; }
  .af-funding { margin-top: 36px; padding: 24px 18px; }
  .af-funding h3 { font-size: 31px; }
  .af-funding__numbers { margin-block: 26px 22px; }
  .af-funding__numbers dd { font-size: 43px; }
  .af-funding__numbers dt { font-size: 16px; }
  .af-funding__numbers > div+div { padding-left: 22px; }
  .af-funding__progress { gap: 10px; margin-bottom: 23px; }
  .af-funding__progress > span { font-size: 17px; }
  .af-funding__amounts { gap: 8px; }
  .af-amount { border-color: var(--af-gold); background: var(--af-gold); color: var(--af-ink); font-size: 17px; padding: 13px 8px; min-height: 67px; }
  .af-funding__links { flex-direction: column; gap: 16px; font-size: 17px; margin-top: 24px; }
  .af-funding__date { margin-top: 24px; font-size: 13px; }
  .af-newsletter { display: block; padding-block: 32px 38px; }
  .af-newsletter h2 { font-size: 40px; }
  .af-newsletter p { font-size: 21px; margin-top: 14px; }
  .af-newsletter-form { margin-top: 26px; gap: 14px; }
  .af-newsletter-form__names { grid-template-columns: 1fr; }
  .af-newsletter-form__names legend { font-size: 18px; }
  .af-footer { padding-block: 30px 24px; }
  .af-footer__top { display: block; }
  .af-footer nav { margin-top: 24px; }
  .af-footer nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; font-size: 16px; }
  .af-footer nav a { text-decoration: underline; text-underline-offset: 4px; }
  .af-footer__bottom { margin-top: 24px; font-size: 12px; }
  .af-page-heading { padding-block: 25px 30px; }
  .af-breadcrumbs { font-size: 14px; margin-bottom: 24px; }
  .af-page-heading h1 { font-size: 39px; line-height: 1.08; overflow-wrap: anywhere; }
  .af-page-heading__date { font-size: 16px; margin-top: 20px; }
  .af-page-heading__intro { font-size: 20px; }
  .af-article-image { width: 100%; margin-bottom: 28px; }
  .af-article-image img { aspect-ratio: 5/3; }
  .af-prose { font-size: 18px; line-height: 1.55; padding-bottom: 42px; }
  .af-prose > .block-text:first-child { font-size: 21px; }
  .af-prose .block-heading h2 { font-size: 30px; }
  .af-prose .block-heading h3 { font-size: 25px; }
  .af-prose .block-heading { margin-top: 34px; }
  .af-profile { display: block; padding-block: 28px; }
  .af-profile > .block-image { margin-bottom: 23px; }
  .af-profile__body .block-text p { font-size: 18px; }
  .af-archive__grid,.af-related__grid { grid-template-columns: 1fr; gap: 36px; }
  .af-archive { padding-bottom: 44px; }
  .af-related { padding-block: 34px 42px; }
  .af-related h2 { font-size: 34px; }
  .af-search > div { gap: 10px; }
  .af-search .af-button { font-size: 16px; padding-inline: 20px; }
  .af-donate-options { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .af-donate-option { padding: 22px 16px; }
  .af-donate-option .block-heading h2 { font-size: 23px; }
  .af-contact-form .contact-form { padding: 22px 18px; }
}
@media (max-width: 370px) {
  :root,html[data-theme] { --af-gutter: 18px; }
  .af-header__inner { gap: 10px; }
  .af-brand { flex-basis: 112px; }
  .af-brand img { width: 112px; }
  .af-header__donate { padding-inline: 13px; }
  .af-funding { padding-inline: 14px; }
  .af-amount { font-size: 15px; padding-inline: 6px; }
}
/* Preserve the approved composition across ordinary desktop widths. */
@media (min-width: 1101px) {
  :root, html[data-theme] { --af-u: calc(100vw / 1309); --header-height: calc(90 * var(--af-u)); }
  .af-brand { flex-basis: calc(150 * var(--af-u)); }
  .af-brand img { width: calc(150 * var(--af-u)); height: calc(54 * var(--af-u)); }
  .af-header__inner { gap: calc(30 * var(--af-u)); }
  .af-nav { font-size: calc(16 * var(--af-u)); gap: calc(32 * var(--af-u)); }
  .af-header__donate { font-size: calc(16 * var(--af-u)); min-height: calc(48 * var(--af-u)); padding: calc(12 * var(--af-u)) calc(26 * var(--af-u)); }
  .af-intro { padding-block: calc(42 * var(--af-u)) calc(30 * var(--af-u)); gap: calc(64 * var(--af-u)); }
  .af-intro__copy { font-size: calc(23 * var(--af-u)); max-width: calc(370 * var(--af-u)); }
  .af-intro__actions { gap: calc(36 * var(--af-u)); margin-top: calc(20 * var(--af-u)); font-size: calc(20 * var(--af-u)); }
  .af-intro__actions .af-button { padding: calc(14 * var(--af-u)) calc(27 * var(--af-u)); }
  .af-intro__actions > .af-link { font-size: calc(19 * var(--af-u)); }
  .af-community figcaption { font-size: calc(16 * var(--af-u)); line-height: calc(24 * var(--af-u)); padding-block: calc(12 * var(--af-u)); }
  .af-work { padding-top: calc(39 * var(--af-u)); padding-bottom: calc(80 * var(--af-u)); }
  .af-work__copy p { font-size: calc(27 * var(--af-u)); margin-top: calc(22 * var(--af-u)); max-width: calc(490 * var(--af-u)); }
  .af-work__routes { --af-work-route-gap: calc(48 * var(--af-u)); margin-top: calc(64 * var(--af-u)); }
  .af-work__routes h3 { font-size: calc(28 * var(--af-u)); }
  .af-work__routes p { font-size: calc(19 * var(--af-u)); margin-top: calc(12 * var(--af-u)); }
  .af-work__routes .af-link { font-size: calc(18 * var(--af-u)); margin-top: calc(18 * var(--af-u)); }
}

.af-contact-form .btn-gradient:hover { background: #efae00; color: var(--af-ink); }
