:root {
  --orange: #f45a1f;
  --red: #c81424;
  --navy: #13243a;
  --ink: #162234;
  --muted: #5f6873;
  --paper: #fffdf9;
  --surface: #f3f0e9;
  --line: #d9d6cf;
  --white: #ffffff;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: var(--font-body);
  --radius: 0;
  --shadow: 0 20px 60px rgb(19 36 58 / 14%);
  --shell: min(1180px, calc(100% - 48px));
}

[data-brand="warm"] {
  --orange: #ec5a2a;
  --red: #a6232d;
  --navy: #283243;
  --ink: #28231f;
  --muted: #6b625b;
  --paper: #fbf5e9;
  --surface: #efe3d1;
  --line: #d8c9b6;
  --font-display: Georgia, "Times New Roman", serif;
  --radius: 18px;
}

[data-brand="field"] {
  --orange: #ff6424;
  --red: #e52a32;
  --navy: #0b2034;
  --ink: #10253a;
  --muted: #526476;
  --paper: #f4f8fa;
  --surface: #e4edf1;
  --line: #bdccd3;
  --radius: 6px;
  --shadow: 0 22px 70px rgb(5 25 42 / 20%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.6; padding-bottom: 76px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; color: white; background: var(--navy); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .75rem; line-height: 1.2; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--font-display); line-height: .98; text-wrap: balance; }
h1 { max-width: 12ch; font-size: clamp(3rem, 7.2vw, 7.4rem); letter-spacing: -.065em; }
h2 { font-size: clamp(2.1rem, 4.1vw, 4.6rem); letter-spacing: -.045em; }
h3 { font-size: clamp(1.3rem, 2vw, 2rem); letter-spacing: -.025em; line-height: 1.1; }
p { margin: 0; }
.lead { max-width: 63ch; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .78rem 1.3rem; border: 1px solid var(--orange); border-radius: var(--radius); color: white; background: var(--orange); font-weight: 800; text-decoration: none; }
.button:hover { color: white; background: var(--red); border-color: var(--red); }
.button-small { min-height: 42px; padding: .56rem 1rem; }
.button.light { color: var(--navy); background: white; border-color: white; }
.button.full { width: 100%; }
.text-link { display: inline-flex; gap: .45rem; align-items: center; color: var(--ink); font-weight: 800; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: .25em; }
.text-link:hover { color: var(--red); }
.actions { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; }

.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 190px 1fr auto; gap: 2rem; align-items: center; min-height: 84px; padding: .75rem max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid color-mix(in srgb, var(--line), transparent 20%); background: color-mix(in srgb, var(--paper), transparent 6%); backdrop-filter: blur(16px); }
.brand img { width: 178px; height: auto; }
.site-nav { display: flex; justify-content: center; gap: clamp(1rem, 3vw, 2.4rem); }
.site-nav a { position: relative; font-size: .9rem; font-weight: 750; text-decoration: none; }
.site-nav a::after { position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 2px; content: ""; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(2rem, 6vw, 6.5rem); align-items: center; min-height: calc(100svh - 84px); padding-block: clamp(3.5rem, 8vw, 8rem); }
.hero-copy { display: flex; flex-direction: column; gap: 1.7rem; }
.hero-copy .eyebrow { margin: 0; }
.hero-media { position: relative; margin: 0; }
.hero-media::before { position: absolute; inset: -16px 16px 16px -16px; z-index: -1; content: ""; background: var(--orange); }
.hero-media img { width: 100%; height: clamp(430px, 60vw, 720px); object-fit: cover; filter: saturate(.86) contrast(1.02); }
.hero-media figcaption { margin-top: .65rem; color: var(--muted); font-size: .76rem; }
.page-hero { min-height: 70svh; }
.page-hero h1 { font-size: clamp(3rem, 6.3vw, 6.8rem); }
.page-hero .hero-media img { height: clamp(360px, 48vw, 600px); }

