/* Anchor Building and Design - inverted: terracotta page, navy panel (site identity). */
:root{
  --bg:#b66b54;        /* page background = terracotta */
  --panel:#0c2237;     /* card header = navy, the light logo sits straight on it */
  --primary:#0c2237;   /* on white surfaces (buttons text links, kicker) */
  --head:#b66b54;      /* headline over the navy panel, like the site headings */
  --panel-ink:rgba(255,255,255,.92);
  --on-dark:#e6ccc3;   /* footer links over the terracotta background */
  --btn:#b66b54;
  --btn-hover:#a55c46;
  --btn-ring:#b66b54;
  --btn-soft:color-mix(in srgb, #b66b54 7%, #fff);
  --panel-border:#0c2237;
  --doc-bar:#0c2237;   /* bars of the legal pages */
}

/* thank-you header in navy instead of generic black */
.thanks-head{background:var(--doc-bar)}
.thanks-head p{color:#fff}
