/* Editorial layouts, quiet texture, and scroll-linked depth. */
:root { --ease-out: cubic-bezier(.22,1,.36,1); --paper-warm: #f7f3e9; }
html { scroll-padding-top: 90px; }
body { overflow-x: clip; }
svg { display: block; }
svg use { fill: currentColor; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 6px; }
.button, .nav-donate { border-radius: 5px 19px 5px 19px; }
.button { position: relative; transition: transform .45s var(--ease-out), border-radius .45s var(--ease-out), background .3s; }
.button > span { display: inline-block; transition: transform .45s var(--ease-out); }
.button:hover { border-radius: 19px 5px 19px 5px; transform: translateY(-3px); }
.button:hover > span { transform: translate(3px,-3px); }
.brand-copy { padding-left: 17px; gap: 5px; }
.brand-name { font-size: 1.02rem; letter-spacing: -.025em; text-transform: none; }
.brand-descriptor { font-size: .57rem; letter-spacing: .32em; }
.hero-note { right: max(52px, calc((100vw - 1380px) / 2)); bottom: 125px; width: 248px; padding: 25px 25px 24px; border-radius: 2px; background: var(--paper-warm); box-shadow: 10px 13px 0 rgba(0,0,0,.13); --rest-angle: 5deg; }
.hero-note::before { content: ''; position: absolute; width: 66px; height: 25px; top: -12px; left: 90px; background: rgba(219,224,194,.7); transform: rotate(-9deg); }
.hero-note strong { font-size: 1.7rem; line-height: 1.04; font-style: italic; }
.hero-note > span { margin-top: 10px; font-size: .65rem; }
.note-star { position: absolute; top: 27px; right: 22px; width: 43px; height: 43px; color: var(--coral); transform: rotate(8deg); }
.note-loop { position: absolute; inset: -13% -12%; width: 124%; height: 126%; color: var(--lime); pointer-events: none; }
.hero-meta { max-width: 780px; }
.hero-simple, .hero-simple .hero-copy { min-height: clamp(620px,78svh,840px); }
.hero-simple .hero-copy { padding-block: 125px 100px; justify-content: center; }
.hero-simple h1 { max-width: 900px; font-size: clamp(5rem,7.9vw,8.9rem); line-height: .93; letter-spacing: -.055em; }
.hero-simple .hero-lede { max-width: 540px; font-size: clamp(1.05rem,1.3vw,1.22rem); margin-top: 30px; }
.hero-simple .hero-actions { margin-top: 32px; }
.hero-simple .hero-image img { object-position: center 42%; }
.hero-simple .hero-visual::before { background: linear-gradient(90deg,rgba(0,0,0,.77),rgba(0,0,0,.68) 42%,rgba(0,0,0,.6) 55%,rgba(0,0,0,.12) 90%),linear-gradient(0deg,rgba(0,0,0,.25),transparent 60%); }
.purpose-ribbon { position: relative; z-index: 5; margin: 0; padding-block: 30px; }

/* The strokes are deliberately slightly uneven; text itself only fades. */
.ink-line { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.ink-line path { vector-effect: non-scaling-stroke; }
html[data-motion=on] [data-draw] path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.7s var(--ease-out); }
html[data-motion=on] [data-draw].is-drawn path { stroke-dashoffset: 0; }
[data-float] { transform: rotate(var(--rest-angle, 0deg)); }
html[data-motion=on] [data-float] { animation: paper-float var(--float-duration, 7s) ease-in-out infinite; animation-play-state: paused; }
html[data-motion=on] [data-float].in-view { animation-play-state: running; }
@keyframes paper-float { 0%,100% { transform: translateY(0) rotate(var(--rest-angle, 0deg)); } 50% { transform: translateY(-11px) rotate(calc(var(--rest-angle, 0deg) + 1.2deg)); } }
.handwritten { font: italic 400 1.7rem/1.2 var(--serif); letter-spacing: -.025em; }

.intro-section { position: relative; padding-top: 150px; padding-bottom: 165px; background: var(--paper-warm); }
.intro-section::before, .involvement-section::before { content: ''; position: absolute; inset: 0; background: url('paper-grain.svg'); opacity: .065; pointer-events: none; }
.intro-grid { position: relative; grid-template-columns: minmax(0,1.04fr) minmax(0,1fr); grid-template-rows: auto 1fr; gap: 36px 9%; align-items: start; }
.intro-collage { position: relative; grid-column: 1; grid-row: 1 / 3; min-height: 645px; margin: 15px 0 0 14px; }
.intro-heading { grid-column: 2; padding-top: 36px; }
.intro-heading .display-heading { font-size: clamp(3.2rem,4.6vw,5.5rem); line-height: 1.03; }
.intro-heading .display-heading em { color: var(--ink); }
.intro-grid .lead-prose { grid-column: 2; font-size: 1rem; line-height: 1.85; }
.marked-words { position: relative; white-space: nowrap; font-style: italic; }
.marked-words svg { position: absolute; left: -10%; bottom: -12%; width: 120%; height: 119%; color: var(--coral); }
.photo-print { position: absolute; margin: 0; padding: 0; color: var(--ink); background: var(--paper-warm); }
.photo-print-main { top: 0; left: 6%; width: 87%; --rest-angle: -4deg; --float-duration: 8s; }
.photo-print-detail { width: 56%; left: -4%; bottom: 4%; z-index: 2; --rest-angle: 7deg; --float-duration: 9.5s; }
.photo-crop { overflow: hidden; }
.photo-print-main .photo-crop { height: 425px; }
.photo-print-detail .photo-crop { height: 184px; }
.photo-print img { width: 100%; height: 100%; object-fit: cover; }
.photo-print-main img { object-position: 39% 50%; }
.photo-print figcaption { margin-top: 14px; font-size: .72rem; letter-spacing: .03em; }
.photo-print-detail figcaption { font-size: .95rem; }
.collage-stamp { position: absolute; z-index: 3; top: -42px; right: -1%; width: 138px; height: 138px; display: grid; align-content: center; justify-items: center; gap: 6px; color: var(--ink); background: var(--coral); clip-path: polygon(50% 0,60% 5%,71% 4%,78% 13%,88% 18%,90% 30%,98% 39%,95% 50%,100% 61%,92% 69%,88% 81%,77% 85%,70% 95%,58% 95%,48% 100%,38% 94%,26% 95%,20% 85%,10% 79%,10% 66%,2% 58%,5% 47%,0 36%,9% 28%,13% 16%,25% 13%,33% 4%,43% 5%); --rest-angle: 11deg; --float-duration: 10s; }
.collage-stamp svg { width: 49px; height: 49px; }
.collage-stamp span { font-size: .58rem; font-weight: 800; line-height: 1.4; text-align: center; letter-spacing: .1em; text-transform: uppercase; }
.collage-trail { position: absolute; right: -4%; bottom: 11%; width: 40%; height: 180px; color: var(--ink); transform: rotate(-9deg); }
.collage-image-note { position: absolute; bottom: 0; right: 5%; margin: 0; color: #667269; font-size: .57rem; letter-spacing: .05em; text-transform: uppercase; }
.today-tomorrow-grid { position: relative; margin-top: 90px; grid-template-columns: .88fr 1.12fr; gap: 6%; align-items: start; }
.moment-card { min-height: 342px; padding: 94px 40px 36px; border-radius: 2px 42px 2px 2px; }
.moment-card::before { display: none; }
.moment-card-today { box-shadow: none; }
.moment-card-tomorrow { margin-top: 55px; border-radius: 2px; }
.moment-label { top: 28px; left: 40px; }
.moment-icon { position: absolute; width: 57px; height: 57px; top: 24px; right: 29px; }
.moment-card h3 { font-size: clamp(2.3rem,3.2vw,3.6rem); }
.moment-card p { font-size: .94rem; }

.involvement-section { position: relative; background: #e9e6dc; padding-bottom: 160px; overflow: clip; }
.involvement-section > .container { position: relative; }
.involvement-section .section-heading-row { grid-template-columns: 1.2fr .8fr; }
.involvement-section .section-heading-row > p { max-width: 355px; margin-left: auto; }
.involvement-grid { gap: 34px; padding: 0 14px; align-items: start; perspective: 1400px; }
.action-card { position: relative; isolation: isolate; min-height: 470px; padding: 30px 34px; border-radius: 3px 44px 3px 3px; border: 1px solid rgba(16,39,35,.13); box-shadow: 5px 7px 0 rgba(16,39,35,.1); transform: rotate(var(--card-angle,0deg)); transition: opacity .7s ease, transform .65s var(--ease-out), box-shadow .65s var(--ease-out), border-radius .65s var(--ease-out); }
.action-card-lime { --card-angle: -.5deg; margin-top: 30px; }
.action-card-coral { --card-angle: .5deg; margin-top: 70px; border-radius: 40px 3px 3px 3px; }
.action-card-sky { --card-angle: -.3deg; }
.action-card::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: 0; background: radial-gradient(circle at var(--pointer-x,50%) var(--pointer-y,35%),rgba(255,255,255,.38),transparent 70%); border-radius: inherit; transition: opacity .4s; }
.action-card::after { content: ''; position: absolute; top: 33px; right: 31px; width: 14px; height: 14px; border-top: 3px solid currentColor; border-right: 3px solid currentColor; transition: transform .5s var(--ease-out); }
.action-number { font-size: .68rem; opacity: .6; }
.action-icon { position: relative; width: 112px; height: 112px; margin: 33px 0 34px; border: 0; border-radius: 0; transition: transform .7s var(--ease-out); }
.action-icon svg { width: 100%; height: 100%; }
.action-card h3 { font-size: clamp(2.6rem,3.8vw,4.2rem); }
.action-card p { font-size: .94rem; max-width: 300px; }
.action-card .card-link { border-bottom: 0; padding: 5px 0; }
.card-scribble { position: absolute; bottom: 16px; left: 24px; width: calc(100% - 48px); height: 36px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; pointer-events: none; }
.card-scribble path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset .7s var(--ease-out); vector-effect: non-scaling-stroke; }
.action-card:hover, .action-card:focus-visible { transform: perspective(1100px) translateY(-13px) rotate(-.5deg) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); box-shadow: 10px 17px 0 rgba(16,39,35,.15),0 25px 35px rgba(16,39,35,.12); }
.action-card:hover::before { opacity: 1; }
.action-card:hover::after { transform: translate(4px,-4px); }
.action-card:hover .action-icon, .action-card:focus-visible .action-icon { transform: rotate(-8deg) scale(1.09); }
.action-card:hover .card-scribble path, .action-card:focus-visible .card-scribble path { stroke-dashoffset: 0; }

