:root {
  --bg: #F9F5EF;
  --bg-alt: #EDE8DE;
  --fg: #1A2B1C;
  --fg-muted: #4A5A48;
  --accent: #C97D2E;
  --accent-dark: #9E5F1A;
  --green-deep: #2D4A33;
  --green-mid: #3E6B48;
  --green-light: #E8F0E6;
  --cream: #F9F5EF;
  --white: #FFFFFF;
  --radius: 4px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Source Sans 3', 'Helvetica Neue', sans-serif;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--cream);
  color: var(--fg);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3rem;
  background: rgba(249,245,239,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(45,74,51,0.1);
}

.nav-brand {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-deep);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-mark { color: var(--accent); font-size: 0.7rem; }

.nav-links { display: flex; gap: 2.5rem; }
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--green-deep); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 8rem 3rem 4rem;
  position: relative;
  overflow: hidden;
  gap: 4rem;
}

.hero-bg-layer {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 60% 70% at 80% 50%, rgba(61,107,72,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 20% 80%, rgba(201,125,46,0.07) 0%, transparent 60%);
  pointer-events: none;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.eyebrow-line {
  display: block;
  width: 2rem;
  height: 2px;
  background: var(--accent);
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--green-deep);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.hero-headline em {
  font-style: italic;
  color: var(--accent);
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--fg-muted);
  max-width: 42ch;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.stat { display: flex; flex-direction: column; }
.stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--green-deep);
  line-height: 1;
}
.stat-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-top: 0.3rem;
}
.stat-divider {
  width: 1px;
  height: 3rem;
  background: rgba(45,74,51,0.2);
}

/* Hero cards */
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-card-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  width: 320px;
}
.hero-card {
  background: var(--green-deep);
  color: var(--cream);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
}
.card-1 { grid-column: span 2; background: var(--green-deep); }
.card-2 { background: var(--accent); color: var(--white); }
.card-3 { background: var(--green-mid); }
.card-4 { background: var(--accent-dark); }
.card-5 { grid-column: span 2; background: var(--bg-alt); color: var(--green-deep); }
.card-icon { font-size: 1.4rem; opacity: 0.7; }

/* ── MISSION ── */
.mission {
  background: var(--green-deep);
  color: var(--cream);
  padding: 6rem 3rem;
}
.mission-inner { max-width: 900px; margin: 0 auto; }
.mission-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.mission-statement {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  color: var(--cream);
  margin-bottom: 2rem;
}
.mission-body {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(249,245,239,0.75);
  max-width: 65ch;
  margin-bottom: 3rem;
}
.mission-rule {
  width: 4rem;
  height: 2px;
  background: var(--accent);
  margin-bottom: 3rem;
}
.mission-pillars { display: flex; flex-direction: column; gap: 1.5rem; }
.pillar {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(249,245,239,0.1);
}
.pillar:last-child { border-bottom: none; }
.pillar-num {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--accent);
  font-weight: 400;
  padding-top: 0.15rem;
}
.pillar strong { font-size: 0.9rem; font-weight: 600; color: var(--cream); margin-bottom: 0.25rem; display: block; }
.pillar p { font-size: 0.88rem; color: rgba(249,245,239,0.65); line-height: 1.6; }

/* ── APPROACH ── */
.approach { padding: 6rem 3rem; background: var(--cream); }
.approach-inner { max-width: 1100px; margin: 0 auto; }
.approach-header { margin-bottom: 3.5rem; }
.approach-label, .impact-label, .partnership-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.8rem;
}
.approach-headline, .impact-headline, .partnership-headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1.2;
}
.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.approach-item {
  padding: 2.5rem;
  border: 1px solid rgba(45,74,51,0.12);
  margin: -1px 0 0 -1px;
}
.approach-icon { color: var(--accent); margin-bottom: 1.2rem; }
.approach-item h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--green-deep);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.approach-item p { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.7; }

