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%}button{font-family:inherit;cursor:pointer}: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:30px}nav.top-inline a{color:#fff;font-family:"Trebuchet MS",sans-serif;font-weight:600;font-size:0.98rem}nav.dropdown{display:none !important}}@media (max-width:859px){nav.top-inline{display:none}}.page-hero{background:var(--navy);position:relative;overflow:hidden;padding:52px 0 60px}.page-hero .blob{position:absolute;top:-50px;right:-70px;width:320px;opacity:0.9;z-index:0}.page-hero .wrap{position:relative;z-index:2}.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.4rem;line-height:1.1;max-width:640px}.page-hero p{color:var(--cream);font-size:1.05rem;line-height:1.6;max-width:560px;margin-top:14px}@media (min-width:700px){.page-hero h1{font-size:3rem}}.filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.filter-chip{background:rgba(255,255,255,0.1);border:1.5px solid rgba(255,255,255,0.35);color:#fff;font-family:"Trebuchet MS",sans-serif;font-weight:600;font-size:0.85rem;padding:8px 16px;border-radius:999px;transition:background .18s ease,border-color .18s ease,transform .15s ease}.filter-chip:hover{transform:translateY(-1px)}.filter-chip.active{background:var(--yellow);border-color:var(--yellow);color:var(--yellow-ink)}.filter-bar{background:var(--navy-deep);padding:18px 0 22px;position:sticky;top:84px;z-index:35;box-shadow:0 8px 18px rgba(11,18,56,.12)}.filter-bar .filters{margin-top:0;justify-content:center}@media(max-width:620px){.filter-bar{top:76px;padding:10px 0}.filter-bar .filters{width:100%;padding:0 14px;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.filter-bar .filters::-webkit-scrollbar{display:none}.filter-chip{flex:0 0 auto;padding:7px 13px;font-size:.8rem}}.feed{padding:48px 0 30px}.feed-list{display:flex;flex-direction:column;gap:28px}.story-card{display:grid;grid-template-columns:1fr;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 8px 24px -12px rgba(23,35,90,0.18);border-left:8px solid var(--cat-color,var(--sage));transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s ease}.story-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px -14px rgba(23,35,90,0.3)}.story-photo{position:relative;width:100%;height:clamp(220px,62vw,320px);max-height:320px;overflow:hidden;background:var(--cream)}.story-photo a{display:block;width:100%;height:100%}.story-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.story-card:hover .story-photo img{transform:scale(1.06)}.story-body{padding:26px 26px 28px;display:flex;flex-direction:column;justify-content:center;gap:12px}.story-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.story-cat{background:var(--cat-color,var(--sage));color:#fff;font-family:"Trebuchet MS",sans-serif;font-weight:700;font-size:0.72rem;letter-spacing:0.04em;padding:5px 12px;border-radius:999px}.story-date{color:var(--ink-soft);font-size:0.82rem;font-weight:600}.story-body h2{font-size:1.35rem;line-height:1.25;color:var(--navy)}.story-summary{color:var(--ink-soft);font-size:1rem;line-height:1.6}.dog-meta{color:var(--ink-soft);font-size:0.85rem;font-weight:700;font-family:"Trebuchet MS",sans-serif;letter-spacing:0.02em;opacity:0.75}.story-more{color:var(--ink-soft);font-size:0.98rem;line-height:1.65;display:none}.story-more.open{display:block}.story-more p{margin-bottom:14px}.story-more p:last-child{margin-bottom:0}.read-btn{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:6px;background:none;border:none;padding:0;color:var(--cat-color,var(--navy));font-family:"Trebuchet MS",sans-serif;font-weight:700;font-size:0.98rem}.read-btn svg{width:16px;height:16px;transition:transform .2s ease}.read-btn:hover svg{transform:translateX(4px)}@media (min-width:760px){.story-card{grid-template-columns:340px 1fr}.story-photo{width:340px;height:280px;min-height:0;max-height:280px;align-self:start}.story-body{padding:34px 40px}.story-body h2{font-size:1.6rem}}.no-results{text-align:center;color:var(--ink-soft);font-size:1rem;padding:40px 0;display:none}.no-results.show{display:block}.feed-list .story-card:nth-child(n+7){display:none}.load-more-wrap{display:flex;justify-content:center;padding:34px 0 8px}.load-more-wrap[hidden]{display:none}.load-more-btn{min-width:210px;padding:13px 24px;border:0;border-radius:999px;background:var(--yellow);color:var(--yellow-ink);cursor:pointer;font-family:"Trebuchet MS",sans-serif;font-size:1rem;font-weight:800;box-shadow:0 5px 0 #c7a527;transition:transform .2s ease,box-shadow .2s ease}.load-more-btn:hover{transform:translateY(-2px);box-shadow:0 7px 0 #c7a527}.load-more-btn:focus-visible{outline:3px solid var(--navy);outline-offset:4px}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}footer a.back{display:inline-block;margin-top:14px;color:var(--yellow);font-family:"Trebuchet MS",sans-serif;font-weight:700;font-size:0.9rem}.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 .filter-bar .filters{justify-content:center;flex-wrap:wrap;overflow:visible}main .story-card{border-left:0;border-top:8px solid var(--cat-color,var(--sage))}main .story-body{align-items:center;text-align:center}main .story-meta{justify-content:center}main .read-btn{justify-content:center;margin-left:auto;margin-right:auto}.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:699px){main,main section,main .wrap{text-align:center!important}main .filter-bar .filters{justify-content:center!important;flex-wrap:wrap!important;overflow:visible!important}main .feed-list{align-items:stretch!important}main .story-card{width:100%!important;border-left:0!important;border-top:8px solid var(--cat-color,var(--sage))!important;text-align:center!important}main .story-body{width:100%!important;align-items:center!important;text-align:center!important}main .story-body>*{margin-left:auto!important;margin-right:auto!important;text-align:center!important}main .story-meta{width:100%!important;justify-content:center!important;align-items:center!important;text-align:center!important}main .read-btn{display:flex!important;align-items:center!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!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}} .filter-bar{position:static!important;top:auto!important;background:var(--paper)!important;box-shadow:none!important;padding:34px 0 6px!important}.filter-bar .filters{justify-content:center!important}.filter-chip{background:#fff!important;border:1px solid rgba(23,35,90,.14)!important;color:var(--navy)!important;box-shadow:0 8px 22px rgba(23,35,90,.06)!important;padding:10px 17px!important}.filter-chip.active{background:var(--navy)!important;border-color:var(--navy)!important;color:#fff!important}.feed{width:min(1120px,calc(100% - 40px))!important;max-width:1120px!important;padding:42px 0 76px!important}.feed-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important}.story-card{display:flex;flex-direction:column!important;height:560px!important;min-height:560px!important;border-left:0!important;border-top:6px solid var(--cat-color,var(--sage))!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 30px rgba(23,35,90,.08)!important;overflow:hidden!important}.story-card:hover{transform:translateY(-5px)!important;box-shadow:0 18px 38px rgba(23,35,90,.14)!important}.story-photo{width:100%!important;height:238px!important;min-height:238px!important;max-height:238px!important;background:var(--cream)!important}.story-photo img{width:100%!important;height:100%!important;object-fit:cover!important}.story-body{display:flex!important;flex:1!important;min-height:0!important;padding:23px!important;justify-content:flex-start!important;gap:10px!important}.story-meta{gap:8px!important}.story-cat{background:var(--cat-color,var(--sage))!important}.story-date,.story-read-time{color:var(--muted)!important;font-size:.78rem!important;font-weight:700!important}.story-read-time:before{content:'·';margin-right:8px}.story-body h2{font-size:1.42rem!important;line-height:1.22!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.dog-meta{font-size:.8rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-summary{font-size:.93rem!important;line-height:1.55!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.read-btn{margin-top:auto!important;align-self:flex-start!important;background:var(--navy)!important;color:#fff!important;padding:11px 16px!important;border-radius:999px!important;font-size:.9rem!important}.read-btn:hover{background:var(--deep)!important}.load-more-wrap{grid-column:1/-1}.load-more-btn{background:var(--yellow)!important;color:#302806!important;font-weight:800!important;box-shadow:0 10px 24px rgba(23,35,90,.1)!important}@media(max-width:980px){.feed-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.story-card{height:550px!important;min-height:550px!important}}@media(max-width:680px){.filter-bar{padding-top:22px!important}.feed{width:min(100% - 28px,1120px)!important;padding-top:30px!important}.feed-list{grid-template-columns:1fr!important}.story-card{height:auto!important;min-height:0!important}.story-photo{height:250px!important;min-height:250px!important;max-height:250px!important}.story-summary{-webkit-line-clamp:5}} .archive-count{font-weight:800;color:#17235a;margin-top:12px}.filters{flex-wrap:wrap}.story-card{height:610px!important;display:flex!important;flex-direction:column!important;overflow:hidden}.story-photo{height:240px!important;min-height:240px!important;flex:0 0 240px!important}.story-photo img{width:100%!important;height:100%!important;object-fit:cover!important}.story-body{display:flex!important;flex-direction:column!important;flex:1!important;min-height:0!important}.story-body h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.dog-meta{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.story-summary{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.read-btn{margin-top:auto!important}.share-menu{margin-top:10px}.share-options{margin:0!important}.share-button-general{min-height:44px!important;padding:8px 16px!important;border-radius:999px!important;background:#17235a!important;color:#fff!important;border:0!important;font-weight:800!important;cursor:pointer!important}.share-button-general:hover{background:#243372!important}.share-status{font-size:.78rem;min-height:1em;margin:4px 0 0}.story-card[data-category="appeal"]{--cat-color:#cf5c48}.story-card[data-category="event"]{--cat-color:#729777}@media(max-width:900px){.story-card{height:590px!important}.story-photo{height:220px!important;min-height:220px!important;flex-basis:220px!important}}@media(max-width:700px){.story-card{height:auto!important;min-height:0}.story-photo{height:240px!important;min-height:240px!important;flex-basis:240px!important}.story-summary{-webkit-line-clamp:unset}.story-body h2{-webkit-line-clamp:unset}} .filter-bar{position:sticky!important;top:84px!important;z-index:32!important;padding:14px 0!important;background:rgba(255,253,247,.96)!important;border-top:1px solid rgba(23,35,90,.06)!important;border-bottom:1px solid rgba(23,35,90,.12)!important;box-shadow:0 10px 26px rgba(23,35,90,.08)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)} .filter-bar .filters{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-wrap:wrap!important} .filter-label{font-family:"Trebuchet MS",Arial,sans-serif;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#465164;margin-right:2px} .filter-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;margin:0!important;padding:9px 16px!important;border:2px solid #17235a!important;border-radius:999px!important;background:#fff!important;box-shadow:none!important;color:#17235a!important;font:800 .86rem/1 Arial,sans-serif!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;transform:none!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important} .filter-chip:hover,.filter-chip:focus-visible{background:#f6d64b!important;border-color:#17235a!important;color:#17235a!important;box-shadow:0 7px 18px rgba(23,35,90,.14)!important;transform:translateY(-2px)!important;opacity:1!important} .filter-chip.active,.filter-chip[aria-pressed="true"]{background:#17235a!important;border-color:#f6d64b!important;color:#fff!important;box-shadow:0 7px 18px rgba(23,35,90,.18)!important;opacity:1!important} .filter-chip.active:hover,.filter-chip[aria-pressed="true"]:hover{background:#243372!important;color:#fff!important;border-color:#f6d64b!important} .feed{padding-top:30px!important} .feed-status{grid-column:1/-1;margin:0 0 4px;color:#465164;font-size:.9rem;font-weight:700;text-align:right} .feed-list{align-items:stretch!important} .story-card{height:590px!important;min-height:590px!important;border-top-width:5px!important;transition:transform .22s ease,box-shadow .22s ease!important} .story-card:hover{transform:translateY(-4px)!important} .story-photo{position:relative!important;height:230px!important;min-height:230px!important;max-height:230px!important;flex:0 0 230px!important;overflow:hidden!important;background:#ede8c8!important} .story-photo::after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(to top,rgba(14,22,61,.12),transparent);pointer-events:none} .story-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 38%!important;transform:scale(1.002);transition:transform .35s ease!important} .story-card:hover .story-photo img{transform:scale(1.035)!important} .story-photo--dog img{object-position:center 40%!important} .story-photo--portrait img{object-position:center 24%!important} .story-photo--editorial img{object-position:center 44%!important} .story-photo--contain{display:flex!important;align-items:center!important;justify-content:center!important;background:#f7f3df!important} .story-photo--contain::after{display:none!important} .story-photo--contain img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:28px!important;transform:none!important} .story-card:hover .story-photo--contain img{transform:scale(1.025)!important} .story-body{padding:22px!important;gap:9px!important} .read-btn,.share-button-general,.load-more-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:46px!important;border-radius:12px!important;text-decoration:none!important;font-family:Arial,sans-serif!important;font-weight:800!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important} .read-btn{padding:10px 15px!important;border:2px solid #17235a!important;background:#f6d64b!important;color:#17235a!important;box-shadow:0 7px 16px rgba(23,35,90,.11)!important} .read-btn svg{width:18px!important;height:18px!important;transition:transform .18s ease!important} .read-btn:hover,.read-btn:focus-visible{background:#17235a!important;border-color:#17235a!important;color:#fff!important;box-shadow:0 10px 22px rgba(23,35,90,.2)!important;transform:translateY(-2px)!important;opacity:1!important} .read-btn:hover svg{transform:translateX(3px)!important} .share-menu{margin-top:8px!important} .share-button-general{width:100%!important;padding:9px 15px!important;border:2px solid #17235a!important;background:#fff!important;color:#17235a!important;box-shadow:none!important} .share-button-general::before{content:"↗";font-size:1.05rem;line-height:1} .share-button-general:hover,.share-button-general:focus-visible{background:#ede8c8!important;border-color:#17235a!important;color:#17235a!important;box-shadow:0 8px 18px rgba(23,35,90,.13)!important;transform:translateY(-2px)!important;opacity:1!important} .load-more-wrap{display:flex!important;justify-content:center!important;margin:30px 0 0!important} .load-more-btn{min-width:260px!important;padding:13px 24px!important;border:2px solid #17235a!important;background:#17235a!important;color:#fff!important;box-shadow:0 10px 24px rgba(23,35,90,.2)!important} .load-more-btn::after{content:"↓";font-size:1rem;color:#f6d64b} .load-more-btn:hover,.load-more-btn:focus-visible{background:#f6d64b!important;border-color:#17235a!important;color:#17235a!important;box-shadow:0 13px 28px rgba(23,35,90,.18)!important;transform:translateY(-2px)!important;opacity:1!important} .load-more-btn:hover::after,.load-more-btn:focus-visible::after{color:#17235a} .load-more-btn[hidden]{display:none!important} .feed-empty{grid-column:1/-1;margin:20px 0;padding:34px;border:1px solid rgba(23,35,90,.12);border-radius:18px;background:#fff;text-align:center;color:#465164;font-weight:700} @media(max-width:980px){.story-card{height:585px!important;min-height:585px!important}.filter-bar{top:84px!important}} @media(max-width:700px){.filter-bar{top:84px!important;padding:10px 0!important}.filter-bar .filters{width:100%!important;justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding:2px 18px 7px!important;scrollbar-width:thin!important}.filter-label{flex:0 0 auto}.filter-chip{flex:0 0 auto!important}.feed-status{text-align:left}.story-card{height:auto!important;min-height:0!important}.story-photo{height:245px!important;min-height:245px!important;max-height:245px!important;flex-basis:245px!important}.story-photo--contain img{padding:22px!important}.load-more-btn{width:100%!important;min-width:0!important}} @media(prefers-reduced-motion:reduce){.story-card,.story-photo img,.filter-chip,.read-btn,.share-button-general,.load-more-btn{transition:none!important;transform:none!important}} .filter-chip,.read-btn,.share-button-general,.load-more-btn{-webkit-appearance:none!important;appearance:none!important} .share-sheet[hidden]{display:none!important} .share-sheet{position:fixed;inset:0;z-index:10000;display:grid;align-items:end;justify-items:center;padding:12px;isolation:isolate} .share-sheet-backdrop{position:absolute;inset:0;z-index:-1;width:100%;height:100%;margin:0;border:0;background:rgba(8,15,48,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer} .share-sheet-panel{position:relative;width:min(100%,540px);max-height:min(86dvh,720px);overflow:auto;padding:26px 20px 22px;border:1px solid rgba(23,35,90,.14);border-radius:24px 24px 18px 18px;background:#fffdf7;color:#17235a;box-shadow:0 28px 80px rgba(8,15,48,.34);outline:0} .share-sheet-close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:2px solid rgba(23,35,90,.18);border-radius:50%;background:#fff;color:#17235a;font:800 1.6rem/1 Arial,sans-serif;cursor:pointer} .share-sheet-close:hover,.share-sheet-close:focus-visible{border-color:#17235a;background:#f6d64b;outline:0} .share-sheet-kicker{display:block;margin:0 52px 7px 0;color:#52607a;font:800 .75rem/1.2 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase} .share-sheet-panel h2{margin:0 52px 8px 0;color:#17235a;font:800 clamp(1.4rem,5vw,1.8rem)/1.15 "Trebuchet MS",Arial,sans-serif} .share-sheet-intro{margin:0 0 18px;color:#52607a;line-height:1.55} .share-sheet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px} .share-destination{display:flex;align-items:center;justify-content:flex-start;gap:10px;min-height:52px;padding:11px 13px;border:2px solid rgba(23,35,90,.16);border-radius:14px;background:#fff;color:#17235a;text-decoration:none;font:800 .9rem/1.2 Arial,sans-serif;cursor:pointer} .share-destination span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:9px;background:#ede8c8;color:#17235a;font-weight:900} .share-destination:hover,.share-destination:focus-visible{border-color:#17235a;background:#f6d64b;color:#17235a;outline:0;box-shadow:0 8px 20px rgba(23,35,90,.12)} .share-device{grid-column:1/-1;background:#17235a;color:#fff;border-color:#17235a} .share-device span{background:#f6d64b} .share-device:hover,.share-device:focus-visible{background:#243372;color:#fff;border-color:#f6d64b} .share-device[hidden]{display:none!important} .share-sheet-status{min-height:1.4em;margin:15px 2px 0;color:#365940;font-size:.9rem;font-weight:700} .share-sheet-open{overflow:hidden} @media(max-width:700px){main .filter-bar{top:76px!important;padding:8px 0!important} main .filter-bar .filters{display:flex!important;width:100%!important;max-width:none!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;padding:4px 16px 9px!important;margin:0!important;scrollbar-width:none!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain} main .filter-bar .filters::-webkit-scrollbar{display:none!important} main .filter-bar .filter-label{display:none!important} main .filter-bar .filter-chip{flex:0 0 auto!important;min-height:42px!important;padding:9px 15px!important;scroll-snap-align:start;white-space:nowrap!important} main .feed{width:min(100% - 24px,1120px)!important;padding-top:24px!important} main .feed-status{margin:0 2px 10px!important;text-align:left!important;font-size:.86rem!important} main .feed-list{gap:22px!important} main .story-card{display:flex!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important;text-align:left!important} main .story-photo{height:220px!important;min-height:220px!important;max-height:220px!important;flex:0 0 220px!important} main .story-photo img{object-position:center 40%!important} main .story-photo--portrait img{object-position:center 24%!important} main .story-photo--editorial img{object-position:center 43%!important} main .story-body{display:flex!important;width:100%!important;min-height:0!important;overflow:visible!important;align-items:stretch!important;justify-content:flex-start!important;padding:21px 20px 22px!important;gap:10px!important;text-align:left!important} main .story-body>*{max-width:none!important;margin-left:0!important;margin-right:0!important;text-align:left!important} main .story-meta{width:100%!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;text-align:left!important} main .story-body h2{display:block!important;max-height:none!important;margin:0!important;overflow:visible!important;-webkit-box-orient:initial!important;-webkit-line-clamp:unset!important;font-size:1.34rem!important;line-height:1.2!important;overflow-wrap:anywhere!important;text-wrap:balance} main .dog-meta{display:block!important;margin:0!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important;-webkit-box-orient:initial!important;-webkit-line-clamp:unset!important;font-size:.82rem!important;line-height:1.45!important} main .story-summary{display:-webkit-box!important;margin:0!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;font-size:.94rem!important;line-height:1.55!important;text-align:left!important} main .read-btn{display:flex!important;width:100%!important;align-self:stretch!important;justify-content:center!important;margin-top:3px!important;margin-left:0!important;margin-right:0!important;text-align:center!important} main .share-menu{width:100%!important;margin-top:8px!important} main .share-button-general{width:100%!important;text-align:center!important} .share-sheet{padding:8px} .share-sheet-panel{padding:24px 16px 18px;border-radius:24px 24px 16px 16px} .share-sheet-grid{grid-template-columns:1fr} .share-device{grid-column:auto}} @media(min-width:701px){.share-sheet{align-items:center}.share-sheet-panel{border-radius:24px}} .feed-list{align-items:stretch!important}.story-card{isolation:isolate}.story-body{box-sizing:border-box!important}.story-body h2,.dog-meta,.story-summary{position:static!important;transform:none!important}.read-btn,.share-menu{position:static!important;inset:auto!important;flex:none!important}.share-button-general{touch-action:manipulation!important} @media(max-width:700px){main .feed-list{display:grid!important;grid-template-columns:1fr!important;gap:22px!important}main .story-card{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:220px auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important}main .story-photo{grid-row:1!important;width:100%!important;height:220px!important;min-height:220px!important;max-height:220px!important;overflow:hidden!important}main .story-photo img{width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important}main .story-body{grid-row:2!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-rows:auto!important;align-content:start!important;align-items:start!important;justify-items:stretch!important;width:100%!important;min-height:0!important;overflow:visible!important;padding:20px 19px 21px!important;gap:10px!important;text-align:left!important}main .story-body>*{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;text-align:left!important}main .story-meta{display:flex!important;flex-wrap:wrap!important;gap:7px!important}main .story-body h2{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;font-size:1.33rem!important;line-height:1.23!important;overflow-wrap:anywhere!important}main .dog-meta{display:block!important;height:auto!important;overflow:visible!important;white-space:normal!important;font-size:.82rem!important;line-height:1.45!important}main .story-summary{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;font-size:.94rem!important;line-height:1.52!important}main .read-btn{display:flex!important;width:100%!important;min-height:48px!important;justify-content:center!important;margin-top:3px!important;text-align:center!important}main .share-menu{display:block!important;width:100%!important;margin-top:2px!important}main .share-button-general{display:flex!important;width:100%!important;min-height:48px!important;justify-content:center!important;text-align:center!important}} .share-sheet[hidden]{display:none!important}.share-sheet{position:fixed;inset:0;z-index:10000;display:grid;align-items:end;justify-items:center;padding:10px;isolation:isolate}.share-sheet-backdrop{position:absolute;inset:0;z-index:-1;width:100%;height:100%;border:0;background:rgba(8,15,48,.74);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.share-sheet-panel{position:relative;width:min(100%,540px);max-height:min(88dvh,720px);overflow:auto;padding:26px 20px 22px;border:1px solid rgba(23,35,90,.14);border-radius:24px 24px 18px 18px;background:#fffdf7;color:#17235a;box-shadow:0 28px 80px rgba(8,15,48,.34);outline:0}.share-sheet-close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:2px solid rgba(23,35,90,.18);border-radius:50%;background:#fff;color:#17235a;font:800 1.6rem/1 Arial,sans-serif}.share-sheet-kicker{display:block;margin:0 52px 7px 0;color:#52607a;font:800 .75rem/1.2 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}.share-sheet-panel h2{margin:0 52px 8px 0;color:#17235a;font:800 clamp(1.4rem,5vw,1.8rem)/1.15 "Trebuchet MS",Arial,sans-serif}.share-sheet-intro{margin:0 0 18px;color:#52607a;line-height:1.55}.share-sheet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.share-destination{display:flex;align-items:center;gap:10px;min-height:52px;padding:11px 13px;border:2px solid rgba(23,35,90,.16);border-radius:14px;background:#fff;color:#17235a;text-decoration:none;font:800 .9rem/1.2 Arial,sans-serif;cursor:pointer}.share-destination span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:9px;background:#ede8c8;color:#17235a;font-weight:900}.share-destination:hover,.share-destination:focus-visible{border-color:#17235a;background:#f6d64b;color:#17235a;outline:0}.share-device{grid-column:1/-1;background:#17235a;color:#fff;border-color:#17235a}.share-device span{background:#f6d64b}.share-device[hidden]{display:none!important}.share-sheet-status{min-height:1.4em;margin:15px 2px 0;color:#365940;font-size:.9rem;font-weight:700}.share-sheet-open{overflow:hidden}@media(max-width:700px){.share-sheet-grid{grid-template-columns:1fr}.share-device{grid-column:auto}}@media(min-width:701px){.share-sheet{align-items:center}.share-sheet-panel{border-radius:24px}} .feed{padding-top:32px!important;padding-bottom:72px!important}.feed-list{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:28px!important;max-width:1120px!important;margin:0 auto!important}.story-card{display:grid!important;grid-template-columns:minmax(300px,38%) minmax(0,1fr)!important;width:100%!important;min-height:360px!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:24px!important}.story-photo{height:100%!important;min-height:360px!important;overflow:hidden!important}.story-photo a{display:block!important;width:100%!important;height:100%!important}.story-photo img{display:block!important;width:100%!important;height:100%!important;min-height:360px!important;object-fit:cover!important}.story-body{display:flex!important;flex-direction:column!important;min-width:0!important;height:auto!important;padding:32px 34px!important;overflow:visible!important}.story-body h2{display:block!important;max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;font-size:clamp(1.55rem,2.4vw,2.15rem)!important;line-height:1.12!important}.story-summary,.dog-meta{display:block!important;max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;line-clamp:unset!important}.story-summary{font-size:1rem!important;line-height:1.7!important}.read-btn{align-self:flex-start!important;margin-top:auto!important}.share-menu{width:100%!important}.load-more-wrap{margin-top:32px!important}.load-more-wrap+ .load-more-wrap{display:none!important}@media(max-width:760px){.feed{padding-top:22px!important}.story-card{grid-template-columns:minmax(0,1fr)!important;min-height:0!important;border-radius:20px!important}.story-photo{height:260px!important;min-height:260px!important}.story-photo img{height:260px!important;min-height:260px!important}.story-body{padding:24px 22px 26px!important}.story-body h2{font-size:1.55rem!important}.story-summary{font-size:.98rem!important;line-height:1.62!important}.read-btn,.share-button-general{width:100%!important;justify-content:center!important}} .share-sheet[hidden]{display:none!important}.share-sheet{position:fixed;inset:0;z-index:10000;display:grid;align-items:end;justify-items:center;padding:10px;isolation:isolate}.share-sheet-backdrop{position:absolute;inset:0;z-index:-1;width:100%;height:100%;border:0;background:rgba(8,15,48,.76);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.share-sheet-panel{position:relative;width:min(100%,560px);max-height:min(88dvh,740px);overflow:auto;padding:28px 22px 22px;border:1px solid rgba(23,35,90,.14);border-radius:26px 26px 18px 18px;background:#fffdf7;color:#17235a;box-shadow:0 28px 80px rgba(8,15,48,.36);outline:0}.share-sheet-close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:2px solid rgba(23,35,90,.16);border-radius:50%;background:#fff;color:#17235a;font:800 1.65rem/1 Arial,sans-serif}.share-sheet-kicker{display:block;margin:0 52px 7px 0;color:#52607a;font:800 .75rem/1.2 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}.share-sheet-panel h2{margin:0 52px 8px 0;color:#17235a;font:800 clamp(1.45rem,5vw,1.9rem)/1.15 "Trebuchet MS",Arial,sans-serif}.share-sheet-intro{margin:0 0 18px;color:#52607a;line-height:1.55}.share-sheet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.share-destination{display:flex;align-items:center;gap:12px;min-height:58px;padding:10px 13px;border:2px solid rgba(23,35,90,.14);border-radius:16px;background:#fff;color:#17235a;text-decoration:none;font:800 .92rem/1.2 Arial,sans-serif;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.share-destination:hover,.share-destination:focus-visible{transform:translateY(-2px);border-color:#17235a;box-shadow:0 10px 22px rgba(23,35,90,.12);outline:0}.share-brand{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:11px;color:#fff}.share-brand-svg{width:22px;height:22px}.share-brand-facebook{background:#1877f2}.share-brand-whatsapp{background:#25d366}.share-brand-linkedin{background:#0a66c2}.share-brand-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.share-brand-email{background:#17235a}.share-brand-copy{background:#586174}.share-brand-device{background:#f6d64b;color:#17235a}.share-device{grid-column:1/-1;background:#17235a;color:#fff;border-color:#17235a}.share-device:hover,.share-device:focus-visible{border-color:#f6d64b}.share-device[hidden]{display:none!important}.share-sheet-status{min-height:1.4em;margin:15px 2px 0;color:#365940;font-size:.9rem;font-weight:700}.share-sheet-open{overflow:hidden}@media(max-width:700px){.share-sheet-grid{grid-template-columns:1fr}.share-device{grid-column:auto}}@media(min-width:701px){.share-sheet{align-items:center}.share-sheet-panel{border-radius:26px}} .feed{padding:34px 0 72px!important}.feed-list{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:28px!important;max-width:1120px!important;margin:0 auto!important}.story-card{display:grid!important;grid-template-columns:minmax(320px,38%) minmax(0,1fr)!important;width:100%!important;min-height:350px!important;height:auto!important;overflow:hidden!important;border-radius:24px!important}.story-photo{width:100%!important;height:100%!important;min-height:350px!important;overflow:hidden!important}.story-photo a,.story-photo img{display:block!important;width:100%!important;height:100%!important;min-height:350px!important}.story-photo img{object-fit:cover!important;transform:none!important;transition:filter .2s ease!important}.story-card:hover .story-photo img{transform:none!important;filter:saturate(1.04) contrast(1.02)}.story-body{display:flex!important;flex-direction:column!important;min-width:0!important;padding:31px 34px!important;overflow:visible!important}.story-body h2,.story-summary,.dog-meta{display:block!important;max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;line-clamp:unset!important}.story-body h2{font-size:clamp(1.55rem,2.4vw,2.15rem)!important;line-height:1.14!important}.story-summary{font-size:1rem!important;line-height:1.68!important}.read-btn{align-self:flex-start!important;margin-top:auto!important}.load-more-wrap{display:flex!important;justify-content:center!important;margin:34px 0 0!important;padding:0!important}.load-more-wrap[hidden]{display:none!important}.feed>.load-more-wrap:not(#loadMoreRegion),#loadMoreStories{display:none!important}#loadMoreRegion .load-more-btn{min-width:280px!important;background:#17235a!important;color:#fff!important;border:2px solid #17235a!important;box-shadow:0 7px 0 #0f1840!important}#loadMoreRegion .load-more-btn:hover,#loadMoreRegion .load-more-btn:focus-visible{background:#f6d64b!important;color:#17235a!important;border-color:#17235a!important;box-shadow:0 7px 0 #c7a527!important}.share-button-general{border:2px solid #17235a!important;background:#fff!important;color:#17235a!important}.share-button-general:hover,.share-button-general:focus-visible{background:#17235a!important;color:#fff!important} @media(max-width:760px){.story-card{grid-template-columns:1fr!important;min-height:0!important}.story-photo,.story-photo a,.story-photo img{height:270px!important;min-height:270px!important}.story-body{padding:24px 22px 26px!important}.story-body h2{font-size:1.5rem!important}.read-btn,.share-button-general{width:100%!important;justify-content:center!important}#loadMoreRegion .load-more-btn{width:min(100%,360px)!important;min-width:0!important}} .story-actions{display:flex!important;align-items:flex-start!important;gap:12px!important;flex-wrap:wrap!important;margin-top:auto!important;padding-top:12px!important} .story-actions .read-btn,.story-actions .share-menu{margin:0!important;width:auto!important;align-self:auto!important} .story-actions .read-btn{display:inline-flex!important;min-height:48px!important;padding:11px 19px!important;border:2px solid #17235a!important;border-radius:14px!important;background:#f6d64b!important;color:#17235a!important;box-shadow:0 4px 0 #c9aa29!important;text-decoration:none!important;justify-content:center!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important} .story-actions .read-btn:hover,.story-actions .read-btn:focus-visible{background:#ffe36b!important;transform:translateY(-2px)!important;box-shadow:0 6px 0 #c9aa29!important} .story-actions .share-menu{display:flex!important;flex-direction:column!important;align-items:flex-start!important} .story-actions .share-button-general{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:170px!important;min-height:48px!important;padding:11px 18px!important;border:2px solid #17235a!important;border-radius:14px!important;background:#fff!important;color:#17235a!important;box-shadow:0 4px 0 rgba(23,35,90,.16)!important;font-family:"Trebuchet MS",Arial,sans-serif!important;font-size:.96rem!important;font-weight:800!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease!important} .story-actions .share-button-general::before{content:"";width:17px;height:17px;margin-right:8px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 16a3 3 0 0 0-2.39 1.19L8.91 13.7A3.1 3.1 0 0 0 9 13a3.1 3.1 0 0 0-.09-.7l6.7-3.49A3 3 0 1 0 15 7c0 .24.03.47.08.69L8.39 11.2A3 3 0 1 0 8.39 14.8l6.69 3.51A3 3 0 1 0 18 16Z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 16a3 3 0 0 0-2.39 1.19L8.91 13.7A3.1 3.1 0 0 0 9 13a3.1 3.1 0 0 0-.09-.7l6.7-3.49A3 3 0 1 0 15 7c0 .24.03.47.08.69L8.39 11.2A3 3 0 1 0 8.39 14.8l6.69 3.51A3 3 0 1 0 18 16Z'/%3E%3C/svg%3E") center/contain no-repeat} .story-actions .share-button-general:hover,.story-actions .share-button-general:focus-visible{background:#17235a!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 0 rgba(23,35,90,.26)!important} .story-actions .share-status{margin:6px 0 0!important;min-height:0!important;font-size:.8rem!important} @media(min-width:761px){.story-actions{flex-wrap:nowrap!important}.story-actions .read-btn,.story-actions .share-button-general{white-space:nowrap!important}} @media(max-width:760px){.story-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.story-actions .read-btn,.story-actions .share-menu,.story-actions .share-button-general{width:100%!important}.story-actions .share-menu{align-items:stretch!important}} /* 2026-07-17 equal News media frames and unified share controls */ .story-card{grid-template-columns:360px minmax(0,1fr)!important;min-height:310px!important;height:310px!important;max-height:310px!important;align-items:stretch!important} .story-photo{width:360px!important;height:310px!important;min-width:360px!important;min-height:310px!important;max-height:310px!important;align-self:stretch!important;overflow:hidden!important;background:#e9e5d8!important} .story-photo a{display:block!important;width:100%!important;height:100%!important} .story-photo img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center} .story-body{min-width:0!important;height:310px!important;box-sizing:border-box!important;padding:26px 32px!important;justify-content:flex-start!important;overflow:hidden!important} .story-body h2{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important} .story-summary{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important} .story-actions{display:grid!important;grid-template-columns:max-content max-content!important;gap:12px!important;align-items:start!important;justify-content:start!important;margin-top:auto!important;padding-top:8px!important} .story-actions .read-btn,.story-actions .share-button-general{min-height:48px!important;height:48px!important;box-sizing:border-box!important;padding:10px 18px!important;border-radius:14px!important;font-family:"Trebuchet MS",Arial,sans-serif!important;font-size:.94rem!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important} .story-actions .share-menu{display:block!important;width:auto!important;min-width:0!important;margin:0!important} .story-actions .share-options{display:block!important} .story-actions .share-button-general{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;width:auto!important;min-width:176px!important;border:2px solid #17235a!important;background:#fff!important;color:#17235a!important;box-shadow:0 4px 0 rgba(23,35,90,.18)!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease!important} .story-actions .share-button-general::before{content:""!important;width:18px!important;height:18px!important;display:block!important;flex:0 0 18px!important;background:currentColor!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2M8.6 13.4l6.8 4.2'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2M8.6 13.4l6.8 4.2'/%3E%3C/svg%3E") center/contain no-repeat!important} .story-actions .share-button-general:hover,.story-actions .share-button-general:focus-visible{background:#17235a!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 0 rgba(23,35,90,.24)!important} .story-actions .share-status{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important} @media(max-width:760px){.story-card{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:250px auto!important;height:auto!important;min-height:0!important;max-height:none!important} .story-photo{grid-row:1!important;width:100%!important;min-width:0!important;height:250px!important;min-height:250px!important;max-height:250px!important} .story-body{grid-row:2!important;width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important;padding:24px 20px 26px!important} .story-body h2,.story-summary{display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important} .story-actions{grid-template-columns:1fr!important;width:100%!important} .story-actions .read-btn,.story-actions .share-menu,.story-actions .share-button-general{width:100%!important;min-width:0!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%}} /* Tablet story reading layout:one generous card per row */ @media (min-width:700px) and (max-width:900px){.filter-bar{top:84px!important} .filter-bar .filters{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding:0 24px 8px!important;scrollbar-width:none!important} .filter-bar .filters::-webkit-scrollbar{display:none!important} .feed{width:min(100% - 48px,780px)!important} .feed-list{display:grid!important;grid-template-columns:1fr!important;gap:26px!important} .story-card{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:280px auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important} .story-photo,.story-photo a,.story-photo img{width:100%!important;min-width:0!important;height:280px!important;min-height:280px!important;max-height:280px!important} .story-body{width:100%!important;height:auto!important;min-height:320px!important;padding:28px 30px 30px!important;overflow:visible!important} .story-body h2{display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;font-size:clamp(1.75rem,4vw,2.25rem)!important} .story-summary{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important} .story-actions{grid-template-columns:max-content max-content!important}}
/* Unified sharing controls and panel */ .share-button-general,.dog-share-button{appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:48px!important;height:48px!important;box-sizing:border-box!important;padding:10px 18px!important;border:2px solid #17235a!important;border-radius:14px!important;background:#fff!important;color:#17235a!important;box-shadow:0 4px 0 rgba(23,35,90,.18)!important;font:800 .94rem/1 "Trebuchet MS",Arial,sans-serif!important;text-decoration:none!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease!important} .share-button-general::before,.dog-share-button::before{content:""!important;display:block!important;flex:0 0 18px!important;width:18px!important;height:18px!important;background:currentColor!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2M8.6 13.4l6.8 4.2'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2M8.6 13.4l6.8 4.2'/%3E%3C/svg%3E") center/contain no-repeat!important} .share-button-general:hover,.share-button-general:focus-visible,.dog-share-button:hover,.dog-share-button:focus-visible{background:#17235a!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 0 rgba(23,35,90,.26)!important;outline:3px solid #f6d64b!important;outline-offset:3px!important} .article-share{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important;margin:42px 0 26px!important;padding:24px 26px!important;border:1px solid rgba(23,35,90,.14)!important;border-left:5px solid #f6d64b!important;border-radius:20px!important;background:linear-gradient(135deg,#fffdf7,#f4f0df)!important;text-align:left!important;box-shadow:0 14px 34px rgba(23,35,90,.08)!important} .article-share-copy{min-width:0!important}.article-share-kicker{display:block!important;margin-bottom:6px!important;color:#59657d!important;font:800 .72rem/1.2 Arial,sans-serif!important;letter-spacing:.1em!important;text-transform:uppercase!important}.article-share-copy strong{display:block!important;margin:0 0 5px!important;color:#17235a!important;font:800 1.22rem/1.2 "Trebuchet MS",Arial,sans-serif!important}.article-share-copy p{margin:0!important;color:#586174!important;font-size:.94rem!important;line-height:1.5!important}.article-share .share-options{display:flex!important;align-items:center!important;margin:0!important}.article-share .share-status{grid-column:1/-1!important;margin:0!important;min-height:0!important;color:#365940!important;font-weight:700!important}.article-share .share-status:empty{display:none!important} .cdr-unified-share-sheet[hidden]{display:none!important}.cdr-unified-share-sheet{position:fixed!important;inset:0!important;z-index:2147483000!important;display:grid!important;align-items:center!important;justify-items:center!important;padding:24px!important;isolation:isolate!important}.cdr-unified-share-sheet .share-sheet-backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;border:0!important;background:rgba(8,15,48,.82)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;cursor:pointer!important}.cdr-unified-share-sheet .share-sheet-panel{position:relative!important;z-index:1!important;width:min(100%,560px)!important;max-height:min(88dvh,740px)!important;overflow:auto!important;padding:28px 22px 22px!important;border:1px solid rgba(23,35,90,.14)!important;border-radius:26px!important;background:#fffdf7!important;color:#17235a!important;box-shadow:0 28px 80px rgba(8,15,48,.42)!important;outline:0!important}.cdr-unified-share-sheet .share-sheet-close{position:absolute!important;top:13px!important;right:13px!important;display:grid!important;place-items:center!important;width:44px!important;height:44px!important;padding:0!important;border:2px solid #d9dce5!important;border-radius:50%!important;background:#fff!important;color:#17235a!important;font:800 1.55rem/1 Arial,sans-serif!important;cursor:pointer!important}.cdr-unified-share-sheet .share-sheet-close:hover,.cdr-unified-share-sheet .share-sheet-close:focus-visible{background:#f6d64b!important;border-color:#17235a!important;outline:3px solid rgba(246,214,75,.45)!important;outline-offset:2px!important}.cdr-unified-share-sheet .share-sheet-kicker{display:block!important;margin:0 54px 8px 0!important;color:#59657d!important;font:800 .76rem/1.2 Arial,sans-serif!important;letter-spacing:.1em!important;text-transform:uppercase!important}.cdr-unified-share-sheet .share-sheet-panel h2{margin:0 54px 8px 0!important;color:#17235a!important;font:800 clamp(1.72rem,4vw,2rem)/1.12 "Trebuchet MS",Arial,sans-serif!important}.cdr-unified-share-sheet .share-sheet-intro{margin:0 0 20px!important;color:#59657d!important;font-size:1rem!important;line-height:1.5!important}.cdr-unified-share-sheet .share-sheet-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.cdr-unified-share-sheet .share-destination{appearance:none!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-height:60px!important;padding:10px 13px!important;border:2px solid #dde0e8!important;border-radius:16px!important;background:#fff!important;color:#17235a!important;text-decoration:none!important;font:800 .95rem/1.2 "Trebuchet MS",Arial,sans-serif!important;cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease!important}.cdr-unified-share-sheet .share-destination:hover,.cdr-unified-share-sheet .share-destination:focus-visible{transform:translateY(-2px)!important;border-color:#17235a!important;background:#fff!important;box-shadow:0 10px 22px rgba(23,35,90,.13)!important;outline:3px solid rgba(246,214,75,.5)!important;outline-offset:2px!important}.cdr-unified-share-sheet .share-brand{display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:11px!important;color:#fff!important}.cdr-unified-share-sheet .share-brand svg{width:23px!important;height:23px!important}.cdr-unified-share-sheet .share-brand-facebook{background:#1877f2!important}.cdr-unified-share-sheet .share-brand-whatsapp{background:#25d366!important}.cdr-unified-share-sheet .share-brand-linkedin{background:#0a66c2!important}.cdr-unified-share-sheet .share-brand-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important}.cdr-unified-share-sheet .share-brand-email{background:#17235a!important}.cdr-unified-share-sheet .share-brand-copy{background:#596174!important}.cdr-unified-share-sheet .share-brand-device{background:#f6d64b!important;color:#17235a!important}.cdr-unified-share-sheet .share-device{grid-column:1/-1!important;background:#1d2a68!important;color:#fff!important;border-color:#1d2a68!important}.cdr-unified-share-sheet .share-device:hover,.cdr-unified-share-sheet .share-device:focus-visible{background:#24357f!important;color:#fff!important;border-color:#f6d64b!important}.cdr-unified-share-sheet .share-sheet-status{min-height:1.4em!important;margin:15px 2px 0!important;color:#365940!important;font-size:.9rem!important;font-weight:700!important;line-height:1.45!important}.share-sheet-open{overflow:hidden!important} @media(max-width:700px){.article-share{grid-template-columns:1fr!important;gap:16px!important;padding:22px!important}.article-share .share-options,.article-share .share-button-general{width:100%!important}.cdr-unified-share-sheet{align-items:end!important;padding:0!important}.cdr-unified-share-sheet .share-sheet-panel{width:100%!important;max-width:none!important;border-radius:24px 24px 0 0!important;padding:27px 20px 24px!important}.cdr-unified-share-sheet .share-sheet-grid{grid-template-columns:1fr!important}.cdr-unified-share-sheet .share-device{grid-column:auto!important}} @media(prefers-reduced-motion:reduce){.share-button-general,.dog-share-button,.cdr-unified-share-sheet .share-destination{transition:none!important}}html body main :is(.article,.article-content) .article-share{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important;margin:42px 0 26px!important;padding:24px 26px!important;border:1px solid rgba(23,35,90,.14)!important;border-left:5px solid #f6d64b!important;border-radius:20px!important;background:linear-gradient(135deg,#fffdf7,#f4f0df)!important;text-align:left!important;box-shadow:0 14px 34px rgba(23,35,90,.08)!important}html body main :is(.article,.article-content) .article-share .article-share-copy strong{display:block!important;margin:0 0 5px!important;color:#17235a!important;font:800 1.22rem/1.2 "Trebuchet MS",Arial,sans-serif!important;text-align:left!important}html body main :is(.article,.article-content) .article-share .share-options{display:flex!important;align-items:center!important;justify-content:flex-end!important;margin:0!important}html body main :is(.article,.article-content) .article-share .share-button-general{width:auto!important;min-width:190px!important;height:48px!important;border-radius:14px!important}.story-actions .share-button-general,.dog-card .dog-share-button{height:48px!important;min-height:48px!important;border-radius:14px!important;background:#fff!important;color:#17235a!important;border:2px solid #17235a!important}.story-actions .share-button-general:hover,.story-actions .share-button-general:focus-visible,.dog-card .dog-share-button:hover,.dog-card .dog-share-button:focus-visible{background:#17235a!important;color:#fff!important}@media(max-width:700px){html body main :is(.article,.article-content) .article-share{grid-template-columns:1fr!important;gap:16px!important;padding:22px!important}html body main :is(.article,.article-content) .article-share .share-options{justify-content:stretch!important;width:100%!important}html body main :is(.article,.article-content) .article-share .share-button-general{width:100%!important;min-width:0!important}}

/* Share panel label reset: page bundles previously styled every span as an icon. */
.cdr-unified-share-sheet .share-destination > span:not(.share-brand),
.cdr-unified-share-sheet .share-destination > .share-label{
  display:block!important;
  place-items:initial!important;
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  box-shadow:none!important;
  font:inherit!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:normal!important;
  text-align:left!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow:visible!important;
}
.cdr-unified-share-sheet .share-destination > .share-brand{
  display:grid!important;
  place-items:center!important;
  flex:0 0 38px!important;
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  padding:0!important;
  margin:0!important;
  border-radius:11px!important;
  color:#fff!important;
}
.cdr-unified-share-sheet .share-device > .share-brand-device{color:#17235a!important}
.cdr-unified-share-sheet .share-destination{overflow:hidden!important}
@media(max-width:700px){
  .cdr-unified-share-sheet .share-destination{min-height:58px!important}
}.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}}@media (min-width:761px){main .filter-bar{padding:16px 20px!important;border:0!important;background:rgba(248,243,227,.94)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}main .filter-bar .filters{width:fit-content!important;max-width:calc(100vw - 40px)!important;margin:0 auto!important;padding:9px 10px!important;gap:7px!important;border:1px solid rgba(23,35,90,.12)!important;border-radius:22px!important;background:#fffdf7!important;box-shadow:0 10px 28px rgba(23,35,90,.08)!important}main .filter-bar .filter-label{margin:0 8px 0 6px!important;color:#5b6070!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:.14em!important;white-space:nowrap!important}main .filter-bar .filter-chip{min-height:38px!important;padding:8px 14px!important;border:1px solid rgba(23,35,90,.22)!important;background:#fff!important;box-shadow:none!important;font-size:.82rem!important;font-weight:750!important}main .filter-bar .filter-chip:focus-visible,main .filter-bar .filter-chip:hover{border-color:#17235a!important;background:#f8f3e3!important;box-shadow:none!important;transform:none!important}main .filter-bar .filter-chip.active,main .filter-bar .filter-chip[aria-pressed=true]{border-color:#17235a!important;background:#17235a!important;color:#fff!important;box-shadow:inset 0 0 0 2px #f6d64b!important}}@media (max-width:760px){main .filter-bar{border:0!important;background:#fffdf7!important;box-shadow:0 8px 20px rgba(23,35,90,.07)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html body main .filter-bar .filters{gap:8px!important;padding:7px 16px 11px!important;scrollbar-width:none!important}html body main .filter-bar .filters::-webkit-scrollbar{display:none!important}main .filter-bar .filter-chip{min-height:40px!important;padding:8px 14px!important;border-width:1px!important;background:#fff!important;box-shadow:0 3px 10px rgba(23,35,90,.06)!important;font-size:.8rem!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}}@media (max-width:760px){main .filter-bar::before{content:"Swipe to see all filters →";display:block;margin:0 auto 2px;color:#5b6070;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}main .filter-bar .filter-chip.active,main .filter-bar .filter-chip[aria-pressed=true]{border-color:#f6d64b!important;background:#17235a!important;color:#fff!important;box-shadow:inset 0 0 0 1px #f6d64b!important}}@media (min-width:761px) and (max-width:900px){.feed-list .story-card{display:grid!important;grid-template-columns:minmax(280px,40%) minmax(0,1fr)!important;grid-template-rows:1fr!important;min-height:330px!important;height:auto!important;max-height:none!important;align-items:stretch!important}.feed-list .story-photo{width:100%!important;min-width:0!important;height:auto!important;min-height:330px!important;max-height:none!important;align-self:stretch!important}.feed-list .story-photo a,.feed-list .story-photo img{width:100%!important;min-width:0!important;height:100%!important;min-height:330px!important;max-height:none!important}.feed-list .story-photo img{transform:none!important}.feed-list .story-photo--portrait img,.feed-list .story-photo--contain img{object-fit:contain!important;object-position:center!important;transform:none!important}.feed-list .story-body{width:100%!important;min-width:0!important;min-height:330px!important;height:auto!important;padding:22px 24px!important;gap:8px!important}.feed-list .story-body h2{font-size:clamp(1.42rem,2.7vw,1.68rem)!important;line-height:1.13!important}.feed-list .story-summary{font-size:.93rem!important;line-height:1.45!important}.feed-list .story-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;width:100%!important;min-width:0!important;gap:10px!important;margin-top:auto!important}.feed-list .read-btn,.feed-list .share-menu,.feed-list .share-button-general{width:100%!important;min-width:0!important;max-width:100%!important}.feed-list .read-btn,.feed-list .share-button-general{justify-content:center!important;padding:10px!important;font-size:.78rem!important;line-height:1.15!important;white-space:normal!important;text-align:center!important}.feed-list .story-card:not([data-category="event"]){min-height:360px!important;height:360px!important;max-height:360px!important}.feed-list .story-card:not([data-category="event"]) .story-photo,.feed-list .story-card:not([data-category="event"]) .story-photo a,.feed-list .story-card:not([data-category="event"]) .story-photo img,.feed-list .story-card:not([data-category="event"]) .story-body{min-height:360px!important;height:360px!important;max-height:360px!important}.feed-list .story-card:not([data-category="event"]) .story-body{justify-content:flex-start!important;overflow:hidden!important}.feed-list .story-card:not([data-category="event"]) .story-body h2,.feed-list .story-card:not([data-category="event"]) .dog-meta,.feed-list .story-card:not([data-category="event"]) .story-summary{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;text-overflow:ellipsis!important}.feed-list .story-card:not([data-category="event"]) .story-body h2{-webkit-line-clamp:2!important;line-clamp:2!important}.feed-list .story-card:not([data-category="event"]) .dog-meta{-webkit-line-clamp:2!important;line-clamp:2!important}.feed-list .story-card:not([data-category="event"]) .story-summary{-webkit-line-clamp:3!important;line-clamp:3!important}.feed-list .story-card[data-share-url="stories/august-charity-dog-walk.html"],.feed-list .story-card[data-share-url="stories/congleton-park-fun-day.html"]{grid-template-columns:minmax(300px,44%) minmax(0,1fr)!important;grid-template-rows:1fr!important;min-height:430px!important;height:auto!important;max-height:none!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,.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:100%!important;min-height:430px!important;max-height:none!important;object-fit:contain!important;object-position:center!important}}
/* News feed reliability and accessible status */
#storyResultsStatus.sr-status{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
#storiesFeed [data-reveal]{opacity:1!important;transform:none!important}
/* 2026-07 phone/iPad media fix: do not crop dogs, event posters or donation artwork. */
@media (max-width:900px){.feed-list .story-photo{background:#f7f1df!important}.feed-list .story-photo img{object-fit:contain!important;object-position:center!important;transform:none!important}.feed-list .story-card:hover .story-photo img{transform:none!important}}
