/* Per-image object-position for cover crops (paired with crop_overrides.json) */

.hero__media img,
.service-card__image img,
.project-card img,
.capability-card__image img,
.ba-pair__item img,
.ba-card__figure img,
.split-media__image img,
.gallery-item img {
  object-fit: cover;
}

.focal-oak-hero { object-position: center 40%; }
.focal-premium-home { object-position: center 35%; }
.focal-commercial-building { object-position: center 50%; }
.focal-construction-framing { object-position: center 45%; }
.focal-outdoor-living-fireplace { object-position: center 50%; }
.focal-land-development { object-position: center 42%; }
.focal-lawn-maintenance { object-position: center 62%; }
.focal-electrical-panel { object-position: center 40%; }
.focal-plumbing { object-position: center 45%; }
.focal-kitchen-remodel { object-position: center 50%; }
.focal-aerial-land { object-position: center center; }
.focal-commercial-parking { object-position: center 55%; }
.focal-hardscaping-firepit { object-position: center 50%; }
.focal-real-estate-sold { object-position: center 40%; }
.focal-property-management { object-position: center 45%; }
.focal-retaining-wall { object-position: center 50%; }
.focal-metal-building { object-position: center 50%; }
.focal-exterior-lighting { object-position: center 55%; }
.focal-deck-sunset { object-position: center 45%; }
.focal-handshake-partnership { object-position: center 40%; }

/* Explicit aspect-ratio containers */
.hero__bg { aspect-ratio: 16 / 9; }
@media (min-width: 768px) {
  .hero--home .hero__bg { aspect-ratio: 21 / 9; min-height: 92vh; }
}
.service-card__image { aspect-ratio: 4 / 3; }
.project-card > img,
.project-card picture { aspect-ratio: 16 / 10; display: block; }
.ba-pair__item { aspect-ratio: 4 / 3; }
.ba-card__figure { aspect-ratio: 4 / 3; }
.capability-card__image { aspect-ratio: 4 / 3; }
.split-media__image { aspect-ratio: 4 / 3; }
.gallery-card__image { aspect-ratio: 4 / 3; }

/* Legacy class aliases */
.img-pos-tree { object-position: center 40%; }
.img-pos-home { object-position: center 35%; }
.img-pos-commercial { object-position: center 50%; }
.img-pos-construction { object-position: center 45%; }
.img-pos-aerial { object-position: center center; }
.img-pos-lawn { object-position: center 62%; }
