:root{
  --ink:#0d2d35; --navy:#153f49; --blue:#245a66; --green:#3e782f; --green2:#2e6628;
  --sage:#eef3d9; --cream:#fbfaf2; --cream2:#f7f5ea; --line:#dedfd3; --muted:#52615c;
  --white:#fff; --shadow:0 16px 42px rgba(20,52,48,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:#182a26;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
svg{display:block;width:1em;height:1em}
.shell{width:min(1160px,calc(100% - 42px));margin:0 auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:10px;top:-80px;z-index:9999;background:#fff;padding:10px 14px;border-radius:8px}
.skip-link:focus{top:10px}

/* header */
.site-header{height:76px;position:sticky;top:0;z-index:100;background:rgba(255,255,250,.98);border-bottom:1px solid #ecebe3;backdrop-filter:blur(12px)}
.header-row{height:76px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:11px;min-width:320px}
.brand-seal{position:relative;width:48px;height:48px;border:3px solid var(--navy);border-radius:50%;display:grid;place-items:center;color:var(--navy);font-size:26px}
.brand-seal .heart-dot{position:absolute;font-size:10px;right:6px;bottom:5px;color:var(--green)}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{font:700 27px/1 Georgia,"Times New Roman",serif;color:#0c2d35;letter-spacing:-.02em}
.brand-copy small{font-size:8px;line-height:1.15;letter-spacing:.09em;font-weight:800;color:#274a4e;margin-top:5px}
.desktop-nav{justify-self:center;display:flex;align-items:center;gap:28px;font-size:14px;color:#263b3d}
.desktop-nav a{position:relative;padding:27px 0 23px;white-space:nowrap}
.desktop-nav a:hover,.desktop-nav .active{color:var(--navy)}
.desktop-nav .active:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:14px;background:var(--green);border-radius:2px}
.give-now{display:inline-flex;align-items:center;gap:8px;border-radius:10px;background:linear-gradient(180deg,#417c35,#2f682b);color:#fff!important;font-weight:800;padding:13px 20px;box-shadow:0 8px 18px rgba(56,104,48,.22)}
.give-now svg{font-size:16px;fill:currentColor}
.menu-toggle{display:none;border:0;background:#eff3e4;border-radius:9px;padding:10px;font-size:20px}
.mobile-nav{position:absolute;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:12px 22px 18px;box-shadow:0 15px 30px rgba(20,50,45,.12)}
.mobile-nav a{display:block;padding:12px 2px;font-weight:700}
.mobile-nav .give-now{margin-top:7px;text-align:center;justify-content:center}

/* hero */
.hero{position:relative;min-height:520px;overflow:hidden;background:#eef2df;border-bottom:1px solid #dfdfd2}
.hero-photo-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(251,250,242,.99) 0%,rgba(251,250,242,.97) 38%,rgba(251,250,242,.80) 48%,rgba(251,250,242,.08) 69%),url("assets/hydrotherapy.webp");background-size:cover;background-position:center 44%}
.hero-grid{position:relative;z-index:2;min-height:520px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;padding:48px 0 45px}
.hero-copy{align-self:center;max-width:650px}
.eyebrow{margin:0 0 14px;color:#34545a;letter-spacing:.24em;font-size:11px;font-weight:800}
.hero h1{margin:0;color:#101e1d;font:700 clamp(46px,5vw,66px)/.97 Georgia,"Times New Roman",serif;letter-spacing:-.035em}
.hero h1 em{color:#315e27;font-style:normal}
.hero-copy>p:not(.eyebrow){max-width:575px;font-size:18px;line-height:1.5;color:#3f4c48;margin:17px 0 12px}
.scribble-line{width:175px;height:22px;border-top:3px solid #8bad58;border-radius:50%;transform:rotate(-1deg);margin:9px 0 -3px 7px}
.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.primary-btn,.secondary-btn,.join-btn,.docs-btn{min-height:48px;border-radius:9px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;border:1.5px solid #1b474d;cursor:pointer}
.primary-btn,.join-btn{background:linear-gradient(180deg,#3e7b32,#2f682a);border-color:#316b2b;color:white}
.secondary-btn,.docs-btn{background:rgba(255,255,255,.94);color:#12353b}
.primary-btn svg,.join-btn svg{fill:currentColor}
.hero-spacer{min-height:420px}
.donation-card{position:absolute;right:0;bottom:12px;width:365px;background:rgba(255,255,250,.97);border:1px solid #d9d9cd;border-radius:15px;padding:18px 18px 15px;box-shadow:0 13px 32px rgba(25,54,50,.18)}
.donation-top{display:flex;justify-content:space-between;gap:10px}
.donation-card h2{font:700 24px/1.05 Georgia,"Times New Roman",serif;margin:0;color:#16343a}
.donation-card p{font-size:12px;color:#59655f;margin:5px 0 10px}
.mini-paw{font-size:27px;color:#b8ca90}
.amount-picker{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;border:0;padding:0;margin:0 0 9px}
.amount-picker label{position:relative}
.amount-picker input{position:absolute;opacity:0;pointer-events:none}
.amount-picker span{height:42px;display:grid;place-items:center;background:#fff;border:1px solid #d7d8cf;border-radius:8px;font-size:13px;cursor:pointer}
.amount-picker input:checked+span{background:var(--green);border-color:var(--green);color:#fff;font-weight:800}
.custom-amount{margin-bottom:9px}
.custom-amount>label{font-size:12px;font-weight:700;display:block;margin:0 0 5px}
.money-input{display:flex;align-items:center;border:1px solid #cfd3c7;background:#fff;border-radius:8px;overflow:hidden}
.money-input span{padding-left:12px;color:#5b665f}
.money-input input{border:0;outline:0;padding:10px;width:100%;background:transparent}
.donation-status{font-size:11px!important;margin:3px 0 9px!important;color:#5c665f!important}
.paypal-btn{width:100%;height:45px;border:0;border-radius:8px;background:linear-gradient(180deg,#407c35,#2f682a);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}
.paypal-btn svg{fill:currentColor}
.secure-line{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:10px;color:#455952;font-size:11px}
.secure-line svg{font-size:15px}

/* shared section headings */
.support-section,.process-section,.faq-section{padding:30px 0 16px}
.support-section{background:#fbfaf4}
.section-title-row{display:grid;grid-template-columns:auto 120px 1fr;align-items:end;gap:25px;margin-bottom:20px}
.section-title-row h2,.process-heading h2,.faq-heading h2{font:700 43px/1 Georgia,"Times New Roman",serif;color:#142421;margin:0;letter-spacing:-.035em}
.section-title-row h2:after,.process-heading h2:after{content:"";display:block;width:42px;height:3px;background:#8baa5b;margin-top:11px;border-radius:3px}
.section-title-row>p{justify-self:end;max-width:410px;margin:0 0 2px;color:#495752;font-size:14px;line-height:1.5}
.paw-trail{display:flex;gap:13px;color:#c7d6a4;align-self:center}
.paw-trail svg:first-child{font-size:32px;transform:rotate(-16deg)}
.paw-trail svg:last-child{font-size:36px;transform:rotate(17deg)}
.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.support-card{min-height:220px;border:1px solid #e3e4dc;border-radius:14px;background:rgba(255,255,255,.66);padding:17px 18px 20px;text-align:center}
.round-icon{width:74px;height:74px;border-radius:50%;margin:0 auto 12px;background:#ebf1d8;display:grid;place-items:center;color:#1a4b40;font-size:34px}
.support-card h3{font:700 21px/1.06 Georgia,"Times New Roman",serif;color:#142826;margin:0 0 11px}
.support-card p{font-size:14px;line-height:1.48;color:#59635f;margin:0}

/* process */
.process-section{padding-top:24px;background:linear-gradient(#f9f7ed,#fbfaf4)}
.process-heading{position:relative;display:flex;align-items:flex-end;gap:32px;margin-bottom:22px}
.process-heading p{margin:0 0 3px;font-size:14px;color:#4b5853}
.process-heading .paw-trail.right{margin-left:auto}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:22px}
.step-card{position:relative;display:grid;grid-template-columns:82px 1fr;gap:15px;min-height:160px;border:1px solid #e0e1d6;background:#fffdf7;border-radius:14px;padding:18px 18px 18px 28px}
.step-card:not(:last-child):after{content:"→";position:absolute;right:-24px;top:61px;color:#8caf58;font-size:34px}
.step-no{position:absolute;left:12px;top:12px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#98b866;color:#fff;font-weight:900;font-size:19px;z-index:2}
.step-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:#eff3dd;color:#19463d;font-size:31px;margin-top:24px}
.step-card h3{font:700 20px/1.12 Georgia,"Times New Roman",serif;margin:20px 0 9px;color:#17302c}
.step-card p{font-size:13px;line-height:1.45;margin:0;color:#5a635f}
.trust-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:18px;margin-bottom:4px}
.trust-card{position:relative;border:1px solid #e1e2d7;border-radius:13px;background:linear-gradient(135deg,#f0f5db 0%,#fffef8 72%);padding:18px;display:grid;grid-template-columns:72px 1fr;gap:16px;min-height:160px}
.square-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#e4eccb;color:#16483d;font-size:29px}
.trust-card h3{font:700 22px/1.1 Georgia,"Times New Roman",serif;margin:2px 0 7px}
.trust-card p{font-size:13px;line-height:1.45;margin:0;color:#45534d}
.trust-card hr{border:0;border-top:1px solid #cbd5b7;margin:12px 0 9px;max-width:270px}
.trust-card small{display:block;color:#5a665f;line-height:1.45;font-size:11px}
.supporters-card{background:linear-gradient(135deg,#fffef8,#fff5e8)}
.square-icon.people{font-size:12px;letter-spacing:-2px}
.supporters-card ul{list-style:none;padding:0;margin:8px 0 0;display:grid;gap:7px;font-size:13px}
.supporters-card li:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#74a42e;color:#fff;font-size:11px;font-weight:900;margin-right:8px}
.hand-note{position:absolute;right:15px;bottom:12px;color:#6a5c42;font:italic 16px/1.1 "Comic Sans MS",cursive;transform:rotate(-8deg);text-align:center}

/* join strip */
.join-strip{background:linear-gradient(90deg,#e8f0d6,#fff9e9 78%);border-top:1px solid #dedfce;border-bottom:1px solid #dedfce;padding:16px 0 8px}
.join-grid{display:grid;grid-template-columns:35% 65%;align-items:end;gap:12px;min-height:205px}
.join-art{height:205px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.join-art img{width:100%;height:100%;object-fit:cover;object-position:center 45%;mix-blend-mode:multiply;filter:saturate(.88)}
.join-copy{padding:8px 4px 22px 8px}
.join-copy h2{font:700 27px/1.08 Georgia,"Times New Roman",serif;color:#17312c;margin:0 0 8px}
.join-copy h2 em{font-style:normal;color:#35682c}
.join-copy p{font-size:14px;line-height:1.45;color:#4e5b55;margin:0 0 12px;max-width:720px}
.join-actions{display:flex;gap:12px;flex-wrap:wrap}
.join-btn,.docs-btn{min-width:220px;height:48px;padding:0 18px}

/* FAQ */
.faq-section{background:#fbfaf4;padding:42px 0}
.faq-heading{text-align:center;margin-bottom:18px}
.faq-heading p{color:#5a655f;margin:10px 0 0}
.faq-list{max-width:850px;margin:0 auto;display:grid;gap:10px}
.faq-list details{background:white;border:1px solid #e0e2d8;border-radius:11px;padding:0 18px}
.faq-list summary{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-weight:800;cursor:pointer;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary svg{font-size:18px}
.faq-list details>div{padding:0 0 16px;color:#56615d;font-size:14px;line-height:1.5}

/* footer */
.site-footer{background:#0c3f39;color:#e9f1ed;padding:28px 0 18px}
.footer-top{display:grid;grid-template-columns:1.3fr 1fr auto auto;gap:26px;align-items:center;padding-bottom:22px}
.footer-brand{min-width:0}
.footer-brand .brand-seal{border-color:#eaf1ea;color:#eaf1ea;width:44px;height:44px}
.footer-brand .brand-copy strong{font-size:23px;color:#fff}
.footer-brand .brand-copy small{color:#d2ded8}
.footer-links{display:flex;flex-wrap:wrap;gap:13px;font-size:12px;justify-content:center}
.footer-links a+ a:before{content:"|";color:#77948b;margin-right:13px}
.footer-share{border:0;background:transparent;color:#fff;display:flex;gap:6px;align-items:center;cursor:pointer}
.footer-give{background:#f3f4e8;color:#173d37;border-radius:8px;padding:10px 15px;display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:12px}
.footer-give svg{fill:currentColor}
.footer-bottom{border-top:1px solid rgba(255,255,255,.23);padding-top:15px;display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;color:#cddbd5;font-size:11px}
.footer-bottom>span:nth-child(2){text-align:center}
.footer-bottom nav{display:flex;gap:13px}
.footer-bottom button{border:0;background:none;color:#e4ece8;padding:0;cursor:pointer;font-size:11px}
.footer-bottom button+button:before{content:"|";color:#78968d;margin-right:13px}

/* dialogs & toast */
dialog{border:0;padding:0;background:transparent;max-width:min(620px,calc(100% - 28px));width:100%}
dialog::backdrop{background:rgba(8,35,34,.63);backdrop-filter:blur(4px)}
.dialog-content{position:relative;background:#fffdf7;border-radius:16px;padding:28px;box-shadow:var(--shadow);color:#1d302c}
.dialog-close{position:absolute;right:16px;top:16px;border:0;background:#edf1e3;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;cursor:pointer}
.dialog-icon{margin:0 0 12px 0}
.dialog-content h2{font:700 34px/1 Georgia,"Times New Roman",serif;margin:0 0 10px}
.dialog-content form{display:grid;gap:8px;margin-top:16px}
.dialog-content label{font-size:12px;font-weight:800}
.dialog-content input,.dialog-content textarea{width:100%;border:1px solid #ced4c7;border-radius:8px;padding:11px;background:#fff}
.dialog-content textarea{resize:vertical}
.form-help{font-size:11px;color:#69736e;margin:2px 0 5px}
.primary-btn.full{width:100%;border:0}
.email-fallback{margin-top:13px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:12px}
.email-fallback button{border:0;background:none;text-decoration:underline;cursor:pointer}
.policy-copy{max-height:52vh;overflow:auto;color:#4e5d57;font-size:14px;line-height:1.55;padding-right:6px}
.policy-copy h3{color:#1f3832;margin-bottom:4px}
.dialog-close-bottom{margin-top:15px}
.toast{position:fixed;z-index:9999;left:50%;bottom:20px;transform:translateX(-50%);background:#103f39;color:#fff;padding:12px 16px;border-radius:10px;box-shadow:var(--shadow);font-size:13px}

/* responsive */
@media(max-width:1040px){
  .desktop-nav{gap:18px}.brand{min-width:280px}.brand-copy strong{font-size:23px}
  .hero h1{font-size:54px}.donation-card{width:340px}
}
@media(max-width:900px){
  .site-header,.header-row{height:68px}.header-row{grid-template-columns:1fr auto auto}.desktop-nav{display:none}.menu-toggle{display:block}.header-donate{padding:11px 14px}.brand{min-width:0}.brand-copy strong{font-size:22px}.brand-copy small{font-size:7px}.brand-seal{width:42px;height:42px}
  .mobile-nav{top:68px}
  .hero{min-height:760px}.hero-photo-bg{background-image:linear-gradient(180deg,rgba(251,250,242,.98) 0%,rgba(251,250,242,.95) 45%,rgba(251,250,242,.25) 72%),url("assets/hydrotherapy.webp");background-position:center 65%}
  .hero-grid{grid-template-columns:1fr;min-height:760px;align-content:start;padding-top:44px}
  .hero-spacer{display:none}.donation-card{position:relative;right:auto;bottom:auto;margin-top:28px;width:min(390px,100%);justify-self:end}
  .section-title-row{grid-template-columns:1fr auto}.section-title-row>p{grid-column:1/-1;justify-self:start}.support-grid{grid-template-columns:1fr 1fr}
  .steps-grid{grid-template-columns:1fr}.step-card:not(:last-child):after{display:none}.trust-grid{grid-template-columns:1fr}
  .join-grid{grid-template-columns:1fr 1.6fr}.footer-top{grid-template-columns:1fr auto}.footer-links{grid-column:1/-1;grid-row:2}.footer-bottom{grid-template-columns:1fr}.footer-bottom>span:nth-child(2){text-align:left}
}
@media(max-width:620px){
  .shell{width:min(100% - 24px,1160px)}.header-donate{display:none}.header-row{grid-template-columns:1fr auto}.brand-copy strong{font-size:19px}.brand-seal{width:38px;height:38px;font-size:21px}
  .hero{min-height:820px}.hero-grid{min-height:820px;padding-top:34px}.hero h1{font-size:43px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-actions{gap:9px}.primary-btn,.secondary-btn{padding:0 16px}.donation-card{justify-self:stretch;width:100%}
  .section-title-row{grid-template-columns:1fr}.paw-trail{display:none}.section-title-row h2,.process-heading h2,.faq-heading h2{font-size:35px}.support-grid{grid-template-columns:1fr}.process-heading{display:block}.process-heading p{margin-top:8px}
  .step-card{grid-template-columns:65px 1fr;padding-left:23px}.step-icon{width:58px;height:58px;font-size:26px}.trust-card{grid-template-columns:56px 1fr}.square-icon{width:52px;height:52px}
  .hand-note{display:none}.join-grid{grid-template-columns:1fr}.join-art{height:230px}.join-copy{padding:16px 0 24px}.join-btn,.docs-btn{width:100%}.footer-top{grid-template-columns:1fr}.footer-share,.footer-give{justify-self:start}.footer-links{justify-content:flex-start}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* ===== Exact reference mirror tuning (941 x 1672 master) ===== */
@media (min-width:701px){
  body{background:#f7f6ef}
  .site-header,main,.site-footer{width:min(100%,941px);margin-inline:auto}
  .shell{width:calc(100% - 96px);max-width:none}

  .site-header{height:57px;position:sticky}
  .header-row{height:57px;grid-template-columns:300px 1fr 126px;gap:18px}
  .brand-image{min-width:0}
  .brand-image img{display:block;width:300px;height:60px;object-fit:contain;object-position:left center}
  .desktop-nav{gap:26px;font-size:13px}
  .desktop-nav a{padding:19px 0 18px}
  .desktop-nav .active:after{bottom:10px;height:2px}
  .header-donate{height:39px;padding:0 18px;border-radius:8px;font-size:14px;justify-content:center}
  .menu-toggle{display:none}

  .hero{height:471px;min-height:471px;position:relative}
  .hero-photo-bg{inset:0 0 0 auto;width:63%;height:100%;background-image:url("assets/hydrotherapy.webp");background-size:cover;background-position:center center;z-index:0}
  .hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fbfaf3 0%,rgba(251,250,243,.98) 35%,rgba(251,250,243,.80) 49%,rgba(251,250,243,.20) 64%,rgba(251,250,243,0) 78%)}
  .hero-grid{height:471px;min-height:471px;padding:45px 0 20px;grid-template-columns:1fr 1fr;position:relative}
  .hero-copy{align-self:start;max-width:535px}
  .eyebrow{font-size:10px;letter-spacing:.26em;margin:2px 0 13px}
  .hero h1{font-size:49px;line-height:1.02;letter-spacing:-.04em;max-width:540px}
  .hero h1 br{display:block}
  .hero-copy>p:not(.eyebrow){width:455px;max-width:455px;font-size:15px;line-height:1.43;margin:15px 0 7px}
  .scribble-line{width:163px;height:18px;border-top-width:2px;margin:7px 0 0 7px}
  .hero-actions{gap:13px;margin-top:0}
  .primary-btn,.secondary-btn{height:48px;min-height:48px;padding:0 22px;border-radius:9px;font-size:15px}
  .primary-btn{min-width:184px}
  .secondary-btn{min-width:205px}
  .hero-spacer{min-height:0}

  .donation-card{width:288px;right:0;bottom:11px;border-radius:13px;padding:13px 14px 12px}
  .donation-card h2{font-size:20px;line-height:1}
  .donation-card p{font-size:11px;margin:4px 0 8px}
  .mini-paw{font-size:23px}
  .amount-picker{gap:5px;margin-bottom:8px}
  .amount-picker span{height:39px;border-radius:6px;font-size:12px}
  .custom-amount{margin-bottom:6px}
  .donation-status{font-size:9px!important;line-height:1.25!important;margin:2px 0 7px!important}
  .paypal-btn{height:41px;border-radius:7px;font-size:14px}
  .secure-line{font-size:10px;margin-top:8px}

  .support-section{height:316px;padding:15px 0 15px;overflow:hidden}
  .section-title-row{grid-template-columns:auto 95px 1fr;gap:20px;height:59px;margin-bottom:12px;align-items:start}
  .section-title-row h2{font-size:39px;line-height:1;margin-top:1px}
  .section-title-row h2:after{width:38px;height:2px;margin-top:9px}
  .section-title-row>p{max-width:320px;font-size:12px;line-height:1.35;margin-top:8px}
  .paw-trail{gap:10px;margin-top:3px}
  .paw-trail svg:first-child{font-size:29px}.paw-trail svg:last-child{font-size:32px}
  .support-grid{gap:12px;height:220px}
  .support-card{height:220px;min-height:220px;border-radius:12px;padding:8px 15px 13px}
  .round-icon{width:70px;height:70px;margin:0 auto 9px;font-size:31px}
  .support-card h3{font-size:18px;line-height:1.03;margin-bottom:10px}
  .support-card p{font-size:12px;line-height:1.35}

  .process-section{height:444px;padding:12px 0 15px;overflow:hidden}
  .process-heading{height:56px;margin:0 0 12px;gap:30px;align-items:start}
  .process-heading h2{font-size:39px;line-height:1;margin-top:0}
  .process-heading h2:after{width:38px;height:2px;margin-top:9px}
  .process-heading p{font-size:12px;margin-top:19px}
  .process-heading .paw-trail.right{margin-top:0}
  .steps-grid{height:155px;gap:29px;margin-bottom:20px}
  .step-card{height:155px;min-height:155px;grid-template-columns:75px 1fr;gap:13px;padding:12px 13px 12px 22px;border-radius:12px}
  .step-no{width:37px;height:37px;left:11px;top:9px;font-size:17px}
  .step-icon{width:62px;height:62px;margin-top:20px;font-size:29px}
  .step-card h3{font-size:17px;line-height:1.08;margin:14px 0 8px}
  .step-card p{font-size:11px;line-height:1.36}
  .step-card:not(:last-child):after{right:-23px;top:58px;font-size:31px}
  .trust-grid{height:166px;gap:14px;margin:0}
  .trust-card{height:166px;min-height:166px;grid-template-columns:70px 1fr;gap:13px;border-radius:12px;padding:16px 14px}
  .square-icon{width:58px;height:58px;font-size:27px}
  .trust-card h3{font-size:20px;margin:1px 0 5px}
  .trust-card p{font-size:11px;line-height:1.3}
  .trust-card hr{margin:9px 0 7px;max-width:250px}
  .trust-card small{font-size:10px;line-height:1.3}
  .supporters-card ul{font-size:11px;gap:5px;margin-top:6px}
  .supporters-card li:before{width:17px;height:17px;font-size:10px}
  .hand-note{font-size:14px;right:14px;bottom:13px}

  .join-strip{height:203px;padding:0;overflow:hidden}
  .join-grid{height:203px;min-height:203px;grid-template-columns:35% 65%;gap:10px;align-items:center}
  .join-art{height:203px;align-items:flex-end;overflow:visible}
  .join-art img{width:330px;height:203px;object-fit:cover;object-position:left bottom;mix-blend-mode:normal;filter:none}
  .join-copy{padding:8px 0 6px}
  .join-copy h2{font-size:22px;line-height:1.05;margin:0 0 7px}
  .join-copy p{font-size:12px;line-height:1.28;margin:0 0 10px;max-width:565px}
  .join-actions{gap:12px}
  .join-btn,.docs-btn{height:46px;min-height:46px;min-width:215px;padding:0 17px;font-size:13px}

  .site-footer{height:181px;padding:22px 0 15px;background:#0a493e;overflow:hidden}
  .footer-top{height:85px;padding-bottom:16px;grid-template-columns:275px 1fr auto auto;gap:18px;align-items:center}
  .footer-brand img{width:255px;height:51px;object-fit:contain;object-position:left center}
  .footer-links{font-size:11px;gap:10px;justify-content:flex-start}
  .footer-links a+a:before{margin-right:10px}
  .footer-share{font-size:11px;padding:0}
  .footer-give{font-size:11px;padding:9px 13px;border-radius:7px}
  .footer-bottom{height:55px;padding-top:14px;grid-template-columns:1fr 1.25fr auto;gap:15px;font-size:10px}
  .footer-bottom button{font-size:10px}
  .footer-bottom nav{gap:10px}
  .footer-bottom button+button:before{margin-right:10px}
}

/* ===== 1:1 supplied-design visual mirror ===== */
body.mirror-mode{margin:0;background:#f8f7ef;overflow-x:hidden}
body.mirror-mode>.site-header,
body.mirror-mode>main,
body.mirror-mode>.site-footer{display:none!important}
body.mirror-mode>.skip-link{z-index:10000}
.mirror-stage{position:relative;width:min(941px,100vw);aspect-ratio:941/1672;margin:0 auto;background:#fbfaf3}
.mirror-master{display:block;width:100%;height:100%;object-fit:fill;user-select:none;-webkit-user-drag:none}
.mirror-hit{position:absolute;z-index:20;display:block;margin:0;padding:0;border:0;background:transparent!important;box-shadow:none!important;outline-offset:2px;cursor:pointer;color:transparent;font-size:0}
.mirror-hit:focus-visible{outline:2px solid #1d5d4b}

/* header hotspots */
.nav-home{left:40.9%;top:.48%;width:5.6%;height:2.55%}
.nav-about{left:47.6%;top:.48%;width:5.0%;height:2.55%}
.nav-help{left:54.0%;top:.48%;width:10.3%;height:2.55%}
.nav-impact{left:66.1%;top:.48%;width:8.1%;height:2.55%}
.nav-faq{left:75.3%;top:.48%;width:4.4%;height:2.55%}
.top-give{left:81.8%;top:.42%;width:13.7%;height:2.65%}

/* hero hotspots */
.hero-give{left:4.8%;top:23.30%;width:20.1%;height:3.08%}
.hero-help{left:25.8%;top:23.30%;width:22.3%;height:3.08%}
.amount-5{left:66.6%;top:22.77%;width:5.3%;height:2.58%}
.amount-10{left:72.3%;top:22.77%;width:5.1%;height:2.58%}
.amount-25{left:77.9%;top:22.77%;width:5.1%;height:2.58%}
.amount-50{left:83.4%;top:22.77%;width:4.9%;height:2.58%}
.amount-custom{left:88.8%;top:22.77%;width:5.2%;height:2.58%}
.paypal-donate{left:66.3%;top:25.62%;width:27.9%;height:2.67%}
.mirror-hit.paypal-donate{background:linear-gradient(180deg,#407c35,#2f682a)!important;color:#fff!important;font-size:14px!important;font-weight:900!important;display:flex!important;align-items:center;justify-content:center;border-radius:8px!important;text-align:center;line-height:1.1}
.mirror-hit.paypal-donate::before{content:attr(data-label);color:#fff;font-size:14px;font-weight:900;white-space:nowrap}
.mirror-hit.paypal-donate::after{content:attr(data-foot-label);position:absolute;left:0;top:calc(100% + 5px);width:100%;height:25px;display:flex;align-items:center;justify-content:center;background:#fbfaf3;color:#455952;font-size:10px;font-weight:500;white-space:nowrap;pointer-events:none}

/* content hotspots */
.proof-email{left:3.0%;top:65.60%;width:50.4%;height:9.75%}
.join-platform{left:38.6%;top:85.05%;width:24.2%;height:3.05%}
.email-docs{left:63.3%;top:85.05%;width:25.8%;height:3.05%}

/* footer hotspots */
.foot-home{left:34.2%;top:90.75%;width:4.2%;height:2.05%}
.foot-about{left:39.0%;top:90.75%;width:4.7%;height:2.05%}
.foot-help{left:44.2%;top:90.75%;width:10.0%;height:2.05%}
.foot-impact{left:54.8%;top:90.75%;width:8.1%;height:2.05%}
.foot-faq{left:63.4%;top:90.75%;width:4.2%;height:2.05%}
.social-facebook{left:76.4%;top:90.60%;width:2.8%;height:2.30%}
.social-instagram{left:79.2%;top:90.60%;width:2.8%;height:2.30%}
.social-youtube{left:82.1%;top:90.60%;width:2.8%;height:2.30%}
.foot-give{left:84.9%;top:90.25%;width:10.9%;height:3.10%}
.privacy-hit{left:75.1%;top:96.20%;width:7.0%;height:2.10%}
.terms-hit{left:82.3%;top:96.20%;width:7.4%;height:2.10%}
.contact-hit{left:90.0%;top:96.20%;width:5.7%;height:2.10%}

@media(max-width:700px){
  .mirror-stage{width:100vw}
  dialog{max-width:calc(100vw - 20px)}
}
