:root {
  color-scheme: light;
  --orange: var(--wp--preset--color--viva-orange, #f15a22);
  --red: var(--wp--preset--color--viva-red, #c81424);
  --navy: var(--wp--preset--color--viva-navy, #13243a);
  --ink: var(--wp--preset--color--ink, #162234);
  --muted: var(--wp--preset--color--muted, #5f6873);
  --paper: var(--wp--preset--color--paper, #ffffff);
  --surface: var(--wp--preset--color--surface, #f7f5f2);
  --line: var(--wp--preset--color--line, #ddd7d0);
  --white: var(--wp--preset--color--white, #ffffff);
  --font-body: var(--wp--preset--font-family--body, "Source Sans 3", ui-sans-serif, system-ui, sans-serif);
  --font-display: var(--wp--preset--font-family--display, var(--font-body));
  --radius: var(--wp--custom--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: var(--wp--preset--font-family--display, Poppins, ui-sans-serif, system-ui, sans-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%);
}

[data-theme="dark"] {
  color-scheme: dark;
  --orange: #f15a22;
  --red: #ff7847;
  --navy: #08111d;
  --ink: #f7f9fc;
  --muted: #bac5d2;
  --paper: #0e1826;
  --surface: #172438;
  --line: #34445a;
  --white: #ffffff;
  --shadow: 0 22px 70px rgb(0 0 0 / 38%);
}

* { 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); max-width: none; margin-inline: auto; }
.wp-site-blocks > .shell,
.editor-styles-wrapper .shell,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .shell { max-width: none; }
.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: 11.5ch; font-size: clamp(3rem, 5.4vw, 6rem); font-weight: 650; letter-spacing: -.055em; }
h2 { font-size: clamp(2.1rem, 3.6vw, 4rem); letter-spacing: -.04em; }
h3 { font-size: clamp(1.3rem, 1.7vw, 1.8rem); letter-spacing: -.025em; line-height: 1.12; }
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; }
.actions .action-item, .text-link-wrap { margin: 0; }

.site-header { position: relative; top: auto; z-index: 30; display: grid; grid-template-columns: 180px 1fr auto; gap: 1.4rem; align-items: center; min-height: 84px; padding: .75rem max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgb(255 255 255 / 32%); color: white; background: color-mix(in srgb, var(--orange), transparent 2%); backdrop-filter: blur(16px); }
.viva-sticky-site-header .site-header { position: sticky; top: 0; }
.viva-sticky-site-header .wp-site-blocks > header.wp-block-template-part { position: sticky; top: 0; z-index: 30; }
.viva-sticky-site-header .wp-site-blocks > header.wp-block-template-part .site-header { position: relative; top: auto; }
.site-header > * { align-self: center; margin-block: 0 !important; }
.brand img { width: 178px; height: auto; filter: brightness(0) invert(1); }
.site-header > .site-nav,
.site-header .wp-block-navigation__container { display: flex; justify-content: center; gap: clamp(.7rem, 1.7vw, 1.5rem); align-items: center; }
.site-nav a { position: relative; color: white; 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: white; transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; }
.header-actions { display: flex; gap: .65rem; align-items: center; justify-content: flex-end; }
.theme-toggle { display: inline-grid; width: 42px; min-width: 42px; height: 42px; min-height: 42px; padding: 0; border: 1px solid #111; border-radius: 50%; place-items: center; color: white; background: #111; font-size: .82rem; font-weight: 800; }
.theme-toggle-icon { font-size: 1.3rem; line-height: 1; }
.theme-toggle:hover { border-color: white; color: #111; background: white; }
[data-theme="dark"] .theme-toggle { border-color: white; color: #111; background: white; }
[data-theme="dark"] .theme-toggle:hover { border-color: #111; color: white; background: #111; }
.site-header .header-donate .wp-block-button__link,
.site-header .header-donate.button { border-color: white; color: var(--orange); background: white; box-shadow: 0 8px 20px rgb(5 21 35 / 22%); transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.site-header .header-donate .wp-block-button__link:hover,
.site-header .header-donate.button:hover { border-color: var(--navy); color: white; background: var(--navy); box-shadow: 0 12px 28px rgb(5 21 35 / 30%); transform: translateY(-2px); }
.site-header .header-donate .wp-block-button__link:active,
.site-header .header-donate.button:active { box-shadow: 0 5px 12px rgb(5 21 35 / 22%); transform: translateY(0); }
.site-header :focus-visible { outline-color: white; }

.hero { display: grid; grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; min-height: clamp(620px, 78svh, 820px); padding-block: clamp(3.5rem, 6vw, 6.5rem); }
.hero-copy { display: flex; min-width: 0; flex-direction: column; gap: 1.5rem; }
.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(420px, 50vw, 650px); object-fit: cover; filter: saturate(.9) contrast(1.02); }
.hero-media figcaption { margin-top: .65rem; color: var(--muted); font-size: .76rem; }
.page-hero { min-height: clamp(560px, 68svh, 720px); }
.page-hero h1 { font-size: clamp(3rem, 5vw, 5.6rem); }
.page-hero .hero-media img { height: clamp(360px, 44vw, 560px); }

.proof-band { display: grid; width: var(--shell); margin-inline: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0; color: white; background: var(--navy); }
.proof-band > .wp-block-group { display: flex; min-width: 0; min-height: 142px; margin: 0; 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, .proof-band .proof-label { margin-top: .55rem; font-size: .83rem; opacity: .8; }
.section { padding-block: clamp(4rem, 7vw, 7.5rem); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 3rem; align-items: center; 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; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1rem; align-items: stretch; }
.programme-grid article { display: flex; min-width: 0; min-height: 320px; height: 100%; margin: 0; padding: clamp(1.5rem, 3vw, 2.8rem); border-top: 5px solid var(--orange); flex-direction: column; gap: 1.2rem; 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, .photo-quote > .wp-block-image, .logo-row .wp-block-image { margin: 0; }
.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); }
.partner-strip > .shell > .eyebrow { display: none; }
.logo-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 2rem; background: var(--line); }
.partner-strip .logo-row { margin-top: 0; }
.logo-row figure { display: grid; min-width: 0; margin: 0; overflow: hidden; place-items: center; background: white; }
.logo-row img { width: 100%; height: 122px; padding: 1.5rem; object-fit: contain; background: white; filter: grayscale(1); mix-blend-mode: normal; }
.logo-row figure:nth-child(1) img { padding: .5rem; transform: scale(1.55); }
.logo-row figure:nth-child(2) img,
.logo-row figure:nth-child(3) img { padding: 1rem; transform: scale(1.16); }
[data-theme="dark"] .logo-row { background: #34445a; }
[data-theme="dark"] .logo-row figure,
[data-theme="dark"] .logo-row img { background: white; }
[data-theme="dark"] .logo-row img { filter: grayscale(1) contrast(1.08); mix-blend-mode: normal; }
.home-cta,
.section.shell:has(> .cta-panel) { width: 100%; max-width: none; margin-inline: 0; padding-inline: 0; }
.home-cta { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr); align-items: stretch; padding-block: 0; background: var(--navy); }
.home-cta-media { min-height: 100%; margin: 0; }
.home-cta-media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.cta-panel { width: 100%; max-width: none; margin: 0; 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 minmax(0, 1fr) minmax(280px, .82fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; 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 > .work-copy > p:not(.eyebrow) { max-width: 70ch; margin-top: 1.5rem; color: var(--muted); font-size: 1.1rem; }
.work-photo { margin: 0; }
.work-photo img { display: block; width: 100%; min-height: 380px; aspect-ratio: 4 / 5; object-fit: cover; }
.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; }
.action-band-with-photo { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(0, 1fr); gap: 0; padding: 0; align-items: stretch; }
.action-band-with-photo .action-photo { min-height: 100%; margin: 0; }
.action-band-with-photo .action-photo img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.action-panel { display: flex; padding: clamp(2.5rem, 7vw, 6rem); flex-direction: column; justify-content: center; }
.action-panel .actions { margin-top: 2rem; }
.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: 1fr; gap: 0; align-items: stretch; padding-top: 0; }
.value-pair { display: grid; grid-template-columns: 1fr 1fr; height: 480px; }
.value-pair:nth-child(even) .value-photo { order: -1; }
.values-grid article { display: flex; min-height: 100%; height: 100%; margin: 0; padding: clamp(1.5rem, 5vw, 4.5rem); border-top: 5px solid var(--orange); flex-direction: column; justify-content: center; background: var(--surface); }
.value-photo { min-height: 100%; margin: 0; }
.value-photo img { display: block; width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.values-grid span, .values-grid .value-number { display: inline-flex; margin: 0; color: var(--orange); font-weight: 900; }
.values-grid h3 { margin-top: auto; padding-top: 2rem; }
.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; align-items: stretch; }
.governance-grid article { height: 100%; margin: 0; 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; align-items: stretch; }
.partnership-options article { display: flex; min-height: 390px; height: 100%; margin: 0; 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; }
.team-section { display: grid; gap: clamp(2rem, 5vw, 4rem); border-top: 1px solid var(--line); }
.team-section > .wp-block-group:first-child { display: grid; grid-template-columns: .65fr 1fr; gap: 2rem; align-items: center; }
.team-section > .wp-block-group:first-child h2 { max-width: 14ch; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.person-card { display: flex; min-height: 210px; margin: 0; padding: clamp(1.5rem, 3vw, 2.4rem); border-top: 5px solid var(--orange); flex-direction: column; justify-content: flex-end; background: var(--surface); }
.person-role { margin-top: .9rem; color: var(--muted); }
.team-name-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.team-name-list li { min-height: 92px; padding: 1.35rem; border-top: 5px solid var(--orange); background: var(--surface); font-weight: 750; }
.team-photo-strip { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 1rem; padding-top: 0; }
.team-photo-strip figure { margin: 0; }
.team-photo-strip img { display: block; width: 100%; height: 360px; object-fit: cover; }
.policy-intro { display: grid; min-height: 48svh; gap: 1.5rem; align-content: center; padding-block: clamp(4rem, 8vw, 8rem); }
.policy-intro h1 { max-width: 12ch; }
.policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding-top: 0; }
.policy-card { margin: 0; padding: clamp(1.5rem, 3vw, 2.8rem); border-top: 5px solid var(--orange); background: var(--surface); }
.policy-card h2 { font-size: clamp(1.8rem, 2.7vw, 2.8rem); }
.policy-card p { max-width: 62ch; margin-top: 1.25rem; color: var(--muted); }
.policy-card code { overflow-wrap: anywhere; word-break: break-word; }
.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-intro { display: flex; min-width: 0; flex-direction: column; }
.process-photo { margin: 2.5rem 0 0; }
.process-photo img { display: block; width: 100%; min-height: 360px; aspect-ratio: 4 / 5; object-fit: cover; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li, .process-list .process-step { 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, .process-list .process-step:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span, .process-list .process-number { margin: 0; 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); padding-inline: clamp(1.5rem, 4vw, 3.5rem); 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, .report-card > .report-year { display: grid; margin: 0; 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); }
.report-detail-intro { display: grid; min-height: min(680px, 76svh); align-content: end; padding-block: clamp(7rem, 15vw, 12rem) clamp(3.5rem, 8vw, 7rem); }
.report-detail-intro h1 { max-width: 11ch; margin-block: .75rem 1.5rem; font-size: clamp(3.5rem, 8vw, 7.6rem); }
.report-detail-intro .lead { max-width: 56ch; color: var(--muted); font-size: clamp(1.15rem, 1.8vw, 1.45rem); }
.report-detail-intro-with-image { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(2.5rem, 6vw, 6rem); min-height: auto; align-items: center; align-content: initial; padding-block: clamp(2.5rem, 6vw, 5rem); }
.report-detail-intro-with-image h1 { font-size: clamp(3.5rem, 6.5vw, 6.75rem); text-align: center; }
.report-detail-photo { margin: 0; }
.report-detail-photo img { display: block; width: 100%; min-height: 440px; aspect-ratio: 4 / 5; object-fit: cover; }
.report-detail-year { margin: 0; color: var(--orange); font-family: var(--font-display); font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 800; line-height: .9; }
.report-period { max-width: 56ch; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; font-weight: 650; }
.report-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); color: var(--white); background: var(--navy); }
.report-metric { display: flex; min-height: 260px; flex-direction: column; justify-content: center; margin-block-start: 24px !important; padding: clamp(1.75rem, 4vw, 3.25rem); border-right: 1px solid rgb(255 255 255 / 18%); }
.report-metric:nth-child(2n) { border-right: 0; }
.report-metric:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / 18%); }
.report-metric:last-child { border-right: 0; }
.report-metric p { margin: 0; }
.report-metric-value { color: var(--orange); font-family: var(--font-display); font-size: clamp(2rem, 3.3vw, 4.2rem); font-weight: 800; line-height: .95; overflow-wrap: anywhere; }
.report-metric-label { margin-top: 1rem !important; color: rgb(255 255 255 / 78%); font-weight: 600; }
.report-document-section { display: grid; gap: clamp(2.5rem, 6vw, 6rem); }
.report-document-section > div:first-child { max-width: 62ch; }
.report-document-section > div:first-child > p:last-child { margin-top: 1.25rem; color: var(--muted); }
.report-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 3vw, 2rem); }
.report-page-grid figure { margin: 0; padding: clamp(.75rem, 2vw, 1.5rem); border: 1px solid var(--line); background: var(--surface); }
.report-page-grid img { display: block; width: 100%; height: auto; }
.report-download-section { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; }
.report-files { display: grid; gap: 1rem; }
.report-files .wp-block-file { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; margin: 0; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.report-files .wp-block-file > a:first-child { color: var(--ink); font-weight: 700; text-decoration: none; }
.report-files .wp-block-file__button { margin: 0; border-radius: 0; color: var(--white); background: var(--orange); font-weight: 750; }
.report-story-section { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.report-story-section figure { margin: 0; }
.report-story-section img { display: block; width: 100%; min-height: 440px; object-fit: cover; }
.report-story-section > div > p:last-child { margin-top: 1.25rem; color: var(--muted); }
.report-programmes > div:first-child { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 2rem; align-items: end; margin-bottom: clamp(2rem, 5vw, 4rem); }
.report-programme-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); }
.report-programme-card { min-height: 280px; padding: clamp(1.75rem, 4vw, 3.25rem); border-top: 5px solid var(--orange); background: var(--surface); }
.report-programme-card:nth-child(odd) { border-right: 1px solid var(--line); }
.report-programme-card h3 { max-width: 14ch; }
.report-programme-card p { max-width: 48ch; margin-top: 1.25rem; color: var(--muted); }
.report-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.report-gallery figure { display: flex; height: 100%; margin: 0; flex-direction: column; }
.report-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.report-gallery figcaption { flex: 1; margin: 0; padding: 1rem; color: var(--muted); background: var(--surface); }
.report-source { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(2rem, 6vw, 6rem); align-items: end; border-top: 1px solid var(--line); }
.report-source > div:first-child { max-width: 62ch; }
.report-source > div:first-child > p:last-child { margin-top: 1.25rem; color: var(--muted); }
.report-navigation { display: flex; justify-content: center; padding: clamp(2.5rem, 5vw, 4rem) var(--page-gutter, 24px); background: var(--orange); }
.report-navigation .actions { display: flex; gap: 1.25rem; align-items: center; }
.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 .text-link-wrap { border-bottom: 1px solid var(--line); }
.document-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; 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); }
.report-contact-feature { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(0, .9fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; padding-top: 0; }
.report-contact-photo { margin: 0; }
.report-contact-photo img { display: block; width: 100%; min-height: 460px; object-fit: cover; }
.report-contact-panel > p:not(.eyebrow) { max-width: 52ch; margin-top: 1.5rem; color: var(--muted); }
.report-contact-panel .actions { margin-top: 2rem; }
.contact-photo-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding-top: 0; }
.contact-photo-strip figure { margin: 0; }
.contact-photo-strip img { display: block; width: 100%; height: 460px; object-fit: cover; }

.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 { display: none; }
.contact-alternative p { margin-bottom: 1rem; color: var(--muted); }

.gallery-intro { display: grid; min-height: 46svh; gap: 1.5rem; align-content: center; padding-block: clamp(4rem, 8vw, 8rem); }
.gallery-intro h1 { max-width: 12ch; }
.gallery-section { padding-top: 0; }
.viva-social-gallery { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem !important; align-items: stretch; }
.viva-social-gallery > .wp-block-image { width: auto !important; margin: 0 !important; overflow: hidden; background: var(--surface); }
.viva-social-gallery > .wp-block-image img { width: 100% !important; height: 360px !important; object-fit: cover; transition: transform .25s ease; }
.viva-social-gallery > .wp-block-image:nth-child(6n + 1) img,
.viva-social-gallery > .wp-block-image:nth-child(6n + 5) img { height: 430px !important; }
.viva-social-gallery > .wp-block-image:hover img { transform: scale(1.025); }

/* Keep the locally managed CookieYes banner visually consistent with VIVA. */
.cky-consent-container .cky-consent-bar { border: 1px solid var(--line) !important; border-top: 5px solid var(--orange) !important; border-radius: var(--radius) !important; background: var(--paper) !important; box-shadow: var(--shadow) !important; }
.cky-consent-container .cky-title { color: var(--ink) !important; font-family: var(--font-display) !important; font-weight: 700 !important; }
.cky-consent-container .cky-notice-des { color: var(--muted) !important; font-family: var(--font-body) !important; }
.cky-consent-container .cky-btn { border-radius: var(--radius) !important; font-family: var(--font-body) !important; font-weight: 800 !important; }
.cky-consent-container .cky-btn-accept { border-color: var(--orange) !important; color: white !important; background: var(--orange) !important; }
.cky-consent-container .cky-btn-reject { border-color: var(--navy) !important; color: white !important; background: var(--navy) !important; }
.cky-consent-container .cky-btn-customize { border-color: var(--orange) !important; color: var(--orange) !important; background: transparent !important; }

.site-footer { display: grid; grid-template-columns: 1.35fr .8fr .7fr .9fr; gap: clamp(2rem, 4vw, 4rem); padding: 4rem max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); color: rgb(255 255 255 / 70%); background: var(--navy); }
.footer-logo { width: min(200px, 100%); margin: 0; }
.footer-logo img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.site-footer > div:first-child p { max-width: 40ch; margin-top: 1rem; }
.footer-identity { font-size: .88rem; line-height: 1.55; }
.footer-links { display: grid; gap: .6rem; align-content: start; }
.footer-links a, .site-footer a { color: white; text-decoration: none; }
.footer-links a:hover, .site-footer a:hover { color: var(--orange); }
.footer-social .eyebrow { color: var(--orange); }
.footer-social-icons { display: flex; gap: .85rem; align-items: center; margin-top: 1rem; padding: 0; }
.footer-social-icons .wp-social-link { color: white; background: transparent !important; }
.footer-social-icons .wp-social-link a { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; }
.footer-social-icons .wp-social-link svg { width: 30px; height: 30px; transition: opacity .18s ease, transform .18s ease; }
.footer-social-icons .wp-social-link a:hover svg { opacity: .72; transform: translateY(-2px); }
.footer-note { font-size: 1.02rem; line-height: 1.7; }
.footer-note p + p { margin-top: .6rem; }

/* Field story layout: photography leads and content reads like a visual field journal. */
.viva-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); }
.viva-layout-field .hero-media { grid-area: 1 / 1; height: 100%; }
.viva-layout-field .hero-media::before { display: none; }
.viva-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%); }
.viva-layout-field .hero-media img { width: 100%; height: 100%; min-height: calc(100svh - 84px); }
.viva-layout-field .hero-media figcaption { position: absolute; right: 2rem; bottom: 1rem; z-index: 2; color: white; }
.viva-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; }
.viva-layout-field .hero h1, .viva-layout-field .hero .lead { color: white; }
.viva-layout-field .hero .lead { max-width: 56ch; }
.viva-layout-field .hero .text-link { color: white; }
.viva-layout-field .page-hero { min-height: 76svh; }
.viva-layout-field .page-hero .hero-media img { height: 100%; min-height: 76svh; }
.viva-layout-field .programme-grid { display: grid; grid-template-columns: 1fr; border-left: 0; }
.viva-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); }
.viva-layout-field .programme-grid article:nth-child(2) { background: var(--paper); }
.viva-layout-field .story-section { grid-template-columns: 1.15fr .85fr; width: 100%; max-width: none; padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.viva-layout-field .story-media img { height: 760px; }
.viva-layout-field .work-row { grid-template-columns: 170px minmax(0, 1fr) minmax(280px, .82fr); }
.viva-layout-field .work-number { font-size: 6rem; opacity: .18; }
.viva-layout-field .partnership-options { display: grid; grid-template-columns: 1fr; }
.viva-layout-field .partnership-options article { display: grid; grid-template-columns: .35fr 1fr 1fr; min-height: 0; gap: 2rem; align-items: center; }
.viva-layout-field .partnership-options article .text-link { grid-column: 3; margin: 0; }

/* Annual report layout: editorial hierarchy, columns, and proof-forward cards. */
.viva-layout-report h1, .viva-layout-report h2, .viva-layout-report h3 { font-family: var(--font-display); }
.viva-layout-report .site-header { grid-template-columns: 1fr auto 1fr; }
.viva-layout-report .brand { grid-column: 2; }
.viva-layout-report .site-nav { grid-column: 1; grid-row: 1; justify-content: start; }
.viva-layout-report .header-donate { justify-self: end; }
.viva-layout-report .hero { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: end; }
.viva-layout-report .hero h1 { max-width: 13ch; }
.viva-layout-report .hero-media img { height: clamp(420px, 48vw, 610px); }
.viva-layout-report .hero-media::before { inset: 18px -18px -18px 18px; background: var(--red); }
.viva-layout-report .proof-band { width: var(--shell); margin-inline: auto; transform: translateY(-1.5rem); }
.viva-layout-report .section-heading { grid-template-columns: 1.2fr .8fr; padding-bottom: 2rem; border-bottom: 1px solid var(--ink); }
.viva-layout-report .programme-grid { grid-template-columns: 1.2fr .9fr .9fr; border: 0; gap: 1rem; }
.viva-layout-report .programme-grid article { border: 0; background: var(--surface); }
.viva-layout-report .programme-grid article:first-child { color: white; background: var(--navy); }
.viva-layout-report .programme-grid article:first-child h3, .viva-layout-report .programme-grid article:first-child a { color: white; }
.viva-layout-report .story-section { grid-template-columns: .65fr 1fr; align-items: start; }
.viva-layout-report .story-media img { height: 520px; }
.viva-layout-report .work-row { grid-template-columns: 1fr 2fr minmax(280px, 1fr); }
.viva-layout-report .work-number { font-size: 7rem; color: var(--surface); }
.viva-layout-report .values-grid article { border-top: 5px solid var(--navy); }
.viva-layout-report .partnership-options { grid-template-columns: 1.35fr 1fr; }
.viva-layout-report .partnership-options article:last-child { grid-column: 2; }
.viva-layout-report .partnership-options article:first-child { grid-row: 1 / 3; }
.viva-layout-report .report-grid { grid-template-columns: repeat(3, 1fr); }
.viva-layout-report .report-card { display: flex; min-height: 480px; flex-direction: column; }
.viva-layout-report .report-card > span, .viva-layout-report .report-card > .report-year { 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 (min-width: 1121px) {
  .site-header .wp-block-navigation__responsive-container-open,
  .site-header .wp-block-navigation__responsive-container-close { display: none !important; }
  .site-header .wp-block-navigation__responsive-container { position: static; display: block !important; width: auto; height: auto; color: inherit; background: transparent; }
  .site-header .wp-block-navigation__responsive-container-content { padding: 0; }
}

@media (max-width: 1120px) {
  .site-header, .viva-layout-report .site-header { grid-template-columns: minmax(140px, 1fr) auto auto; gap: .8rem; min-height: 76px; padding-inline: 20px; backdrop-filter: none; }
  .brand, .viva-layout-report .brand { grid-column: 1; }
  .brand img { width: 150px; }
  .menu-toggle { display: inline-flex; grid-column: 2; grid-row: 1; min-height: 44px; align-items: center; padding: .55rem .85rem; border: 1px solid rgb(255 255 255 / 72%); color: white; background: transparent; font-weight: 800; }
  .header-actions { grid-column: 3; grid-row: 1; }
  .site-header > nav.site-nav:not(.wp-block-navigation) { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1.25rem 20px; border-bottom: 1px solid rgb(255 255 255 / 32%); align-items: stretch; flex-direction: column; background: var(--orange); }
  .site-header > nav.site-nav:not(.wp-block-navigation).open { display: flex; }
  .site-header > nav.site-nav.wp-block-navigation { position: static; display: flex; grid-column: 2; grid-row: 1; padding: 0; border: 0; background: transparent; }
  .site-header .wp-block-navigation__responsive-container-open { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; color: white; }
  .site-header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open { position: fixed; inset: 0; z-index: 100000; display: flex !important; padding: 2rem 1.5rem; color: var(--ink); background: var(--paper); }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 3.5rem; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { gap: 1.1rem; align-items: flex-start; flex-direction: column; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { color: var(--ink); font-size: 1.15rem; }
  .site-header .wp-block-navigation__responsive-container-close { min-width: 44px; min-height: 44px; color: var(--ink); }
  .hero, .viva-layout-report .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { width: 100%; max-width: none; padding-top: 0; }
  .hero-copy > *, .hero-copy h1, .hero-copy .lead { width: 100%; max-width: none; }
  .hero-media img, .page-hero .hero-media img { height: min(68vw, 560px); min-height: 360px; }
  .proof-band { grid-template-columns: repeat(2, 1fr); }
  .proof-band strong { font-size: clamp(2.5rem, 7vw, 4.25rem); }
  .programme-grid, .partnership-options, .viva-layout-report .programme-grid, .viva-layout-report .partnership-options { grid-template-columns: 1fr; }
  .viva-layout-report .partnership-options article, .viva-layout-report .partnership-options article:last-child, .viva-layout-report .partnership-options article:first-child { grid-column: auto; grid-row: auto; }
  .programme-grid article { min-height: 270px; }
	.home-cta { grid-template-columns: 1fr 1fr; }
	.home-cta-media img { min-height: 100%; }
  .viva-layout-field .programme-grid article { grid-template-columns: 70px 1fr; }
  .viva-layout-field .programme-grid article p, .viva-layout-field .programme-grid article a { grid-column: 2; }
  .section-heading, .process-section, .form-section, .document-list { grid-template-columns: 1fr; }
  .section-heading > *, .section-heading h2, .section-heading > p { width: 100%; max-width: none; }
	.team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.work-row, .viva-layout-field .work-row, .viva-layout-report .work-row { grid-template-columns: 80px minmax(0, 1fr); }
	.work-photo { grid-column: 2; }
	.work-photo img { min-height: 360px; aspect-ratio: 16 / 9; }
	.process-photo img { min-height: 380px; aspect-ratio: 16 / 9; }
	.site-footer { grid-template-columns: 1fr 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .governance-grid { grid-template-columns: 1fr 1fr; }
  .leader-card { grid-row: span 2; }
  .viva-layout-report .report-grid { grid-template-columns: 1fr; }
  .viva-layout-report .report-card { min-height: 0; }
  .report-detail-intro { min-height: auto; }
  .report-detail-intro-with-image { grid-template-columns: 1fr; }
  .report-detail-photo img { min-height: 360px; aspect-ratio: 16 / 9; }
  .report-download-section, .report-story-section, .report-source { grid-template-columns: 1fr; }
  .report-story-section img { min-height: 360px; }
  .report-source { align-items: start; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1180px); }
  body { padding-bottom: 70px; }
  h1 { font-size: clamp(2.8rem, 11vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 8.5vw, 3.2rem); }
  .site-header, .viva-layout-report .site-header { gap: .55rem; min-height: 72px; padding-inline: 16px; }
  .brand img { width: 136px; }
	.theme-toggle { padding: 0; }
  .hero { padding-block: 3.25rem; }
  .hero-media::before { inset: -8px 8px 8px -8px; }
  .hero-media img, .page-hero .hero-media img { height: 82vw; min-height: 300px; max-height: 520px; }
  .viva-layout-field .hero-copy { width: calc(100% - 32px); margin-left: 16px; }
  .viva-layout-field .hero-media img { height: 82svh; min-height: 600px; }
  .viva-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 > .wp-block-group { min-height: 118px; }
  .proof-band strong { font-size: clamp(2.25rem, 10vw, 3.5rem); }
  .section-heading, .about-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .programme-grid { grid-template-columns: 1fr; }
  .programme-grid article { min-height: 240px; }
  .viva-layout-field .programme-grid article { grid-template-columns: 44px 1fr; padding-inline: 1rem; }
  .story-section, .viva-layout-field .story-section, .viva-layout-report .story-section { grid-template-columns: 1fr; width: var(--shell); padding-right: 0; }
	.home-cta { grid-template-columns: 1fr; }
	.home-cta-media img { min-height: 320px; max-height: 520px; }
  .story-media img, .viva-layout-field .story-media img, .viva-layout-report .story-media img { height: 115vw; max-height: 650px; }
  .logo-row { grid-template-columns: 1fr 1fr; }
  .logo-row img { height: 95px; }
  .work-row, .viva-layout-field .work-row, .viva-layout-report .work-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .work-number, .viva-layout-field .work-number, .viva-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; }
	.action-band-with-photo, .value-pair, .report-contact-feature, .contact-photo-strip { grid-template-columns: 1fr; }
	.value-pair { height: auto; }
	.action-band-with-photo .action-photo img { min-height: 360px; max-height: 560px; }
	.action-panel { padding: 3rem 24px; }
	.value-pair:nth-child(even) .value-photo { order: 0; }
	.value-photo img, .report-contact-photo img, .contact-photo-strip img { min-height: 320px; height: min(100vw, 520px); }
	.values-grid, .governance-grid, .donation-grid, .team-grid, .policy-grid, .team-photo-strip { grid-template-columns: 1fr; }
	.team-photo-strip img { height: min(100vw, 520px); }
	.team-section > .wp-block-group:first-child { grid-template-columns: 1fr; }
	.team-name-list { grid-template-columns: 1fr 1fr; }
	.viva-social-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.viva-social-gallery > .wp-block-image img,
	.viva-social-gallery > .wp-block-image:nth-child(6n + 1) img,
	.viva-social-gallery > .wp-block-image:nth-child(6n + 5) img { height: 320px !important; }
  .leader-card { grid-row: auto; }
  .viva-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, .report-card > .report-year { font-size: 1.8rem; }
  .report-detail-intro { padding-block: 5rem 3.5rem; }
  .report-detail-intro h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .report-metrics, .report-page-grid, .report-programme-grid, .report-gallery { grid-template-columns: 1fr; }
  .report-metric { min-height: 170px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 18%); }
  .report-metric:nth-child(3) { border-bottom: 1px solid rgb(255 255 255 / 18%); }
  .report-metric:last-child { border-bottom: 0; }
  .report-files .wp-block-file { grid-template-columns: 1fr; gap: .75rem; }
  .report-files .wp-block-file__button { justify-self: start; }
  .report-story-section img { min-height: 0; }
  .report-programmes > div:first-child { grid-template-columns: 1fr; }
  .report-programme-card { min-height: 0; border-right: 0 !important; }
  .report-navigation .actions { align-items: stretch; flex-direction: column; }
  .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; }
}

