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

/* ── STICKY MOBILE DONATE BAR ── */
.sticky-donate {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--green);
  color: var(--white);
  padding: 14px 20px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-shadow: 0 -3px 16px rgba(0,0,0,0.2);
}
.sticky-donate span { color: var(--navy); font-weight: 600; }
.sticky-donate a {
  background: var(--navy);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 3px;
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sticky-donate { display: none; }
  body { padding-bottom: 0; }
}

/* ── VARIABLES ── */
:root {
  --green: #4BBF30;
  --navy:  #1B2A4A;
  --white: #ffffff;
  --light: #f5f7f3;
}

/* ── NAV: reversed — navy background, green accent ── */
body > nav {
  background: var(--green) !important;
  border-bottom: 4px solid var(--navy) !important;
}
.nav-links a { color: var(--navy) !important; }
.nav-links a:hover,
.nav-links a.active { background: var(--navy) !important; color: var(--white) !important; }
.hamburger span { background: var(--navy) !important; }
footer nav { background: transparent !important; border-bottom: none !important; }

/* ── TOP BAR ── */
.topbar {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  padding: 8px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.topbar a { color: var(--green); }

/* ── NAV ── */
nav {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 4px solid var(--green);
  box-shadow: 0 2px 12px rgba(27,42,74,0.10);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
}
.nav-logo img { height: 140px; width: auto; }
.nav-links li a.nav-donate-btn,
.nav-links li a.nav-donate-btn:visited {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--white) !important;
  color: var(--navy) !important;
  padding: 10px 24px !important;
  border-radius: 3px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  border: 2px solid var(--navy);
}
.nav-links li a.nav-donate-btn:hover {
  background: var(--navy) !important;
  color: var(--white) !important;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav-links a {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  color: var(--navy);
  padding: 8px 13px;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
  text-transform: uppercase;
}
.nav-links a:hover,
.nav-links a.active { background: var(--green); color: var(--white); }
.nav-cta {
  background: var(--green);
  color: var(--white) !important;
  padding: 10px 20px !important;
  border-radius: 3px;
  font-weight: 700 !important;
}
.nav-cta:hover { background: var(--navy) !important; color: var(--white) !important; }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span {
  display: block; width: 26px; height: 3px;
  background: var(--navy); margin: 5px 0; border-radius: 2px;
  transition: 0.3s;
}

/* ── HERO ── */
.hero-section {
  background: var(--navy);
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  padding: 80px 40px 60px;
  gap: 40px;
}
.hero-eyebrow {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 16px;
  margin-bottom: 24px;
  font-weight: 500;
}
.hero-name {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.hero-name span { color: var(--green); display: block; }
.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.3rem);
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 3px solid var(--green);
  padding-top: 16px;
  margin-bottom: 28px;
  line-height: 1.5;
}
.hero-tagline {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  margin-bottom: 40px;
  line-height: 1.75;
  max-width: 480px;
}
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-photo { display: flex; justify-content: center; align-items: flex-end; }
.hero-photo-frame { position: relative; }
.hero-photo-frame::before {
  content: '';
  position: absolute;
  top: -20px; right: -20px;
  width: 100%; height: 100%;
  border: 4px solid var(--green);
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 24px 64px rgba(27,42,74,0.35);
}
.hero-photo img {
  width: 100%;
  max-width: 440px;
  border-radius: 4px;
  object-fit: cover;
  object-position: top;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: var(--navy);
  padding: 80px 24px 70px;
  border-bottom: 5px solid var(--green);
}
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.05;
  margin-top: 12px;
}

/* ── BUTTONS ── */
.btn-primary {
  background: var(--green);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 3px;
  border: 2px solid var(--green);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: transparent; color: var(--green); }

