/* expeal.css — this site's @fgl/vituno token overrides (Story 1.12.1).
   THE supported brand surface (KB fgl-frontend-pattern): re-declare framework
   token VALUES here; never edit the vendored fgl/ files, and never fight a
   framework component rule from the site bundle. Every override must target a
   token the framework's tokens.json defines (the override-lint gate fails CI
   on orphans). Linked AFTER the fgl stylesheets in base.njk so overrides win
   by order, not specificity.

   Expeal is the framework's DONOR: v0.1's default token values ARE this
   site's brand (extracted 2026-07-18, vituno Story 1.1.2), so the brand needs
   no re-declaration — the one override below preserves rendered geometry. */

:root {
  /* Page container cap. The donor's live chrome rendered at 960px: local
     layout.css sized .container with --content-wide (60rem), while the
     published --content-full (80rem) sat unconsumed — the same
     published-vs-live inconsistency the census hit with --bp-md, resolved
     the same way: toward live usage. The framework's .container consumes
     --content-full, so this override keeps the shipped 960px geometry.
     Widening the container is a real design decision for a future story,
     not a side effect of a should-change-nothing adoption. */
  --content-full: 60rem;
}
