/* The only visual layer added to the source marketing site: a quiet blueprint grid. */
html {
  background: #f8faf9;
}

body {
  background-color: #fff;
  background-image:
    linear-gradient(rgba(28, 93, 117, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 93, 117, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(28, 93, 117, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 93, 117, 0.035) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 16px 16px, 16px 16px;
}

/* Keep the original source cards and sections unchanged; the grid shows through
   only in the surrounding page canvas. */
.site-head,
.site-foot {
  background-color: rgba(255, 255, 255, 0.92) !important;
}
