/* Dispatch-only layout: shared design tokens, ordinary document scrolling. */
html.dispatch-page, .dispatch-page body { height: auto; overflow: visible; }
.dispatch-page { scroll-behavior: smooth; scroll-padding-top: 2rem; }
.dispatch-page body { font-size: 1rem; }
.dispatch-page a { color: var(--color-primary); text-underline-offset: .2em; }
.dispatch-page a:hover { color: var(--color-text); }
.dispatch-header { max-width: 1100px; margin: auto; padding: 1.4rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-bottom: 1px solid var(--color-border); }
.dispatch-header .dispatch-brand { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--color-text); text-decoration: none; }
.dispatch-brand span { display: block; font: 400 .75rem var(--font-body); color: var(--color-text-muted); }
.dispatch-header nav { display: flex; align-items: center; flex-wrap: wrap; gap: 1.1rem; font-size: .85rem; }
.dispatch-theme { padding: .65rem .8rem; border: 1px solid var(--color-border); border-radius: 8px; color: var(--color-text); }
.dispatch-main { max-width: 780px; margin: auto; padding: 2.5rem 1.5rem 3rem; }
.dispatch-back { display: inline-block; margin-bottom: 2rem; font-size: .9rem; }
.dispatch-hero { padding-bottom: 2rem; border-bottom: 1px solid var(--color-border); }
.dispatch-eyebrow { color: var(--color-primary); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1rem; }
.dispatch-hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 5.5vw, 3.6rem); line-height: 1.08; letter-spacing: -.03em; margin-bottom: 1.5rem; text-wrap: balance; }
.dispatch-deck { font-size: clamp(1.1rem, 2.4vw, 1.3rem); line-height: 1.65; margin-bottom: 1.5rem; color: var(--color-text-muted); }
.dispatch-byline { font-size: .9rem; color: var(--color-text-muted); }
.dispatch-contents { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; margin: 1.5rem 0 2.5rem; font-size: .85rem; }
.dispatch-contents span { width: 100%; font-weight: 700; }
.dispatch-prose { font-size: 1.075rem; line-height: 1.8; overflow-wrap: break-word; }
.dispatch-prose p { margin-bottom: 1.25rem; }
.dispatch-prose h2, .dispatch-subscribe h2, .dispatch-issues h2 { font-family: var(--font-display); font-size: 1.8rem; line-height: 1.25; margin: 3rem 0 1.25rem; }
.dispatch-prose h2 { padding-top: 1.5rem; border-top: 1px solid var(--color-border); }
.dispatch-prose h3, .dispatch-issues h3 { font-family: var(--font-display); font-size: 1.4rem; line-height: 1.35; margin: 2rem 0 1rem; text-wrap: pretty; }
.dispatch-prose strong { font-weight: 700; }
.dispatch-takeaway { border-left: 3px solid var(--color-primary); padding: 1rem 1.3rem; margin: 1.75rem 0; background: var(--color-surface); }
.dispatch-spotlight { margin: 2.5rem 0; padding: 1.5rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 10px; }
.dispatch-spotlight > div { color: var(--color-primary); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.dispatch-spotlight h3 { margin-top: .75rem; }
.dispatch-next { padding: 1rem 0; margin: 1.5rem 0 2.5rem; font-size: .95rem; color: var(--color-text-muted); border-bottom: 1px solid var(--color-border); }
.dispatch-edition-note { margin-top: 2.5rem; font-size: .85rem; line-height: 1.7; color: var(--color-text-muted); }
.dispatch-subscribe { margin-top: 3.5rem; padding: 2rem; border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-surface); }
.dispatch-subscribe h2 { margin-top: 0; }
.dispatch-subscribe p { line-height: 1.65; margin-bottom: 1rem; }
.dispatch-subscribe label { display: block; font-size: .9rem; font-weight: 600; margin: 1.3rem 0 .5rem; }
.dispatch-form-row { display: flex; flex-wrap: wrap; gap: .65rem; }
.dispatch-form-row input { flex: 1 1 200px; min-width: 0; width: 100%; padding: .8rem; color: var(--color-text); background: var(--color-bg); border: 1px solid var(--color-border); border-radius: 7px; }
.dispatch-form-row button { padding: .8rem 1.2rem; background: var(--color-primary); color: var(--color-bg); border-radius: 7px; font-weight: 700; }
.dispatch-subscribe .dispatch-fineprint { font-size: .8rem; color: var(--color-text-muted); margin: 1rem 0 0; }
.dispatch-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem; padding: 2rem 1.5rem; border-top: 1px solid var(--color-border); font-size: .85rem; }
.dispatch-issues article { margin: 1.5rem 0; padding: 1.5rem 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.dispatch-issues h3 { font-size: 1.85rem; margin-top: 0; }
.dispatch-issues article > p { margin-bottom: 1.25rem; line-height: 1.7; }
.dispatch-skip { position: absolute; top: -100px; left: 1rem; padding: .8rem; background: var(--color-surface); z-index: 100; }
.dispatch-skip:focus { top: .5rem; }
@media (max-width: 560px) {
  .dispatch-header { align-items: flex-start; flex-direction: column; }
  .dispatch-header nav { width: 100%; justify-content: space-between; gap: .5rem; }
  .dispatch-main { padding: 2rem 1.2rem; }
  .dispatch-subscribe, .dispatch-spotlight { padding: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) { .dispatch-page { scroll-behavior: auto; } }
/* Darken the shared teal slightly for readable small text on light surfaces. */
.dispatch-page[data-theme="light"] { --color-primary: #006f63; }
