/* ============================================================
   Activités Terrestres — Page Overrides
   (extends service-pages.css)
   ============================================================ */

/* Gold/green accent matches Orée Dorée identity */
.page-hero-overlay {
  background: linear-gradient(160deg, rgba(14,12,10,.8) 0%, rgba(26,82,68,.55) 65%, transparent 100%);
}

/* Gallery row responsive */
@media (max-width: 640px) {
  div[style*="grid-template-columns:repeat(4,1fr)"] {
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    height: auto !important;
  }
  div[style*="grid-template-columns:repeat(4,1fr)"] > div {
    height: 140px;
  }
}

#vtt-image{
  object-position: center 35%;
}