.btn-secondary {
  background: transparent;
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 3px;
  border: 2px solid var(--white);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
.btn-secondary:hover { background: var(--white); color: var(--navy); }

.btn-navy {
  display: inline-block;
  background: var(--navy);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 3px;
  border: 2px solid var(--navy);
  transition: background 0.2s, color 0.2s;
}
.btn-navy:hover { background: transparent; color: var(--navy); }

.btn-submit-green {
  width: 100%;
  background: var(--green);
  color: var(--white);
  border: 2px solid var(--green);
  border-radius: 3px;
  padding: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-submit-green:hover { background: transparent; color: var(--green); }

.btn-submit-navy {
  width: 100%;
  background: var(--navy);
  color: var(--white);
  border: 2px solid var(--navy);
  border-radius: 3px;
  padding: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-submit-navy:hover { background: transparent; color: var(--navy); }

/* ── SECTION WRAPPERS ── */
.section-white { background: var(--white); padding: 90px 24px; }
.section-light  { background: var(--light); padding: 90px 24px; }
.section-navy   { background: var(--navy);  padding: 90px 24px; }
.section-green  { background: var(--green); padding: 90px 24px; }

.section-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 500;
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-bottom: 18px;
}
.section-title.light { color: var(--white); }
.title-bar { width: 60px; height: 4px; background: var(--green); margin-bottom: 36px; }

/* ── WHY GRID ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.why-card {
  background: var(--white);
  border-top: 5px solid var(--green);
  padding: 34px 26px;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(27,42,74,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(27,42,74,0.13); }
.why-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.why-card p { font-size: 0.93rem; line-height: 1.75; color: #444; }

/* ── ABOUT GRID ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: center;
}
.about-photo { position: relative; }
.about-photo img { width: 100%; border-radius: 4px; box-shadow: 0 12px 40px rgba(27,42,74,0.15); }
.about-photo::after {
  content: '';
  position: absolute;
  bottom: -16px; left: -16px;
  width: 60%; height: 60%;
  border: 4px solid var(--green);
  z-index: -1;
  border-radius: 4px;
}
.about-text p { font-size: 1rem; line-height: 1.85; color: #333; margin-bottom: 16px; }
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 2px solid var(--light);
}
.stat { text-align: center; }
.stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
.stat-label { font-size: 0.78rem; color: #666; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; }

/* ── STATS ROW (banner) ── */
.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 60px;
  text-align: center;
}
.stat-number-big {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
.stat-label-big {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 8px;
  line-height: 1.4;
}

/* ── QUOTE / ENDORSEMENT ── */
.endorsements-inner { max-width: 880px; margin: 0 auto; }
.quote-mark {
  font-family: 'Oswald', sans-serif;
  font-size: 6rem;
  line-height: 0.5;
  color: rgba(255,255,255,0.3);
  display: block;
  margin-bottom: 20px;
}
.endorsement-quote {
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-style: italic;
  color: var(--white);
  line-height: 1.65;
  margin-bottom: 24px;
}
.endorsement-attr {
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
}
.endorsement-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.e-card-full {
  background: var(--light);
  border-left: 5px solid var(--green);
  border-radius: 4px;
  padding: 32px 28px;
  position: relative;
}
.e-quote-mark {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 0.5;
  color: var(--green);
  opacity: 0.35;
  margin-bottom: 14px;
}
.e-card-full p { font-size: 0.95rem; color: #333; line-height: 1.75; font-style: italic; margin-bottom: 16px; }
.e-card-full span {
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--green);
  font-weight: 600;
  text-transform: uppercase;
}

/* ── TIMELINE ── */
.timeline { margin-top: 50px; }
.timeline-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  padding-bottom: 44px;
  border-left: 3px solid var(--green);
  margin-left: 20px;
  padding-left: 36px;
  position: relative;
  transition: all 0.2s;
}
.timeline-item:hover .timeline-content h3 { color: var(--green); }
.timeline-item:hover::before { background: var(--navy); box-shadow: 0 0 0 2px var(--navy); }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -8px; top: 4px;
  width: 13px; height: 13px;
  background: var(--green);
  border-radius: 50%;
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--green);
}
.timeline-date {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-top: 2px;
  text-align: right;
  margin-left: -216px;
}
.timeline-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.timeline-org {
  font-size: 0.85rem;
  color: var(--green);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.timeline-content p { font-size: 0.93rem; line-height: 1.8; color: #444; }

/* ── CASES GRID ── */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.case-card {
  background: var(--white);
  border-top: 5px solid var(--green);
  border-radius: 4px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(27,42,74,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(27,42,74,0.15);
  border-top-color: var(--green);
}
.case-court {
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 8px;
}
.case-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
.case-cite { font-size: 0.82rem; color: #888; margin-bottom: 12px; font-style: italic; }
.case-card p { font-size: 0.9rem; line-height: 1.78; color: #444; }
.case-card .case-plain {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.95rem;
  border-left: 3px solid var(--green);
  padding-left: 10px;
  margin-bottom: 8px;
}

/* ── BAR GRID ── */
/* ── COMMUNITY PHOTO STRIP ── */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}
.photo-strip-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  display: block;
  background: transparent;
}

.bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  text-align: center;
}
.bar-item {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  padding: 22px 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.bar-item span { font-family: 'Open Sans', sans-serif; font-size: 0.78rem; color: var(--green); text-transform: none; letter-spacing: 0; font-weight: 400; display: block; margin-top: 4px; }

/* ── EDUCATION ── */
.edu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 50px;
}
.edu-card {
  background: var(--white);
  border-top: 5px solid var(--green);
  border-radius: 4px;
  padding: 36px 30px;
  box-shadow: 0 4px 20px rgba(27,42,74,0.07);
}
.edu-year {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.edu-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.edu-school { font-size: 0.85rem; color: #777; margin-bottom: 14px; }
.edu-card p { font-size: 0.92rem; line-height: 1.75; color: #444; }

/* ── COMMUNITY GRID ── */
.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.community-card {
  border-left: 5px solid var(--green);
  padding: 24px 22px;
  background: var(--light);
  border-radius: 0 4px 4px 0;
}
.community-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.community-card p { font-size: 0.9rem; line-height: 1.75; color: #444; }

/* ── GET INVOLVED ── */
.involved-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.involved-split.reverse { direction: rtl; }
.involved-split.reverse > * { direction: ltr; }
.involved-text p { font-size: 0.97rem; line-height: 1.85; color: #333; margin-bottom: 16px; }
.involved-list { list-style: none; margin: 16px 0 0; }
.involved-list li {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid #e8ede5;
  position: relative;
}
.involved-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 10px; height: 10px;
  background: var(--green);
  border-radius: 50%;
}
.involved-form-box {
  background: var(--light);
  border-radius: 4px;
  padding: 36px 32px;
  border-top: 5px solid var(--green);
}
.involved-form-box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

/* ── DONATE AMOUNTS ── */
.donate-amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.amount-btn {
  background: var(--white);
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 12px 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.amount-btn:hover { border-color: var(--green); color: var(--green); }
.amount-btn.selected { background: var(--green); border-color: var(--green); color: var(--white); }

/* ── CONTACT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: start;
  margin-top: 50px;
}
.contact-info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  margin-top: 28px;
}
.contact-info h3:first-child { margin-top: 0; }
.contact-info p { color: rgba(255,255,255,0.75); font-size: 0.95rem; line-height: 1.7; }
.contact-info a { color: var(--green); }
.social-links { display: flex; gap: 12px; margin-top: 10px; flex-wrap: wrap; }
.social-link {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  transition: background 0.2s;
}
.social-link:hover { background: var(--green); border-color: var(--green); }

/* ── FORMS ── */
form { display: flex; flex-direction: column; gap: 14px; }
form input, form textarea, form select {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  padding: 13px 15px;
  color: var(--white);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.93rem;
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}
.involved-form-box form input,
.involved-form-box form textarea,
.involved-form-box form select {
  background: var(--white);
  border: 1px solid #ddd;
  color: var(--navy);
}
.involved-form-box form input::placeholder,
.involved-form-box form textarea::placeholder { color: #aaa; }
.involved-form-box form input:focus,
.involved-form-box form textarea:focus,
.involved-form-box form select:focus { border-color: var(--green); }
.involved-form-box form select option { background: var(--white); color: var(--navy); }
form input::placeholder, form textarea::placeholder { color: rgba(255,255,255,0.4); }
form input:focus, form textarea:focus, form select:focus { border-color: var(--green); }
form select option { background: var(--navy); }
form textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#custom-amount { margin-top: 4px; }

/* ── FOOTER ── */
footer {
  background: #0f1a2e;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 36px 24px;
  font-size: 0.85rem;
  line-height: 1.85;
}
footer a { color: var(--green); }
.footer-logo { margin: 0 auto 16px; height: auto; width: 220px; max-width: 80%; }
.footer-divider { width: 40px; height: 2px; background: var(--green); margin: 16px auto; }

/* ── HERO ADDITIONS ── */
.hero-tagline-main {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 600;
  color: var(--green);
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* ── CONTRAST BANNER ── */
.contrast-banner {
  background: var(--green);
  padding: 22px 24px;
}
.contrast-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.contrast-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 32px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.06em;
}
.contrast-label { color: var(--navy); font-weight: 700; font-size: 1.05rem; }
.contrast-vs { color: rgba(27,42,74,0.4); font-weight: 400; font-size: 0.85rem; }
.contrast-other { color: rgba(27,42,74,0.55); font-weight: 400; font-size: 0.9rem; }
.contrast-divider { width: 1px; height: 28px; background: rgba(27,42,74,0.25); }

/* ── ABOUT HOOK ── */
.about-hook {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.75;
  margin-bottom: 18px;
  border-left: 4px solid var(--green);
  padding-left: 20px;
}

/* ── PULL QUOTE BREAK ── */
.pull-quote-break {
  background: var(--navy);
  padding: 60px 24px;
}
.pull-quote-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.pull-quote-bar {
  width: 6px;
  min-height: 100%;
  background: var(--green);
  border-radius: 3px;
  flex-shrink: 0;
  align-self: stretch;
}
.pull-quote-inner blockquote {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.45;
  font-style: italic;
  letter-spacing: 0.01em;
}
.pull-quote-source {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

/* ── MID-PAGE DONATE URGENCY ── */
.donate-urgency { padding: 70px 24px; }
.urgency-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.urgency-amounts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.urgency-btn {
  display: block;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 3px;
  padding: 16px 10px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  transition: background 0.2s, border-color 0.2s;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.urgency-btn:hover { background: var(--green); border-color: var(--green); color: var(--white); }
.urgency-btn-featured {
  background: var(--green);
  border-color: var(--green);
  grid-column: span 2;
  font-size: 1.1rem;
}
.urgency-btn-featured:hover { background: #3da828; border-color: #3da828; }

/* ── URGENCY STRIP (get-involved page) ── */
.urgency-strip {
  background: #e8f5e3;
  border-left: 5px solid var(--green);
  padding: 16px 24px;
}
.urgency-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0.95rem;
  color: var(--navy);
  line-height: 1.6;
}
.urgency-strip-inner strong { color: var(--green); }

/* ── PAGE HERO SUBTITLE ── */
.page-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  margin-top: 14px;
  max-width: 100%;
  line-height: 1.7;
}

/* ── ABOUT HOOK BLOCK (about page) ── */
.about-hook-block {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 60px;
}
.about-hook-photo img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(27,42,74,0.18);
  display: block;
}
.about-hook-lead {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.8;
  border-left: 5px solid var(--green);
  padding-left: 24px;
  margin-bottom: 20px;
}
.about-hook-text p { font-size: 0.97rem; line-height: 1.85; color: #333; margin-bottom: 14px; }
.about-hook-photo img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(27,42,74,0.18);
}

/* ── BIO COLUMNS ── */
.bio-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.bio-columns p { font-size: 0.97rem; line-height: 1.85; color: #333; margin-bottom: 16px; }

/* ── INLINE PULL QUOTE ── */
.inline-pull-quote {
  background: var(--navy);
  border-radius: 4px;
  padding: 28px 24px 24px;
  margin-bottom: 24px;
  position: relative;
}
.ipq-bar {
  width: 48px; height: 4px;
  background: var(--green);
  margin-bottom: 16px;
}
.inline-pull-quote p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1.5;
  font-style: italic;
  margin: 0 !important;
}

/* ── ENDORSEMENT NOTE ── */
.endorse-note {
  font-size: 0.88rem;
  color: #888;
  line-height: 1.7;
  margin-bottom: 32px;
  font-style: italic;
  max-width: 680px;
}

/* ── FEATURED ENDORSEMENT CARD ── */
.e-card-featured {
  border-left-width: 6px;
  background: #edf7ea;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; padding: 60px 24px 40px; }
  .hero-photo { order: -1; }
  .hero-photo img { max-width: 300px; margin: 0 auto; }
  .hero-photo-frame::before { display: none; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo::after { display: none; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .endorsement-grid { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .edu-grid { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr 1fr; }
  .involved-split { grid-template-columns: 1fr; }
  .involved-split.reverse { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .bar-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-item { grid-template-columns: 1fr; }
  .timeline-date { text-align: left; margin-left: 0; margin-bottom: 4px; }
  .nav-inner { padding: 10px 16px; }
  .nav-logo img { height: 64px; }
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    padding: 8px 12px 20px;
    border-bottom: 4px solid var(--green);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    gap: 0;
  }
  .nav-links li { width: 100%; }
  .nav-links a {
    padding: 13px 16px !important;
    font-size: 1rem !important;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .nav-links li:last-child a { border-bottom: none; }
  .nav-links li a.nav-donate-btn {
    margin-top: 10px !important;
    padding: 14px 16px !important;
    text-align: center;
    border-bottom: none !important;
    white-space: normal !important;
    overflow: visible !important;
  }
  .nav-links.open { display: flex; }
  .hamburger { display: block; }
  nav { position: relative; overflow: visible; }
  .bio-columns { grid-template-columns: 1fr; }
  .urgency-grid { grid-template-columns: 1fr; }
  .contrast-inner { flex-direction: column; gap: 8px; }
  .contrast-divider { width: 60px; height: 1px; }
  .pull-quote-inner { flex-direction: column; gap: 16px; }
  .pull-quote-bar { width: 48px; height: 4px; min-height: unset; }
}
@media (max-width: 600px) {
  .about-hook-block { grid-template-columns: 1fr; }
  .about-hook-photo { order: -1; }
  .about-hook-photo img { max-width: 100%; }
  .photo-strip { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(3, 1fr); }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn-primary,
  .hero-buttons .btn-secondary { text-align: center; padding: 18px 24px; font-size: 1rem; min-height: 54px; }
  .donate-amounts { grid-template-columns: repeat(2, 1fr); }
  .amount-btn { padding: 16px 8px; min-height: 50px; font-size: 1rem; }
  .bar-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .urgency-amounts { grid-template-columns: 1fr 1fr; }
  .btn-submit-green, .btn-submit-navy { padding: 18px; font-size: 1rem; min-height: 54px; }
  form input, form textarea, form select { padding: 15px; font-size: 1rem; }
  .nav-cta { display: none; }
  .contrast-item { padding: 4px 16px; font-size: 0.9rem; }
  .endorse-steps { grid-template-columns: 1fr; }
  .endorse-intro-grid { grid-template-columns: 1fr; }
}

/* ── HERO BACKGROUND (courthouse) ── */
.hero-bg {
  background-image: url('civil-district-court.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(27,42,74,0.97) 0%,
    rgba(27,42,74,0.88) 50%,
    rgba(27,42,74,0.55) 100%
  );
  z-index: 1;
}
.hero-inner { position: relative; z-index: 2; }

/* ── FOOTER NAV ── */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin: 4px 0;
}
.footer-nav a {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}
.footer-nav a:hover { color: var(--green); }

/* ── LIGHT CONTACT FORM (get-involved page) ── */
.contact-grid-light {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
  margin-top: 50px;
}
.contact-info-light h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  margin-top: 24px;
}
.contact-info-light h3:first-child { margin-top: 0; }
.contact-info-light p { color: #444; font-size: 0.95rem; line-height: 1.7; }
.social-links-light { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.social-link-light {
  display: inline-block;
  background: var(--navy);
  border-radius: 3px;
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  transition: background 0.2s;
}
.social-link-light:hover { background: var(--green); }
.input-light {
  background: var(--white) !important;
  border: 1px solid #ddd !important;
  color: var(--navy) !important;
  width: 100%;
  border-radius: 3px;
  padding: 13px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.93rem;
  outline: none;
  transition: border-color 0.2s;
}
.input-light::placeholder { color: #aaa; }
.input-light:focus { border-color: var(--green) !important; }
.form-row-light { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 960px) {
  .contact-grid-light { grid-template-columns: 1fr; }
  .form-row-light { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .form-row-light { grid-template-columns: 1fr; }
}

/* ── ENDORSE PAGE ── */
.endorse-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.endorse-intro-text p { font-size: 0.97rem; line-height: 1.85; color: #333; margin-bottom: 16px; }

.endorse-form-box {
  background: var(--light);
  border-radius: 4px;
  padding: 36px 32px;
  border-top: 5px solid var(--green);
}
.endorse-form-box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.endorse-form-box form { gap: 12px; }
.endorse-org-field { margin-top: -4px; }

.endorse-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
}
.endorse-check label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.endorse-check input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: var(--green); width: 16px; height: 16px; }
.endorse-check span { font-size: 0.85rem; color: #555; line-height: 1.5; }

.endorse-success { display: none; }
.endorse-success-inner {
  background: #edf7ea;
  border-left: 5px solid var(--green);
  border-radius: 4px;
  padding: 32px 28px;
}
.endorse-success-bar { width: 40px; height: 4px; background: var(--green); margin-bottom: 16px; }
.endorse-success-inner h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.endorse-success-inner p { font-size: 0.97rem; color: #333; line-height: 1.75; }

.endorse-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 50px;
}
.endorse-step {
  border-top: 5px solid var(--green);
  padding-top: 24px;
}
.endorse-step-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--green);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 12px;
}
.endorse-step h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.endorse-step p { font-size: 0.92rem; line-height: 1.75; color: #444; }

/* ── PHOTO STRIP CAROUSEL (mobile swipe) ── */
.carousel-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  display: inline-block;
}
.carousel-dot.active { background: var(--green); transform: scale(1.25); }
@media (max-width: 768px) {
  .photo-strip-carousel {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding-bottom: 4px;
  }
  .photo-strip-carousel::-webkit-scrollbar { display: none; }
  .photo-strip-carousel .photo-strip-item {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
  .photo-strip-carousel .photo-strip-item img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    width: 100% !important;
    border-radius: 6px;
  }
  .carousel-dots { display: flex; }
}
@media (max-width: 480px) {
  .endorse-intro-grid { grid-template-columns: 1fr; }
}
