/* The Smarter Position — companion site
   Brand: dark charcoal, warm off-white, one restrained accent.
   System fonts only (no licensing entries needed in the asset-rights ledger). */

:root {
  --charcoal: #20242a;
  --charcoal-raised: #2a2f37;
  --offwhite: #f2ede4;
  --offwhite-dim: #c9c3b8;
  --accent: #d9a441;
  --max-width: 44rem;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--charcoal);
  color: var(--offwhite);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}

header.site {
  border-bottom: 1px solid var(--charcoal-raised);
  padding: 1.25rem 1.5rem;
}

header.site .inner,
main,
footer.site .inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

header.site .wordmark {
  color: var(--offwhite);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

header.site .wordmark span { color: var(--accent); }

header.site nav {
  float: right;
}

header.site nav a {
  color: var(--offwhite-dim);
  text-decoration: none;
  margin-left: 1.25rem;
  font-size: 0.95rem;
}

header.site nav a:hover { color: var(--offwhite); }

main { padding: 3rem 1.5rem 4rem; }

h1 {
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 1.4rem;
  margin: 2.5rem 0 0.75rem;
}

.tagline {
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.lede { color: var(--offwhite-dim); }

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

ul.promise {
  padding-left: 1.25rem;
}

ul.promise li { margin: 0.5rem 0; }

.buttons { margin: 2rem 0 0; }

.btn {
  display: inline-block;
  padding: 0.7rem 1.3rem;
  margin: 0 0.75rem 0.75rem 0;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

.btn-primary {
  background: var(--accent);
  color: var(--charcoal);
}

.btn-secondary {
  border: 1px solid var(--offwhite-dim);
  color: var(--offwhite);
}

.btn:hover { opacity: 0.9; }

footer.site {
  border-top: 1px solid var(--charcoal-raised);
  padding: 1.5rem;
  color: var(--offwhite-dim);
  font-size: 0.85rem;
  line-height: 1.5;
}

footer.site a { color: var(--offwhite-dim); }

@media (max-width: 600px) {
  h1 { font-size: 1.85rem; }
  header.site nav { float: none; display: block; margin-top: 0.5rem; }
  header.site nav a { margin: 0 1rem 0 0; }
}
