/**
 * Asset fallbacks only — hero/banner images come from style.css (original Firebase URLs).
 */

/* About page decorative shapes */
img[src*="shape.png"] {
  opacity: 0.35;
  filter: hue-rotate(200deg) saturate(0.6);
}

.about-area .about-img img,
.about-area .about-img figure img {
  border-radius: 12px;
  object-fit: cover;
}

/* Home — Why Choose Us (original about image) */
.why-grid__visual {
  margin-bottom: 1.5rem;
  border-radius: var(--radius-lg, 16px);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(11, 10, 136, 0.12);
}

.why-grid__visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .why-grid--with-photo {
    grid-template-columns: 1fr 1fr;
  }

  .why-grid--with-photo .why-grid__col--media {
    order: 0;
  }
}
