/* =========================================================
   MISSION PAGE ONLY
   File: mission-page.css
   Page: mission.html

   FUTURE CHANGE NOTE:
   Keep styles.css as the shared site stylesheet.
   This file should only style the Mission page body content.
   Navbar, footer, global colors, and shared layout should
   remain controlled by styles.css.
========================================================= */

/* PAGE-SPECIFIC BOX SIZING */
.mission-body .mission-main,
.mission-body .mission-main * {
  box-sizing: border-box;
}

/* MAIN PAGE TEXT COLOR */
.mission-main {
  color: #ffffff;
}

/* =========================================================
   FOUNDATION BANNER
========================================================= */
.mission-banner-shell {
  padding: 1rem 0 0.7rem;
}

.mission-foundation-banner {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================================
   HERO SECTION
========================================================= */
.mission-hero {
  padding: 0.5rem 0 1.5rem;
}

.mission-hero-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(255, 204, 0, 0.22), transparent 35%),
    linear-gradient(135deg, #3b014e 0%, #610081 50%, #9900ce 100%);
  border-radius: 24px;
  padding: 34px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.mission-hero-image {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-hero-image img {
  width: 100%;
  max-width: 430px;
  display: block;
}

.mission-kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  color: #ffcc00;
  margin-bottom: 10px;
}

.mission-hero-copy h1,
.mission-feature-inner h2,
.mission-programs-copy h2,
.mission-grant-copy h2 {
  font-family: Byington, Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.mission-hero-copy h1 {
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  line-height: 0.95;
  margin-bottom: 18px;
}

.mission-hero-copy p {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.55;
}

/* PAGE BUTTONS */
.mission-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffcc00;
  color: #1a1028;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.mission-primary-btn:hover {
  background: #ffffff;
  color: #540070;
}

/* =========================================================
   MISSION MESSAGE SECTION
========================================================= */
.mission-message-section {
  padding: 0 0 1.2rem;
}

.mission-feature-box {
  background: linear-gradient(180deg, #cb00ff 0%, #9900ce 100%);
  padding: 28px;
  border-radius: 20px;
  margin-bottom: 22px;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}

.mission-feature-inner {
  background: #610081;
  border: 3px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 40px 42px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-feature-inner h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  text-align: center;
}

.mission-feature-inner p {
  margin: 0 0 16px;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  text-align: center;
  line-height: 1.65;
}

/* =========================================================
   IMPACT GRID
========================================================= */
.mission-impact-section {
  padding: 0 0 1.5rem;
}

.mission-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mission-impact-card {
  background: #ffcc00;
  color: #1c1028;
  border-radius: 16px;
  padding: 30px;
  min-height: 230px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.mission-impact-card h3 {
  color: #540070;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.mission-impact-card p {
  line-height: 1.55;
  margin: 0;
  font-weight: 700;
}

/* =========================================================
   PROGRAM CONNECTION SECTION
========================================================= */
.mission-programs-section {
  padding: 0 0 1.5rem;
}

.mission-programs-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: #ffffff;
  color: #1d1d1d;
  border-radius: 22px;
  overflow: hidden;
  border: 8px solid #ffcc00;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

.mission-programs-copy {
  padding: 44px;
}

.mission-programs-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: #540070;
  line-height: 0.95;
  margin-bottom: 14px;
}

.mission-programs-copy p {
  font-size: 1.05rem;
  line-height: 1.58;
}

.mission-program-list {
  margin: 24px 0 0;
  padding-left: 20px;
}

.mission-program-list li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.mission-programs-image {
  background:
    radial-gradient(circle at top right, rgba(255, 204, 0, 0.20), transparent 35%),
    linear-gradient(135deg, #4b0064 0%, #2b0c36 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.mission-programs-image img {
  width: 100%;
  max-width: 560px;
  display: block;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   GRANT / FUNDRAISING ALIGNMENT SECTION
========================================================= */
.mission-grant-section {
  padding: 0 0 1.5rem;
}

.mission-grant-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mission-grant-copy {
  background: linear-gradient(180deg, #552b8a 0%, #3b2368 100%);
  border-radius: 16px;
  padding: 32px;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-grant-copy h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  margin-bottom: 14px;
}

.mission-grant-copy p {
  font-size: 1rem;
  line-height: 1.6;
}

.mission-grant-card {
  background: #ffcc00;
  color: #1c1028;
  border-radius: 16px;
  padding: 32px;
  min-height: 285px;
}

.mission-grant-card h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 16px;
  color: #522b82;
}

.mission-grant-card ul {
  margin: 0;
  padding-left: 20px;
}

.mission-grant-card li {
  margin-bottom: 10px;
  font-weight: 700;
}

/* =========================================================
   CTA SECTION
========================================================= */
.mission-cta-section {
  padding: 0 0 1.2rem;
}

.mission-cta-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mission-cta {
  min-width: 280px;
  min-height: 92px;
  padding: 16px 22px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.mission-cta-contact {
  background: linear-gradient(180deg, #cb00ff 0%, #9100c2 100%);
  color: #ffffff;
  gap: 14px;
}

.mission-cta-contact img {
  width: 72px;
  height: auto;
  display: block;
}

.mission-cta-contact span {
  font-size: 1.35rem;
  line-height: 1.1;
}

.mission-cta-donate {
  background: #ffcc00;
  color: #111111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
}

/* =========================================================
   RESPONSIVE DESIGN
========================================================= */
@media (max-width: 991.98px) {
  .mission-hero-card,
  .mission-impact-grid,
  .mission-programs-card,
  .mission-grant-grid {
    grid-template-columns: 1fr;
  }

  .mission-programs-image {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .mission-hero-card,
  .mission-feature-inner,
  .mission-impact-card,
  .mission-programs-copy,
  .mission-grant-copy,
  .mission-grant-card {
    padding: 26px 22px;
  }

  .mission-cta {
    width: 100%;
    max-width: 420px;
  }

  .mission-cta-contact span {
    font-size: 1.15rem;
  }

  .mission-cta-donate {
    font-size: 1.8rem;
  }
}
