/* Warm Operator v1.0 — minimal mobile-first reader CSS
   Per company/brand/brand-guide.md §12. This is the brand layer the
   real reader (sites/reader/) would inject; included inline here so
   the article HTML files can be opened standalone for QC review. */

:root {
  --terracotta: #D65A3A;
  --espresso: #2A1A14;
  --linen: #F6EFE2;
  --muted: #6B5A4C;
  --rule: #E4D8C2;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--linen);
  color: var(--espresso);
  font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

article {
  max-width: 56ch;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.kicker {
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 0 0 0.5rem;
}

h1 {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}

h1 em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.standfirst {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.45;
  color: var(--muted);
  margin: 0 0 1.5rem;
}

.byline {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rule);
}

h2 {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 2.5rem 0 0.75rem;
}

h3 {
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 2rem 0 0.5rem;
}

p { margin: 0 0 1.1rem; }

blockquote.pullquote {
  margin: 2rem 0;
  padding: 0.25rem 0 0.25rem 1rem;
  border-left: 3px solid var(--terracotta);
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.35;
  color: var(--espresso);
}

blockquote.pullquote cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  font-size: 0.875rem;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 500;
  color: var(--muted);
}

aside.operator-bio {
  margin: 2rem 0;
  padding: 1rem 1.25rem;
  background: rgba(214, 90, 58, 0.06);
  border-left: 3px solid var(--terracotta);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

aside.operator-bio .name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--espresso);
  margin: 0 0 0.25rem;
}

aside.operator-bio .role {
  color: var(--muted);
  margin: 0;
}

figure.image-placeholder {
  margin: 2rem 0;
  padding: 2rem 1rem;
  background: rgba(42, 26, 20, 0.05);
  border: 1px dashed var(--rule);
  text-align: center;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.8125rem;
  color: var(--muted);
}

figure.image-placeholder figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-family: 'Newsreader', Georgia, serif;
  font-size: 0.875rem;
}

.section-break {
  text-align: center;
  margin: 2.5rem 0;
  color: var(--terracotta);
  letter-spacing: 0.5em;
}

footer.article-foot {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 0.8125rem;
  color: var(--muted);
}
