/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #0A0A0A;
  --cream: #F7F5F0;
  --stone: #B8B4AE;
  --muted: #6B6860;
  --accent: #C8623A;
  --accent-dim: rgba(200, 98, 58, 0.15);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid rgba(247,245,240,0.07);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.nav-tagline {
  font-size: 0.75rem;
  color: var(--stone);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* HERO */
.hero {
  position: relative;
  padding: 120px 40px 100px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(200,98,58,0.08) 0%, transparent 70%),
              radial-gradient(ellipse 60% 40% at 80% 100%, rgba(200,98,58,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
  font-weight: 500;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  color: var(--cream);
}
.hero-headline em {
  font-style: italic;
  color: var(--accent);
}
.hero-sub {
  font-size: 1.15rem;
  color: var(--stone);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 64px;
  font-weight: 300;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 48px;
  border-top: 1px solid rgba(247,245,240,0.08);
}
.proof-stat { display: flex; flex-direction: column; gap: 4px; }
.proof-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.02em;
}
.proof-label { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.proof-div { width: 1px; height: 40px; background: rgba(247,245,240,0.1); }

/* MANIFESTO */
.manifesto { background: #0F0F0F; border-top: 1px solid rgba(247,245,240,0.05); }
.manifesto-inner { max-width: 1100px; margin: 0 auto; padding: 100px 40px; }
.manifesto-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
  font-weight: 500;
}
.manifesto-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  max-width: 680px;
  margin-bottom: 36px;
}
.manifesto-body {
  font-size: 1.05rem;
  color: var(--stone);
  max-width: 580px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* FEATURES */
.features { padding: 100px 40px; }
.features-inner { max-width: 1100px; margin: 0 auto; }
.features-header { margin-bottom: 64px; }
.features-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  font-weight: 500;
}
.features-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(247,245,240,0.07);
}
.feature-card {
  background: #0F0F0F;
  padding: 48px 40px;
}
.feature-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-dim);
  border-radius: 12px;
  margin-bottom: 28px;
}
.feature-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.feature-desc { font-size: 0.9rem; color: var(--stone); line-height: 1.75; }

/* OUTCOMES */
.outcomes {
  background: #080808;
  border-top: 1px solid rgba(247,245,240,0.05);
  border-bottom: 1px solid rgba(247,245,240,0.05);
}
.outcomes-inner { max-width: 1100px; margin: 0 auto; padding: 100px 40px; }
.outcomes-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 48px;
}
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(247,245,240,0.07);
}
.outcome { background: var(--ink); padding: 40px 36px; }
.outcome-before, .outcome-after {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}
.outcome-before { color: #8a8580; }
.outcome-after { color: var(--accent); }
.outcome-desc { font-size: 0.88rem; color: var(--stone); line-height: 1.7; }

/* CLOSING */
.closing { padding: 120px 40px 100px; background: #0D0D0D; }
.closing-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.closing-mark {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 40px;
  opacity: 0.6;
}
.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 36px;
}
.closing-body {
  font-size: 1.05rem;
  color: var(--stone);
  line-height: 1.85;
  margin-bottom: 20px;
}
.closing-sub {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  font-style: italic;
  font-family: var(--font-display);
}

/* FOOTER */
.footer {
  padding: 60px 40px;
  border-top: 1px solid rgba(247,245,240,0.05);
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-brand {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.footer-tagline { font-size: 0.8rem; color: var(--stone); margin-bottom: 10px; }
.footer-meta { font-size: 0.75rem; color: var(--muted); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .hero { padding: 80px 24px 72px; }
  .hero-proof { flex-wrap: wrap; gap: 24px; }
  .proof-div { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .manifesto-inner, .features-inner, .outcomes-inner, .closing-inner { padding: 72px 24px; }
  .closing { padding: 80px 24px 72px; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 2.6rem; }
  .nav-tagline { display: none; }
}