:root {
  --bg: #FAF7F2;
  --fg: #1A1A1A;
  --accent: #B85C38;
  --accent-light: #D4784E;
  --muted: #7A7165;
  --border: #E2DDD5;
  --card-bg: #FFFFFF;
}

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

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

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 64px;
  border-bottom: 1px solid var(--border);
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
}

.hero-content {}

.hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--fg);
  margin-bottom: 28px;
}

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

.hero-lede {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 440px;
}

.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 40px;
  border-left: 1px solid var(--border);
}

.stat {}

.stat-number {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 500;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

/* FEATURES */
.features {
  padding: 100px 64px;
}

.features-header {
  margin-bottom: 64px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  color: var(--fg);
  line-height: 1.1;
}

.section-sub {
  margin-top: 16px;
  font-size: 16px;
  color: var(--muted);
  max-width: 480px;
}

.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.feature-card {
  padding: 32px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

.feature-card:hover {
  border-color: var(--accent);
}

.feature-icon {
  color: var(--accent);
  margin-bottom: 20px;
}

.feature-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 12px;
}

.feature-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* HOW IT WORKS */
.howitworks {
  padding: 100px 64px;
  background: var(--fg);
  color: var(--bg);
}

.howitworks-header {
  text-align: center;
  margin-bottom: 72px;
}

.howitworks-header .section-title {
  color: var(--bg);
}

.howitworks-header .section-sub {
  color: rgba(250, 247, 242, 0.6);
}

.steps {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.step {
  flex: 1;
  padding: 0 32px;
}

.step-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: var(--accent);
  margin-bottom: 16px;
  line-height: 1;
}

.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--bg);
  margin-bottom: 12px;
}

.step-desc {
  font-size: 14px;
  color: rgba(250, 247, 242, 0.6);
  line-height: 1.6;
}

.step-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(250, 247, 242, 0.15);
  flex-shrink: 0;
  margin: 0 0;
}

/* INCLUSIVE */
.inclusive {
  padding: 100px 64px;
  background: #F0EAE2;
}

.inclusive-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.inclusive-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--fg);
  margin-bottom: 24px;
}

.inclusive-title em {
  font-style: italic;
  color: var(--accent);
}

.inclusive-body {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.inclusive-statblock {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.inclusive-stat {}

.inclusive-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}

.inclusive-label {
  font-size: 15px;
  color: var(--muted);
}

/* MANIFESTO */
.manifesto {
  padding: 100px 64px;
  text-align: center;
  background: var(--bg);
}

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

.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 400;
  font-style: italic;
  color: var(--fg);
  line-height: 1.35;
  margin-bottom: 24px;
}

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

.manifesto-attribution {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* HERO CTA */
.hero-cta {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.btn-cta-primary:hover { background: var(--accent-light); }

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: transparent;
  color: var(--fg);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: border-color 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.btn-cta-secondary:hover { border-color: var(--fg); }

/* FOOTER */
.site-footer {
  padding: 48px 64px;
  border-top: 1px solid var(--border);
}

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

.footer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--fg);
  display: block;
  margin-bottom: 4px;
}

.footer-tagline {
  font-size: 14px;
  color: var(--muted);
}

.footer-legal {
  font-size: 13px;
  color: var(--muted);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-stats { padding-left: 0; border-left: none; border-top: 1px solid var(--border); padding-top: 40px; flex-direction: row; flex-wrap: wrap; }
  .stat { flex: 1; min-width: 200px; }
  .inclusive-inner { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .hero { padding: 60px 24px; }
  .features { padding: 72px 24px; }
  .howitworks { padding: 72px 24px; }
  .inclusive { padding: 72px 24px; }
  .manifesto { padding: 72px 24px; }
  .site-footer { padding: 40px 24px; }
  .features-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; }
  .step { padding: 0; }
  .step-divider { width: 40px; height: 1px; background: rgba(250,247,242,0.3); }
  .hero-stats { flex-direction: column; }
  .footer-inner { flex-direction: column; gap: 16px; align-items: flex-start; }
  .stat-number { font-size: 44px; }
  .inclusive-num { font-size: 56px; }
}

@media (max-width: 375px) {
  .hero-headline { font-size: 44px; }
  .section-title { font-size: 32px; }
}
