:root { --maxw: 860px; --pad: 20px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111; background: #fff;
}
header, main, footer { width: 100%; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
header {
  border-bottom: 1px solid #eee; background: #fff; position: sticky; top: 0; z-index: 10;
}
.nav {
  display: flex; gap: 14px; align-items: center; justify-content: space-between; padding: 14px 0;
}
.nav a { text-decoration: none; color: #111; opacity: 0.9; }
.nav a:hover { opacity: 1; text-decoration: underline; }
.brand { font-weight: 700; letter-spacing: 0.2px; }
.hero { padding: 36px 0 12px; }
.hero h1 { margin: 0 0 8px; font-size: 28px; }
.grid {
  display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 18px 0 28px;
}
.card {
  border: 1px solid #eee; border-radius: 10px; padding: 16px; background: #fff;
}
.card a { text-decoration: none; color: inherit; }
.card h3 { margin: 0 0 6px; }
section { padding: 12px 0 22px; border-top: 1px solid #f2f2f2; }
section h2 { margin: 16px 0 8px; font-size: 22px; }
footer { border-top: 1px solid #eee; margin-top: 28px; }
.footer-inner { padding: 18px 0; font-size: 14px; opacity: 0.8; }
code, pre { background: #fafafa; border: 1px solid #eee; border-radius: 6px; }
pre { padding: 12px; overflow: auto; }
.small { font-size: 12px; opacity: 0.75; }
nav.small a { color: #444; text-decoration: none; margin: 0 3px; }
nav.small a:hover { text-decoration: underline; }
hr { border: 0; border-top: 1px solid #eee; margin-top: 28px; }

/* Employers — understated premium band (shared docs site) */
.brand-link { text-decoration: none; color: inherit; }
.brand-link:hover { opacity: 0.85; }
.employers-page header { background: #fff; }
.employers-wrap {
  margin: 0;
  padding: 52px 0 60px;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.employers-prose {
  max-width: 38rem;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5c5c5c;
  margin: 0 0 14px;
}
.employers-hero h1,
.employers-wrap h1 {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #0a0a0a;
}
.employers-wrap .lead {
  font-size: 18px;
  line-height: 1.65;
  color: #2a2a2a;
  margin: 0 0 18px;
}
.employers-wrap p:not(.eyebrow):not(.lead):not(.pull-line):not(.employers-quiet) {
  margin: 0 0 16px;
  color: #333;
  line-height: 1.65;
}
.employers-wrap .pull-line {
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid #e6e6e6;
  font-size: 15px;
  line-height: 1.55;
  color: #1f1f1f;
  font-weight: 500;
}
.employers-quiet {
  font-size: 13px;
  line-height: 1.55;
  color: #666;
  margin: 26px 0 0;
}
