/* Photo Hero Section */

.photo-hero-section {
  margin: 0;
  padding: 0;
}

.photo-hero-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-hero-image {
  width: 100%;
  height: 100%;
  max-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* Video support (jika menggunakan custom field hero_video_url) */
.photo-hero-video {
  width: 100%;
  height: 100%;
  max-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* Placeholder jika image belum upload */
.photo-hero-placeholder {
  width: 100%;
  height: 500px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #1f7a7e 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: var(--spacing-lg);
}

.photo-hero-placeholder .placeholder-text {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 var(--spacing-sm) 0;
}

.photo-hero-placeholder small {

  font-size: 0image,
  .photo-hero-video {
    max-height: 300px;
  }

  .photo-hero-.9rem;
  opacity: 0.8;
}

/* responsive */
@media (max-width: 768px) {
  .photo-hero-wrapper {
    max-height: 300px;
  }

  .photo-hero-placeholder {
    height: 300px;
  }

  .photo-hero-placeholder .placeholder-text {
    font-size: 1.5rem;
  }
}