/* Vellum - SaaS landing */
:root {
  --bg: #fdfcf9;
  --bg-soft: #f5f3ec;
  --bg-card: #ffffff;
  --fg: #1c1813;
  --muted: #6e6960;
  --accent: #b8541f;
  --accent-hover: #963f0d;
  --line: #e5e1d6;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif; font-size: 16px; line-height: 1.6; color: var(--fg); background: var(--bg); -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.wrap.narrow { max-width: 760px; }

.topnav { padding: 22px 0; border-bottom: 1px solid var(--line); background: var(--bg); position: sticky; top: 0; z-index: 50; }
.topnav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { text-decoration: none; color: var(--fg); font-weight: 700; font-size: 22px; letter-spacing: -0.03em; font-family: 'Iowan Old Style', 'Palatino Linotype', Georgia, serif; }
.brand.small { font-size: 18px; }
.primary { display: flex; gap: 28px; flex: 1; margin-left: 30px; }
.primary a { text-decoration: none; color: var(--muted); font-size: 15px; }
.primary a:hover, .primary a.active { color: var(--accent); }
.actions { display: flex; gap: 16px; align-items: center; }
.link-muted { text-decoration: none; color: var(--muted); font-size: 15px; }
.link-muted:hover { color: var(--fg); }
.btn-small { background: var(--accent); color: white; text-decoration: none; padding: 8px 16px; border-radius: 5px; font-size: 14px; font-weight: 500; transition: background 0.15s; }
.btn-small:hover { background: var(--accent-hover); }

.hero { padding: 110px 0 90px; }
.eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 600; margin-bottom: 18px; }
.hero h1 { font-size: 64px; line-height: 1.05; letter-spacing: -0.035em; margin-bottom: 26px; max-width: 860px; font-family: 'Iowan Old Style', 'Palatino Linotype', Georgia, serif; font-weight: 600; }
.subhead { font-size: 20px; color: var(--muted); max-width: 680px; margin-bottom: 40px; line-height: 1.55; }
.hero-cta { display: flex; gap: 14px; margin-bottom: 32px; flex-wrap: wrap; }
.btn-large { display: inline-block; background: var(--accent); color: white; padding: 14px 28px; border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 16px; transition: all 0.15s; }
.btn-large:hover { background: var(--accent-hover); }
.btn-large.ghost { background: transparent; color: var(--fg); border: 1px solid var(--line); }
.btn-large.ghost:hover { border-color: var(--accent); color: var(--accent); }
.hero-note { font-size: 14px; color: var(--muted); }
.hero-note strong { color: var(--fg); font-weight: 500; }

.feature-row { padding: 80px 0; border-top: 1px solid var(--line); }
.feature-row.alt { background: var(--bg-soft); }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.row.reverse { grid-template-columns: 1fr 1fr; }
.row.reverse .text-col { order: 2; }
.label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 600; margin-bottom: 14px; display: inline-block; }
.text-col h2 { font-size: 36px; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 18px; font-family: 'Iowan Old Style', Georgia, serif; font-weight: 600; }
.text-col p { color: var(--muted); font-size: 17px; margin-bottom: 20px; line-height: 1.65; }
.check-list { list-style: none; }
.check-list li { padding: 8px 0 8px 24px; position: relative; color: var(--fg); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 600; }

.mock-window { background: var(--bg-card); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(0,0,0,0.06); overflow: hidden; }
.mock-bar { background: var(--bg-soft); padding: 10px 14px; display: flex; gap: 6px; border-bottom: 1px solid var(--line); }
.mock-bar span { width: 11px; height: 11px; border-radius: 50%; background: var(--line); }
.mock-body { padding: 30px 32px 32px; font-family: 'Iowan Old Style', Georgia, serif; }
.mock-h { font-size: 22px; margin-bottom: 14px; line-height: 1.3; }
.mock-p { color: var(--fg); font-size: 14px; line-height: 1.6; margin-bottom: 10px; }
.mock-muted { color: var(--muted); font-size: 12px; font-family: 'Inter', sans-serif; font-style: italic; }

.mock-thread { display: flex; flex-direction: column; gap: 14px; }
.comment { padding: 16px 18px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 6px; font-size: 14px; }
.comment strong { display: block; color: var(--accent); margin-bottom: 4px; font-size: 13px; }
.comment.author { background: var(--bg-soft); border-color: var(--accent); }
.comment.author strong { color: var(--fg); }

.mock-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat { background: var(--bg-card); border: 1px solid var(--line); border-radius: 8px; padding: 24px; text-align: center; }
.stat strong { display: block; font-size: 28px; color: var(--fg); margin-bottom: 4px; font-family: 'Iowan Old Style', Georgia, serif; }
.stat span { font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }

