:root {
  --navy: #0b1f3a;
  --ink: #111827;
  --muted: #667085;
  --blue: #2f80ed;
  --sky: #e8f1ff;
  --paper: #ffffff;
  --fog: #fff7d9;
  --line: #eadfba;
  --coral: #ed8b2f;
  --green: #23856b;
  --radius: 18px;
  --shadow: 0 16px 44px rgba(11,31,58,.09);
}
* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #d8e5f3; font-family: Georgia, 'Times New Roman', serif; line-height: 1.6; }
body, button, input, select, textarea { font-size: 16px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, .logo, .button, nav, label, .eyebrow, .stat-value, .progress-copy, .tag, .footer-title { font-family: 'Trebuchet MS', Arial, sans-serif; }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); max-width: 760px; margin-bottom: 22px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); margin-bottom: 18px; }
h3 { font-size: 1.4rem; margin-bottom: 10px; }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.container { width: min(1160px, calc(100% - 48px)); margin: auto; }
.narrow { max-width: 780px; }
.section { padding: 105px 0; background: #d8e5f3; }
.section-tint { background: #c8d9ec; }
.section-blue { background: #c2d6ed; }
.eyebrow { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .16em; margin-bottom: 16px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.section-heading p { max-width: 440px; margin-bottom: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 2px solid var(--navy); border-radius: 8px; background: var(--navy); color: #fff; font-weight: 700; cursor: pointer; transform-style: preserve-3d; transition: transform .35s ease, background .2s, border-color .2s; }
.nav-links a.button { color: #fff; }
.nav-links .button { min-height: 48px; padding: 0 20px; border: 2px solid var(--blue); font-size: 1rem; }
.nav-links .button[href="request.html"] { background: var(--coral); border-color: var(--coral); }
.nav-links .button[href="auth.html"] { background: var(--coral); border-color: var(--coral); }
.nav-links .button[href="donate.html"] { min-height: 52px; padding: 0 23px; background: var(--coral); border-color: var(--coral); font-size: 1.05rem; }
.button:hover { transform: perspective(500px) rotateX(10deg) translateY(-3px); background: var(--blue); }
.button:active { transform: perspective(500px) rotateX(-5deg) scale(.98); }
.button-outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.button-light { color: var(--navy); background: #fff; }
.button-small { min-height: 40px; padding: 0 15px; font-size: .9rem; }
.desktop-donate { display: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.navbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.logo { display: flex; align-items: center; gap: 14px; color: var(--navy); font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.logo:hover { animation: logo-shake .45s ease-in-out; }
@keyframes logo-shake { 0%, 100% { transform: translateX(0) rotate(0); } 25% { transform: translateX(-3px) rotate(-2deg); } 50% { transform: translateX(3px) rotate(2deg); } 75% { transform: translateX(-2px) rotate(-1deg); } }
.logo-mark { width: 62px; height: 62px; display: block; flex: 0 0 62px; object-fit: contain; border-radius: 14px; background: #fff url('logo-image/logo.jpg') center / contain no-repeat; color: transparent; font-size: 0; }
.logo small { display: block; color: var(--muted); font-size: .57rem; font-weight: 400; letter-spacing: .14em; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: .9rem; font-weight: 700; }
.nav-links a { color: #526174; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-size: 1.6rem; cursor: pointer; }
.hero { padding: 92px 0 105px; overflow: hidden; background: linear-gradient(115deg, #eef4fb 0%, #d8e5f3 58%, #c2d6ed 100%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.hero-copy > p { max-width: 590px; font-size: 1.12rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-media { position: relative; }
.hero-media img { height: 520px; border-radius: 38% 12px 12px 12px; box-shadow: var(--shadow); }
.hero-note { position: absolute; bottom: 24px; left: -28px; background: #fff; padding: 18px 21px; border-left: 4px solid var(--coral); box-shadow: var(--shadow); max-width: 220px; }
.hero-note strong { display: block; color: var(--navy); font: 700 1rem 'Trebuchet MS', Arial, sans-serif; }
.stats { margin-top: -38px; position: relative; z-index: 2; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.stat { padding: 28px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat-value { color: var(--navy); font-size: 2.2rem; font-weight: 700; }
.stat-label { color: var(--muted); font-size: .92rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .story-card, .campaign-card, .value-card, .menu-card, .form-card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); }
.service-card { padding: 28px; transition: transform .2s, box-shadow .2s; }
.service-card:hover, .campaign-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--sky); font-size: 1.4rem; margin-bottom: 22px; }
.service-card p { margin-bottom: 0; }
.campaign-card { overflow: hidden; transition: transform .2s, box-shadow .2s; }
.campaign-card img { height: 215px; }
.card-body { padding: 22px; }
.tag { display: inline-block; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 700; margin-bottom: 10px; }
.campaign-card h3 { font-size: 1.28rem; }
.campaign-card p { font-size: .95rem; }
.progress-track { height: 7px; border-radius: 5px; background: var(--fog); overflow: hidden; margin: 18px 0 10px; }
.progress-fill { height: 100%; background: var(--coral); border-radius: inherit; }
.progress-copy { display: flex; justify-content: space-between; color: var(--muted); font-size: .78rem; font-weight: 700; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; }
.appeal { color: #fff; background: var(--navy); padding: 72px 0; }
.appeal h2, .appeal p { color: #fff; }
.appeal-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.appeal p { opacity: .75; max-width: 520px; }
.story-card { overflow: hidden; }
.story-card img { height: 260px; }
.story-card .card-body { padding: 24px; }
.story-card p { margin-bottom: 18px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; counter-reset: steps; }
.step { position: relative; padding: 25px; background: var(--sky); counter-increment: steps; }
.step:before { content: counter(steps, decimal-leading-zero); display: block; color: var(--coral); font: 700 1.6rem 'Trebuchet MS', Arial, sans-serif; margin-bottom: 30px; }
.step p { margin: 0; font-size: .92rem; }
.volunteer-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.volunteer-band img { height: 440px; border-radius: 12px 38% 12px 12px; }
.check-list { columns: 2; list-style: none; margin: 28px 0; padding: 0; color: var(--muted); }
.check-list li { margin: 9px 0; break-inside: avoid; }
.check-list li:before { content: '✓'; color: var(--coral); font-weight: bold; margin-right: 10px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.trust-item h3 { font-size: 1.1rem; }
.trust-item p { font-size: .92rem; }
.newsletter { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.newsletter form { display: flex; width: min(460px, 100%); gap: 8px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; color: var(--ink); background: #fff; font: inherit; }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(47,128,237,.16); border-color: var(--blue); }
.form-message { margin: 10px 0 0; font: 700 .85rem 'Trebuchet MS', Arial, sans-serif; }
.site-footer { padding: 62px 0 22px; color: #fff; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 35px; }
.site-footer h3, .site-footer p, .site-footer a { color: #fff; }
.site-footer p, .site-footer a { opacity: .72; font-size: .9rem; }
.site-footer a { display: block; margin: 7px 0; }
.site-footer .logo { color: #fff; margin-bottom: 16px; }
.footer-title { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.copyright { border-top: 1px solid rgba(255,255,255,.14); margin-top: 45px; padding-top: 20px; color: rgba(255,255,255,.55); font-size: .8rem; }
.page-hero { padding: 90px 0 80px; background: var(--sky); }
.page-hero p { max-width: 600px; font-size: 1.1rem; }
.donation-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 430px; display: flex; align-items: center; background: #d9e5e8 url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1800&q=80') center / cover; }
.donation-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: rgba(232,241,255,.82); }
.donation-hero .container { position: relative; }
.donation-hero h1 { max-width: 720px; margin-bottom: 18px; }
.donation-hero p { max-width: 650px; color: var(--navy); font-size: 1.18rem; }
.donation-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; color: var(--navy); font: 700 1rem 'Trebuchet MS', Arial, sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.donation-brand img { width: 68px; height: 68px; object-fit: contain; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.donation-section { background: #eef3f2; }
.donation-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 68px; align-items: start; }
.donation-message { padding: 38px 0; }
.donation-message h2 { max-width: 520px; }
.donation-message > p { max-width: 520px; font-size: 1.05rem; }
.donation-message blockquote { margin: 34px 0; padding: 20px 24px; border-left: 4px solid var(--coral); color: var(--navy); font: 700 1.18rem/1.45 Georgia, 'Times New Roman', serif; }
.donation-points { display: grid; gap: 10px; color: var(--navy); font: 700 .9rem 'Trebuchet MS', Arial, sans-serif; }
.donation-points span::before { content: '✓'; margin-right: 10px; color: var(--green); }
.donation-card { box-shadow: 0 20px 55px rgba(11,31,58,.13); }
.donation-card > p { margin-bottom: 26px; }
.directory-tools { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 12px; margin-bottom: 35px; }
.detail-grid, .two-column { display: grid; grid-template-columns: 1.25fr .75fr; gap: 45px; align-items: start; }
.detail-image { height: 440px; border-radius: var(--radius); }
.sticky-card { position: sticky; top: 100px; padding: 25px; box-shadow: var(--shadow); }
.amounts { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 15px 0; }
.amount { padding: 11px 5px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--navy); font-weight: 700; cursor: pointer; }
.amount.selected { border-color: var(--coral); background: #fff2ee; color: var(--coral); }
.form-card { padding: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { margin-bottom: 17px; }
.field.full { grid-column: 1 / -1; }
label { display: block; color: var(--navy); font-size: .78rem; font-weight: 700; margin-bottom: 7px; }
input[type="checkbox"] { width: auto; margin-right: 8px; accent-color: var(--blue); }
.anonymous-choice { padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--sky); }
.anonymous-choice label { margin-bottom: 3px; cursor: pointer; }
.choice-note { margin: 0 0 0 26px; font-size: .82rem; }
.verification-fields { margin: 22px 0; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--sky); }
.verification-fields h4 { margin-bottom: 16px; }
.currency-converter { margin-bottom: 24px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.currency-converter h3 { margin-bottom: 8px; }
.currency-converter > p { font-size: .88rem; }
.converter-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; }
.converter-result { min-height: 24px; margin: 16px 0 0; color: var(--navy); font: 700 1rem 'Trebuchet MS', Arial, sans-serif; overflow-wrap: anywhere; }
.value-card { padding: 24px; }
.value-card p { margin-bottom: 0; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.breakdown { max-width: 800px; }
.breakdown-row { margin: 22px 0; }
.breakdown-label { display: flex; justify-content: space-between; color: var(--navy); font: 700 .9rem 'Trebuchet MS', Arial, sans-serif; }
.profile-head { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.avatar { width: 75px; height: 75px; border-radius: 50%; object-fit: cover; }
.menu-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.menu-card { padding: 24px; color: var(--navy); font: 700 1rem 'Trebuchet MS', Arial, sans-serif; }
.menu-card span { display: block; color: var(--blue); font-size: 1.5rem; margin-bottom: 18px; }
.map-placeholder { min-height: 300px; display: grid; place-items: center; background: repeating-linear-gradient(45deg, #eaf4ff, #eaf4ff 12px, #f5f7fa 12px, #f5f7fa 24px); color: var(--navy); font-weight: 700; }
.contact-details { display: grid; gap: 14px; margin: 25px 0; }
.contact-item { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.contact-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 50%; background: var(--sky); color: var(--navy); }
.contact-icon svg, .social-link svg { width: 21px; height: 21px; fill: currentColor; }
.contact-item strong { display: block; color: var(--navy); font: 700 .78rem 'Trebuchet MS', Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.contact-item a, .contact-item span { color: var(--muted); font-size: .95rem; }
.social-links { display: flex; gap: 10px; margin: 22px 0; }
.social-link { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; transition: transform .2s, background .2s; }
.social-link:hover { transform: translateY(-3px); background: var(--coral); }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 50; max-width: 320px; padding: 15px 18px; border-radius: 8px; background: var(--navy); color: #fff; box-shadow: var(--shadow); transform: translateY(120px); transition: transform .3s; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: .9rem; }
.toast.show { transform: translateY(0); }
.modal { position: fixed; inset: 0; display: none; place-items: center; z-index: 40; padding: 20px; background: rgba(11,31,58,.55); }
.modal.open { display: grid; }
.modal-box { width: min(100%, 480px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 35px; background: #fff; border-radius: var(--radius); text-align: center; }
.modal-close { position: absolute; top: 12px; right: 16px; width: 34px; height: 34px; border: 0; background: transparent; color: var(--navy); font-size: 1.8rem; cursor: pointer; }
.outreach-modal-box { position: relative; max-width: 620px; padding: 42px 38px 32px; border-top: 7px solid var(--coral); }
.outreach-modal-logo { width: 78px; height: 78px; object-fit: contain; margin: -12px auto 16px; border-radius: 14px; }
.outreach-modal-box h2 { margin: 10px 0 12px; }
.outreach-modal-box .actions { justify-content: center; margin-top: 24px; }
.volunteer-thanks-box { position: relative; border-top: 7px solid var(--green); }
.volunteer-thanks-logo { width: 92px; height: 92px; object-fit: contain; margin: 0 auto 14px; border-radius: 14px; }
.volunteer-smile { margin: 8px 0; color: var(--coral); font-size: 2.6rem; line-height: 1; }
.volunteer-thanks-box h2 { margin: 8px 0 12px; }
.outreach-needs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 22px 0; padding: 16px; background: var(--sky); text-align: left; }
.outreach-needs strong { grid-column: 1 / -1; color: var(--navy); }
.outreach-needs span { color: var(--muted); font-size: .9rem; }
.outreach-needs span::before { content: '•'; margin-right: 8px; color: var(--coral); }
.outreach-banner { background: var(--navy); color: #fff; }
.outreach-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 42px; padding-bottom: 42px; }
.outreach-banner h2 { margin: 7px 0 10px; color: #fff; }
.outreach-banner p { max-width: 700px; margin: 0; color: #d8e5f3; }
.outreach-date { color: var(--coral); font: 700 .9rem 'Trebuchet MS', Arial, sans-serif; letter-spacing: .12em; }
.outreach-flyer { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); max-width: 1280px; margin: 55px auto 80px; background: #fff; box-shadow: var(--shadow); }
.outreach-flyer-image { position: relative; min-height: 680px; overflow: hidden; background: var(--navy); }
.outreach-flyer-image img { object-fit: cover; }
.outreach-main-image { width: 100%; height: 100%; min-height: 680px; }
.outreach-children-image { position: absolute; right: 26px; bottom: 28px; width: 44%; height: 220px; border: 8px solid #fff; box-shadow: 0 12px 30px rgba(11,31,58,.28); }
.outreach-image-caption { position: absolute; left: 26px; bottom: 30px; max-width: 190px; padding: 10px 13px; background: #fff; color: var(--navy); font: 700 .82rem 'Trebuchet MS', Arial, sans-serif; }
.outreach-flyer-copy { padding: clamp(30px, 5vw, 70px); }
.outreach-flyer-copy h1 { max-width: 680px; margin: 10px 0 18px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.02; }
.outreach-lead { max-width: 630px; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.outreach-flyer-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 30px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outreach-flyer-details div { display: grid; gap: 5px; }
.outreach-flyer-details strong { color: var(--navy); }
.outreach-flyer-details span, .outreach-note { color: var(--muted); font-size: .92rem; line-height: 1.5; }
.outreach-flyer-copy h2 { font-size: 1.5rem; }
.outreach-flyer-copy .actions { margin-top: 28px; }
.outreach-note { margin-top: 22px; }
.campaign-featured { border: 2px solid var(--coral); }
.campaign-featured .tag { color: var(--coral); }
.campaign-optional { padding: 12px; background: var(--sky); color: var(--navy); font-size: .9rem; line-height: 1.5; }
.campaign-featured .card-footer .actions { flex-wrap: wrap; }
.scroll-top { position: fixed; right: 22px; bottom: 22px; display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--coral); color: #fff; cursor: pointer; z-index: 15; }
.scroll-top.visible { display: block; }
.auth-switch { display: flex; gap: 10px; margin: 24px 0 30px; }
.auth-switch .button { flex: 1; }
.auth-card { max-width: 520px; margin: 0 auto; }
.auth-card .logo { margin-bottom: 28px; }
.auth-card #google-auth { width: 100%; margin-top: 10px; }
.auth-card .form-message a { color: var(--blue); }
.forgot-link { display: block; margin: -6px 0 20px; color: var(--blue); font: 700 .85rem 'Trebuchet MS', Arial, sans-serif; }
.profile-head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.profile-head strong { color: var(--navy); }
.profile-head p { margin: 4px 0 0; font-size: .9rem; }
.avatar { width: 76px; height: 76px; flex: 0 0 76px; border-radius: 50%; border: 3px solid var(--sky); object-fit: cover; }
.request-status { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.request-status strong { color: var(--navy); }
.request-status small { grid-column: 1 / -1; color: var(--muted); }
.mobile-bottom-nav { display: none; }
@media (max-width: 860px) {
  .container { width: min(100% - 28px, 680px); }
  .container, .form-card, .card-body, .outreach-flyer-copy { min-width: 0; }
  .section-heading h1, .section-heading h2, .card-body h3, .outreach-flyer-copy h1 { overflow-wrap: anywhere; }
  .button { max-width: 100%; text-align: center; }
  .menu-toggle { display: block; }
  .navbar { min-height: 78px; }
  .nav-links { position: absolute; left: 14px; right: 14px; top: 76px; max-height: calc(100vh - 88px); overflow-y: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 10px; font-size: 1rem; }
  .nav-links .button { margin-top: 8px; }
  .desktop-donate { display: none; }
  .hero-grid, .volunteer-band, .detail-grid, .two-column { grid-template-columns: 1fr; gap: 38px; }
  .donation-layout { grid-template-columns: 1fr; gap: 20px; }
  .donation-message { padding: 0; }
  .hero { padding-top: 65px; }
  .hero-media img { height: 380px; }
  .hero-note { left: 12px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .trust-grid { grid-template-columns: repeat(2,1fr); }
  .newsletter, .appeal-grid { align-items: flex-start; flex-direction: column; }
  .outreach-banner-inner { align-items: flex-start; flex-direction: column; }
  .outreach-flyer { grid-template-columns: 1fr; margin: 28px 14px 55px; }
  .outreach-flyer-image { min-height: 500px; height: 500px; }
  .outreach-main-image { min-height: 500px; height: 500px; }
  .outreach-children-image { right: 18px; bottom: 18px; height: 160px; }
  .outreach-image-caption { left: 18px; bottom: 20px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-card { position: static; }
  .directory-tools { grid-template-columns: 1fr; }
  .form-card { padding: 22px; }
  .detail-grid, .two-column { min-width: 0; }
  body { padding-bottom: 74px; }
  .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); height: 68px; padding: 6px 5px calc(6px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(11,31,58,.1); }
  .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-width: 0; color: var(--muted); font: 700 .58rem 'Trebuchet MS', Arial, sans-serif; text-align: center; }
  .mobile-bottom-nav a span { font-size: 1.15rem; color: var(--blue); }
  .mobile-bottom-nav a.home { color: var(--navy); transform: translateY(-8px); }
  .mobile-bottom-nav a.home span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; border: 3px solid #fff; box-shadow: 0 5px 14px rgba(11,31,58,.22); }
}
@media (max-width: 520px) {
  .section { padding: 58px 0; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2.2rem; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading .button { margin-top: 18px; }
  .stats { margin-top: 0; }
  .stat { padding: 20px 15px; }
  .stat-value { font-size: 1.75rem; }
  .card-grid, .steps, .trust-grid, .value-grid, .menu-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .hero-media img { height: 300px; }
  .hero-note { bottom: 12px; padding: 12px 14px; }
  .actions, .newsletter form { flex-direction: column; align-items: stretch; }
  .outreach-needs, .outreach-flyer-details { grid-template-columns: 1fr; }
  .outreach-needs strong { grid-column: auto; }
  .outreach-modal-box { padding: 38px 20px 24px; }
  .button { width: 100%; }
  .check-list { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .page-hero { padding: 65px 0 55px; }
  .donation-hero { min-height: 480px; background-position: 62% center; }
  .donation-brand { margin-bottom: 22px; }
  .donation-brand img { width: 56px; height: 56px; }
  .detail-image { height: 280px; }
  .card-footer { align-items: stretch; flex-direction: column; }
  .logo-mark { width: 52px; height: 52px; flex-basis: 52px; }
  .logo { gap: 9px; font-size: .9rem; }
  .logo small { font-size: .45rem; letter-spacing: .08em; }
  .hero-copy > p { font-size: 1rem; }
  .form-card { padding: 18px 15px; }
  .modal { padding: 12px; }
  .modal-box { max-height: calc(100vh - 24px); padding: 34px 18px 22px; }
  .outreach-modal-logo { width: 64px; height: 64px; }
  .outreach-modal-box .actions { gap: 8px; }
  .outreach-banner-inner { padding-top: 34px; padding-bottom: 34px; }
  .outreach-flyer-copy { padding: 28px 20px; }
  .outreach-flyer-copy h1 { font-size: 2.65rem; }
  .outreach-flyer-image { min-height: 420px; height: 420px; }
  .outreach-main-image { min-height: 420px; height: 420px; }
  .outreach-children-image { width: 48%; height: 135px; border-width: 5px; }
  .outreach-image-caption { max-width: 145px; padding: 8px 10px; font-size: .72rem; }
  .verification-fields { padding: 15px; }
  input, select, textarea { min-height: 48px; }
  textarea { min-height: 125px; }
  .amounts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter form { width: 100%; }
  .map-placeholder { min-height: 220px; }
  .converter-grid { grid-template-columns: 1fr; gap: 0; }
  .currency-converter .button { width: 100%; }
}
