:root {
  --bg: #f8f6f0;
  --bg-alt: #f0ece3;
  --fg: #1a1a2e;
  --fg-muted: #6b6b7b;
  --accent: #c9a84c;
  --accent-dark: #a8883d;
  --navy: #1a1a2e;
  --border: #d8d3c8;
}

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

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

/* Navigation */
.nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 28px 60px;
  border-bottom: 1px solid var(--border);
}

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

.nav-tagline {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--fg-muted);
  font-weight: 500;
}

/* Hero */
.hero {
  padding: 100px 60px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-inner {
  max-width: 780px;
}

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

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--fg);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.hero-lede {
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--fg-muted);
  max-width: 560px;
  font-weight: 300;
}

.hero-rule {
  width: 60px;
  height: 2px;
  background: var(--accent);
  margin-top: 48px;
}

/* Pipeline */
.pipeline {
  background: var(--navy);
  color: #f8f6f0;
  padding: 80px 60px;
}

.pipeline-intro {
  margin-bottom: 56px;
}

.pipeline-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}

.pipeline-stages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
}

.stage {
  background: var(--navy);
  padding: 36px 28px;
}

.stage-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.7rem;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.stage-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #f8f6f0;
  margin-bottom: 14px;
}

.stage-desc {
  font-size: 0.8rem;
  color: rgba(248,246,240,0.55);
  line-height: 1.55;
  font-weight: 300;
}

/* Features */
.features {
  padding: 100px 60px;
  background: var(--bg);
}

.features-header {
  max-width: 640px;
  margin-bottom: 72px;
}

.features-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.features-header p {
  font-size: 1rem;
  color: var(--fg-muted);
}

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

.feature {
  display: flex;
  flex-direction: column;
}

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

.feature h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--fg);
}

.feature p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* Philosophy */
.philosophy {
  background: var(--bg-alt);
  padding: 100px 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
}

.philosophy-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 20px;
}

.philosophy-headline {
  font-family: 'Playfair Display', serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.philosophy-body p {
  font-size: 0.95rem;
  color: var(--fg-muted);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 16px;
}

.philosophy-stat {
  text-align: right;
  padding-left: 60px;
  border-left: 1px solid var(--border);
  min-width: 200px;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 700;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 12px;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--fg-muted);
  line-height: 1.5;
  max-width: 180px;
}

/* Closing */
.closing {
  background: var(--navy);
  padding: 120px 60px;
  text-align: center;
}

.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-weight: 600;
  color: #f8f6f0;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.closing-sub {
  font-size: 1rem;
  color: rgba(248,246,240,0.55);
  font-weight: 300;
}

/* Footer */
.footer {
  padding: 40px 60px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg);
}

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

.footer-copy {
  font-size: 0.7rem;
  color: var(--fg-muted);
  margin-top: 8px;
}

/* Mobile */
@media (max-width: 900px) {
  .nav { padding: 20px 28px; }
  .hero { padding: 60px 28px 50px; }
  .pipeline { padding: 60px 28px; }
  .pipeline-stages { grid-template-columns: 1fr; }
  .features { padding: 60px 28px; }
  .features-grid { grid-template-columns: 1fr; gap: 36px; }
  .philosophy { padding: 60px 28px; grid-template-columns: 1fr; }
  .philosophy-stat { border-left: none; padding-left: 0; border-top: 1px solid var(--border); padding-top: 32px; text-align: left; }
  .closing { padding: 80px 28px; }
  .footer { padding: 32px 28px; }
}

@media (max-width: 600px) {
  .hero-headline { font-size: 2.5rem; }
  .philosophy-headline { font-size: 2rem; }
  .features-header h2 { font-size: 1.75rem; }
}