:root {
  --forest: #123d32;
  --forest-2: #0b2c25;
  --orange: #f26a2e;
  --orange-dark: #d95018;
  --cream: #fff9f4;
  --white: #ffffff;
  --sage: #ddeae3;
  --peach: #fce6d9;
  --ink: #14211d;
  --muted: #64716b;
  --line: #dce4df;
  --shadow: 0 22px 60px rgba(18, 61, 50, .12);
  --radius: 22px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ff9a69; outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--forest); border-radius: 10px; }
.skip-link:focus { top: 14px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.cream { background: var(--cream); }
.sage { background: var(--sage); }
.peach { background: var(--peach); }
.dark { color: #fff; background: var(--forest); }
.eyebrow { margin: 0 0 12px; color: var(--forest); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #c9ded4; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; line-height: 1.02; }
h1 { font-size: clamp(3.1rem, 6vw, 6rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4.15rem); }
h3 { margin-bottom: 10px; font-size: 1.17rem; line-height: 1.25; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head > div { max-width: 760px; }
.section-head h2, .section-head p { margin-bottom: 0; }
.muted { color: var(--muted); }
.fine { font-size: .82rem; color: var(--muted); }
.hand { color: var(--orange); font-family: 'Segoe Print', 'Bradley Hand', cursive; transform: rotate(-2deg); }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 750; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--orange); box-shadow: 0 10px 28px rgba(242,106,46,.24); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { color: #fff; background: var(--forest); }
.btn-outline { color: var(--forest); background: #fff; border-color: rgba(18,61,50,.25); }
.btn-ghost { color: var(--forest); padding-inline: 4px; }
.btn-light { color: var(--forest); background: #fff; }
.btn-wide { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.demo-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; color: var(--forest); background: var(--sage); border-radius: 999px; font-size: .75rem; font-weight: 750; }
.demo-pill::before { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); content: ''; }

.demo-bar { position: relative; z-index: 51; padding: 7px 20px; color: #dcebe4; background: var(--forest-2); text-align: center; font-size: .78rem; }
.site-header { position: sticky; top: 0; z-index: 50; height: 78px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,61,50,.09); backdrop-filter: blur(14px); }
.nav { display: flex; height: 100%; align-items: center; gap: 26px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--forest); }
.brand-mark { width: 42px; height: 42px; }
.brand-name { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 800; line-height: 1; }
.brand-tagline { display: block; margin-top: 4px; font-size: .61rem; font-weight: 700; letter-spacing: .04em; }
.nav-links { display: flex; flex: 1; align-items: center; justify-content: center; gap: 22px; }
.nav-links a { position: relative; font-size: .84rem; font-weight: 670; }
.nav-links a::after { position: absolute; right: 50%; bottom: -9px; left: 50%; height: 2px; background: var(--orange); content: ''; transition: .2s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; left: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .menu-button { display: inline-grid; width: 44px; height: 44px; place-items: center; color: var(--forest); background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
.icon-button:hover { background: var(--cream); }
.menu-button { display: none; }

.hero { min-height: 670px; background: linear-gradient(105deg, #fff 0%, var(--cream) 50%, #e6efe9 100%); }
.hero-grid { display: grid; min-height: 670px; grid-template-columns: .88fr 1.12fr; }
.hero-copy { display: flex; align-items: center; padding: 70px max(36px, calc((100vw - 1180px)/2)) 70px max(20px, calc((100vw - 1180px)/2)); }
.hero-copy-inner { max-width: 610px; }
.hero h1 { margin-bottom: 22px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero .lead { max-width: 560px; }
.amount-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0 16px; }
.amount-chip { min-width: 74px; min-height: 45px; padding: 8px 16px; color: var(--forest); background: #fff; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; font-weight: 800; }
.amount-chip:hover, .amount-chip.selected, .amount-chip[aria-pressed='true'] { color: #fff; background: var(--orange); border-color: var(--orange); }
.micro-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: var(--muted); font-size: .82rem; font-weight: 650; }
.micro-trust span { display: inline-flex; align-items: center; gap: 7px; }
.micro-trust span::before { color: var(--orange); content: '✦'; }
.hero-media { position: relative; min-height: 670px; overflow: hidden; }
.hero-media img { height: 100%; object-fit: cover; object-position: center 45%; }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,249,244,.14), transparent 30%, rgba(5,25,19,.12)); content: ''; }
.hero-note { position: absolute; z-index: 2; right: 34px; bottom: 34px; max-width: 250px; padding: 16px 18px; color: #fff; background: rgba(18,61,50,.88); border: 1px solid rgba(255,255,255,.25); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(9px); }
.hero-note strong { display: block; font-family: var(--serif); font-size: 1.32rem; line-height: 1.15; }
.hero-note span { display: block; margin-top: 6px; color: #dcebe4; font-size: .78rem; }

.stats-band { background: #fff; border-bottom: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat b { display: block; color: var(--forest); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.stat span { color: var(--muted); font-size: .88rem; }

.program-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.program-grid:has(> :nth-child(6)) { grid-template-columns: repeat(3, 1fr); }
.program-card { min-height: 210px; padding: 26px 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: transform .22s ease, box-shadow .22s ease, border .22s ease; }
.program-card:hover { transform: translateY(-5px); border-color: #b5cebf; box-shadow: var(--shadow); }
.program-icon { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; color: var(--forest); background: var(--sage); border-radius: 14px; font-size: 1.35rem; }
.program-card p { color: var(--muted); font-size: .9rem; }
.program-card a { color: var(--forest); font-size: .84rem; font-weight: 800; }

.campaign-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.campaign-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 19px; transition: transform .22s ease, box-shadow .22s ease; }
.campaign-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.campaign-image { position: relative; height: 210px; overflow: hidden; background: var(--sage); }
.campaign-image img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.campaign-card:hover .campaign-image img { transform: scale(1.035); }
.badge { position: absolute; top: 14px; left: 14px; padding: 5px 10px; color: var(--forest); background: rgba(255,255,255,.93); border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.campaign-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.campaign-body p { color: var(--muted); font-size: .9rem; }
.campaign-body .progress { margin-top: auto; }
.progress-track { height: 8px; overflow: hidden; background: #e8eee9; border-radius: 99px; }
.progress-bar { width: 0; height: 100%; background: linear-gradient(90deg, var(--orange), #ff965f); border-radius: inherit; transition: width 1s cubic-bezier(.2,.8,.2,1); }
.progress-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 9px; font-size: .78rem; font-weight: 730; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 19px; }
.card-actions a { color: var(--forest); font-size: .83rem; font-weight: 800; }
.card-actions a:first-child { color: var(--orange-dark); }
.demo-data { margin-top: 9px; color: var(--muted); font-size: .7rem; }

.amount-impact { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.impact-card { padding: 28px; background: #fff; border: 1px solid rgba(18,61,50,.1); border-radius: 20px; }
.impact-card b { display: block; margin-bottom: 8px; color: var(--orange); font-family: var(--serif); font-size: 2.2rem; }
.impact-card p { margin: 0; color: var(--muted); }

.transparency-grid { display: grid; align-items: center; grid-template-columns: .85fr .75fr 1fr; gap: 52px; }
.donut { position: relative; width: min(100%, 280px); aspect-ratio: 1; margin: auto; border-radius: 50%; background: conic-gradient(var(--forest) 0 70%, #6f9b86 70% 85%, var(--orange) 85% 95%, #f3b46a 95% 100%); }
.donut::after { position: absolute; inset: 22%; display: grid; place-items: center; color: var(--forest); background: var(--cream); border-radius: 50%; content: 'DEMO'; font-weight: 900; letter-spacing: .12em; }
.legend { display: grid; gap: 14px; }
.legend-item { display: grid; grid-template-columns: 14px 1fr auto; align-items: start; gap: 10px; }
.legend-dot { width: 12px; height: 12px; margin-top: 6px; border-radius: 50%; }
.legend-item strong { display: block; }
.legend-item small { color: var(--muted); }

.story-grid { display: grid; align-items: stretch; grid-template-columns: 1.05fr 1fr; gap: 42px; }
.story-media { position: relative; min-height: 450px; overflow: hidden; border-radius: var(--radius); }
.story-media img { height: 100%; object-fit: cover; object-position: 16% center; }
.story-label { position: absolute; right: 22px; bottom: 22px; max-width: 270px; padding: 16px; color: var(--forest); background: rgba(255,255,255,.93); border-radius: 15px; font-family: var(--serif); font-size: 1.12rem; font-style: italic; }
.story-copy { display: flex; align-items: center; }
.quote { margin: 22px 0; color: var(--forest); font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.2rem); font-style: italic; line-height: 1.35; }

.involve-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 50px; }
.involve-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.involve-option { padding: 22px; background: #fff; border-radius: 17px; }
.involve-option span { display: grid; width: 40px; height: 40px; margin-bottom: 13px; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; }
.involve-option p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.partners { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.partner-logo { display: grid; min-height: 86px; place-items: center; padding: 12px; color: #52655d; background: #fff; border: 1px solid var(--line); border-radius: 14px; font-family: var(--serif); font-size: 1.02rem; font-weight: 800; letter-spacing: .02em; }
.partner-logo:nth-child(2n) { font-family: var(--sans); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 38px 22px 0; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 18px; right: 4px; color: var(--orange); content: '+'; font-size: 1.55rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding: 0 28px 21px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 84px 0; color: #fff; background: var(--forest); }
.final-cta::before { position: absolute; width: 420px; height: 420px; right: -120px; top: -160px; background: rgba(242,106,46,.16); border-radius: 50%; content: ''; }
.final-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.final-cta h2 { max-width: 700px; margin-bottom: 12px; }
.final-cta p { margin: 0; color: #c8ddd3; }

.page-hero { padding: 86px 0 72px; background: linear-gradient(135deg, var(--cream), #edf5f0); }
.page-hero .container { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; }
.page-hero h1 { max-width: 830px; margin-bottom: 16px; font-size: clamp(3.2rem, 7vw, 6.4rem); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.12rem; }
.page-kicker { align-self: center; max-width: 260px; color: var(--orange); font-family: 'Segoe Print', cursive; font-size: 1.2rem; transform: rotate(-3deg); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--forest); font-weight: 750; }

.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.filter-btn { min-height: 43px; padding: 9px 16px; color: var(--forest); background: #fff; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-weight: 750; }
.filter-btn.active, .filter-btn:hover { color: #fff; background: var(--forest); border-color: var(--forest); }
.campaign-grid.three { grid-template-columns: repeat(3, 1fr); }

.detail-hero { padding: 46px 0 64px; }
.detail-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; }
.detail-media { min-height: 590px; overflow: hidden; border-radius: 26px; }
.detail-media img { height: 100%; object-fit: cover; object-position: center 44%; }
.donation-panel { position: sticky; top: 104px; align-self: start; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.donation-panel h1 { margin-bottom: 15px; font-size: clamp(2.5rem, 4vw, 4.3rem); }
.big-raised { margin: 26px 0 12px; color: var(--forest); font-family: var(--serif); font-size: 2.2rem; font-weight: 800; }
.supporter-row { display: flex; justify-content: space-between; margin: 16px 0 24px; color: var(--muted); font-size: .85rem; }
.content-narrow { max-width: 820px; margin-inline: auto; }
.prose h2 { margin-top: 54px; font-size: 2.5rem; }
.prose h3 { margin-top: 30px; }
.prose p, .prose li { color: #45544e; }
.prose li + li { margin-top: 10px; }
.update-card { margin-top: 16px; padding: 22px; background: var(--cream); border-left: 4px solid var(--orange); border-radius: 0 15px 15px 0; }

.donate-layout { display: grid; align-items: start; grid-template-columns: 1.2fr .8fr; gap: 30px; }
.donation-form { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 50px rgba(18,61,50,.08); }
.form-step { padding: 27px 0; border-bottom: 1px solid var(--line); }
.form-step:first-child { padding-top: 0; }
.form-step:last-of-type { border-bottom: 0; }
.step-title { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }
.step-num { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: .82rem; font-weight: 900; }
.step-title h3 { margin: 0; }
.segmented { display: grid; grid-template-columns: repeat(2, 1fr); padding: 4px; background: #edf2ee; border-radius: 13px; }
.segment { min-height: 44px; color: var(--forest); background: transparent; border: 0; border-radius: 10px; cursor: pointer; font-weight: 800; }
.segment.active { background: #fff; box-shadow: 0 4px 14px rgba(18,61,50,.1); }
.amount-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice { min-height: 52px; padding: 10px; color: var(--forest); background: #fff; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; font-weight: 850; }
.choice.selected, .choice[aria-pressed='true'] { color: #fff; background: var(--orange); border-color: var(--orange); }
.custom-amount { display: none; margin-top: 12px; }
.custom-amount.visible { display: block; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { color: var(--ink); font-size: .88rem; font-weight: 750; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #bfcac4; border-radius: 11px; }
textarea { min-height: 120px; resize: vertical; }
.check-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; }
.check-row input { width: 20px; min-height: 20px; margin-top: 2px; }
.payment-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.payment-choice { min-height: 70px; padding: 12px; color: var(--forest); background: #fff; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; font-weight: 800; text-align: left; }
.payment-choice small { display: block; color: var(--muted); font-weight: 500; }
.payment-choice.selected { border-color: var(--orange); box-shadow: inset 0 0 0 2px var(--orange); }
.summary-card { position: sticky; top: 104px; padding: 28px; color: #fff; background: var(--forest); border-radius: 24px; }
.summary-card h2 { margin-bottom: 12px; font-size: 2.4rem; }
.summary-total { display: flex; align-items: baseline; justify-content: space-between; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.summary-total b { font-family: var(--serif); font-size: 2.4rem; }
.summary-list { display: grid; gap: 12px; margin: 20px 0; }
.summary-list div { display: flex; justify-content: space-between; gap: 12px; color: #cfe0d8; }
.summary-list strong { color: #fff; text-align: right; }
.notice { padding: 15px 17px; color: var(--forest); background: var(--peach); border-radius: 13px; font-size: .86rem; }

.chart-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.panel { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.bar-chart { display: grid; gap: 17px; margin-top: 26px; }
.bar-row { display: grid; grid-template-columns: 130px 1fr 48px; align-items: center; gap: 14px; font-size: .86rem; }
.bar-bg { height: 11px; overflow: hidden; background: #e9efeb; border-radius: 99px; }
.bar-fill { height: 100%; background: var(--forest); border-radius: inherit; }

.story-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.story-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.story-card img { height: 280px; object-fit: cover; }
.story-card-body { padding: 23px; }
.story-card blockquote { margin: 12px 0; color: var(--forest); font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.3; }

.values-grid, .leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card, .leader-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.leader-avatar { display: grid; width: 64px; height: 64px; margin-bottom: 16px; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-family: var(--serif); font-size: 1.3rem; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 32px; }
.contact-card { padding: 30px; color: #fff; background: var(--forest); border-radius: 22px; }
.contact-list { display: grid; gap: 20px; margin-top: 30px; }
.contact-list span { display: block; color: #bcd3c8; font-size: .8rem; }
.contact-form { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }

.site-footer { padding: 64px 0 24px; color: #fff; background: var(--forest-2); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.site-footer .brand { color: #fff; }
.footer-about { max-width: 300px; }
.footer-about p { margin-top: 18px; color: #b9d0c5; }
.footer-col h3 { color: #fff; font-size: .92rem; }
.footer-col a { display: block; margin: 8px 0; color: #bfd1c8; font-size: .86rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 46px; padding-top: 22px; color: #9eb8ac; border-top: 1px solid rgba(255,255,255,.14); font-size: .76rem; }

.mobile-donate { display: none; }
dialog { width: min(560px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 22px; box-shadow: 0 32px 90px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(8,30,24,.68); backdrop-filter: blur(4px); }
.dialog-inner { padding: 30px; }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.dialog-head h2 { margin: 0; font-size: 2rem; }
.dialog-close { display: grid; width: 42px; height: 42px; place-items: center; background: var(--cream); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.3rem; }
.success-mark { display: grid; width: 72px; height: 72px; margin-bottom: 20px; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: 2rem; }
.search-results { display: grid; gap: 9px; margin-top: 16px; }
.search-results a { padding: 12px 14px; background: var(--cream); border-radius: 11px; font-weight: 720; }

@media (max-width: 1040px) {
  .nav-links { gap: 13px; }
  .nav-links a { font-size: .76rem; }
  .program-grid { grid-template-columns: repeat(3, 1fr); }
  .campaign-grid { grid-template-columns: repeat(2, 1fr); }
  .amount-impact { grid-template-columns: repeat(2, 1fr); }
  .partners { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 68px 0; }
  .site-header { height: 68px; }
  .brand-tagline { display: none; }
  .brand-name { font-size: 1.08rem; }
  .brand-mark { width: 36px; height: 36px; }
  .nav-links { position: fixed; inset: 97px 16px auto; display: none; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; justify-content: stretch; gap: 4px; }
  .nav-links a { padding: 12px; font-size: 1rem; }
  .nav-links a::after { display: none; }
  .nav .btn-primary { display: none; }
  .menu-button { display: inline-grid; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding: 48px 24px 56px; }
  .hero-media { min-height: 450px; }
  .hero h1 { font-size: clamp(3rem, 12vw, 5rem); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .program-grid:has(> :nth-child(6)) { grid-template-columns: repeat(2, 1fr); }
  .transparency-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-grid, .involve-grid, .faq-grid, .detail-grid, .donate-layout, .contact-grid { grid-template-columns: 1fr; }
  .detail-media { min-height: 480px; }
  .donation-panel, .summary-card { position: static; }
  .story-cards { grid-template-columns: repeat(2, 1fr); }
  .chart-grid { grid-template-columns: 1fr; }
  .page-hero .container { grid-template-columns: 1fr; }
  .page-kicker { display: none; }
  .values-grid, .leadership-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .mobile-donate { position: fixed; z-index: 45; right: 14px; bottom: 14px; left: 14px; display: flex; box-shadow: 0 15px 34px rgba(18,61,50,.28); }
  body { padding-bottom: 76px; }
}

@media (max-width: 560px) {
  .demo-bar { padding-inline: 12px; font-size: .7rem; }
  .nav { gap: 8px; }
  .nav-actions { margin-left: auto; }
  .hero-media { min-height: 360px; }
  .hero-note { right: 18px; bottom: 18px; left: 18px; max-width: none; }
  .amount-row .amount-chip { flex: 1 1 28%; }
  .micro-trust { display: grid; gap: 9px; }
  .section-head, .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .stats { grid-template-columns: 1fr; }
  .stat { padding: 25px 6px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .program-grid, .program-grid:has(> :nth-child(6)), .campaign-grid, .campaign-grid.three, .amount-impact, .story-cards, .values-grid, .leadership-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 0; }
  .campaign-image { height: 240px; }
  .partners { grid-template-columns: repeat(2, 1fr); }
  .involve-options { grid-template-columns: 1fr; }
  .story-media { min-height: 410px; }
  .page-hero { padding: 62px 0 48px; }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .detail-hero { padding-top: 26px; }
  .detail-media { min-height: 420px; }
  .donation-form, .summary-card, .panel, .contact-form, .contact-card { padding: 22px; border-radius: 18px; }
  .amount-options { grid-template-columns: repeat(2, 1fr); }
  .field-grid, .payment-options { grid-template-columns: 1fr; }
  .bar-row { grid-template-columns: 95px 1fr 40px; gap: 8px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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