/* PR 3 - About Us: Value Card Background Images */
.section.alt .grid-3 .value {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 32px 24px;
  color: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.section.alt .grid-3 .value::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,36,99,0.72);
  z-index: 0;
  border-radius: inherit;
  transition: background 0.28s ease;
}
.section.alt .grid-3 .value:hover::before {
  background: rgba(10,36,99,0.60);
}
.section.alt .grid-3 .value > * {
  position: relative;
  z-index: 1;
}
.section.alt .grid-3 .value h3,
.section.alt .grid-3 .value p { color: #fff; }
.section.alt .grid-3 .value .vic {
  background: rgba(193,154,62,0.20);
  border: 1px solid rgba(193,154,62,0.50);
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  color: #c19a3e;
}
.section.alt .grid-3 .value:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(10,36,99,0.30);
}
.section.alt .grid-3 .value:nth-child(1){background-image:url('https://mcclc.ca/wp-content/uploads/2026/06/food-bank-donation-1-scaled.jpeg');}
.section.alt .grid-3 .value:nth-child(2){background-image:url('https://mcclc.ca/wp-content/uploads/2026/06/first-meeting.jpeg');}
.section.alt .grid-3 .value:nth-child(3){background-image:url('https://mcclc.ca/wp-content/uploads/2026/06/board-meeting-1-scaled.jpeg');}
.section.alt .grid-3 .value:nth-child(4){background-image:url('https://mcclc.ca/wp-content/uploads/2026/06/community-briefing-3.jpeg');}
.section.alt .grid-3 .value:nth-child(5){background-image:url('https://mcclc.ca/wp-content/uploads/2026/06/cheque-night-2025-1.jpeg');}
.section.alt .grid-3 .value:nth-child(6){background-image:url('https://mcclc.ca/wp-content/uploads/2026/06/environment-week-group-1.jpeg');}