.proof-band { display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--navy); }
.proof-band div { display: flex; min-height: 142px; padding: 1.8rem clamp(1rem, 3vw, 3rem); border-right: 1px solid rgb(255 255 255 / 18%); flex-direction: column; justify-content: center; }
.proof-band strong { color: var(--orange); font-family: var(--font-display); font-size: clamp(1.5rem, 2.7vw, 2.7rem); line-height: 1; }
.proof-band span { margin-top: .55rem; font-size: .83rem; opacity: .8; }
.section { padding-block: clamp(4.5rem, 9vw, 9rem); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 3rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-heading h2 { max-width: 14ch; }
.section-heading > p { max-width: 50ch; color: var(--muted); }
.programme-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.programme-grid article { display: flex; min-height: 355px; padding: clamp(1.5rem, 3vw, 2.8rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); flex-direction: column; gap: 1.2rem; background: var(--paper); }
.programme-grid article:nth-child(2) { background: var(--surface); }
.programme-grid .card-number { color: var(--orange); font-weight: 900; }
.programme-grid p { color: var(--muted); }
.programme-grid a { margin-top: auto; font-weight: 800; text-underline-offset: .25em; }
.story-section { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(340px, 1fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.story-media img { width: 100%; height: min(690px, 74vw); object-fit: cover; }
.story-copy { display: flex; flex-direction: column; gap: 1.7rem; }
.story-copy h2 { max-width: 15ch; }
.story-copy > p:not(.eyebrow) { max-width: 52ch; color: var(--muted); font-size: 1.08rem; }
.partner-strip { border-block: 1px solid var(--line); background: var(--surface); }
.logo-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 2rem; background: var(--line); }
.logo-row img { width: 100%; height: 122px; padding: 1.5rem; object-fit: contain; background: var(--paper); filter: grayscale(1); mix-blend-mode: multiply; }
.cta-panel { max-width: 980px; margin: auto; padding: clamp(2rem, 7vw, 6rem); color: white; background: var(--navy); }
.cta-panel h2 { max-width: 14ch; color: white; }
.cta-panel > p:not(.eyebrow) { max-width: 60ch; margin-top: 1.5rem; color: rgb(255 255 255 / 72%); }
.cta-panel .actions { margin-top: 2rem; }
.cta-panel .text-link { color: white; }

.work-list { display: grid; gap: 0; }
.work-row { display: grid; grid-template-columns: 110px 1fr; padding-block: clamp(2.8rem, 6vw, 5.8rem); border-top: 1px solid var(--line); }
.work-row:last-child { border-bottom: 1px solid var(--line); }
.work-number { color: var(--orange); font-family: var(--font-display); font-size: 2.5rem; line-height: 1; }
.work-row h2 { max-width: 14ch; }
.work-row > div > p:not(.eyebrow) { max-width: 70ch; margin-top: 1.5rem; color: var(--muted); font-size: 1.1rem; }
.check-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { padding: 1.2rem; border-top: 3px solid var(--orange); background: var(--surface); font-weight: 700; }
.photo-quote { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; padding-top: 0; }
.photo-quote img { width: 100%; height: 560px; object-fit: cover; }
.photo-quote blockquote { display: flex; margin: 0; padding: clamp(2rem, 6vw, 5rem); color: white; background: var(--navy); flex-direction: column; justify-content: center; }
.photo-quote blockquote p { font-family: var(--font-display); font-size: clamp(1.8rem, 3.4vw, 3.5rem); line-height: 1.1; }
.photo-quote cite { margin-top: 1.5rem; color: var(--orange); font-style: normal; font-weight: 800; }
.action-band { display: flex; justify-content: space-between; gap: 3rem; align-items: center; padding: clamp(3rem, 7vw, 6rem) max(24px, calc((100vw - 1180px) / 2)); color: white; background: var(--orange); }
.action-band h2 { max-width: 14ch; color: white; }
.action-band p { max-width: 55ch; margin-top: 1rem; color: rgb(255 255 255 / 84%); }
.action-band .actions { flex-shrink: 0; }
.light-link { color: white; text-decoration-color: white; }

.about-grid { display: grid; grid-template-columns: .75fr 1fr; gap: clamp(3rem, 9vw, 9rem); }
.about-grid h2 { max-width: 13ch; }
.prose { display: grid; gap: 1.4rem; color: var(--muted); font-size: 1.1rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 0; }
.values-grid article { min-height: 285px; padding: clamp(1.5rem, 3vw, 2.8rem); border: 1px solid var(--line); }
.values-grid article + article { border-left: 0; }
.values-grid span { display: inline-flex; color: var(--orange); font-weight: 900; }
.values-grid h3 { margin-top: 4rem; }
.values-grid p { margin-top: 1rem; color: var(--muted); }
.governance { border-top: 1px solid var(--line); }
.governance-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.governance-grid article { padding: 2rem; background: var(--surface); }
.leader-card { color: white; background: var(--navy) !important; }
.leader-card h3 { color: white; }
.leader-card .eyebrow { color: var(--orange); }
.initial { display: grid; width: 82px; height: 82px; margin-bottom: 3rem; border-radius: 50%; place-items: center; color: white; background: var(--orange); font-weight: 900; }
.governance-grid article > p:last-child { margin-top: .8rem; opacity: .72; }

.partnership-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.partnership-options article { display: flex; min-height: 440px; padding: clamp(1.5rem, 3vw, 2.8rem); border-top: 5px solid var(--orange); flex-direction: column; background: var(--surface); }
.partnership-options h2 { font-size: clamp(2rem, 3.2vw, 3.5rem); }
.partnership-options article > p:not(.eyebrow) { margin-top: 1.4rem; color: var(--muted); }
.partnership-options .text-link { margin-top: auto; }
.process-section { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(3rem, 9vw, 9rem); border-top: 1px solid var(--line); }
.process-section h2 { max-width: 13ch; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 1.2rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--orange); font-weight: 900; }
.process-list p { margin-top: .5rem; color: var(--muted); }
.form-section { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(3rem, 9vw, 8rem); background: var(--surface); }
.form-section > div > p:last-child { max-width: 48ch; margin-top: 1.5rem; color: var(--muted); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.contact-form label { display: grid; gap: .4rem; font-size: .85rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: .8rem; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--paper); }
.contact-form textarea { resize: vertical; }
.contact-form .wide { grid-column: 1 / -1; }
.form-footer { display: flex !important; grid-template-columns: auto 1fr !important; gap: 1rem !important; align-items: center; }
.form-status { color: var(--muted); font-size: .86rem; font-weight: 500; }

.report-grid { display: grid; gap: 1rem; }
.report-card { display: grid; grid-template-columns: 180px 1fr; min-height: 300px; border: 1px solid var(--line); }
.report-card > span { display: grid; place-items: center; color: white; background: var(--navy); font-family: var(--font-display); font-size: 3.2rem; font-weight: 800; }
.report-card > div { padding: clamp(1.5rem, 4vw, 3.5rem); }
.report-card h2 { font-size: clamp(2rem, 3.2vw, 3.4rem); }
.report-card p:not(.eyebrow) { max-width: 65ch; margin-block: 1rem 1.5rem; color: var(--muted); }
.document-list { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(3rem, 8vw, 8rem); border-top: 1px solid var(--line); }
.document-list h2 { max-width: 12ch; }
.document-list > div > p:last-child { max-width: 48ch; margin-top: 1.5rem; color: var(--muted); }
.document-links { border-top: 1px solid var(--line); }
.document-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.document-links a:hover { color: var(--red); }
.source-note { margin-bottom: 6rem; padding: 1.5rem; border-left: 4px solid var(--orange); background: var(--surface); }

.donation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); }
.donation-card { padding: clamp(1.5rem, 4vw, 3.5rem); color: white; background: var(--navy); }
.donation-card h2 { color: white; }
.amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; margin-block: 2rem; }
.amounts button { min-height: 54px; border: 1px solid rgb(255 255 255 / 38%); color: white; background: transparent; font-weight: 800; }
.amounts button:hover, .amounts button[aria-pressed="true"] { color: var(--navy); background: white; }
.check { display: flex; gap: .7rem; align-items: center; margin-bottom: 2rem; }
.check input { width: 20px; height: 20px; accent-color: var(--orange); }
.donation-card .form-status { margin-top: 1rem; color: rgb(255 255 255 / 66%); }
.giving-options { display: grid; gap: 1rem; }
.giving-options article { display: flex; padding: 2rem; border: 1px solid var(--line); flex-direction: column; }
.giving-options p:not(.eyebrow) { margin-block: 1rem 1.5rem; color: var(--muted); }
.giving-options .text-link { margin-top: auto; }
.contact-alternative { padding-top: 0; text-align: center; }
.contact-alternative p { margin-bottom: 1rem; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 3rem; padding: 4rem max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); color: rgb(255 255 255 / 70%); background: var(--navy); }
.footer-brand { color: white; font-size: 2rem; font-weight: 900; text-decoration: none; }
.footer-brand span { color: var(--orange); font-weight: 500; }
.site-footer > div:first-child p { max-width: 40ch; margin-top: 1rem; }
.footer-links { display: grid; gap: .6rem; align-content: start; }
.footer-links a { color: white; text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.footer-note { font-size: .84rem; }
.footer-note p + p { margin-top: .6rem; }

/* Field story layout: photography leads and content reads like a visual field journal. */
[data-layout="field"] .hero { position: relative; display: grid; width: 100%; max-width: none; min-height: calc(100svh - 84px); padding: 0; grid-template-columns: 1fr; color: white; background: var(--navy); }
[data-layout="field"] .hero-media { grid-area: 1 / 1; height: 100%; }
[data-layout="field"] .hero-media::before { display: none; }
[data-layout="field"] .hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgb(5 21 35 / 88%) 0%, rgb(5 21 35 / 50%) 52%, rgb(5 21 35 / 15%) 100%); }
[data-layout="field"] .hero-media img { width: 100%; height: 100%; min-height: calc(100svh - 84px); }
[data-layout="field"] .hero-media figcaption { position: absolute; right: 2rem; bottom: 1rem; z-index: 2; color: white; }
[data-layout="field"] .hero-copy { z-index: 2; grid-area: 1 / 1; width: min(720px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - 1180px) / 2)); align-self: center; }
[data-layout="field"] .hero h1, [data-layout="field"] .hero .lead { color: white; }
[data-layout="field"] .hero .lead { max-width: 56ch; }
[data-layout="field"] .hero .text-link { color: white; }
[data-layout="field"] .page-hero { min-height: 76svh; }
[data-layout="field"] .page-hero .hero-media img { height: 100%; min-height: 76svh; }
[data-layout="field"] .programme-grid { display: grid; grid-template-columns: 1fr; border-left: 0; }
[data-layout="field"] .programme-grid article { display: grid; grid-template-columns: 90px 1fr 1fr auto; min-height: 0; align-items: center; border-left: 1px solid var(--line); }
[data-layout="field"] .programme-grid article:nth-child(2) { background: var(--paper); }
[data-layout="field"] .story-section { grid-template-columns: 1.15fr .85fr; width: 100%; max-width: none; padding-right: max(24px, calc((100vw - 1180px) / 2)); }
[data-layout="field"] .story-media img { height: 760px; }
[data-layout="field"] .work-row { grid-template-columns: 170px 1fr; }
[data-layout="field"] .work-number { font-size: 6rem; opacity: .18; }
[data-layout="field"] .partnership-options { display: grid; grid-template-columns: 1fr; }
[data-layout="field"] .partnership-options article { display: grid; grid-template-columns: .35fr 1fr 1fr; min-height: 0; gap: 2rem; align-items: center; }
[data-layout="field"] .partnership-options article .text-link { grid-column: 3; margin: 0; }

