:root {
  --bg: #FAF8F4;
  --bg-warm: #F3EFE8;
  --fg: #1A1A18;
  --fg-muted: #6B6B63;
  --accent: #2D5016;
  --accent-light: #8B9E6C;
  --accent-pale: #EEF2E4;
  --amber: #C8893C;
  --amber-pale: #F6EDD9;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

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

/* Nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  background: rgba(250, 248, 244, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}
.nav-logo {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--accent);
  letter-spacing: -0.02em;
}

/* Hero */
.hero {
  padding: 160px 32px 100px;
  max-width: 1160px;
  margin: 0 auto;
}
.hero-eyebrow {
  margin-bottom: 28px;
}
.eyebrow-tag {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-light);
}
.hero-headline {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
  max-width: 680px;
}
.hero-sub {
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 540px;
  line-height: 1.65;
  margin-bottom: 64px;
  font-weight: 300;
}
.hero-pillars {
  display: flex;
  align-items: center;
  gap: 0;
}
.pillar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 40px;
  border: 1px solid rgba(45, 80, 22, 0.15);
  border-radius: 2px;
}
.pillar:first-child { border-radius: 2px 0 0 2px; }
.pillar:last-child { border-radius: 0 2px 2px 0; border-left: none; }
.pillar-divider { display: none; }
.pillar-num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.pillar-label {
  font-size: 13px;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}

/* Philosophy */
.philosophy {
  background: var(--bg-warm);
  padding: 100px 32px;
}
.philosophy-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}
.philosophy-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  padding-top: 8px;
}
.philosophy-headline {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 28px;
}
.philosophy-body p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--fg-muted);
  margin-bottom: 20px;
  font-weight: 300;
}
.philosophy-body p:last-child { margin-bottom: 0; }

/* Creators */
.creators {
  padding: 100px 32px;
  background: var(--accent-pale);
}
.creators-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.creators-header {
  margin-bottom: 56px;
}
.creators-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 16px;
}
.creators-headline {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--fg);
  max-width: 520px;
}
.creators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.creator-card {
  background: var(--bg);
  border-radius: 4px;
  padding: 32px 28px;
  border: 1px solid rgba(45, 80, 22, 0.1);
}
.creator-icon {
  margin-bottom: 20px;
}
.creator-card h3 {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 12px;
}
.creator-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fg-muted);
  font-weight: 300;
}
.creators-take {
  border-top: 1px solid rgba(45, 80, 22, 0.12);
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.take-rate {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 140px;
}
.take-num {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
}
.take-label {
  font-size: 12px;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 6px;
}
.take-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fg-muted);
  font-weight: 300;
  max-width: 480px;
}

/* How It Works */
.howitworks {
  padding: 100px 32px;
  background: var(--bg);
}
.howitworks-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.howitworks-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 56px;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.step {
  padding: 40px 40px 40px 0;
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  border-right: 1px solid rgba(26, 26, 24, 0.08);
}
.step:nth-child(even) { border-right: none; padding-right: 0; padding-left: 40px; }
.step:nth-last-child(-n+2) { border-bottom: none; }
.step-num {
  font-family: var(--serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--accent-light);
  margin-bottom: 16px;
}
.step-body h3 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 12px;
}
.step-body p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--fg-muted);
  font-weight: 300;
}

/* Revenue */
.revenue {
  padding: 100px 32px;
  background: var(--bg-warm);
}
.revenue-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.revenue-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 20px;
}
.revenue-headline {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 56px;
}
.revenue-flow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 64px;
  padding: 32px 40px;
  background: var(--bg);
  border-radius: 4px;
  border: 1px solid rgba(26, 26, 24, 0.08);
}
.flow-block {
  text-align: center;
}
.flow-amount {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
  display: block;
}
.flow-desc {
  font-size: 11px;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}
.flow-arrow { color: var(--accent-light); flex-shrink: 0; }
.revenue-streams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stream {
  display: flex;
  gap: 16px;
}
.stream-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.stream-content h4 {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 8px;
}
.stream-content p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--fg-muted);
  font-weight: 300;
}

/* Closing */
.closing {
  padding: 100px 32px 120px;
  background: var(--accent);
}
.closing-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.closing-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
}
.closing-headline {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #FAF8F4;
  margin-bottom: 28px;
}
.closing-sub {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(250, 248, 244, 0.65);
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto 48px;
}
.closing-tagline {
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  color: rgba(250, 248, 244, 0.5);
  letter-spacing: 0.02em;
}

/* Footer */
.footer {
  background: #1A1A18;
  padding: 64px 32px 32px;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin-bottom: 64px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #FAF8F4;
  display: block;
  margin-bottom: 8px;
}
.footer-desc {
  font-size: 13px;
  color: rgba(250, 248, 244, 0.4);
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-col-head {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.4);
  display: block;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(250, 248, 244, 0.6);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.footer-col a:hover { color: #FAF8F4; }
.footer-bottom {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 248, 244, 0.08);
  font-size: 12px;
  color: rgba(250, 248, 244, 0.3);
}

/* Responsive */
@media (max-width: 900px) {
  .philosophy-inner { grid-template-columns: 1fr; gap: 24px; }
  .creators-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step:nth-child(even) { padding-left: 0; border-right: none; }
  .step:nth-last-child(-n+2) { border-bottom: 1px solid rgba(26,26,24,0.08); }
  .step:last-child { border-bottom: none; }
  .revenue-streams { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-pillars { flex-wrap: wrap; }
  .pillar { flex: 1; min-width: 140px; }
  .pillar:nth-child(2) { border-left: 1px solid rgba(45,80,22,0.15); border-radius: 0; }
  .revenue-flow { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 600px) {
  .hero { padding: 120px 24px 72px; }
  .hero-headline { font-size: 44px; }
  .hero-sub { font-size: 16px; }
  .hero-pillars { gap: 12px; }
  .pillar { padding: 16px 20px; min-width: 100%; }
  .pillar:first-child, .pillar:last-child { border-radius: 2px; border: 1px solid rgba(45,80,22,0.15); }
  .philosophy, .creators, .howitworks, .revenue, .closing { padding: 72px 24px; }
  .footer { padding: 48px 24px 24px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}