:root {
  --bg: #F7F3EE;
  --bg-alt: #EDE7DD;
  --fg: #1A1A18;
  --fg-muted: #6B6560;
  --accent: #D4913D;
  --accent-warm: #C17D32;
  --green: #1B3A2D;
  --green-mid: #2D5240;
  --green-light: #3D6B52;
  --cream: #FAF7F2;
  --border: #DDD8D0;
}

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

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

/* NAV */
.nav { padding: 20px 40px; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'Libre Baskerville', serif; font-weight: 700; font-size: 1.05rem; color: var(--green); letter-spacing: -0.01em; }
.nav-tagline { font-size: 0.75rem; color: var(--fg-muted); letter-spacing: 0.04em; text-transform: uppercase; }

/* HERO */
.hero { background: var(--green); color: var(--cream); padding: 80px 40px 72px; text-align: center; }
.hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; font-weight: 500; }
.hero-headline { font-family: 'Libre Baskerville', serif; font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 28px; }
.hero-sub { max-width: 560px; margin: 0 auto 48px; font-size: 1.05rem; color: rgba(250,247,242,0.75); line-height: 1.7; }
.hero-proof-row { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hero-stat { font-size: 0.82rem; color: rgba(250,247,242,0.7); }
.hero-stat strong { color: var(--cream); font-weight: 600; }
.hero-divider { color: rgba(250,247,242,0.3); }

/* PROOF */
.proof { background: var(--bg); padding: 56px 40px; border-bottom: 1px solid var(--border); }
.proof-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.proof-stars { display: flex; justify-content: center; gap: 4px; margin-bottom: 20px; }
.star { width: 20px; height: 20px; color: var(--accent); }
.proof-text { font-family: 'Libre Baskerville', serif; font-size: 1.25rem; font-style: italic; color: var(--fg); line-height: 1.6; margin-bottom: 16px; }
.proof-attr { font-size: 0.8rem; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.04em; }

/* WHY DIFFERENT */
.why { background: var(--cream); padding: 80px 40px; border-bottom: 1px solid var(--border); }
.why-inner { max-width: 960px; margin: 0 auto; }
.why-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; font-weight: 500; }
.why-headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.2; color: var(--green); margin-bottom: 24px; letter-spacing: -0.02em; }
.why-body { font-size: 1rem; color: var(--fg-muted); line-height: 1.75; max-width: 640px; margin-bottom: 56px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.why-card { padding: 32px; background: var(--bg); border: 1px solid var(--border); border-radius: 4px; }
.why-card-icon { color: var(--accent); margin-bottom: 20px; }
.why-card h3 { font-family: 'Libre Baskerville', serif; font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: var(--green); }
.why-card p { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.65; }

/* FLAVORS */
.flavors { background: var(--bg); padding: 80px 40px; border-bottom: 1px solid var(--border); }
.flavors-inner { max-width: 960px; margin: 0 auto; }
.flavors-header { text-align: center; margin-bottom: 56px; }
.flavors-headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; line-height: 1.2; color: var(--green); letter-spacing: -0.02em; }
.flavors-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-bottom: 40px; }
.flavor-card { padding: 36px 28px; border: 1px solid var(--border); border-radius: 4px; background: var(--cream); transition: transform 0.2s ease; }
.flavor-card:hover { transform: translateY(-2px); }
.flavor-emoji { font-size: 2.2rem; margin-bottom: 16px; }
.flavor-name { font-family: 'Libre Baskerville', serif; font-size: 1.15rem; font-weight: 700; color: var(--green); margin-bottom: 4px; }
.flavor-tag { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; font-weight: 500; }
.flavor-desc { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.65; margin-bottom: 24px; }
.flavor-price { border-top: 1px solid var(--border); padding-top: 20px; }
.flavor-price-main { font-family: 'Libre Baskerville', serif; font-size: 1.4rem; font-weight: 700; color: var(--fg); display: block; }
.flavor-price-sub { font-size: 0.78rem; color: var(--fg-muted); }
.flavors-bundle { background: var(--green); color: var(--cream); padding: 32px 40px; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.bundle-badge { display: inline-block; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; background: var(--accent); color: var(--cream); padding: 4px 10px; border-radius: 2px; margin-bottom: 12px; font-weight: 600; }
.bundle-name { font-family: 'Libre Baskerville', serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; }
.bundle-desc { font-size: 0.85rem; color: rgba(250,247,242,0.7); }
.bundle-price { text-align: right; }
.bundle-price-was { text-decoration: line-through; color: rgba(250,247,242,0.5); font-size: 1rem; margin-right: 12px; }
.bundle-price-now { font-family: 'Libre Baskerville', serif; font-size: 1.8rem; font-weight: 700; color: var(--accent); }

/* TESTIMONIALS */
.testimonials { background: var(--cream); padding: 80px 40px; border-bottom: 1px solid var(--border); }
.testimonials-inner { max-width: 960px; margin: 0 auto; }
.testimonials-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 40px; font-weight: 500; text-align: center; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.testimonial { padding: 32px; background: var(--bg); border: 1px solid var(--border); border-radius: 4px; }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 16px; color: var(--accent); }
.testimonial-quote { font-family: 'Libre Baskerville', serif; font-size: 0.95rem; font-style: italic; line-height: 1.65; color: var(--fg); margin-bottom: 20px; }
.testimonial-author strong { display: block; font-size: 0.85rem; font-weight: 600; color: var(--fg); margin-bottom: 2px; }
.testimonial-author span { font-size: 0.75rem; color: var(--fg-muted); }

