:root {
  --ink: #081b29;
  --ink-soft: #173548;
  --paper: #f3f0e8;
  --white: #ffffff;
  --lime: #eefc57;
  --blue: #16b8f3;
  --orange: #ff7d45;
  --line: rgba(8, 27, 41, .18);
  --max: 1440px;
  --pad: clamp(22px, 5vw, 78px);
  --display: 'Aptos Display', 'Arial Black', 'Segoe UI', Arial, sans-serif;
  --body: 'Aptos', 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; }
a { color: inherit; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.03; letter-spacing: -.045em; }
h2 { font-size: clamp(2.45rem, 5.2vw, 5.6rem); max-width: 980px; }
p:last-child { margin-bottom: 0; }

.sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { background: var(--lime); color: var(--ink); font-weight: 800; left: 10px; padding: 10px 16px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 10px; }

.site-header { align-items: center; background: rgba(243, 240, 232, .92); border-bottom: 1px solid var(--line); display: flex; height: 82px; justify-content: space-between; padding: 0 var(--pad); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.site-header-dark { background: rgba(8, 27, 41, .94); border-color: rgba(255,255,255,.15); position: relative; }
.brand { align-items: center; display: inline-flex; font-family: var(--display); font-size: 1.15rem; font-weight: 800; gap: 10px; letter-spacing: .08em; text-decoration: none; }
.brand-light { color: var(--white); }
.brand-mark { fill: none; height: 38px; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 3; width: 38px; }
.primary-nav { align-items: center; display: flex; font-size: .88rem; font-weight: 700; gap: clamp(18px, 2.6vw, 42px); }
.primary-nav a { text-decoration: none; }
.primary-nav a:not(.nav-donate):hover { text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 3px; text-underline-offset: 7px; }
.nav-donate { align-items: center; background: var(--ink); color: var(--white); display: inline-flex; gap: 20px; min-height: 46px; padding: 0 17px; }
.nav-donate span { color: var(--lime); }
.back-link { color: var(--white); font-size: .9rem; font-weight: 700; text-decoration-color: var(--lime); text-underline-offset: 5px; }
.menu-toggle { background: transparent; border: 0; display: none; height: 44px; padding: 10px; width: 44px; }
.menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 6px 0; width: 24px; }