/* Annual report layout: editorial hierarchy, columns, and proof-forward cards. */
[data-layout="report"] h1, [data-layout="report"] h2, [data-layout="report"] h3 { font-family: Georgia, "Times New Roman", serif; }
[data-layout="report"] .site-header { grid-template-columns: 1fr auto 1fr; }
[data-layout="report"] .brand { grid-column: 2; }
[data-layout="report"] .site-nav { grid-column: 1; grid-row: 1; justify-content: start; }
[data-layout="report"] .header-donate { justify-self: end; }
[data-layout="report"] .hero { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: end; }
[data-layout="report"] .hero h1 { max-width: 13ch; }
[data-layout="report"] .hero-media img { height: clamp(420px, 48vw, 610px); }
[data-layout="report"] .hero-media::before { inset: 18px -18px -18px 18px; background: var(--red); }
[data-layout="report"] .proof-band { width: var(--shell); margin-inline: auto; transform: translateY(-1.5rem); }
[data-layout="report"] .section-heading { grid-template-columns: 1.2fr .8fr; padding-bottom: 2rem; border-bottom: 1px solid var(--ink); }
[data-layout="report"] .programme-grid { grid-template-columns: 1.2fr .9fr .9fr; border: 0; gap: 1rem; }
[data-layout="report"] .programme-grid article { border: 0; background: var(--surface); }
[data-layout="report"] .programme-grid article:first-child { color: white; background: var(--navy); }
[data-layout="report"] .programme-grid article:first-child h3, [data-layout="report"] .programme-grid article:first-child a { color: white; }
[data-layout="report"] .story-section { grid-template-columns: .65fr 1fr; align-items: start; }
[data-layout="report"] .story-media img { height: 520px; }
[data-layout="report"] .work-row { grid-template-columns: 1fr 2fr; }
[data-layout="report"] .work-number { font-size: 7rem; color: var(--surface); }
[data-layout="report"] .values-grid article { border-top: 5px solid var(--navy); }
[data-layout="report"] .partnership-options { grid-template-columns: 1.35fr 1fr; }
[data-layout="report"] .partnership-options article:last-child { grid-column: 2; }
[data-layout="report"] .partnership-options article:first-child { grid-row: 1 / 3; }
[data-layout="report"] .report-grid { grid-template-columns: repeat(3, 1fr); }
[data-layout="report"] .report-card { display: flex; min-height: 480px; flex-direction: column; }
[data-layout="report"] .report-card > span { min-height: 140px; }

