:root {
  --forest: #123b34;
  --deep: #0b2924;
  --moss: #5f7449;
  --sand: #e4b76a;
  --cream: #f6f3eb;
  --warm-white: #fffcf5;
  --ink: #18322d;
  --muted: #61706b;
  --line: rgba(18, 59, 52, .16);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--body); font-size: 16px; line-height: 1.62; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: clamp(76px, 11vw, 150px) 0; }
.eyebrow { margin: 0 0 18px; color: var(--moss); font-size: 11px; font-weight: 700; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: #e9c680; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 720px; margin-bottom: 25px; color: white; font-size: clamp(3.25rem, 7.5vw, 6.45rem); }
h2 { margin-bottom: 26px; font-size: clamp(2.35rem, 4.6vw, 4.2rem); }
h3 { margin-bottom: 12px; font-size: 1.32rem; line-height: 1.25; }
p { color: var(--muted); }
.lead { max-width: 560px; color: var(--ink); font-size: 1.18rem; line-height: 1.55; }
.skip-link { position: fixed; z-index: 20; top: -80px; left: 20px; padding: 12px 16px; background: white; color: var(--forest); box-shadow: 0 3px 15px #0003; }
.skip-link:focus { top: 20px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.site-header { position: absolute; z-index: 10; top: 0; width: 100%; color: white; transition: background .25s, box-shadow .25s; }
.site-header.is-stuck, .site-header.inner-header { position: fixed; background: rgba(11, 41, 36, .96); box-shadow: 0 5px 26px #06191655; }
.nav-wrap { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; line-height: 1; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--display); font-size: 1.22rem; font-weight: 600; letter-spacing: -.035em; }
.brand small { margin-top: 4px; font-size: 8.5px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.brand-mark { display: flex; width: 32px; height: 35px; align-items: end; gap: 3px; }
.brand-mark i { display: block; width: 8px; border-radius: 8px 8px 2px 2px; background: var(--sand); transform-origin: bottom; }
.brand-mark i:nth-child(1) { height: 17px; }.brand-mark i:nth-child(2) { height: 31px; }.brand-mark i:nth-child(3) { height: 23px; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 31px); font-size: .86rem; font-weight: 600; }
.site-nav > a:not(.button) { opacity: .86; transition: opacity .2s; }.site-nav > a:not(.button):hover { opacity: 1; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 18px; padding: 13px 21px; border: 1px solid transparent; background: var(--forest); color: white; cursor: pointer; font-size: .82rem; font-weight: 700; letter-spacing: .02em; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: #20584e; transform: translateY(-2px); }.button span { font-size: 1.15rem; line-height: .7; }.button-small { min-height: 40px; padding: 10px 14px; background: var(--sand); color: var(--deep); }.button-small:hover { background: #f1ca89; }
.button-light { background: var(--sand); color: var(--deep); }.button-light:hover { background: #f3cd8b; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .86rem; font-weight: 700; }.text-link.light { color: white; }.text-link span { font-size: 1.15rem; }
.menu-button { display: none; }

.hero { position: relative; display: grid; min-height: max(700px, 100svh); overflow: hidden; align-items: center; background: var(--deep); }
.hero-image, .hero-wash { position: absolute; inset: 0; }.hero-image { background: url("assets/home-slider-1.jpg") center / cover no-repeat; filter: saturate(.78); }.hero-wash { background: linear-gradient(90deg, rgba(5, 30, 25, .91) 0%, rgba(9, 43, 36, .66) 44%, rgba(4, 21, 18, .20) 100%); }
.hero-content { position: relative; z-index: 1; padding: 125px 0 90px; }.hero-copy { max-width: 540px; margin-bottom: 34px; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 1.6vw, 1.26rem); }.hero-actions { display: flex; align-items: center; gap: 28px; }.scroll-cue { position: absolute; z-index: 1; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 30px; display: flex; align-items: center; gap: 10px; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transform: rotate(90deg) translateX(100%); transform-origin: right; }.scroll-cue span { width: 33px; height: 1px; background: var(--sand); }

.intro { background: var(--warm-white); }.intro-grid { display: grid; grid-template-columns: minmax(160px, .7fr) 2fr; gap: 60px; }.intro-grid > div { max-width: 700px; }.intro-grid h2 { margin-top: -12px; }.intro-grid p:last-child { max-width: 610px; }
.section-tint { background: var(--cream); }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 57px; }.section-heading h2 { margin: 0; }.section-heading > p { max-width: 365px; margin-bottom: 7px; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.program-card { position: relative; min-height: 306px; padding: 75px 35px 31px 0; border-right: 1px solid var(--line); }.program-card + .program-card { padding-left: 35px; }.program-card:last-child { border: 0; }.program-card p { max-width: 290px; margin-bottom: 0; font-size: .93rem; }.card-number { position: absolute; top: 21px; color: var(--moss); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }.icon { position: relative; width: 37px; height: 37px; margin-bottom: 28px; color: var(--forest); }.icon::before, .icon::after { position: absolute; content: ""; border: 2px solid currentColor; }.icon-book::before { inset: 6px 0 4px; border-radius: 2px; }.icon-book::after { top: 6px; bottom: 4px; left: 50%; border-width: 0 0 0 2px; }.icon-care::before { width: 28px; height: 28px; left: 4px; top: 4px; border-width: 0 0 2px 2px; transform: rotate(-45deg); }.icon-care::after { top: 10px; left: 17px; width: 2px; height: 18px; border: 0; background: var(--forest); box-shadow: -8px 8px 0 -0.1px var(--forest); transform: rotate(45deg); }.icon-land::before { bottom: 4px; width: 100%; height: 18px; border-width: 2px 0 0; border-radius: 50% 50% 0 0; }.icon-land::after { left: 17px; bottom: 8px; width: 2px; height: 28px; border: 0; background: var(--forest); box-shadow: -7px 5px 0 -5px var(--forest), 7px 7px 0 -5px var(--forest); }

.story-grid { display: grid; grid-template-columns: minmax(270px, .89fr) 1.1fr; align-items: center; gap: clamp(50px, 10vw, 145px); }.story-photo { position: relative; padding-right: 35px; }.story-photo img { display: block; width: 100%; min-height: 435px; object-fit: cover; filter: saturate(.82); }.story-photo::after { position: absolute; z-index: -1; right: 0; bottom: -35px; width: 64%; height: 66%; content: ""; background: var(--sand); }.story-photo p { margin: 17px 0 0; font-size: .78rem; line-height: 1.45; }.story-content > p:not(.eyebrow) { max-width: 540px; }.principles { display: grid; gap: 13px; margin: 31px 0 0; padding: 0; list-style: none; }.principles li { display: flex; align-items: center; gap: 16px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-weight: 600; }.principles span { color: var(--moss); font-size: .72rem; letter-spacing: .1em; }
.image-break { position: relative; min-height: 570px; display: grid; overflow: hidden; align-items: end; background: var(--forest); }.image-break-photo { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,36,31,.8), rgba(8,36,31,.06) 75%), url("assets/cause-education.jpg") center 40% / cover; filter: saturate(.75); }.image-break-caption { position: relative; padding-bottom: 76px; }.image-break-caption p:last-child { max-width: 750px; margin: 0; color: white; font-family: var(--display); font-size: clamp(2.1rem, 4.2vw, 4rem); letter-spacing: -.04em; line-height: 1.1; }
.action { background: var(--sand); }.action-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; }.action h2 { margin-bottom: 0; color: var(--deep); }.action-grid > div:last-child { padding-top: 11px; }.action-grid p { color: #294139; }.note { margin: 17px 0 0; font-size: .75rem; line-height: 1.45; }
.site-footer { padding: 68px 0 25px; background: var(--deep); color: white; }.footer-grid { display: grid; grid-template-columns: 1.1fr 1.15fr .8fr auto; align-items: center; gap: 40px; padding-bottom: 65px; }.footer-grid p { max-width: 350px; margin: 0; color: #ced7d1; font-size: .9rem; }.footer-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 6px 22px; color: #ced7d1; font-size: .78rem; }.footer-nav a:hover { color: var(--sand); }.footer-link { color: var(--sand); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #a6b5ae; font-size: .72rem; }
.contact-dialog { width: min(520px, calc(100% - 32px)); padding: clamp(30px, 6vw, 58px); border: 0; background: var(--warm-white); box-shadow: 0 18px 60px #0007; }.contact-dialog::backdrop { background: rgba(7, 31, 27, .76); backdrop-filter: blur(3px); }.contact-dialog h2 { font-size: clamp(2rem, 5vw, 3.2rem); }.contact-dialog p:not(.eyebrow) { margin-bottom: 28px; }.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: none; color: var(--forest); cursor: pointer; font-size: 2rem; line-height: 1; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 1180px); }.nav-wrap { min-height: 72px; }.menu-button { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; border: 0; background: transparent; color: white; cursor: pointer; }.menu-button span:not(.visually-hidden) { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s; }.menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }.site-nav { position: absolute; top: 72px; right: 0; left: 0; display: grid; gap: 0; padding: 10px 18px 18px; background: var(--deep); box-shadow: 0 12px 20px #06191644; clip-path: inset(0 0 100% 0); transition: clip-path .25s ease; }.site-nav.is-open { clip-path: inset(0); }.site-nav > a:not(.button) { padding: 12px 3px; }.site-nav .button { margin-top: 8px; }.hero { min-height: 720px; }.hero-wash { background: linear-gradient(90deg, rgba(5, 30, 25, .88), rgba(9, 43, 36, .54)); }.hero-actions { gap: 21px; }.scroll-cue { display: none; }.intro-grid, .story-grid, .action-grid { grid-template-columns: 1fr; gap: 30px; }.intro-grid h2 { margin-top: 0; }.section-heading { display: block; margin-bottom: 34px; }.section-heading > p { margin-top: 18px; }.program-grid { grid-template-columns: 1fr; }.program-card, .program-card + .program-card { min-height: 0; padding: 61px 0 31px; border-right: 0; border-bottom: 1px solid var(--line); }.program-card:last-child { border-bottom: 0; }.story-photo { max-width: 430px; padding-right: 22px; }.story-photo img { min-height: 350px; }.story-photo::after { right: 0; bottom: -22px; }.story-content { margin-top: 24px; }.image-break { min-height: 485px; }.image-break-caption { padding-bottom: 48px; }.action-grid { gap: 10px; }.footer-grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 43px; }.footer-bottom { display: grid; gap: 7px; }.footer-link { justify-self: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } * { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Inner pages */
.page-hero { position: relative; display: grid; min-height: 500px; align-items: end; padding: 160px 0 79px; overflow: hidden; background: var(--deep); color: white; isolation: isolate; }
.page-hero::before, .page-hero::after { position: absolute; inset: 0; content: ""; z-index: -1; }.page-hero::after { background: linear-gradient(90deg, rgba(6, 32, 27, .91), rgba(6, 32, 27, .49)); }.page-hero::before { background: center / cover no-repeat; filter: saturate(.7); }.page-hero h1 { max-width: 810px; margin-bottom: 18px; font-size: clamp(3rem, 6.3vw, 5.6rem); }.page-hero .shell > p:last-child { max-width: 620px; margin-bottom: 0; color: #e9eee9; font-size: 1.08rem; }
.page-hero-about::before { background-image: url("assets/about-us.jpg"); }.page-hero-programmes::before { background-image: url("assets/home-slider-2.jpg"); background-position: center 32%; }.page-hero-gallery::before { background-image: url("assets/home-slider-3.jpg"); background-position: center 40%; }.page-hero-contact::before { background-image: url("assets/we-fight-togother.jpg"); background-position: center 35%; }.page-hero-donate::before { background-image: url("assets/cause-education.jpg"); background-position: center 38%; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }.split-intro > div:last-child { max-width: 600px; }.priority-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.priority { min-height: 250px; padding: 29px 25px 24px 0; border-right: 1px solid var(--line); }.priority + .priority { padding-left: 25px; }.priority:last-child { border-right: 0; }.priority > span, .programme-index { display: block; margin-bottom: 45px; color: var(--moss); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }.priority p { font-size: .88rem; line-height: 1.55; }.photo-statement { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(45px, 8vw, 120px); }.photo-statement img { display: block; width: 100%; height: 490px; object-fit: cover; filter: saturate(.84); }
.section-deep { background: var(--deep); color: white; }.section-deep h2, .section-deep h3 { color: white; }.section-deep p { color: #c5d0c9; }.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); }.team-card { min-height: 330px; background: #123b34; }.team-card img { display: block; width: 100%; height: 240px; object-fit: cover; filter: saturate(.74); }.team-card > div { padding: 19px; }.team-card h3 { margin-bottom: 4px; font-size: 1.12rem; }.team-card p { margin: 0; font-size: .8rem; }.team-card-text { display: grid; align-items: end; background: #1c5045; }.team-card-text h3 { font-family: var(--display); font-size: 1.65rem; }.team-card-text .eyebrow { margin-bottom: 12px; }.mini-cta { padding: 35px 0; background: var(--moss); color: white; }.mini-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 25px; }.mini-cta p { margin: 0; color: white; font-family: var(--display); font-size: clamp(1.4rem, 2.6vw, 2.25rem); }

.programme-list { display: grid; gap: 105px; }.programme { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(42px, 8vw, 115px); }.programme.reverse img { order: 2; }.programme img { width: 100%; height: 410px; object-fit: cover; filter: saturate(.78); }.programme h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 3.8vw, 3.7rem); }.programme p { max-width: 520px; }.programme ul { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }.programme li { position: relative; padding-left: 19px; color: var(--ink); font-size: .9rem; font-weight: 600; }.programme li::before { position: absolute; top: .66em; left: 0; width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--sand); }.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.process-grid ol { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }.process-grid li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 21px 0 0; border-top: 1px solid var(--line); }.process-grid li > span { color: var(--moss); font-size: .72rem; font-weight: 700; }.process-grid h3 { margin-bottom: 4px; }.process-grid p { margin-bottom: 0; font-size: .9rem; }

.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }.gallery-filters button { padding: 9px 14px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font-size: .77rem; font-weight: 700; transition: .2s; }.gallery-filters button:hover, .gallery-filters .is-active { border-color: var(--forest); background: var(--forest); color: white; }.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 14px; }.gallery-item { position: relative; grid-column: span 4; min-height: 280px; overflow: hidden; padding: 0; border: 0; background: var(--deep); color: white; cursor: zoom-in; text-align: left; }.gallery-item.tall { grid-row: span 2; min-height: 574px; }.gallery-item.wide { grid-column: span 8; }.gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .45s ease; }.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 44%, rgba(5, 29, 24, .79)); }.gallery-item span { position: absolute; z-index: 1; bottom: 18px; left: 19px; font-size: .78rem; font-weight: 700; }.gallery-item:hover img { transform: scale(1.05); }.gallery-item.is-hidden { display: none; }.lightbox { width: min(1000px, calc(100% - 30px)); max-height: min(90vh, 850px); padding: 0; overflow: hidden; border: 0; background: var(--deep); color: white; box-shadow: 0 18px 60px #0008; }.lightbox::backdrop { background: rgba(7, 31, 27, .85); backdrop-filter: blur(3px); }.lightbox img { display: block; width: 100%; max-height: calc(90vh - 64px); object-fit: contain; }.lightbox p { margin: 0; padding: 14px 19px; color: white; font-size: .8rem; }.lightbox .dialog-close { z-index: 2; top: 10px; right: 12px; color: white; text-shadow: 0 2px 5px #000; }

.contact-layout { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(50px, 10vw, 150px); }.contact-intro > p:not(.eyebrow) { max-width: 420px; }.contact-list { display: grid; gap: 1px; margin: 35px 0; background: var(--line); }.contact-list > * { display: grid; grid-template-columns: 80px 1fr auto; gap: 12px; padding: 17px; background: var(--warm-white); color: var(--ink); font-size: .9rem; }.contact-list a:hover { background: var(--cream); }.contact-list span { color: var(--moss); font-size: .72rem; font-weight: 700; text-transform: uppercase; }.contact-list b { color: var(--moss); }.contact-disclaimer { color: var(--muted); font-size: .72rem; line-height: 1.45; }.contact-form { padding: clamp(27px, 4vw, 45px); background: var(--cream); }.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--ink); font-size: .78rem; font-weight: 700; }.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #9ea79e; border-radius: 0; outline: none; background: transparent; color: var(--ink); font: inherit; font-size: .93rem; }.contact-form textarea { resize: vertical; }.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--forest); box-shadow: 0 1px var(--forest); }.form-note { margin: 13px 0 0; font-size: .7rem; line-height: 1.4; }.partnership { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 55px; }.partnership h2 { margin-bottom: 0; }.partnership p:not(.eyebrow) { max-width: 480px; margin-bottom: 0; }

