html{-webkit-text-size-adjust:100%;text-size-adjust:100%}img{max-width:100%;height:auto}:focus-visible{outline:3px solid #f6d64b;outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--navy:#17235A;--navy-deep:#0F1840;--yellow:#F6D64B;--yellow-ink:#2B2205;--cream:#EDE8C8;--sage:#7E9B6E;--sage-dark:#5E7A50;--blue:#4B6B8A;--gold:#C99A4B;--coral:#C15B4A;--paper:#FFFDF7;--ink:#1C2233;--ink-soft:#4A5065;--radius-lg:28px;--radius-md:18px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3{font-family:"Trebuchet MS",sans-serif;margin:0}p{margin:0}a{text-decoration:none;color:inherit}img,svg{display:block;max-width:100%}:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}[data-reveal].in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1 !important;transform:none !important;transition:none !important}html{scroll-behavior:auto}}header{background:var(--navy);position:sticky;top:0;z-index:40;box-shadow:0 5px 20px rgba(11,18,56,.17)}.nav-row{max-width:var(--max);margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand svg{width:44px;height:56px;flex-shrink:0}.brand .word{font-family:"Segoe Print",cursive;color:#fff;line-height:0.85;font-size:2rem;font-weight:700}.brand .word span{display:block;font-size:1.5rem}.brand .word .rescue{font-family:"Trebuchet MS",sans-serif;font-size:0.62rem;letter-spacing:0.14em;color:var(--yellow);margin-top:2px;font-weight:700}.menu-btn{background:var(--yellow);border:2px solid var(--navy-deep);border-radius:8px;width:46px;height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-btn span{width:22px;height:3px;background:var(--navy-deep);border-radius:2px}nav.dropdown{display:none;background:var(--navy-deep);padding:8px 24px 20px}nav.dropdown.open{display:block}nav.dropdown a{display:block;color:#fff;font-family:"Trebuchet MS",sans-serif;font-weight:600;font-size:1rem;padding:12px 0;border-bottom:1px solid rgba(255,255,255,0.12)}nav.dropdown a:last-child{border-bottom:none}nav.dropdown a.current,nav.top-inline a.current{color:var(--yellow)}@media (min-width:860px){header .menu-btn{display:none}nav.top-inline{display:flex;gap:26px}nav.top-inline a{color:#fff;font-family:"Trebuchet MS",sans-serif;font-weight:600;font-size:0.96rem}nav.dropdown{display:none !important}}@media (max-width:859px){nav.top-inline{display:none}}.page-hero{background:var(--navy);position:relative;overflow:hidden;padding:54px 0 60px}.page-hero .blob{position:absolute;top:-70px;right:-100px;width:380px;opacity:0.9;z-index:0}.page-hero .wrap{position:relative;z-index:2;max-width:720px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--yellow);font-family:"Trebuchet MS",sans-serif;font-weight:700;font-size:0.78rem;letter-spacing:0.16em;margin-bottom:14px}.eyebrow svg{width:16px;height:16px}.page-hero h1{color:#fff;font-size:2.3rem;line-height:1.14}.page-hero p{color:var(--cream);font-size:1.05rem;line-height:1.65;max-width:560px;margin-top:16px}@media (min-width:760px){.page-hero h1{font-size:2.9rem}}.routes{padding:60px 0 20px}.routes-head{max-width:640px;margin:0 auto 40px;text-align:center}.routes-head h2{color:var(--navy);font-size:1.5rem;margin-bottom:10px}.routes-head p{color:var(--ink-soft);font-size:1rem;line-height:1.6}.routes-grid{display:grid;grid-template-columns:1fr;gap:20px}.route-card{background:var(--paper);border:2px solid var(--cream);border-radius:var(--radius-md);padding:28px;display:flex;flex-direction:column;gap:14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.route-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px -20px rgba(23,35,90,0.3);border-color:var(--route,var(--yellow))}.route-icon{width:48px;height:48px;border-radius:50%;background:var(--route,var(--yellow));display:flex;align-items:center;justify-content:center;flex-shrink:0}.route-icon svg{width:24px;height:24px}.route-card h3{color:var(--navy);font-size:1.15rem}.route-card p{color:var(--ink-soft);font-size:0.95rem;line-height:1.6;flex:1}.route-card .route-link{font-family:"Trebuchet MS",sans-serif;font-weight:700;font-size:0.92rem;color:var(--route,var(--gold));display:inline-flex;align-items:center;gap:6px}.route-card .route-link svg{width:15px;height:15px}@media (min-width:640px){.routes-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:980px){.routes-grid{grid-template-columns:repeat(4,1fr)}}.contact-main{padding:70px 0}.contact-grid{display:grid;grid-template-columns:1fr;gap:40px}.form-card{background:var(--paper);border-radius:var(--radius-lg);padding:36px;box-shadow:0 24px 50px -28px rgba(23,35,90,0.28)}.form-card h2{color:var(--navy);font-size:1.5rem;margin-bottom:8px}.form-card>p{color:var(--ink-soft);font-size:0.98rem;line-height:1.6;margin-bottom:26px}.field-row{display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:18px}.field label{display:block;font-family:"Trebuchet MS",sans-serif;font-weight:700;color:var(--navy);font-size:0.88rem;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:2px solid var(--cream);border-radius:12px;padding:12px 14px;font-family:Arial,sans-serif;font-size:0.98rem;color:var(--ink);background:var(--paper);transition:border-color .15s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--yellow);outline:none}.field textarea{resize:vertical;min-height:130px}@media (min-width:600px){.field-row.two{grid-template-columns:1fr 1fr}}.form-note{display:flex;gap:10px;align-items:flex-start;background:var(--cream);border-radius:var(--radius-md);padding:16px 18px;margin-top:22px}.form-note svg{width:20px;height:20px;flex-shrink:0;color:var(--sage-dark);margin-top:2px}.form-note p{color:var(--ink-soft);font-size:0.88rem;line-height:1.55}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:999px;font-family:"Trebuchet MS",sans-serif;font-weight:700;font-size:1rem;transition:transform .18s ease,box-shadow .18s ease;border:none;cursor:pointer}.btn-primary{background:var(--yellow);color:var(--yellow-ink);box-shadow:0 6px 0 0 #C7A527}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 0 0 #C7A527}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{transform:translateY(-2px);background:rgba(23,35,90,0.06)}.form-card .btn-primary{margin-top:22px;width:100%}.side-stack{display:flex;flex-direction:column;gap:20px}.side-card{background:var(--navy);border-radius:var(--radius-lg);padding:30px;color:#fff;position:relative;overflow:hidden}.side-card .blob{position:absolute;bottom:-50px;right:-60px;width:200px;opacity:0.9}.side-card>*{position:relative;z-index:2}.side-card h3{font-size:1.2rem;margin-bottom:10px}.side-card p{color:var(--cream);font-size:0.92rem;line-height:1.6;margin-bottom:16px}.social-row{display:flex;gap:12px}.social-btn{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.social-btn:hover{background:var(--yellow);transform:translateY(-2px)}.social-btn svg{width:19px;height:19px;color:#fff}.social-btn:hover svg{color:var(--yellow-ink)}.side-card.light{background:var(--cream);color:var(--ink)}.side-card.light h3{color:var(--navy)}.side-card.light p{color:var(--ink-soft)}.info-line{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}.info-line:last-child{margin-bottom:0}.info-line svg{width:19px;height:19px;flex-shrink:0;color:var(--sage-dark);margin-top:2px}.info-line .label{display:block;font-family:"Trebuchet MS",sans-serif;font-weight:700;color:var(--navy);font-size:0.85rem}.info-line .val{display:block;color:var(--ink-soft);font-size:0.88rem;margin-top:2px;line-height:1.5}@media (min-width:900px){.contact-grid{grid-template-columns:1.5fr 1fr;align-items:start}}footer{background:var(--navy-deep);padding:34px 0;text-align:center}footer p{color:var(--cream);font-size:0.85rem;line-height:1.6}footer .fbrand{font-family:"Segoe Print",cursive;color:#fff;font-size:1.6rem;margin-bottom:8px}.page-hero,main>.hero{box-sizing:border-box!important;height:420px!important;min-height:420px!important;max-height:420px!important;padding:48px 0!important;background-color:var(--navy)!important;color:#fff!important;display:flex!important;align-items:center!important;overflow:hidden!important}.page-hero>.wrap,main>.hero>.wrap{width:min(820px,calc(100% - 40px))!important;max-width:820px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:0!important}.page-hero .hero-photo-frame{display:none!important}.page-hero h1,main>.hero h1{max-width:820px!important;font-family:"Trebuchet MS",Arial,sans-serif!important;font-size:clamp(40px,5vw,58px)!important;font-weight:700!important;line-height:1.08!important;letter-spacing:-.02em!important;text-align:center!important;margin:16px auto!important}.page-hero p,main>.hero p{max-width:700px!important;font-family:Arial,sans-serif!important;font-size:18px!important;line-height:1.65!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}.page-hero .eyebrow,main>.hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.3!important;letter-spacing:.17em!important;text-align:center!important}@media(max-width:620px){.page-hero,main>.hero{height:430px!important;min-height:430px!important;max-height:430px!important;padding:42px 0!important}.page-hero h1,main>.hero h1{font-size:clamp(34px,10vw,44px)!important}.page-hero p,main>.hero p{font-size:16px!important;line-height:1.55!important}}.site-footer{background:#0e163d!important;color:#d9d7ca!important;padding:48px 0 24px!important;text-align:left!important}.site-footer-inner{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-footer-top{display:grid;grid-template-columns:1.1fr 1.5fr auto;gap:44px;align-items:start;padding-bottom:34px}.site-footer-brand{font-family:"Trebuchet MS",Arial,sans-serif;font-size:23px;font-weight:700;color:#fff;line-height:1.15}.site-footer-brand span{display:block;margin-top:8px;font-family:Arial,sans-serif;font-size:13px;font-weight:400;color:#c9c7bb}.site-footer-nav{display:grid;grid-template-columns:repeat(4,max-content);gap:11px 28px}.site-footer-nav a,.site-footer-social{color:#fff!important;font-family:Arial,sans-serif;font-size:13px;font-weight:600;text-decoration:none}.site-footer-nav a:hover,.site-footer-social:hover{color:#f6d64b!important}.site-footer-social{display:inline-flex;align-items:center;gap:9px}.site-footer-social svg{width:22px;height:22px;fill:currentColor}.site-footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.site-footer-bottom p{margin:0!important;color:#aaa99f!important;font-family:Arial,sans-serif;font-size:12px!important;line-height:1.5!important}.site-footer-credit{color:#f6d64b!important;font-weight:600}@media(max-width:820px){.site-footer-top{grid-template-columns:1fr 1fr;gap:30px}.site-footer-social{grid-column:1/-1}.site-footer-nav{grid-template-columns:repeat(2,max-content)}}@media(max-width:520px){.site-footer{padding-top:40px!important}.site-footer-inner{width:calc(100% - 30px)}.site-footer-top{grid-template-columns:1fr;gap:25px}.site-footer-nav{grid-template-columns:repeat(2,1fr);gap:12px 20px}.site-footer-social{grid-column:auto}.site-footer-bottom{display:block}.site-footer-bottom p+p{margin-top:8px!important}}@media(max-width:520px){main{text-align:center}main .wrap,main article,main section,main form{text-align:center}main .section-head,main .section-head p{margin-left:auto;margin-right:auto;text-align:center}main .btn,main button,main [class$="-link"],main [class$="-btn"]{margin-left:auto;margin-right:auto}main [class$="-actions"],main [class$="-buttons"],main .filters,main .detail,main .impact-row,main .check{justify-content:center}main ul{list-style-position:inside;padding-left:0}main .field label{text-align:center}main .field input,main .field select,main .field textarea{text-align:center}main .form-note,main .info-line{flex-direction:column;align-items:center;justify-content:center;text-align:center}main .social-row{justify-content:center}main .side-card,main .form-card{text-align:center}.site-footer,.site-footer-top,.site-footer-bottom{text-align:center!important}.site-footer-nav{justify-items:center}.site-footer-social{justify-content:center}}@media(max-width:950px){main .routes-grid .route-card{align-items:center!important;text-align:center!important}main .routes-grid .route-card>.route-icon{align-self:center!important;margin-left:auto!important;margin-right:auto!important;display:flex!important;align-items:center!important;justify-content:center!important}main .routes-grid .route-card>h3,main .routes-grid .route-card>p{width:100%!important;text-align:center!important}main .routes-grid .route-card>.route-link{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}}header{position:sticky !important;top:0 !important;z-index:50 !important;background:#17235a !important;box-shadow:0 5px 20px rgba(11,18,56,.17) !important}header .nav-row{width:min(1180px,calc(100% - 34px)) !important;max-width:none !important;height:84px !important;margin:0 auto !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:30px !important}header .brand{display:flex !important;align-items:center !important;gap:0 !important;flex-shrink:0 !important;color:#fff !important;text-decoration:none !important}header .brand img,header .brand svg,header .brand-logo{display:block !important;width:46px !important;height:54px !important;margin:0 10px 0 0 !important;object-fit:contain !important;flex:0 0 46px !important}header .brand .word,header .brand strong{display:block !important;min-width:116px !important;height:36px !important;color:#fff !important;font-family:"Trebuchet MS",Arial,sans-serif !important;font-size:21px !important;font-weight:700 !important;line-height:1 !important;letter-spacing:0 !important}header .brand .rescue,header .brand small{display:block !important;margin:0 !important;color:#f6d64b !important;font-family:Arial,sans-serif !important;font-size:10px !important;font-weight:700 !important;line-height:1.5 !important;letter-spacing:.2em !important}header .menu-btn,header .menu{display:none !important;width:auto !important;height:auto !important;margin:0 !important;padding:8px !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;cursor:pointer !important}header .menu-btn span,header .menu span{display:block !important;width:27px !important;height:2px !important;margin:6px !important;background:#fff !important;border-radius:0 !important}@media (min-width:951px){header .nav-row{width:min(1180px,calc(100% - 34px)) !important;max-width:none !important;height:84px !important;margin:0 auto !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:30px !important}header nav.top-inline,header nav.links{display:grid !important;grid-template-columns:repeat(7,minmax(0,1fr)) !important;align-items:center !important;width:700px !important;gap:0 !important;flex:0 0 700px !important}header nav.top-inline a,header nav.links a{display:block !important;padding:12px 4px !important;text-align:center !important;color:#eeebdd !important;font-family:Arial,sans-serif !important;font-size:14px !important;font-weight:600 !important;line-height:1.4 !important;text-decoration:none !important;white-space:nowrap !important}}@media (max-width:950px){header nav.top-inline,header nav.links{display:none !important}header .menu-btn,header .menu{display:block !important}header nav.dropdown,header nav.mobile{position:absolute !important;top:84px !important;right:0 !important;left:0 !important;z-index:49 !important;display:grid !important;padding:10px 20px 22px !important;background:#0e163d !important;visibility:hidden !important;opacity:0 !important;transform:translateY(-8px) !important;transition:opacity .2s ease,transform .2s ease,visibility .2s ease !important}header nav.dropdown.open,header nav.mobile.open{visibility:visible !important;opacity:1 !important;transform:none !important}header nav.dropdown a,header nav.mobile a{display:block !important;padding:12px !important;color:#fff !important;font-family:Arial,sans-serif !important;font-size:14px !important;font-weight:600 !important;line-height:1.4 !important;text-align:left !important;text-decoration:none !important;border-bottom:1px solid rgba(255,255,255,.1) !important}}@media (max-width:620px){header .nav-row{height:76px !important}header .brand img,header .brand svg,header .brand-logo{width:40px !important;height:46px !important;flex-basis:40px !important}header .brand .word,header .brand strong{min-width:100px !important;height:33px !important;font-family:system-ui,-apple-system,"Segoe UI",sans-serif !important;font-size:18px !important;line-height:18px !important}header .brand .rescue,header .brand small{font-family:system-ui,-apple-system,"Segoe UI",sans-serif !important;line-height:15px !important}header nav.dropdown,header nav.mobile{top:76px !important}}header nav a.current,header nav a[aria-current="page"]{color:var(--yellow,#f6d64b) !important}html{scroll-padding-top:105px}:focus-visible{outline:3px solid var(--yellow,#f6d64b) !important;outline-offset:4px !important}.skip-link{position:fixed !important;z-index:1000 !important;top:14px !important;left:50% !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:46px !important;margin:0 !important;padding:10px 20px !important;border:2px solid #f6d64b !important;border-radius:999px !important;background:#17235a !important;box-shadow:0 12px 28px rgba(11,18,56,.28) !important;color:#fff !important;font-family:Arial,sans-serif !important;font-size:14px !important;font-weight:700 !important;line-height:1.2 !important;letter-spacing:.01em !important;text-decoration:none !important;white-space:nowrap !important;opacity:0 !important;pointer-events:none !important;transform:translate(-50%,calc(-100% - 22px)) !important;transition:transform .18s ease,opacity .18s ease !important}.skip-link:focus,.skip-link:focus-visible{opacity:1 !important;pointer-events:auto !important;transform:translate(-50%,0) !important;outline:3px solid #fff !important;outline-offset:3px !important}:root{--sage:#435c38;--sage-dark:#465f3b;--blue:#3c5874;--coral:#9d3f34}.kicker,.story-copy small{color:#435c38 !important}.aftercare-copy .kicker{color:#f6d64b !important}.story-stat .label,.t-date{color:#465164 !important}.route-card .route-link{color:#76500e !important}.section-label,.role-card>span{color:#3f465a !important}.guide-hero .updated{background:rgba(255,255,255,.12) !important;border-color:rgba(246,214,75,.72) !important;color:#fff !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04) !important}.dog-card .dog-quote{color:#465164 !important}.dog-card[style*="--tag:var(--gold)"] .dog-status,.dog-card[style*="--tag:var(--gold)"] .dog-nametag,.dog-card[style*="--tag:var(--gold)"] .dog-nametag h2,.dog-card[style*="--tag:var(--gold)"] .dog-nametag .sub,.dog-card[style*="--tag:var(--gold)"] .btn-primary{color:#17235a !important}.story-card[style*="--cat-color:var(--yellow)"] .story-cat,.story-card[style*="--cat-color:var(--gold)"] .story-cat,.story-card[data-category="success"] .story-cat,.story-card[data-category="fundraising"] .story-cat{color:#17235a !important}.read-btn{color:#17235a !important}.tag{background:#3c5874 !important;color:#fff !important}.cat-pill{background:#3c5874 !important;color:#fff !important}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto !important}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}.site-footer{background:#0e163d !important;color:#d9d7ca !important;padding:48px 0 24px !important;text-align:left !important}.site-footer-inner,.site-footer>.wrap{width:min(1120px,calc(100% - 40px)) !important;max-width:1120px !important;margin:0 auto !important;padding-left:0 !important;padding-right:0 !important}.site-footer-top,.footer-top{display:grid !important;grid-template-columns:1.1fr 1.5fr auto !important;gap:44px !important;align-items:start !important;padding-bottom:34px !important}.site-footer-brand,.footer-brand{font-family:"Trebuchet MS",Arial,sans-serif !important;font-size:23px !important;font-weight:700 !important;line-height:1.15 !important;color:#fff !important}.site-footer-brand span,.footer-brand span{display:block !important;margin-top:8px !important;font-family:Arial,sans-serif !important;font-size:13px !important;font-weight:400 !important;color:#c9c7bb !important}.site-footer-nav,.footer-nav{display:grid !important;grid-template-columns:repeat(3,max-content) !important;gap:11px 28px !important}.site-footer-nav a,.footer-nav a,.site-footer-social,.social{color:#fff !important;font-family:Arial,sans-serif !important;font-size:13px !important;font-weight:600 !important;text-decoration:none !important}.site-footer-nav a:hover,.footer-nav a:hover,.site-footer-social:hover,.social:hover{color:#f6d64b !important}.site-footer-social,.social{display:inline-flex !important;align-items:center !important;gap:9px !important}.site-footer-social svg{width:22px !important;height:22px !important;fill:currentColor !important}.site-footer-bottom,.bottom{border-top:1px solid rgba(255,255,255,.13) !important;padding-top:20px !important;display:flex !important;justify-content:space-between !important;gap:20px !important;align-items:center !important;color:#aaa99f !important;font-family:Arial,sans-serif !important;font-size:12px !important}.site-footer-bottom p,.bottom p{margin:0 !important}.site-footer-credit,.credit{color:#f6d64b !important;font-weight:600 !important}@media (max-width:950px){.site-footer-top,.footer-top{grid-template-columns:1fr 1fr !important;gap:30px !important}.site-footer-social,.social{grid-column:1 / -1 !important}}@media (max-width:520px){html{scroll-padding-top:90px}.site-footer{padding-top:40px !important;text-align:center !important}.site-footer-inner,.site-footer>.wrap{width:calc(100% - 30px) !important}.site-footer-top,.footer-top{grid-template-columns:1fr !important;gap:25px !important;text-align:center !important}.site-footer-nav,.footer-nav{grid-template-columns:repeat(2,1fr) !important;gap:12px 20px !important;justify-items:center !important}.site-footer-social,.social{grid-column:auto !important;justify-content:center !important}.site-footer-bottom,.bottom{display:block !important;text-align:center !important}.site-footer-bottom p+p,.bottom p+p{margin-top:8px !important}} /* 2026-07-17 iPad Mini and iPad Air resilience */ @media (min-width:700px) and (max-width:900px){html,body{max-width:100%;overflow-x:hidden} .wrap,.site-footer-inner,.site-footer>.wrap{width:min(100% - 48px,1120px)!important} header .nav-row{width:min(100% - 40px,1180px)!important} .site-footer-top,.footer-top{grid-template-columns:1fr 1fr!important;gap:28px!important} .site-footer-nav,.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 22px!important} .site-footer-social,.social{grid-column:1/-1!important} img,svg,video{max-width:100%} button,a,.btn{max-width:100%}}.stories .stories-cta{margin-top:34px;text-align:center}.stories .stories-cta .text-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border:2px solid #17235a;border-radius:999px;background:#fffdf7;box-shadow:0 5px 0 rgba(23,35,90,.14);text-decoration:none}.dog-grid .dog-card img[src$="/zeus.webp"]{object-position:50% 55%!important}.dog-grid .dog-card img[src$="/flynn-july-2026.webp"]{object-position:50% 25%!important}.story-grid .story img[src$="/prince.webp"]{object-position:50% 18%!important}#flynn .dog-photo img{object-fit:cover!important;object-position:50% 50%!important}#zeus .btn-primary,#zeus .dog-nametag .sub,#zeus .dog-nametag h2,#zeus .dog-status{color:#17235a!important}.feed-list .story-photo img[src$="/fleur.webp"]{object-position:50% 27%!important}.feed-list .story-photo img[src$="/woody-leaves-rescue.webp"]{object-position:50% 70%!important}.feed-list .story-photo img[src$="/ferne-story.webp"]{object-position:50% 64%!important}.feed-list .story-photo img[src$="/teddy-story.webp"]{object-position:50% 48%!important}.feed-list .story-photo img[src$="/poppy-story.webp"]{object-position:50% 42%!important}.feed-list .story-photo img[src$="/sky.webp"]{object-position:50% 27%!important}.feed-list .story-photo img[src$="/pablo.webp"]{object-position:50% 22%!important}.feed-list .story-photo img[src$="/digby.webp"]{object-position:50% 82%!important}.feed-list .story-photo img[src$="/penny.webp"]{object-position:50% 88%!important}.feed-list .story-photo img[src$="/dexter.webp"]{object-position:50% 68%!important}.feed-list .story-photo img[src$="/prince.webp"]{object-position:50% 18%!important}.feed-list .story-photo img[src$="/pepper-family-july-2026.webp"]{object-position:50% 28%!important}.feed-list .story-photo img[src$="/milo-news-july-2026.webp"]{object-position:50% 5%!important}.feed-list .story-photo img[src$="/sid-resting-july-2026.webp"]{object-position:40% 55%!important}.feed-list .story-card[data-share-url="stories/story-behind-our-logo.html"] .story-photo{background:#fffaf0!important}.feed-list .story-card[data-share-url="stories/story-behind-our-logo.html"] .story-photo img{object-fit:contain!important;object-position:center!important;padding:16px!important;transform:none!important}.feed-list .story-card[data-share-url="stories/jollyes-one-tin-challenge.html"] .story-photo img{width:100%!important;height:100%!important;padding:0!important;object-fit:cover!important;object-position:center!important;transform:none!important}.feed-list .story-card[data-share-url="stories/country-kennels-care-partnership.html"] .story-photo{background:#0f3d28!important}.feed-list .story-card[data-share-url="stories/country-kennels-care-partnership.html"] .story-photo img{width:100%!important;height:100%!important;padding:0!important;background:#0f3d28!important;object-fit:contain!important;object-position:center!important;transform:none!important}.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo{background:#43afe3!important}.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo img{width:100%!important;height:100%!important;padding:0!important;object-fit:cover!important;object-position:center!important;transform:none!important}@media (min-width:901px){.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"]{min-height:513px!important;height:513px!important;max-height:513px!important}.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-body,.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo,.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo a,.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo img{height:513px!important;min-height:513px!important;max-height:513px!important}}@media (min-width:700px) and (max-width:900px){.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"]{grid-template-rows:520px auto!important}.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo,.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo a,.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo img{height:520px!important;min-height:520px!important;max-height:520px!important}}@media (max-width:699px){.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"]{grid-template-rows:auto auto!important}.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo,.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo a,.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"] .story-photo img{height:min(500px,calc((100vw - 40px) * 1.425))!important;min-height:min(500px,calc((100vw - 40px) * 1.425))!important;max-height:min(500px,calc((100vw - 40px) * 1.425))!important}}.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo{background:#fffaf0!important}.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo img{width:100%!important;height:100%!important;padding:0!important;object-fit:cover!important;object-position:center!important;transform:none!important}@media (min-width:901px){.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"]{min-height:520px!important;height:520px!important;max-height:520px!important}.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-body,.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo,.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo a,.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo img{height:520px!important;min-height:520px!important;max-height:520px!important}}@media (min-width:700px) and (max-width:900px){.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"]{grid-template-rows:520px auto!important}.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo,.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo a,.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo img{height:520px!important;min-height:520px!important;max-height:520px!important}}@media (max-width:699px){.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"]{grid-template-rows:auto auto!important}.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo,.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo a,.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"] .story-photo img{height:min(528px,calc((100vw - 40px) * 1.5))!important;min-height:min(528px,calc((100vw - 40px) * 1.5))!important;max-height:min(528px,calc((100vw - 40px) * 1.5))!important}}.feed-list .dog-meta,.feed-list .story-body h2,.feed-list .story-summary{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important;-webkit-box-orient:initial!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;overflow-wrap:normal!important;word-break:normal!important}.feed-list .dog-meta{color:#5b6070!important;opacity:1!important}@media (min-width:901px){.feed-list .story-card:not([data-share-url="stories/august-charity-dog-walk.html"]):not([data-share-url="stories/congleton-park-fun-day.html"]){min-height:360px!important;height:360px!important;max-height:360px!important}.feed-list .story-card:not([data-share-url="stories/august-charity-dog-walk.html"]):not([data-share-url="stories/congleton-park-fun-day.html"]) .story-body,.feed-list .story-card:not([data-share-url="stories/august-charity-dog-walk.html"]):not([data-share-url="stories/congleton-park-fun-day.html"]) .story-photo,.feed-list .story-card:not([data-share-url="stories/august-charity-dog-walk.html"]):not([data-share-url="stories/congleton-park-fun-day.html"]) .story-photo a,.feed-list .story-card:not([data-share-url="stories/august-charity-dog-walk.html"]):not([data-share-url="stories/congleton-park-fun-day.html"]) .story-photo img{height:360px!important;min-height:360px!important;max-height:360px!important}.feed-list .story-body{padding:25px 32px!important}.feed-list .story-body h2{font-size:clamp(1.48rem, 1.8vw, 1.72rem)!important;line-height:1.1!important}.feed-list .dog-meta{font-size:.79rem!important;line-height:1.35!important}.feed-list .story-summary{font-size:.94rem!important;line-height:1.45!important}}.proof{padding:92px 0!important;background:radial-gradient(circle at 8% 12%,rgba(246,214,75,.16),transparent 28%),#f8f3e3}.proof .proof-shell{width:min(1180px,calc(100% - 48px))!important;display:grid!important;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr)!important;align-items:stretch!important;margin:0 auto!important;border:1px solid rgba(23,35,90,.11)!important;border-radius:30px!important;background:#fff!important;box-shadow:0 24px 58px rgba(23,35,90,.13)!important;overflow:hidden!important}.proof .proof-photo{position:relative!important;width:auto!important;min-width:0!important;height:auto!important;min-height:520px!important;max-height:none!important;aspect-ratio:auto!important;border-radius:0!important;background:#e7e4d8!important;box-shadow:none!important;overflow:hidden!important}.proof .proof-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 48%!important}.proof .proof-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 54%,rgba(11,18,56,.78));pointer-events:none}.proof .proof-photo-caption{position:absolute!important;z-index:1!important;right:28px!important;bottom:26px!important;left:28px!important;display:flex!important;flex-direction:column!important;gap:5px!important;color:#fff!important}.proof .proof-photo-caption strong{color:#fff!important;font:800 clamp(1.7rem, 3vw, 2.55rem)/1.05 "Trebuchet MS",Arial,sans-serif!important}.proof .proof-photo-caption span{color:#f6d64b!important;font-size:.82rem!important;font-weight:800!important;letter-spacing:.11em!important;text-transform:uppercase!important}.proof .proof-copy{display:flex!important;min-width:0!important;width:auto!important;flex-direction:column!important;justify-content:center!important;padding:clamp(38px,4.2vw,58px)!important;background:#fff!important}.proof .proof-copy h2{max-width:17ch!important;margin:0 0 18px!important;color:#17235a!important;font:800 clamp(2.25rem, 3.5vw, 3.45rem)/1.04 "Trebuchet MS",Arial,sans-serif!important;letter-spacing:-.025em!important}.proof .proof-copy .proof-lead{max-width:680px!important;margin:0 0 25px!important;color:#596074!important;font-size:1.04rem!important;line-height:1.7!important}.proof .proof-impact{display:none!important}.proof .checks{display:grid!important;gap:11px!important;margin:0!important}.proof .check{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:13px!important;align-items:start!important;padding:14px 16px!important;border:1px solid #e3dece!important;border-radius:16px!important;background:#f9f6ed!important;text-align:left!important}.proof .check b{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border-radius:11px!important;background:#f6d64b!important;color:#17235a!important;font:800 .72rem/1 "Trebuchet MS",Arial,sans-serif!important}.proof .check span{color:#535a70!important;font-size:.92rem!important;line-height:1.5!important}.proof .check span strong{display:block!important;margin-bottom:3px!important;color:#17235a!important;font:800 .98rem/1.25 "Trebuchet MS",Arial,sans-serif!important}@media (max-width:980px){.proof .proof-shell{width:min(760px,calc(100% - 48px))!important;grid-template-columns:minmax(0,1fr)!important}.proof .proof-photo{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important}.proof .proof-copy{width:100%!important;padding:38px 34px 42px!important}}@media (max-width:900px){main>section.hero .hero-photo,main>section.hero .hero-visual,main>section.page-hero .hero-photo-frame{display:none!important}main>section.hero .hero-grid,main>section.page-hero>.wrap{grid-template-columns:minmax(0,1fr)!important;gap:0!important;text-align:center!important}main>section.hero :is(.eyebrow,h1,p),main>section.page-hero :is(.eyebrow,h1,p){margin-right:auto!important;margin-left:auto!important;text-align:center!important}main>section.hero :is(.actions,.hero-actions){justify-content:center!important}#flynn .dog-photo img{object-position:50% 25%!important}}@media (max-width:699px){html body main,html body main .advice-card,html body main .dog-body,html body main .dog-copy,html body main .principle,html body main .section-head,html body main .section-head>*,html body main .story-body,html body main .time-card,html body main .way,html body main .wrap,html body main article,html body main form,html body main section{text-align:center!important}html body main :is(.section-head,.mini-head,.section-side,.story-body,.dog-body,.dog-copy)>*{margin-right:auto!important;margin-left:auto!important;text-align:center!important}html body main :is(
.actions,.hero-actions,.support-actions,.aftercare-links,.dog-cta,.dog-pills,.story-actions,.story-meta,.share-options,.cta-buttons,.filters,.detail,.impact-row
){justify-content:center!important;justify-items:center!important;align-items:center!important}html body main .filter-bar .filters{display:flex!important;width:100%!important;max-width:none!important;margin:0!important;padding:0 16px 10px!important;justify-content:flex-start!important;align-items:center!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:thin;-webkit-overflow-scrolling:touch}html body main .filter-bar :is(.filter-label,.filter-chip){flex:0 0 auto!important;scroll-snap-align:start}html body main .story-body{align-items:center!important;justify-items:center!important}html body main .read-btn,html body main .story-actions,html body main .story-body>*,html body main .story-meta{width:auto!important;max-width:100%!important;margin-right:auto!important;margin-left:auto!important;text-align:center!important}html body main .story-actions{width:100%!important}html body main :is(.text-link,.read-btn,.back-link,.route-link){margin-right:auto!important;margin-left:auto!important}html body main ol,html body main ul{padding-left:0!important;list-style-position:inside!important}html body main img{margin-right:auto!important;margin-left:auto!important}header nav.dropdown a,header nav.mobile a{text-align:center!important}.proof{padding:62px 0!important}.proof .proof-shell{width:min(100% - 28px,560px)!important;border-radius:22px!important}.proof .proof-photo{aspect-ratio:4/3!important}.proof .proof-photo-caption{right:18px!important;bottom:18px!important;left:18px!important;align-items:center!important;text-align:center!important}.proof .proof-copy{align-items:center!important;padding:30px 20px 32px!important;text-align:center!important}.proof .proof-copy h2{max-width:18ch!important;font-size:clamp(2rem, 10vw, 2.75rem)!important;text-align:center!important}.proof .proof-copy .proof-lead{margin-right:auto!important;margin-left:auto!important;font-size:.98rem!important;text-align:center!important}.proof .checks{width:100%!important}.proof .check{grid-template-columns:minmax(0,1fr)!important;justify-items:center!important;padding:17px 15px!important;text-align:center!important}.proof .check span,.proof .check span strong{text-align:center!important}}