/* Design Studio remains neutral across every site theme. */
.design-studio { position: fixed; right: 1rem; bottom: 1rem; z-index: 50; width: min(680px, calc(100% - 2rem)); max-height: 76svh; overflow: auto; border: 1px solid #a7aaa0; border-radius: 12px; color: #242622; background: #fafaf7; box-shadow: 0 8px 40px #0003; color-scheme: light; font: 14px/1.45 Arial, Helvetica, sans-serif; }
.design-studio summary { min-height: 48px; padding: 13px 18px; cursor: pointer; font-weight: 700; }
.design-studio summary span { margin-left: 10px; color: #555b51; font-weight: 400; }
.studio-body { padding: 0 18px 16px; }
.design-studio p { max-width: none; margin: 0 0 12px; color: #50564c; font: 14px/1.5 Arial, Helvetica, sans-serif; }
.studio-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.design-studio label { display: flex; min-width: 0; gap: 5px; flex-direction: column; font-weight: 700; }
.design-studio select { width: 100%; min-height: 44px; padding: 10px 8px; border: 1px solid #858c7f; border-radius: 5px; color: #242622; background: #fff; }
.studio-descriptions { margin-top: 14px; padding-top: 12px; border-top: 1px solid #d5d7ce; }
.studio-descriptions p { margin-bottom: 6px; font-size: 13px; }
.studio-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 14px; }
.design-studio button { min-height: 44px; padding: 10px 14px; border: 1px solid #252b23; border-radius: 5px; color: white; background: #252b23; }
.design-studio button.button-secondary { color: #252b23; background: transparent; }
.design-studio a { color: #364a24; text-decoration: underline; }
.design-studio :focus-visible { outline: 3px solid #385b9c; outline-offset: 3px; }
.studio-status { margin-top: 10px !important; }
.studio-link { display: block; margin-top: 10px; overflow-wrap: anywhere; }
.design-studio [hidden] { display: none !important; }
.design-studio:not([open]) { width: max-content; max-width: calc(100% - 2rem); border: 2px solid #ff7a3d; border-radius: 999px; color: white; background: #13243a; box-shadow: 0 4px 20px #0004; }
.design-studio:not([open]) summary { min-height: 48px; padding: 12px 18px; white-space: nowrap; }
.design-studio:not([open]) summary span { display: none; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 160px 1fr auto; }
  .brand img { width: 150px; }
  .site-nav { gap: 1rem; }
  .hero, [data-layout="report"] .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 1rem; }
  .hero-media img { height: min(70vw, 620px); }
  .proof-band { grid-template-columns: repeat(2, 1fr); }
  .programme-grid, .partnership-options, [data-layout="report"] .programme-grid, [data-layout="report"] .partnership-options { grid-template-columns: 1fr; }
  [data-layout="report"] .partnership-options article, [data-layout="report"] .partnership-options article:last-child, [data-layout="report"] .partnership-options article:first-child { grid-column: auto; grid-row: auto; }
  .programme-grid article { min-height: 270px; }
  [data-layout="field"] .programme-grid article { grid-template-columns: 70px 1fr; }
  [data-layout="field"] .programme-grid article p, [data-layout="field"] .programme-grid article a { grid-column: 2; }
  .section-heading, .process-section, .form-section, .document-list { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .governance-grid { grid-template-columns: 1fr 1fr; }
  .leader-card { grid-row: span 2; }
  [data-layout="report"] .report-grid { grid-template-columns: 1fr; }
  [data-layout="report"] .report-card { min-height: 0; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1180px); }
  body { padding-bottom: 70px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.8rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.3rem); }
  .site-header, [data-layout="report"] .site-header { grid-template-columns: 1fr auto; min-height: 72px; padding-inline: 16px; }
  .brand, [data-layout="report"] .brand { grid-column: 1; }
  .brand img { width: 136px; }
  .menu-toggle { display: inline-flex; grid-column: 2; grid-row: 1; min-height: 42px; align-items: center; padding: .5rem .8rem; border: 1px solid var(--line); color: var(--ink); background: transparent; font-weight: 800; }
  .site-nav, [data-layout="report"] .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; grid-column: auto; grid-row: auto; padding: 1.2rem 16px; border-bottom: 1px solid var(--line); flex-direction: column; background: var(--paper); }
  .site-nav.open { display: flex; }
  .header-donate { display: none; }
  .hero { padding-block: 3.5rem; }
  .hero-media::before { inset: -8px 8px 8px -8px; }
  .hero-media img, .page-hero .hero-media img { height: 78vw; min-height: 320px; }
  [data-layout="field"] .hero-copy { width: calc(100% - 32px); margin-left: 16px; }
  [data-layout="field"] .hero-media img { height: 82svh; min-height: 600px; }
  [data-layout="field"] .hero-media::after { background: linear-gradient(0deg, rgb(5 21 35 / 90%) 0%, rgb(5 21 35 / 42%) 80%); }
  .proof-band { grid-template-columns: 1fr 1fr; }
  .proof-band div { min-height: 118px; }
  .section-heading, .about-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .programme-grid { grid-template-columns: 1fr; }
  .programme-grid article { min-height: 240px; }
  [data-layout="field"] .programme-grid article { grid-template-columns: 44px 1fr; padding-inline: 1rem; }
  .story-section, [data-layout="field"] .story-section, [data-layout="report"] .story-section { grid-template-columns: 1fr; width: var(--shell); padding-right: 0; }
  .story-media img, [data-layout="field"] .story-media img, [data-layout="report"] .story-media img { height: 115vw; max-height: 650px; }
  .logo-row { grid-template-columns: 1fr 1fr; }
  .logo-row img { height: 95px; }
  .work-row, [data-layout="field"] .work-row, [data-layout="report"] .work-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .work-number, [data-layout="field"] .work-number, [data-layout="report"] .work-number { font-size: 3rem; opacity: 1; color: var(--orange); }
  .photo-quote { grid-template-columns: 1fr; }
  .photo-quote img { height: 110vw; max-height: 560px; }
  .action-band { align-items: flex-start; flex-direction: column; }
  .values-grid, .governance-grid, .donation-grid { grid-template-columns: 1fr; }
  .values-grid article + article { border-left: 1px solid var(--line); border-top: 0; }
  .leader-card { grid-row: auto; }
  [data-layout="field"] .partnership-options article { display: flex; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .wide { grid-column: auto; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .report-card { grid-template-columns: 95px 1fr; }
  .report-card > span { font-size: 1.8rem; }
  .amounts { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 24px; }
  .design-studio { right: .5rem; bottom: .5rem; width: calc(100% - 1rem); }
  .design-studio summary span { display: block; margin-left: 0; font-size: 12px; }
  .studio-controls { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
