:root {
  --accent: #1e3a8a;
  --accent-dark: #1e40af;
  --accent-soft: #eff6ff;
  --text: #111827;
  --text-muted: #4b5563;
  --text-subtle: #6b7280;
  --bg: #ffffff;
  --bg-subtle: #f9fafb;
  --border: #e5e7eb;
  --border-strong: #d1d5db;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HEADER */
.site-header {
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(10px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.logo {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.logo:hover { color: var(--accent); }

.site-nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.15s ease;
}

.site-nav a:hover { color: var(--accent); }
.site-nav a.active { color: var(--accent); font-weight: 600; }

/* MAIN */
main {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

main.wide { max-width: 920px; }

/* TYPOGRAPHY */
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
  color: var(--text);
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 3rem 0 1rem;
  color: var(--text);
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 2rem 0 0.5rem;
}

p { margin: 0 0 1rem; }

a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover { color: var(--accent-dark); }

strong { font-weight: 600; color: var(--text); }

ul { margin: 0 0 1.25rem; padding-left: 1.5rem; }
li { margin-bottom: 0.4rem; }

/* HERO */
.hero {
  padding: 3rem 0 2rem;
}

.hero h1 {
  font-size: 3rem;
  line-height: 1.1;
}

.hero .subhead {
  font-size: 1.2rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 1rem 0 2rem;
  max-width: 640px;
}

/* SECTION */
.section { margin: 3.5rem 0; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0.5rem;
  display: block;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.15s ease;
  border: 1px solid transparent;
  line-height: 1.2;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: white;
}
.btn-primary:hover {
  background: var(--accent-dark);
  color: white;
}

.btn-secondary {
  background: var(--bg);
  color: var(--accent);
  border-color: var(--border-strong);
}
.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
}

.cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

/* TABLES */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  font-size: 0.95rem;
}

th, td {
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

th {
  background: var(--bg-subtle);
  font-weight: 600;
  color: var(--text);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

td:first-child { font-weight: 500; white-space: nowrap; }

table.naics td:nth-child(2) { white-space: normal; font-weight: 400; }

/* OFFERING CARDS */
.offering {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
}

.offering h2 {
  margin: 0 0 0.25rem;
  font-size: 1.35rem;
}

.offering .duration {
  display: inline-block;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--accent-soft);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.offering p { margin-bottom: 0.75rem; }
.offering .who { color: var(--text-muted); font-style: italic; }
.offering ul { margin-bottom: 1rem; }

/* ENGAGEMENT CARDS (past performance) */
.engagement {
  border-left: 3px solid var(--accent);
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin-bottom: 2.5rem;
}

.engagement h2 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
}

.engagement .industry {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.engagement ul { margin-bottom: 1rem; }

.engagement .agent-translation {
  background: var(--accent-soft);
  border-radius: 6px;
  padding: 0.85rem 1.1rem;
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

.engagement .agent-translation strong {
  color: var(--accent);
}

/* LOGO STRIP */
.logo-strip {
  background: var(--bg-subtle);
  padding: 2rem 1.5rem;
  text-align: center;
  margin: 3rem 0;
  border-radius: 8px;
}

.logo-strip .label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-subtle);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.logo-strip .names {
  font-size: 1rem;
  color: var(--text);
  line-height: 2;
  font-weight: 500;
}

/* CONTACT BLOCK */
.contact-block {
  background: var(--bg-subtle);
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0;
  line-height: 1.8;
}

.contact-block strong { display: inline-block; min-width: 5rem; }

/* PATH BLOCK (contact page) */
.path {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
}

.path h2 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

/* FOOTER */
.site-footer {
  border-top: 1px solid var(--border);
  background: var(--bg-subtle);
  margin-top: 5rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-creds {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-creds strong { color: var(--text); }

.badge {
  background: var(--accent);
  color: white;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-copy { color: var(--text-subtle); }

/* RESPONSIVE */
@media (max-width: 640px) {
  body { font-size: 16px; }
  .header-inner {
    padding: 0.75rem 1rem;
    gap: 0.5rem;
  }
  .site-nav { gap: 0.5rem 1rem; width: 100%; }
  .site-nav a { font-size: 0.875rem; }
  main { padding: 2rem 1.25rem 3rem; }
  h1 { font-size: 2rem; }
  .hero { padding: 1.5rem 0 1rem; }
  .hero h1 { font-size: 2.2rem; }
  .hero .subhead { font-size: 1.05rem; }
  h2 { font-size: 1.25rem; margin-top: 2.5rem; }
  table { font-size: 0.875rem; }
  th, td { padding: 0.6rem 0.75rem; }
  .offering, .path { padding: 1.25rem 1.25rem; }
  .footer-inner { padding: 1.5rem 1.25rem; }
}
