/* Zorzee shared stylesheet.
   Design tokens are the locked brand system from the production spec.
   FORD: port the full Jersey Mike's Pro VC2 component fidelity into this file.
   Once a rule lives here, remove it from any per-page inline <style> block.
   Goal: zero inlined CSS in generated dossiers. */

:root {
  --paper: #F7F7F5;
  --ink: #1C1C1C;
  --ink-soft: #4a4a45;
  --ink-muted: #8A8A8A;
  --green: #1B6B4A;   /* emerald: growth/flat, primary brand */
  --red: #9a3b34;     /* contraction / negative unit-change ONLY. never amber. */
  --hairline: #e4e3df;
  --paper-card: #ffffff;
  --font-head: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --maxw: 880px;
  --radius: 6px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}
h1, h2, h3, .head { font-family: var(--font-head); color: var(--ink); line-height: 1.2; }
a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* nav */
.nav { border-bottom: 1px solid var(--hairline); background: var(--paper); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-family: var(--font-head); font-weight: 700; font-size: 20px; letter-spacing: .2px; }
.nav-links { display: flex; gap: 22px; }
.nav-links a { color: var(--ink-soft); font-size: 14px; }
.mobile-menu-btn { display: none; background: none; border: 0; font-size: 22px; cursor: pointer; }

/* access bar */
.access-bar { font-size: 13px; padding: 10px 0; border-bottom: 1px solid var(--hairline); }
.access-bar.is-free { color: var(--ink-muted); }
.access-bar.is-pro { color: var(--green); }

/* breadcrumb */
.breadcrumb { font-size: 12.5px; color: var(--ink-muted); padding: 16px 0 0; }

/* hero */
.hero { padding: 26px 0 28px; border-bottom: 1px solid var(--hairline); }
.hero .eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; color: var(--green); font-weight: 600; }
.hero h1 { font-size: 40px; margin: 10px 0 8px; }
.hero .subhead { color: var(--ink-soft); font-size: 16px; }
.hero-meta { margin-top: 14px; font-size: 13px; color: var(--ink-soft); }
.hero-note { margin-top: 12px; font-size: 12.5px; color: var(--ink-muted); }

/* section scaffolding */
.section { padding: 30px 0; border-bottom: 1px solid var(--hairline); }
.section-label { font-family: var(--font-head); font-size: 22px; margin: 0 0 16px; }

/* brand about */
.about-section { background: rgba(255,255,255,.34); }
.about-copy { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: 15.5px; line-height: 1.75; }
.about-source { margin-top: 12px; color: var(--ink-muted); font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; }

/* numbers at a glance */
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.summary-card { background: var(--paper-card); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 16px; }
.summary-card .label { font-size: 12px; color: var(--ink-muted); }
.summary-card .value { font-family: var(--font-head); font-size: 24px; margin: 6px 0; }
.summary-card .source { font-size: 11px; color: var(--ink-muted); }

/* signal tracker */
.signal { border: 1px solid var(--hairline); border-radius: var(--radius); padding: 16px; margin-bottom: 12px; background: var(--paper-card); }
.signal-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.signal-cat { font-weight: 600; font-size: 14.5px; }
.rating { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.rating.strength { color: var(--green); background: rgba(27,107,74,.10); }
.rating.in-line { color: var(--ink-soft); background: rgba(28,28,28,.06); }
.rating.deal-specific { color: var(--ink); background: rgba(28,28,28,.06); }
.signal-body { margin-top: 8px; font-size: 14px; color: var(--ink-soft); }

/* locked markers (Free build). Note: locked = content ABSENT, this is only the affordance. */
.locked { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-muted); font-size: 12.5px; font-weight: 500; }
.locked::before { content: "\1F512"; font-size: 11px; }
tr.is-locked { background: #fcfcfb; }

/* CTA */
.cta { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 34px 30px; margin: 30px 0; }
.cta h2 { color: #fff; font-size: 26px; margin: 0 0 10px; }
.cta p { color: rgba(255,255,255,.82); margin: 0 0 18px; }
.btn { display: inline-block; background: var(--green); color: #fff; padding: 13px 22px; border-radius: 4px; font-weight: 600; font-size: 15px; }
.btn.secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.44); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 14px; }
.cta .hero-note { color: rgba(255,255,255,.62); margin-bottom: 0; }
.btn:hover { text-decoration: none; opacity: .94; }

/* data table */
.data-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.data-table th, .data-table td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--hairline); vertical-align: top; }
.data-table .item-col { color: var(--ink-muted); font-size: 12px; white-space: nowrap; }
.data-table .value-col { color: var(--ink); }

/* system growth bars */
.growth { display: flex; align-items: flex-end; gap: 14px; height: 160px; }
.growth .bar { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 8px; }
.growth .bar .col { width: 100%; border-radius: 4px 4px 0 0; }
.growth .bar .yr { font-size: 12px; color: var(--ink-muted); }
.growth .bar .ct { font-size: 12px; font-weight: 600; }

/* pending state (truthful unavailable, never a confident placeholder) */
.pending { color: var(--ink-muted); font-style: italic; }

footer.site { padding: 30px 0; color: var(--ink-muted); font-size: 12.5px; }

@media (max-width: 880px) {
  .summary-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 30px; }
  .nav-links { display: none; }
  .nav.mobile-open .nav-links { display: flex; flex-direction: column; gap: 12px; position: absolute; left: 0; right: 0; background: var(--paper); padding: 14px 22px; border-bottom: 1px solid var(--hairline); }
  .mobile-menu-btn { display: block; }
}
