.text-navy {
  color: #002c6e;
}

.section-intro {
  max-width: 700px;
  font-size: 1.1rem;
  line-height: 1.75;
}

.key-stats .stat-box {
  text-align: center;
  min-width: 150px;
}

.stat-box h2 {
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
}

.stat-box p {
  font-size: 1rem;
  color: #555;
}

.stat-icon {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 0.5rem;
  display: block;
}

.story-card img,
.sustainability-card img {
  object-fit: cover;
  width: 100%;
  max-height: 250px;
  border-radius: 0.75rem;
}

.story-card video {
  max-height: 200px;
  object-fit: cover;
}

.story-card p,
.sustainability-card p {
  font-size: 1rem;
  color: #555;
}

.story-card,
.sustainability-card {
  transition: transform 0.3s ease;
}

.story-card:hover,
.sustainability-card:hover {
  transform: translateY(-4px);
}

ul.text-muted li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
