:root {
  --cream: #FAF6F1;
  --cream-dark: #F0E9E0;
  --terracotta: #C4643A;
  --terracotta-light: #E8956D;
  --terracotta-muted: #D4826A;
  --sand: #D4B896;
  --sage: #8A9E7D;
  --sage-light: #B5C4A8;
  --slate: #3D3D3D;
  --charcoal: #1E1E1E;
  --warm-gray: #7A6E66;
  --divider: #E8DDD0;
  --card-bg: #FFFFFF;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background-color: var(--cream);
  color: var(--slate);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 246, 241, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--divider);
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--charcoal);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--warm-gray);
  font-weight: 400;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(212, 180, 150, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(138, 158, 125, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
  background: rgba(196, 100, 58, 0.08);
  padding: 0.35rem 0.85rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.08;
  color: var(--charcoal);
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.hero-lede {
  font-size: 1.05rem;
  color: var(--warm-gray);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 2rem;
}
.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hero-pill {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--terracotta-muted);
  background: rgba(196, 100, 58, 0.07);
  border: 1px solid rgba(196, 100, 58, 0.18);
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  letter-spacing: 0.02em;
}
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-card {
  background: white;
  border-radius: 16px;
  padding: 1.75rem 2rem;
  border: 1px solid var(--divider);
  box-shadow: 0 2px 24px rgba(30, 20, 10, 0.06);
}
.hero-card--accent {
  background: linear-gradient(135deg, #FDF8F4 0%, #F5EDE3 100%);
  border-color: rgba(212, 180, 150, 0.4);
}
.hero-card-icon {
  margin-bottom: 0.75rem;
}
.hero-card-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.hero-card-body {
  font-size: 0.875rem;
  color: var(--warm-gray);
  line-height: 1.6;
}

/* Stats */
.stats {
  background: var(--charcoal);
  padding: 2.5rem 0;
}
.stats-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.stat {
  text-align: center;
  flex: 1;
}
.stat-number {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.stat-label {
  font-size: 0.75rem;
  color: rgba(250, 246, 241, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(250, 246, 241, 0.15);
}

/* Services */
.services {
  padding: 6rem 0;
  background: var(--cream);
}
.services-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}
.section-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 1rem;
}
.section-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 3.5rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--divider);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(30, 20, 10, 0.08);
}
.service-icon {
  margin-bottom: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(196, 100, 58, 0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.service-desc {
  font-size: 0.875rem;
  color: var(--warm-gray);
  line-height: 1.65;
}

/* How It Works */
.howitworks {
  padding: 6rem 0;
  background: var(--cream-dark);
}
.howitworks-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}
.steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.step {
  flex: 1;
  padding: 2rem 2rem 2rem 0;
}
.step-number {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 3rem;
  font-weight: 300;
  color: rgba(196, 100, 58, 0.2);
  line-height: 1;
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
}
.step-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
}
.step-desc {
  font-size: 0.9rem;
  color: var(--warm-gray);
  line-height: 1.7;
}
.step-connector {
  width: 48px;
  min-width: 48px;
  height: 2px;
  background: var(--sand);
  margin-top: 2.5rem;
  align-self: flex-start;
}

/* Pricing */
.pricing {
  padding: 6rem 0;
  background: var(--cream);
}
.pricing-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}
.pricing-sub {
  font-size: 1rem;
  color: var(--warm-gray);
  margin-bottom: 3rem;
  max-width: 600px;
  line-height: 1.7;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.pricing-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--divider);
  position: relative;
}
.pricing-card--featured {
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.pricing-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--terracotta-light);
  padding: 0.25rem 0.65rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.pricing-tier {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.pricing-card--featured .pricing-tier {
  color: var(--cream);
}
.pricing-hours {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 1rem;
}
.pricing-card--featured .pricing-hours {
  color: rgba(250, 246, 241, 0.6);
}
.pricing-desc {
  font-size: 0.875rem;
  color: var(--warm-gray);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.pricing-card--featured .pricing-desc {
  color: rgba(250, 246, 241, 0.65);
}
.pricing-tag {
  display: inline-block;
  font-size: 0.72rem;
  color: var(--sage);
  background: rgba(138, 158, 125, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: 2rem;
  font-weight: 500;
}
.pricing-card--featured .pricing-tag {
  color: var(--sage-light);
  background: rgba(138, 158, 125, 0.12);
}
.pricing-note {
  font-size: 0.8rem;
  color: var(--warm-gray);
  line-height: 1.6;
  max-width: 600px;
}

/* Difference */
.difference {
  padding: 6rem 0;
  background: var(--cream-dark);
}
.difference-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}
.difference-content {
  max-width: 680px;
}
.difference-body {
  font-size: 1rem;
  color: var(--warm-gray);
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
.difference-blocks {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.diff-block {
  flex: 1;
  min-width: 180px;
  padding: 1.25rem 1.5rem;
  background: white;
  border-radius: 12px;
  border: 1px solid var(--divider);
}
.diff-block--homepilot {
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.diff-block-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--charcoal);
  margin-bottom: 0.4rem;
}
.diff-block--homepilot .diff-block-title {
  color: var(--cream);
}
.diff-block-text {
  font-size: 0.8rem;
  color: var(--warm-gray);
  line-height: 1.5;
}
.diff-block--homepilot .diff-block-text {
  color: rgba(250, 246, 241, 0.65);
}

/* Closing */
.closing {
  padding: 6rem 0;
  background: var(--cream);
}
.closing-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 760px;
}
.closing-rule {
  width: 48px;
  height: 3px;
  background: var(--terracotta);
  border-radius: 2px;
  margin-bottom: 2.5rem;
}
.closing-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.closing-body {
  font-size: 1.05rem;
  color: var(--warm-gray);
  line-height: 1.8;
  max-width: 600px;
}

/* Footer */
.footer {
  padding: 3rem 0;
  border-top: 1px solid var(--divider);
  background: var(--cream);
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
.footer-logo {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.footer-tagline {
  font-size: 0.875rem;
  color: var(--warm-gray);
  margin-bottom: 1rem;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: var(--warm-gray);
  margin-bottom: 0.75rem;
}
.footer-dot {
  width: 3px;
  height: 3px;
  background: var(--sand);
  border-radius: 50%;
}
.footer-copy {
  font-size: 0.75rem;
  color: rgba(122, 110, 102, 0.5);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-visual { flex-direction: column; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; }
  .step-connector { width: 32px; height: 2px; margin-top: 0; }
  .stats-inner { flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
  .stat-divider { display: none; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .nav-tagline { display: none; }
  .section-headline br { display: none; }
}