/* Hero image — full width */
.hero-image {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}

/* Section images */
.section-image {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 6px;
  margin: 1rem 0;
  background-color: #f8f8f8;
}

/* Section dividers */
.collection-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

/* Objective styling */
.objective {
  background: #f8f8f8;
  border-left: 4px solid #0f3460;
  padding: 0.75rem 1rem;
  margin: 1.5rem 0;
  font-style: italic;
}

/* Audio player */
audio {
  width: 100%;
  margin: 1rem 0;
}

/* Video container */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 1rem 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px;
}

/* Card thumbnails for index listing */
.card-img-top {
  object-fit: contain !important;
  background-color: #f8f8f8 !important;
  max-height: 400px;
}

/* Placeholder styling for under-development sections */
.placeholder-note {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #666;
}

/* Jones collection — quote blocks */
.jones-quote {
  background: #fef9f0;
  border-left: 4px solid #e67e22;
  padding: 0.75rem 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #5d4e37;
  line-height: 1.65;
}

.jones-quote .attribution {
  display: block;
  font-style: normal;
  font-size: 0.85em;
  color: #999;
  margin-top: 0.5rem;
  text-align: right;
}
