:root {
  --bg: #faf7f2;
  --fg: #1a1a18;
  --accent: #c85a22;
  --accent-light: #f4e4d4;
  --muted: #6b6862;
  --border: #e0dbd3;
  --card-bg: #ffffff;
}

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

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

/* NAV */
.nav { padding: 24px 0; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.nav-logo { font-family: 'Fraunces', serif; font-weight: 800; font-size: 22px; color: var(--fg); }

/* HERO */
.hero { padding: 96px 0 80px; }
.hero-inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.hero-label { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.hero-headline { font-family: 'Fraunces', serif; font-size: clamp(40px, 6vw, 72px); font-weight: 800; line-height: 1.08; color: var(--fg); margin-bottom: 28px; letter-spacing: -0.02em; }
.hero-sub { font-size: 19px; color: var(--muted); max-width: 560px; line-height: 1.55; margin-bottom: 52px; }
.hero-stat-row { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.hero-stat { padding: 20px 32px; border: 1px solid var(--border); display: flex; flex-direction: column; gap: 4px; }
.hero-stat:first-child { border-radius: 8px 0 0 8px; }
.hero-stat:last-child { border-radius: 0 8px 8px 0; }
.hero-stat-sep { width: 1px; height: 48px; background: var(--border); }
.hero-stat-num { font-family: 'Fraunces', serif; font-size: 28px; font-weight: 800; color: var(--fg); line-height: 1; }
.hero-stat-label { font-size: 13px; color: var(--muted); }

/* PROOF */
.proof { background: var(--fg); color: var(--bg); padding: 80px 0; }
.proof-inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.proof-quote { font-family: 'Fraunces', serif; font-size: clamp(22px, 3vw, 32px); font-weight: 400; font-style: italic; line-height: 1.4; max-width: 800px; }
.proof-niches { margin-top: 40px; }
.proof-niche-label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(250,247,242,0.4); margin-bottom: 12px; }
.proof-niche-list { display: flex; flex-wrap: wrap; gap: 10px; }
.proof-niche-list span { padding: 8px 16px; border: 1px solid rgba(250,247,242,0.2); border-radius: 100px; font-size: 14px; color: rgba(250,247,242,0.7); }

/* HOW */
.how { padding: 96px 0; }
.how-inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.how-headline { font-family: 'Fraunces', serif; font-size: 42px; font-weight: 800; margin-bottom: 56px; letter-spacing: -0.02em; }
.how-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 64px; }
.how-step { display: flex; gap: 20px; }
.how-step-num { font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600; color: var(--accent); margin-top: 4px; flex-shrink: 0; }
.how-step-content h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.how-step-content p { font-size: 15px; color: var(--muted); line-height: 1.6; }

/* PRICING */
.pricing { padding: 96px 0; background: #fff; }
.pricing-inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.pricing-headline { font-family: 'Fraunces', serif; font-size: 42px; font-weight: 800; margin-bottom: 48px; letter-spacing: -0.02em; }
.pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pricing-card { border: 1px solid var(--border); border-radius: 12px; padding: 32px; position: relative; }
.pricing-card-featured { border-color: var(--fg); background: var(--fg); color: var(--bg); }
.pricing-card-badge { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); margin-bottom: 16px; }
.pricing-card-name { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.pricing-card-price { font-family: 'Fraunces', serif; font-size: 44px; font-weight: 800; margin-bottom: 8px; line-height: 1; }
.pricing-card-price span { font-size: 20px; font-weight: 400; opacity: 0.7; }
.pricing-card-price-note { font-size: 20px; font-weight: 400; }
.pricing-card-tagline { font-size: 14px; opacity: 0.6; margin-bottom: 28px; }
.pricing-card-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pricing-card-features li { font-size: 15px; padding-left: 20px; position: relative; }
.pricing-card-features li::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.pricing-card-featured .pricing-card-features li::before { background: #e8956a; }

/* OUTRO */
.outro { padding: 96px 0; }
.outro-inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.outro-statement { font-family: 'Fraunces', serif; font-size: clamp(28px, 4vw, 48px); font-weight: 400; line-height: 1.3; max-width: 760px; color: var(--fg); }

/* FOOTER */
.footer { border-top: 1px solid var(--border); padding: 40px 0; }
.footer-inner { max-width: 1040px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 24px; }
.footer-logo { font-family: 'Fraunces', serif; font-weight: 800; font-size: 18px; }
.footer-copy { font-size: 14px; color: var(--muted); }

/* MOBILE */
@media (max-width: 768px) {
  .hero-headline { font-size: 36px; }
  .hero-stat-row { flex-direction: column; gap: 0; }
  .hero-stat { border-radius: 0; width: 100%; }
  .hero-stat:first-child { border-radius: 8px 8px 0 0; }
  .hero-stat:last-child { border-radius: 0 0 8px 8px; }
  .hero-stat-sep { display: none; }
  .how-steps { grid-template-columns: 1fr; gap: 32px; }
  .pricing-cards { grid-template-columns: 1fr; }
  .pricing-card-featured { border-color: var(--border); background: #fff; color: var(--fg); }
  .pricing-card-featured .pricing-card-badge { color: var(--accent); }
  .proof-niche-list span { font-size: 13px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 8px; }
}