* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: 'Georgia', serif; color: #222; background: #fff; }

/* ── NAV ── */
nav {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}
nav .logo {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  text-decoration: none;
}
nav ul { list-style: none; display: flex; gap: 28px; align-items: center; }
nav ul li a {
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #444;
  cursor: pointer;
}
nav ul li a:hover { color: #2c5f2e; }
nav ul li a.active-nav { color: #2c5f2e; border-bottom: 2px solid #2c5f2e; padding-bottom: 2px; }
nav .donate-btn {
  background: #2c5f2e;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 3px;
}

/* ── SHARED STYLES ── */
.btn-primary {
  display: inline-block;
  background: #2c5f2e;
  color: #fff;
  padding: 15px 36px;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.btn-outline {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.8);
  color: #fff;
  padding: 13px 36px;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.btn-outline-dark {
  display: inline-block;
  border: 2px solid #2c5f2e;
  color: #2c5f2e;
  padding: 13px 36px;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.eyebrow {
  font-family: 'Arial', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2c5f2e;
  margin-bottom: 14px;
  display: block;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.25;
  margin-bottom: 16px;
}
.section-sub {
  font-family: 'Arial', sans-serif;
  font-size: 0.97rem;
  line-height: 1.8;
  color: #555;
  max-width: 640px;
}
.page-hero {
  padding: 100px 48px 80px;
  background: #f7f7f5;
  border-bottom: 1px solid #e5e5e5;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.tag {
  display: inline-block;
  background: #eaf2ea;
  color: #2c5f2e;
  font-family: 'Arial', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
}

/* ── HOME PAGE ── */
.hero {
  background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url('https://images.squarespace-cdn.com/content/v1/64d770c66373a1620fa6a0d6/8459bbca-dda4-467f-8fff-77d2e2c200fb/345046803_576482194635772_6717236355943677275_n.jpeg') center/cover no-repeat;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 24px;
}
.hero-inner { max-width: 720px; }
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 24px;
}
.hero p {
  font-size: 1.12rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.75;
  margin-bottom: 40px;
  font-family: 'Arial', sans-serif;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.banner {
  background: #2c5f2e;
  color: #fff;
  text-align: center;
  padding: 13px 24px;
  font-family: 'Arial', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e5e5e5;
}
.feature {
  padding: 60px 44px;
  border-right: 1px solid #e5e5e5;
}
.feature:last-child { border-right: none; }
.feature-bar { width: 40px; height: 4px; background: #2c5f2e; margin-bottom: 28px; border-radius: 2px; }
.feature h2 { font-size: 1.25rem; margin-bottom: 14px; line-height: 1.35; }
.feature p { font-family: 'Arial', sans-serif; font-size: 0.93rem; line-height: 1.75; color: #555; }
.stats {
  background: #f7f7f5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.stat { padding: 48px 24px; text-align: center; border-right: 1px solid #e5e5e5; }
.stat:last-child { border-right: none; }
.stat .number { font-size: 2.8rem; font-weight: 700; color: #2c5f2e; display: block; }
.stat .label { font-family: 'Arial', sans-serif; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: #666; margin-top: 6px; display: block; }
.testimonial { padding: 100px 48px; text-align: center; }
.testimonial blockquote { font-size: clamp(1.3rem, 2.5vw, 1.9rem); line-height: 1.6; color: #222; font-style: italic; max-width: 760px; margin: 0 auto 24px; }
.testimonial cite { font-family: 'Arial', sans-serif; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: #888; }
.about-strip {
  background: #1a2e1b;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 460px;
}
.about-text { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.about-text .eyebrow { color: #8fbc8f; }
.about-text h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.3; margin-bottom: 20px; }
.about-text p { font-family: 'Arial', sans-serif; font-size: 0.93rem; line-height: 1.85; color: rgba(255,255,255,0.76); margin-bottom: 16px; }
.about-text p:last-of-type { margin-bottom: 36px; }
.about-image {
  background: url('https://images.squarespace-cdn.com/content/v1/64d770c66373a1620fa6a0d6/8459bbca-dda4-467f-8fff-77d2e2c200fb/345046803_576482194635772_6717236355943677275_n.jpeg') center/cover no-repeat;
}
.programs-section { padding: 80px 48px; background: #f7f7f5; }
.programs-section h2 { text-align: center; font-size: 2rem; margin-bottom: 8px; }
.programs-section .sub { text-align: center; font-family: 'Arial', sans-serif; color: #666; margin-bottom: 52px; font-size: 0.95rem; }
.program-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.card { background: #fff; padding: 40px 32px; border-radius: 4px; border: 1px solid #e5e5e5; }
.card .age { font-family: 'Arial', sans-serif; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: #2c5f2e; margin-bottom: 10px; }
.card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.card p { font-family: 'Arial', sans-serif; font-size: 0.9rem; line-height: 1.75; color: #555; }

/* ── PROGRAMS PAGES SHARED ── */
.prog-hero {
  background: linear-gradient(rgba(26,46,27,0.88), rgba(26,46,27,0.88)),
    url('https://images.squarespace-cdn.com/content/v1/64d770c66373a1620fa6a0d6/8459bbca-dda4-467f-8fff-77d2e2c200fb/345046803_576482194635772_6717236355943677275_n.jpeg') center/cover no-repeat;
  padding: 100px 48px 90px;
  color: #fff;
}
.prog-hero .eyebrow { color: #8fbc8f; }
.prog-hero h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); max-width: 700px; line-height: 1.2; margin-bottom: 20px; }
.prog-hero p { font-family: 'Arial', sans-serif; font-size: 1.05rem; line-height: 1.8; color: rgba(255,255,255,0.85); max-width: 620px; margin-bottom: 36px; }
.prog-body { padding: 80px 48px; max-width: 1200px; margin: 0 auto; }
.track-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 52px; }
.track-card {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
.track-card-head {
  background: #2c5f2e;
  color: #fff;
  padding: 32px 36px;
}
.track-card-head .ratio {
  font-family: 'Arial', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}
.track-card-head h3 { font-size: 1.4rem; }
.track-card-head p { font-family: 'Arial', sans-serif; font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.8); margin-top: 10px; }
.track-card-body { padding: 32px 36px; background: #fff; }
.track-card-body h4 { font-family: 'Arial', sans-serif; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: #888; margin-bottom: 14px; }
.track-card-body ul { list-style: none; }
.track-card-body ul li {
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #444;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.track-card-body ul li::before { content: '→'; color: #2c5f2e; font-size: 0.8rem; margin-top: 2px; flex-shrink: 0; }
.track-card-body ul li:last-child { border-bottom: none; }
.add-support { background: #f7f7f5; padding: 60px 48px; border-top: 1px solid #e5e5e5; }
.add-support h2 { font-size: 1.5rem; margin-bottom: 8px; }
.add-support .sub { font-family: 'Arial', sans-serif; color: #666; font-size: 0.9rem; margin-bottom: 36px; }
.support-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 8px 20px;
  font-family: 'Arial', sans-serif;
  font-size: 0.85rem;
  color: #444;
}
.quote-bar {
  background: #1a2e1b;
  color: #fff;
  text-align: center;
  padding: 72px 48px;
}
.quote-bar blockquote { font-size: clamp(1.2rem, 2vw, 1.7rem); font-style: italic; max-width: 700px; margin: 0 auto 16px; line-height: 1.6; }
.quote-bar cite { font-family: 'Arial', sans-serif; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.cta-strip { padding: 80px 48px; text-align: center; background: #fff; }
.cta-strip h2 { font-size: 2rem; margin-bottom: 14px; }
.cta-strip p { font-family: 'Arial', sans-serif; color: #555; font-size: 0.97rem; margin-bottom: 36px; }
.cta-strip .btn-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── ADMISSIONS PAGE ── */
.adm-steps { padding: 80px 48px; max-width: 1100px; margin: 0 auto; }
.adm-steps h2 { font-size: 1.8rem; margin-bottom: 8px; }
.adm-steps .sub { font-family: 'Arial', sans-serif; color: #555; font-size: 0.97rem; margin-bottom: 56px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step { position: relative; padding: 36px 32px; border: 1px solid #e5e5e5; border-radius: 6px; }
.step-num {
  position: absolute;
  top: -18px;
  left: 28px;
  background: #2c5f2e;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}
.step h3 { font-size: 1.1rem; margin-bottom: 12px; margin-top: 8px; }
.step p { font-family: 'Arial', sans-serif; font-size: 0.9rem; line-height: 1.75; color: #555; }
.step .cost {
  display: inline-block;
  background: #eaf2ea;
  color: #2c5f2e;
  font-family: 'Arial', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 12px;
  margin-top: 12px;
}
.adm-info { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.adm-info-block { padding: 60px 48px; border-right: 1px solid #e5e5e5; }
.adm-info-block:last-child { border-right: none; }
.adm-info-block h2 { font-size: 1.5rem; margin-bottom: 16px; }
.adm-info-block p { font-family: 'Arial', sans-serif; font-size: 0.93rem; line-height: 1.8; color: #555; }
.adm-info-block ul { list-style: none; margin-top: 20px; }
.adm-info-block ul li { font-family: 'Arial', sans-serif; font-size: 0.9rem; line-height: 1.7; color: #444; padding: 6px 0; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start; gap: 10px; }
.adm-info-block ul li::before { content: '✓'; color: #2c5f2e; font-weight: 700; flex-shrink: 0; }
.adm-faq { padding: 80px 48px; max-width: 860px; margin: 0 auto; }
.adm-faq h2 { font-size: 1.8rem; margin-bottom: 40px; }
.faq-item { border-bottom: 1px solid #e5e5e5; padding: 24px 0; }
.faq-q { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.faq-a { font-family: 'Arial', sans-serif; font-size: 0.9rem; line-height: 1.75; color: #555; }

/* ── FOOTER ── */
footer {
  background: #111;
  color: rgba(255,255,255,0.6);
  padding: 60px 48px 32px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}
footer h4 { color: #fff; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
footer p, footer a { font-family: 'Arial', sans-serif; font-size: 0.85rem; line-height: 1.9; color: rgba(255,255,255,0.6); text-decoration: none; display: block; }
footer a:hover { color: #fff; }
.footer-bottom {
  background: #111;
  border-top: 1px solid #333;
  padding: 18px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p { font-family: 'Arial', sans-serif; font-size: 0.73rem; color: rgba(255,255,255,0.35); }

@media (max-width: 900px) {
  nav ul { display: none; }
  .features, .stats, .program-cards, .track-cards, .two-col,
  .steps-grid, .adm-info { grid-template-columns: 1fr; }
  .about-strip { grid-template-columns: 1fr; }
  .about-image { height: 260px; }
  footer { grid-template-columns: 1fr; gap: 32px; }
  .feature { border-right: none; border-bottom: 1px solid #e5e5e5; }
  .adm-info-block { border-right: none; border-bottom: 1px solid #e5e5e5; }
  .prog-hero, .prog-body, .adm-steps, .adm-faq, .add-support, .cta-strip { padding-left: 24px; padding-right: 24px; }
}