/* ── IMPACT ── */
.impact {
  position: relative;
  padding: 7rem 3rem;
  background: var(--bg-alt);
  overflow: hidden;
}
.impact-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.impact-bg-text {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 22rem;
  font-weight: 900;
  color: rgba(45,74,51,0.05);
  pointer-events: none;
  line-height: 1;
  user-select: none;
}
.impact-content { position: relative; }
.impact-body {
  font-size: 0.95rem;
  color: var(--fg-muted);
  line-height: 1.75;
  margin: 1rem 0 2.5rem;
  max-width: 44ch;
}
.impact-metrics { display: flex; flex-direction: column; gap: 1.5rem; }
.metric { display: flex; gap: 1.5rem; align-items: baseline; }
.metric-value {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--green-deep);
  min-width: 6ch;
  line-height: 1;
}
.metric-label { font-size: 0.85rem; color: var(--fg-muted); line-height: 1.4; }

/* ── PARTNERSHIP ── */
.partnership { padding: 6rem 3rem; background: var(--cream); }
.partnership-inner { max-width: 900px; margin: 0 auto; }
.partnership-body { font-size: 0.95rem; color: var(--fg-muted); line-height: 1.75; max-width: 55ch; margin: 1rem 0 3rem; }
.partner-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.partner-card {
  background: var(--white);
  border: 1px solid rgba(45,74,51,0.12);
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  position: relative;
}
.partner-logo { color: var(--accent); margin-bottom: 1.2rem; }
.partner-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--green-deep);
  margin-bottom: 0.3rem;
}
.partner-full { font-size: 0.72rem; color: var(--accent); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 0.75rem; }
.partner-desc { font-size: 0.85rem; color: var(--fg-muted); line-height: 1.6; }

/* ── VISION ── */
.vision { background: var(--green-deep); padding: 7rem 3rem; text-align: center; }
.vision-inner { max-width: 720px; margin: 0 auto; }
.vision-eyebrow { display: flex; align-items: center; justify-content: center; gap: 1rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 2.5rem; }
.vision-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  font-weight: 400;
  font-style: italic;
  color: var(--cream);
  line-height: 1.5;
  margin-bottom: 2rem;
  position: relative;
}
.vision-quote::before {
  content: '\201C';
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  font-size: 5rem;
  color: rgba(201,125,46,0.3);
  font-style: normal;
  line-height: 1;
}
.vision-attribution { margin-bottom: 2rem; }
.attr-name { display: block; font-weight: 700; color: var(--cream); font-size: 1rem; }
.attr-title { display: block; font-size: 0.8rem; color: rgba(249,245,239,0.55); margin-top: 0.3rem; }
.vision-rule { width: 3rem; height: 2px; background: var(--accent); margin: 0 auto 2rem; }
.vision-closing { font-family: var(--font-display); font-size: 1rem; font-style: italic; color: rgba(249,245,239,0.7); line-height: 1.7; }

/* ── FOOTER ── */
.site-footer {
  background: var(--bg-alt);
  padding: 3rem;
  border-top: 1px solid rgba(45,74,51,0.1);
}
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-name { font-size: 0.85rem; font-weight: 700; color: var(--green-deep); letter-spacing: 0.08em; text-transform: uppercase; }
.footer-sub { font-size: 0.72rem; color: var(--fg-muted); }
.footer-meta { font-size: 0.78rem; color: var(--fg-muted); line-height: 1.6; }
.footer-copy { font-size: 0.72rem; color: rgba(74,90,72,0.5); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .site-nav { padding: 1rem 1.5rem; }
  .nav-links { gap: 1.5rem; }
  .nav-links a { font-size: 0.75rem; }

  .hero {
    grid-template-columns: 1fr;
    padding: 7rem 1.5rem 4rem;
    min-height: auto;
  }
  .hero-headline { font-size: 2.8rem; }
  .hero-visual { display: none; }
  .hero-stats { flex-wrap: wrap; }

  .mission { padding: 4rem 1.5rem; }
  .approach { padding: 4rem 1.5rem; }
  .approach-grid { grid-template-columns: 1fr; }

  .impact { padding: 4rem 1.5rem; }
  .impact-inner { grid-template-columns: 1fr; }
  .impact-bg-text { display: none; }

  .partnership { padding: 4rem 1.5rem; }
  .partner-cards { grid-template-columns: 1fr; }

  .vision { padding: 4rem 1.5rem; }
  .site-footer { padding: 2rem 1.5rem; }
}