body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bg-maroon {
  background: linear-gradient(90deg, #5d001e, #9b0735);
}

.text-maroon {
  color: #7b0022;
}

.btn-maroon {
  background-color: #7b0022;
  border-color: #7b0022;
  color: #fff;
}

.btn-maroon:hover {
  background-color: #5d0018;
  border-color: #5d0018;
  color: #fff;
}

.btn-outline-maroon {
  color: #7b0022;
  border-color: #7b0022;
}

.btn-outline-maroon:hover {
  background-color: #7b0022;
  color: #fff;
}

.logo-text {
  letter-spacing: 1px;
}

.hero-image {
  max-height: 360px;
  object-fit: cover;
}

/* Timeline */
.timeline {
  position: relative;
  margin-left: 1rem;
  padding-left: 2rem;
  border-left: 3px solid #e0e0e0;
}

.timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
}

.timeline-year {
  position: absolute;
  left: -3.3rem;
  top: 0;
  font-weight: 700;
  color: #7b0022;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -2.05rem;
  top: 0.25rem;
  width: 10px;
  height: 10px;
  background-color: #7b0022;
  border-radius: 50%;
}

.timeline-content {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

/* Gallery */
.gallery-img {
  height: 220px;
  object-fit: cover;
}

/* Admin sidebar */
.sidebar .nav-link {
  color: #333;
}

.sidebar .nav-link:hover {
  background-color: #f1f1f1;
}

.hero-slider {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.hero-slider .carousel-item {
  max-height: 420px;
}

.hero-slider .carousel-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.hero-slider .carousel-caption {
  background: linear-gradient(90deg, rgba(0,0,0,0.65), rgba(0,0,0,0));
  padding: 1.5rem 2rem;
  bottom: 2rem;
  left: 2rem;
  right: auto;
  border-radius: 1rem;
}

@media (max-width: 767.98px) {
  .hero-slider .carousel-item {
    max-height: 320px;
  }

  .hero-slider .carousel-item img {
    height: 320px;
  }

  .hero-slider .carousel-caption {
    font-size: 0.9rem;
    padding: 1rem 1.25rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    border-radius: 0.75rem;
  }

  .hero-slider .carousel-caption h1,
  .hero-slider .carousel-caption .display-5,
  .hero-slider .carousel-caption .display-6 {
    font-size: 1.35rem;
  }
}

.hero-slider .carousel-item::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.35);
}

.album-card img {
  height: 220px;
  object-fit: cover;
}
