:root{
  --accent:#b34a24;
  --accent-2:#2c7a68;
  --accent-strong:#b34a24;
  --accent-ink:#ffffff;
  --accent-soft:#f9e0d4;
  --bg:#fbf7f2;
  --surface:#fffdf9;
  --ink:#37241d;
  --muted:#75645e;
  --line:#eadfd7;
  --hero-bg:linear-gradient(135deg,#fbf7f2,color-mix(in srgb,#f9e0d4 58%,#fbf7f2));
  --band-bg:#f4ece5;
  --faq-bg:#f4ece5;
  --result-bg:#eaf5f1;
  --field-bg:#fbf7f2;
  --footer-bg:#34231d;
  --footer-ink:#fff8f2;
  --card-radius:3px;
  --button-radius:8px;
  --card-shadow:none;
  --font-body:Trebuchet MS,Arial,sans-serif;
  --font-display:Georgia,"Times New Roman",serif;
  --heading-spacing:-0.072em;
  --shell-max:1240px;
  --body-size:16px;
  --section-space:clamp(78px,10vw,128px);
}
