/* ==================== VARIABLES ==================== */
:root {
  --cream: #F5F0E8;
  --green-deep: #1B4332;
  --green-mid: #2D6A4F;
  --green-light: #40916C;
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --ink: #1A1A18;
  --ink-soft: #3A3A36;
  --ink-muted: #6B6B65;
  --surface: #FDFAF4;
  --border: rgba(27, 67, 50, 0.15);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

/* ==================== BASE ==================== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); background: var(--cream); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* ==================== NAVBAR ==================== */
.navbar { background: var(--cream); border-bottom: 1px solid var(--border); padding: 1rem 2rem; }
.navbar-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: baseline; gap: 0.75rem; }
.wordmark { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--green-deep); letter-spacing: -0.02em; }
.tagline { font-size: 0.8125rem; color: var(--ink-muted); font-weight: 400; }

/* ==================== HERO ==================== */
.hero { padding: 5rem 2rem 4rem; background: var(--cream); }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; color: var(--green-deep); margin-bottom: 1.5rem; }
.lede { font-size: 1.0625rem; color: var(--ink-soft); line-height: 1.7; max-width: 480px; }

/* Call Widget */
.call-widget { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 40px rgba(27,67,50,0.1); }
.call-header { background: var(--green-deep); color: white; padding: 0.75rem 1.25rem; display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 500; }
.call-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; }
.call-dot.active { animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.call-transcript { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.875rem; }
.caller-msg { background: rgba(27,67,50,0.07); border-radius: 12px 12px 12px 4px; padding: 0.75rem 1rem; font-size: 0.875rem; color: var(--ink); }
.ai-msg { background: var(--green-deep); color: white; border-radius: 12px 12px 4px 12px; padding: 0.75rem 1rem; font-size: 0.875rem; line-height: 1.5; }
.call-meta { border-top: 1px solid var(--border); padding: 0.625rem 1.5rem; font-size: 0.75rem; color: var(--green-light); font-weight: 500; }

/* ==================== PROOF STATS ==================== */
.proof { background: var(--green-deep); padding: 3rem 2rem; }
.proof-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 0; align-items: center; }
.proof-stat { text-align: center; }
.proof-number { display: block; font-family: var(--font-display); font-size: 2.25rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; }
.proof-label { font-size: 0.8125rem; color: rgba(255,255,255,0.65); line-height: 1.4; max-width: 180px; margin: 0 auto; display: block; }
.proof-divider { width: 1px; height: 48px; background: rgba(255,255,255,0.15); }

/* ==================== SERVICES ==================== */
.services { padding: 5rem 2rem; background: var(--surface); }
.services-inner { max-width: 1100px; margin: 0 auto; }
.services h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--green-deep); margin-bottom: 3rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; transition: transform 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(27,67,50,0.1); }
.service-icon { color: var(--gold); margin-bottom: 1rem; }
.service-card h3 { font-size: 1rem; font-weight: 600; color: var(--green-deep); margin-bottom: 0.625rem; }
.service-card p { font-size: 0.875rem; color: var(--ink-muted); line-height: 1.6; }

/* ==================== PHILOSOPHY ==================== */
.philosophy { padding: 5rem 2rem; background: var(--green-deep); }
.philosophy-inner { max-width: 700px; margin: 0 auto; }
.philosophy-quote { font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; color: var(--gold); line-height: 1.3; margin-bottom: 2rem; font-style: italic; }
.philosophy-body { font-size: 1.0625rem; color: rgba(255,255,255,0.8); line-height: 1.75; margin-bottom: 1.25rem; }

/* ==================== NICHES ==================== */
.niches { padding: 5rem 2rem; background: var(--cream); }
.niches-inner { max-width: 1100px; margin: 0 auto; }
.niches h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--green-deep); margin-bottom: 0.75rem; }
.niches-sub { font-size: 1.0625rem; color: var(--ink-muted); margin-bottom: 3rem; }
.niches-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.niche-item { background: var(--surface); padding: 1.75rem; }
.niche-name { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.niche-desc { font-size: 0.9375rem; color: var(--ink-soft); line-height: 1.6; }

/* ==================== PRICING ==================== */
.pricing { padding: 5rem 2rem; background: var(--surface); }
.pricing-inner { max-width: 900px; margin: 0 auto; }
.pricing h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--green-deep); margin-bottom: 0.75rem; }
.pricing-sub { font-size: 1.0625rem; color: var(--ink-muted); margin-bottom: 3rem; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }
.pricing-card { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; }
.pricing-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.pricing-range { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--green-deep); margin-bottom: 0.75rem; }
.pricing-desc { font-size: 0.9375rem; color: var(--ink-muted); line-height: 1.6; }
.pricing-footnote { font-size: 0.875rem; color: var(--ink-muted); text-align: center; font-style: italic; }

/* ==================== CLOSING ==================== */
.closing { padding: 5rem 2rem 6rem; background: var(--cream); }
.closing-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.closing h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 3.5vw, 2.25rem); font-weight: 700; color: var(--green-deep); line-height: 1.3; margin-bottom: 1.25rem; }
.closing p { font-size: 1.0625rem; color: var(--ink-soft); line-height: 1.75; }

/* ==================== FOOTER ==================== */
.footer { background: var(--green-deep); padding: 2rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: baseline; gap: 0.75rem; }
.footer-wordmark { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: white; }
.footer-tagline { font-size: 0.8125rem; color: rgba(255,255,255,0.5); }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-right { order: -1; }
  .proof-inner { grid-template-columns: 1fr; gap: 2rem; }
  .proof-divider { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .niches-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .hero { padding: 3rem 1.5rem 2.5rem; }
  .services, .niches, .pricing, .closing { padding: 3.5rem 1.5rem; }
  .philosophy { padding: 3.5rem 1.5rem; }
  .lede { max-width: 100%; }
  h1 { font-size: 1.875rem; }
  .proof { padding: 2.5rem 1.5rem; }
}

@media (max-width: 480px) {
  .proof-number { font-size: 1.75rem; }
  .pricing-range { font-size: 1.5rem; }
  .philosophy-quote { font-size: 1.375rem; }
}