
/* ===== SAVING GRACE - MISSION UPDATES PAGE ===== */
.sg-mu * { box-sizing: border-box; margin: 0; padding: 0; }
.sg-mu { font-family: 'Roboto', sans-serif; color: #333; line-height: 1.65; }
.sg-mu a { color: inherit; text-decoration: none; }
.sg-mu img { max-width: 100%; height: auto; display: block; }

.sg-mu .sg-container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.sg-mu .sg-section { padding: 72px 0; }
.sg-mu .sg-section-sm { padding: 48px 0; }
.sg-mu .sg-label {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #72C5CC; margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.sg-mu .sg-label-dark { color: #2E4F52; }
.sg-mu .sg-h2 {
  font-size: clamp(26px, 4vw, 40px); font-weight: 900;
  line-height: 1.15; color: #2E4F52; margin-bottom: 16px;
}
.sg-mu .sg-h2-white { color: #fff; }
.sg-mu .sg-lead {
  font-size: clamp(15px, 2vw, 18px); color: #555; line-height: 1.7;
}
.sg-mu .sg-lead-white { color: rgba(255,255,255,0.85); }
.sg-mu .sg-divider {
  width: 48px; height: 3px; background: #72C5CC;
  border-radius: 2px; margin: 16px 0 24px;
}
.sg-mu .sg-divider-center { margin: 16px auto 24px; }

/* Buttons */
.sg-mu .sg-btn {
  display: inline-block; padding: 14px 32px;
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; border-radius: 4px;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer; border: none;
}
.sg-mu .sg-btn:hover { transform: translateY(-1px); }
.sg-mu .sg-btn-teal { background: #59989E; color: #fff !important; }
.sg-mu .sg-btn-teal:hover { background: #2E4F52; }
.sg-mu .sg-btn-white { background: #fff; color: #2E4F52 !important; }
.sg-mu .sg-btn-white:hover { background: #f0f0f0; }
.sg-mu .sg-btn-outline {
  background: transparent; color: #fff !important;
  border: 2px solid rgba(255,255,255,0.6);
}
.sg-mu .sg-btn-outline:hover { background: rgba(255,255,255,0.1); }
.sg-mu .sg-btn-dark { background: #2E4F52; color: #fff !important; }
.sg-mu .sg-btn-dark:hover { background: #1a2f31; }

/* Hero */
.sg-mu .sg-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #1a2f31 0%, #2E4F52 60%, #3d6b6f 100%) !important;
  padding: 120px 24px 80px;
  text-align: center;
}
.sg-mu .sg-hero-bg {
  position: absolute; inset: 0;
  background: url('https://savinggraceintl.com/wp-content/uploads/2024/05/group-of-kids.jpg') center 30% / cover no-repeat;
  opacity: 0.18;
}
.sg-mu .sg-hero-inner {
  position: relative; z-index: 1;
  max-width: 780px; margin: 0 auto;
}
.sg-mu .sg-hero h1 {
  color: #fff !important; font-size: clamp(32px, 5.5vw, 60px);
  font-weight: 900; line-height: 1.1; margin-bottom: 20px;
}
.sg-mu .sg-hero-sub {
  color: rgba(255,255,255,0.82); font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.65; margin-bottom: 36px;
}
.sg-mu .sg-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Blog Posts */
.sg-mu .sg-posts-section { background: #f4f8f8; padding: 64px 0; }
.sg-mu .sg-posts-header { text-align: center; margin-bottom: 40px; }
.sg-mu .sg-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}
.sg-mu .sg-post-card {
  background: #fff; border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(46,79,82,0.10);
  display: flex; flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.sg-mu .sg-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(46,79,82,0.16);
}
.sg-mu .sg-post-card-img { width: 100%; height: 220px; object-fit: cover; display: block; flex-shrink: 0; }
.sg-mu .sg-post-card-body { padding: 24px 24px 20px; flex: 1; display: flex; flex-direction: column; }
.sg-mu .sg-post-card-meta {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #72C5CC; margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.sg-mu .sg-post-card h3 {
  font-size: 19px; font-weight: 800; color: #2E4F52;
  line-height: 1.3; margin-bottom: 10px;
}
.sg-mu .sg-post-card p { font-size: 14px; color: #666; line-height: 1.65; flex: 1; margin-bottom: 20px; }
.sg-mu .sg-post-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #59989E;
  transition: color 0.2s;
}
.sg-mu .sg-post-card-link:hover { color: #2E4F52; }
.sg-mu .sg-post-card-link svg { transition: transform 0.2s; }
.sg-mu .sg-post-card-link:hover svg { transform: translateX(3px); }
.sg-mu .sg-view-all-wrap { text-align: center; margin-top: 36px; }

/* About */
.sg-mu .sg-about { background: #fff; }
.sg-mu .sg-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.sg-mu .sg-about-img { border-radius: 10px; overflow: hidden; box-shadow: 0 8px 40px rgba(46,79,82,0.18); }
.sg-mu .sg-about-img img { width: 100%; height: 420px; object-fit: cover; }
.sg-mu .sg-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0 28px; }
.sg-mu .sg-pillar {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: #2E4F52;
}
.sg-mu .sg-pillar-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(114,197,204,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sg-mu .sg-pillar-icon svg { color: #59989E; }

/* Goals */
.sg-mu .sg-goals-section { background: #f4f8f8; }
.sg-mu .sg-goals-header { text-align: center; margin-bottom: 16px; }
.sg-mu .sg-overall-bar-wrap {
  background: #fff; border-radius: 12px;
  padding: 28px 32px; margin-bottom: 48px;
  box-shadow: 0 2px 12px rgba(46,79,82,0.08);
}
.sg-mu .sg-overall-bar-label {
  display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px;
}
.sg-mu .sg-overall-bar-label span:first-child { font-size: 15px; font-weight: 700; color: #2E4F52; }
.sg-mu .sg-overall-bar-label span:last-child { font-size: 13px; color: #888; }
.sg-mu .sg-bar-track { background: #e0ecec; border-radius: 100px; height: 14px; overflow: hidden; }
.sg-mu .sg-bar-fill {
  height: 100%; border-radius: 100px;
  background: linear-gradient(90deg, #59989E, #72C5CC);
  transition: width 1.2s cubic-bezier(0.4,0,0.2,1);
}
.sg-mu .sg-goals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.sg-mu .sg-goal-card {
  background: #fff; border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(46,79,82,0.08);
  display: flex; flex-direction: column;
}
.sg-mu .sg-goal-card-img { width: 100%; height: 180px; object-fit: cover; background: #2E4F52; }
.sg-mu .sg-goal-card-body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.sg-mu .sg-goal-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.sg-mu .sg-goal-icon {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(114,197,204,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sg-mu .sg-goal-icon svg { color: #59989E; }
.sg-mu .sg-goal-card h3 { font-size: 16px; font-weight: 800; color: #2E4F52; }
.sg-mu .sg-goal-card p { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 14px; flex: 1; }
.sg-mu .sg-goal-bar-row {
  display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px;
}
.sg-mu .sg-goal-bar-row span { font-size: 12px; color: #888; }
.sg-mu .sg-goal-bar-row strong { font-size: 13px; color: #2E4F52; }
.sg-mu .sg-goal-bar-track { background: #e0ecec; border-radius: 100px; height: 8px; overflow: hidden; margin-bottom: 14px; }
.sg-mu .sg-goal-bar-fill {
  height: 100%; border-radius: 100px;
  background: linear-gradient(90deg, #59989E, #72C5CC);
}
.sg-mu .sg-goal-cta {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #59989E;
  display: inline-flex; align-items: center; gap: 5px;
  transition: color 0.2s;
}
.sg-mu .sg-goal-cta:hover { color: #2E4F52; }

/* Stats */
.sg-mu .sg-stats-section {
  background: #2E4F52 !important;
  position: relative; overflow: hidden;
}
.sg-mu .sg-stats-bg {
  position: absolute; inset: 0;
  background: url('https://savinggraceintl.com/wp-content/uploads/2026/03/Sustainable-Food-Program.jpg') center / cover no-repeat;
  opacity: 0.12;
}
.sg-mu .sg-stats-inner { position: relative; z-index: 1; }
.sg-mu .sg-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px; text-align: center;
}
.sg-mu .sg-stat-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(114,197,204,0.2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.sg-mu .sg-stat-icon svg { color: #72C5CC; }
.sg-mu .sg-stat-num { font-size: clamp(36px, 5vw, 52px); font-weight: 900; color: #72C5CC; line-height: 1; }
.sg-mu .sg-stat-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.75); margin-top: 6px;
}

/* Trips */
.sg-mu .sg-trips-section { background: #fff; }
.sg-mu .sg-trips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px; margin: 32px 0;
}
.sg-mu .sg-trip-card {
  background: #f4f8f8; border-radius: 8px;
  padding: 20px 16px; text-align: center;
  border-top: 3px solid #72C5CC;
}
.sg-mu .sg-trip-card .sg-trip-num {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #72C5CC; margin-bottom: 6px;
}
.sg-mu .sg-trip-card .sg-trip-dates { font-size: 16px; font-weight: 800; color: #2E4F52; }
.sg-mu .sg-trips-img { border-radius: 10px; overflow: hidden; margin-top: 36px; box-shadow: 0 4px 24px rgba(46,79,82,0.12); }
.sg-mu .sg-trips-img img { width: 100%; height: 360px; object-fit: cover; object-position: center 30%; }

/* Sponsor CTA */
.sg-mu .sg-sponsor-section {
  background: linear-gradient(135deg, #2E4F52 0%, #1a2f31 100%) !important;
  position: relative; overflow: hidden;
}
.sg-mu .sg-sponsor-bg {
  position: absolute; inset: 0;
  background: url('https://savinggraceintl.com/wp-content/uploads/2024/05/Children.jpg') center / cover no-repeat;
  opacity: 0.15;
}
.sg-mu .sg-sponsor-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr auto;
  gap: 40px; align-items: center;
}
.sg-mu .sg-sponsor-btns { display: flex; flex-direction: column; gap: 12px; }

/* Responsive */
@media (max-width: 900px) {
  .sg-mu .sg-trips-section .sg-container > div { grid-template-columns: 1fr !important; }
  .sg-mu .sg-trips-img { margin-top: 0; }
}
@media (max-width: 768px) {
  .sg-mu .sg-about-grid { grid-template-columns: 1fr; gap: 32px; }
  .sg-mu .sg-about-img img { height: 280px; }
  .sg-mu .sg-pillars { grid-template-columns: 1fr; }
  .sg-mu .sg-sponsor-inner { grid-template-columns: 1fr; text-align: center; }
  .sg-mu .sg-sponsor-btns { flex-direction: row; justify-content: center; flex-wrap: wrap; }
  .sg-mu .sg-section { padding: 48px 0; }
  .sg-mu .sg-hero { padding: 100px 20px 60px; }
}
@media (max-width: 480px) {
  .sg-mu .sg-goals-grid { grid-template-columns: 1fr; }
  .sg-mu .sg-trips-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Fix theme content wrapper overflow */
#content, .site-content, .entry-content { overflow: visible !important; }

