body {
  background: #f6eee4;
}

.gallery-hero {
  min-height: 380px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(14, 79, 28, 0.72), rgba(14, 79, 28, 0.72)), url('/images/AMIRAFOUNDATIONUGANDA13.jpeg');
  background-position: center;
  background-size: cover;
}

.gallery-hero .u-sheet {
  padding-top: 32px;
  padding-bottom: 32px;
}

.gallery-eyebrow {
  margin: 0 0 14px;
  color: #ffb44a;
  font: 700 0.8rem/1.4 Lato, sans-serif;
  letter-spacing: 0.12em;
}

.gallery-hero h1 {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5rem);
  font-weight: 700;
}

.gallery-hero p:last-child {
  margin: 18px auto 0;
  max-width: 550px;
  font: 1.15rem/1.6 Lato, sans-serif;
}

.gallery-content {
  padding: 78px 20px 92px;
}

.gallery-container {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gallery-item {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(14, 79, 28, 0.12);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item:hover img,
.gallery-item:focus img {
  transform: scale(1.04);
}

.gallery-empty {
  max-width: 650px;
  margin: 0 auto;
  padding: 58px 28px;
  color: #0e4f1c;
  text-align: center;
  background: #fff;
  border-top: 5px solid #ff8e00;
  box-shadow: 0 12px 30px rgba(14, 79, 28, 0.1);
}

.gallery-empty-mark {
  display: block;
  margin-bottom: 16px;
  color: #ff8e00;
  font: 300 4rem/0.8 Lato, sans-serif;
}

.gallery-empty h2 {
  margin: 0;
  font: 700 1.8rem/1.3 Montserrat, sans-serif;
}

.gallery-empty p {
  margin: 14px auto 0;
  max-width: 490px;
  font: 1rem/1.7 Lato, sans-serif;
}

.gallery-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding: 35px 0 30px;
  color: #fff;
  font: 0.875rem/1.7 Lato, sans-serif;
}

.gallery-footer-grid strong {
  font-weight: 700;
}

.gallery-copyright {
  margin: 24px 0 0;
  color: #fff;
  text-align: center;
  font: 0.875rem/1.5 Lato, sans-serif;
}

@media (max-width: 767px) {
  .gallery-hero {
    min-height: 300px;
  }

  .gallery-content {
    padding: 48px 16px 60px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .gallery-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 16px;
  }
}

@media (max-width: 420px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
