/* Streems site stylesheet — fleet web skeleton (template.firebase#57 §3).
   Per-site knob: --accent. Everything else is fleet-standard. */

:root {
  --accent: #4F7942; /* streems green */
  --text: #333;
  --body: #555;
  --subtle: #666;
  --faint: #999;
  --rule: #ddd;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  margin: 0;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
}

/* masthead: top wordmark linking home (content pages except home, and 404) */
header {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 16px 0;
}

header .wordmark {
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

header .wordmark:hover {
  text-decoration: underline;
}

h1 {
  font-size: 28px;
  margin-bottom: 4px;
}

h2 {
  font-size: 20px;
  color: var(--accent);
  margin: 24px 0 8px;
}

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

hr {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 16px 0;
}

ol,
ul {
  line-height: 1.8;
  padding-left: 20px;
}

/* subtitle line under an h1 */
.tagline {
  color: var(--subtle);
  font-size: 15px;
}

/* effective-date line on legal pages */
.effective {
  color: var(--faint);
  font-size: 13px;
}

/* bold sub-label: FAQ question, policy sub-section */
.subhead {
  font-weight: 600;
  margin: 20px 0 4px;
}

/* muted body copy */
.muted {
  color: var(--body);
}

/* emphasized stand-alone line */
.pull {
  font-style: italic;
  color: var(--subtle);
}

/* centered contact block at the foot of the content */
.contact {
  text-align: center;
}

.contact h2 {
  color: var(--text);
}

.contact .primary {
  font-weight: 600;
}

/* shared site footer: nav + copyright */
footer {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 24px;
  text-align: center;
  font-size: 14px;
}

footer .copyright {
  color: var(--faint);
  font-size: 13px;
  margin-top: 8px;
}
