/* ============================================================================
   EkekoSolutions · Growth Marketing Studios — shared brand tokens
   ----------------------------------------------------------------------------
   The one place the house style is defined. Every panel links this file so the
   palette, the type, and the system canvas live in a single source, not copied
   into each panel's <style>.

   ALWAYS LIGHT. The sibling GMS apps (scanaeo.com, hipaadvisor.com,
   cmmc.growthmarketingstudios.com) are light-only; there is deliberately no
   `@media (prefers-color-scheme: dark)` here. A page that wants the tokens gets
   the light look regardless of the viewer's OS setting.

   The system canvas is `Sources/bg-honeycomb.jpg` (served at /shared/), the same
   3-D honeycomb watermark those apps use. Content cards sit on solid white on
   top of it.
   ============================================================================ */

:root {
  /* ground — light, cool-white so it reads as chosen, not default */
  --paper:#FFFFFF;
  --bg:#EEF0F4;
  --bg-tint:#EAF0FC;
  --card:#FFFFFF;

  /* ink — muted tones darkened 2026-07-14 (owner feedback: low contrast) */
  --ink:#14181D;
  --ink-soft:#262D36;
  --ink-mute:#454E59;
  --hairline:#E4E7EB;
  --hairline-strong:#C9CFD7;

  /* brand — the Ekeko wordmark purple is the heading/keyword color */
  --purple:#481E62;
  --purple-soft:#EFE6F6;
  /* the GMS house accent: the orange every sibling app uses for its primary CTA */
  --orange:#F04705;
  --orange-soft:#FCE7DE;
  /* secondary — the steel navy from the tri-color headline treatment */
  --navy:#1F3A5F;
  --peri:#A2BDF2;
  --peri-soft:#DDE8FB;

  /* semantic (status / severity) — separate from the accent */
  --go:#167E4A;      --go-soft:#E4F3EA;
  --caution:#A1470E; --caution-soft:#FBEEDF;
  --stop:#BE3A2B;    --stop-soft:#FBE7E4;

  /* type — the shared families (self-hosted or system fallback; no CDN) */
  --font-display:'DM Serif Display','Fraunces',Georgia,'Times New Roman',serif;
  --font-sans:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --font-mono:'JetBrains Mono',ui-monospace,'SF Mono',Menlo,Consolas,monospace;

  --tracking-widest:.16em;
  --tracking-tight:-.02em;
  --radius:14px;
  --radius-s:9px;
  --shadow:0 1px 2px rgba(20,24,29,.05),0 12px 34px rgba(20,24,29,.08);
  --shadow-s:0 1px 2px rgba(20,24,29,.05),0 4px 14px rgba(20,24,29,.06);
}

/* The system canvas: the honeycomb watermark, fixed, behind everything.
   A soft white wash keeps it a whisper so content always wins. */
html { background:var(--bg); }
body {
  background-color:var(--bg);
  background-image:
    linear-gradient(180deg, rgba(238,240,244,.62), rgba(238,240,244,.78)),
    url('/shared/bg-honeycomb.jpg');
  background-repeat:no-repeat, no-repeat;
  background-size:cover, cover;
  background-position:center top, center top;
  background-attachment:fixed, fixed;
}


/* ============================================================================
   SELF-HOSTED FONTS — Google Fonts (DM Serif Display OFL · Inter OFL · JetBrains
   Mono OFL), latin + latin-ext subsets only. No CDN: works offline and behind TLS,
   and never leaks a request to a third party at page load.
   ============================================================================ */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/shared/fonts/dm-serif-display-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/shared/fonts/dm-serif-display-400-latin.woff2) format('woff2');
  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: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/shared/fonts/inter-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/shared/fonts/inter-400-latin.woff2) format('woff2');
  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: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/shared/fonts/inter-500-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/shared/fonts/inter-500-latin.woff2) format('woff2');
  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: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/shared/fonts/inter-600-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/shared/fonts/inter-600-latin.woff2) format('woff2');
  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: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/shared/fonts/inter-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/shared/fonts/inter-700-latin.woff2) format('woff2');
  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';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/shared/fonts/jetbrains-mono-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/shared/fonts/jetbrains-mono-400-latin.woff2) format('woff2');
  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';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/shared/fonts/jetbrains-mono-500-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/shared/fonts/jetbrains-mono-500-latin.woff2) format('woff2');
  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';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/shared/fonts/jetbrains-mono-600-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/shared/fonts/jetbrains-mono-600-latin.woff2) format('woff2');
  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;
}

/* ── F5.7 · language tab (EN · ES) — injected by /shared/i18n.js, shared across panels ── */
.lang-tab { display: inline-flex; align-items: stretch; border: 1px solid var(--hairline-strong);
  border-radius: 999px; overflow: hidden; background: var(--paper); font-family: var(--font-mono); }
.lang-opt { font: inherit; font-size: .6875rem; letter-spacing: .08em; line-height: 1;
  padding: 6px 11px; border: 0; background: transparent; color: var(--ink-mute); cursor: pointer; }
.lang-opt:hover { color: var(--ink); }
.lang-opt.on { background: var(--purple); color: #fff; }
.lang-opt:focus-visible { outline: 2px solid var(--purple); outline-offset: -2px; }
