:root {
  --bg: #F5F2EB;
  --fg: #1A1A18;
  --accent: #D4A853;
  --accent-dark: #B8892E;
  --green: #1B4332;
  --green-light: #2D6A4F;
  --muted: #6B6B62;
  --border: #E2DDD3;
  --card-bg: #FDFCF8;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--fg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 242, 235, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--green); }
.header-nav .nav-tagline { font-size: 14px; color: var(--muted); letter-spacing: 0.02em; }

/* Hero */
.hero { padding: 80px 40px 72px; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent-dark); margin-bottom: 20px; }
.hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 700; line-height: 1.1; color: var(--green); margin-bottom: 24px; }
.hero-lede { font-size: 18px; color: var(--muted); line-height: 1.7; max-width: 480px; margin-bottom: 40px; }
.hero-meta { display: flex; align-items: center; gap: 24px; }
.meta-item { display: flex; flex-direction: column; }
.meta-value { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--green); }
.meta-label { font-size: 12px; color: var(--muted); }
.meta-divider { width: 1px; height: 40px; background: var(--border); }

/* Grant Card Stack */
.grant-card-stack { position: relative; height: 380px; }
.grant-card {
  position: absolute;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  width: 320px;
  box-shadow: 0 8px 32px rgba(27, 67, 50, 0.08);
}
.grant-card-1 { top: 0; left: 0; z-index: 3; transform: rotate(-1.5deg); }
.grant-card-2 { top: 80px; left: 40px; z-index: 2; transform: rotate(1deg); }
.grant-card-3 { top: 160px; left: 10px; z-index: 1; transform: rotate(-0.5deg); }
.card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.card-status { font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; }
.card-status.new { background: #E8F4E8; color: #1B4332; }
.card-status.approved { background: #E8F0FD; color: #1B3A6B; }
.card-status.flagged { background: #FEF3C7; color: #92400E; }
.card-time { font-size: 11px; color: var(--muted); }
.card-title { font-weight: 600; font-size: 15px; color: var(--fg); margin-bottom: 4px; }
.card-desc { font-size: 12px; color: var(--muted); margin-bottom: 14px; line-height: 1.4; }
.card-footer { display: flex; justify-content: space-between; align-items: center; }
.card-ask { font-weight: 600; font-size: 14px; color: var(--green); }
.card-score { font-size: 12px; color: var(--green-light); }
.score-warn { color: #B45309; }

/* Philosophy */
.philosophy { background: var(--green); color: var(--bg); padding: 100px 40px; }
.philosophy-inner { max-width: 1200px; margin: 0 auto; }
.section-tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 16px; }
.philosophy-headline { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; line-height: 1.15; color: #F5F2EB; margin-bottom: 36px; max-width: 640px; }
.philosophy-body p { font-size: 17px; line-height: 1.75; color: rgba(245, 242, 235, 0.75); max-width: 640px; margin-bottom: 20px; }
.philosophy-stats { display: flex; gap: 48px; margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(245, 242, 235, 0.15); }
.stat-num { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--accent); margin-bottom: 8px; }
.stat-desc { font-size: 14px; color: rgba(245, 242, 235, 0.6); max-width: 180px; line-height: 1.5; }

/* Process */
.process { padding: 100px 40px; }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-headline { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3vw, 40px); font-weight: 700; color: var(--green); margin-bottom: 64px; max-width: 520px; }
.process-steps { display: flex; align-items: flex-start; gap: 0; }
.step { flex: 1; position: relative; }
.step-num { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; color: var(--accent-dark); margin-bottom: 16px; }
.step-title { font-size: 17px; font-weight: 600; color: var(--fg); margin-bottom: 10px; }
.step-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }
.step-connector { width: 60px; height: 1px; background: var(--border); margin-top: 28px; flex-shrink: 0; }

/* Outcomes */
.outcomes { background: var(--card-bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 100px 40px; }
.outcomes-inner { max-width: 1200px; margin: 0 auto; }
.outcomes-headline { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3vw, 40px); font-weight: 700; color: var(--green); margin-bottom: 56px; max-width: 480px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 48px; }
.outcome-card { }
.outcome-icon { margin-bottom: 16px; }
.outcome-title { font-size: 16px; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.outcome-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* Closing */
.closing { padding: 100px 40px; background: var(--bg); }
.closing-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.closing-tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent-dark); margin-bottom: 20px; }
.closing-headline { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; color: var(--green); line-height: 1.15; margin-bottom: 24px; }
.closing-body { font-size: 18px; color: var(--muted); max-width: 560px; margin: 0 auto 48px; line-height: 1.7; }
.closing-note { font-family: 'Playfair Display', serif; font-size: 20px; font-style: italic; color: var(--muted); }

/* Footer */
.site-footer { background: var(--green); padding: 28px 40px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 8px; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; color: #F5F2EB; }
.footer-tagline { font-size: 13px; color: rgba(245, 242, 235, 0.5); }

/* Responsive */
@media (max-width: 768px) {
  .header-inner { padding: 16px 20px; }
  .hero { padding: 60px 20px 48px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: none; }
  .philosophy { padding: 64px 20px; }
  .philosophy-stats { flex-direction: column; gap: 32px; }
  .process { padding: 64px 20px; }
  .process-steps { flex-direction: column; gap: 40px; }
  .step-connector { display: none; }
  .outcomes { padding: 64px 20px; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .closing { padding: 64px 20px; }
  .site-footer { padding: 24px 20px; }
  .footer-inner { flex-direction: column; gap: 8px; text-align: center; }
}