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

:root {
  --bg: #F8F5EF;
  --bg-alt: #F0EDE6;
  --fg: #1E3A1E;
  --fg-mid: #3D5C3A;
  --fg-light: #5A7A52;
  --accent: #8FAF7C;
  --accent-dark: #6B8F5C;
  --accent-light: #B8CFAB;
  --terracotta: #C4724D;
  --cream: #FDFBF7;
  --border: rgba(143, 175, 124, 0.3);
}

html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.2; }

/* ─── Navigation ─── */
.nav {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  background: var(--cream);
}
.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--fg);
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.nav-tagline {
  font-size: 0.85rem;
  color: var(--fg-light);
  letter-spacing: 0.02em;
}

/* ─── Hero ─── */
.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 40px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  min-height: 580px;
}
.hero-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: 600;
  margin-bottom: 24px;
}
.hero-headline {
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  color: var(--fg);
  margin-bottom: 28px;
  font-weight: 700;
}
.hero-headline em {
  color: var(--accent-dark);
  font-style: italic;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--fg-mid);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 48px;
}
.hero-proof {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.proof-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.proof-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--fg);
}
.proof-label {
  font-size: 0.88rem;
  color: var(--fg-light);
}

/* Hero Illustration */
.hero-right {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-illustration {
  position: relative;
  width: 100%;
  height: 100%;
}
.circle-accent {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid var(--accent-light);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}
.leaf {
  position: absolute;
  border-radius: 60% 90% 60% 90%;
}
.leaf-1 { width: 160px; height: 80px; background: var(--accent); top: 20px; right: 20px; transform: rotate(-25deg); opacity: 0.35; }
.leaf-2 { width: 120px; height: 60px; background: var(--accent-dark); top: 60px; right: 80px; transform: rotate(-15deg); opacity: 0.25; }
.leaf-3 { width: 100px; height: 50px; background: var(--accent); bottom: 80px; right: 30px; transform: rotate(20deg); opacity: 0.3; }
.leaf-4 { width: 80px; height: 40px; background: var(--accent-dark); bottom: 50px; right: 100px; transform: rotate(35deg); opacity: 0.2; }

.content-card {
  position: absolute;
  background: var(--cream);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 4px 20px rgba(30, 58, 30, 0.06);
  min-width: 180px;
}
.card-bar {
  height: 6px;
  background: var(--accent-light);
  border-radius: 3px;
  margin-bottom: 8px;
  width: 100%;
}
.card-bar.short { width: 60%; }
.card-bar.medium { width: 80%; }
.card-tag {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: 600;
  display: block;
  margin-top: 8px;
}
.card-1 { top: 60px; left: 0; }
.card-2 { top: 170px; right: 10px; }
.card-3 { bottom: 100px; left: 20px; }
.arrows {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 140px;
}
.arrows svg { width: 100%; }
.arrow-label {
  font-size: 0.72rem;
  color: var(--fg-light);
  text-align: right;
  display: block;
  margin-top: 4px;
}

/* ─── Problem ─── */
.problem {
  background: var(--fg);
  color: var(--cream);
  padding: 100px 40px;
}
.problem-inner { max-width: 1120px; margin: 0 auto; }
.problem-label, .how-label, .features-label, .results-label, .manifesto-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 20px;
}
.problem-headline {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--cream);
  margin-bottom: 60px;
  max-width: 600px;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.problem-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(143,175,124,0.2);
  border-radius: 16px;
  padding: 32px 28px;
}
.problem-icon { margin-bottom: 20px; }
.problem-card h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: var(--cream);
}
.problem-card p { font-size: 0.92rem; color: rgba(253,251,247,0.65); line-height: 1.7; }
.problem-conclusion {
  border-top: 1px solid rgba(143,175,124,0.2);
  padding-top: 48px;
}
.problem-conclusion p {
  font-size: 1.05rem;
  color: rgba(253,251,247,0.8);
  max-width: 680px;
  line-height: 1.8;
}

/* ─── How It Works ─── */
.how { padding: 100px 40px; background: var(--bg-alt); }
.how-inner { max-width: 1120px; margin: 0 auto; }
.how-headline {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 16px;
  max-width: 560px;
}
.how-sub {
  font-size: 1rem;
  color: var(--fg-light);
  margin-bottom: 64px;
  max-width: 500px;
}
.steps { display: flex; flex-direction: column; }
.step {
  display: grid;
  grid-template-columns: 80px 40px 1fr;
  gap: 0;
  align-items: start;
  padding-bottom: 40px;
}
.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  opacity: 0.5;
}
.step-connector {
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, var(--accent-light), transparent);
  margin: 0 auto;
  min-height: 60px;
}
.step-last .step-connector { display: none; }
.step-content h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--fg);
}
.step-content p { font-size: 0.95rem; color: var(--fg-mid); line-height: 1.7; max-width: 600px; }

/* ─── Features ─── */
.features { padding: 100px 40px; background: var(--cream); }
.features-inner { max-width: 1120px; margin: 0 auto; }
.features-headline {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 60px;
  max-width: 500px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 32px 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(30,58,30,0.08);
}
.feature-icon { margin-bottom: 20px; }
.feature-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--fg);
}
.feature-card p { font-size: 0.9rem; color: var(--fg-mid); line-height: 1.7; }

/* ─── Results ─── */
.results {
  padding: 100px 40px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.results-inner { max-width: 1120px; margin: 0 auto; }
.results-headline {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 28px;
  max-width: 580px;
}
.results-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 64px;
  max-width: 900px;
}
.results-body p { font-size: 1rem; color: var(--fg-mid); line-height: 1.8; }
.results-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.metric {
  background: var(--cream);
  padding: 36px 28px;
  text-align: center;
}
.metric-value {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--accent-dark);
  margin-bottom: 8px;
}
.metric-label { font-size: 0.82rem; color: var(--fg-light); line-height: 1.5; }

/* ─── Manifesto ─── */
.manifesto { padding: 100px 40px; background: var(--fg); }
.manifesto-inner { max-width: 860px; margin: 0 auto; }
.manifesto-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--cream);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 40px;
}
.manifesto-attr {
  display: flex;
  align-items: center;
  gap: 20px;
}
.attr-line { width: 48px; height: 2px; background: var(--accent); }
.manifesto-attr span { font-size: 0.88rem; color: var(--accent); }

/* ─── Footer ─── */
.footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  padding: 60px 40px 32px;
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 16px;
}
.footer-desc { font-size: 0.88rem; color: var(--fg-light); line-height: 1.7; max-width: 360px; }
.footer-right { display: flex; align-items: center; }
.footer-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--fg-mid);
  font-style: italic;
  text-align: right;
}
.footer-bottom {
  max-width: 1120px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  font-size: 0.8rem;
  color: var(--fg-light);
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 60px; padding: 60px 24px; }
  .hero-right { height: 320px; }
  .problem-grid, .features-grid { grid-template-columns: 1fr 1fr; }
  .results-body { grid-template-columns: 1fr; }
  .results-metrics { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-tagline { text-align: left; }
  .step { grid-template-columns: 60px 24px 1fr; }
}
@media (max-width: 600px) {
  .nav-inner { padding: 0 20px; }
  .nav-tagline { display: none; }
  .hero, .problem, .how, .features, .results, .manifesto { padding-left: 20px; padding-right: 20px; }
  .problem-grid, .features-grid { grid-template-columns: 1fr; }
  .results-metrics { grid-template-columns: 1fr 1fr; }
  .hero-headline { font-size: 2.2rem; }
}