/* Global portrait framing for v41. Theme controls remain provided by theme-bail-v40.css/js on every visual route. */
img[src*="aayush-professional-photo"] {
  object-position: center 46%;
}

#home img[src*="aayush-professional-photo"] {
  object-position: center 42% !important;
}

#about img[src*="aayush-professional-photo"] {
  object-fit: contain !important;
  object-position: center center !important;
}

.hero > img[src*="aayush-professional-photo"],
.ai-profile img[src*="aayush-professional-photo"] {
  object-position: center 46% !important;
}

@media (max-width: 767px) {
  #home img[src*="aayush-professional-photo"] {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4;
    object-fit: cover !important;
    object-position: center 48% !important;
    transform: none !important;
  }

  #home img[src*="aayush-professional-photo"] + div {
    position: static !important;
    inset: auto !important;
    padding: 0.85rem 1rem 1rem !important;
    background: rgba(8, 18, 55, 0.94) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  #home img[src*="aayush-professional-photo"] + div p:first-child {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  #home img[src*="aayush-professional-photo"] + div p:last-child {
    font-size: 0.7rem !important;
    line-height: 1.4 !important;
  }

  #about img[src*="aayush-professional-photo"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .hero > img[src*="aayush-professional-photo"],
  .ai-profile img[src*="aayush-professional-photo"] {
    object-position: center 50% !important;
  }
}

