.animals-page{max-width:1180px;min-height:100vh;margin:0 auto;padding:5rem 5vw}.animals-heading{max-width:42rem}.animals-heading h1{margin:.2rem 0 1rem;font-family:"Fraunces",serif;font-size:clamp(2.7rem,6vw,5.2rem);line-height:.98}.animals-heading h1 em{color:var(--accent)}.animals-heading>p:last-child,.animals-toolbar p,.animal-card p{color:#5c6a61;line-height:1.6}.animal-filter{display:flex;flex-wrap:wrap;gap:.7rem;margin:2.5rem 0 1.25rem}.animal-filter button{display:inline-flex;align-items:center;gap:.55rem;padding:.38rem .9rem .38rem .42rem;border:1px solid #aeb8a4;border-radius:999px;color:var(--ink);background:#fff;font:600 .85rem "DM Sans",sans-serif;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.animal-filter button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(30,45,35,.13)}.animal-filter button:focus-visible{outline:3px solid rgba(201,107,62,.45);outline-offset:3px}.animal-filter button img{width:2.65rem;height:2.65rem;flex:0 0 auto;object-fit:cover;border-radius:50%;border:2px solid #eef0e9}.animal-filter button[aria-pressed="true"]{color:#fff;background:var(--ink);border-color:var(--ink)}.animal-filter button[aria-pressed="true"] img{border-color:#cbd4c5}.animals-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.animals-toolbar .admin-button{margin:0}.animals-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:1.3rem;max-height:65vh;overflow-y:auto;padding:0 .4rem .75rem 0}.animal-card{overflow:hidden;background:#fff;border:1px solid #d9ddd4;box-shadow:0 7px 18px rgba(30,45,35,.07)}.animal-card img{display:block;width:100%;height:220px;object-fit:cover;background:#dce1d2}.animal-card-body{padding:1.15rem}.animal-card h2{margin:.15rem 0;font-family:"Fraunces",serif;font-size:1.8rem}.animal-card .animal-species{margin:0;color:var(--accent);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.animal-card .animal-details{font-size:.86rem;font-weight:700}.animal-modal{width:min(94vw,610px);padding:0;border:0;box-shadow:0 20px 60px rgba(30,45,35,.3)}.animal-modal::backdrop{background:rgba(23,53,45,.48)}.animal-modal form{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;padding:1.5rem}.animal-modal label{display:block;font-size:.85rem;font-weight:700}.animal-modal input,.animal-modal select,.animal-modal textarea{box-sizing:border-box;width:100%;margin-top:.35rem;padding:.7rem .8rem;border:1px solid #b8c0b5;color:var(--ink);font:inherit}.animal-modal textarea{min-height:100px;resize:vertical}.animal-modal .wide,.animal-modal-header{grid-column:1/-1}.animal-modal-header{display:flex;justify-content:space-between;align-items:center}.animal-modal h2{margin:0;font-family:"Fraunces",serif;font-size:2rem}.modal-close{border:0;background:transparent;font-size:2rem;cursor:pointer}.animal-modal .admin-button{margin:0}.animal-modal .admin-error{margin:0}.animal-modal .admin-error[hidden]{display:none}.animal-image-field span{display:block;margin-top:.4rem;color:#5c6a61;font-size:.76rem;font-weight:400;line-height:1.4}.animal-image-preview{display:grid;place-items:center;min-height:150px;padding:.65rem;border:1px dashed #aeb8a4;background:#f6f7f2}.animal-image-preview img{display:block;max-width:100%;max-height:230px;object-fit:contain}.animal-image-preview img[hidden]{display:none}.animal-image-preview p{margin:0;color:#5c6a61;font-size:.85rem}@media(max-width:600px){.animals-page{padding:3rem 6vw}.animal-filter{gap:.5rem}.animal-filter button{padding:.32rem .7rem .32rem .35rem}.animal-filter button img{width:2.2rem;height:2.2rem}.animals-list{grid-template-columns:1fr;max-height:none}.animal-modal form{grid-template-columns:1fr}.animal-modal .wide{grid-column:auto}.animal-image-preview{grid-column:auto}}
.animal-card{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.animal-card:hover,.animal-card:focus-visible{transform:translateY(-3px);box-shadow:0 12px 25px rgba(30,45,35,.14);outline:3px solid rgba(201,107,62,.45);outline-offset:3px}.animal-profile-modal{width:min(94vw,1050px);max-height:90vh;padding:0;border:0;background:#fff;box-shadow:0 20px 60px rgba(30,45,35,.35);grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);position:relative}.animal-profile-modal[open]{display:grid}.animal-profile-modal::backdrop{background:rgba(23,53,45,.48)}.animal-profile-close{position:absolute;z-index:1;top:.45rem;right:.65rem;width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;color:var(--ink);line-height:1}.animal-profile-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:3px;min-height:390px;background:#e5e8df;overflow:auto}.animal-profile-gallery img{width:100%;height:195px;object-fit:cover}.animal-profile-gallery img:first-child:only-child{height:100%;min-height:390px}.animal-profile-image-empty{display:grid;place-items:center;color:#5c6a61}.animal-profile-copy{padding:3rem 2.2rem 2.2rem;overflow:auto}.animal-profile-copy h2{margin:.2rem 0 1rem;font-family:"Fraunces",serif;font-size:clamp(2.1rem,4vw,3.5rem);line-height:1}.animal-profile-copy>p{color:#45554b;line-height:1.65}.animal-profile-copy .animal-species{margin:0;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.animal-profile-copy .animal-details{font-weight:700}.animal-profile-actions{display:grid;gap:.7rem;margin-top:2rem}.animal-profile-actions select{box-sizing:border-box;width:100%;padding:.7rem .8rem;border:1px solid #b8c0b5;color:var(--ink);font:inherit}.animal-profile-actions .admin-button{margin:0}.admin-danger{padding:.7rem .9rem;border:1px solid #9e342d;background:#fff;color:#8a2924;font:700 .9rem "DM Sans",sans-serif;cursor:pointer}.admin-danger:hover{background:#fff0ee}@media(max-width:700px){.animal-profile-modal[open]{display:block}.animal-profile-gallery{min-height:250px;max-height:42vh}.animal-profile-gallery img{height:145px}.animal-profile-gallery img:first-child:only-child{min-height:250px}.animal-profile-copy{padding:2rem 1.4rem}.animal-profile-close{position:fixed}}
.animal-profile-status{margin-top:1.35rem!important;padding:.55rem .75rem;border-left:3px solid var(--accent);background:#f6f7f2;color:var(--ink)!important;font-weight:700}
.animal-card{position:relative}.animal-status{position:absolute;top:.7rem;right:.7rem;z-index:1;padding:.32rem .58rem;border-radius:999px;background:#355a4a;color:#fff;font:700 .7rem "DM Sans",sans-serif;letter-spacing:.04em;box-shadow:0 2px 8px rgba(0,0,0,.18)}.animal-status-draft{background:#59645d}.animal-status-pending{background:#9a6b17}.animal-status-adopted{background:#467a62}.animal-status-found{background:#9b3e2a}
.animal-profile-gallery:has(img:only-child){grid-template-columns:1fr}.animal-profile-gallery:has(img:only-child) img{width:100%;height:100%;min-height:390px}.animal-profile-copy .animal-profile-description{margin:1.35rem 0 0;color:#263b30;font-size:1.06rem;line-height:1.75}.animal-profile-copy .animal-profile-status{display:inline-block;align-self:start;margin-top:.8rem!important;padding:.22rem .5rem;border:0;background:transparent;color:#68756c!important;font-size:.75rem;font-weight:600;letter-spacing:.02em}.animal-profile-copy h2{font-size:clamp(2.45rem,4.7vw,4rem)}@media(max-width:700px){.animal-profile-gallery:has(img:only-child) img{min-height:250px}}
.cms-page-loading .page-content,.cms-page-loading .animals-heading,.cms-page-loading .imprint-page{visibility:hidden}
.cms-page-loading .page-content::before,.cms-page-loading .animals-heading::before,.cms-page-loading .imprint-page::before{content:"";display:block;height:8rem;border-radius:1rem;background:linear-gradient(90deg,rgba(217,220,207,.45),rgba(255,255,255,.7),rgba(217,220,207,.45));background-size:200% 100%;animation:cms-skeleton 1.2s linear infinite;visibility:visible}
@keyframes cms-skeleton{to{background-position:-200% 0}}
