:root {
  --ink: #072b3f;
  --blue: #0b6f86;
  --bright: #18a5b8;
  --sun: #f4c430;
  --paper: #f7f4ea;
  --white: #fff;
  --line: rgba(7,43,63,.18);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--sun); color: var(--ink); padding: .7rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; max-width: 1360px; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 2rem; color: white; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo-wrap { position: relative; display: block; flex: 0 0 auto; width: 15.6rem; height: 6.15rem; overflow: hidden; border-radius: .3rem; background: white; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.brand-logo-wrap img { position: absolute; width: 17rem; max-width: none; left: -.7rem; top: -1.35rem; }
nav { display: flex; align-items: center; gap: 1.6rem; }
nav a { color: white; text-decoration: none; font-size: .9rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-underline-offset: .3rem; }
.nav-donate { border: 1px solid white; padding: .65rem 1rem; }
.nav-toggle { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.7); padding: .55rem .8rem; font: inherit; font-weight: 800; }
.hero { position: relative; min-height: 720px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.84) contrast(1.04); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,47,.92) 0%, rgba(7,31,47,.68) 45%, rgba(7,31,47,.18) 78%), linear-gradient(0deg, rgba(7,31,47,.72) 0%, transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(980px, 100%); padding: 8rem max(2rem, calc((100vw - var(--max))/2)) 3.8rem; }
.eyebrow { margin: 0 0 1.2rem; color: var(--sun); font-weight: 850; letter-spacing: .11em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.2rem; font-size: clamp(3.5rem, 6.5vw, 6.2rem); line-height: .89; letter-spacing: -.068em; font-weight: 900; }
h1 em { color: var(--sun); font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 620px; margin-bottom: 2rem; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 3.25rem; padding: .8rem 1.15rem; text-decoration: none; font-weight: 850; border: 2px solid transparent; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.button-primary { background: var(--sun); color: var(--ink); }
.button-light { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.8); color: white; backdrop-filter: blur(8px); }
.button-dark { background: var(--ink); color: white; }
.hero-note { position: absolute; z-index: 3; right: max(2rem, calc((100vw - var(--max))/2)); bottom: 3.8rem; padding: 1rem 1.2rem; border-left: 4px solid var(--sun); background: rgba(7,43,63,.82); backdrop-filter: blur(12px); }
.hero-note span { display: block; opacity: .74; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.hero-note strong { font-size: 1.05rem; }
.section { padding: 7rem max(2rem, calc((100vw - var(--max))/2)); }
.section-label { display: flex; align-items: center; gap: .7rem; margin-bottom: 4rem; color: var(--blue); text-transform: uppercase; letter-spacing: .11em; font-size: .75rem; font-weight: 900; }
.section-label span { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid currentColor; border-radius: 50%; }
.section-label.light { color: #8cd5dd; }
.mission-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6rem; }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; letter-spacing: -.052em; }
.mission-grid .lead { font-size: 1.3rem; line-height: 1.55; font-weight: 650; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article { min-height: 250px; padding: 2rem 2rem 2rem 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 2rem; }
.principles article:last-child { border-right: 0; }
.principles span { color: var(--blue); font-weight: 900; }
.principles h3 { margin: 2.5rem 0 .7rem; font-size: 1.35rem; }
.principles p { max-width: 17rem; margin: 0; }
.work { color: white; background: var(--ink); }
.work-intro { display: grid; grid-template-columns: .35fr 1.05fr .6fr; gap: 2rem; align-items: start; }
.work-intro h2 { margin-bottom: 0; }
.work-intro > p:last-child { padding-top: .6rem; color: #cae1e7; }
.work-photo { display: grid; grid-template-columns: 1fr 270px; gap: 1.5rem; align-items: end; margin: 5rem 0; }
.work-photo img { width: 100%; height: 520px; object-fit: cover; }
.work-photo p { margin: 0; color: #cae1e7; }
.work-photo p span { display: block; color: var(--sun); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; margin-bottom: .5rem; }
.history { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.history article { padding: 2rem 1.5rem 1rem 0; }
.history strong { display: block; color: var(--sun); font-size: 2.2rem; letter-spacing: -.04em; }
.history h3 { margin: .3rem 0 .5rem; font-size: 1.05rem; }
.history p { color: #cae1e7; font-size: .93rem; }
.source-note { margin: 2.5rem 0 0; color: #98bbc3; font-size: .78rem; }
.source-note a { text-underline-offset: .2rem; }
.volunteer { background: var(--sun); }
.volunteer .section-label { color: var(--ink); }
.volunteer-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; }
.eyebrow.dark { color: var(--ink); opacity: .7; }
.volunteer-copy p:not(.eyebrow) { font-size: 1.1rem; max-width: 32rem; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(7,43,63,.45); }
.steps li > span { display: grid; place-items: center; align-self: start; width: 2.2rem; height: 2.2rem; border: 1px solid var(--ink); border-radius: 50%; font-weight: 900; }
.steps h3 { margin: 0 0 .25rem; font-size: 1.2rem; }
.steps p { margin: 0; }
.team-heading { display: grid; grid-template-columns: 1fr 360px; gap: 5rem; align-items: end; }
.team-heading h2 { margin-bottom: 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4rem; }
.leader { display: flex; gap: 1.2rem; align-items: center; min-height: 160px; padding: 1.4rem; border: 1px solid var(--line); background: white; }
.leader.featured { grid-column: 1 / -1; min-height: 280px; align-items: flex-start; padding: 2rem; }
.initials { flex: 0 0 auto; display: grid; place-items: center; width: 4.5rem; height: 4.5rem; border-radius: 50%; color: white; background: var(--blue); font-weight: 900; letter-spacing: .04em; }
.featured .initials { width: 7.5rem; height: 7.5rem; font-size: 1.5rem; background: var(--ink); }
.featured > div:last-child { max-width: 700px; }
.role { margin-bottom: .2rem; color: var(--blue); text-transform: uppercase; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.leader h3 { margin-bottom: .45rem; font-size: 1.25rem; }
.leader a { font-weight: 850; text-underline-offset: .25rem; }
.support { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; color: white; background: var(--blue); overflow: hidden; }
.support-copy { padding: 7rem max(2rem, calc((100vw - var(--max))/2)); padding-right: 4rem; }
.support-copy h2 { max-width: 650px; }
.support-copy > p:not(.eyebrow) { max-width: 520px; font-size: 1.15rem; }
.support-pattern { display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 3rem 0; transform: rotate(-6deg) scale(1.08); background: var(--ink); }
.support-pattern span { color: transparent; -webkit-text-stroke: 2px var(--sun); font-weight: 950; font-size: clamp(4rem, 8vw, 8.5rem); line-height: .85; letter-spacing: -.05em; white-space: nowrap; }
.follow { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.social-links { border-top: 1px solid var(--line); }
.social-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.social-links a:hover strong { color: var(--blue); }
.social-links span { color: #5f7885; }
footer { padding: 4rem max(2rem, calc((100vw - var(--max))/2)); color: white; background: #041d2b; }
.footer-brand { width: max-content; }
footer > p { margin: 3rem 0; color: #a9c5cc; font-size: 1.2rem; }
footer > div { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); color: #82a8b1; font-size: .8rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }
@media (max-width: 900px) {
  .site-header { padding: 1.2rem; }
  .brand-logo-wrap { width: 13rem; height: 5.05rem; }
  .brand-logo-wrap img { width: 14rem; left: -.55rem; top: -1.12rem; }
  .nav-toggle { display: block; }
  nav { display: none; position: absolute; top: 5rem; left: 1rem; right: 1rem; align-items: stretch; flex-direction: column; gap: 0; padding: .7rem; color: var(--ink); background: white; box-shadow: 0 15px 50px rgba(0,0,0,.25); }
  nav.open { display: flex; }
  nav a { color: var(--ink); padding: .8rem; }
  .hero { min-height: 780px; }
  .hero-content { padding: 8rem 1.3rem 9rem; }
  .hero-note { left: 1.3rem; right: auto; bottom: 2rem; }
  .section { padding: 5rem 1.3rem; }
  .mission-grid, .volunteer-grid, .team-heading, .follow { grid-template-columns: 1fr; gap: 2rem; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: 0; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin-top: .7rem; }
  .work-intro { grid-template-columns: 1fr; }
  .work-photo { grid-template-columns: 1fr; }
  .work-photo img { height: 390px; }
  .history { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .leader.featured { grid-column: auto; }
  .support { grid-template-columns: 1fr; }
  .support-copy { padding: 5rem 1.3rem; }
  .support-pattern { min-height: 340px; }
}
@media (max-width: 560px) {
  h1 { font-size: 3.55rem; }
  h2 { font-size: 2.7rem; }
  .hero-actions .button { width: 100%; }
  .history { grid-template-columns: 1fr; }
  .work-photo img { height: 300px; }
  .featured { flex-direction: column; }
  footer > div { flex-direction: column; }
}
