.pet-grid{display:grid;gap:32px}.parent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kitten-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.pet-card{min-width:0;background:#fffdf8;color:var(--ink)}.pet-photo{display:block;position:relative;overflow:hidden;aspect-ratio:1.15}.pet-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}.pet-photo:hover img{transform:scale(1.035)}.parent-card .pet-photo{aspect-ratio:1.25}.pet-copy{padding:28px 30px 32px}.pet-copy h3{font-size:43px;margin:8px 0 16px}.pet-copy>p:not(.eyebrow){color:#746c61;line-height:1.75}.pet-copy .eyebrow{font-size:12px;margin-bottom:0;letter-spacing:1.8px}.pet-copy .text-link{margin-top:8px}.role-label,.status{position:absolute;top:20px;left:20px;padding:6px 14px;background:#faf6ed;color:#433d32;border-radius:2px;font-size:13px;font-weight:500;letter-spacing:.2px}.status.frei{background:#e8efe1;color:#35492b}.status.reserviert{background:#f4e5c9;color:#76531d}.status.ausgezogen{background:#e7e4df;color:#57534b}.pet-meta{font-size:13px;margin-bottom:0}.litter.litter-cards{display:block}.litter-cards .section-heading{align-items:center}.litter-cards .section-heading>div:last-child{max-width:290px;color:#d0cbbb}.litter-cards .pet-copy .eyebrow{color:#756b5d}.litter-cards .sample-note{color:#c5bdae}.kitten-contact{display:flex;justify-content:space-between;gap:15px;margin-top:25px}.sample-note{font-size:12px;line-height:1.6;margin:25px 0 0;color:#807568}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:7%}.profile-photo{width:100%;aspect-ratio:1;object-fit:cover}.profile-grid h1{margin-top:15px}.inline-status{position:static;display:inline-block;margin-bottom:10px}.profile-grid .large{font-size:25px}.profile-grid .eyebrow{margin-bottom:14px}@media(max-width:1000px){.pet-copy{padding:24px}.kitten-grid{gap:18px}.kitten-contact{font-size:13px;padding:12px 15px}.pet-copy .text-link{gap:18px}}@media(max-width:760px){.parent-grid,.kitten-grid,.profile-grid{grid-template-columns:1fr}.pet-grid{gap:30px}.parent-card .pet-photo,.pet-photo{aspect-ratio:1.15}.pet-copy{padding:26px}.litter-cards .section-heading>div:last-child{max-width:none;margin-bottom:30px}.profile-grid{gap:35px}.profile-page{padding-top:30px}.profile-grid h1{font-size:54px}.kitten-contact{font-size:14px}.sample-note{font-size:12px}}
.pet-card{display:flex;flex-direction:column}.pet-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start}.pet-copy>p:not(.eyebrow):not(.pet-meta){flex:1}.pet-copy .kitten-contact{align-self:stretch}.pet-photo{flex-shrink:0}
