:root {
  --bg: #faf9f7;
  --fg: #111110;
  --accent: #c84b31;
  --muted: #78716c;
  --border: #e5e4df;
  --card-bg: #ffffff;
}

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

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

/* Navigation */
.nav {
  display: flex;
  align-items: center;
  padding: 28px 48px;
  border-bottom: 1px solid var(--border);
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--fg);
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 80px 48px 100px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 20px;
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 24px;
}

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

.hero-aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.hero-stat {
  background: var(--fg);
  color: var(--bg);
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--bg);
}

.stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(250,249,247,0.6);
  margin-top: 6px;
}

.hero-workflow {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 4px;
}

.workflow-step {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.9rem;
  color: var(--muted);
}

.workflow-step.highlighted .step-text {
  color: var(--accent);
  font-weight: 600;
}

.step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  flex-shrink: 0;
}

.workflow-step.highlighted .step-dot {
  background: var(--accent);
}

.workflow-arrow {
  color: var(--border);
  padding-left: 3px;
}

/* How It Works */
.hiw {
  border-top: 1px solid var(--border);
  padding: 80px 48px;
  background: var(--fg);
}

.hiw-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 48px;
}

.hiw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.hiw-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(250,249,247,0.15);
  line-height: 1;
}

.hiw-step h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--bg);
  line-height: 1.3;
}

.hiw-step p {
  font-size: 0.9rem;
  color: rgba(250,249,247,0.5);
  line-height: 1.7;
}

/* Features */
.features {
  padding: 80px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.feature-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--fg);
}

.feature-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}

/* Manifesto */
.manifesto {
  background: #111110;
  padding: 100px 48px;
}

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

.manifesto-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--bg);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.manifesto-sub {
  font-size: 1rem;
  color: rgba(250,249,247,0.5);
  line-height: 1.7;
  max-width: 560px;
}

/* Closing */
.closing {
  border-top: 1px solid var(--border);
  padding: 100px 48px;
  text-align: center;
}

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

.closing h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.closing p {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 32px 48px;
}

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

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.footer-tagline {
  font-size: 0.82rem;
  color: var(--muted);
}

/* Responsive */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 24px 80px;
    gap: 48px;
  }
  .hiw-steps { grid-template-columns: 1fr; gap: 40px; }
  .features-grid { grid-template-columns: 1fr; }
  .hiw, .manifesto, .closing { padding: 60px 24px; }
  .footer { padding: 24px; }
  .footer-inner { flex-direction: column; gap: 8px; text-align: center; }
}