/* 1009 LTD · unified business design system */
:root {
  --brand-bg: #f3f6f2;
  --brand-surface: #ffffff;
  --brand-ink: #0b1f29;
  --brand-muted: #5d6d73;
  --brand-line: #dce4df;
  --brand-primary: #123c3a;
  --brand-accent: #24c795;
  --brand-accent-soft: #dff8ee;
  --brand-warm: #f2b66d;
  --brand-danger: #d46a58;
  --brand-radius: 18px;
  --brand-shadow: 0 24px 70px rgba(11, 31, 41, .10);
  --brand-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --brand-display: "Avenir Next", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.brand-page {
  margin: 0;
  background: var(--brand-bg);
  color: var(--brand-ink);
  font: 15px/1.65 var(--brand-sans);
  -webkit-font-smoothing: antialiased;
}
.brand-page a { color: inherit; text-decoration: none; }
.brand-page button, .brand-page input { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(243, 246, 242, .86); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18, 60, 58, .10);
}
.topbar-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; letter-spacing: -.02em; white-space: nowrap; }
.logo-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: var(--brand-primary); font-size: 12px; letter-spacing: .05em; }
.logo-copy small { display: block; margin-top: -3px; color: var(--brand-muted); font-size: 10px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.topnav { margin-left: auto; display: flex; align-items: center; gap: 17px; }
.topnav a { color: #41545a; font-size: 12px; font-weight: 650; white-space: nowrap; }
.topnav a:hover { color: var(--brand-primary); }
.nav-cta { padding: 10px 15px; border-radius: 999px; color: #fff !important; background: var(--brand-primary); }
.nav-toggle { display: none; margin-left: auto; border: 0; padding: 9px 12px; border-radius: 10px; background: var(--brand-primary); color: #fff; }

.hero-pro { position: relative; overflow: hidden; padding: 92px 0 72px; }
.hero-pro::before { content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(36,199,149,.23), rgba(36,199,149,0) 66%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #3c6560; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--brand-accent); }
.hero-pro h1 { max-width: 780px; margin: 20px 0 22px; font: 760 clamp(44px, 6vw, 78px)/.98 var(--brand-display); letter-spacing: -.055em; }
.hero-pro h1 span { color: #247e69; }
.hero-pro .lede { max-width: 690px; margin: 0; color: var(--brand-muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.62; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px; border: 1px solid var(--brand-line); border-radius: 13px; background: #fff; color: var(--brand-ink); font-size: 13px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.action:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(11,31,41,.10); }
.action.primary { border-color: var(--brand-primary); background: var(--brand-primary); color: #fff; }
.action.ghost { background: transparent; }
.action.light { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; }

.hero-card { position: relative; min-height: 440px; padding: 32px; border-radius: 28px; background: var(--brand-primary); color: #fff; box-shadow: var(--brand-shadow); overflow: hidden; }
.hero-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -70px; bottom: -80px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.03), 0 0 0 100px rgba(255,255,255,.025); }
.hero-card .status { display: flex; justify-content: space-between; align-items: center; color: #b9d5ce; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--brand-accent); box-shadow: 0 0 0 5px rgba(36,199,149,.12); }
.hero-score { margin: 56px 0 38px; }
.hero-score strong { display: block; font: 760 96px/.8 var(--brand-display); letter-spacing: -.07em; }
.hero-score span { display: block; margin-top: 18px; color: #b9d5ce; font-size: 13px; }
.mini-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.mini-metric { padding: 18px 12px; background: var(--brand-primary); }
.mini-metric b { display: block; color: #fff; font-size: 20px; }
.mini-metric span { color: #9fc1b9; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { border-top: 1px solid var(--brand-line); border-bottom: 1px solid var(--brand-line); background: rgba(255,255,255,.45); }
.trust-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.trust-inner > span { color: var(--brand-muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-list { display: flex; flex: 1; justify-content: space-between; gap: 18px; color: #38575b; font-size: 13px; font-weight: 750; }

.content-section { padding: 94px 0; }
.content-section.compact { padding: 72px 0; }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 64px; align-items: end; margin-bottom: 40px; }
.section-head h2 { margin: 14px 0 0; font: 730 clamp(34px, 4vw, 54px)/1.05 var(--brand-display); letter-spacing: -.045em; }
.section-head p { max-width: 700px; margin: 0; color: var(--brand-muted); font-size: 17px; }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-card { padding: 26px; border: 1px solid var(--brand-line); border-radius: var(--brand-radius); background: var(--brand-surface); }
.metric-card b { display: block; font: 720 40px/1 var(--brand-display); letter-spacing: -.04em; }
.metric-card span { display: block; margin-top: 10px; color: var(--brand-muted); font-size: 12px; }

.org-pro-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.org-pro-card { padding: 26px; border: 1px solid var(--brand-line); border-radius: 18px; background: #fff; }
.org-pro-card > span { color: #75898d; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.org-pro-card > b { display: block; margin: 24px 0 10px; color: #247e69; font: 740 44px/1 var(--brand-display); letter-spacing: -.05em; }
.org-pro-card h3 { margin: 0 0 9px; font: 700 19px/1.2 var(--brand-display); letter-spacing: -.02em; }
.org-pro-card p { margin: 0; color: var(--brand-muted); font-size: 12px; }

.assessment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.assessment-card { position: relative; display: flex; flex-direction: column; min-height: 310px; padding: 28px; border: 1px solid var(--brand-line); border-radius: 22px; background: #fff; overflow: hidden; }
.assessment-card.featured { background: var(--brand-primary); color: #fff; border-color: var(--brand-primary); }
.assessment-card .card-kicker { color: #5f777b; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.assessment-card.featured .card-kicker, .assessment-card.featured p { color: #b9d5ce; }
.assessment-card h3 { margin: 18px 0 12px; font: 700 25px/1.14 var(--brand-display); letter-spacing: -.025em; }
.assessment-card p { margin: 0; color: var(--brand-muted); font-size: 14px; }
.assessment-card .card-metric { margin-top: auto; padding-top: 28px; }
.assessment-card .card-metric b { font: 740 46px/1 var(--brand-display); letter-spacing: -.05em; }
.assessment-card .card-metric span { margin-left: 6px; color: #789096; font-size: 11px; }
.assessment-card .card-link { margin-top: 20px; color: #207e68; font-size: 12px; font-weight: 800; }
.assessment-card.featured .card-link { color: #66e3bd; }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; border-radius: 26px; overflow: hidden; background: var(--brand-primary); color: #fff; box-shadow: var(--brand-shadow); }
.split-copy { padding: clamp(34px, 5vw, 64px); }
.split-copy h2 { margin: 16px 0; font: 730 clamp(34px, 4vw, 54px)/1.04 var(--brand-display); letter-spacing: -.045em; }
.split-copy p { max-width: 620px; color: #b9d5ce; font-size: 16px; }
.split-visual { padding: 34px; background: #0c2d2d; }
.roadmap { display: grid; gap: 11px; }
.roadmap-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; padding: 17px; border-radius: 14px; background: rgba(255,255,255,.07); }
.roadmap-row > b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(36,199,149,.15); color: #5fe0b9; font-size: 12px; }
.roadmap-row strong { display: block; font-size: 13px; }
.roadmap-row span { color: #98b9b2; font-size: 10px; }
.roadmap-row em { color: #f2b66d; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .08em; }

.catalog-tools { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 26px; }
.filter { border: 1px solid var(--brand-line); border-radius: 999px; padding: 9px 14px; background: #fff; color: #53686d; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.filter.active { border-color: var(--brand-primary); background: var(--brand-primary); color: #fff; }
.catalog-search { margin-left: auto; width: min(310px, 100%); border: 1px solid var(--brand-line); border-radius: 12px; padding: 10px 13px; background: #fff; color: var(--brand-ink); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.policy-card { display: flex; flex-direction: column; min-height: 230px; padding: 23px; border: 1px solid var(--brand-line); border-radius: 16px; background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.policy-card:hover { transform: translateY(-3px); border-color: #b7c9c1; box-shadow: 0 16px 42px rgba(11,31,41,.08); }
.policy-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #7a8d91; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.policy-type { padding: 4px 7px; border-radius: 6px; background: var(--brand-accent-soft); color: #197159; }
.policy-card h3 { margin: 18px 0 9px; font: 690 19px/1.2 var(--brand-display); letter-spacing: -.02em; }
.policy-card p { margin: 0; color: var(--brand-muted); font-size: 12px; }
.policy-actions { display: flex; gap: 14px; margin-top: auto; padding-top: 18px; }
.policy-actions a { color: #206d5f; font-size: 11px; font-weight: 800; }
.empty-state { grid-column: 1/-1; padding: 40px; border: 1px dashed #bfcac5; border-radius: 16px; color: var(--brand-muted); text-align: center; }

.page-hero { padding: 72px 0 54px; }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; }
.page-hero h1 { margin: 18px 0; font: 750 clamp(42px, 5.5vw, 70px)/1 var(--brand-display); letter-spacing: -.052em; }
.page-hero .lede { max-width: 720px; margin: 0; color: var(--brand-muted); font-size: 18px; }
.score-panel { padding: 28px; border-radius: 24px; background: var(--brand-primary); color: #fff; }
.score-panel .score { display: flex; align-items: baseline; gap: 8px; }
.score-panel .score b { font: 760 86px/.9 var(--brand-display); letter-spacing: -.06em; }
.score-panel .score span { color: #a8c8c0; }
.score-panel .rating { display: inline-block; margin-top: 20px; padding: 6px 9px; border-radius: 7px; background: rgba(212,106,88,.2); color: #ffb8aa; font-size: 10px; font-weight: 850; letter-spacing: .12em; }

.dimension-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; align-items: start; }
.dimension-list, .evidence-panel { padding: 26px; border: 1px solid var(--brand-line); border-radius: 20px; background: #fff; }
.dimension-row { display: grid; grid-template-columns: minmax(170px, .9fr) 2fr 54px; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid #e7ece8; }
.dimension-row:last-child { border-bottom: 0; }
.dimension-row strong { font-size: 13px; }
.dimension-row small { display: block; color: #789096; font-size: 10px; }
.bar-track { height: 9px; border-radius: 999px; background: #e8eeea; overflow: hidden; }
.bar-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, #1a7d69, var(--brand-accent)); }
.dimension-row b { text-align: right; font-size: 17px; }
.evidence-panel h3 { margin: 0 0 12px; font-size: 18px; }
.evidence-panel p { color: var(--brand-muted); font-size: 13px; }
.evidence-list { list-style: none; padding: 0; margin: 20px 0 0; }
.evidence-list li { padding: 12px 0; border-top: 1px solid #e7ece8; font-size: 12px; }
.evidence-list b { display: block; margin-bottom: 3px; }
.status-pill { display: inline-block; margin-top: 6px; padding: 4px 7px; border-radius: 6px; background: #eef2ef; color: #667b7f; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-pill.gap { background: #fff0ec; color: #b64d3d; }
.status-pill.partial { background: #fff5e5; color: #99601e; }

.findings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.finding { padding: 24px; border: 1px solid var(--brand-line); border-radius: 18px; background: #fff; }
.finding .number { color: #26866f; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.finding h3 { margin: 16px 0 10px; font-size: 18px; line-height: 1.25; }
.finding p { margin: 0; color: var(--brand-muted); font-size: 13px; }

.method-note { padding: 24px; border-left: 4px solid var(--brand-accent); border-radius: 0 14px 14px 0; background: #e7f7f0; color: #285d55; font-size: 13px; }
.data-table-wrap { overflow-x: auto; border: 1px solid var(--brand-line); border-radius: 16px; background: #fff; }
.data-table { width: 100%; border-collapse: collapse; min-width: 780px; }
.data-table th, .data-table td { padding: 14px 16px; border-bottom: 1px solid #e5ebe7; text-align: left; font-size: 12px; vertical-align: top; }
.data-table th { color: #60767a; background: #f7f9f7; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.data-table tr:last-child td { border-bottom: 0; }
.subsection-title { margin: 48px 0 18px; font: 700 26px/1.2 var(--brand-display); letter-spacing: -.03em; }
.coverage-table td:not(:first-child), .coverage-table th:not(:first-child) { width: 110px; text-align: center; }
.coverage-table td:not(:first-child) { color: #23806b; font-size: 15px; font-weight: 800; }
.research-panel { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1px; padding: 0; border: 1px solid var(--brand-line); border-radius: 26px; background: var(--brand-line); overflow: hidden; box-shadow: var(--brand-shadow); }
.research-copy { padding: clamp(34px, 5vw, 62px); background: #fff; }
.research-copy h2 { max-width: 780px; margin: 18px 0; font: 730 clamp(34px, 4vw, 52px)/1.05 var(--brand-display); letter-spacing: -.045em; }
.research-copy p { max-width: 760px; color: var(--brand-muted); font-size: 16px; }
.research-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }
.research-metrics > div { display: flex; flex-direction: column; justify-content: flex-end; min-height: 180px; padding: 26px; background: var(--brand-primary); color: #fff; }
.research-metrics b { font: 740 44px/1 var(--brand-display); letter-spacing: -.05em; }
.research-metrics span { margin-top: 9px; color: #9fc1b9; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { padding: 58px 0 30px; background: #081f27; color: #d5e2df; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-grid p { max-width: 520px; color: #89a4a6; font-size: 13px; }
.footer-grid h4 { margin: 0 0 14px; color: #7f9da0; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #c7d8d5; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #789599; font-size: 10px; }

/* Shared visual uplift for existing document and Framework pages. */
body:not(.brand-page) { background: #f4f7f4 !important; color: #10252e !important; }
body:not(.brand-page) .site-header,
body:not(.brand-page) .nav { backdrop-filter: blur(18px) !important; background: rgba(244,247,244,.9) !important; border-bottom-color: #dce4df !important; }
body:not(.brand-page) .brand-mark,
body:not(.brand-page) .brand .mark { border-radius: 10px !important; background: #123c3a !important; }
body:not(.brand-page) .policy-header,
body:not(.brand-page) .hero { background: transparent !important; }
body:not(.brand-page) .policy-content,
body:not(.brand-page) .doc-card,
body:not(.brand-page) .feature,
body:not(.brand-page) .panel,
body:not(.brand-page) .kpi,
body:not(.brand-page) .ins,
body:not(.brand-page) .arche,
body:not(.brand-page) .crit-card { border-color: #dce4df !important; border-radius: 14px !important; box-shadow: 0 10px 30px rgba(11,31,41,.045); }
body:not(.brand-page) .btn,
body:not(.brand-page) .pill,
body:not(.brand-page) .btn-sm,
body:not(.brand-page) .ctl { border-radius: 10px !important; }
body:not(.brand-page) footer { background: #e8eeea !important; }

@media (max-width: 1020px) {
  .hero-grid, .page-hero-grid, .dimension-layout { grid-template-columns: 1fr; }
  .hero-card { min-height: 360px; }
  .assessment-grid, .catalog-grid, .findings-grid, .org-pro-grid { grid-template-columns: repeat(2, 1fr); }
  .split-panel { grid-template-columns: 1fr; }
  .research-panel { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .site-shell { width: min(100% - 30px, 1240px); }
  .nav-toggle { display: inline-flex; }
  .topnav { display: none; position: absolute; left: 15px; right: 15px; top: 68px; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; border: 1px solid var(--brand-line); border-radius: 14px; background: #fff; box-shadow: var(--brand-shadow); }
  .topnav.open { display: flex; }
  .topnav a { padding: 10px; }
  .trust-inner { align-items: flex-start; flex-direction: column; padding: 22px 0; gap: 12px; }
  .trust-list { flex-wrap: wrap; justify-content: flex-start; }
  .hero-pro { padding: 64px 0 54px; }
  .hero-grid { gap: 42px; }
  .hero-card { padding: 25px; min-height: 330px; }
  .hero-score strong { font-size: 74px; }
  .content-section { padding: 70px 0; }
  .assessment-grid, .catalog-grid, .findings-grid, .footer-grid, .org-pro-grid { grid-template-columns: 1fr; }
  .research-metrics { grid-template-columns: 1fr 1fr; }
  .research-metrics > div { min-height: 130px; }
  .catalog-search { margin-left: 0; width: 100%; }
  .dimension-row { grid-template-columns: 1fr 50px; }
  .dimension-row .bar-track { grid-column: 1/-1; grid-row: 2; }
  .footer-grid { gap: 36px; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
