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

:root {
  --bg: #0E0D0B;
  --bg-raised: #161410;
  --bg-card: #1C1916;
  --fg: #F2EDE4;
  --fg-muted: #8C857A;
  --fg-subtle: #5A554E;
  --accent: #D4A843;
  --accent-dim: #A07D2A;
  --red-earth: #8B2D2D;
  --border: #2A2520;
  --border-light: #3A342E;
}

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

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

/* Typography */
h1, h2, h3, h4 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  line-height: 1.15;
}

/* Section Label */
.section-label {
  font-family: 'Figtree', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
}

/* ===== MANIFESTO ===== */
.manifesto {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 8rem 2rem 6rem;
}

.manifesto-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.manifesto .eyebrow {
  font-family: 'Figtree', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 1.5rem;
}

.manifesto-headline {
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--fg);
  margin-bottom: 2.5rem;
  max-width: 800px;
}

.manifesto-headline em {
  font-style: italic;
  color: var(--accent);
}

.manifesto-sub {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--fg-muted);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 3rem;
  font-weight: 300;
}

.manifesto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tag {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
  border: 1px solid var(--border-light);
  padding: 0.4rem 0.9rem;
  border-radius: 2rem;
}

.manifesto-stripe {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(180deg, var(--bg-raised) 0%, var(--bg) 100%);
  border-left: 1px solid var(--border);
}

/* ===== OUTCOMES ===== */
.outcomes {
  background: var(--bg-raised);
  padding: 7rem 2rem;
  border-top: 1px solid var(--border);
}

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

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.outcome-card {
  background: var(--bg-card);
  padding: 3rem;
  transition: background 0.2s ease;
}

.outcome-card:hover {
  background: #221F1A;
}

.outcome-icon {
  margin-bottom: 1.5rem;
}

.outcome-card h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: var(--fg);
}

.outcome-card p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.65;
  font-weight: 300;
}

/* ===== PRINCIPLES ===== */
.principles {
  padding: 7rem 2rem;
  background: var(--bg);
}

.principles-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 5rem;
  align-items: start;
}

.principles-header {
  position: sticky;
  top: 4rem;
}

.principles-headline {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 300;
  color: var(--fg);
  line-height: 1.2;
}

.principles-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.principle-row {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}

.principle-row:first-child {
  border-top: 1px solid var(--border);
}

.principle-num {
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  color: var(--accent);
  font-weight: 300;
  padding-top: 0.2rem;
}

.principle-content h4 {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--fg);
}

.principle-content p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.6;
  font-weight: 300;
}

/* ===== COALITION ===== */
.coalition {
  padding: 7rem 2rem;
  background: var(--bg-raised);
  border-top: 1px solid var(--border);
}

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

.coalition-headline {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--fg);
  margin-bottom: 4rem;
  line-height: 1.15;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: var(--border);
  border: 1px solid var(--border);
}

.pillar {
  background: var(--bg-card);
  padding: 2rem 1.5rem;
  transition: background 0.2s ease;
}

.pillar:hover {
  background: #221F1A;
}

.pillar-num {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--accent);
  display: block;
  margin-bottom: 1rem;
}

.pillar h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--fg);
  letter-spacing: 0.02em;
}

.pillar p {
  font-size: 0.75rem;
  color: var(--fg-muted);
  line-height: 1.5;
  font-weight: 300;
}

/* ===== CLOSING ===== */
.closing {
  padding: 8rem 2rem;
  background: var(--bg);
  text-align: center;
  border-top: 1px solid var(--border);
}

.closing-inner {
  max-width: 700px;
  margin: 0 auto;
}

.closing-headline {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: var(--fg);
}

.closing-sub {
  font-size: 1rem;
  color: var(--fg-muted);
  line-height: 1.7;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--bg-raised);
  border-top: 1px solid var(--border);
  padding: 3rem 2rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--fg);
  display: block;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  font-size: 0.8rem;
  color: var(--fg-muted);
  font-weight: 300;
}

.footer-tagline {
  font-family: 'Fraunces', serif;
  font-size: 0.85rem;
  font-style: italic;
  color: var(--fg-subtle);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .outcomes-grid {
    grid-template-columns: 1fr;
  }
  .principles-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .principles-header {
    position: static;
  }
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .manifesto-stripe {
    display: none;
  }
  .manifesto {
    padding: 6rem 1.5rem 4rem;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
  }
  .outcomes,
  .principles,
  .coalition,
  .closing {
    padding: 5rem 1.5rem;
  }
  .outcome-card {
    padding: 2rem;
  }
}