:root{
  --accent:#c2493c;
  --accent-2:#2a6f97;
  --accent-strong:#c2493c;
  --accent-ink:#ffffff;
  --accent-soft:#ffe1da;
  --bg:#fff7f4;
  --surface:#ffffff;
  --ink:#3a211e;
  --muted:#7a615e;
  --line:#efded9;
  --hero-bg:linear-gradient(135deg,#fff7f4,color-mix(in srgb,#ffe1da 58%,#fff7f4));
  --band-bg:#f8ebe7;
  --faq-bg:#f8ebe7;
  --result-bg:#e7f1f7;
  --field-bg:#fff7f4;
  --footer-bg:#38211e;
  --footer-ink:#fff5f2;
  --card-radius:28px;
  --button-radius:3px;
  --card-shadow:0 18px 45px rgba(25,31,45,.07);
  --font-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:Georgia,"Times New Roman",serif;
  --heading-spacing:-0.042em;
  --shell-max:1140px;
  --body-size:16px;
  --section-space:clamp(78px,10vw,128px);
}