.testimonials { padding: 90px 0; border-top: 1px solid var(--line); }
.testimonials h2 { font-size: 32px; text-align: center; margin-bottom: 50px; letter-spacing: -0.02em; font-family: 'Iowan Old Style', Georgia, serif; font-weight: 600; }
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.quote-grid blockquote { padding: 30px; background: var(--bg-soft); border-radius: 8px; }
.quote-grid p { font-size: 17px; line-height: 1.55; margin-bottom: 14px; font-family: 'Iowan Old Style', Georgia, serif; }
.quote-grid cite { font-size: 13px; color: var(--muted); font-style: normal; }

.closing { padding: 100px 0; border-top: 1px solid var(--line); text-align: center; background: var(--bg-soft); }
.closing h2 { font-size: 36px; margin-bottom: 14px; letter-spacing: -0.02em; font-family: 'Iowan Old Style', Georgia, serif; font-weight: 600; }
.closing p { color: var(--muted); font-size: 17px; margin-bottom: 26px; }

.page-hero { padding: 80px 0 40px; }
.page-hero h1 { font-size: 56px; letter-spacing: -0.03em; margin-bottom: 20px; font-family: 'Iowan Old Style', Georgia, serif; font-weight: 600; }

.features-list { padding: 30px 0 90px; }
.feature-item { padding: 30px 0; border-bottom: 1px solid var(--line); }
.feature-item:last-child { border-bottom: none; }
.feature-item h2 { font-size: 22px; margin-bottom: 12px; letter-spacing: -0.01em; }
.feature-item p { color: var(--muted); font-size: 16px; line-height: 1.65; }

.pricing-grid { padding: 30px 0 90px; }
.pricing-grid .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.tier { background: var(--bg-card); border: 1px solid var(--line); border-radius: 10px; padding: 36px 30px; position: relative; }
.tier.featured { border-color: var(--accent); border-width: 2px; box-shadow: 0 12px 30px rgba(184,84,31,0.08); }
.tag { position: absolute; top: -12px; left: 30px; background: var(--accent); color: white; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 500; }
.tier h3 { font-size: 22px; margin-bottom: 10px; font-family: 'Iowan Old Style', Georgia, serif; }
.price { font-size: 38px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; }
.price span { font-size: 16px; font-weight: 400; color: var(--muted); }
.tier-desc { color: var(--muted); font-size: 14px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.tier ul { list-style: none; margin-bottom: 30px; }
.tier li { padding: 6px 0 6px 22px; position: relative; font-size: 15px; }
.tier li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); }
.btn-tier { display: block; padding: 12px; text-align: center; background: var(--accent); color: white; text-decoration: none; border-radius: 5px; font-weight: 500; }
.btn-tier.ghost { background: transparent; color: var(--fg); border: 1px solid var(--line); }

.enterprise-strip { padding: 70px 0; background: var(--bg-soft); border-top: 1px solid var(--line); }
.enterprise-strip h3 { font-size: 22px; margin-bottom: 14px; }
.enterprise-strip p { color: var(--muted); font-size: 16px; }
.enterprise-strip a { color: var(--accent); }

.faq { padding: 80px 0; }
.faq h2 { font-size: 28px; margin-bottom: 36px; letter-spacing: -0.02em; }
.q { padding: 20px 0; border-bottom: 1px solid var(--line); }
.q:last-child { border-bottom: none; }
.q h3 { font-size: 17px; margin-bottom: 8px; }
.q p { color: var(--muted); }

.content { padding: 30px 0 90px; }
.content h2 { font-size: 24px; margin-top: 36px; margin-bottom: 16px; letter-spacing: -0.01em; }
.content p { margin-bottom: 16px; font-size: 17px; line-height: 1.7; }
.content strong { color: var(--fg); }
.cta-block { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.cta-block a { color: var(--accent); text-decoration: none; }

footer { padding: 60px 0 30px; border-top: 1px solid var(--line); background: var(--bg); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-grid .muted { color: var(--muted); font-size: 14px; margin-top: 8px; line-height: 1.55; }
.footer-grid h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 12px; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 6px; font-size: 14px; }
.footer-grid a { color: var(--fg); text-decoration: none; }
.footer-grid a:hover { color: var(--accent); }
.copy { font-size: 13px; color: var(--muted); padding-top: 20px; border-top: 1px solid var(--line); }

@media (max-width: 820px) {
  .hero h1 { font-size: 40px; }
  .page-hero h1 { font-size: 36px; }
  .row, .row.reverse { grid-template-columns: 1fr; gap: 40px; }
  .row.reverse .text-col { order: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
