.gallery-hero {
  position: relative;
  min-height: 58vh;
  padding-top: 110px;
  background: linear-gradient(rgba(15, 12, 10, 0.45), rgba(15, 12, 10, 0.72)), url("../images/gallery-hero.jpg?text=Gallery+Hero+Image") center center/cover no-repeat;
}

.gallery-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 9, 8, 0.78) 0%, rgba(12, 9, 8, 0.42) 55%, rgba(12, 9, 8, 0.18) 100%);
}

.gallery-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.gallery-hero-content h1 {
  font-size: 4rem;
  line-height: 0.95;
  color: #fff3e5;
  margin-bottom: 22px;
}

.gallery-hero-content p {
  font-size: 1.15rem;
  color: #dfd2c3;
  max-width: 620px;
  margin-bottom: 0;
}

.gallery-page-intro {
  background: #171311;
}

.gallery-page-section {
  background: #1d1714;
}

.gallery-item {
  margin-bottom: 30px;
}

.gallery-card {
  background: #221b18;
  border: 1px solid rgba(198, 161, 106, 0.1);
  height: 100%;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
}

.gallery-image-wrap {
  position: relative;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card-body {
  padding: 18px 20px 20px;
}

.gallery-card-body h4 {
  color: #f2eadf;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.gallery-card-body p {
  color: #c9bba8;
  margin-bottom: 0;
  font-size: 0.98rem;
}

.page-indicator {
  display: inline-block;
  min-width: 110px;
  color: #e7d9c4;
  font-weight: 700;
  letter-spacing: 1px;
}

.pagination-wrap .btn {
  min-width: 120px;
}

.pagination-wrap .btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (max-width: 991.98px) {
  .gallery-hero-content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .gallery-hero {
    min-height: auto;
    padding: 140px 0 85px;
  }
  .gallery-hero-content h1 {
    font-size: 2.5rem;
  }
  .gallery-hero-content p {
    font-size: 1.05rem;
  }
  .gallery-card img {
    height: 240px;
  }
}
