:root {
  --ink: #173329;
  --forest: #0f5a43;
  --forest-dark: #073d31;
  --leaf: #7d9b62;
  --saffron: #d99035;
  --terracotta: #b85e3e;
  --blue: #527e8e;
  --ivory: #f8f4eb;
  --paper: #fffdf8;
  --sand: #e8dfcf;
  --muted: #607168;
  --white: #fff;
  --shadow: 0 22px 55px rgba(24, 52, 42, .13);
  --shadow-soft: 0 12px 30px rgba(24, 52, 42, .08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --ease: cubic-bezier(.22, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 0 0, rgba(232,223,207,.22), transparent 34rem), var(--paper); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(217,144,53,.6); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.soft { background: var(--ivory); }
.lead { font-size: clamp(1.12rem, 2vw, 1.45rem); line-height: 1.55; color: #294a3d; }
.eyebrow { margin: 0 0 13px; color: var(--terracotta); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f4cf99; }
.section-heading { max-width: 730px; margin-bottom: 46px; }
.section-heading.center { margin-inline: auto; text-align: center; }
h1, h2, h3, p { overflow-wrap: break-word; }
h2 { margin: 0; font: 500 clamp(2.2rem, 4.2vw, 4rem)/1.06 Georgia, serif; letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; background: white; color: var(--forest); border-radius: 4px; }
.skip-link:focus { top: 12px; }

.utility-bar { background: var(--forest-dark); color: rgba(255,255,255,.88); font-size: .78rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner > span { letter-spacing: .08em; text-transform: uppercase; }
.utility-links { display: flex; gap: 22px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.88); border-bottom: 1px solid rgba(23,51,41,.12); box-shadow: 0 6px 20px rgba(23,51,41,.04); backdrop-filter: blur(15px); }
.nav-shell { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: clamp(190px, 20vw, 240px); height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 7px; }
.main-nav > a, .nav-toggle { padding: 12px 10px; border: 0; border-radius: 6px; color: #314c41; background: transparent; font-size: .88rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.main-nav > a:hover, .nav-toggle:hover, .main-nav .active, .nav-group.current .nav-toggle { color: var(--forest); background: #edf3ec; }
.nav-group { position: relative; }
.nav-toggle::after { content: ""; width: 7px; height: 7px; display: inline-block; margin: -3px 0 0 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; vertical-align: middle; transform: rotate(45deg); transition: transform .2s var(--ease); }
.nav-group.open .nav-toggle::after { transform: rotate(225deg) translate(-1px, -1px); }
.nav-dropdown { min-width: 275px; padding: 10px; position: absolute; left: 0; top: calc(100% + 12px); display: grid; gap: 3px; border: 1px solid rgba(23,51,41,.12); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s; }
.nav-group.open .nav-dropdown, .nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown a { padding: 10px 12px; border-radius: 6px; font-size: .84rem; line-height: 1.35; }
.nav-dropdown a:hover, .nav-dropdown a.active { color: var(--forest); background: var(--ivory); }
.main-nav .donate-nav { margin-left: 5px; padding-inline: 17px; color: white; background: var(--terracotta); }
.menu-button { display: none; width: 48px; height: 48px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 25px; height: 2px; display: block; margin: 5px auto; background: var(--ink); transition: transform .2s var(--ease), opacity .2s var(--ease); }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.home-hero { min-height: 730px; position: relative; display: flex; overflow: hidden; color: white; background: var(--forest-dark); }
.home-hero::before { content: ""; position: absolute; inset: -2%; background: linear-gradient(90deg, rgba(6,45,36,.26), rgba(6,45,36,.03)), url('../images/hero-panorama.png') center/cover no-repeat; animation: heroDrift 18s ease-in-out infinite alternate; transform-origin: center; }
.home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 130px; background: linear-gradient(transparent, rgba(5,34,27,.4)); }
.hero-content { padding: 118px 0 55px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; animation: riseIn .75s var(--ease) both; }
.hero-content h1 { max-width: 680px; margin: 0; font: 500 clamp(3.6rem, 7vw, 6.8rem)/.96 Georgia, serif; letter-spacing: -.055em; text-shadow: 0 3px 18px rgba(4,31,24,.18); }
.hero-content > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 34px; color: rgba(255,255,255,.91); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 49px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: .88rem; font-weight: 800; letter-spacing: .025em; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #20342b; background: var(--saffron); }
.button.ghost { color: white; border-color: rgba(255,255,255,.58); background: rgba(9,61,49,.15); }
.button.ghost:hover { color: var(--forest-dark); background: white; }
.button.ivory { color: var(--forest-dark); background: var(--ivory); }
.button.dark { color: white; background: var(--forest-dark); }
.hero-stats { width: min(710px, 100%); margin-top: auto; padding-top: 70px; display: flex; }
.hero-stats span { min-width: 150px; padding: 3px 28px; border-left: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.75); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-stats span:first-child { padding-left: 0; border: 0; }
.hero-stats strong { display: block; margin-bottom: 3px; color: white; font: 500 1.55rem Georgia, serif; letter-spacing: -.02em; text-transform: none; }

.intro-grid, .story-grid, .leadership-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.story-grid { grid-template-columns: 1.2fr .8fr; }
.intro-grid .section-heading, .leadership-grid .section-heading { margin-bottom: 0; }
.text-link { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--forest); font-weight: 800; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; position: relative; overflow: hidden; border-radius: var(--radius-md); color: white; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.pillar-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pillar-card.education { background: #a85b2d; }
.pillar-card.senior { background: var(--forest); }
.pillar-card.medical { background: var(--blue); }
.pillar-card > span:first-child { font-size: .75rem; font-weight: 800; letter-spacing: .16em; opacity: .72; }
.pillar-card h3 { max-width: 315px; margin: 105px 0 14px; font: 500 2rem/1.06 Georgia, serif; }
.pillar-card p { max-width: 310px; margin: 0; color: rgba(255,255,255,.82); }
.pillar-card .text-link { margin-top: auto; color: white; }
.visual-story { padding: 0 20px; background: var(--ivory); }
.visual-card { min-height: 640px; padding: 65px; display: flex; align-items: flex-end; position: relative; overflow: hidden; border-radius: var(--radius-lg); color: white; background: linear-gradient(90deg, rgba(6,45,36,.9), rgba(6,45,36,.12) 70%), url('../images/hero-panorama.png') 70% center/cover; box-shadow: var(--shadow-soft); }
.visual-copy { max-width: 560px; }
.visual-copy h2 { color: white; }
.visual-copy p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.project-preview { margin: 20px 0 32px; border-top: 1px solid var(--sand); }
.project-preview > div { min-height: 112px; padding: 25px 0; display: grid; grid-template-columns: 75px .8fr 1fr; gap: 28px; align-items: center; border-bottom: 1px solid var(--sand); }
.project-preview span { color: var(--terracotta); font-size: .75rem; font-weight: 800; }
.project-preview h3, .project-preview p { margin: 0; }
.project-preview h3 { font: 500 1.45rem Georgia, serif; }
.project-preview p { color: var(--muted); }
.callout { padding: 78px 0; color: white; background: var(--terracotta); }
.callout-inner { display: flex; justify-content: space-between; align-items: center; gap: 55px; }
.callout h2 { max-width: 760px; color: white; }
.callout-actions { display: flex; gap: 10px; flex: 0 0 auto; }

.page-hero { padding: 108px 0 98px; position: relative; overflow: hidden; isolation: isolate; color: white; background: var(--forest-dark); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6,45,36,.98) 0%, rgba(6,45,36,.88) 38%, rgba(6,45,36,.48) 100%), url('../images/hero-panorama.png') 73% 48%/cover; opacity: .95; }
.page-hero::after { content: ""; width: 520px; height: 520px; position: absolute; right: -130px; top: -330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.02), 0 0 0 150px rgba(255,255,255,.018); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { max-width: 920px; margin: 0; font: 500 clamp(3.2rem, 6.5vw, 6.2rem)/.98 Georgia, serif; letter-spacing: -.05em; }
.page-hero .summary { max-width: 730px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: 1.16rem; }
body[data-page="education"] .page-hero::before { background-position: 88% 68%; }
body[data-page="senior"] .page-hero::before { background-position: 67% 40%; }
body[data-page="medical"] .page-hero::before { background-position: 100% 62%; }
body[data-page="gallery"] .page-hero::before { background-position: 52% 55%; }
body[data-page="contact"] .page-hero::before { background-position: 79% 44%; }
.side-card, .quote-card { padding: 40px; border-radius: var(--radius-md); background: var(--ivory); box-shadow: var(--shadow-soft); }
.side-card h3 { margin: 0 0 12px; font: 500 2rem Georgia, serif; }
.symbol-figure { width: min(100%, 300px); margin: 0 0 38px; overflow: hidden; border: 1px solid rgba(23,51,41,.12); border-radius: var(--radius-md); background: white; box-shadow: 0 8px 20px rgba(23,51,41,.08); }
.symbol-figure img { width: 100%; height: auto; display: block; }
.symbol { width: 105px; aspect-ratio: 1; margin-bottom: 70px; display: grid; place-items: center; border-radius: 50%; color: white; background: radial-gradient(circle at 30% 28%, #81ac6b 0 18%, transparent 19%), radial-gradient(circle at 70% 26%, #4f8956 0 20%, transparent 21%), var(--forest-dark); font: 700 2rem Georgia, serif; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--sand); background: var(--sand); }
.stats-grid div { min-height: 180px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--paper); }
.stats-grid strong { color: var(--forest); font: 500 2.6rem Georgia, serif; letter-spacing: -.04em; }
.stats-grid span { color: var(--muted); font-size: .82rem; }
.vision-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 75px; }
.vision-panel { min-height: 560px; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 8px; color: white; background: linear-gradient(0deg, rgba(7,48,38,.94), rgba(7,48,38,.34)), url('../images/hero-panorama.png') 48% center/cover; }
.vision-panel blockquote { margin: 0; font: 500 clamp(2rem, 3.5vw, 3.25rem)/1.08 Georgia, serif; }
.value-list { border-top: 1px solid var(--sand); }
.value-item { padding: 26px 0; display: grid; grid-template-columns: 50px 140px 1fr; gap: 20px; border-bottom: 1px solid var(--sand); }
.value-item span { color: var(--terracotta); font-size: .75rem; font-weight: 800; }
.value-item h3, .value-item p { margin: 0; }
.value-item h3 { font: 500 1.55rem Georgia, serif; }
.value-item p { color: var(--muted); }
.trustee-grid, .projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trustee-card, .project-card, .feature-card { min-height: 230px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--sand); border-radius: var(--radius-md); background: white; box-shadow: 0 2px 0 rgba(23,51,41,.02); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.trustee-card:hover, .project-card:hover, .feature-card:hover { transform: translateY(-5px); border-color: #cbbda7; box-shadow: var(--shadow-soft); }
.trustee-card span, .project-card span, .feature-card > span { color: var(--terracotta); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.trustee-card h3, .project-card h3, .feature-card h3 { margin: auto 0 8px; font: 500 1.58rem Georgia, serif; }
.trustee-card a, .project-card p, .feature-card p { margin: 0; color: var(--muted); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-row span { padding: 9px 14px; border: 1px solid #d7cebe; border-radius: 99px; background: white; font-size: .82rem; }
.quote-card { position: sticky; top: 125px; color: white; background: #a65b2f; }
.quote-card.green { background: var(--forest); }
.quote-card span { color: #f3cd94; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.quote-card blockquote { margin: 90px 0 0; font: 500 clamp(1.75rem, 3vw, 2.5rem)/1.12 Georgia, serif; }
.accordion-grid, .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-details { padding: 0 24px; border: 1px solid #dcd2c0; border-radius: var(--radius-md); background: white; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.info-details:hover, .info-details[open] { border-color: #b8aa94; box-shadow: var(--shadow-soft); }
.info-details summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; font: 500 1.3rem Georgia, serif; }
.info-details summary::-webkit-details-marker { display: none; }
.info-details summary::after { content: "+"; font-family: sans-serif; font-weight: 300; }
.info-details[open] summary::after { content: "−"; }
.info-details ul { margin: 0 0 25px; padding-left: 20px; color: var(--muted); }
.medical-mark { min-height: 390px; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; border-radius: var(--radius-md); color: white; background: linear-gradient(135deg, rgba(82,126,142,.92), rgba(34,78,91,.88)), url('../images/hero-panorama.png') 100% 60%/cover; }
.medical-mark span { font: 300 8rem/1 Georgia, serif; }
.medical-mark b { font: 500 2rem Georgia, serif; }
.project-card { min-height: 305px; }
.project-card .status { align-self: flex-end; padding: 4px 9px; border-radius: 99px; color: var(--forest); background: #e9f1e7; font-size: .67rem; }
.project-banner { padding: 85px 0; color: white; background: var(--forest); }
.project-banner .wrap { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.gallery-note { max-width: 750px; margin-bottom: 34px; color: var(--muted); font-size: .88rem; }
.archive-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 28px; border: 1px solid rgba(24,55,44,.14); border-radius: var(--radius); background: linear-gradient(135deg, rgba(238,229,209,.7), rgba(255,255,255,.72)); }
.archive-banner h2 { margin: 6px 0 5px; font: 500 1.8rem/1.05 Georgia, serif; color: var(--forest-dark); }
.archive-banner p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .92rem; }
@media (max-width: 620px) { .archive-banner { align-items: flex-start; flex-direction: column; padding: 21px; } }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery-item { grid-column: span 4; margin: 0; }
.gallery-item.wide { grid-column: span 7; }
.gallery-item.medium { grid-column: span 5; }
.gallery-image { min-height: 370px; border-radius: var(--radius-md); background-image: linear-gradient(135deg, rgba(15,90,67,.16), rgba(184,94,62,.08)), url('../images/hero-panorama.png'); background-size: cover; background-blend-mode: soft-light, normal; transition: transform .35s var(--ease), filter .35s var(--ease); }
.gallery-item:nth-child(2) .gallery-image { background-position: 84% 73%; }
.gallery-item:nth-child(3) .gallery-image { background-position: 60% 62%; }
.gallery-item:nth-child(4) .gallery-image { background-position: 100% 45%; }
.gallery-item:nth-child(5) .gallery-image { background-position: 35% 40%; }
.gallery-item:nth-child(6) .gallery-image { background-position: 72% 20%; }
.gallery-item { overflow: hidden; }
.gallery-item:hover .gallery-image { filter: saturate(1.08) contrast(1.03); transform: scale(1.025); }
.gallery-item figcaption { padding: 12px 2px 24px; display: flex; gap: 12px; font: 500 1.08rem Georgia, serif; }
.gallery-item figcaption span { color: var(--terracotta); font: 800 .68rem sans-serif; }

/* Facebook update archive */
.update-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.update-card { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; border: 1px solid rgba(24,55,44,.12); border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: 0 12px 28px rgba(24,55,44,.07); transition: transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease); }
.update-card:hover { transform: translateY(-5px); border-color: rgba(196,101,48,.38); box-shadow: 0 18px 36px rgba(24,55,44,.13); }
.update-card-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--forest); }
.update-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s var(--ease), filter .35s var(--ease); }
.update-card:hover .update-card-media img { transform: scale(1.035); filter: saturate(1.06); }
.update-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.update-card-meta, .update-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--terracotta); font: 800 .68rem/1.4 sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.update-card h2 { margin: 10px 0 9px; font: 500 1.45rem/1.08 Georgia, serif; color: var(--forest-dark); }
.update-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.update-card .text-link { margin-top: auto; padding-top: 18px; }
.update-archive-note { max-width: 760px; margin: -12px 0 30px; color: var(--muted); }
.update-detail { padding-top: 76px; }
.update-detail-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 42px; align-items: end; margin-bottom: 34px; }
.update-detail-head h1 { margin: 10px 0 16px; font: 500 clamp(2.6rem, 5vw, 4.9rem)/.98 Georgia, serif; letter-spacing: -.045em; color: var(--forest-dark); }
.update-detail-purpose { max-width: 640px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.update-source-card { padding: 22px; border-radius: var(--radius); background: var(--ivory); border: 1px solid rgba(24,55,44,.1); }
.update-source-card strong { display: block; margin-bottom: 7px; color: var(--forest-dark); }
.update-source-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.update-source-card a { display: inline-block; margin-top: 11px; color: var(--terracotta); font-weight: 800; }
.update-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.update-photo { overflow: hidden; margin: 0; border-radius: var(--radius-sm); background: #ddd; box-shadow: 0 10px 24px rgba(24,55,44,.1); }
.update-photo img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; transition: transform .3s var(--ease), filter .3s var(--ease); }
.update-photo:hover img { transform: scale(1.03); filter: saturate(1.05); }
.update-other { margin-top: 64px; padding-top: 42px; border-top: 1px solid rgba(24,55,44,.15); }
.update-other h2 { margin: 0 0 22px; font: 500 2rem Georgia, serif; color: var(--forest-dark); }
.update-other .update-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) {
  .update-grid, .update-other .update-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .update-detail-head { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 620px) {
  .update-grid, .update-other .update-grid, .update-photo-grid { grid-template-columns: 1fr; }
  .update-card-body { padding: 17px; }
  .update-detail { padding-top: 48px; }
}
.contact-row { padding: 17px 0; display: grid; grid-template-columns: 80px 1fr; gap: 18px; border-bottom: 1px solid var(--sand); }
.contact-row span { color: var(--terracotta); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-row p { margin: 0; }
.contact-form { padding: 40px; border-radius: 8px; background: var(--ivory); }
.contact-form h2 { margin-bottom: 26px; }
.contact-form label { margin-bottom: 16px; display: grid; gap: 7px; color: #294a3d; font-size: .78rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #d7cdbb; border-radius: 4px; color: var(--ink); background: white; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(15,90,67,.1); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-status { color: var(--forest); font-size: .82rem; }
.map-frame { margin-top: 65px; }
.map-frame iframe { width: 100%; height: 420px; border: 0; border-radius: 8px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes riseIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes heroDrift { from { transform: scale(1.01); } to { transform: scale(1.055) translate3d(-.6%, -.4%, 0); } }

.site-footer { padding: 75px 0 23px; color: rgba(255,255,255,.77); background: #062f27; }
.site-footer .brand { padding: 8px 10px; border-radius: 6px; background: white; }
.site-footer .brand-logo { width: min(240px, 100%); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .9fr 1.35fr; gap: 55px; }
.footer-grid h3 { margin: 0 0 18px; color: white; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 7px 0; font-size: .87rem; }
.footer-grid p { font-size: .85rem; }
.footer-grid > div:first-child p { max-width: 365px; margin-top: 26px; }
.footer-bottom { margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); font-size: .72rem; }

@media (max-width: 1020px) {
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); max-height: calc(100vh - 120px); padding: 14px; overflow-y: auto; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--sand); border-radius: 0 0 var(--radius-md) var(--radius-md); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-toggle { width: 100%; padding: 13px; text-align: left; }
  .nav-dropdown { min-width: 0; position: static; padding: 4px 8px 8px 20px; display: none; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-group.open .nav-dropdown { display: grid; }
  .main-nav .donate-nav { margin: 7px 0 0; text-align: center; }
  .home-hero::before { background-position: 58% center; }
  .page-hero::before { background-position: 68% center; }
  .intro-grid, .story-grid, .leadership-grid, .contact-grid, .vision-grid { grid-template-columns: 1fr; gap: 48px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .trustee-grid, .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid.four { grid-template-columns: repeat(2, 1fr); }
  .quote-card { position: static; }
  .callout-inner, .project-banner .wrap { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .gallery-item, .gallery-item.wide, .gallery-item.medium { grid-column: span 6; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .utility-inner { padding: 7px 0; }
  .utility-inner > span, .utility-links a:last-child { display: none; }
  .nav-shell { min-height: 68px; }
  .brand-logo { width: 190px; }
  .main-nav { left: 14px; right: 14px; }
  .home-hero { min-height: 720px; }
  .home-hero::before { background: linear-gradient(90deg, rgba(6,45,36,.9), rgba(6,45,36,.68) 68%, rgba(6,45,36,.32)), url('../images/hero-panorama.png') 56% center/cover no-repeat; }
  .hero-content { padding: 88px 0 34px; }
  .hero-content h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }
  .hero-content > p:not(.eyebrow) { font-size: 1rem; }
  .hero-actions, .callout-actions { width: 100%; flex-direction: column; }
  .hero-actions .button, .callout-actions .button { width: 100%; }
  .hero-stats { padding-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-stats span { min-width: 0; padding: 3px 9px; font-size: .57rem; letter-spacing: .05em; }
  .hero-stats strong { font-size: 1.12rem; }
  h2 { font-size: 2.5rem; }
  .pillar-card { min-height: 310px; padding: 28px; }
  .pillar-card h3 { margin-top: 70px; font-size: 1.8rem; }
  .visual-story { padding-inline: 0; }
  .visual-card { min-height: 600px; width: 100%; padding: 28px; border-radius: 0; background-position: 69% center; }
  .project-preview > div { grid-template-columns: 40px 1fr; gap: 14px; }
  .project-preview p { grid-column: 2; }
  .page-hero { padding: 80px 0 72px; }
  .page-hero::before { background: linear-gradient(90deg, rgba(6,45,36,.98), rgba(6,45,36,.78)), url('../images/hero-panorama.png') 68% center/cover; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .page-hero .summary { font-size: 1rem; }
  .side-card, .quote-card, .contact-form { padding: 29px; }
  .stats-grid, .trustee-grid, .projects-grid, .accordion-grid, .feature-grid, .feature-grid.four, .feature-grid.three, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid div { min-height: 130px; }
  .vision-panel { min-height: 490px; padding: 31px; }
  .value-item { grid-template-columns: 36px 1fr; gap: 10px; }
  .value-item p { grid-column: 2; }
  .gallery-grid { display: block; }
  .gallery-image { min-height: 320px; }
  .form-two { grid-template-columns: 1fr; gap: 0; }
  .contact-row { grid-template-columns: 1fr; gap: 4px; }
  .map-frame iframe { height: 340px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