.hero { background: var(--paper); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); min-height: calc(100svh - 82px); overflow: hidden; padding: clamp(64px, 8vw, 120px) var(--pad) 70px; position: relative; }
.hero-grid { background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 80px 80px; inset: 0; mask-image: linear-gradient(90deg, rgba(0,0,0,.22), transparent 70%); opacity: .35; pointer-events: none; position: absolute; }
.hero-copy, .hero-signal { position: relative; z-index: 1; }
.status { align-items: center; display: flex; font-size: .76rem; font-weight: 800; gap: 9px; letter-spacing: .12em; margin-bottom: clamp(40px, 7vh, 90px); text-transform: uppercase; }
.status span { background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,125,69,.18); height: 8px; width: 8px; }
.status-light { color: var(--white); }
.kicker, .eyebrow { font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker { color: var(--ink-soft); margin-bottom: 20px; }
.eyebrow { color: var(--ink-soft); margin-bottom: 28px; }
.eyebrow.light { color: var(--lime); }
.hero h1 { font-size: clamp(4.1rem, 10.6vw, 10rem); letter-spacing: -.075em; line-height: .82; margin-bottom: 38px; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--ink); }
.hero-intro { font-size: clamp(1.15rem, 1.8vw, 1.5rem); line-height: 1.45; max-width: 710px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 30px; margin-top: 42px; }
.button { align-items: center; border: 0; display: inline-flex; font-weight: 800; gap: 18px; justify-content: space-between; min-height: 54px; padding: 0 22px; text-decoration: none; transition: box-shadow .18s ease, transform .18s ease; }
.button:hover { box-shadow: 6px 6px 0 var(--blue); transform: translate(-2px, -2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.button-primary { background: var(--ink); color: var(--white); }
.button-lime { background: var(--lime); color: var(--ink); }
.button-lime:hover { box-shadow-color: var(--white); }
.text-link { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.text-link span { color: var(--blue); margin-left: 6px; }
.hero-signal { align-self: center; border-left: 1px solid var(--line); margin-left: clamp(0px, 3vw, 60px); padding-left: clamp(26px, 4vw, 70px); }
.signal-label { display: block; font-size: .72rem; font-weight: 800; letter-spacing: .16em; margin-bottom: 24px; text-transform: uppercase; }
.signal-orbit { aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; display: grid; max-width: 390px; place-items: center; position: relative; }
.signal-orbit::before, .signal-orbit::after { border: 1px solid var(--line); border-radius: 50%; content: ''; position: absolute; }
.signal-orbit::before { inset: 18%; }
.signal-orbit::after { background: var(--blue); border: 0; height: 8px; left: 13%; top: 25%; width: 8px; }
.signal-core { font-size: clamp(1.1rem, 1.5vw, 1.5rem); line-height: 1.3; text-align: center; z-index: 2; }
.signal-core strong { font-family: var(--display); }
.orbit-word { background: var(--paper); font-size: .68rem; font-weight: 800; letter-spacing: .12em; padding: 3px 7px; position: absolute; text-transform: uppercase; }
.orbit-one { left: -14px; top: 49%; }
.orbit-two { right: -25px; top: 31%; }
.orbit-three { bottom: 7%; left: 48%; }
.hero-signal > p { font-size: .85rem; margin: 28px 0 0; max-width: 360px; }

.definition-strip { align-items: center; background: var(--lime); display: grid; gap: 25px; grid-template-columns: auto 35px auto 1fr; min-height: 130px; padding: 25px var(--pad); }
.definition-strip div:not(.plus) { align-items: baseline; display: flex; gap: 15px; }
.definition-strip strong { font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.07em; }
.definition-strip span { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.definition-strip .plus { font-size: 2rem; text-align: center; }
.definition-strip p { border-left: 1px solid rgba(8,27,41,.35); font-weight: 700; margin: 0 0 0 auto; max-width: 300px; padding-left: 28px; }

.section { display: grid; gap: 35px; grid-template-columns: 70px minmax(0, .9fr) minmax(300px, .6fr); margin: 0 auto; max-width: var(--max); padding: clamp(90px, 12vw, 180px) var(--pad); }
.section-index { color: rgba(8,27,41,.45); font-family: var(--display); font-size: .8rem; font-weight: 800; padding-top: 7px; }
.section-heading { grid-column: 2; }
.section-heading h2 { margin-bottom: 0; }
.mission-copy { grid-column: 3; padding-top: 54px; }
.lead { font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 600; line-height: 1.45; }
.scope-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-column: 2 / -1; grid-template-columns: repeat(4, 1fr); margin-top: 55px; }
.scope-grid article { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 270px; padding: 28px; }
.scope-grid article > span { color: var(--blue); font-family: var(--display); font-size: .75rem; font-weight: 800; }
.scope-grid h3 { font-size: 1.9rem; margin: 80px 0 15px; }
.scope-grid p { font-size: .92rem; }

.action-section { background: var(--ink); color: var(--white); display: grid; gap: clamp(50px, 7vw, 110px); grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr); padding: clamp(90px, 11vw, 170px) var(--pad); }
.action-heading { position: sticky; top: 130px; align-self: start; }
.action-heading h2 { font-size: clamp(3rem, 6.8vw, 7.4rem); }
.action-steps { counter-reset: none; list-style: none; margin: 0; padding: 0; }
.action-steps li { border-top: 1px solid rgba(255,255,255,.22); display: grid; gap: 25px; grid-template-columns: 55px 1fr; padding: 28px 0 34px; }
.action-steps li > span { color: var(--lime); font-family: var(--display); font-size: .85rem; font-weight: 800; }
.action-steps h3 { font-size: clamp(1.55rem, 2.4vw, 2.3rem); margin-bottom: 10px; }
.action-steps p { color: rgba(255,255,255,.75); max-width: 630px; }
.action-footer { align-items: center; border-top: 1px solid rgba(255,255,255,.22); display: flex; gap: 30px; grid-column: 1 / -1; justify-content: space-between; padding-top: 32px; }
.action-footer p { color: rgba(255,255,255,.72); font-size: .85rem; max-width: 570px; }

.structure { grid-template-columns: 70px 1fr; }
.structure .section-heading { grid-column: 2; }
.structure-intro { font-size: 1.25rem; grid-column: 2; max-width: 720px; }
.structure-map { align-items: stretch; display: grid; gap: 20px; grid-column: 2; grid-template-columns: 1fr 170px 1fr; margin-top: 40px; }
.entity { border: 2px solid var(--ink); display: flex; flex-direction: column; min-height: 520px; padding: clamp(28px, 4vw, 54px); }
.entity-commercial { background: var(--white); }
.entity-cic { background: var(--lime); }
.entity-label { font-size: .68rem; font-weight: 800; letter-spacing: .12em; min-height: 40px; text-transform: uppercase; }
.entity h3 { font-size: clamp(2.2rem, 4vw, 4.5rem); margin: 30px 0 45px; }
.entity h3.entity-name-full { font-size: clamp(1.65rem, 2.65vw, 3rem); line-height: 1.02; }
.entity ul { border-top: 1px solid var(--line); list-style: none; margin: 0; padding: 0; }
.entity li { border-bottom: 1px solid var(--line); padding: 12px 0; }
.entity > p { font-size: .86rem; font-weight: 700; margin-top: auto; padding-top: 35px; }
.relationship { align-items: center; align-self: center; display: flex; flex-direction: column; font-size: .62rem; font-weight: 800; gap: 14px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.relationship svg { fill: none; stroke: var(--ink); stroke-width: 2; width: 120px; }
.not-charity { align-items: center; background: var(--ink); color: var(--white); display: grid; gap: 25px; grid-column: 2; grid-template-columns: 48px 1fr auto; margin-top: 30px; padding: 26px 30px; }
.not-charity > span { align-items: center; border: 2px solid var(--lime); border-radius: 50%; color: var(--lime); display: flex; font-family: var(--display); font-size: 1.3rem; font-weight: 800; height: 42px; justify-content: center; width: 42px; }
.not-charity strong { display: block; font-family: var(--display); font-size: 1.25rem; margin-bottom: 4px; }
.not-charity p { color: rgba(255,255,255,.75); font-size: .88rem; }
.not-charity a { color: var(--lime); font-size: .78rem; font-weight: 800; white-space: nowrap; }

.programmes { background: var(--white); max-width: none; }
.programmes .section-heading, .programmes-intro, .programme-list { grid-column: 2 / -1; max-width: calc(var(--max) - 140px); }
.programmes-intro { font-size: 1.18rem; max-width: 820px; }
.programme-list { border-top: 2px solid var(--ink); margin-top: 38px; }
.programme-list article { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 55px 1fr auto; min-height: 165px; padding: 24px 0; }
.programme-number { color: var(--blue); font-family: var(--display); font-size: .8rem; font-weight: 800; }
.programme-list h3 { font-size: clamp(1.65rem, 3vw, 3.2rem); margin-bottom: 8px; }
.programme-list p { font-size: .92rem; margin: 0; max-width: 680px; }
.programme-list a { font-weight: 800; text-underline-offset: 5px; }
.programme-list a span { color: var(--blue); }
.programme-future { opacity: .68; }
.coming { border: 1px solid var(--ink); font-size: .65rem; font-weight: 800; letter-spacing: .1em; padding: 8px 10px; text-transform: uppercase; }

.journey { background: var(--blue); display: grid; gap: 50px; grid-template-columns: .7fr 1.3fr; padding: clamp(80px, 10vw, 140px) var(--pad); }
.journey h2 { font-size: clamp(3rem, 6vw, 6.5rem); }
.journey-track { border-top: 2px solid var(--ink); display: grid; grid-template-columns: repeat(4, 1fr); }
.journey-track article { border-right: 1px solid rgba(8,27,41,.38); padding: 25px 20px; position: relative; }
.journey-track article::before { background: var(--ink); border-radius: 50%; content: ''; height: 10px; left: -5px; position: absolute; top: -6px; width: 10px; }
.journey-track span { display: block; font-size: .66rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 60px; text-transform: uppercase; }
.journey-track strong { font-family: var(--display); font-size: 1.15rem; line-height: 1.2; }

.naming { grid-template-columns: 70px minmax(0, .85fr) minmax(320px, .65fr); }
.naming-grid { display: grid; gap: 60px; grid-column: 2 / -1; grid-template-columns: .85fr 1.15fr; margin-top: 55px; }
.naming-grid > div { border-top: 2px solid var(--ink); }
.naming-grid > div p { border-bottom: 1px solid var(--line); margin: 0; padding: 24px 0; }
.research-note { border-left: 4px solid var(--orange); font-size: .82rem; grid-column: 2 / -1; margin-top: 35px; max-width: 900px; padding-left: 18px; }

.support-cta { background: var(--ink); color: var(--white); padding: clamp(90px, 12vw, 170px) var(--pad); }
.support-cta h2 { margin-bottom: 35px; max-width: 1080px; }
.support-cta > p:not(.eyebrow) { color: rgba(255,255,255,.73); font-size: 1.1rem; max-width: 720px; }
.support-cta .button { margin-top: 34px; }

.faq { grid-template-columns: 70px .7fr 1.3fr; }
.faq-list { grid-column: 3; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--display); font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 700; justify-content: space-between; list-style: none; padding: 24px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.7rem; margin-left: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 45px 25px 0; }

.site-footer { background: #04131d; color: var(--white); display: grid; gap: 50px; grid-template-columns: 1fr auto; padding: 70px var(--pad) 40px; }
.footer-brand > p { color: rgba(255,255,255,.62); font-size: .8rem; margin: 12px 0 0 49px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-links a { font-size: .82rem; font-weight: 700; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.16); display: flex; gap: 30px; grid-column: 1 / -1; justify-content: space-between; padding-top: 26px; }
.footer-legal p { color: rgba(255,255,255,.57); font-size: .7rem; max-width: 540px; }

/* Donation page */
.donate-page { background: var(--ink); }
.donate-hero { background: var(--ink); color: var(--white); display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: minmax(0, 1.15fr) minmax(340px, .55fr); padding: clamp(80px, 10vw, 150px) var(--pad); }
.donate-hero h1 { font-size: clamp(3.7rem, 8.5vw, 8.8rem); max-width: 1000px; }
.donate-hero .hero-intro { color: rgba(255,255,255,.72); }
.donate-panel { align-self: end; border: 1px solid rgba(255,255,255,.28); padding: 36px; }
.panel-label { color: var(--lime); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.donate-panel > strong { display: block; font-family: var(--display); font-size: 2rem; line-height: 1.1; margin: 35px 0 18px; }
.donate-panel > p:not(.panel-label) { color: rgba(255,255,255,.7); font-size: .9rem; }
.button-disabled { background: rgba(255,255,255,.12); color: rgba(255,255,255,.55); cursor: not-allowed; margin-top: 30px; width: 100%; }
.button-disabled:hover { box-shadow: none; transform: none; }
.donate-readiness { background: var(--paper); display: grid; gap: 60px; grid-template-columns: .8fr 1.2fr; padding: clamp(90px, 12vw, 170px) var(--pad); }
.donate-readiness h2 { font-size: clamp(3rem, 5.4vw, 5.5rem); }
.donate-readiness ol { border-top: 2px solid var(--ink); list-style: none; margin: 0; padding: 0; }
.donate-readiness li { border-bottom: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 50px 1fr; padding: 25px 0; }
.donate-readiness li > span { color: var(--blue); font-family: var(--display); font-size: .75rem; font-weight: 800; }
.donate-readiness strong { font-family: var(--display); font-size: 1.25rem; }
.donate-readiness p { font-size: .9rem; margin-top: 8px; }
.provider-note { background: var(--orange); display: grid; gap: 60px; grid-template-columns: .8fr 1.2fr; padding: clamp(80px, 10vw, 130px) var(--pad); }
.provider-note h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); }
.provider-note > div:last-child { font-size: 1.08rem; padding-top: 45px; }
.provider-note a { display: inline-block; font-weight: 800; margin-top: 20px; text-underline-offset: 6px; }
.button-system { background: var(--white); display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; padding: clamp(90px, 12vw, 170px) var(--pad); }
.button-system h2 { font-size: clamp(3rem, 5.5vw, 5.8rem); }
.button-preview { align-items: center; align-self: center; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 30px; justify-content: center; min-height: 380px; padding: 40px; }
.button-preview > span { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.demo-donate { align-items: center; background: var(--ink); color: var(--white); display: inline-flex; font-family: Arial, sans-serif; font-size: 15px; font-weight: 800; gap: 26px; min-height: 52px; padding: 0 19px; text-decoration: none; }
.demo-donate b { color: var(--lime); }
.button-preview small { font-size: .72rem; }
.funding-intent { background: var(--blue); color: var(--ink); padding: clamp(90px, 12vw, 160px) var(--pad); }
.funding-intent h2 { max-width: 900px; }
.funding-intent > div { border-left: 1px solid rgba(8,27,41,.4); border-top: 1px solid rgba(8,27,41,.4); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.funding-intent article { border-bottom: 1px solid rgba(8,27,41,.4); border-right: 1px solid rgba(8,27,41,.4); min-height: 230px; padding: 28px; }
.funding-intent article span { font-family: var(--display); font-size: 1.35rem; font-weight: 800; }
.funding-intent article p { font-size: .87rem; margin-top: 80px; }
.donate-footer { background: #04131d; }

/* Legal and policy pages */
.legal-page { background: var(--paper); }
.legal-hero { background: var(--ink); color: var(--white); padding: clamp(72px, 9vw, 130px) var(--pad); }
.legal-hero .eyebrow { color: var(--lime); }
.legal-hero h1 { font-size: clamp(3.5rem, 8vw, 8rem); margin-bottom: 30px; max-width: 1100px; }
.legal-hero > p:not(.eyebrow) { color: rgba(255,255,255,.75); font-size: clamp(1.05rem, 1.7vw, 1.35rem); max-width: 830px; }
.legal-status { background: var(--lime); color: var(--ink); font-size: .88rem; font-weight: 700; padding: 18px var(--pad); }
.legal-layout { display: grid; gap: clamp(45px, 7vw, 110px); grid-template-columns: minmax(190px, .32fr) minmax(0, 1fr); margin: 0 auto; max-width: 1260px; padding: clamp(70px, 10vw, 135px) var(--pad); }
.legal-nav { align-self: start; border-top: 2px solid var(--ink); display: flex; flex-direction: column; position: sticky; top: 115px; }
.legal-nav a { border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 800; padding: 14px 0; text-decoration: none; }
.legal-nav a[aria-current="page"] { color: #006b97; }
.legal-copy { max-width: 850px; }
.legal-copy > p:first-child { font-size: 1.2rem; line-height: 1.5; }
.legal-copy h2 { border-top: 1px solid var(--line); font-size: clamp(1.8rem, 3vw, 2.8rem); margin: 55px 0 20px; padding-top: 30px; }
.legal-copy h3 { font-size: 1.25rem; letter-spacing: -.02em; margin: 30px 0 10px; }
.legal-copy ul { padding-left: 22px; }
.legal-copy li { margin-bottom: 9px; }
.legal-copy a { font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.legal-callout { background: var(--white); border-left: 5px solid var(--blue); margin: 35px 0; padding: 25px 28px; }
.legal-meta { color: var(--ink-soft); font-size: .82rem; font-weight: 700; margin-top: 55px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-signal { border-left: 0; border-top: 1px solid var(--line); margin: 80px 0 0; padding: 60px 0 0; }
  .signal-orbit { max-width: 330px; }
  .section, .naming, .faq { grid-template-columns: 45px 1fr; }
  .section-heading, .mission-copy, .programmes .section-heading, .programmes-intro, .programme-list, .faq-list { grid-column: 2; }
  .mission-copy { padding-top: 0; }
  .scope-grid { grid-column: 2; grid-template-columns: repeat(2, 1fr); }
  .action-section { grid-template-columns: 1fr; }
  .action-heading { position: static; }
  .structure-map { grid-template-columns: 1fr; }
  .relationship { flex-direction: row; justify-content: center; padding: 18px; }
  .relationship svg { transform: rotate(90deg); width: 70px; }
  .not-charity { grid-template-columns: 48px 1fr; }
  .not-charity a { grid-column: 2; }
  .journey { grid-template-columns: 1fr; }
  .journey-track { grid-template-columns: repeat(2, 1fr); }
  .naming-grid { grid-column: 2; }
  .donate-hero { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 170px 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { height: 70px; }
  .menu-toggle { display: block; }
  .primary-nav { align-items: stretch; background: var(--paper); border-bottom: 2px solid var(--ink); display: none; flex-direction: column; gap: 0; left: 0; padding: 15px var(--pad) 25px; position: absolute; right: 0; top: 69px; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { border-bottom: 1px solid var(--line); padding: 14px 0; }
  .primary-nav .nav-donate { margin-top: 12px; padding: 0 15px; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero h1 { font-size: clamp(3.8rem, 21vw, 6.7rem); }
  .status { margin-bottom: 55px; }
  .definition-strip { align-items: start; grid-template-columns: 1fr 25px 1.5fr; }
  .definition-strip div:not(.plus) { align-items: flex-start; flex-direction: column; gap: 0; }
  .definition-strip p { border-left: 0; border-top: 1px solid rgba(8,27,41,.35); grid-column: 1 / -1; margin: 0; max-width: none; padding: 18px 0 0; }
  .section, .structure, .naming, .faq { display: block; }
  .section-index { margin-bottom: 25px; }
  .scope-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .scope-grid article { min-height: 215px; }
  .scope-grid h3 { margin-top: 55px; }
  .action-section { padding-left: var(--pad); padding-right: var(--pad); }
  .action-footer { align-items: flex-start; flex-direction: column; }
  .structure-map { display: block; }
  .relationship { flex-direction: column; margin: 18px 0; }
  .relationship svg { transform: rotate(90deg); }
  .entity { min-height: 480px; }
  .not-charity { display: block; }
  .not-charity > span { margin-bottom: 18px; }
  .not-charity a { display: inline-block; margin-top: 18px; white-space: normal; }
  .programme-list article { align-items: start; grid-template-columns: 36px 1fr; }
  .programme-list article > a, .programme-list article > .coming { grid-column: 2; justify-self: start; }
  .journey-track { grid-template-columns: 1fr; }
  .journey-track article { border-bottom: 1px solid rgba(8,27,41,.4); border-right: 0; }
  .journey-track span { margin-bottom: 35px; }
  .naming-grid { display: block; }
  .naming-grid > div { margin-top: 35px; }
  .faq-list { margin-top: 45px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; }
  .footer-legal { display: block; grid-column: 1; }
  .footer-legal p { margin-bottom: 14px; }
  .donate-readiness, .provider-note, .button-system { grid-template-columns: 1fr; }
  .provider-note > div:last-child { padding-top: 0; }
  .button-preview { min-height: 300px; }
  .funding-intent > div { grid-template-columns: 1fr; }
  .funding-intent article { min-height: 180px; }
  .funding-intent article p { margin-top: 45px; }
  .legal-layout { display: block; }
  .legal-nav { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 55px; position: static; }
  .legal-nav a { padding-right: 12px; }
  .legal-hero h1 { font-size: clamp(3.1rem, 17vw, 5.7rem); }
}

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