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

:root {
  --bg: #F7F6F1;
  --fg: #0A0A08;
  --fg-muted: #6B6860;
  --accent: #E8562A;
  --accent-light: #FFF1EB;
  --border: #E2E0DA;
  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Figtree', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

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

/* ── Nav ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: var(--fg);
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--fg-muted);
  font-weight: 400;
}

/* ── Shared Section Layout ── */
.section-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 1rem;
}

.section-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 3rem;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 2rem 5rem;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-node {
  position: absolute;
  border-radius: 50%;
  background: var(--accent);
}

.n1 { width: 18px; height: 18px; top: 18%; left: 8%; opacity: 0.15; }
.n2 { width: 12px; height: 12px; top: 32%; left: 78%; opacity: 0.2; }
.n3 { width: 24px; height: 24px; top: 65%; left: 92%; opacity: 0.08; }
.n4 { width: 10px; height: 10px; top: 80%; left: 15%; opacity: 0.12; }

.hero-edge {
  position: absolute;
  background: var(--accent);
  opacity: 0;
}

.e1 { width: 200px; height: 1px; top: 19%; left: 8%; transform: rotate(12deg); opacity: 0.07; }
.e2 { width: 150px; height: 1px; top: 33%; left: 78%; transform: rotate(-8deg); opacity: 0.09; }
.e3 { width: 300px; height: 1px; top: 66%; left: 58%; transform: rotate(5deg); opacity: 0.05; }
.e4 { width: 180px; height: 1px; top: 81%; left: 15%; transform: rotate(-15deg); opacity: 0.06; }
.e5 { width: 80px; height: 1px; top: 40%; left: 45%; transform: rotate(30deg); opacity: 0.04; }

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--fg);
  margin-bottom: 2rem;
  max-width: 800px;
}

.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--fg-muted);
  max-width: 560px;
  line-height: 1.65;
  margin-bottom: 3.5rem;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-stat {}

.hero-stat-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--fg);
  margin-bottom: 0.2rem;
}

.hero-stat-label {
  display: block;
  font-size: 0.78rem;
  color: var(--fg-muted);
}

.hero-stat-sep {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* ── Manifesto ── */
.manifesto {
  padding: 7rem 2rem;
  border-top: 1px solid var(--border);
}

.manifesto-inner {
  max-width: 900px;
  margin: 0 auto;
}

.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin-bottom: 2rem;
  border-left: 3px solid var(--accent);
  padding-left: 2rem;
}

.manifesto-body {
  font-size: 1.05rem;
  color: var(--fg-muted);
  line-height: 1.75;
  max-width: 680px;
  padding-left: 2rem;
}

/* ── How ── */
.how {
  padding: 7rem 2rem;
  background: var(--fg);
  color: var(--bg);
}

.how .section-label { color: var(--accent); }
.how .section-headline { color: var(--bg); }

.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2px;
}

.how-card {
  background: #141412;
  padding: 2.5rem 2rem;
  position: relative;
}

.how-card:hover { background: #1C1C1A; }

.how-card-num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.how-card-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--bg);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.how-card-body {
  font-size: 0.9rem;
  color: #A8A69F;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.how-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.how-card-list li {
  font-size: 0.82rem;
  color: #6B6860;
  padding-left: 1rem;
  position: relative;
}

.how-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}

/* ── Outcomes ── */
.outcomes {
  padding: 7rem 2rem;
  border-top: 1px solid var(--border);
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.outcome-card {}

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

.outcome-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.outcome-body {
  font-size: 0.88rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* ── Closing ── */
.closing {
  padding: 9rem 2rem;
  background: var(--fg);
  color: var(--bg);
  position: relative;
  overflow: hidden;
}

.closing-bg-node {
  position: absolute;
  bottom: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,86,42,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.closing-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--bg);
  margin-bottom: 1.5rem;
}

.closing-sub {
  font-size: 1.1rem;
  color: #A8A69F;
}

/* ── Footer ── */
footer {
  padding: 2.5rem 2rem;
  border-top: 1px solid var(--border);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  color: var(--fg);
}

.footer-copy {
  font-size: 0.8rem;
  color: var(--fg-muted);
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .hero { padding: 7rem 1.25rem 4rem; }
  .hero-stats { gap: 1rem; }
  .hero-stat-sep { display: none; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .manifesto, .how, .outcomes, .closing { padding: 5rem 1.25rem; }
  .how-grid { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