/* HOW IT WORKS */
.howitworks { background: var(--bg); padding: 80px 40px; border-bottom: 1px solid var(--border); }
.howitworks-inner { max-width: 960px; margin: 0 auto; }
.howitworks-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; font-weight: 500; }
.howitworks-headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; line-height: 1.2; color: var(--green); margin-bottom: 56px; letter-spacing: -0.02em; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.step { position: relative; padding-left: 0; }
.step-number { font-family: 'Libre Baskerville', serif; font-size: 2.8rem; font-weight: 700; color: var(--bg-alt); line-height: 1; margin-bottom: 16px; display: block; }
.step-title { font-family: 'Libre Baskerville', serif; font-size: 1rem; font-weight: 700; color: var(--green); margin-bottom: 10px; }
.step-body { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.7; }

/* CLOSING */
.closing { background: var(--green); color: var(--cream); padding: 80px 40px; }
.closing-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.closing-headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.8rem, 4.5vw, 3rem); font-weight: 700; line-height: 1.2; margin-bottom: 28px; letter-spacing: -0.02em; }
.closing-body { font-size: 1rem; color: rgba(250,247,242,0.72); line-height: 1.75; margin-bottom: 40px; }
.closing-cta { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,247,242,0.45); }

/* FOOTER */
.footer { background: var(--bg); border-top: 1px solid var(--border); padding: 32px 40px; }
.footer-inner { max-width: 960px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-brand { font-family: 'Libre Baskerville', serif; font-weight: 700; font-size: 0.9rem; color: var(--green); }
.footer-links { font-size: 0.75rem; color: var(--fg-muted); letter-spacing: 0.02em; }
.footer-copy { font-size: 0.72rem; color: var(--fg-muted); }

/* MOBILE */
@media (max-width: 640px) {
  .nav { padding: 16px 20px; }
  .nav-tagline { display: none; }
  .hero { padding: 60px 20px 56px; }
  .hero-proof-row { flex-direction: column; gap: 6px; }
  .hero-divider { display: none; }
  .proof, .why, .flavors, .testimonials, .howitworks, .closing { padding: 56px 20px; }
  .flavors-bundle { flex-direction: column; align-items: flex-start; }
  .bundle-price { text-align: left; }
  .footer { padding: 24px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}