/* Petiva photo override — added after style.css */

.pet-image {
  object-fit: cover;
  object-position: 60% 28%;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 14px rgba(7, 47, 58, 0.18);
}

.hero-right {
  position: relative;
  background-color: #06212A !important;
  background: #06212A !important;
  border-radius: var(--r-xl) 0 0 var(--r-xl);
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background-color: #06212A;
  display: block;
}

.hero-overlay-cards {
  z-index: 2;
}

@media (max-width: 900px) {
  .hero-right {
    border-radius: var(--r-xl) var(--r-xl) 0 0;
    min-height: 360px;
  }
}