/* WordPress integration and live form states. */
body { padding-bottom: 0; }
.wp-site-blocks { min-height: 100svh; }
.wp-site-blocks > * { margin-block-start: 0; }
.site-header.wp-block-group,
.site-footer.wp-block-group { margin-block-start: 0; }
.site-header .wp-block-navigation { align-self: center; margin: 0; }
.site-header .wp-block-navigation__container { gap: clamp(1rem, 3vw, 2.4rem); align-items: center; margin: 0; }
.site-header .wp-block-navigation-item { display: flex; align-items: center; margin: 0; }
.site-header .wp-block-navigation-item__content { position: relative; padding: 0; text-decoration: none; }
.site-header .wp-block-navigation-item__content::after { position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 2px; content: ""; background: var(--orange); transition: right .2s ease; }
.site-header .wp-block-navigation-item__content:hover::after,
.site-header .current-menu-item > .wp-block-navigation-item__content::after { right: 0; }
.site-header .wp-block-buttons,
.site-header .wp-block-button { margin: 0; }
.site-header .wp-block-button__link { min-height: 42px; padding: .56rem 1rem; border: 1px solid var(--orange); border-radius: var(--radius); color: white; background: var(--orange); font-weight: 800; }
.site-footer .wp-block-group,
.site-footer .wp-block-navigation { margin: 0; }
.site-footer .wp-block-navigation__container { display: grid; gap: .6rem; }
.site-footer .wp-block-navigation-item__content { color: white; text-decoration: none; }
.site-footer .wp-block-navigation-item__content:hover { color: var(--orange); }
.viva-editor-note { padding: 1rem 1.25rem; border-left: 4px solid var(--orange); background: var(--surface); }
.site-nav .menu { display: flex; gap: clamp(1rem, 3vw, 2.4rem); align-items: center; margin: 0; padding: 0; list-style: none; }
.site-nav li { margin: 0; }
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after { right: 0; }
.brand .custom-logo-link { display: block; }
.brand .custom-logo { width: 178px; height: auto; }
.viva-page > p:empty { display: none; }
.viva-review-note { width: var(--shell); margin: 0 auto 2rem; padding: 1rem 1.25rem; border-left: 4px solid #d99a00; color: #382c10; background: #fff5cf; }
.governance .viva-review-note { width: 100%; }
.people-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; margin-top: 1rem; }
.people-columns section { height: 100%; margin: 0; padding: clamp(1.5rem, 3vw, 2.8rem); border: 1px solid var(--line); }
.people-list { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.people-list li { padding-bottom: .6rem; border-bottom: 1px solid var(--line); font-weight: 750; }
.viva-donation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.viva-donation-form label { display: grid; gap: .4rem; font-size: .85rem; font-weight: 800; }
.viva-donation-form input,
.viva-donation-form select { width: 100%; min-height: 52px; padding: .8rem; border: 1px solid rgb(255 255 255 / 38%); border-radius: 0; color: var(--ink); background: white; }
.viva-donation-form .button,
.viva-donation-form .form-status { grid-column: 1 / -1; }
.viva-donation-form .button:disabled { cursor: not-allowed; opacity: .55; }
.viva-payment-pending { margin-top: 1.25rem; color: rgb(255 255 255 / 78%); }
.viva-form-notice { width: var(--shell); margin: 2rem auto 0; padding: 1rem 1.25rem; border-left: 4px solid var(--navy); background: var(--surface); }
.viva-form-notice.is-success { border-color: #287a4b; }
.viva-form-notice.is-error { border-color: var(--red); }
.donation-card > .viva-form-notice,
.form-section > .viva-form-notice { width: 100%; grid-column: 1 / -1; margin-top: 0; color: var(--ink); }
.viva-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.prose-page { min-height: 60svh; }
.prose-page h1 { margin-bottom: 2rem; }
.admin-bar.viva-sticky-site-header .wp-site-blocks > header.wp-block-template-part { top: 32px; }

@media (max-width: 782px) {
  .admin-bar.viva-sticky-site-header .wp-site-blocks > header.wp-block-template-part { top: 46px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 0; }
  .site-nav .menu { align-items: stretch; flex-direction: column; }
  .brand .custom-logo { width: 136px; }
  .site-header .site-nav.wp-block-navigation { position: static; display: flex; grid-column: 2; grid-row: 1; padding: 0; border: 0; background: transparent; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open { padding: 2rem 1.25rem; color: var(--ink); background: var(--paper); }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: flex-start; }
	.team-name-list { grid-template-columns: 1fr; }
	.viva-social-gallery { grid-template-columns: 1fr; }
	.viva-social-gallery > .wp-block-image img,
	.viva-social-gallery > .wp-block-image:nth-child(6n + 1) img,
	.viva-social-gallery > .wp-block-image:nth-child(6n + 5) img { height: min(112vw, 520px) !important; }
  .people-columns,
  .people-list,
  .viva-donation-form { grid-template-columns: 1fr; }
  .viva-donation-form .button,
  .viva-donation-form .form-status { grid-column: auto; }
}

@media (max-width: 540px) {
	.site-header .header-donate { display: none; }
}
