/* ============================================================
   govcon-hub.css — the gov-contracts REFERENCE pages family
   Used by: tender-portals-canada.html · tenders-ontario.html ·
            government-contracting-statistics-canada.html ·
            security-clearance-government-contracts.html
   Prefix: .gvc-  ("civic almanac" — printed-yearbook confidence
   with live data veins). Light parchment mastheads deliberately
   contrast the /contracts.html tool's dark masthead.
   Family: gov-contracts warm-editorial. Fraunces display /
   DM Sans body / Plex Mono strictly data-only. Light mode only.
   NOTE: never name anything "-hero" (nav-v7 verdict-bar trap).
   Link colors scoped (sitewide a:hover sienna trap).
   ============================================================ */
:root {
    --gcx-forest: #1a3d2e;
    --gcx-forest-dk: #0f2a1f;
    --gcx-forest-light: #2d5a45;
    --gcx-sienna: #a85a3c;
    --gcx-sienna-dk: #8a4830;
    --gcx-parchment: #fcf6e9;
    --gcx-cream: #fdfaf2;
    --gcx-ink: #1a1a1a;
    --gcx-ink-2: #40403a;
    --gcx-line: #e6dcc8;
    --gvc-amber: #b3801f;
    --gvc-paper: #fffdf8;
    --gvc-sage: #eef2ea;
    --gcx-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
    --gcx-sans: 'DM Sans', system-ui, -apple-system, sans-serif;
    --gcx-mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', monospace;
}

.gvc-body { background: var(--gcx-cream); color: var(--gcx-ink); font-family: var(--gcx-sans); }
.gvc-wrap { max-width: 1020px; margin: 0 auto; padding: 0 22px; }
.gvc-wrap--narrow { max-width: 780px; }

/* nav text-color restore (ids beat any content rule) */
#siteNav .nav__link, #siteNav .btn-ghost, #mobileMenu .mobile-menu-link { color: var(--ink); }
#siteNav .btn-primary, #mobileMenu .btn-primary { color: var(--white); }

