:root{--plum-900:#520446;--plum-700:#6B3F7B;--plum-500:#6B3F7B;--plum-200:#F5F0E3;--plum-100:#FFFFFE;--sage-900:#28543A;--sage-700:#78885D;--sage-500:#78885D;--sage-200:#F5F0E3;--sage-100:#F5F0E3;--cream:#F5F0E3;--paper:#FFFFFE;--ink:#333333;--ink-muted:#333333;--gold:#A98532;--gold-dark:#A98532;--button-gold-top:#E4C45B;--button-gold-mid:#D4AF37;--button-gold-bottom:#C69A24;--button-gold-border:#B98B1E;--button-sage-top:#87986A;--button-sage-bottom:#68784F;--button-sage-border:#5D7048;--button-emerald-top:#396749;--button-emerald-bottom:#1E442E;--button-emerald-border:#173A27;--button-purple-top:#80508F;--button-purple-bottom:#592F68;--button-cream-bottom:#EAE2D1;--button-cream-border:#D4AF37;--button-gold-icon-top:#9A7318;--button-gold-icon-bottom:#6F500D;--button-adopt-icon-top:#416548;--button-volunteer-icon-top:#6B155D;--button-volunteer-icon-bottom:#420038;--line:#78885D;--bg:var(--cream);--surface:var(--paper);--text:var(--ink);--muted:var(--ink-muted);--primary:var(--plum-700);--primary-hover:var(--plum-900);--secondary:var(--sage-700);--secondary-hover:var(--sage-900);--font-script-primary:"Story Script","Brush Script MT",cursive;--font-serif:"Cinzel",Georgia,serif;--font-sans:"Inter",Arial,sans-serif;--font-script-accent:"Corinthia","Brush Script MT",cursive;--font-script:var(--font-script-primary);--font-display:var(--font-serif);--font-body:var(--font-sans);--radius:16px;--radius-sm:10px;--shadow:0 6px 24px rgba(82,4,70,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:1rem/1.65 var(--font-body)}a{color:var(--primary)}img{max-width:100%;height:auto}h1,h2{font-family:var(--font-display);font-weight:700;line-height:1.1;color:var(--plum-900);letter-spacing:-.01em}h3{font-family:var(--font-body);font-weight:900;color:var(--plum-900)}h1{font-size:clamp(2.4rem,5.5vw,3.75rem);margin:.3em 0}h2{font-size:clamp(1.7rem,4vw,2.25rem)}.script{font-family:var(--font-script);font-weight:400;color:var(--plum-700)}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:var(--paper);padding:.7rem;z-index:100}.wrap{width:min(1120px,calc(100% - 2rem));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:1px solid var(--line)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{text-decoration:none;line-height:1.05;display:flex;align-items:center;gap:.7rem;min-width:270px;color:var(--plum-900)}.brand img{display:block;width:68px;height:68px;flex:0 0 68px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;gap:.25rem;max-width:280px}.brand-copy strong{font-family:var(--font-serif);font-size:1.05rem;line-height:1.1}.brand-grandma{font-family:var(--font-script-primary);font-weight:400;font-size:1.55em;line-height:.75;text-transform:none;letter-spacing:0}.brand-copy small{font-size:.72rem;line-height:1.25;color:var(--sage-900)}.brand .script{font-size:1.5rem}.brand .coalition{font-family:var(--font-serif);font-weight:700;letter-spacing:.14em;color:var(--sage-900);font-size:.8rem}.nav-links{display:flex;align-items:center;gap:1.2rem}.nav-links a{text-decoration:none;font-weight:700;color:var(--plum-900)}.menu{display:none;background:transparent;border:0;font-size:1.5rem;color:var(--plum-900);cursor:pointer}.button{display:inline-flex;justify-content:center;align-items:center;gap:.8rem;min-height:56px;background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 82%,white),var(--primary));color:var(--paper);border:2px solid color-mix(in srgb,var(--primary) 72%,white);border-radius:999px;padding:.8rem 1.45rem;text-decoration:none;font-family:var(--font-body);font-weight:900;letter-spacing:.04em;cursor:pointer;box-shadow:inset 0 1px #ffffff80,inset 0 -5px 8px #0003,0 5px color-mix(in srgb,var(--plum-900) 72%,transparent),0 10px 18px #3333;transition:transform .15s,box-shadow .15s,filter .15s}.button:hover{filter:saturate(1.15) brightness(1.08);transform:translateY(-3px);box-shadow:inset 0 1px #ffffffa6,inset 0 -5px 8px #00000029,0 8px color-mix(in srgb,var(--plum-900) 72%,transparent),0 15px 24px #33333340}.button:active{filter:brightness(.92);transform:translateY(3px);box-shadow:inset 0 3px 8px #00000040,0 2px color-mix(in srgb,var(--plum-900) 72%,transparent),0 4px 9px #33333329}.button.secondary{background:linear-gradient(180deg,color-mix(in srgb,var(--secondary) 82%,white),var(--secondary));border-color:color-mix(in srgb,var(--secondary) 72%,white);box-shadow:inset 0 1px #ffffff80,inset 0 -5px 8px #0003,0 5px color-mix(in srgb,var(--sage-900) 72%,transparent),0 10px 18px #3333}.button.secondary:hover{box-shadow:inset 0 1px #ffffffa6,inset 0 -5px 8px #00000029,0 8px color-mix(in srgb,var(--sage-900) 72%,transparent),0 15px 24px #33333340}.button.soft{background:linear-gradient(180deg,var(--plum-100),var(--plum-200));color:var(--ink);border-color:color-mix(in srgb,var(--gold) 58%,white);box-shadow:inset 0 1px #ffffffd9,inset 0 -5px 8px #33333314,0 5px color-mix(in srgb,var(--ink) 24%,transparent),0 10px 18px #33333329}.button.soft:hover{filter:brightness(1.04);box-shadow:inset 0 1px #fffffff2,inset 0 -5px 8px #3333330f,0 8px color-mix(in srgb,var(--ink) 24%,transparent),0 15px 24px #3333}.button.donate{background:linear-gradient(180deg,color-mix(in srgb,var(--gold) 78%,white),var(--gold));color:var(--plum-900);border-color:color-mix(in srgb,var(--gold) 72%,white);box-shadow:inset 0 1px #ffffffa6,inset 0 -5px 8px #0000002e,0 5px color-mix(in srgb,var(--gold) 62%,var(--plum-900)),0 10px 18px #3333}.button.donate:hover{box-shadow:inset 0 1px #fffc,inset 0 -5px 8px #00000024,0 8px color-mix(in srgb,var(--gold) 62%,var(--plum-900)),0 15px 24px #33333340}.button:disabled,.button[aria-disabled=true]{filter:grayscale(.65);opacity:.55;pointer-events:none;box-shadow:inset 0 2px 5px #0000001f}.button{height:52px;min-width:220px;padding:6px 18px 6px 8px;gap:10px;border:1px solid;box-shadow:0 2px 3px #33333329,0 5px 10px #3333331a;font-family:"Inter",var(--font-body);font-size:15px;font-weight:600;line-height:1;letter-spacing:.045em}.button-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:50%;font-size:1rem}.button-icon svg,.button-arrow{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button-arrow{width:18px;height:18px;margin-left:auto;transition:transform .18s ease}.button-donate{background:linear-gradient(180deg,var(--button-gold-top) 0%,var(--button-gold-mid) 48%,var(--button-gold-bottom) 100%);border-color:var(--button-gold-border);color:var(--ink)}.button-donate .button-icon{background:linear-gradient(180deg,var(--button-gold-icon-top),var(--button-gold-icon-bottom));color:var(--paper)}.button-adopt{background:linear-gradient(180deg,var(--button-sage-top) 0%,var(--sage-700) 52%,var(--button-sage-bottom) 100%);border-color:var(--button-sage-border);color:var(--paper)}.button-adopt .button-icon{background:linear-gradient(180deg,var(--button-adopt-icon-top),var(--sage-900))}.button-volunteer{background:linear-gradient(180deg,var(--button-purple-top) 0%,var(--plum-700) 52%,var(--button-purple-bottom) 100%);border-color:var(--plum-900);color:var(--paper)}.button-volunteer .button-icon{background:linear-gradient(180deg,var(--button-volunteer-icon-top),var(--plum-900))}.button-foster{background:linear-gradient(180deg,var(--button-emerald-top) 0%,var(--sage-900) 52%,var(--button-emerald-bottom) 100%);border-color:var(--button-emerald-border);color:var(--paper)}.button-foster .button-icon{background:linear-gradient(180deg,var(--sage-900),var(--button-emerald-border))}.button:hover{transform:translateY(-3px) scale(1.035);filter:none;box-shadow:0 5px 7px #3333332e,0 10px 18px #33333324}.button:hover .button-arrow{transform:translate(3px)}.button:active{transform:translateY(2px) scale(.985);filter:brightness(.9);box-shadow:inset 0 3px 5px #3333333d,inset 0 -1px 1px #ffffff1f,0 1px 2px #3333331f}.button:active .button-arrow{transform:translate(-1px)}.button:disabled,.button[aria-disabled=true]{opacity:.48;filter:saturate(.35);box-shadow:none;transform:none;cursor:not-allowed}.hero{padding:clamp(3.5rem,8vw,6.5rem) 0;background:var(--plum-900);color:var(--plum-200)}.hero h1{color:var(--paper)}.hero p{font-size:1.2rem;max-width:650px}.hero a{color:var(--plum-200)}.hero a.button{color:var(--paper)}.hero a.button.donate{color:var(--plum-900)}.hero .eyebrow{color:var(--sage-200)}.hero-split{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}.hero-photo{border:8px solid var(--paper);border-radius:var(--radius);box-shadow:0 14px 30px #33333347;aspect-ratio:4/3;object-fit:cover;width:100%}.hero-media{display:grid;gap:.65rem}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.hero .actions{column-gap:0}.section{padding:4.5rem 0}.section.sage{background:var(--sage-100)}.story{background:var(--paper)}.story-layout{display:grid;grid-template-columns:minmax(220px,.55fr) 1.45fr;gap:3rem;align-items:center}.story-photo{width:100%;aspect-ratio:1/1;object-fit:cover;border:8px solid var(--cream);border-radius:var(--radius);box-shadow:var(--shadow)}.story-copy{max-width:800px}.story-closing{font-weight:900;color:var(--plum-900)}.section-intro{font-size:1.1rem}.help-grid .card{position:relative;transition:transform .15s,box-shadow .15s;border:2px solid var(--sage-700)}.help-grid .card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #3333}.card-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:var(--plum-900);background:var(--cream)}.card-icon svg{width:22px;height:22px}.card-link{display:block;margin-top:1rem;color:var(--plum-900);font-weight:900}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--sage-900);font-weight:900;font-size:.8rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.grid.four{grid-template-columns:repeat(4,1fr)}.shelterluv-embed{grid-column:1/-1;min-height:400px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow);color:var(--text);text-decoration:none}.card img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);width:100%}.stats{text-align:center}.stat strong{display:block;font:700 2.4rem var(--font-display);color:var(--plum-700)}.form{max-width:680px;display:grid;gap:1rem}.form label{font-weight:700}.form input,.form textarea{width:100%;padding:.8rem;border:1px solid var(--ink-muted);border-radius:var(--radius-sm);font:inherit;background:var(--paper);color:var(--text)}.form textarea{min-height:150px}.hp{position:absolute;left:-9999px}.notice{border-left:5px solid var(--secondary);padding:1rem;background:var(--paper);border-radius:var(--radius-sm)}.article{max-width:760px}.article img{border-radius:var(--radius);margin-bottom:1.5rem}.card h3 a{color:var(--plum-900);text-decoration:none}.card h3 a:hover{text-decoration:underline}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tag{background:var(--sage-100);color:var(--sage-900);border:1px solid var(--sage-200);border-radius:999px;padding:.2rem .8rem;font-size:.8rem;font-weight:700}.tail-photos{margin-bottom:1rem}blockquote{border-left:4px solid var(--plum-200);margin:1rem 0 0;padding:.4rem 0 .4rem 1rem;color:var(--ink-muted);font-style:italic}.cat-detail{display:grid;grid-template-columns:minmax(260px,.85fr) 1.15fr;gap:2rem;align-items:start}.cat-detail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.cat-gallery{display:grid;gap:.75rem}.cat-gallery img:not(:first-child){aspect-ratio:1/1}.facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.5rem 0}.facts div{padding:.85rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.facts dt{font-weight:900;color:var(--sage-900)}.facts dd{margin:0;color:var(--text)}.cat-attributes{margin:1.25rem 0}.cat-attributes h3{margin:0 0 .65rem;color:var(--sage-900)}.cat-attributes ul{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.cat-attributes li{padding:.45rem .7rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--sage-900);font-weight:700}.event{margin-bottom:1rem}details.past-events summary{cursor:pointer;font-weight:900;color:var(--plum-900)}.donate-form-section{padding:0;background:transparent}.donation-embed,.zeffy-embed{width:100%;min-height:760px;border:0;border-radius:var(--radius);box-shadow:var(--shadow);background:var(--paper)}.zeffy-form{width:100%;min-height:0;border-radius:0;box-shadow:none;background:transparent;overflow:hidden;line-height:0}.zeffy-form [data-zeffy-embed],.zeffy-form iframe{display:block}.zeffy-fallback-frame{position:relative;overflow:hidden;height:640px;width:100%}.zeffy-fallback-frame iframe{position:absolute;border:0;inset:0;width:100%;height:100%}.site-footer{background:var(--plum-900);color:var(--plum-200);padding:4.5rem 0 0}.footer-brand h2{font-size:clamp(1.7rem,3vw,2.4rem);margin-top:0}.tagline{font-size:1.1rem;max-width:340px}.address{margin-top:1.5rem}.contact-links{display:grid;gap:.45rem}.address{display:flex;gap:.6rem;align-items:flex-start}.address svg,.contact-links svg{width:20px;height:20px;flex:0 0 20px}.contact-links a{display:flex;align-items:center;gap:.6rem}.contact-links a{text-decoration:none}.footer-menu{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.footer-menu h2{grid-column:1/-1}.footer-menu a{display:flex;align-items:center;gap:.55rem;padding:.55rem .65rem;border:1px solid color-mix(in srgb,var(--plum-200) 45%,transparent);border-radius:var(--radius-sm);text-decoration:none;font-weight:700}.footer-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--plum-700);color:var(--paper)}.footer-icon svg{width:20px;height:20px}.site-footer h2{color:var(--paper);font-size:1.2rem;font-family:var(--font-body);font-weight:900}.footer-menu a{text-decoration:none;font-weight:700}.footer-menu a span{margin-left:.35rem}.social-links{display:flex;align-items:center;gap:.6rem;margin-top:1.5rem}.social-links span{margin-right:.4rem}.social-links a{display:grid;place-items:center;width:2rem;height:2rem;border:1px solid var(--plum-200);border-radius:50%;text-decoration:none;font-weight:900}.footer-newsletter .form{max-width:420px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding:1.25rem 0;border-top:1px solid var(--plum-200)}.footer-bottom p{margin:0}.footer-bottom nav{display:flex;gap:1.2rem}.footer-bottom a{text-decoration:none}.site-footer a{color:var(--paper)}.site-footer h2{color:var(--paper);font-size:1.15rem;font-family:var(--font-body);font-weight:900}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.newsletter input{border:1px solid var(--plum-500)}.mobile-bar{display:none}.skeleton{height:280px;border-radius:var(--radius);background:linear-gradient(90deg,var(--plum-100),var(--paper),var(--plum-100));background-size:200%;animation:pulse 1.5s infinite}@keyframes pulse{to{background-position:-200%}}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}@media(max-width:760px){.brand{min-width:0;gap:.45rem}.brand img{width:54px;height:54px;flex-basis:54px}.brand-copy{max-width:190px}.brand-copy strong{font-size:.9rem}.brand-copy small{font-size:.64rem}.menu{display:block}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:var(--surface);padding:1rem;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.grid,.grid.four,.footer-grid,.hero-split,.story-layout,.cat-detail,.facts,.donation-options{grid-template-columns:1fr}.mobile-bar{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);bottom:0;left:0;right:0;z-index:30;background:var(--surface);border-top:1px solid var(--line)}.mobile-bar a{text-align:center;padding:.8rem .2rem;text-decoration:none;font-weight:900;color:var(--plum-900)}.mobile-bar a.donate-link{background:var(--gold);color:var(--plum-900)}.site-footer{padding-bottom:7rem}.footer-bottom{display:block;text-align:center}.footer-bottom nav{justify-content:center;margin-top:.75rem}}.brand .script{font-size:clamp(1.8rem,3vw,2.35rem)}.footer-brand h2{font-family:var(--font-script-primary);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:.95}.footer-menu{gap:.9rem;margin-top:-.2rem}.footer-menu h2{font-family:var(--font-serif);margin:0 0 .25rem}.footer-menu a{grid-column:1/-1;min-height:68px;width:100%;justify-content:flex-start;padding:.75rem 1rem;border-color:color-mix(in srgb,var(--plum-200) 62%,transparent);font-size:1.05rem}.footer-icon{width:40px;height:40px;flex:0 0 40px}.contact-links small{display:block;font-size:.85rem;font-weight:400;color:var(--plum-200);margin-top:.2rem}.footer-bottom{justify-content:center;text-align:center;flex-direction:column;gap:.7rem}.footer-bottom nav{justify-content:center}@media(min-width:761px){.footer-menu{margin-top:-.6rem}.footer-grid{align-items:start}}.footer-menu h2,.footer-newsletter h2{font-family:var(--font-serif);font-size:1.35rem;text-align:center}.footer-menu h2{font-size:1.5rem}.footer-menu a{min-height:58px;padding:.55rem .8rem;font-size:.98rem}.tagline{max-width:none;white-space:nowrap;font-size:1rem}.address span{white-space:nowrap}.contact-links small{display:none}.contact-links a{min-height:2.2rem}@media(max-width:760px){.tagline,.address span{white-space:normal}.footer-menu h2,.footer-newsletter h2{text-align:left}}
