:root{
  --accent:#4f6d2f;
  --accent-2:#a95f28;
  --accent-strong:#4f6d2f;
  --accent-ink:#ffffff;
  --accent-soft:#e6efd7;
  --bg:#f7f8f1;
  --surface:#fffffb;
  --ink:#27321d;
  --muted:#66705d;
  --line:#dfe4d4;
  --hero-bg:linear-gradient(135deg,#f7f8f1,color-mix(in srgb,#e6efd7 58%,#f7f8f1));
  --band-bg:#eef1e7;
  --faq-bg:#eef1e7;
  --result-bg:#f5e9df;
  --field-bg:#f7f8f1;
  --footer-bg:#28321e;
  --footer-ink:#f7faef;
  --card-radius:8px;
  --button-radius:3px;
  --card-shadow:0 18px 45px rgba(25,31,45,.07);
  --font-body:Palatino,"Palatino Linotype",serif;
  --font-display:Verdana,Geneva,sans-serif;
  --heading-spacing:-0.042em;
  --shell-max:1320px;
  --body-size:17px;
  --section-space:clamp(78px,10vw,128px);
}