/* ================= Masthead (light almanac plate) ================= */
.gvc-mast { background: linear-gradient(175deg, var(--gcx-parchment) 0%, var(--gcx-cream) 88%); border-bottom: 1px solid var(--gcx-line); padding: 54px 22px 0; overflow-x: clip; }
.gvc-mast-inner { max-width: 1020px; margin: 0 auto; }
.gvc-kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--gcx-mono); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gcx-sienna-dk); margin: 0 0 16px; }
.gvc-kicker::before { content: ''; width: 26px; height: 2px; background: var(--gcx-sienna); border-radius: 2px; }
.gvc-kicker .gvc-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #2d8a54; box-shadow: 0 0 0 3px rgba(45,138,84,.16); }
.gvc-mast h1 { font-family: var(--gcx-serif); font-size: clamp(32px, 5vw, 52px); line-height: 1.05; letter-spacing: -.022em; font-weight: 600; color: var(--gcx-forest-dk); margin: 0 0 18px; max-width: 15ch; }
.gvc-mast h1 em { font-style: normal; color: var(--gcx-sienna); }
.gvc-mast-sub { font-size: clamp(16px, 2vw, 19px); line-height: 1.6; color: var(--gcx-ink-2); max-width: 58ch; margin: 0 0 10px; }
.gvc-mast-note { font-size: 13.5px; color: #6b6a5f; margin: 0 0 34px; }
.gvc-mast-note a, .gvc-mast-note a:visited { color: var(--gcx-sienna-dk); text-decoration: underline; }
.gvc-mast-note a:hover, .gvc-mast-note a:focus { color: var(--gcx-forest); }

/* masthead data shelf — the almanac's front-plate figures */
.gvc-shelf { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0; border-top: 1px solid var(--gcx-line); }
.gvc-shelf > * { padding: 20px 26px 26px 0; border-right: 1px solid var(--gcx-line); min-width: 0; }
.gvc-shelf > *:last-child { border-right: 0; }
.gvc-shelf b { display: block; font-family: var(--gcx-serif); font-size: clamp(24px, 3.2vw, 34px); font-weight: 600; line-height: 1.05; color: var(--gcx-forest); font-variant-numeric: tabular-nums; }
.gvc-shelf b .gvc-shelf-unit { font-size: .55em; font-weight: 500; color: var(--gcx-sienna-dk); margin-left: 2px; }
.gvc-shelf span { display: block; font-family: var(--gcx-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #7a7668; margin-top: 8px; line-height: 1.5; }
@media (max-width: 640px) {
    .gvc-shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gvc-shelf > * { border-right: 0; border-top: 1px solid var(--gcx-line); padding: 14px 8px 16px 0; }
    .gvc-shelf > *:nth-child(-n+2) { border-top: 0; }
    .gvc-mast { padding-top: 40px; }
}

/* ================= Section rhythm ================= */
.gvc-sec { padding: 58px 22px; overflow-x: clip; }
.gvc-sec--tint { background: var(--gcx-parchment); border-top: 1px solid var(--gcx-line); border-bottom: 1px solid var(--gcx-line); }
.gvc-sec--forest { background: linear-gradient(165deg, var(--gcx-forest) 0%, var(--gcx-forest-dk) 100%); color: #f0ead9; }
.gvc-h2 { font-family: var(--gcx-serif); font-size: clamp(24px, 3.4vw, 33px); line-height: 1.15; letter-spacing: -.015em; font-weight: 600; color: var(--gcx-forest-dk); margin: 0 0 12px; }
.gvc-sec--forest .gvc-h2 { color: #fff; }
.gvc-h2-eyebrow { display: block; font-family: var(--gcx-mono); font-size: 11.5px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; color: var(--gcx-sienna-dk); margin: 0 0 10px; }
.gvc-sec--forest .gvc-h2-eyebrow { color: #e8a87c; }
.gvc-lede { font-size: 16.5px; line-height: 1.65; color: var(--gcx-ink-2); max-width: 62ch; margin: 0 0 26px; }
.gvc-sec--forest .gvc-lede { color: #d9d2c0; }
.gvc-prose { font-size: 16px; line-height: 1.7; color: var(--gcx-ink-2); max-width: 68ch; }
.gvc-prose p { margin: 0 0 16px; }
.gvc-prose h3 { font-family: var(--gcx-serif); font-size: 20px; font-weight: 600; color: var(--gcx-forest-dk); margin: 28px 0 10px; }
.gvc-prose a, .gvc-prose a:visited { color: var(--gcx-sienna-dk); text-decoration: underline; text-underline-offset: 2px; }
.gvc-prose a:hover, .gvc-prose a:focus { color: var(--gcx-forest); }
.gvc-prose ul, .gvc-prose ol { margin: 0 0 16px; padding-left: 22px; }
.gvc-prose li { margin: 0 0 8px; }
.gvc-prose strong { color: var(--gcx-ink); }

/* ================= Live island (data panel with honesty stamp) ================= */
.gvc-island { background: var(--gvc-paper); border: 1px solid var(--gcx-line); border-radius: 14px; padding: 0; margin: 26px 0; box-shadow: 0 1px 0 rgba(26,61,46,.04); overflow: hidden; }
.gvc-island-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 16px 20px 12px; border-bottom: 1px solid var(--gcx-line); background: linear-gradient(180deg, var(--gcx-parchment), var(--gvc-paper)); }
.gvc-island-title { font-family: var(--gcx-serif); font-size: 17px; font-weight: 600; color: var(--gcx-forest-dk); margin: 0; display: inline-flex; align-items: center; gap: 9px; }
.gvc-island-title .gvc-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #2d8a54; box-shadow: 0 0 0 3px rgba(45,138,84,.14); flex: 0 0 auto; }
.gvc-stamp { font-family: var(--gcx-mono); font-size: 11px; letter-spacing: .05em; color: #8a8677; text-transform: uppercase; }
.gvc-island-foot { padding: 12px 20px 14px; border-top: 1px solid var(--gcx-line); font-size: 13.5px; color: #6b6a5f; display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.gvc-island-foot a, .gvc-island-foot a:visited { color: var(--gcx-sienna-dk); font-weight: 600; text-decoration: none; }
.gvc-island-foot a:hover, .gvc-island-foot a:focus { color: var(--gcx-forest); text-decoration: underline; }

/* mini tender ledger rows (compact cousin of .ctd- rows) */
.gvc-rows { list-style: none; margin: 0; padding: 0; }
.gvc-row { display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 13px 20px; border-bottom: 1px solid #f0e9d8; }
.gvc-row:last-child { border-bottom: 0; }
.gvc-row-date { text-align: center; border-radius: 9px; background: var(--gvc-sage); padding: 7px 2px 8px; min-width: 0; }
.gvc-row-date b { display: block; font-family: var(--gcx-serif); font-size: 19px; line-height: 1; color: var(--gcx-forest-dk); font-weight: 600; }
.gvc-row-date span { display: block; font-family: var(--gcx-mono); font-size: 9.5px; letter-spacing: .07em; text-transform: uppercase; color: #6f7a68; margin-top: 3px; }
.gvc-row-date--soon { background: #f7e8d9; }
.gvc-row-date--soon b { color: var(--gcx-sienna-dk); }
.gvc-row-date--soon span { color: #9a6a4a; }
.gvc-row-main { min-width: 0; }
.gvc-row-title { font-size: 15px; font-weight: 600; line-height: 1.35; color: var(--gcx-ink); margin: 0 0 3px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gvc-row-title a, .gvc-row-title a:visited { color: inherit; text-decoration: none; }
.gvc-row-title a:hover, .gvc-row-title a:focus { color: var(--gcx-forest); text-decoration: underline; text-underline-offset: 2px; }
.gvc-row-meta { font-size: 12.5px; color: #7a7668; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gvc-row-go, .gvc-row-go:visited { font-family: var(--gcx-mono); font-size: 12px; font-weight: 600; color: var(--gcx-sienna-dk); text-decoration: none; white-space: nowrap; padding: 7px 11px; border: 1px solid var(--gcx-line); border-radius: 8px; background: #fff; transition: border-color .15s, color .15s; }
.gvc-row-go:hover, .gvc-row-go:focus { color: var(--gcx-forest); border-color: var(--gcx-forest-light); }
@media (max-width: 560px) {
    .gvc-row { grid-template-columns: 52px minmax(0, 1fr); }
    .gvc-row-go { display: none; }
    .gvc-row-date b { font-size: 17px; }
}

/* ================= Stat lockups (in-flow, not shelf) ================= */
.gvc-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 26px 0; }
.gvc-stat { background: var(--gvc-paper); border: 1px solid var(--gcx-line); border-left: 3px solid var(--gcx-forest-light); border-radius: 12px; padding: 18px 18px 16px; min-width: 0; }
.gvc-stat b { display: block; font-family: var(--gcx-serif); font-size: clamp(24px, 3vw, 32px); font-weight: 600; line-height: 1.05; color: var(--gcx-forest); font-variant-numeric: tabular-nums; overflow-wrap: break-word; }
.gvc-stat span { display: block; font-size: 13px; line-height: 1.5; color: #6b6a5f; margin-top: 7px; }
.gvc-stat--sienna { border-left-color: var(--gcx-sienna); }
.gvc-stat--sienna b { color: var(--gcx-sienna-dk); }

/* ================= Charts (server-baked inline SVG) ================= */
.gvc-chart { margin: 26px 0; }
.gvc-chart svg { display: block; width: 100%; height: auto; }
.gvc-chart-title { font-family: var(--gcx-serif); font-size: 17px; font-weight: 600; color: var(--gcx-forest-dk); margin: 0 0 4px; }
.gvc-chart-sub { font-size: 13px; color: #7a7668; margin: 0 0 14px; }
.gvc-chart text { font-family: var(--gcx-sans); }
.gvc-chart .gvc-ch-val { font-family: var(--gcx-mono); }
/* horizontal bar list (top buyers / industries) — HTML, not svg, for a11y */
.gvc-bars { list-style: none; margin: 18px 0; padding: 0; display: grid; gap: 11px; }
.gvc-bar { display: grid; grid-template-columns: minmax(0, 220px) minmax(0, 1fr) auto; gap: 12px; align-items: center; min-width: 0; }
.gvc-bar-label { font-size: 13.5px; font-weight: 600; color: var(--gcx-ink-2); line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gvc-bar-track { height: 16px; background: var(--gvc-sage); border-radius: 5px; overflow: hidden; min-width: 0; }
.gvc-bar-fill { display: block; height: 100%; background: linear-gradient(90deg, var(--gcx-forest-light), var(--gcx-forest)); border-radius: 5px; min-width: 3px; }
.gvc-bar--sienna .gvc-bar-fill { background: linear-gradient(90deg, #c07a55, var(--gcx-sienna-dk)); }
.gvc-bar-val { font-family: var(--gcx-mono); font-size: 12.5px; font-weight: 600; color: var(--gcx-forest-dk); white-space: nowrap; font-variant-numeric: tabular-nums; }
@media (max-width: 620px) {
    .gvc-bar { grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; row-gap: 5px; }
    .gvc-bar-track { grid-column: 1 / -1; grid-row: 2; }
}

/* ================= Comparison / facts tables ================= */
.gvc-tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 26px 0; border: 1px solid var(--gcx-line); border-radius: 14px; background: var(--gvc-paper); }
.gvc-table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 14px; }
.gvc-table th { font-family: var(--gcx-mono); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: #7a7668; text-align: left; padding: 13px 16px; border-bottom: 2px solid var(--gcx-line); background: var(--gcx-parchment); white-space: nowrap; }
.gvc-table td { padding: 13px 16px; border-bottom: 1px solid #f0e9d8; vertical-align: top; line-height: 1.5; color: var(--gcx-ink-2); }
.gvc-table tr:last-child td { border-bottom: 0; }
.gvc-table td:first-child { font-weight: 600; color: var(--gcx-ink); }
.gvc-table .gvc-yes { color: #256b43; font-weight: 600; }
.gvc-table .gvc-no { color: #9a4a30; font-weight: 600; }
.gvc-table .gvc-money { font-family: var(--gcx-mono); font-size: 13px; white-space: nowrap; }

/* ================= Portal directory matrix ================= */
.gvc-filterbar { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 22px; }
.gvc-filterbar-label { font-family: var(--gcx-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: #7a7668; margin-right: 4px; }
.gvc-chip { font-family: var(--gcx-sans); font-size: 13.5px; font-weight: 600; color: var(--gcx-ink-2); background: #fff; border: 1px solid var(--gcx-line); border-radius: 999px; padding: 8px 15px; cursor: pointer; transition: all .15s; min-height: 38px; }
.gvc-chip:hover { border-color: var(--gcx-forest-light); color: var(--gcx-forest); }
.gvc-chip[aria-pressed="true"] { background: var(--gcx-forest); border-color: var(--gcx-forest); color: #fff; }
.gvc-portals { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(330px, 100%), 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.gvc-portal { background: var(--gvc-paper); border: 1px solid var(--gcx-line); border-radius: 14px; padding: 22px 22px 18px; min-width: 0; display: flex; flex-direction: column; transition: box-shadow .18s, border-color .18s; }
.gvc-portal:hover { border-color: #d8ccb2; box-shadow: 0 6px 20px -8px rgba(26,61,46,.14); }
.gvc-portal[hidden] { display: none; }
.gvc-portal-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin: 0 0 8px; }
.gvc-portal h3 { font-family: var(--gcx-serif); font-size: 20px; font-weight: 600; color: var(--gcx-forest-dk); margin: 0; line-height: 1.2; }
.gvc-portal-scope { font-family: var(--gcx-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--gcx-sienna-dk); background: #f7ead9; border-radius: 6px; padding: 4px 8px; white-space: nowrap; flex: 0 0 auto; }
.gvc-portal-scope--gov { color: #256b43; background: var(--gvc-sage); }
.gvc-portal-blurb { font-size: 14.5px; line-height: 1.55; color: var(--gcx-ink-2); margin: 0 0 14px; }
.gvc-portal-facts { list-style: none; margin: 0 0 16px; padding: 12px 0 0; border-top: 1px dashed var(--gcx-line); display: grid; gap: 7px; font-size: 13.5px; }
.gvc-portal-facts li { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 10px; min-width: 0; }
.gvc-portal-facts .gvc-pf-k { font-family: var(--gcx-mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: #8a8677; padding-top: 1px; }
.gvc-portal-facts .gvc-pf-v { color: var(--gcx-ink-2); line-height: 1.45; }
.gvc-portal-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.gvc-portal-link, .gvc-portal-link:visited { font-size: 14px; font-weight: 700; color: var(--gcx-sienna-dk); text-decoration: none; }
.gvc-portal-link:hover, .gvc-portal-link:focus { color: var(--gcx-forest); text-decoration: underline; }
.gvc-portal-more { font-size: 13px; font-weight: 600; color: #7a7668; background: none; border: 0; cursor: pointer; padding: 6px 0; text-decoration: underline; text-underline-offset: 2px; }
.gvc-portal-more:hover { color: var(--gcx-forest); }
.gvc-empty-note { font-size: 14.5px; color: #7a7668; padding: 26px 0; text-align: center; }
.gvc-empty-note[hidden] { display: none; }

/* ================= Picker / wizard (shared interactive panel) ================= */
.gvc-tool { background: var(--gvc-paper); border: 1px solid var(--gcx-line); border-radius: 16px; padding: 26px 26px 24px; margin: 30px 0; box-shadow: 0 2px 0 rgba(26,61,46,.04); }
.gvc-tool-title { font-family: var(--gcx-serif); font-size: clamp(19px, 2.4vw, 24px); font-weight: 600; color: var(--gcx-forest-dk); margin: 0 0 6px; }
.gvc-tool-sub { font-size: 14.5px; line-height: 1.55; color: #6b6a5f; margin: 0 0 20px; max-width: 56ch; }
.gvc-q { margin: 0 0 18px; }
.gvc-q-label { display: block; font-size: 15px; font-weight: 700; color: var(--gcx-ink); margin: 0 0 10px; }
.gvc-q-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.gvc-opt { font-family: var(--gcx-sans); font-size: 14px; font-weight: 600; color: var(--gcx-ink-2); background: #fff; border: 1.5px solid var(--gcx-line); border-radius: 10px; padding: 10px 16px; cursor: pointer; transition: all .15s; min-height: 44px; }
.gvc-opt:hover { border-color: var(--gcx-forest-light); }
.gvc-opt[aria-pressed="true"] { background: var(--gvc-sage); border-color: var(--gcx-forest); color: var(--gcx-forest-dk); }
.gvc-result { border-top: 2px solid var(--gcx-forest); background: var(--gcx-parchment); border-radius: 0 0 12px 12px; margin: 22px -26px -24px; padding: 22px 26px 24px; }
.gvc-result[hidden] { display: none; }
.gvc-result-h { font-family: var(--gcx-serif); font-size: 18px; font-weight: 600; color: var(--gcx-forest-dk); margin: 0 0 10px; }
.gvc-result-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.gvc-result-list li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; font-size: 14.5px; line-height: 1.5; color: var(--gcx-ink-2); }
.gvc-result-list li::before { content: '→'; color: var(--gcx-sienna); font-weight: 700; }
.gvc-result-list b { color: var(--gcx-ink); }
.gvc-result-list a, .gvc-result-list a:visited { color: var(--gcx-sienna-dk); }
.gvc-result-list a:hover, .gvc-result-list a:focus { color: var(--gcx-forest); }
@media (max-width: 560px) { .gvc-tool { padding: 20px 18px 18px; } .gvc-result { margin: 18px -18px -18px; padding: 18px; } }

/* ================= Process timeline (clearance steps) ================= */
.gvc-steps { list-style: none; margin: 28px 0; padding: 0; counter-reset: gvcstep; }
.gvc-step { position: relative; padding: 0 0 26px 58px; counter-increment: gvcstep; }
.gvc-step::before { content: counter(gvcstep); position: absolute; left: 0; top: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--gcx-forest); color: #f4e9d8; font-family: var(--gcx-serif); font-size: 17px; font-weight: 600; display: grid; place-items: center; }
.gvc-step::after { content: ''; position: absolute; left: 18.5px; top: 44px; bottom: 6px; width: 1.5px; background: var(--gcx-line); }
.gvc-step:last-child { padding-bottom: 0; }
.gvc-step:last-child::after { display: none; }
.gvc-step h3 { font-family: var(--gcx-serif); font-size: 18.5px; font-weight: 600; color: var(--gcx-forest-dk); margin: 6px 0 7px; }
.gvc-step p { font-size: 15px; line-height: 1.6; color: var(--gcx-ink-2); margin: 0 0 8px; max-width: 62ch; }
.gvc-step .gvc-step-note { font-size: 13px; color: #8a8677; font-style: italic; }

/* ================= Callouts ================= */
.gvc-callout { border-left: 3px solid var(--gcx-sienna); background: #fdf3e7; border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 24px 0; font-size: 15px; line-height: 1.6; color: #5a4636; max-width: 68ch; }
.gvc-callout b { color: var(--gcx-sienna-dk); }
.gvc-callout--forest { border-left-color: var(--gcx-forest); background: var(--gvc-sage); color: #2e463a; }
.gvc-callout--forest b { color: var(--gcx-forest-dk); }

/* ================= FAQ ================= */
.gvc-faq { margin: 26px 0; border-top: 1px solid var(--gcx-line); }
.gvc-faq details { border-bottom: 1px solid var(--gcx-line); }
.gvc-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 17px 2px; font-size: 16px; font-weight: 700; color: var(--gcx-ink); line-height: 1.4; }
.gvc-faq summary::-webkit-details-marker { display: none; }
.gvc-faq summary::after { content: '+'; font-family: var(--gcx-serif); font-size: 22px; color: var(--gcx-sienna); flex: 0 0 auto; transition: transform .18s; }
.gvc-faq details[open] summary::after { transform: rotate(45deg); }
.gvc-faq summary:hover { color: var(--gcx-forest); }
.gvc-faq-a { padding: 0 2px 18px; font-size: 15px; line-height: 1.65; color: var(--gcx-ink-2); max-width: 66ch; }
.gvc-faq-a a, .gvc-faq-a a:visited { color: var(--gcx-sienna-dk); }
.gvc-faq-a a:hover, .gvc-faq-a a:focus { color: var(--gcx-forest); }

/* ================= CTA band (funnel to /contracts.html) ================= */
.gvc-cta { border-radius: 18px; background: linear-gradient(160deg, var(--gcx-forest) 0%, var(--gcx-forest-dk) 100%); color: #f0ead9; padding: 36px clamp(22px, 4vw, 44px); margin: 40px 0 10px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; overflow-x: clip; }
.gvc-cta h2 { font-family: var(--gcx-serif); font-size: clamp(21px, 3vw, 28px); font-weight: 600; color: #fff; margin: 0 0 8px; line-height: 1.2; }
.gvc-cta h2 em { font-style: normal; color: #e8a87c; }
.gvc-cta p { font-size: 15px; line-height: 1.55; color: #d9d2c0; margin: 0; max-width: 52ch; }
.gvc-cta-btn, .gvc-cta-btn:visited { display: inline-block; background: #fff; color: var(--gcx-forest-dk); font-size: 15.5px; font-weight: 700; padding: 14px 26px; border-radius: 11px; text-decoration: none; white-space: nowrap; transition: transform .15s, box-shadow .15s; box-shadow: 0 4px 14px -4px rgba(0,0,0,.35); }
.gvc-cta-btn:hover, .gvc-cta-btn:focus { color: var(--gcx-forest-dk); transform: translateY(-1px); box-shadow: 0 8px 20px -6px rgba(0,0,0,.4); }
.gvc-cta-sub { font-family: var(--gcx-mono); font-size: 11.5px; letter-spacing: .05em; color: #b9c7bd; display: block; margin-top: 9px; text-transform: uppercase; }
@media (max-width: 700px) { .gvc-cta { grid-template-columns: minmax(0, 1fr); } }

/* ================= Sources / attribution ================= */
.gvc-sources { font-size: 13px; line-height: 1.7; color: #8a8677; border-top: 1px solid var(--gcx-line); padding-top: 18px; margin-top: 40px; }
.gvc-sources h2 { font-family: var(--gcx-mono); font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; color: #7a7668; margin: 0 0 10px; font-weight: 600; }
.gvc-sources a, .gvc-sources a:visited { color: #8a8677; text-decoration: underline; }
.gvc-sources a:hover, .gvc-sources a:focus { color: var(--gcx-forest); }

/* ================= Motion discipline ================= */
@media (prefers-reduced-motion: reduce) {
    .gvc-body *, .gvc-body *::before, .gvc-body *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ================= Shared site footer (P0 fix 2026-07-20) =================
   The .gcx-footer markup ships on every govcon page, but its styles lived ONLY
   in contracts.css — so all 7 govcon-hub pages rendered a bare unstyled footer
   (blue links, zero padding, text flush to the edge) at every width. Kept as a
   deliberate duplicate of the contracts.css block: the two families never load
   together, and a shared third file would add a request + cache-bust surface. */
.gcx-footer { background: var(--gcx-forest-dk); color: #c8d2c8; padding: 40px 22px; text-align: center; overflow-x: clip; }
.gcx-footer-brand { display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; color: #fff; font-size: 18px; }
.gcx-footer-tag { font-size: 14px; margin: 10px 0 18px; }
.gcx-footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center; margin-bottom: 18px; }
.gcx-footer-links a { color: #c8d2c8; font-size: 14px; text-decoration: none; }
.gcx-footer-links a:hover { color: #fff; text-decoration: underline; }
.gcx-footer-copy { font-size: 12.5px; color: #8ea394; max-width: 640px; margin: 0 auto; line-height: 1.6; }

/* 320px: the nowrap CTA button + mono sub clipped mid-word (audit P1) */
@media (max-width: 350px) {
    .gvc-cta-btn { white-space: normal; text-align: center; }
    .gvc-cta-sub { white-space: normal; }
}
/* narrow phones: keep the "(PSPC)"-style acronym — wrap to 2 lines instead of
   ellipsizing exactly where the identifying acronym starts (audit P2) */
@media (max-width: 414px) {
    .gvc-bar-label { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
}
