/* ============================================
   CHOICES OUTREACH INC. – MAIN STYLESHEET
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', sans-serif;
  color: #1a1a2e;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* --- COLOR TOKENS --- */
:root {
  --navy: #1b2d4f;
  --navy-dark: #122040;
  --green: #2d6a4f;
  --green-light: #52b788;
  --orange: #e07b39;
  --white: #ffffff;
  --light-bg: #f4f6f9;
  --text: #1a1a2e;
  --text-muted: #555;
  --border: #dde2ea;
}

/* --- CONTAINER --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }

/* --- BUTTONS --- */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.1s;
  border: none;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: var(--navy-dark); }
.btn-dark { background: var(--navy); color: var(--white); }
.btn-dark:hover { background: var(--navy-dark); }
.btn-green { background: var(--green); color: var(--white); }
.btn-green:hover { background: #245a40; }
.btn-large { padding: 16px 40px; font-size: 1rem; }

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.nav-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-logo { display: flex; align-items: center; }
.logo-img { height: auto; width: 190px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}
.nav-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--navy); border-bottom-color: var(--navy); }
.nav-donate { margin-left: 16px; }
.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  margin-left: auto;
  color: var(--navy);
}
.mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 16px 24px;
  gap: 12px;
}
.mobile-menu a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  padding: 6px 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mobile-menu.open { display: flex; }

/* ============================================
   HERO (shared)
   ============================================ */
.hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  /* DEFAULT: dark navy fallback if no image set */
  background-color: var(--navy);
  /* =============================================
     SET YOUR HERO IMAGES BELOW
     Replace the url() values with your image paths
     ============================================= */
}

/* HOME hero */
.hero:not([class*="hero-"]) {
  /* HOME HERO: Replace url() with your hero image path, e.g.: url('hero.jpg') */
  background-image: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url('hero.jpg');
  min-height: 560px;
}
/* ABOUT hero */
.hero-about {
  /* ABOUT HERO: Replace url() with your about hero image path */
  background-image: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url('hero.jpg');
}
/* PROGRAMS hero */
.hero-programs {
  /* PROGRAMS HERO: Replace url() with your programs hero image path */
  background-image: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url('hero.jpg');
}
/* DONATE hero */
.hero-donate {
  /* DONATE HERO: Replace url() with your donate hero image path */
  background-image: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url('hero.jpg');
}
/* CONTACT hero */
.hero-contact {
  /* CONTACT HERO: Replace url() with your contact hero image path */
  background-image: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url('hero.jpg');
}

.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.50);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 80px 48px;
  color: var(--white);
}
.hero-content h1 {
  font-family: 'Merriweather', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 20px;
}
.hero-content p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 520px;
  opacity: 0.93;
}

/* ============================================
   SECTION EYEBROW
   ============================================ */
.section-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

/* ============================================
   HOME – MOVE FORWARD
   ============================================ */
.move-forward {
  padding: 72px 24px;
  background: var(--white);
}
.move-forward h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 18px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.move-forward p {
  max-width: 560px;
  margin: 0 auto 32px;
  color: var(--text-muted);
}

/* ============================================
   HOME – WHAT WE DO
   ============================================ */
.what-we-do {
  padding: 64px 24px;
  background: var(--light-bg);
}
.what-we-do h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  margin-bottom: 32px;
}
.what-we-do .section-eyebrow { margin-bottom: 6px; }
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 8px;
}
.col-text p { margin-bottom: 16px; color: var(--text-muted); font-size: 0.95rem; }
.col-text strong { color: var(--text); }

/* ============================================
   HOME – COMMUNITY STRIP
   ============================================ */
.community-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
}
.strip-image { overflow: hidden; }
.strip-image .full-img { width: 100%; height: 100%; object-fit: cover; }
.strip-text {
  background: var(--light-bg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 56px;
  gap: 24px;
}
.strip-text h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
}

/* ============================================
   ABOUT – WHO WE ARE
   ============================================ */
.who-we-are { padding: 94px 34px; background: var(--white); }
.who-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: start;
}
.who-icon img { width: 240px; height: 240px; object-fit: contain; }
.who-text h2 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 46px;
  color: var(--navy);
}
.who-text p { color: var(--text-muted); }

/* ============================================
   ABOUT – WHAT WE DO (blue panel)
   ============================================ */
.what-we-do-about { background: var(--white); padding: 0 24px 64px; }
.what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
}
.what-image { overflow: hidden; }
.what-image .full-img { width: 100%; height: 100%; object-fit: cover; }
.what-text-blue {
  background: var(--navy);
  color: var(--white);
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.what-text-blue h2 {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.what-text-blue p { font-size: 0.95rem; line-height: 1.75; opacity: 0.92; }

/* ============================================
   ABOUT – OUR STORY
   ============================================ */
.our-story { padding: 72px 24px; background: var(--white); }
.our-story h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 8px;
}
.story-sub {
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 32px;
  font-size: 0.95rem;
}
.story-body { max-width: 780px; margin: 0 auto; text-align: left; }
.story-body p { color: var(--text-muted); margin-bottom: 16px; font-size: 0.95rem; }

/* ============================================
   ABOUT – CORE VALUES
   ============================================ */
.core-values { padding: 72px 24px; background: var(--light-bg); }
.core-values h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 12px;
}
.core-values > .container > p {
  max-width: 640px;
  margin: 0 auto 48px;
  color: var(--text-muted);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.value-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  align-items: stretch;
}
.value-img { overflow: hidden; min-height: 120px; }
.value-img img { width: 100%; height: 100%; object-fit: cover; }
.value-text { padding: 20px 20px 20px 0; }
.value-text h3 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--navy);
}
.value-text p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* ============================================
   PROGRAMS
   ============================================ */
