
:root {
  --paper: #f4efe4;
  --ink: #171713;
  --muted: #675f54;
  --rule: #b9ad99;
  --red: #9f2d28;
  --gold: #c89a43;
  --space: #071126;
  --space-ink: #edf6ff;
  --max: 1120px;
  font-family: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; color: var(--ink); background: var(--paper); }
body {
  min-height: 100vh; line-height: 1.55;
  background-image: linear-gradient(rgba(80,55,25,.028) 1px, transparent 1px);
  background-size: 100% 5px;
}
a { color: inherit; text-decoration-color: var(--red); text-underline-offset: 3px; }
a:hover { color: var(--red); }
.masthead, main, footer { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.masthead { padding: 1.3rem 0 0; }
.masthead-rule, .edition-line {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  padding: .35rem 0; font: 700 .72rem/1.2 Arial, sans-serif; letter-spacing: .11em;
}
.nameplate { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1rem 0 .25rem; }
.nameplate-the { font: 800 .82rem/1 Arial, sans-serif; letter-spacing: .25em; writing-mode: vertical-rl; transform: rotate(180deg); }
h1 { font-size: clamp(3rem, 8vw, 6.7rem); line-height: .88; letter-spacing: -.055em; margin: 0; font-weight: 900; }
.tagline { text-align: center; color: var(--muted); margin: .5rem 0 1rem; font-style: italic; font-size: 1.05rem; }
.edition-line { border-top: 3px double var(--ink); font-weight: 600; letter-spacing: .04em; }
.edition-line span:last-child { font-weight: 400; text-align: right; color: var(--muted); }
.toc { display: flex; flex-wrap: wrap; justify-content: center; gap: .2rem .9rem; padding: .7rem 0; border-bottom: 1px solid var(--rule); }
.toc a { font: 700 .72rem/1.4 Arial, sans-serif; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; }
.section { position: relative; margin: 2.5rem 0 3.2rem; }
.section-head { border-top: 5px solid var(--ink); border-bottom: 1px solid var(--ink); padding: .55rem 0 .7rem; margin-bottom: 1rem; }
.section-kicker { color: var(--red); font: 800 .7rem/1 Arial, sans-serif; letter-spacing: .18em; }
.section-head h2 { margin: .15rem 0 .05rem; font-size: clamp(1.7rem, 4vw, 2.65rem); line-height: 1.05; }
.section-head p { margin: .2rem 0 0; color: var(--muted); font-style: italic; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 1.3rem; row-gap: 1.7rem; }
.story { min-width: 0; padding-left: 1.3rem; border-left: 1px solid var(--rule); }
.story:nth-child(3n+1) { border-left: 0; padding-left: 0; }
.story--featured { grid-column: span 2; padding-right: .3rem; }
.story h3 { margin: 0 0 .35rem; font-size: 1.24rem; line-height: 1.17; }
.story--featured h3 { font-size: clamp(1.7rem, 3vw, 2.25rem); }
.meta { color: var(--red); font: 700 .72rem/1.45 Arial, sans-serif; text-transform: uppercase; letter-spacing: .04em; margin-bottom: .5rem; }
.story-copy { margin: .45rem 0; color: #302c26; font-size: 1rem; }
.story--featured .story-copy { font-size: 1.08rem; columns: 2; column-gap: 1.4rem; column-rule: 1px solid var(--rule); }
.story--featured .story-copy::first-letter { float: left; color: var(--red); font-size: 3.4rem; line-height: .78; padding: .13rem .35rem 0 0; font-weight: 800; }
.source-line { margin: .8rem 0 0; color: var(--muted); font: .72rem/1.35 Arial, sans-serif; }
.tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .65rem; }
.tags span { border-top: 1px solid var(--red); padding-top: .12rem; color: var(--red); font: 700 .63rem/1.2 Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.empty { color: var(--muted); font-style: italic; grid-column: 1 / -1; padding: 1rem 0; }
.section--space {
  width: calc(100% + 3rem); margin-left: -1.5rem; padding: 2.1rem 1.5rem 2.6rem;
  color: var(--space-ink); overflow: hidden; border-radius: 2px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.9) 0 1px, transparent 1.6px),
    radial-gradient(circle at 72% 13%, rgba(255,255,255,.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 43% 78%, rgba(255,255,255,.65) 0 1px, transparent 1.4px),
    radial-gradient(circle at 91% 65%, rgba(255,255,255,.8) 0 1px, transparent 1.5px),
    radial-gradient(ellipse at 84% 18%, rgba(63,119,255,.24), transparent 32%),
    linear-gradient(145deg, #050a18 0%, #0a1834 55%, #111b3d 100%);
  box-shadow: 0 18px 45px rgba(5,10,24,.25);
}
.section--space::before { content: ''; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: radial-gradient(#fff 0 1px, transparent 1.2px); background-size: 37px 37px; }
.section--space .section-head { position: relative; z-index: 1; border-color: #dce9ff; }
.section--space .section-kicker { color: #88c7ff; }
.section--space .section-head p, .section--space .source-line { color: #aebfdb; }
.section--space .story-grid { position: relative; z-index: 1; }
.section--space .story { border-color: rgba(210,229,255,.24); }
.section--space .story-copy { color: #dce8f9; }
.section--space .meta, .section--space .tags span { color: #82d9ff; border-color: #82d9ff; }
.section--space a:hover { color: #82d9ff; }
.orbit-mark { position: absolute; width: 210px; height: 74px; right: 1rem; top: 2.2rem; border: 1px solid rgba(130,217,255,.35); border-radius: 50%; transform: rotate(-12deg); }
.orbit-mark span { position: absolute; width: 24px; height: 24px; right: 28px; top: -2px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #ffe39a, #c86d38 65%, #5b2131); box-shadow: 0 0 25px rgba(255,171,90,.6); }
.notes { border: 1px solid var(--rule); padding: 1.2rem 1.4rem; }
.notes .section-head { border-top-width: 0; }
.notes ul { color: var(--muted); margin-bottom: .2rem; }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0 3rem; color: var(--muted); border-top: 3px double var(--ink); font-size: .82rem; }
@media (max-width: 760px) {
  .masthead-rule span:nth-child(2), .edition-line span:last-child { display: none; }
  h1 { font-size: clamp(2.7rem, 17vw, 5rem); }
  .story-grid { grid-template-columns: 1fr; }
  .story, .story:nth-child(3n+1) { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 1rem; }
  .story:first-child { border-top: 0; padding-top: 0; }
  .story--featured { grid-column: auto; }
  .story--featured .story-copy { columns: 1; }
  .section--space { width: calc(100% + 1rem); margin-left: -.5rem; padding-left: 1rem; padding-right: 1rem; }
  .orbit-mark { width: 130px; height: 48px; opacity: .55; }
  footer { display: block; }
}
@media print {
  .toc, .source-line { display: none; }
  body { background: #fff; }
  .section--space { break-inside: avoid; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