.support-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-bottom: 56px; }.support-intro h2 { margin-bottom: 0; }.support-intro .lead { margin: 12px 0 0; }.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.support-card { display: flex; min-height: 305px; flex-direction: column; align-items: flex-start; padding: 32px; background: var(--cream); }.support-card h3 { margin-top: 28px; }.support-card p { font-size: .9rem; }.support-card .text-link { margin-top: auto; }.support-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--moss); border-radius: 50%; color: var(--forest); font-size: 1.2rem; font-weight: 700; }.stewardship-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.stewardship-grid h2 { margin-bottom: 0; }.stewardship-grid > div:last-child { max-width: 520px; }.stewardship-grid .button { margin-top: 10px; }.impact-list > h2 { max-width: 580px; }.impact-list > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 50px; margin-top: 40px; }.impact-list > div p { display: flex; gap: 15px; margin: 0; padding: 18px 0; border-top: 1px solid var(--line); color: var(--ink); font-weight: 600; }.impact-list span { color: var(--moss); font-size: .72rem; }

@media (max-width: 900px) { .page-hero { min-height: 440px; padding-bottom: 55px; }.split-intro, .photo-statement, .process-grid, .contact-layout, .support-intro, .stewardship-grid { grid-template-columns: 1fr; gap: 30px; }.priority-grid { grid-template-columns: repeat(2, 1fr); }.priority:nth-child(2) { border-right: 0; }.priority:nth-child(n + 3) { border-top: 1px solid var(--line); }.priority:nth-child(3) { padding-left: 0; }.photo-statement img { height: 390px; }.team-grid { grid-template-columns: repeat(2, 1fr); }.programme-list { gap: 72px; }.programme, .programme.reverse { grid-template-columns: 1fr; gap: 30px; }.programme.reverse img { order: 0; }.programme img { height: 350px; }.partnership { grid-template-columns: 1fr; align-items: start; gap: 18px; }.support-intro { margin-bottom: 38px; }.support-grid { grid-template-columns: 1fr; }.support-card { min-height: 245px; }.impact-list > div { grid-template-columns: 1fr; gap: 0; } }
@media (max-width: 560px) { .page-hero { min-height: 405px; padding-top: 135px; }.page-hero h1 { font-size: clamp(2.72rem, 13vw, 4rem); }.priority-grid, .team-grid { grid-template-columns: 1fr; }.priority, .priority + .priority, .priority:nth-child(3) { min-height: 0; padding: 25px 0; border-right: 0; border-top: 1px solid var(--line); }.priority:first-child { border-top: 0; }.programme img { height: 290px; }.gallery-grid { grid-template-columns: 1fr 1fr; gap: 9px; }.gallery-item, .gallery-item.wide { grid-column: span 1; min-height: 190px; }.gallery-item.tall { grid-row: span 1; min-height: 190px; }.gallery-item:nth-child(4) { grid-column: span 2; }.contact-list > * { grid-template-columns: 1fr auto; }.contact-list span { grid-column: 1 / -1; }.mini-cta .shell { align-items: flex-start; flex-direction: column; }.mini-cta .button { width: 100%; }.footer-nav { grid-template-columns: repeat(2, auto); justify-content: start; } }

