/* Strata theme — front-end token + small style layer.
   Complements theme.json. Keep minimal — most layout is in the issue's
   inlined <style> block (rendered by src/render/email.ts). */

:root {
  --strata-pad: clamp(20px, 4vw, 56px);
}

body { background: #0a0a0a; color: #f4f1ea; }

.strata-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--strata-pad);
}

.strata-meta-band {
  margin: 16px 0 32px;
  font-family: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  color: #a8a39a;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.strata-meta-band .issue-num { color: #f4f1ea; font-weight: 500; }

.site-masthead {
  padding: clamp(48px, 8vw, 96px) 0 32px;
  border-bottom: 1px solid rgba(244, 241, 234, 0.18);
}
.site-masthead a {
  text-decoration: none;
  color: #b45309;
}
.site-masthead h1.wp-block-site-title {
  font-family: "Archivo", system-ui, -apple-system, sans-serif;
  font-size: clamp(72px, 11vw, 128px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}

.site-footer {
  margin: clamp(96px, 12vw, 160px) 0 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(244, 241, 234, 0.18);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: #6b665f;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
