/* Warm gray surfaces: gently reduce brightness and yellow saturation. */
:root {
  --bg: #edeae5;
  --bg-card: #f3f1ed;
  --bg-section: #e5e1db;
  --white: #f3f1ed;
  --gg-cream: #edeae5;
  --gg-border: #d5d1ca;
  --soft-page: #edeae5;
  --soft-card: #f3f1ed;
  --soft-section: #e5e1db;
  --soft-inset: #e8e4de;
}
body { background: var(--soft-page); }
.gg-header { background: rgba(240, 237, 232, .98); }
.estimate, .find-workspace { background: var(--soft-card); }
select, input { background: #f7f5f1; }
.quote-result, .quote-context, .find-result-card { background: var(--soft-inset); }
.process-section, .partner-section, .find-intro, .support-navigation { background: var(--soft-section); }
.steps, .partner-links a, .mobile-actions { background: var(--soft-card); }
.faq-section { background: #e8e7e2; }
.no-signup, .size-explain { background: #e9e6e0; }
