:root{--purple:#9103d3;--yellow:#f1f500;--black:#050505;--brown:#936356;--gold:#b49525}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:var(--black);background-color:#fafafa;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2rem,8vw,3.5rem)}h2{font-size:clamp(1.75rem,5vw,2.5rem)}h3{font-size:1.5rem}p{margin-bottom:1rem;font-size:1.05rem}a{color:var(--purple);text-decoration:none;transition:color .3s ease}a:hover{color:var(--gold)}.btn{display:inline-block;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background:var(--purple);color:#fff}.btn-primary:hover{background:#7a0299;transform:translateY(-2px);box-shadow:0 4px 12px rgba(145,3,211,.3)}.btn-secondary{background:var(--gold);color:var(--black)}.btn-secondary:hover{background:#9a7c1f;transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--purple);color:var(--purple)}.btn-outline:hover{background:var(--purple);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.mt-small{margin-top:1rem}.mt-medium{margin-top:2rem}.mt-large{margin-top:3rem}.mb-small{margin-bottom:1rem}.mb-medium{margin-bottom:2rem}.mb-large{margin-bottom:3rem}.text-gold{color:var(--gold)}.text-purple{color:var(--purple)}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}section{padding:4rem 0}section.alt{background:#f5f5f5}section.accent{background:rgba(145,3,211,.05)}.card{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.card-image{width:100%;height:200px;background:var(--purple);border-radius:.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem}.page-hero{background:linear-gradient(135deg,rgba(145,3,211,.1),rgba(180,149,37,.1));padding:4rem 0;text-align:center}.page-hero h1{color:#9103d3;margin-bottom:1rem}.page-hero p{color:#666;font-size:1.1rem}.py-large{padding:4rem 0}.py-medium{padding:2.5rem 0}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.benefit-box,.feature-box,.why-box{background:#fff;padding:1.75rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.feature-box h3,.why-box h3,.why-box h4{color:#9103d3;margin-bottom:.75rem}.benefit-box h4,.feature-box h3{font-size:1.25rem}.services-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.service-overview-item{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.service-overview-item h4{color:#9103d3;margin-bottom:.75rem}.training-card{background:#fff;padding:1.75rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border-top:3px solid #9103d3}.training-card h3{color:#050505;margin-bottom:.75rem}.services-list{list-style:none}.services-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#666}.services-list li:before{content:"✓";position:absolute;left:0;color:#9103d3;font-weight:700}.cta-box{background:linear-gradient(135deg,rgba(145,3,211,.05),rgba(180,149,37,.05));padding:2rem;border-radius:.75rem;border-left:4px solid #9103d3;text-align:center}.cta-box h3{color:#9103d3;margin-bottom:.75rem}.process-step{background:#fff;padding:1.5rem;border-radius:.75rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.step-number{background:#9103d3;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;margin:0 auto 1rem}.process-step h4{color:#050505;margin-bottom:.75rem}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dog-type{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.dog-type h3{color:#9103d3;margin-bottom:.75rem}.adoption-highlight{background:rgba(145,3,211,.05);padding:2rem;border-radius:.75rem;border-left:4px solid #9103d3}.adoption-list{list-style:none;margin-top:1rem}.adoption-list li{padding:.75rem 0;color:#666}.commitment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.commitment-item{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border-top:3px solid #b49525}.commitment-item h4{color:#050505;margin-bottom:.75rem}.team-intro{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.team-intro h3{color:#9103d3;margin-bottom:1.5rem}.team-values{list-style:none}.team-values li{padding:.75rem 0;color:#666}.specialty-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border-top:3px solid #b49525}.specialty-card h3{color:#050505;margin-bottom:.75rem}.team-benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.benefit{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.benefit h4{color:#9103d3;margin-bottom:.75rem}.stories-grid{display:grid;gap:2.5rem;margin-bottom:3rem}.story-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease}.story-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.story-card-header{border-top:4px solid #9103d3;padding:2rem 1.75rem;display:flex;align-items:center;gap:1.5rem;background:#fff}.story-emoji{display:none}.story-title-block h3{margin:0;color:#050505;font-size:1.5rem;font-weight:600}.story-subtitle{margin:.25rem 0 0;color:#9103d3;font-weight:500;font-size:.95rem}.story-excerpt{padding:1.5rem 1.75rem;background:#fff;font-size:1rem;color:#666;line-height:1.7;font-weight:400}.story-excerpt,.story-warning{border-bottom:1px solid #e0e0e0}.story-warning{padding:1rem 1.75rem;background:#fff3cd;border-left:4px solid #ff9800;color:#856404;font-size:.95rem;font-weight:500;line-height:1.5}.story-video{padding:1.5rem 1.75rem;background:#fafafa;border-bottom:1px solid #e0e0e0;display:flex;justify-content:center}.story-video video{width:37.5%;max-width:100%;border-radius:.5rem;background:#000}.story-images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;padding:1.5rem 1.75rem;background:#fafafa;border-bottom:1px solid #e0e0e0}.story-thumb{position:relative;overflow:hidden;border-radius:.5rem;aspect-ratio:3/4;background:#e0e0e0;transform:scale(.65);transform-origin:center;margin:-17.5% 0}.story-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.story-thumb:hover img{transform:scale(1.05)}.image-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:#fff;padding:.5rem;font-size:.75rem;line-height:1.3;opacity:0;transition:opacity .3s ease}.story-thumb:hover .image-caption{opacity:1}.story-full-text{padding:1.75rem}.story-full-text p{margin-bottom:1rem;color:#666;line-height:1.8}.story-full-text p:last-child{margin-bottom:0}.stories-cta{background:linear-gradient(135deg,rgba(145,3,211,.08),rgba(180,149,37,.05))}.stories-cta h2{color:#9103d3;margin-bottom:1rem}.stories-impact p{font-size:1.1rem;color:#666;line-height:1.8}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.news-item{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08);position:relative;padding:3rem 1.75rem 1.75rem}.news-date{position:absolute;top:1rem;right:1.5rem;background:#9103d3;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.85rem;font-weight:600}.news-item h3{color:#050505;margin-bottom:1rem}.read-more{color:#9103d3;font-weight:600;transition:all .3s ease;display:inline-block;margin-top:1rem}.read-more:hover{transform:translateX(4px);color:#b49525}.intro-text{font-size:1.15rem;color:#666;max-width:800px}.working-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.working-card h3{color:#9103d3;margin-bottom:.75rem}.program-feature{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.program-feature h4{color:#9103d3;margin-bottom:.75rem}.breeding-highlight{background:#f1f500;color:#050505;padding:1.5rem;border-radius:.75rem;font-weight:600}.adoption-listings{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem 0}.adoption-dog-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease}.adoption-dog-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.adoption-dog-image{width:100%;height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.adoption-dog-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.adoption-dog-info{padding:.75rem}.adoption-dog-info h3{color:#050505;margin-bottom:.25rem;font-size:1.1rem}.adoption-dog-breed{color:#9103d3;font-weight:600;margin-bottom:.5rem;font-size:.85rem}.adoption-dog-description{color:#666;line-height:1.5;font-size:.9rem}.mission-vision-box{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);border-left:4px solid #9103d3}.mission-vision-box h3{color:#9103d3;margin-bottom:1.25rem;font-size:1.5rem}.mission-vision-box p{color:#666;line-height:1.8}.adoption-section-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease;border-top:3px solid #9103d3}.adoption-section-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.adoption-section-card h3{color:#050505;margin-bottom:1rem;font-size:1.5rem}.adoption-section-card p{color:#666;margin-bottom:1.5rem}.section-link{color:#b49525;font-weight:600;transition:all .3s ease;display:inline-block}.available-dog-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);border-top:4px solid #f1f500;transition:all .3s ease}.available-dog-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.15);transform:translateY(-4px)}.available-dog-image-carousel{width:100%;height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(145,3,211,.05),rgba(241,245,0,.05));position:relative}.available-dog-image-carousel img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.available-dog-card:hover .available-dog-image-carousel img{transform:scale(1.05)}.available-dog-info{padding:1.5rem}.available-dog-info h3{color:#050505;margin-bottom:.5rem;font-size:1.5rem}.available-dog-age{color:#666;font-size:.95rem;margin-bottom:.25rem}.available-dog-gender{color:#9103d3;font-weight:600;font-size:.9rem;margin-bottom:1rem}.available-dog-details{font-size:.9rem;color:#666;line-height:1.6}.available-dog-details p{margin-bottom:.5rem}.important-note{animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.food-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.food-type-card{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 6px rgba(0,0,0,.08);border-top:3px solid #9103d3}.food-type-card h4{color:#050505;margin-bottom:.5rem;font-size:.95rem}.food-type-card p{font-size:.8rem;color:#666;line-height:1.4;margin-bottom:.5rem}.food-benefit{color:#9103d3;font-weight:600}.food-tip{background:rgba(145,3,211,.05);padding:.5rem;border-radius:.3rem;font-size:.75rem}.food-criteria-card{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 6px rgba(0,0,0,.08);border-left:3px solid #b49525}.food-criteria-card h3{color:#050505;margin-bottom:.5rem;font-size:.95rem}.food-criteria-card p{font-size:.8rem;color:#666;line-height:1.5;margin:0}.shortcuts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}.shortcut-card{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 6px rgba(0,0,0,.08);border-left:4px solid #ff6b6b}.shortcut-claim{color:#ff6b6b;font-weight:700;font-size:.85rem;margin-bottom:.5rem}.shortcut-better{color:#9103d3;font-weight:600;font-size:.75rem;text-transform:uppercase;margin-bottom:.5rem}.shortcut-card p{font-size:.8rem;color:#666;line-height:1.4;margin:0}.change-food-box{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 6px rgba(0,0,0,.08);border-left:4px solid #9103d3}.change-food-box h3{color:#050505;margin-bottom:.75rem;font-size:1.05rem}.change-food-box p{font-size:.85rem;color:#666;line-height:1.5;margin-bottom:1rem}.checklist-card{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 6px rgba(0,0,0,.08);border-top:3px solid #9103d3}.checklist-card h3{color:#050505;margin-bottom:.5rem;font-size:.95rem}.checklist-card p{font-size:.8rem;color:#666;line-height:1.5;margin:0}.vet-advice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1rem 0}.vet-advice-item{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 6px rgba(0,0,0,.08);border-top:3px solid #b49525}.vet-advice-item strong{color:#050505;font-size:.9rem;display:block;margin-bottom:.4rem}.vet-advice-item p{font-size:.75rem;color:#666;line-height:1.4;margin:0}.danger-alert{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);padding:3rem 0;border-top:6px solid #050505;border-bottom:6px solid #050505}.alert-banner{display:flex;gap:1.2rem;align-items:center;background:hsla(0,0%,100%,.95);padding:1.2rem;border-radius:.75rem;box-shadow:0 6px 24px rgba(0,0,0,.2)}.alert-icon{font-size:2rem;min-width:48px;text-align:center;animation:alertPulse 1.5s ease-in-out infinite}@keyframes alertPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.alert-content h2{color:#ff6b6b;margin-bottom:.6rem;font-size:1.12rem}.alert-content p{color:#050505;font-size:.76rem;line-height:1.5;font-weight:500}.dangerous-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(224px,1fr));gap:.8rem;margin:1.2rem 0}.danger-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px hsla(0,100%,71%,.15);border-left:6px solid #ff6b6b;transition:all .3s ease}.danger-card:hover{box-shadow:0 8px 20px hsla(0,100%,71%,.25);transform:translateY(-2px)}.danger-card-header{background:linear-gradient(135deg,hsla(0,100%,71%,.1),hsla(0,100%,71%,.05));padding:.8rem;border-bottom:2px solid #ff6b6b}.danger-card-header h3{color:#050505;margin:0;font-size:.88rem;font-weight:700}.danger-card-content{padding:.8rem}.danger-section{margin-bottom:.8rem}.danger-section:last-child{margin-bottom:0}.danger-label{color:#ff6b6b;font-weight:700;font-size:.64rem;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.5px}.danger-text{color:#666;font-size:.68rem;line-height:1.4;margin:0}.danger-action{background:hsla(0,100%,71%,.08);padding:.6rem;border-radius:.5rem;border-left:4px solid #ff6b6b}.danger-urgency{color:#ff6b6b;font-weight:700;font-size:.68rem;line-height:1.4;margin:.2rem 0 0}.emergency-info{background:#f5f5f5;padding:2rem 0!important}.emergency-box{background:#fff;padding:1.2rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border-left:4px solid #ff6b6b}.emergency-box h3{color:#ff6b6b;margin-bottom:.8rem;font-size:.96rem}.emergency-list{list-style:none;padding:0;margin:0}.emergency-list li{padding:.4rem 0 .4rem 1.4rem;position:relative;color:#666;line-height:1.4;font-size:.72rem}.emergency-list li:before{content:"•";position:absolute;left:0;color:#ff6b6b;font-weight:700;font-size:.96rem}.prevention-card{background:#fff;padding:1.2rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border-top:4px solid #9103d3}.prevention-card h3{color:#050505;margin-bottom:.8rem;font-size:.88rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}section{padding:2.5rem 0}.grid{gap:1.5rem}.content-grid{grid-template-columns:1fr}.page-hero{padding:2.5rem 0}.page-hero h1{font-size:1.75rem}.py-large{padding:2.5rem 0}}.footer{background:#050505;color:#fff;margin-top:4rem;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.footer-section h4{color:#b49525;margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#ccc;margin-bottom:.75rem;font-size:.95rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:#ccc;transition:color .3s ease}.footer-section a:hover{color:#b49525}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);transition:all .3s ease}.social-links a:hover{background:#9103d3;transform:translateY(-3px)}.footer-bottom{text-align:center;color:#999;font-size:.9rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer{padding:2.5rem 0 1.5rem}}.navbar{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}.nav-content{justify-content:space-between;padding:1.25rem 0}.logo,.nav-content{display:flex;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#9103d3;gap:.5rem}.logo-text{background:linear-gradient(135deg,#9103d3,#b49525);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li{position:relative}.nav-links a{font-weight:500;color:#050505;transition:color .3s ease}.nav-links a:hover{color:#9103d3}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:.35rem}.hamburger span{width:25px;height:3px;background:#050505;border-radius:2px;transition:all .3s ease}@media (max-width:768px){.hamburger{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:#fff;border-radius:0 0 .5rem .5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-links.active{max-height:500px}.nav-links li{width:100%;padding:0;border-bottom:1px solid #f0f0f0}.nav-links a{display:block;padding:1rem 1.5rem}}