.programs-intro { padding: 64px 24px 40px; background: var(--white); }
.programs-intro h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  margin-bottom: 14px;
}
.programs-intro p { max-width: 600px; margin: 0 auto; color: var(--text-muted); }

.programs-grid-section { padding: 0 24px 64px; background: var(--white); }
.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.program-card { display: flex; flex-direction: column; }
.program-img { height: 160px; overflow: hidden; border-radius: 6px; margin-bottom: 14px; }
.program-img img { width: 100%; height: 100%; object-fit: cover; }
.program-card h3 {
  font-family: 'Merriweather', serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--navy);
}
.program-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* ============================================
   PROGRAMS – GET INVOLVED
   ============================================ */
.get-involved { padding: 72px 24px; background: var(--light-bg); }
.get-involved h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  margin-bottom: 12px;
}
.get-involved > .container > p { max-width: 540px; margin: 0 auto 40px; color: var(--text-muted); }
.involve-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 860px;
  margin: 0 auto;
}
.involve-card { text-align: center; }
.involve-icon { width: 56px; height: 56px; object-fit: contain; margin: 0 auto 14px; }
.involve-card h3 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--navy);
}
.involve-card p { font-size: 0.88rem; color: var(--text-muted); }

/* ============================================
   DONATE
   ============================================ */
.support-mission { padding: 72px 24px; background: var(--white); }
.support-mission h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  margin-bottom: 36px;
}
.impact-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
.impact-item { display: flex; gap: 20px; align-items: flex-start; }
.impact-icon { width: 48px; height: 48px; object-fit: contain; flex-shrink: 0; margin-top: 4px; }
.impact-item h3 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--navy);
}
.impact-item p { font-size: 0.9rem; color: var(--text-muted); }

.donate-form-section {
  padding: 72px 24px;
  background: var(--light-bg);
}
.donate-form-section h2 {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  margin-bottom: 16px;
}
.donate-form-section p { max-width: 520px; margin: 0 auto 28px; color: var(--text-muted); }
.secure-note {
  margin-top: 18px !important;
  font-size: 0.82rem !important;
  color: #777 !important;
}

.other-ways { padding: 56px 24px; background: var(--white); }
.other-ways h2 {
  font-family: 'Merriweather', serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.other-ways p { color: var(--text-muted); max-width: 520px; margin: 0 auto; }
.other-ways a { color: var(--navy); font-weight: 600; }

/* ============================================
   CONTACT
   ============================================ */
.contact-section { padding: 72px 24px; background: var(--light-bg); }
.contact-box {
  max-width: 560px;
  margin: 0 auto;
  background: var(--white);
  padding: 44px 48px;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.contact-box h2 {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 28px;
  color: var(--navy);
  text-align: center;
}
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text);
  background: var(--light-bg);
  transition: border-color 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--navy);
}
.contact-form textarea { resize: vertical; }
.contact-form .btn { align-self: flex-start; }
.success-msg {
  margin-top: 16px;
  padding: 14px 18px;
  background: #d4edda;
  border-radius: 4px;
  color: #155724;
  font-size: 0.9rem;
}

.contact-info { padding: 64px 24px; background: var(--white); }
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}
.contact-icon { width: 56px; height: 56px; object-fit: contain; margin: 0 auto 14px; }
.contact-info-card h3 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--navy);
}
.contact-info-card p { font-size: 0.9rem; color: var(--text-muted); }
.contact-info-card a { color: var(--navy); }

/* ============================================
   FOOTER
   ============================================ */
.footer { background: var(--navy-dark); color: #ccd6e8; padding: 56px 24px 0; }
.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 160px repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo { height: auto; width: 100px; filter: brightness(0) invert(1); margin-right: auto;}
.footer-logo-col { display: flex; align-items: flex-start; justify-content: flex-start; padding-top: 8px; }
.footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a,
.footer-col p {
  font-size: 0.85rem;
  color: #a8b8cc;
  line-height: 1.7;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--white); }
.footer-col p { margin-bottom: 6px; }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 0.8rem;
  color: #6b7fa0;
  text-align: center;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .nav-links, .nav-donate { display: none; }
  .hamburger { display: block; }
  .two-col { grid-template-columns: 1fr; }
  .what-grid { grid-template-columns: 1fr; }
  .what-image { height: 240px; }
  .values-grid { grid-template-columns: 1fr; }
  .programs-grid { grid-template-columns: repeat(2, 1fr); }
  .community-strip { grid-template-columns: 1fr; }
  .footer-container { grid-template-columns: 1fr 1fr; }
  .who-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero-content { padding: 60px 24px; }
  .programs-grid { grid-template-columns: 1fr; }
  .involve-grid { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .footer-container { grid-template-columns: 1fr; }
  .contact-box { padding: 28px 20px; }
  .strip-text { padding: 36px 24px; }
  .value-card { grid-template-columns: 1fr; }
  .value-img { height: 160px; }
}
