:root {
	--ink: #183b3a;
	--muted: #60706d;
	--cream: #f4f0e7;
	--paper: #fbfaf6;
	--coral: #e66c4e;
	--sun: #efb84b;
	--line: rgba(24, 59, 58, .16);
	--serif: 'Fraunces', Georgia, serif;
	--sans: 'DM Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.site-header { position: sticky; z-index: 20; top: 0; min-height: 82px; padding: 0 6vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(251, 250, 246, .96); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 700; line-height: 1.15; letter-spacing: .08em; text-transform: uppercase; }
.brand em { color: var(--coral); font-style: normal; font-size: 9px; letter-spacing: .12em; }
.brand-logo { width: 52px; height: 52px; flex: 0 0 52px; display: block; object-fit: contain; }
.footer-logo { width: 78px; height: 78px; flex-basis: 78px; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 700; }
.site-nav a:not(.nav-cta):hover, .text-link:hover, .work-card a:hover, .footer-column a:hover { color: var(--coral); }
.nav-cta { padding: 12px 17px; color: white; background: var(--ink); transition: .2s ease; }.nav-cta:hover { color: white; background: var(--coral); transform: translateY(-2px); }.nav-cta span { color: var(--sun); margin-left: 8px; }
.menu-toggle { display: none; border: 0; color: var(--ink); background: none; font-size: 22px; cursor: pointer; }
.hero { min-height: 650px; padding: 78px 6vw 110px; position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 6vw; overflow: hidden; background: var(--cream); }.hero:after { content: ''; position: absolute; left: -4%; bottom: -170px; width: 62%; height: 250px; background: var(--sun); border-radius: 50%; opacity: .25; }.hero-copy { position: relative; z-index: 1; max-width: 510px; }.eyebrow { margin: 0 0 18px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { font-family: var(--serif); font-weight: 600; line-height: .99; } h1 { margin-bottom: 24px; font-size: clamp(52px, 6.7vw, 94px); } h2 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 68px); } h1 i, h2 i { color: var(--coral); font-style: normal; }.hero-text { max-width: 390px; margin-bottom: 32px; color: var(--muted); font-size: 16px; }.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 16px 20px; color: white; background: var(--coral); font: 700 12px var(--sans); transition: .2s ease; }.button:hover { background: var(--ink); transform: translateY(-2px); }.button span, .text-link span { color: var(--sun); font-size: 17px; }.text-link { font-size: 12px; font-weight: 700; }
.hero-image { position: relative; z-index: 1; height: 490px; }.hero-image img, .story-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }.image-note { position: absolute; bottom: 25px; left: -28px; display: flex; align-items: center; gap: 11px; padding: 15px 18px; background: var(--paper); }.image-note strong { color: var(--coral); font: 700 34px var(--serif); }.image-note span { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; line-height: 1.25; }.hero-stamp { position: absolute; z-index: 2; right: 4%; bottom: 50px; display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); text-align: center; transform: rotate(12deg); }.hero-stamp small { font: 700 9px var(--sans); letter-spacing: .13em; line-height: 1.35; }
.section-grid { display: grid; grid-template-columns: 20% 1fr; gap: 7vw; padding: 140px 10vw; }.section-label { display: flex; justify-content: space-between; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.section-label span:first-child { color: var(--ink); }.mission-content { max-width: 780px; }.lead { max-width: 600px; color: var(--muted); font-size: 18px; }.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 70px; padding-top: 23px; border-top: 1px solid var(--line); }.values article span, .card-number { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.values h3, .work-card h3 { margin: 14px 0 7px; font: 700 22px var(--serif); }.values p, .work-card p { color: var(--muted); font-size: 13px; }
.work { padding: 104px 10vw 130px; color: var(--paper); background: var(--ink); }.work-heading, .gallery-heading, .support-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }.work-heading h2, .gallery-heading h2, .support-heading h2 { margin-bottom: 0; }.work-heading > p, .gallery-heading > p, .support-heading > p { max-width: 350px; color: #bbcac5; font-size: 14px; }.work-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1px; margin-top: 75px; background: rgba(255,255,255,.25); }.work-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); }.work-card-large { background: #295554; }.work-card .card-number { color: var(--sun); }.work-card h3 { color: white; font-size: 26px; }.work-card p { max-width: 250px; color: #bed0cb; }.work-card a { color: var(--sun); font-size: 12px; font-weight: 700; }.accent-card { background: var(--coral); }.accent-card p { color: #fff1eb; }.accent-card a { color: white; }
.gallery { padding: 120px 10vw 135px; background: var(--cream); }.gallery-heading > p { color: var(--muted); }.gallery-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; grid-auto-rows: 215px; gap: 16px; margin-top: 68px; }.gallery-item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--ink); }.gallery-item-tall { grid-row: span 2; }.gallery-item-wide { grid-column: span 2; }.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }.gallery-item:hover img { transform: scale(1.04); }.gallery-item:after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(24,59,58,.8)); pointer-events: none; }.gallery-item figcaption { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; color: white; font: 600 16px var(--serif); }.gallery-item figcaption span { margin-right: 12px; color: var(--sun); font: 700 10px var(--sans); }
.story { align-items: center; padding-top: 140px; padding-bottom: 140px; }.story-photo { height: 465px; }.story-copy { max-width: 500px; }.story-copy blockquote { margin: 35px 0 17px; color: var(--muted); font: 21px/1.4 var(--serif); }.story-author { margin-bottom: 37px; color: var(--coral); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.support { padding: 105px 10vw 120px; background: #e8eee8; }.support-heading > p { color: var(--muted); }.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 65px; }.support-card { min-height: 305px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; background: var(--paper); border-top: 4px solid var(--ink); }.support-card-featured { color: white; background: var(--coral); border-top-color: var(--sun); }.support-icon { color: var(--coral); font: 30px var(--serif); }.support-card-featured .support-icon { color: var(--sun); }.support-card h3 { margin: 24px 0 8px; font: 700 25px var(--serif); }.support-card p { max-width: 275px; margin-bottom: 22px; color: var(--muted); font-size: 13px; }.support-card-featured p { color: #fff0e9; }.support-card a, .support-link { margin-top: auto; padding: 0; border: 0; color: var(--coral); background: transparent; cursor: pointer; font: 700 12px var(--sans); }.support-card-featured .support-link { color: white; }.support-card a span, .support-link span { margin-left: 10px; color: var(--sun); font-size: 17px; }
.give { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; padding: 105px 10vw; background: var(--sun); }.give h2 { margin: 0; }.give h2 i { color: var(--ink); }.give-action { max-width: 390px; }.give-action p { color: #4a4c31; font-size: 15px; }.button-light { color: white; background: var(--ink); }.give-action small { display: block; margin-top: 15px; color: #5d5d38; font-size: 10px; }
.site-footer { padding: 62px 6vw 26px; background: var(--paper); }.footer-top { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 7vw; padding-bottom: 55px; }.footer-intro p { max-width: 225px; margin: 25px 0 0; color: var(--muted); font-size: 12px; }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }.footer-column h3 { margin: 0 0 9px; color: var(--coral); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }.footer-column a { color: var(--muted); font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.footer-bottom p, .footer-bottom span { margin: 0; }
.donate-dialog { width: min(500px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow-y: auto; padding: 42px; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 20px 80px rgba(24,59,58,.3); }.donate-dialog::backdrop { background: rgba(24,59,58,.65); }.donate-dialog h2 { font-size: 44px; }.dialog-close { position: absolute; top: 13px; right: 17px; border: 0; background: none; color: var(--ink); font-size: 28px; cursor: pointer; }.donation-fieldset { margin: 0 0 18px; padding: 0; border: 0; }.donation-fieldset legend, .donate-dialog label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 700; letter-spacing: .05em; }.gift-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }.gift-options button { padding: 12px 4px; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; font-weight: 700; }.gift-options button.selected, .gift-options button:hover { border-color: var(--coral); color: white; background: var(--coral); }.donate-dialog input, .donate-dialog select { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid var(--line); color: var(--ink); background: white; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }.donate-dialog form > label { margin-top: 18px; }.selected-gift { min-height: 22px; margin: 20px 0 12px; color: var(--muted); font-size: 13px; }.donate-dialog .button { width: 100%; }.form-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; }
.reveal { animation: rise .8s ease both; }.hero-image { animation-delay: .15s; } @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px) { .site-nav { gap: 15px; }.hero { gap: 4vw; }.section-grid { gap: 5vw; padding-left: 7vw; padding-right: 7vw; }.work, .gallery, .support { padding-left: 7vw; padding-right: 7vw; }.footer-top { gap: 4vw; } }
@media (max-width: 760px) { html { scroll-padding-top: 70px; }.site-header { min-height: 70px; padding: 0 5vw; }.brand-logo { width: 44px; height: 44px; flex-basis: 44px; }.menu-toggle { display: block; }.site-nav { display: none; position: absolute; z-index: 10; top: 70px; left: 0; right: 0; padding: 20px 5vw; flex-direction: column; align-items: stretch; gap: 18px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px rgba(24,59,58,.08); }.site-nav.open { display: flex; }.nav-cta { text-align: center; }.hero { display: block; min-height: 0; padding: 70px 7vw 90px; }.hero-image { height: 360px; margin-top: 54px; }.image-note { left: 12px; }.hero-stamp { right: 7%; bottom: 35px; transform: scale(.75) rotate(12deg); }.section-grid { display: block; padding: 90px 7vw; }.section-label { margin-bottom: 65px; }.values { gap: 15px; margin-top: 52px; }.values h3 { font-size: 18px; }.work, .gallery, .support { padding: 80px 7vw; }.work-heading, .gallery-heading, .support-heading, .give { display: block; }.work-heading > p, .gallery-heading > p, .support-heading > p { margin-top: 28px; }.work-grid, .support-grid { display: block; margin-top: 50px; }.work-card { min-height: 245px; }.support-card { min-height: 270px; margin-bottom: 16px; }.gallery-grid { display: block; margin-top: 50px; }.gallery-item, .gallery-item-tall, .gallery-item-wide { height: 270px; margin-bottom: 16px; }.story-photo { height: 330px; margin-bottom: 58px; }.give { padding: 80px 7vw; }.give-action { margin-top: 35px; }.site-footer { padding: 45px 7vw 24px; }.footer-top { display: block; padding-bottom: 35px; }.footer-column { margin-top: 35px; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 9px; }.form-row { grid-template-columns: 1fr; }.donate-dialog { padding: 32px 24px; } }
