/* Enhanced Business Solutions tokens, written by build.py from the approved kit.
   EBS Forest #0F3923, Evergreen #1B4930, Growth Green #1E7346, Soft Sage #B3CFBD, Paper #F7F7F7, Charcoal #161616; EBS Flare #FF2600 stays on the logo and single focal details, never on text. */
/* Fonts. The approved Archivo and JetBrains Mono files carry the extended-Latin
   slice only (no a-z); the full-alphabet Latin slices of the same two typefaces
   (Fontsource 5.3.0, SIL Open Font License) sit beside them and unicode-range
   sends each character to the file that has it -- the ExecRecon fix of 2026-09-21. */
@font-face { font-family: 'Archivo'; src: url('/assets/Archivo-latin-variable.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Archivo'; src: url('/assets/Archivo-variable.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'JetBrains Mono'; src: url('/assets/JetBrainsMono-latin-variable.woff2') format('woff2'); font-style: normal; font-weight: 100 800; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'JetBrains Mono'; src: url('/assets/JetBrainsMono-variable.woff2') format('woff2'); font-style: normal; font-weight: 100 800; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --ground: #0F3923;
  --ground-2: #1B4930;
  --paper: #F7F7F7;
  --brand-ink: #161616;
  --cta-bg: #0F3923;
  --cta-bg-hi: #1B4930;
  --cta-fg: #F7F7F7;
  --cta-bg-dark: #F7F7F7;
  --cta-bg-dark-hi: #FFFFFF;
  --cta-fg-dark: #0F3923;
  --focus-light: #1E7346;
  --focus-dark: #B3CFBD;
  --mark: #FF2600;
  --mark-text: #B3CFBD;
  --leg: #FF2600;
  --glow: #1E7346;
  --logo-h: 30px;

  /* derived: type scale, perfect fourth (1.333) from 17px -- as ExecRecon */
  --text-xs: 0.598rem; --text-sm: 0.797rem; --text-base: 1.062rem; --text-lg: 1.416rem;
  --text-xl: 1.888rem; --text-2xl: 2.517rem; --text-3xl: 3.355rem; --text-4xl: 4.472rem; --text-5xl: 5.961rem;
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 20px; --space-6: 24px;
  --space-8: 32px; --space-10: 40px; --space-12: 48px; --space-16: 64px; --space-20: 80px; --space-24: 96px; --space-32: 128px;
  --radius-none: 0; --radius-sm: 2px; --radius-md: 6px; --radius-lg: 12px; --radius-full: 9999px;
  --motion-instant: 80ms; --motion-fast: 150ms; --motion-base: 220ms; --motion-slow: 320ms;
  --motion-ease-out: cubic-bezier(.22,.61,.36,1); --motion-ease-in: cubic-bezier(.55,.06,.68,.19); --motion-ease-standard: cubic-bezier(.4,0,.2,1);
  --z-base: 0; --z-dropdown: 10; --z-sticky: 20; --z-modal-backdrop: 30; --z-modal: 40; --z-toast: 50; --z-tooltip: 60;
  --content-max: 1200px; --reading-max: 68ch; --gutter: clamp(20px, 5vw, 80px); --section-space: clamp(64px, 8vw, 112px);
  --font-display: 'Archivo', system-ui, sans-serif; --font-body: 'Archivo', system-ui, sans-serif; --font-label: 'JetBrains Mono', ui-monospace, monospace;
  --line-body: 1.65; --line-heading: 1.06;
}
.open .kicker { letter-spacing: .08em; }
.plate.mark img { filter: drop-shadow(0 0 40px color-mix(in srgb, var(--glow) 40%, transparent)); }

