
:root{--ink:#33281f;--cream:#fbf7ee;--rose:#bf6269;--olive:#63704f;--paper:#fff;--line:#ded3c2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.55 system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}.notice{background:#352d25;color:#fff;text-align:center;padding:.55rem;font-size:.8rem}.header{max-width:1200px;margin:auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-weight:800;line-height:1.1}.brand img{width:62px;height:62px;border-radius:50%;background:white}.nav{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.nav a{text-decoration:none;font-size:.9rem;padding:.45rem 0}.nav a[aria-current=page]{color:#a23f48;border-bottom:2px solid #a23f48;font-weight:700}main{min-height:60vh}.page{max-width:1200px;margin:auto;padding:1.5rem 1.2rem 3rem}.page[hidden]{display:none}h1,h2,h3{font-family:Georgia,serif;line-height:1.12}h1{font-size:clamp(2.6rem,5vw,4.6rem);margin:.5rem 0 1rem}h2{font-size:clamp(1.8rem,3vw,2.5rem)}h3{font-size:1.4rem}.eyebrow{font-size:.79rem;letter-spacing:.18em;color:var(--olive);font-weight:800}.lead{font-size:1.25rem;max-width:720px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.1rem;background:var(--rose);color:white;text-decoration:none;font-size:.82rem;letter-spacing:.05em;font-weight:800;border-radius:4px}.button.olive{background:var(--olive)}.button.outline{background:transparent;color:var(--ink);border:2px solid var(--ink)}.buttons{display:flex;flex-wrap:wrap;gap:.7rem}.hero{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:2rem;padding:1rem 0 2.7rem}.hero img{width:100%;height:510px;object-fit:cover;object-position:center 43%;border-radius:12px}.hero p{font-size:1.25rem}.cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 6px 24px #352a1c11}.card img{width:100%;height:300px;object-fit:cover}.card.blue img{object-position:center 16%}.card .copy{padding:1.7rem}.card h2{margin:0 0 .9rem}.summary{text-align:center;padding:3rem 1rem;margin-top:2.5rem;border-top:1px solid var(--line)}.summary p{font-size:1.13rem}.summary strong{color:var(--olive)}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start}.panel{background:white;border-radius:12px;padding:1.7rem;margin:1rem 0}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery figure{margin:0}.gallery img{width:100%;height:260px;object-fit:cover;border-radius:8px}.gallery figcaption{font-size:.84rem;margin:.4rem}.list{padding-left:1.2rem}.list li{margin:.5rem 0}.dog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.dog-grid .card img{height:250px}.dog-grid .card .copy{padding:1.25rem}.donate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.donate-grid .panel{margin:0}.small{font-size:.88rem;color:#574e45}.payment{border-top:1px solid var(--line);padding-top:1.2rem}.footer{background:#e8ddce;padding:2rem;text-align:center;font-size:.9rem}.footer a{margin:0 .5rem}.estimate{max-width:350px;width:100%;border:1px solid var(--line)}
@media(max-width:800px){.header{display:block}.brand{margin-bottom:.8rem}.hero,.split{grid-template-columns:1fr}.hero img{height:380px}.dog-grid,.donate-grid{grid-template-columns:1fr 1fr}.gallery img{height:200px}}
@media(max-width:520px){.nav{gap:.25rem .75rem}.nav a{font-size:.82rem}.page{padding:1rem 1rem 2rem}.hero{gap:1rem}.hero img{height:310px}.buttons{display:grid;grid-template-columns:1fr}.cards,.dog-grid,.donate-grid{grid-template-columns:1fr}.card img,.dog-grid .card img{height:240px}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:175px}}

