:root {
  color-scheme: dark;
  --bg: #11130f;
  --bg-deep: #0b0d0a;
  --panel: #181b16;
  --panel-raised: #20241d;
  --paper: #e9e4d6;
  --text: #e7e4db;
  --muted: #9ca194;
  --ink: #151712;
  --line: #343a2f;
  --line-soft: rgba(231, 228, 219, 0.12);
  --gold: #d7b65a;
  --gold-bright: #f1d375;
  --cyan: #53ccd1;
  --red: #ce5b43;
  --green: #788f54;
  --sidebar: 274px;
  --topbar: 74px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

:root[data-theme="light"] {
  color-scheme: light;
  --bg: #e8e4d7;
  --bg-deep: #dcd6c5;
  --panel: #f2eee2;
  --panel-raised: #faf7ed;
  --paper: #f9f6ed;
  --text: #20231c;
  --muted: #656b5f;
  --ink: #171914;
  --line: #b9b9a8;
  --line-soft: rgba(24, 27, 21, 0.14);
  --gold: #936f0f;
  --gold-bright: #745706;
  --cyan: #177d83;
  --red: #a43f2d;
  --green: #667943;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--topbar) + 28px); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 90; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--gold-bright); }

.topbar {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--topbar);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px; background: color-mix(in srgb, var(--bg-deep) 92%, transparent);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { min-width: 0; display: flex; gap: 12px; align-items: center; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
.brand strong { display: block; font-size: 15px; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font: 9px var(--mono); letter-spacing: .15em; }
.brand-mark { display: block; width: 37px; height: 37px; flex: 0 0 auto; border-radius: 9px; }
.topbar-actions { display: flex; gap: 8px; align-items: center; }
.icon-button { min-height: 40px; border: 1px solid var(--line); background: transparent; padding: 0 12px; cursor: pointer; }
.icon-button:hover { border-color: var(--gold); }
.search-trigger { display: flex; gap: 9px; align-items: center; }
.search-trigger kbd { margin-left: 8px; padding: 2px 5px; color: var(--muted); border: 1px solid var(--line); font: 11px var(--mono); }
.menu-toggle { display: none; }

.site-layout { min-height: 100vh; padding-top: var(--topbar); }
.sidebar {
  position: fixed; inset: var(--topbar) auto 0 0; width: var(--sidebar); overflow-y: auto;
  padding: 25px 20px 40px; background: var(--bg-deep); border-right: 1px solid var(--line);
}
.sidebar-label { display: flex; justify-content: space-between; margin-bottom: 26px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.sidebar-label span { color: var(--gold); }
.nav-section { margin-bottom: 24px; }
.nav-section h2 { margin: 0 0 7px 10px; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.nav-section a { display: block; padding: 8px 10px; border-left: 2px solid transparent; color: var(--muted); text-decoration: none; font-size: 13px; }
.nav-section a:hover { color: var(--text); background: var(--panel); }
.nav-section a.active { color: var(--gold-bright); border-color: var(--gold); background: linear-gradient(90deg, color-mix(in srgb, var(--gold) 12%, transparent), transparent); }
.series-part { margin-top: 13px; }
.series-part h3 { margin: 0 0 3px 10px; color: var(--text); font: 700 12px/1.25 var(--serif); }
.series-part a { padding-left: 18px; font-size: 12px; }
.sidebar-note { margin: 35px 10px 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.6; }

.home-main, .reader-main, .archive-main { margin-left: var(--sidebar); }
.hero { position: relative; min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); align-items: center; gap: 8vw; overflow: hidden; padding: 90px clamp(40px, 7vw, 110px); background: var(--bg-deep); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -120px; top: 30px; border: 1px solid color-mix(in srgb, var(--gold) 23%, transparent); border-radius: 50%; box-shadow: 0 0 0 90px color-mix(in srgb, var(--gold) 2%, transparent), 0 0 0 180px color-mix(in srgb, var(--gold) 2%, transparent); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-copy, .hero-signal { position: relative; z-index: 1; }
.eyebrow { color: var(--gold); font: 10px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow span { display: inline-block; width: 28px; height: 1px; margin-right: 8px; vertical-align: middle; background: var(--gold); }
.hero h1 { max-width: 850px; margin: 24px 0; font: 700 clamp(55px, 6vw, 96px)/.93 var(--serif); letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-bright); font-weight: 400; }
.hero-deck { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 38px; }
.primary-button { display: inline-flex; align-items: center; gap: 24px; padding: 15px 19px; background: var(--gold); color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 800; }
.primary-button:hover { background: var(--gold-bright); }
.text-button { border: 0; border-bottom: 1px solid var(--muted); background: transparent; padding: 7px 0; color: var(--muted); cursor: pointer; font-size: 13px; }
.text-button:hover { color: var(--text); border-color: var(--text); }
.hero-signal { justify-self: end; width: min(100%, 340px); }
.signal-orbit { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; animation: orbit 35s linear infinite; }
.signal-orbit::before, .signal-orbit::after { content: ""; position: absolute; border: 1px dashed color-mix(in srgb, var(--cyan) 40%, transparent); border-radius: 50%; }
.signal-orbit::before { width: 70%; height: 70%; }
.signal-orbit::after { width: 38%; height: 38%; }
.signal-cube { width: 62px; height: 62px; border: 2px solid var(--paper); transform: rotate(45deg); box-shadow: 0 0 45px color-mix(in srgb, var(--cyan) 40%, transparent); }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-signal dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0 0; }
.hero-signal dl div { padding: 12px; border-left: 1px solid var(--line); }
.hero-signal dt { color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }
.hero-signal dd { margin: 7px 0 0; color: var(--gold-bright); font: 26px var(--serif); }

.start-section, .library-section { padding: 80px clamp(35px, 6vw, 90px); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 34px; }
.section-heading h2 { margin: 7px 0 0; font: 52px/1 var(--serif); letter-spacing: -.03em; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.document-card { position: relative; min-width: 0; min-height: 210px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s, transform .2s; }
.document-card:hover { z-index: 1; background: var(--panel-raised); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.card-index { color: var(--line); font: 54px/1 var(--serif); }
.card-meta { margin-top: auto; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.document-card strong { margin-top: 8px; font: 25px var(--serif); }
.card-action { margin-top: 18px; color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.premise-band { display: flex; justify-content: space-between; gap: 50px; align-items: center; padding: 55px clamp(35px, 6vw, 90px); background: var(--gold); color: var(--ink); }
.premise-band p { max-width: 960px; margin: 0; font: 30px/1.28 var(--serif); }
.premise-band a { flex: 0 0 auto; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.library-section { background: var(--panel); }
.library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 50px; }
.library-group { min-width: 0; }
.library-group h3 { margin: 0 0 13px; color: var(--gold); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .13em; }
.library-group > div { border-top: 1px solid var(--line); }
.library-group a { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 13px; }
.library-group a:hover span { color: var(--gold-bright); }
.library-group small { color: var(--muted); font-size: 10px; }

.reader-main { display: grid; grid-template-columns: minmax(0, 820px) minmax(190px, 230px); justify-content: center; gap: clamp(40px, 5vw, 90px); padding: 65px clamp(30px, 5vw, 80px) 100px; }
.document { min-width: 0; }
.document-header { margin-bottom: 38px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.document-header .eyebrow { margin: 0 0 13px; }
.document-standfirst { margin: 0 0 14px; font: italic 600 17px/1.45 var(--serif); letter-spacing: .01em; }
.document-meta { display: flex; gap: 22px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.markdown-body { overflow-wrap: break-word; font: 18px/1.75 var(--serif); }
.markdown-body > h1:first-child { margin-top: 0; font-size: clamp(50px, 6vw, 76px); line-height: .98; letter-spacing: -.04em; }
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4 { position: relative; color: var(--text); }
.markdown-body h1 { margin: 70px 0 28px; font: 62px/1 var(--serif); }
.markdown-body h2 { margin: 68px 0 22px; padding-top: 4px; font: 39px/1.08 var(--serif); letter-spacing: -.025em; }
.markdown-body h2::before { content: ""; position: absolute; left: -27px; top: 12px; width: 10px; height: 10px; border: 1px solid var(--gold); transform: rotate(45deg); }
.markdown-body h3 { margin: 48px 0 16px; color: var(--gold-bright); font: 700 21px/1.25 var(--sans); }
.markdown-body h4 { margin: 35px 0 12px; font: 700 16px var(--sans); }
.heading-anchor { margin-left: 9px; color: var(--line); text-decoration: none; font: 16px var(--mono); opacity: 0; }
.markdown-body :is(h1,h2,h3,h4):hover .heading-anchor { opacity: 1; }
.markdown-body p { margin: 0 0 20px; }
.character-art { width: min(100%, 520px); margin: 18px 0 30px; padding: 8px; border: 1px solid var(--line); background: var(--panel); box-shadow: 0 16px 36px rgba(0,0,0,.18); }
.character-art img { display: block; width: 100%; height: auto; }
.characters-page .character-art { width: min(100%, 360px); }
.enemies-page .character-art {
  width: min(100%, 460px);
  margin: 20px auto 34px;
}
.enemies-page .character-art img {
  aspect-ratio: 961 / 1636;
  object-fit: cover;
}
.markdown-body :is(img, svg, video, iframe) { max-width: 100%; }
.markdown-body a { color: var(--cyan); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.markdown-body strong { color: var(--text); font-weight: 700; }
.markdown-body code { padding: .14em .35em; border: 1px solid var(--line); background: var(--panel-raised); font: .78em var(--mono); }
.markdown-body pre { overflow-x: auto; padding: 20px; background: var(--bg-deep); border: 1px solid var(--line); }
.markdown-body pre code { padding: 0; border: 0; background: transparent; color: var(--gold-bright); }
.markdown-body blockquote { position: relative; margin: 28px 0 35px; padding: 22px 26px 22px 34px; border-left: 3px solid var(--gold); background: var(--panel); color: var(--gold-bright); font-size: 25px; line-height: 1.45; }
.markdown-body ul, .markdown-body ol { margin: 0 0 25px; padding-left: 27px; }
.markdown-body li { margin: 7px 0; padding-left: 5px; }
.markdown-body li::marker { color: var(--gold); font-family: var(--mono); }
.check-item { display: flex; gap: 10px; align-items: start; }
.check-item input { margin-top: 7px; accent-color: var(--gold); }
.table-wrap { overflow-x: auto; margin: 30px 0 36px; border: 1px solid var(--line); }
.markdown-body table { width: 100%; border-collapse: collapse; font: 13px/1.5 var(--sans); }
.markdown-body th { background: var(--panel-raised); color: var(--gold-bright); text-align: left; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.markdown-body th, .markdown-body td { padding: 12px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.markdown-body tr:last-child td { border-bottom: 0; }
.last-call-recap {
  margin-top: 58px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.last-call-recap summary {
  cursor: pointer;
  color: var(--gold-bright);
  font: 800 11px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.last-call-recap summary::marker { color: var(--gold); }
.last-call-recap p {
  margin: 18px 0 0;
  color: var(--text);
  font: 17px/1.62 var(--serif);
}
.episode-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 60px; padding-top: 20px; border-top: 1px solid var(--line); }
.episode-nav-link { color: var(--text); text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.episode-nav-link:hover { color: var(--gold); }
.document-footer { display: flex; gap: 16px; align-items: center; margin-top: 80px; padding: 20px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.document-footer code { min-width: 0; overflow-wrap: anywhere; font-family: var(--mono); color: var(--gold); }
.document-footer a { margin-left: auto; color: var(--text); }
.page-outline { position: sticky; top: calc(var(--topbar) + 35px); min-width: 0; align-self: start; max-height: calc(100vh - var(--topbar) - 70px); overflow-y: auto; padding-left: 18px; border-left: 1px solid var(--line); }
.page-outline > p { margin: 0 0 15px; color: var(--gold); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.page-outline nav a { display: block; overflow-wrap: anywhere; padding: 5px 0; color: var(--muted); text-decoration: none; font-size: 11px; line-height: 1.35; }
.page-outline nav a:hover, .page-outline nav a.active { color: var(--text); }
.page-outline .toc-level-3 { padding-left: 12px; }
.back-to-top { display: block; margin-top: 20px; color: var(--gold); font-size: 10px; text-decoration: none; text-transform: uppercase; }

.search-dialog { width: min(720px, calc(100vw - 30px)); max-height: min(680px, calc(100vh - 50px)); padding: 0; border: 1px solid var(--line); background: var(--panel-raised); color: var(--text); box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.search-dialog::backdrop { background: rgba(5,7,5,.75); backdrop-filter: blur(6px); }
.search-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.search-header label { color: var(--gold); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.dialog-close { border: 0; background: transparent; cursor: pointer; font-size: 24px; }
#site-search { width: calc(100% - 44px); margin: 22px 22px 8px; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--text); font: 27px var(--serif); }
#site-search:focus { border-color: var(--gold); }
.search-hint { padding: 0 22px 18px; color: var(--muted); font-size: 11px; }
.search-results { max-height: 450px; overflow-y: auto; border-top: 1px solid var(--line); }
.search-results a { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 16px 22px; border-bottom: 1px solid var(--line); text-decoration: none; }
.search-results a:hover { background: var(--panel); }
.search-results small { display: block; margin-bottom: 6px; color: var(--gold); font: 9px var(--mono); text-transform: uppercase; }
.search-results strong { font: 17px var(--serif); }
.search-results p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.no-results { padding: 30px 22px; color: var(--muted); }
.scrim { position: fixed; inset: var(--topbar) 0 0; z-index: 39; background: rgba(0,0,0,.6); }

@media (max-width: 1450px) {
  .reader-main { grid-template-columns: minmax(0, 820px); }
  .page-outline { display: none; }
}

@media (max-width: 1150px) {
  .hero { grid-template-columns: 1fr; }
  .hero-signal { display: none; }
}

@media (max-width: 850px) {
  :root { --topbar: 64px; }
  .topbar { padding: 0 15px; }
  .brand small, .button-label, .search-trigger kbd { display: none; }
  .menu-toggle { display: block; }
  .sidebar { z-index: 40; transform: translateX(-105%); transition: transform .25s; box-shadow: 20px 0 50px rgba(0,0,0,.35); }
  .menu-open .sidebar { transform: translateX(0); }
  .home-main, .reader-main, .archive-main { margin-left: 0; }
  .hero { min-height: 590px; padding: 75px 25px; }
  .hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .start-section, .library-section { padding: 60px 24px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .section-heading h2 { font-size: 43px; }
  .card-grid, .library-grid { grid-template-columns: 1fr 1fr; }
  .premise-band { align-items: flex-start; flex-direction: column; padding: 45px 24px; }
  .reader-main { display: block; padding: 45px 28px 80px; }
  .markdown-body > h1:first-child { font-size: 50px; }
  .characters-page .character-art { width: min(100%, 300px); }
}

@media (max-width: 560px) {
  .card-grid, .library-grid { grid-template-columns: 1fr; }
  .document-card { min-height: 180px; }
  .premise-band p { font-size: 25px; }
  .reader-main { padding-inline: 21px; }
  .markdown-body { font-size: 17px; }
  .markdown-body h2 { font-size: 33px; }
  .markdown-body h2::before { display: none; }
  .last-call-recap { margin-top: 44px; padding: 19px; }
  .characters-page .character-art { width: min(62vw, 220px); margin: 14px auto 24px; padding: 5px; }
  .document-meta { flex-wrap: wrap; gap: 8px 16px; }
  .document-footer { align-items: flex-start; flex-direction: column; }
  .document-footer a { margin-left: 0; }
  .search-results a { grid-template-columns: 1fr; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Public series homepage */
.home-page {
  --sun: #f3c94f;
  --tavern: #b83c2e;
  --sky: #3ca9d6;
  --leaf: #357443;
  --navy: #172a3a;
  --cream: #fff8df;
  --home-line: rgba(23, 42, 58, .22);
  background: var(--cream);
  color: var(--navy);
}
.home-page .reading-progress span { background: var(--tavern); }
.home-page .site-layout { display: block; padding-top: 0; }
.home-page .home-main { margin-left: 0; }
.home-page .public-topbar {
  position: absolute;
  height: 82px;
  padding: 0 clamp(20px, 4vw, 68px);
  background: linear-gradient(180deg, rgba(13, 30, 39, .58), transparent);
  border: 0;
  color: #fff;
  backdrop-filter: none;
}
.home-page .brand { gap: 14px; text-shadow: 0 1px 8px rgba(0, 0, 0, .35); }
.home-page .brand strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 21px;
  letter-spacing: .045em;
}
.home-page .brand small { color: rgba(255, 255, 255, .78); }
.home-page .brand-mark {
  width: 37px;
  height: 37px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .24));
}
.public-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); margin-left: auto; margin-right: 34px; }
.public-nav a {
  color: #fff;
  font: 800 11px var(--sans);
  letter-spacing: .09em;
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
  text-transform: uppercase;
}
.public-nav a:hover { color: var(--sun); }
.home-page .icon-button {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(13, 30, 39, .16);
  color: #fff;
}
.home-page .menu-toggle { display: none; }

.home-page .hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 150px clamp(24px, 6vw, 100px) clamp(80px, 10vh, 110px);
  background: var(--sky);
  border: 0;
}
.hero-landscape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% center;
  animation: hero-settle 1.2s cubic-bezier(.2,.7,.2,1) both;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 30, 40, .79) 0%, rgba(11, 30, 40, .34) 50%, rgba(11, 30, 40, .06) 76%),
    linear-gradient(0deg, rgba(11, 30, 40, .62), transparent 52%);
}
@keyframes hero-settle {
  from { opacity: .3; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}
.home-page .hero-copy { width: min(760px, 70vw); color: #fff; }
.home-page .hero .eyebrow {
  margin: 0 0 18px;
  color: var(--sun);
  font: 800 11px var(--mono);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.home-page .hero h1 {
  display: flex;
  align-items: center;
  gap: clamp(9px, 1.4vw, 22px);
  max-width: none;
  margin: 0 0 18px;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(70px, 10vw, 154px);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-shadow: 4px 5px 0 var(--tavern), 0 16px 40px rgba(0,0,0,.28);
}
.home-page .hero h1 b {
  color: var(--sun);
  font-family: Georgia, serif;
  font-size: .55em;
  font-style: italic;
  font-weight: 900;
  text-shadow: 2px 3px 0 var(--tavern);
  transform: rotate(-7deg);
}
.hero-marquee {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin: 12px 0 0;
  padding: 13px 20px 12px;
  background: var(--cream);
  border: 3px solid var(--navy);
  box-shadow: 7px 8px 0 var(--tavern);
  color: var(--navy);
  transform: rotate(-1.2deg);
}
.hero-marquee p,
.hero-marquee strong { margin: 0; }
.hero-marquee p { font: italic 20px Georgia, serif; }
.hero-marquee strong {
  font: 900 20px "Arial Narrow", Arial, sans-serif;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.home-page .hero-actions { margin-top: 34px; }
.hero-reading-note {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .82);
  font: 800 10px var(--mono);
  letter-spacing: .09em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
  text-transform: uppercase;
}
.home-page .primary-button {
  padding: 16px 20px;
  background: var(--sun);
  border: 2px solid var(--navy);
  box-shadow: 4px 4px 0 var(--navy);
  color: var(--navy);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.home-page .primary-button:hover {
  background: #ffdc68;
  box-shadow: 2px 2px 0 var(--navy);
  transform: translate(2px, 2px);
}
.home-page .text-button {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.home-page .text-button:hover { color: var(--sun); border-color: var(--sun); }
.hero-caption {
  position: absolute;
  right: clamp(22px, 4vw, 60px);
  bottom: 20px;
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,.8);
  font: 10px var(--mono);
  letter-spacing: .04em;
  text-align: right;
}

.premise-section,
.latest-story,
.crew-section,
.series-section,
.bellwether-section { padding: clamp(70px, 9vw, 135px) clamp(24px, 7vw, 110px); }
.premise-section { background: var(--sun); }
.premise-kicker { display: flex; align-items: center; gap: 18px; font: 800 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.premise-kicker i { width: 70px; height: 2px; background: var(--tavern); }
.premise-copy { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 140px); margin-top: 38px; }
.premise-copy h2,
.home-page .section-heading h2,
.story-copy h2,
.bellwether-copy h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(52px, 7vw, 105px);
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.premise-copy div { padding-top: 8px; border-top: 4px solid var(--navy); }
.premise-copy p { margin: 0 0 18px; font: 20px/1.55 Georgia, serif; }

.voice-section { padding: clamp(50px, 7vw, 95px) clamp(24px, 7vw, 110px); background: var(--navy); color: var(--cream); }
.voice-section .eyebrow { color: var(--sun); font: 800 10px var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.voice-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 70px); margin: 34px 0 0; padding: 0; list-style: none; }
.voice-quotes li { padding-top: 16px; border-top: 2px solid rgba(255,248,223,.28); }
.voice-quotes blockquote { margin: 0 0 14px; font: italic 21px/1.42 Georgia, serif; }
.voice-quotes span { color: rgba(255,248,223,.62); font: 800 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }

.latest-story {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 250px;
  gap: clamp(35px, 6vw, 95px);
  align-items: center;
  overflow: hidden;
  background: var(--tavern);
  color: var(--cream);
}
.latest-story::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  top: -210px;
  border: 3px dashed rgba(255,248,223,.25);
  border-radius: 50%;
}
.story-stamp {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 18px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  text-align: center;
  transform: rotate(-9deg);
}
.story-stamp span,
.story-stamp small { font: 800 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.story-stamp strong { font: 90px/.8 Impact, sans-serif; }
.story-copy .eyebrow,
.home-page .section-heading .eyebrow,
.bellwether-copy .eyebrow { color: inherit; font: 800 10px var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.story-copy h2 { max-width: 740px; margin: 12px 0 26px; }
.story-deck { max-width: 720px; margin: 0; font: 20px/1.55 Georgia, serif; }
.story-copy blockquote { margin: 28px 0; color: var(--sun); font: italic 20px Georgia, serif; }
.home-page .navy-button { background: var(--cream); }
.story-note { position: relative; z-index: 1; display: grid; gap: 10px; padding: 24px 0; border-top: 2px solid var(--cream); border-bottom: 2px solid var(--cream); }
.story-note span { margin-bottom: 8px; color: var(--sun); font: 800 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.story-note strong { font-size: 13px; }

.crew-section { background: #d7eef1; }
.home-page .section-heading { align-items: end; margin-bottom: 54px; }
.home-page .section-heading > p { max-width: 440px; color: var(--navy); font: 18px/1.55 Georgia, serif; }
.crew-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  background: #aaa297;
  border: 3px solid var(--navy);
  box-shadow: 10px 12px 0 var(--navy);
}
.crew-visual > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 45% center; }
.crew-list { display: grid; align-content: center; gap: 0; margin: 0; padding: 35px; background: var(--cream); list-style: none; counter-reset: crew; }
.crew-list li { padding: 24px 0; border-bottom: 1px solid var(--home-line); counter-increment: crew; }
.crew-list li:last-child { border: 0; }
.crew-list span::before { content: "0" counter(crew) " / "; color: var(--tavern); font: 10px var(--mono); }
.crew-list span { font: 900 18px "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }
.crew-list p { margin: 9px 0 0; font: 15px/1.5 Georgia, serif; }

.series-section { background: var(--cream); }
.archive-link { padding-bottom: 5px; border-bottom: 2px solid var(--navy); font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.story-arc { margin-top: 38px; }
.story-arc:first-of-type { margin-top: 0; }
.story-arc-heading {
  display: grid;
  grid-template-columns: minmax(210px, .34fr) minmax(0, .66fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: end;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--navy);
}
.story-arc-heading small {
  color: var(--tavern);
  font: 900 10px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.story-arc-heading h3 {
  grid-column: 1;
  margin: 7px 0 0;
  font: 900 clamp(34px, 4vw, 56px)/.95 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.story-arc-heading p {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 620px;
  margin: 0;
  font: 18px/1.5 Georgia, serif;
}
.story-transition {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 34px 0;
  padding: 18px 22px;
  background: var(--navy);
  border: 3px solid var(--navy);
  box-shadow: 6px 7px 0 var(--tavern);
  color: var(--cream);
  transform: rotate(-.35deg);
}
.story-transition strong {
  flex: 0 0 auto;
  color: var(--sun);
  font: 900 13px "Arial Narrow", Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.story-transition span { font: italic 17px/1.35 Georgia, serif; }
.series-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 3px solid var(--navy); }
.story-arc-next .series-grid { grid-template-columns: repeat(2, 1fr); }
.series-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-right: 2px solid var(--navy);
  color: var(--navy);
  text-decoration: none;
  transition: background .18s, color .18s;
}
.series-card:last-child { border: 0; }
.series-card:hover { background: var(--navy); color: var(--cream); }
.series-card.is-live { background: var(--sun); }
.series-card.is-live:hover { background: var(--tavern); color: var(--cream); }
.series-card.is-started { background: #f7d979; }
.series-card.is-read { background: #d7eef1; }
.series-card.is-started .read-status,
.series-card.is-read .read-status {
  align-self: flex-start;
  padding: 6px 8px;
  background: var(--navy);
  color: var(--cream);
}
.series-card small { font: 800 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.series-card strong { max-width: 390px; margin-top: auto; font: 900 clamp(30px, 3vw, 48px)/.98 Impact, sans-serif; text-transform: uppercase; }
.series-card p { min-height: 48px; margin: 18px 0; font: 15px/1.45 Georgia, serif; }
.series-card span { font-size: 11px; font-weight: 900; text-transform: uppercase; }

.bellwether-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; background: var(--leaf); color: var(--cream); }
.bellwether-image { min-height: 570px; overflow: hidden; border: 3px solid var(--cream); }
.bellwether-image img { width: 100%; height: 100%; object-fit: cover; object-position: 19% center; transform: scale(1.24); }
.bellwether-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 90px); }
.bellwether-copy h2 { margin: 13px 0 26px; }
.bellwether-copy > p:not(.eyebrow) { margin: 0; font: 19px/1.55 Georgia, serif; }
.bellwether-links { display: grid; margin-top: 38px; border-top: 1px solid rgba(255,248,223,.45); }
.bellwether-links a { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(255,248,223,.45); font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.bellwether-links a:hover { color: var(--sun); }

.home-footer { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 55px clamp(24px, 7vw, 110px); background: var(--navy); color: var(--cream); }
.home-footer strong { font: 900 28px Impact, sans-serif; letter-spacing: .03em; text-transform: uppercase; }
.home-footer p { margin: 8px 0 0; font: italic 14px Georgia, serif; }
.footer-brand { display: flex; align-items: center; gap: 22px; }
.footer-brand > img {
  width: 86px;
  height: auto;
  margin-block: -30px;
  filter: drop-shadow(4px 5px 0 rgba(0, 0, 0, .28));
  transform: rotate(-1.5deg);
}
.home-footer > a { padding: 15px 18px; border: 2px solid var(--sun); color: var(--sun); font-size: 11px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.home-footer > a:hover { background: var(--sun); color: var(--navy); }
.home-footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.55); font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }

.home-page :focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

@media (max-width: 1050px) {
  .home-page .public-topbar { padding-inline: 24px; }
  .public-nav { gap: 20px; margin-right: 18px; }
  .latest-story { grid-template-columns: 130px 1fr; }
  .story-note { grid-column: 2; }
  .crew-visual { grid-template-columns: 1fr; }
  .crew-visual > img { min-height: 0; }
  .crew-list { grid-template-columns: repeat(3, 1fr); }
  .crew-list li { padding: 10px 20px; border-right: 1px solid var(--home-line); border-bottom: 0; }
  .bellwether-section { grid-template-columns: 1fr; }
  .bellwether-image { min-height: 450px; }
}

@media (max-width: 760px) {
  .home-page .public-topbar { height: 68px; }
  .public-nav, .home-page .button-label, .home-page .search-trigger kbd { display: none; }
  .home-page .topbar-actions { margin-left: auto; }
  .home-page .hero { min-height: 780px; padding: 120px 22px 75px; align-items: center; }
  .home-page .hero-copy { width: 100%; }
  .home-page .hero h1 { flex-wrap: wrap; max-width: 360px; font-size: clamp(70px, 23vw, 108px); line-height: .7; }
  .home-page .hero h1 b { margin-right: 70%; }
  .hero-landscape { object-position: 39% center; }
  .hero-scrim { background: rgba(11, 30, 40, .58); }
  .hero-marquee { align-items: flex-start; flex-direction: column; gap: 2px; max-width: calc(100vw - 50px); }
  .home-page .hero-actions { align-items: flex-start; }
  .hero-caption { display: none; }
  .premise-copy { grid-template-columns: 1fr; }
  .premise-copy p { font-size: 18px; }
  .voice-quotes { grid-template-columns: 1fr; }
  .latest-story { grid-template-columns: 1fr; }
  .story-stamp { width: 115px; }
  .story-stamp strong { font-size: 62px; }
  .story-note { grid-column: auto; }
  .home-page .section-heading { align-items: flex-start; }
  .story-arc-heading { grid-template-columns: 1fr; }
  .story-arc-heading p { grid-column: auto; grid-row: auto; }
  .story-transition { align-items: flex-start; flex-direction: column; }
  .crew-visual { box-shadow: 6px 7px 0 var(--navy); }
  .crew-list { grid-template-columns: 1fr; padding: 22px; }
  .crew-list li { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--home-line); }
  .series-grid, .story-arc-next .series-grid { grid-template-columns: 1fr; }
  .series-card { min-height: 310px; border-right: 0; border-bottom: 2px solid var(--navy); }
  .bellwether-section { padding-inline: 0; }
  .bellwether-image { min-height: 330px; border-inline: 0; }
  .bellwether-copy { padding-inline: 24px; }
  .home-footer { grid-template-columns: 1fr; gap: 28px; }
  .home-footer > a { justify-self: start; }
  .footer-brand > img { width: 72px; margin-block: -20px; }
}

/* Bellwether field files */
.document-page {
  color-scheme: light;
  --bg: #f8f1d8;
  --bg-deep: #f3c94f;
  --panel: #eee3bd;
  --panel-raised: #fffaf0;
  --paper: #fffaf0;
  --text: #172a3a;
  --muted: #62665f;
  --ink: #172a3a;
  --line: rgba(23, 42, 58, .28);
  --line-soft: rgba(23, 42, 58, .12);
  --gold: #b83c2e;
  --gold-bright: #9d3025;
  --cyan: #147b8b;
  --red: #b83c2e;
  --green: #357443;
  --navy: #172a3a;
  --cream: #fffaf0;
  --tavern: #b83c2e;
  --sun: #f3c94f;
  background:
    linear-gradient(rgba(23, 42, 58, .035) 1px, transparent 1px),
    var(--bg);
  background-size: 100% 34px;
}
.document-page .reading-progress span { background: var(--tavern, #b83c2e); }
.document-page .archive-topbar {
  background: #172a3a;
  border-bottom: 4px solid #b83c2e;
  color: #fffaf0;
  backdrop-filter: none;
}
.document-page .brand { gap: 14px; }
.document-page .brand strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 19px;
  letter-spacing: .05em;
}
.document-page .brand small { color: rgba(255, 250, 240, .68); }
.document-page .brand-mark {
  width: 37px;
  height: 37px;
}
.archive-home-link {
  margin-right: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 250, 240, .55);
  color: #fffaf0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.archive-home-link:hover { color: #f3c94f; border-color: #f3c94f; }
.document-page .icon-button {
  border: 1px solid rgba(255, 250, 240, .38);
  color: #fffaf0;
}
.document-page .icon-button:hover { border-color: #f3c94f; color: #f3c94f; }
.document-page .search-trigger kbd { border-color: rgba(255, 250, 240, .35); color: rgba(255, 250, 240, .65); }

.document-page .sidebar {
  padding: 28px 18px 45px;
  background: #f3c94f;
  border-right: 3px solid #172a3a;
  color: #172a3a;
}
.document-page .sidebar-label {
  margin: 0 4px 28px;
  padding-bottom: 13px;
  border-bottom: 3px solid #172a3a;
  color: #172a3a;
  font-weight: 800;
}
.document-page .sidebar-label span {
  color: #172a3a;
  background: #fffaf0;
  padding: 2px 5px;
  transform: rotate(1deg);
}
.document-page .nav-section { margin-bottom: 27px; }
.document-page .nav-section h2 {
  margin-left: 9px;
  color: rgba(23, 42, 58, .65);
  font-weight: 800;
}
.document-page .series-part {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 2px solid rgba(23, 42, 58, .2);
}
.document-page .series-part:first-of-type {
  padding-top: 2px;
  border-top: 0;
}
.document-page .series-part h3 {
  margin: 0 0 5px 9px;
  color: #172a3a;
  font: 800 12px/1.25 Georgia, serif;
}
.document-page .nav-section a {
  margin: 2px 0;
  padding: 8px 9px;
  border-left: 3px solid transparent;
  color: #172a3a;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}
.document-page .series-part a {
  padding-left: 18px;
  font-size: 11px;
}
.document-page .nav-section a:hover {
  background: rgba(255, 250, 240, .52);
  color: #172a3a;
}
.document-page .nav-section a.active {
  background: #b83c2e;
  border-color: #172a3a;
  box-shadow: 3px 3px 0 #172a3a;
  color: #fffaf0;
  transform: translateX(-2px) rotate(-.4deg);
}
.document-page .sidebar-note {
  margin-inline: 9px;
  border-color: rgba(23, 42, 58, .4);
  color: rgba(23, 42, 58, .72);
  font-family: Georgia, serif;
}

.document-page .reader-main {
  grid-template-columns: minmax(0, 790px) minmax(190px, 225px);
  gap: clamp(42px, 5vw, 85px);
  padding-top: 34px;
}
.document-page .document {
  padding: clamp(24px, 3vw, 40px) clamp(28px, 4vw, 58px) clamp(28px, 4vw, 58px);
  background: rgba(255, 250, 240, .92);
  border: 2px solid #172a3a;
  box-shadow: 9px 10px 0 rgba(23, 42, 58, .13);
}
.document-page .document-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 26px;
  align-items: end;
  margin: calc(clamp(24px, 3vw, 40px) * -1) calc(clamp(28px, 4vw, 58px) * -1) 30px;
  padding: 18px clamp(28px, 4vw, 58px) 17px;
  background: #b83c2e;
  border-bottom: 3px solid #172a3a;
  color: #fffaf0;
}
.document-page .document-header .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: #fffaf0;
  font-weight: 800;
}
.document-page .document-standfirst {
  margin: 0;
  color: #fffaf0;
  font-size: 18px;
  line-height: 1.28;
}
.document-page .document-meta {
  justify-content: flex-end;
  gap: 16px;
  color: rgba(255, 250, 240, .76);
  white-space: nowrap;
}
.document-page .markdown-body {
  color: #172a3a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.78;
}
.document-page .markdown-body > h1:first-child {
  max-width: 760px;
  margin-bottom: 12px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(47px, 5.1vw, 70px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.document-page .markdown-body > h1:first-child + p {
  margin: 0 0 26px;
  padding-bottom: 14px;
  border-bottom: 6px solid #f3c94f;
  font-size: 22px;
  line-height: 1.25;
}
.document-page .markdown-body h1:not(:first-child),
.document-page .markdown-body h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.document-page .markdown-body h1:not(:first-child) { font-size: 55px; }
.document-page .markdown-body h2 {
  margin-top: 46px;
  padding: 14px 16px 11px;
  background: #172a3a;
  color: #fffaf0;
  font-size: 38px;
  line-height: 1;
  transform: rotate(-.25deg);
}
.document-page .markdown-body h2::before { display: none; }
.document-page .markdown-body > h1:first-child + p + h2 {
  margin-top: 28px;
}
/* Scene-break vignettes */
.document-page .markdown-body .section-break {
  position: relative;
  margin-top: 54px;
  transform: rotate(-.25deg);
}
.document-page .markdown-body .section-break h2 {
  margin: 0;
  padding: 0;
  background: none;
  transform: none;
}
.section-break-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.document-page .markdown-body .section-break .heading-anchor {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 1;
  margin-left: 0;
}
.document-page .markdown-body .section-break:hover .heading-anchor { opacity: 1; }
.section-break-art { display: block; width: 100%; height: auto; }
.section-break-art .sb-num {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -.015em;
}
.document-page .markdown-body h3 {
  color: #b83c2e;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.document-page .markdown-body h4 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.document-page .heading-anchor { color: #f3c94f; }
.document-page .markdown-body a { color: #147b8b; font-weight: 700; }
.document-page .markdown-body a:hover { color: #b83c2e; }
.document-page .markdown-body strong { color: #172a3a; }
.document-page .markdown-body blockquote {
  margin-block: 34px;
  padding: 25px 28px;
  background: #f3c94f;
  border: 2px solid #172a3a;
  border-left: 8px solid #b83c2e;
  box-shadow: 5px 6px 0 rgba(23, 42, 58, .12);
  color: #172a3a;
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}
.document-page .last-call-recap {
  background: #f3c94f;
  border: 2px solid #172a3a;
  box-shadow: 5px 6px 0 rgba(23, 42, 58, .12);
}
.document-page .last-call-recap summary {
  color: #172a3a;
  font-weight: 900;
}
.document-page .last-call-recap summary::marker { color: #b83c2e; }
.document-page .last-call-recap p {
  color: #172a3a;
  font-family: Georgia, "Times New Roman", serif;
}
.document-page .markdown-body code {
  border-color: rgba(23, 42, 58, .35);
  background: #eee3bd;
}
.document-page .markdown-body pre {
  background: #172a3a;
  border: 3px solid #b83c2e;
  color: #fffaf0;
}
.document-page .markdown-body pre code { color: #f3c94f; }
.document-page .table-wrap { border: 2px solid #172a3a; }
.document-page .markdown-body th {
  background: #f3c94f;
  color: #172a3a;
  font-weight: 900;
}
.document-page .markdown-body th,
.document-page .markdown-body td { border-color: rgba(23, 42, 58, .28); }
.document-page .markdown-body tr:nth-child(even) td { background: rgba(238, 227, 189, .38); }
.document-page .character-art {
  padding: 7px;
  background: #f3c94f;
  border: 2px solid #172a3a;
  box-shadow: 7px 8px 0 rgba(23, 42, 58, .18);
  transform: rotate(-.45deg);
}
.document-page.enemies-page .character-art { transform: none; }
.document-page .document-footer {
  border-top: 3px solid #172a3a;
  color: #62665f;
}
.document-page .document-footer code { color: #b83c2e; font-weight: 800; }
.document-page .document-footer a { font-weight: 900; text-transform: uppercase; }
.document-page .page-outline {
  padding: 22px 18px;
  background: #eee3bd;
  border: 2px solid #172a3a;
  box-shadow: 5px 6px 0 rgba(23, 42, 58, .12);
}
.document-page .page-outline > p { color: #b83c2e; font-weight: 900; }
.document-page .page-outline nav a { color: #62665f; }
.document-page .page-outline nav a:hover,
.document-page .page-outline nav a.active { color: #172a3a; font-weight: 800; }
.document-page .back-to-top { color: #b83c2e; font-weight: 900; }

.archive-main { padding: 65px clamp(30px, 5vw, 80px) 110px; }
.archive-hero {
  max-width: 760px;
  margin: 0 0 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid #172a3a;
}
.archive-hero .eyebrow { color: #b83c2e; }
.archive-hero h1 {
  margin: 12px 0 22px;
  font: 900 clamp(48px, 6vw, 78px)/.95 Impact, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #172a3a;
}
.archive-warning { margin: 0 0 24px; font: 19px/1.6 Georgia, serif; color: #172a3a; }
.archive-hero .text-button {
  color: #147b8b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.archive-hero .text-button:hover { color: #b83c2e; }
.archive-group { margin-bottom: 54px; }
.archive-group-heading { margin-bottom: 20px; }
.archive-group-heading h2 {
  margin: 0 0 6px;
  font: 900 26px/1 Impact, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: #172a3a;
}
.archive-group-heading p { margin: 0; color: #62665f; font: 15px/1.5 Georgia, serif; }
.archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.archive-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
  background: #fffaf0;
  border: 2px solid #172a3a;
  box-shadow: 5px 6px 0 rgba(23, 42, 58, .15);
  color: #172a3a;
  text-decoration: none;
  transition: transform .12s, box-shadow .12s;
}
.archive-card:hover { box-shadow: 2px 3px 0 rgba(23, 42, 58, .15); transform: translate(3px, 3px); }
.archive-card small {
  color: #b83c2e;
  font: 800 9px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.archive-card strong { font: 700 15px/1.35 Georgia, serif; }
@media (max-width: 900px) {
  .archive-main { padding-inline: 24px; }
}

.document-page .search-dialog {
  background: #fffaf0;
  border: 3px solid #172a3a;
  box-shadow: 10px 12px 0 #b83c2e, 0 30px 90px rgba(0,0,0,.4);
}
.document-page .search-header { background: #f3c94f; border-color: #172a3a; }
.document-page .search-header label { color: #172a3a; font-weight: 900; }
.document-page #site-search { color: #172a3a; font-family: Impact, sans-serif; text-transform: uppercase; }
.document-page .search-results a:hover { background: #eee3bd; }
.document-page .search-results small { color: #b83c2e; font-weight: 900; }

.document-page :focus-visible { outline: 3px solid #b83c2e; outline-offset: 3px; }

@media (max-width: 1450px) {
  .document-page .reader-main { grid-template-columns: minmax(0, 790px); }
}

@media (max-width: 850px) {
  .archive-home-link { display: none; }
  .document-page .sidebar { border-right-width: 3px; }
  .document-page .reader-main { padding: 22px 20px 70px; }
  .document-page .document { padding: 28px 28px 36px; }
  .document-page .document-header {
    display: block;
    margin: -28px -28px 28px;
    padding: 20px 28px;
  }
  .document-page .document-meta { justify-content: flex-start; flex-wrap: wrap; margin-top: 14px; white-space: normal; }
}

@media (max-width: 560px) {
  .document-page .brand strong { font-size: 17px; }
  .document-page .reader-main { padding-inline: 12px; }
  .document-page .document { padding: 24px 20px 31px; border-width: 1px; box-shadow: 5px 6px 0 rgba(23,42,58,.12); }
  .document-page .document-header { margin: -24px -20px 26px; padding: 16px 20px; }
  .document-page .markdown-body { font-size: 17px; }
  .document-page .markdown-body > h1:first-child { font-size: 42px; }
  .document-page .markdown-body > h1:first-child + p { margin-bottom: 22px; font-size: 20px; }
  .document-page .markdown-body h1:not(:first-child) { font-size: 42px; }
  .document-page .markdown-body h2 { margin-inline: -7px; padding-inline: 12px; font-size: 31px; }
  .document-page .markdown-body .section-break { margin-inline: -7px; }
  .document-page .markdown-body .section-break h2 { margin-inline: 0; padding-inline: 0; }
  .document-page .markdown-body blockquote { margin-inline: -7px; padding: 20px; font-size: 21px; }
  .document-page .last-call-recap { margin-inline: -7px; }
}

.archive-teaser {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(46px, 6vw, 70px) clamp(24px, 7vw, 110px);
  background: var(--tavern);
  color: var(--cream);
  border-top: 4px solid var(--navy);
  border-bottom: 4px solid var(--navy);
}
.archive-teaser-copy { max-width: 620px; }
.archive-teaser-copy h2 {
  margin: 10px 0 14px;
  font: 900 clamp(30px, 3.4vw, 44px)/1 Impact, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.archive-teaser-copy p { margin: 0; font: 17px/1.55 Georgia, serif; }
.archive-teaser .eyebrow { color: var(--cream); opacity: .8; }

.tapline-section { padding: clamp(70px, 9vw, 135px) clamp(24px, 7vw, 110px); background: var(--navy); color: var(--cream); }
.tapline-section .section-heading { margin-bottom: 34px; }
.tapline-copy { max-width: 660px; margin: 0 0 38px; font: 19px/1.55 Georgia, serif; }
.tapline-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.tapline-section .primary-button { border-color: var(--cream); box-shadow: 4px 4px 0 var(--cream); }
.tapline-section .primary-button:hover { box-shadow: 2px 2px 0 var(--cream); }
.series-card.is-upcoming { cursor: default; }
.series-card.is-upcoming:hover { background: var(--cream); color: var(--navy); }
.bellwether-copy > p.bellwether-note { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,248,223,.45); font-size: 15px; }
