:root{--blue:#0f7ffe;--navy:#101840;--ink:#172044;--muted:#687087;--soft:#fbfcfe;--line:#e6e8f0;--peach:#ffe1c6;--max:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--navy);background:#fff;font-family:"Work Sans",sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.skip-link{position:fixed;left:12px;top:-60px;background:#fff;padding:10px;z-index:999}
.skip-link:focus{top:12px}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.header{height:0;position:relative;z-index:50}
.nav-shell{position:fixed;top:0;left:50%;transform:translateX(-50%);width:min(var(--max),calc(100% - 40px));height:106px;padding:0 30px;display:flex;align-items:center;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 12px 35px rgba(72,82,113,.12);transition:.25s}
.header.scrolled .nav-shell{height:82px}
.brand{display:flex;flex-direction:column;align-items:center;justify-content:center;width:104px;flex:0 0 auto;font-family:"Quicksand",sans-serif;font-weight:600;line-height:1}
.brand img{width:58px;height:58px;object-fit:contain}
.brand span{font-size:15px;margin-top:-4px}
.nav{display:flex;align-items:center;justify-content:flex-end;gap:25px;margin-left:auto;font-family:"Quicksand",sans-serif;font-weight:600;font-size:13px}
.nav>a:not(.btn){white-space:nowrap;transition:.2s}
.nav>a:not(.btn):hover{color:var(--blue)}
.search{border:0;background:none;color:var(--navy);font-size:24px;cursor:pointer;padding:0 3px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;background:var(--blue);color:#fff;padding:13px 25px;font-family:"Work Sans",sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:.2s}
.btn:hover{background:#096fdc;transform:translateY(-1px)}
.btn-dark{background:var(--navy)}
.btn-dark:hover{background:#202a5b}
.nav .btn{padding:11px 18px}
.menu-toggle{display:none;border:0;background:transparent;font-size:26px;color:var(--navy)}
.hero{height:720px;position:relative;overflow:hidden;background:#333}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.02);transition:opacity .8s,transform 7s}
.hero-slide.is-active{opacity:1;transform:scale(1.08)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,12,25,.56),rgba(7,12,25,.08) 70%)}
.hero-copy{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:75px;color:#fff}
.eyebrow{margin:0 0 8px;color:var(--blue);font:700 25px/1.1 "Amatic SC",cursive;letter-spacing:.02em}
.eyebrow.light{color:#fff}
.hero h1{max-width:820px;margin:0 0 38px;font:700 clamp(38px,5vw,62px)/1.13 "Quicksand",sans-serif;letter-spacing:-.035em}
.hero .hero-description{max-width:760px;margin:-18px 0 32px;color:#fff;font-size:17px;line-height:1.6}
.hero-btn{padding:16px 30px}
.hero-arrow{position:absolute;top:50%;z-index:3;width:50px;height:50px;margin-top:15px;border:0;border-radius:50%;background:#fff;color:var(--navy);font-size:20px;cursor:pointer}
.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}
.stats{position:relative;z-index:5;margin-top:-68px;min-height:137px;padding:27px 70px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;text-align:center;background:#fff;border-radius:8px;box-shadow:0 12px 35px rgba(72,82,113,.12)}
.stats div{display:grid}
.stats strong{color:var(--blue);font:700 42px/1.2 "Quicksand",sans-serif}
.stats span{font-family:"Quicksand",sans-serif;font-weight:600}
.section{position:relative;padding:120px 0}
.soft{background:var(--soft)}
.section-heading{max-width:840px;margin:0 auto 70px}
.centered{text-align:center}
h2,h3,h4{font-family:"Quicksand",sans-serif}
h2{margin:0 0 16px;font-size:42px;line-height:1.16;letter-spacing:-.03em}
h3{margin:0 0 18px;font-size:28px;line-height:1.25}
h4{margin:18px 0 12px;font-size:16px}
p{margin:0 0 20px;color:var(--muted)}
.section-heading>p:last-child{max-width:720px;margin-left:auto;margin-right:auto}
.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about{padding-top:10px}
.about>div:first-child{max-width:525px}
.about h3{font-size:30px}
.image-collage{position:relative;min-height:420px}
.image-main,.image-small{position:absolute;object-fit:cover;border-radius:8px;box-shadow:0 12px 35px rgba(72,82,113,.18)}
.image-main{width:62%;height:330px;left:0;top:0}
.image-small{width:48%;height:260px;right:0;bottom:0}
.shape{position:absolute;width:150px;height:150px;border:42px solid var(--peach);border-radius:50%;z-index:-1}
.shape-a{right:-35px;top:-50px;border-left-color:transparent;border-bottom-color:transparent}
.shape-b{right:20px;bottom:-45px;border-top-color:transparent;border-left-color:transparent}
.help-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.help-grid article{position:relative;min-height:310px;padding:38px 35px;border:1px solid var(--line);border-radius:7px;background:#fff;transition:.25s}
.help-grid article:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(72,82,113,.1)}
.help-grid article small{position:absolute;top:0;right:0;padding:5px 12px;border-radius:0 7px 0 7px;background:#e9f3ff;color:#fff}
.help-grid .card-icon{display:block;color:var(--blue);font:700 42px/1 "Quicksand";margin-bottom:23px}
.help-grid h3{font-size:20px}
.help-grid p{font-size:14px}
.help-grid .bank{grid-column:1/-1;min-height:165px}
.volunteer .reverse .image-main{width:48%;height:330px}
.volunteer .reverse .image-small{width:67%;height:250px;left:24%;right:auto;top:78px;bottom:auto}
.volunteer h2{font-size:45px}
.check-list{padding:0;margin:28px 0;list-style:none}
.check-list li{margin:9px 0}
.check-list li:before{content:"✓";color:var(--blue);font-weight:700;margin-right:12px}
.adoption{min-height:430px;padding:95px 0;overflow:hidden}
.adoption .section-heading{margin-bottom:0}
.adoption h2{font-size:43px}
.adoption .btn{margin-top:18px}
.adopt-dog,.adopt-cat{position:absolute;bottom:0;object-fit:contain}
.adopt-dog{left:5%;width:245px}
.adopt-cat{right:8%;width:190px}
.stories .split{grid-template-columns:.8fr 1.2fr}
.stories .split>div:first-child{max-width:420px}
.stars,.review-grid article>div{color:var(--blue);letter-spacing:3px}
.story-photo{position:relative}
.story-photo img{width:100%;height:530px;object-fit:cover;border-radius:8px}
blockquote{position:absolute;left:-50px;top:55px;width:280px;margin:0;padding:32px;background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--muted);box-shadow:0 12px 35px rgba(72,82,113,.12)}
blockquote strong{display:block;margin-top:15px;color:var(--navy)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:70px}
.review-grid article{padding:30px;border:1px solid var(--line);border-radius:7px}
.news-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}
.news-card{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}
.news-card img{width:100%;height:430px;object-fit:cover}
.news-card>div{padding:55px}
.news-card small{color:var(--blue)}
.faq{padding-bottom:130px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 22px}
details{border:1px solid var(--line);border-radius:6px;background:#fff}
summary{position:relative;padding:18px 50px 18px 20px;font-family:"Quicksand";font-weight:700;font-size:14px;cursor:pointer;list-style:none}
summary::-webkit-details-marker{display:none}
summary:after{content:"⌄";position:absolute;right:20px;color:var(--blue);font-size:18px}
details[open] summary:after{content:"⌃"}
details p{padding:0 20px 18px;margin:0;font-size:14px}
.contact-strip{padding:60px 0;background:#fff}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center}
.contact-grid b,.footer h4{font-size:13px;letter-spacing:.03em}
.contact-grid p{font-size:14px;margin-top:10px;color:var(--navy)}
.footer{padding:85px 0 30px;background:var(--navy);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.3fr .65fr 1.05fr 1fr;gap:70px}
.footer h4{margin-top:0}
.footer p,.footer a{display:block;color:#d1d5e3;font-size:14px;margin:0 0 10px}
.footer .btn{display:inline-flex;color:#fff;margin-top:8px}
.socials{margin-top:25px;word-spacing:7px}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:70px;padding-top:28px;border-top:1px solid rgba(255,255,255,.13)}
.footer-bottom p{font-size:12px}
.back-top{position:fixed;left:20px;bottom:20px;z-index:20;width:42px;height:42px;border:1px solid var(--blue);border-radius:50%;background:#fff;color:var(--blue);cursor:pointer;opacity:0;pointer-events:none;transition:.2s}
.back-top.show{opacity:1;pointer-events:auto}
@media(max-width:1100px){
  .nav{gap:13px;font-size:12px}.nav a:nth-child(4),.nav a:nth-child(5){display:none}
  .hero{height:650px}.help-grid{grid-template-columns:repeat(2,1fr)}.adopt-dog{left:-3%}.adopt-cat{right:-2%;opacity:.7}
}
@media(max-width:820px){
  .nav-shell{width:100%;height:78px;border-radius:0;padding:0 20px}.brand{width:auto;flex-direction:row;gap:5px}.brand img{width:50px;height:50px}.brand span{margin:0}
  .menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;top:78px;left:0;width:100%;margin:0;padding:22px;background:#fff;box-shadow:0 15px 25px rgba(0,0,0,.1);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a:nth-child(n){display:block}.nav .search{display:none}
  .hero{height:620px}.hero-copy{padding-top:45px}.hero h1{max-width:680px}.hero-arrow{width:42px;height:42px}.stats{padding:25px 20px}
  .section{padding:75px 0}.section-heading{margin-bottom:45px}.split{grid-template-columns:1fr;gap:50px}.about>div:first-child{max-width:none}
  .image-collage{width:100%;max-width:620px;margin:auto}.help-grid{gap:18px}.adoption{padding-bottom:280px}.adopt-dog{width:210px}.adopt-cat{width:170px}
  .stories .split{grid-template-columns:1fr}.stories .split>div:first-child{max-width:650px}.story-photo{margin-left:40px}.review-grid{grid-template-columns:1fr}
  .news-card{grid-template-columns:1fr}.news-head{align-items:flex-end}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}
}
@media(max-width:560px){
  .wrap{width:min(var(--max),calc(100% - 28px))}.hero{height:610px}.hero h1{font-size:38px}.hero-copy{justify-content:flex-end;padding-bottom:110px}.hero-arrow{top:auto;bottom:24px}.hero-arrow.prev{left:14px}.hero-arrow.next{right:14px}
  .stats{grid-template-columns:1fr;margin-top:0;border-radius:0;gap:20px}.stats strong{font-size:34px}
  h2,.volunteer h2,.adoption h2{font-size:32px}.about h3{font-size:25px}.section{padding:60px 0}
  .image-collage{min-height:330px}.image-main{height:260px}.image-small{height:190px}.volunteer .reverse .image-main{height:280px}.volunteer .reverse .image-small{height:190px}
  .help-grid{grid-template-columns:1fr}.help-grid article{min-height:auto}.help-grid .bank{grid-column:auto}
  .adoption{padding-bottom:220px}.adopt-dog{width:160px}.adopt-cat{width:130px}.story-photo{margin-left:0}.story-photo img{height:380px}blockquote{position:relative;left:auto;top:auto;width:calc(100% - 30px);margin:-70px auto 0}
  .news-head{display:block}.news-head .btn{margin-top:20px}.news-card img{height:280px}.news-card>div{padding:28px}
  .faq-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.faq-grid{gap:12px}.contact-grid{gap:12px}.footer-grid{gap:35px}.footer-bottom{margin-top:45px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