.programmes-section { position: relative; padding-bottom: 140px; background: #122622; }
.programmes-heading { grid-template-columns: 1.1fr .7fr; }
.programme-grid { gap: 23px; border: 0; align-items: start; }
.programme-card { min-height: 407px; padding: 26px; border: 1px solid rgba(255,255,255,.23); border-radius: 2px; transition: opacity .7s, color .5s, background .5s, transform .6s var(--ease-out), border-radius .6s var(--ease-out); }
.programme-card:nth-child(even) { margin-top: 43px; }
.programme-card::before { display: none; }
.programme-icon { width: 84px; height: 84px; margin: 42px 0 36px; color: var(--programme-accent); transition: transform .6s var(--ease-out),color .4s; }
.programme-packs { --programme-accent: var(--lime); }
.programme-cares { --programme-accent: var(--coral); }
.programme-inspires { --programme-accent: var(--sky); }
.programme-builds { --programme-accent: var(--sun); }
.programme-card h3 { margin-top: 0; font-size: clamp(2rem,2.5vw,3rem); }
.programme-card p { font-size: .86rem; }
.programme-arrow { width: 30px; height: 30px; top: 20px; right: 20px; border: 0; font-size: 1.45rem; transition: transform .4s var(--ease-out); }
.programme-card:hover, .programme-card:focus-visible { background: var(--programme-accent); color: var(--ink); transform: translateY(-8px) rotate(-1.3deg); border-radius: 30px 3px 3px 3px; }
.programme-card:hover .programme-icon, .programme-card:focus-visible .programme-icon { color: var(--ink); transform: rotate(7deg) scale(1.06); }
.programme-card:focus-visible p { color: var(--ink); }
.programme-card:hover .programme-arrow { transform: translate(3px,-3px); }

.story-split { position: relative; gap: 7%; padding: 110px max(32px,calc((100vw - 1380px)/2)) 120px; grid-template-columns: 1.05fr 1fr; background: var(--paper-warm); overflow: clip; }
.story-image { min-height: 650px; transform: none; border: 0; box-shadow: none; }
.story-image > img { position: absolute; inset: -4% 0; width: 100%; height: 108%; }
.story-image .concept-label { right: 9px; bottom: 9px; max-width: calc(100% - 18px); font-size: .53rem; border-radius: 2px; }
.story-copy { position: relative; padding: 45px 0 15px; }
.story-copy .display-heading { font-size: clamp(2.8rem,3.6vw,4.3rem); line-height: 1.04; }
.story-copy blockquote { font-size: 1.6rem; border-color: var(--coral); padding-block: 10px; }
.story-copy > .button { align-self: start; }
.story-note { position: absolute; top: -35px; left: -90px; z-index: 3; padding: 17px 24px; color: var(--ink); background: var(--lime); --rest-angle: 4deg; --float-duration: 8.6s; }
.story-trail { position: absolute; width: 120px; height: 95px; left: -130px; top: 21px; color: var(--coral); }
.projects-preview { padding-top: 90px; padding-bottom: 155px; background: var(--paper-warm); }
.project-preview-grid { gap: 36px; align-items: start; }
.project-card { position: relative; border: 0; border-radius: 2px; background: transparent; overflow: visible; box-shadow: none; transition: opacity .7s,transform .7s var(--ease-out); }
.project-card:nth-child(2) { margin-top: 80px; }
.project-card:nth-child(3) { margin-top: 30px; }
.project-card-image { height: 290px; border-radius: 2px 70px 2px 2px; transform: rotate(-1.3deg); transition: border-radius .7s var(--ease-out),transform .7s var(--ease-out),box-shadow .7s var(--ease-out); }
.project-card:nth-child(2) .project-card-image { height: 330px; border-radius: 65px 2px 2px 2px; transform: rotate(1.7deg); }
.project-card:nth-child(3) .project-card-image { transform: rotate(-2deg); }
.project-card-image img { transition: transform 1s var(--ease-out),filter .7s; }
.project-card-body { padding: 29px 8px 0; }
.project-card h3 { min-height: 0; margin-top: 24px; font-size: clamp(2rem,2.5vw,2.8rem); }
.project-card h3 a { text-decoration: none; }
.project-card h3 a::after { content: ''; position: absolute; inset: 0; z-index: 2; }
.project-card h3 a:focus-visible { outline-offset: 8px; }
.project-card-body > p { min-height: 0; font-size: .93rem; }
.project-card:hover, .project-card:focus-within { transform: translateY(-6px); box-shadow: none; }
.project-card:hover .project-card-image, .project-card:focus-within .project-card-image { transform: rotate(0); border-radius: 2px; box-shadow: 9px 11px 0 var(--lime); }
.project-card:hover .project-card-image img, .project-card:focus-within .project-card-image img { transform: scale(1.075); }
.closing-cta-inner::after { display: none; }
.closing-cta { position: relative; }
.closing-cta h2 { max-width: 1050px; }
.closing-spark { position: absolute; right: 0; top: 12%; width: 160px; height: 160px; color: var(--coral); --rest-angle: 12deg; --float-duration: 9s; }
.closing-cta h2 { max-width: 1050px; }

/* Carry the same graphic vocabulary through the inner pages. */
.page-hero-image { min-height: 540px; border-radius: 3px 70px 3px 3px; transform: none; box-shadow: none; }
.page-hero-image > img { position: absolute; inset: -4% 0; }
.page-hero-grid > * { min-width: 0; }
.about-page .page-hero h1 { font-size: clamp(3rem,5.15vw,6rem); line-height: .98; }
.team-card { border-radius: 3px 30px 3px 3px; transition: opacity .7s,box-shadow .45s var(--ease-out),transform .45s var(--ease-out); }
.team-card:nth-child(3n+2) { border-radius: 30px 3px 3px 3px; }
.team-initials { border-radius: 2px; }
.team-card:hover { transform: translateY(-5px) rotate(-.6deg); box-shadow: 6px 8px 0 var(--lime); }
.programme-detail { position: relative; border-radius: 2px 50px 2px 2px; }
.programme-detail:nth-child(even) { border-radius: 50px 2px 2px 2px; }
.programme-detail { grid-template-columns: minmax(0,.65fr) minmax(0,.8fr); }
.detail-icon { position: absolute; width: 69px; height: 69px; top: 35px; left: calc(50% - 90px); }
.give-card { border-radius: 3px 40px 3px 3px; transform: rotate(2deg); box-shadow: 10px 12px 0 rgba(16,39,35,.15); }
.giving-option { border-radius: 2px 45px 2px 2px; }
.giving-icon { width: 65px; height: 65px; border: 0; }
.giving-icon svg { width: 100%; height: 100%; }
.contact-form { border-radius: 3px 40px 3px 3px; box-shadow: 9px 11px 0 rgba(16,39,35,.17); }
.offices-grid article { border-radius: 2px 45px 2px 2px; }
.footer-brand-copy strong { font-size: 1.02rem; }
.footer-updates-copy { margin: 0 0 18px; color: rgba(255,255,255,.65); font-size: .86rem; }
.footer-updates-link { color: var(--lime); font-size: .83rem; font-weight: 800; text-underline-offset: 7px; }
.contact-float-button { border-radius: 50%; }

/* Individual translate keeps scroll depth separate from hover transforms. */
[data-parallax] { translate: 0 var(--parallax-y, 0px); }
[data-parallax-media] { overflow: hidden; }
.hero-simple .hero-visual { background: #102723 url('video/up-introduction-poster.webp') center / cover no-repeat; }
.hero-video { position: absolute; inset: -40px 0; width: 100%; height: calc(100% + 80px); object-fit: cover; object-position: center; translate: 0 var(--media-shift, 0px); }
.photo-crop, .project-card-image { position: relative; }
.photo-crop > img, .project-card-image > img { position: absolute; top: -36px; left: 0; width: 100%; height: calc(100% + 72px); object-fit: cover; translate: 0 var(--media-shift, 0px); }
.rise-pathway { padding: clamp(54px,6vw,92px) 0; color: #fff; background: #873d2e; }
.rise-pathway-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 6%; }
.rise-pathway article { display: grid; grid-template-columns: 42px minmax(0,1fr); column-gap: 24px; align-items: start; }
.rise-pathway article + article { border-left: 1px solid rgba(255,255,255,.28); padding-left: 12%; }
.pathway-symbol { width: 42px; height: 42px; margin-top: 10px; color: #fff; }
.rise-pathway h2 { margin: 0 0 23px; color: #fff; font: 400 clamp(2.8rem,4.2vw,4.75rem)/1.04 var(--serif); letter-spacing: -.04em; }
.rise-pathway p { max-width: 43ch; margin: 0; color: #fff; font-size: clamp(1.0625rem,1.2vw,1.1875rem); line-height: 1.8; }
.rise-pathway strong { font-weight: 800; }
.rise-purpose { background: var(--paper-warm); padding-block: 60px 120px; }
.rise-purpose-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.rise-purpose h2 { font: 400 clamp(4.5rem,8vw,9rem)/.9 var(--serif); margin: 0; letter-spacing: -.055em; }
.rise-purpose .prose { font-size: 1.07rem; }
.mission-heading { max-width: 980px; margin-bottom: 54px; }
.mission-heading h2 { font-size: clamp(2.7rem,4.5vw,5.2rem); line-height: 1.08; }
.mission-copy { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7%; margin-bottom: 70px; color: rgba(255,255,255,.75); font-size: 1rem; line-height: 1.85; }
.mission-copy p { margin: 0; }
.mission-copy strong { color: var(--white); }
.home-page .programme-card { min-height: 300px; }
.home-page .action-card { min-height: 415px; }
.home-page .intro-section { padding-bottom: 95px; }
.home-page .programme-icon { margin-bottom: 28px; }
.home-page .programme-card h3 { font: 800 clamp(1.25rem,1.8vw,1.7rem)/1.1 var(--sans); letter-spacing: -.04em; }
.brief-copy { line-height: 1.8; }
.brief-copy p + p { margin-top: 1.2em; }
.programme-long-copy { line-height: 1.8; }
.programme-long-copy li { margin-bottom: .5em; }
.programme-long-copy summary, .team-bio summary { cursor: pointer; font-weight: 700; text-underline-offset: 5px; }
.programme-long-copy summary { border-top: 1px solid rgba(16,39,35,.25); padding-top: 18px; font-size: .85rem; }
.programme-long-copy[open] summary { margin-bottom: 28px; }
.programme-long-copy summary:focus-visible, .team-bio summary:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.programme-title { font-size: .77rem; letter-spacing: .04em; }
.programme-intro { font-size: 1.15rem; line-height: 1.65; }
.team-bio { font-size: .86rem; color: var(--ink-soft); }
.team-grid { align-items: start; }
.about-page .rise-statement-inner p { font-size: clamp(1.7rem,3vw,2.6rem); line-height: 1.3; }
.team-bio[open] summary { margin-bottom: 18px; }
.team-bio { margin-top: 16px; }
.footer-rise { margin: 26px 0 18px; font: italic 400 2.5rem/1 var(--serif); color: var(--white); }
.footer-grid .button { display: inline-flex; margin-top: 18px; }

html[data-motion=off] [data-parallax], html[data-motion=off] .hero-video,
html[data-motion=off] .photo-crop > img, html[data-motion=off] .project-card-image > img { translate: none; }
@media (max-width: 820px) {
  .rise-pathway-grid, .rise-purpose-grid, .mission-copy { grid-template-columns: 1fr; gap: 34px; }
  .rise-pathway article + article { padding: 36px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .rise-purpose { padding-block: 40px 80px; }
  .mission-copy { margin-bottom: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  [data-parallax], .hero-video, .photo-crop > img, .project-card-image > img { translate: none !important; }
}

@media (max-width: 1100px) {
  .intro-grid { column-gap: 6%; }
  .intro-collage { min-height: 630px; }
  .photo-print-main .photo-crop { height: 390px; }
  .photo-print-detail { width: 68%; }
  .collage-stamp { width: 116px; height: 116px; right: -7%; }
  .collage-trail { right: -8%; bottom: 2%; }
  .intro-heading .display-heading { font-size: 3.6rem; }
  .involvement-grid { gap: 23px; }
  .action-card { padding: 25px; }
  .programme-card { min-height: 375px; }
  .programme-card:nth-child(even) { margin-top: 0; }
  .story-split { gap: 6%; }
  .story-image { min-height: 570px; }
  .story-note { left: -60px; font-size: 1.45rem; }
  .closing-spark { width: 100px; height: 100px; }
}
@media (max-width: 820px) {
  .hero-simple .hero-visual::before { background: linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.62)),linear-gradient(0deg,rgba(0,0,0,.2),transparent); }
  .programme-detail { grid-template-columns: minmax(0,1fr); }
  .about-page .page-hero h1 { font-size: clamp(2.65rem,11.8vw,5rem); }
  .hero-simple, .hero-simple .hero-copy { min-height: 650px; }
  .hero-simple .hero-copy { padding-block: 95px 100px; }
  .hero-simple h1 { font-size: clamp(4.5rem,10vw,7rem); }
  .hero-note { display: none; }
  .intro-section { padding: 85px 0 110px; }
  .intro-grid { display: flex; flex-direction: column; gap: 30px; }
  .intro-heading { order: 0; padding-top: 0; max-width: 600px; }
  .intro-heading .display-heading { font-size: clamp(3.1rem,8vw,4.8rem); }
  .intro-collage { order: 1; width: min(530px,90%); min-height: 590px; margin: 45px auto 0; }
  .intro-grid .lead-prose { order: 2; max-width: 640px; }
  .photo-print-main .photo-crop { height: 350px; }
  .photo-print-detail { width: 55%; bottom: 7%; }
  .collage-stamp { top: -32px; right: -1%; }
  .collage-trail { right: 0; bottom: 10%; }
  .today-tomorrow-grid { grid-template-columns: 1fr; gap: 24px; padding: 0 8px; margin-top: 60px; }
  .moment-card { min-height: 285px; }
  .moment-card-tomorrow { margin-top: 12px; }
  .involvement-section { padding: 90px 0 105px; }
  .involvement-section .section-heading-row { grid-template-columns: 1fr; }
  .involvement-section .section-heading-row > p { max-width: 520px; margin-left: 0; }
  .involvement-grid { max-width: 550px; margin: auto; gap: 28px; padding: 0 6px; }
  .action-card { min-height: 420px; padding: 30px; margin-top: 0; }
  .action-icon { width: 104px; height: 104px; margin-block: 24px; }
  .action-card h3 { font-size: 3.2rem; }
  .action-card p { max-width: none; }
  .programmes-heading { grid-template-columns: 1fr; }
  .programmes-section { padding-block: 90px; }
  .programme-card { min-height: 355px; }
  .story-split { padding: 90px 28px; grid-template-columns: 1fr; gap: 68px; }
  .story-image { min-height: 520px; width: min(570px,100%); margin: auto; }
  .story-copy { width: min(600px,100%); margin: auto; padding: 0; }
  .story-note { top: -83px; left: auto; right: -4px; font-size: 1.3rem; }
  .story-trail { display: none; }
  .story-copy .display-heading { font-size: clamp(2.8rem,8vw,4rem); }
  .projects-preview { padding: 40px 0 90px; }
  .project-preview-grid { max-width: 570px; margin: auto; gap: 60px; padding: 0 8px; }
  .project-card:nth-child(n) { margin-top: 0; }
  .project-card:nth-child(n) .project-card-image { height: 320px; }
  .project-card h3 { font-size: 2.5rem; }
  .closing-spark { top: -35px; right: 3px; width: 73px; height: 73px; }
  .closing-cta h2 { max-width: 100%; }
  .detail-icon { top: 33px; left: auto; right: 30px; width: 60px; height: 60px; }
  .give-card { transform: rotate(1deg); }
}
@media (max-width: 520px) {
  .brand-copy { gap: 4px; padding-left: 11px; }
  .brand-name { font-size: .94rem; }
  .brand-descriptor { font-size: .51rem; letter-spacing: .29em; }
  .hero, .hero-copy { min-height: 730px; }
  .hero-copy { padding-top: 65px; }
  .hero-simple, .hero-simple .hero-copy { min-height: 610px; }
  .hero-simple .hero-copy { padding-block: 100px 110px; }
  .hero-simple h1 { font-size: clamp(3.6rem,16vw,5.4rem); }
  .hero-simple .hero-lede { font-size: 1rem; max-width: 280px; }
  .hero-simple .hero-visual::before { background: linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.62)),linear-gradient(0deg,rgba(0,0,0,.2),transparent); }
  .hero-simple .hero-image img { object-position: 58% 50%; }
  .hero-meta { margin-top: 22px; }
  .purpose-ribbon { padding-block: 25px; gap: 5px; }
  .purpose-ribbon > span { font-size: .8rem; opacity: .7; }
  .intro-heading .display-heading { font-size: clamp(2.8rem,13vw,4rem); }
  .intro-collage { width: 96%; min-height: 510px; margin-top: 20px; }
  .photo-print { padding: 8px 8px 13px; }
  .photo-print-main { width: 86%; }
  .photo-print-main .photo-crop { height: 305px; }
  .photo-print-detail { width: 60%; left: 0; bottom: 4%; }
  .photo-print-detail .photo-crop { height: 140px; }
  .photo-print figcaption { font-size: .95rem; }
  .photo-print-detail figcaption { font-size: .8rem; }
  .collage-stamp { width: 96px; height: 96px; top: -23px; right: -2%; }
  .collage-stamp svg { width: 34px; height: 34px; }
  .collage-stamp span { font-size: .45rem; }
  .collage-trail { width: 33%; height: 125px; bottom: 11%; right: -3%; }
  .collage-image-note { right: 0; bottom: 0; font-size: .48rem; }
  .moment-card { padding: 94px 28px 30px; }
  .moment-label { left: 28px; }
  .programme-grid { gap: 17px; }
  .programme-card { min-height: 310px; padding-right: 105px; }
  .programme-icon { position: absolute; width: 72px; height: 72px; right: 20px; top: 100px; margin: 0; }
  .programme-card h3 { margin-top: 75px; font-size: 2.5rem; }
  .story-split { padding: 70px 25px 55px; }
  .story-image { min-height: 440px; border-width: 9px; border-bottom-width: 34px; }
  .story-copy > p:not(.section-kicker) { font-size: .94rem; }
  .story-copy blockquote { font-size: 1.35rem; }
  .story-note { right: -8px; font-size: 1.1rem; padding: 14px 17px; top: -82px; }
  .project-card:nth-child(n) .project-card-image { height: 260px; }
  .project-card-body { padding-top: 24px; }
  .page-hero-image { min-height: 450px; border-radius: 3px 70px 3px 3px; }
  .closing-cta .section-kicker { max-width: 72%; }
  .contact-form { box-shadow: 6px 8px 0 rgba(16,39,35,.17); }
}
@media (hover: none) {
  .action-card:hover, .project-card:hover, .programme-card:hover { transform: rotate(var(--card-angle,0deg)); }
  .card-scribble path { stroke-dashoffset: 0; }
}
html[data-motion=off] [data-float] { animation: none; }
html[data-motion=off] .hero-image img, html[data-motion=off] .story-image img, html[data-motion=off] .page-hero-image img { transform: none; will-change: auto; }
html[data-motion=off] .action-card:hover, html[data-motion=off] .programme-card:hover, html[data-motion=off] .project-card:hover { transform: none; }
html[data-motion=off] .ink-line path { stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) {
  [data-float] { animation: none !important; }
  .reveal { opacity: 1; }
  .hero-image img, .story-image img, .page-hero-image img { transform: none; will-change: auto; }
  .action-card:hover, .programme-card:hover, .project-card:hover { transform: none; }
  .ink-line path, .card-scribble path { stroke-dashoffset: 0 !important; }
}

/* One entrance per image; clipping does not compete with parallax or hover. */
[data-image-reveal].image-reveal-pending {
  clip-path: inset(100% 0 0 0);
  transition: clip-path .9s var(--ease-out);
}
[data-image-reveal="left"].image-reveal-pending { clip-path: inset(0 100% 0 0); }
[data-image-reveal].image-reveal-visible { clip-path: inset(0 0 0 0); }
.brand-mark-image.image-reveal-pending, .footer-brand img.image-reveal-pending { transition-duration: .55s; }
.project-card-image.image-reveal-pending {
  transition: clip-path .9s var(--ease-out), border-radius .7s var(--ease-out), transform .7s var(--ease-out), box-shadow .7s var(--ease-out);
}
.story-image.image-reveal-pending { transition: clip-path .9s var(--ease-out), opacity .7s ease; }
html[data-motion="off"] [data-image-reveal] { clip-path: none; transition-duration: 0s; }
html[data-motion="off"] .reveal { opacity: 1; transition-duration: 0s; }

/* Keep colour expressive without asking it to carry low-contrast text. */
.display-heading em { color: currentColor; }
.display-heading-light em { color: var(--lime); }
.give-hero h1 em, .contact-hero h1 em, .closing-cta-light h2 em { color: var(--ink); }
.rise-statement strong { color: #9c361f; }
.page-hero h1, .give-hero h1, .contact-hero h1 { line-height: 1.02; }
.team-hero-grid { grid-template-columns: minmax(0,1fr); max-width: 1120px; }
.team-hero .page-hero-lede { max-width: 700px; }
.team-card h3 { line-height: 1.12; }
.team-card > p, .team-bio { font-size: 1rem; line-height: 1.75; }
.team-meta { flex-wrap: wrap; gap: 5px 16px; font-size: .8rem; color: var(--ink-soft); }
.programme-intro { font: 400 1.15rem/1.7 var(--sans); }
.programme-intro strong { font-weight: 700; }
.programme-title { font-size: .875rem; }
.programme-long-copy summary, .team-bio summary { font-size: .9375rem; }
.programme-long-copy > .brief-copy { max-inline-size: 65ch; }
.action-number, .programme-code { opacity: 1; font-size: .75rem; }
.project-index, .project-row dt, .small-note, .form-note { color: var(--ink-soft); }
.project-index, .project-row dt, .project-row dd { font-size: .875rem; }
.project-card dt { color: var(--ink-soft); }
.project-card dt, .project-card dd { font-size: .875rem; }
.small-note, .form-note, .form-status, .give-card small { font-size: .875rem; line-height: 1.65; }
.contact-form label { font-size: .875rem; letter-spacing: .015em; }
.contact-form input, .contact-form select, .contact-form textarea { font: 400 1rem/1.5 var(--sans); letter-spacing: normal; }
.footer-heading { font-size: .8125rem; letter-spacing: .12em; }
.footer-links a, .footer-updates-copy, .footer-updates-link { font-size: .9375rem; }
.footer-bottom { color: rgba(255,255,255,.72); font-size: .8125rem; flex-wrap: wrap; }
.hero-simple .hero-lede { color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,.3); }
.brand-descriptor { font-size: .625rem; }
.brand-mark-image img, .footer-brand img { height: auto; object-fit: contain; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--ink); outline-offset: 4px;
  box-shadow: 0 0 0 4px var(--paper), 0 0 0 6px var(--ink);
}
@media (max-width: 740px) { .team-grid { grid-template-columns: minmax(0,1fr); } }
@media (max-width: 520px) { .brand-descriptor { font-size: .5625rem; } }
@media (max-width: 520px) {
  .rise-pathway article { grid-template-columns: 30px minmax(0,1fr); column-gap: 17px; }
  .pathway-symbol { width: 30px; height: 30px; margin-top: 8px; }
  .rise-pathway h2 { margin-bottom: 17px; }
  .rise-pathway p { font-size: 1.0625rem; line-height: 1.75; }
}

/* A quiet, direction-aware header: no layout jump or fixed-menu transforms. */
.site-header { opacity: 1; transition: opacity .28s ease; }
.site-header.is-scroll-hidden { opacity: 0; pointer-events: none; }
.site-header.has-keyboard-focus:focus-within, .nav-open .site-header { opacity: 1; pointer-events: auto; }
html[data-motion="off"] .site-header { transition: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-header { transition: none; }
  [data-image-reveal].image-reveal-pending { clip-path: none; transition: none; }
  .reveal.reveal-pending { opacity: 1; transition: none; }
}