:focus-visible{outline:3px solid #30506e;outline-offset:3px}
.skip{position:absolute;left:-1000px;top:0;background:#fff;padding:.8rem;z-index:20}
.skip:focus{left:1rem}
.nav a{min-height:44px;display:inline-flex;align-items:center}
.button{font-size:.9rem;letter-spacing:.02em;text-align:center}
.hero .buttons{margin-top:1.5rem}
.hero .buttons .button{min-width:155px}
.timeline{border-left:3px solid var(--rose);padding-left:1.5rem;margin:1.5rem 0 2.5rem;list-style:none}
.timeline li{position:relative;margin:0 0 1.2rem}
.timeline li::before{content:"";position:absolute;left:-2.02rem;top:.42rem;width:.85rem;height:.85rem;background:var(--rose);border:3px solid var(--cream);border-radius:50%}
.timeline time{font-weight:800;color:#924a50;font-size:.88rem}
.timeline h3{margin:.15rem 0}.timeline p{margin:.25rem 0;max-width:55rem}
.media-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;margin-bottom:2rem}
.media-grid iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:8px}
.media-grid .panel{margin:0}.media-grid img{width:100%;height:210px;object-fit:cover;border-radius:8px}
.media-grid a{font-weight:700}
.subnav{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.4rem 0 2rem}
.subnav a{display:inline-flex;align-items:center;min-height:44px;padding:.4rem .8rem;border:1px solid var(--line);border-radius:4px;text-decoration:none}
.section-break{margin-top:3rem}
.footer{line-height:2}.footer a{display:inline-block;min-height:40px}
@media(max-width:800px){.media-grid{grid-template-columns:1fr}}
@media(max-width:520px){.brand img{width:48px;height:48px}.brand{font-size:.88rem}.nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.1rem .3rem}.nav a{font-size:.78rem;line-height:1.2}.hero img{height:auto;aspect-ratio:4/3;object-position:center 40%}.media-grid img{height:auto}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:160px}}

.card.periwinkle img{height:410px;object-fit:cover;object-position:center 60%}.dog-grid .card.periwinkle img{height:300px;object-position:center 60%}@media(max-width:800px){.card.periwinkle img{height:300px}}

.happy-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.2rem;margin:2rem 0}.happy-gallery figure{margin:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 24px #352a1c11}.happy-gallery img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.happy-gallery figcaption{padding:.8rem 1rem;font-weight:700;color:var(--olive)}.happy-promo{text-align:center;border-top:1px solid var(--line)}.happy-promo p{font-size:1.13rem}

.cora-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.3rem 0 2rem}.cora-video-grid figure{margin:0;background:#fff;border-radius:12px;overflow:hidden}.cora-video-grid video{display:block;width:100%;height:320px;object-fit:contain;background:#221d19}.cora-video-grid figcaption{padding:.75rem 1rem;font-weight:700}@media(max-width:800px){.cora-video-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.cora-video-grid{grid-template-columns:1fr}.cora-video-grid video{height:auto;max-height:70vh;aspect-ratio:1/1}}

.blue-documents{display:grid;grid-template-columns:repeat(2,minmax(0,350px));gap:1.2rem;margin-top:1.5rem}.blue-documents figure{margin:0}.blue-documents img{display:block;max-height:430px;object-fit:contain;object-position:top;background:#fff}.blue-documents figcaption{font-size:.9rem;line-height:1.4;margin-top:.4rem}.blue-documents a:focus-visible{outline:3px solid var(--rose)}@media(max-width:650px){.blue-documents{grid-template-columns:1fr}}

.peri-video{margin-top:2.5rem}.peri-video figure{margin:0;max-width:400px;background:#fff;border-radius:12px;overflow:hidden}.peri-video video{display:block;width:100%;max-height:620px;background:#221d19}.peri-video figcaption{padding:.75rem 1rem;font-weight:700}

.record-summary{border-left:3px solid var(--olive);padding:.1rem 0 .1rem 1rem;margin:1.4rem 0}.record-summary h3{font-size:1.25rem;margin:.2rem 0 .5rem}.record-summary p{margin:.4rem 0}.gallery .blue-full img{height:360px;object-fit:contain;background:#efe9df}.gallery .blue-full a:focus-visible{outline:3px solid var(--rose);display:block}@media(max-width:520px){.gallery .blue-full img{height:270px}}

.clinic-contact{font-style:normal;border-left:3px solid var(--olive);padding:.25rem 0 .25rem 1rem;margin:1rem 0 1.25rem;line-height:1.6}

.profile-jumps{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.2rem 0 1.8rem}.profile-story{display:flow-root;scroll-margin-top:1rem}.profile-portrait{float:right;width:min(36%,290px);max-height:340px;object-fit:cover;border-radius:10px;margin:0 0 1rem 1.4rem}.more-ways{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--line)}@media(max-width:650px){.profile-portrait{float:none;display:block;width:100%;height:280px;max-height:none;object-fit:contain;background:#f0ece6;margin:0 0 1rem}.profile-jumps .button{flex:1 1 180px}}
