.refuge-home{background-color:#f8f9fa;min-height:100vh}.refuge-home__hero{background-position:50%;background-size:cover;height:500px;position:relative}@media (max-width:768px){.refuge-home__hero{height:350px}}.refuge-home__hero-overlay{background:linear-gradient(#0000004d 0%,#000000b3 100%);flex-direction:column;justify-content:flex-end;padding:2rem 0;display:flex;position:absolute;inset:0}.refuge-home__breadcrumb{color:#fff;margin-bottom:2rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-block}.refuge-home__breadcrumb:hover{opacity:.8}.refuge-home__hero-content{color:#fff}.refuge-home__nav-menu{z-index:100;background:#fff;border-bottom:2px solid #e2e8f0;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}.refuge-home__nav{scrollbar-width:none;gap:0;display:flex;overflow-x:auto}.refuge-home__nav::-webkit-scrollbar{display:none}.refuge-home__nav-link{color:#4a5568;white-space:nowrap;border-bottom:3px solid #0000;padding:1.25rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.refuge-home__nav-link:hover{color:#667eea;background:#f7fafc;border-bottom-color:#667eea}.refuge-home__nav-link:active{transform:translateY(1px)}.refuge-home__badges{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.refuge-home__badge{border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.refuge-home__badge--verified{color:#fff;background:#10b981}.refuge-home__badge--type{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3}.refuge-home__title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1rem;font-size:3.5rem;font-weight:800}@media (max-width:768px){.refuge-home__title{font-size:2rem}}.refuge-home__subtitle{flex-wrap:wrap;align-items:center;gap:2rem;font-size:1.25rem;display:flex}.refuge-home__location{align-items:center;gap:.5rem;display:flex}.refuge-home__rating{color:#333;background:#ffd700e6;border-radius:20px;padding:.5rem 1rem;font-weight:700}.refuge-home__content{padding:3rem 0}.refuge-home__grid{grid-template-columns:1fr 380px;gap:3rem;display:grid}@media (max-width:1024px){.refuge-home__grid{grid-template-columns:1fr}}.refuge-home__main{flex-direction:column;gap:3rem;display:flex}.refuge-home__section{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.refuge-home__section[id]{scroll-margin-top:80px}.refuge-home__section-title{color:#2d3748;border-bottom:3px solid #667eea;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:2rem;font-weight:700}.refuge-home__description{color:#4a5568;font-size:1.1rem;line-height:1.8}.refuge-home__animals-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.refuge-home__animal-card{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:2rem}.refuge-home__animal-icon{margin-bottom:.5rem;font-size:3rem}.refuge-home__animal-count{margin-bottom:.25rem;font-size:2.5rem;font-weight:800}.refuge-home__animal-label{opacity:.95;font-size:1rem;font-weight:600}.refuge-home__specializations{background:#f7fafc;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.refuge-home__specializations strong{color:#2d3748}.refuge-home__spec-tag{color:#fff;background:#667eea;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.refuge-home__story p{color:#4a5568;text-align:justify;font-size:1.1rem;line-height:1.9}.refuge-home__full-width-content{flex-direction:column;gap:3rem;margin-top:3rem;display:flex}.refuge-home__gallery-carousel{margin:0 auto}.refuge-home__gallery-image{aspect-ratio:4/3;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 4px 12px #0000001a}.refuge-home__gallery-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.refuge-home__gallery-image img:hover{transform:scale(1.05)}.refuge-home__events{flex-direction:column;gap:1.5rem;display:flex}.refuge-home__event{background:linear-gradient(135deg,#fff0f6 0%,#ffe0f0 100%);border-left:4px solid #e91e63;border-radius:12px;gap:1.5rem;padding:1.5rem;display:flex}.refuge-home__event-icon{flex-shrink:0;font-size:2.5rem}.refuge-home__event-content{flex:1}.refuge-home__event-title{color:#c2185b;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.refuge-home__event-date{color:#880e4f;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.refuge-home__event-description{color:#4a5568;font-size:1rem;line-height:1.6}.refuge-home__wishlist-intro{color:#4a5568;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:4px solid #f59e0b;border-radius:12px;margin-bottom:2.5rem;padding:1.25rem;font-size:1.05rem;line-height:1.6}.refuge-home__wishlist-category-section{margin-bottom:3rem}.refuge-home__wishlist-category-section:last-child{margin-bottom:0}.refuge-home__wishlist-category-header{color:#2d3748;border-bottom:2px solid #e2e8f0;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700;display:flex}.refuge-home__wishlist-category-header:before{content:"🎁";font-size:1.8rem}.refuge-home__wishlist-products{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.refuge-home__product-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.refuge-home__product-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.refuge-home__product-image{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);justify-content:center;align-items:center;height:180px;display:flex;position:relative}.refuge-home__product-placeholder{opacity:.6;font-size:4rem}.refuge-home__product-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:20px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.refuge-home__product-info{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.refuge-home__product-name{color:#2d3748;margin:0;font-size:1.1rem;font-weight:700;line-height:1.4}.refuge-home__product-category{color:#667eea;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.refuge-home__product-description{color:#718096;margin-top:.25rem;font-size:.9rem;line-height:1.5}.refuge-home__product-actions{gap:.75rem;padding:0 1.25rem 1.25rem;display:flex}.refuge-home__product-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.refuge-home__product-btn--primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.refuge-home__product-btn--primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.refuge-home__product-btn--secondary{color:#667eea;background:#fff;border:2px solid #667eea}.refuge-home__product-btn--secondary:hover{background:#f7fafc}.refuge-home__adoption p{color:#4a5568;background:#f0fdf4;border-left:4px solid #10b981;border-radius:8px;padding:1.5rem;font-size:1.05rem;line-height:1.8}.refuge-home__contact{flex-direction:column;gap:1rem;display:flex}.refuge-home__contact-item{color:#4a5568;background:#f7fafc;border-radius:8px;padding:1rem;font-size:1rem;line-height:1.6}.refuge-home__contact-item strong{color:#2d3748;margin-right:.5rem}.refuge-home__contact-item a{color:#667eea;font-weight:600;text-decoration:none}.refuge-home__contact-item a:hover{text-decoration:underline}.refuge-home__sidebar{flex-direction:column;gap:1.5rem;display:flex}.refuge-home__urgent-box,.refuge-home__contact-box,.refuge-home__volunteer-box,.refuge-home__actions-box{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.refuge-home__urgent-box{background:linear-gradient(135deg,#fff3cd 0%,#ffe5b4 100%);border:2px solid #ffc107}.refuge-home__urgent-title{color:#856404;text-align:left;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.refuge-home__urgent-list{text-align:left;flex-direction:column;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.refuge-home__urgent-list li{color:#856404;padding-left:1.5rem;font-size:.95rem;position:relative}.refuge-home__urgent-list li:before{content:"⚠️";position:absolute;left:0}.refuge-home__donate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s}.refuge-home__donate-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.refuge-home__contact-title{color:#2d3748;text-align:left;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.refuge-home__contact-item{border-bottom:1px solid #e2e8f0;gap:1rem;padding:1rem 0;display:flex}.refuge-home__contact-item:last-child{border-bottom:none}.refuge-home__contact-icon{flex-shrink:0;font-size:1.5rem}.refuge-home__contact-label{color:#718096;text-align:left;margin-bottom:.25rem;font-size:.85rem}.refuge-home__contact-value{color:#2d3748;text-align:left;font-size:.95rem;font-weight:600}.refuge-home__contact-value a{color:#667eea;text-decoration:none}.refuge-home__contact-value a:hover{text-decoration:underline}.refuge-home__volunteer-box{background:linear-gradient(135deg,#e0f2fe 0%,#bae6fd 100%);border:2px solid #0ea5e9}.refuge-home__volunteer-title{color:#0c4a6e;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.refuge-home__volunteer-text{color:#075985;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.refuge-home__volunteer-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s}.refuge-home__volunteer-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e966}.refuge-home__actions-title{color:#2d3748;text-align:left;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.refuge-home__action-btn{color:#667eea;cursor:pointer;text-align:center;background:#fff;border:2px solid #667eea;border-radius:8px;width:100%;margin-bottom:.75rem;padding:.875rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.refuge-home__action-btn:last-child{margin-bottom:0}.refuge-home__action-btn:hover{color:#fff;background:#667eea;transform:translate(5px)}.refuge-home__action-btn--primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;padding:1rem;font-size:1rem}.refuge-home__action-btn--primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.refuge-home__loading{text-align:center;color:#4a5568;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.refuge-home__loading-spinner{border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.refuge-home__stats-row{flex-wrap:wrap;gap:2rem;margin-top:1.5rem;display:flex}.refuge-home__stat-item{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-direction:column;align-items:center;min-width:140px;padding:1.5rem 2rem;display:flex}.refuge-home__stat-value{margin-bottom:.25rem;font-size:2rem;font-weight:800}.refuge-home__stat-label{opacity:.9;font-size:.9rem;font-weight:600}.refuge-home__social-box{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.refuge-home__social-links{flex-wrap:wrap;gap:1rem;display:flex}.refuge-home__social-link{color:#667eea;background:#f7fafc;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.refuge-home__social-link:hover{color:#fff;background:#667eea}.refuge-home .rich-content{color:#4a5568;font-size:1.1rem;line-height:1.8}.refuge-home .rich-content p{margin-bottom:1rem}.refuge-home .rich-content p:last-child{margin-bottom:0}.refuge-home .rich-content ul,.refuge-home .rich-content ol{margin:1rem 0;padding-left:1.5rem}.refuge-home .rich-content ul li,.refuge-home .rich-content ol li{margin-bottom:.5rem}.refuge-home .rich-content strong,.refuge-home .rich-content b{color:#2d3748;font-weight:700}.refuge-home .rich-content a{color:#667eea;text-decoration:underline}.refuge-home .rich-content a:hover{color:#764ba2}.refuge-home .rich-content h3,.refuge-home .rich-content h4,.refuge-home .rich-content h5{color:#2d3748;margin:1.5rem 0 .75rem;font-weight:700}.refuge-home .rich-content blockquote{background:#f7fafc;border-left:4px solid #667eea;margin:1rem 0;padding:1rem 1.5rem;font-style:italic}.refuge-home__not-found{text-align:center;justify-content:center;align-items:center;min-height:60vh;display:flex}.refuge-home__not-found h1{color:#2d3748;margin-bottom:1.5rem;font-size:2rem}.refuge-home__back-link{color:#fff;background:#667eea;border-radius:8px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-block}.refuge-home__back-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}
