/* ============================================================
   MissionFi — Spacing & layout
   The 2026 landing is a single 1200px container on a 1440 frame;
   section rhythm and card padding are Figma-exact per section, so
   only the two constants that repeat across the page are tokens.
   Everything else stays literal next to its component.
   ============================================================ */
:root {
  --content-max: 1200px;    /* the one container width (1440 frame) */
  --gutter: 34px;           /* desktop page gutter */
  --gutter-sm: 20px;        /* ≤980px page gutter */
}