.donation-layout { display: grid; grid-template-columns: .92fr 1.05fr .56fr; align-items: start; gap: clamp(28px, 4vw, 58px); }.donation-layout h2 { font-size: clamp(2.35rem, 3.8vw, 3.75rem); }.transfer-warning { max-width: 390px; margin-top: 26px; color: #4f6159; font-size: .79rem; line-height: 1.5; }.bank-panel { border-top: 3px solid var(--forest); background: var(--warm-white); box-shadow: 0 10px 30px rgba(18,59,52,.09); }.bank-detail { position: relative; display: grid; gap: 3px; padding: 17px 21px; border-bottom: 1px solid var(--line); }.bank-detail span { color: var(--moss); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.bank-detail strong { padding-right: 44px; color: var(--ink); font-size: .94rem; line-height: 1.4; }.copy-button { position: absolute; right: 16px; bottom: 15px; padding: 5px 7px; border: 0; background: transparent; color: var(--forest); cursor: pointer; font-size: .69rem; font-weight: 700; }.copy-button:hover { color: var(--moss); }.qr-panel { margin: 0; padding: 14px; background: var(--warm-white); box-shadow: 0 10px 30px rgba(18,59,52,.09); text-align: center; }.qr-panel img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }.qr-panel figcaption { margin-top: 11px; color: var(--forest); font-size: .72rem; font-weight: 700; }
@media (max-width: 900px) { .donation-layout { grid-template-columns: 1fr 1fr; }.donation-layout > :first-child { grid-column: 1 / -1; max-width: 650px; }.qr-panel { max-width: 285px; } }
@media (max-width: 560px) { .donation-layout { grid-template-columns: 1fr; }.donation-layout > :first-child { grid-column: auto; }.qr-panel { max-width: 260px; } }

:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }.site-nav [aria-current="page"] { color: var(--sand); opacity: 1; }.not-found { display: grid; min-height: 100svh; place-items: center; padding: 30px; background: radial-gradient(circle at 80% 20%, #315d51 0, var(--deep) 48%); color: white; text-align: center; }.not-found > div { max-width: 660px; }.not-found h1 { margin-bottom: 20px; }.not-found p:not(.eyebrow) { margin-bottom: 30px; color: #d8e0db; font-size: 1.1rem; }
