/* Standing Cache Analysis — standingcache.com
   No external resources. System fonts only. */

:root {
  --accent: #1F3A5F;
  --text: #1A1A1A;
  --muted: #4A4A4A;
  --bg: #FCFBF8;
  --rule: #C9CFD8;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0 auto;
  padding: 3.5rem 1.5rem 3rem;
  max-width: 720px;
  background: var(--bg);
  color: var(--text);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 1.7;
}

/* Header */

header { margin-bottom: 2rem; }

h1 {
  margin: 0 0 0.4rem;
  color: var(--accent);
  font-size: 1.85rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.subtitle {
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
  font-style: italic;
}

.location {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

hr {
  height: 0;
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid var(--rule);
}

/* Sections */

section { margin: 0 0 2.5rem; }

section:last-child { margin-bottom: 0; }

h2 {
  margin: 0 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--rule);
  color: var(--accent);
  font-size: 1.15rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

p { margin: 0 0 1.1rem; }

p:last-child { margin-bottom: 0; }

.lede { margin-bottom: 2.75rem; }

.lede p:first-child { font-size: 1.05rem; }

/* Lists */

ul {
  margin: 0;
  padding-left: 1.3rem;
}

li { margin-bottom: 0.5rem; }

li:last-child { margin-bottom: 0; }

/* Links */

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

a:hover, a:focus { color: #142942; }

.cv { margin-top: 1.4rem; }

.cv a { font-size: 1.05rem; }

/* Footer */

footer {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Mobile */

@media (max-width: 600px) {
  body {
    padding: 2rem 1.1rem 2.5rem;
    font-size: 17px;
    line-height: 1.65;
  }
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.05rem; letter-spacing: 0.04em; }
  .subtitle { font-size: 1rem; }
  hr { margin: 1.5rem 0; }
  section { margin-bottom: 2rem; }
  ul { padding-left: 1.1rem; }
}

/* Print — letter paper */

@media print {
  body {
    max-width: 100%;
    padding: 0;
    background: #FFF;
    color: #000;
    font-size: 11pt;
    line-height: 1.5;
  }
  @page { margin: 0.9in 1in; }
  h1 { font-size: 17pt; }
  h2 { font-size: 11.5pt; }
  h2, section, li { page-break-inside: avoid; }
  h2 { page-break-after: avoid; }
  a { color: #000; text-decoration: none; }
  /* Expose destinations of links that are not visible as text on paper. */
  .cv a::after { content: " — standingcache.com/cv/Jackson_Expert_Witness_CV.pdf"; }
  section { margin-bottom: 1.6rem; }
  hr { margin: 1.2rem 0; border-top: 1px solid #999; }
}
