:root {
  --bg: #FBF7F2;
  --bg-alt: #F2EBE0;
  --fg: #1C1814;
  --fg-muted: #6B5F52;
  --accent: #7B2D26;
  --accent-light: #9B3A32;
  --bronze: #8B6F47;
  --cream-dark: #E8D9C5;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Libre Baskerville', Georgia, serif;
  --font-ui: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

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

/* ── HEADER ──────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 242, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--cream-dark);
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--accent);
  text-decoration: none;
}

header nav {
  display: flex;
  gap: 32px;
}

header nav a {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-muted);
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s;
}

header nav a:hover { color: var(--accent); }

/* ── HERO ────────────────────────────────────────────── */
.hero {
  padding: 120px 40px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(139, 111, 71, 0.08) 0%, transparent 70%),
    var(--bg);
}

.hero::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bronze), transparent);
  opacity: 0.4;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.eyebrow-text {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
}

.eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--bronze);
  opacity: 0.5;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin-bottom: 28px;
}

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

.hero-sub {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.75;
}

.hero-rule {
  width: 48px;
  height: 1px;
  background: var(--bronze);
  margin: 0 auto 32px;
  opacity: 0.5;
}

.hero-genres {
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dot { color: var(--bronze); opacity: 0.5; }

/* ── SECTION SHARED ──────────────────────────────────── */
.section-label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 24px;
}

/* ── HOW IT WORKS ────────────────────────────────────── */
.how-it-works {
  padding: 100px 40px;
  background: var(--bg-alt);
  border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
}

.steps {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
}

.step {
  padding: 0 32px;
  text-align: center;
}

.step-number {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 300;
  color: var(--accent);
  opacity: 0.3;
  margin-bottom: 16px;
  display: block;
}

.step h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--fg);
}

.step p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.65;
}

.step-divider {
  width: 1px;
  height: 120px;
  background: var(--cream-dark);
  margin-top: 40px;
}

/* ── MODEL ────────────────────────────────────────────── */
.model {
  padding: 100px 40px;
  background: var(--fg);
  color: var(--bg);
}

.model-inner {
  max-width: 1000px;
  margin: 0 auto;
}

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

.model-header h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--bg);
}

.model .section-label { color: var(--bronze); }

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

.model-col {
  padding: 56px 48px;
  background: #242017;
}

.model-col.writers-col { background: #1E1A14; }

.col-icon {
  color: var(--bronze);
  margin-bottom: 24px;
}

.model-col h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  color: var(--bg);
  margin-bottom: 20px;
}

.model-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.model-col ul li {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(251,247,242,0.7);
  padding-left: 20px;
  position: relative;
}

.model-col ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 1px;
  background: var(--bronze);
}

/* ── WRITERS ──────────────────────────────────────────── */
.writers {
  padding: 100px 40px;
  background: var(--bg);
  border-bottom: 1px solid var(--cream-dark);
}

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

.writers-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
}

.writers-copy p {
  color: var(--fg-muted);
  font-size: 16px;
  margin-bottom: 16px;
}

.writers-stat-block {
  background: var(--bg-alt);
  border: 1px solid var(--cream-dark);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}

.stat {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
}

.stat-label {
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}

.stat-divider {
  height: 1px;
  background: var(--cream-dark);
}

/* ── READERS ──────────────────────────────────────────── */
.readers {
  padding: 100px 40px;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--cream-dark);
}

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

.readers-stat-block {
  background: var(--bg);
  border: 1px solid var(--cream-dark);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
}

.readers-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
}

.readers-copy p {
  color: var(--fg-muted);
  font-size: 16px;
  margin-bottom: 16px;
}

/* ── CLOSING ──────────────────────────────────────────── */
.closing {
  padding: 120px 40px;
  background: var(--fg);
  color: var(--bg);
}

.closing-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.closing-quote {
  margin-bottom: 72px;
  position: relative;
}

.closing-quote blockquote {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 300;
  font-style: italic;
  color: var(--bg);
  line-height: 1.5;
  margin-bottom: 20px;
}

.closing-quote cite {
  font-family: var(--font-ui);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--bronze);
  font-style: normal;
}

.closing-text h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 400;
  color: var(--bg);
  line-height: 1.2;
  margin-bottom: 24px;
}

.closing-text p {
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(251,247,242,0.65);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}

/* ── FOOTER ──────────────────────────────────────────── */
.site-footer {
  padding: 48px 40px;
  background: #16130F;
  border-top: 1px solid rgba(139,111,71,0.2);
}

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

.footer-brand .wordmark {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(251,247,242,0.6);
  margin-bottom: 6px;
}

.footer-brand p {
  font-family: var(--font-ui);
  font-size: 13px;
  color: rgba(251,247,242,0.3);
}

.footer-links {
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(251,247,242,0.2);
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 768px) {
  .header-inner { padding: 16px 24px; }
  header nav { display: none; }

  .hero { padding: 80px 24px 72px; }
  .hero-headline { font-size: 44px; }
  .hero-sub { font-size: 16px; }

  .steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .step-divider { display: none; }
  .step { padding: 0; }

  .model-col { padding: 40px 28px; }
  .model-columns { grid-template-columns: 1fr; }

  .writers-inner,
  .readers-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .how-it-works, .writers, .readers { padding: 72px 24px; }
  .model, .closing { padding: 72px 24px; }

  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  .hero-headline { font-size: 36px; }
}
