:root {
  color-scheme: light;
  --bg: #f7f4ee;
  --paper: #fffdf8;
  --paper-soft: #fbf8f0;
  --ink: #171717;
  --ink-soft: #363636;
  --muted: #6a6258;
  --faint: #8b8378;
  --line: #d8d0c3;
  --line-strong: #bfb4a5;
  --accent: #9b4a20;
  --accent-dark: #6f3015;
  --link: #184f82;
  --link-visited: #5b4777;
  --focus: rgba(155, 74, 32, .32);
  --measure: 78rem;
  --text-measure: 47rem;
  --radius: 10px;
  --shadow: 0 18px 55px rgba(27, 23, 18, .07);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255,255,255,.56), rgba(255,255,255,0) 22rem),
    var(--bg);
  color: var(--ink);
  font-family: Charter, "Bitstream Charter", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 16.5px;
  line-height: 1.58;
  text-align: left;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; height: auto; }
button, input, select { font: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 10;
  transform: translateY(-220%);
  background: var(--ink);
  color: white;
  padding: .55rem .75rem;
  border-radius: .35rem;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(247,244,238,.94);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(100% - 2rem, var(--measure));
  margin-inline: auto;
  padding: clamp(1.15rem, 3vw, 1.85rem) 0 1rem;
}
.brand-block { max-width: 58rem; }
.site-title {
  margin: 0;
  font-family: "Aptos Display", "Segoe UI Variable Display", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.7rem, 4.6vw, 2.95rem);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 770;
}
.site-title a { color: var(--ink); text-decoration: none; }
.site-title a:hover { color: var(--accent-dark); }
.site-tagline {
  margin: .75rem 0 0;
  max-width: 61rem;
  color: var(--ink-soft);
  font-size: clamp(.95rem, 1.6vw, 1.08rem);
  line-height: 1.45;
}
.site-nav {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .9rem;
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: .84rem;
  letter-spacing: .045em;
  text-transform: uppercase;
  font-weight: 650;
}
.site-nav a {
  color: var(--muted);
  text-decoration: none;
  padding: .2rem .02rem;
  border-bottom: 1px solid transparent;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--accent-dark);
  border-bottom-color: currentColor;
}

.site-shell {
  width: min(100% - 2rem, var(--measure));
  margin-inline: auto;
  padding-block: clamp(2rem, 5vw, 4.5rem);
}
.pagehead {
  max-width: 58rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
}
.eyebrow {
  margin: 0 0 .55rem;
  color: var(--accent);
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: clamp(.86rem, 1.4vw, .98rem);
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3, .section-label {
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-align: left;
}
h1 {
  margin: 0;
  font-size: clamp(1.55rem, 3.45vw, 2.95rem);
  max-width: 55rem;
}
h2 {
  margin: 2.25rem 0 .7rem;
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
}
h3 {
  margin: 1.5rem 0 .35rem;
  font-size: 1.08rem;
}
p { margin: 0 0 1rem; max-width: var(--text-measure); }
.lede {
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.55;
  max-width: 51rem;
}
a { color: var(--link); text-decoration-thickness: .075em; text-underline-offset: .18em; }
a:visited { color: var(--link-visited); }
a:hover { color: var(--accent-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.dispatch-list {
  margin: 0;
  max-width: 56rem;
  border-top: 1px solid var(--line-strong);
}
.dispatch-card {
  display: grid;
  gap: .34rem;
  padding: 1.08rem 0 1.16rem;
  border-bottom: 1px solid var(--line);
  transition: border-color .16s ease, background-color .16s ease;
}
.dispatch-card:hover {
  border-bottom-color: var(--line-strong);
}
.dispatch-heading {
  margin: 0;
  max-width: 49rem;
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.04rem, 1.7vw, 1.2rem);
  line-height: 1.34;
  letter-spacing: -.024em;
  font-weight: 730;
}
.dispatch-heading a {
  color: var(--link);
  text-decoration-line: underline;
  text-decoration-thickness: .07em;
  text-underline-offset: .18em;
  text-decoration-color: color-mix(in srgb, var(--link) 45%, transparent);
  transition: color .16s ease, text-decoration-color .16s ease, text-underline-offset .16s ease;
}
.dispatch-heading a:visited {
  color: var(--link-visited);
  text-decoration-color: color-mix(in srgb, var(--link-visited) 42%, transparent);
}
.dispatch-heading a:hover {
  color: var(--accent-dark);
  text-decoration-color: currentColor;
  text-underline-offset: .24em;
}
.dispatch-date {
  color: var(--muted);
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}


.utility-link {
  margin-top: 1rem;
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: .92rem;
}

.prose { max-width: var(--text-measure); }
.prose p { font-size: 1rem; }
.callout {
  max-width: 52rem;
  margin: 1.35rem 0 0;
  padding: 1rem 1.05rem;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
}
.callout p { margin: 0; }

.year-section { margin-top: 2.2rem; }
.year-heading {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  margin: 0 0 .65rem;
  padding-top: 1.2rem;
  border-top: 2px solid var(--ink);
}
.year-heading span:first-child {
  font-family: "Aptos Display", "Segoe UI Variable Display", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 760;
}
.year-heading .count {
  color: var(--muted);
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: .82rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.simple-table-wrap {
  overflow-x: auto;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.simple-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: .9rem;
  line-height: 1.35;
}
.simple-table th,
.simple-table td {
  text-align: left;
  vertical-align: top;
  padding: .7rem .8rem;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.simple-table th:last-child,
.simple-table td:last-child { border-right: 0; }
.simple-table tbody tr:last-child td { border-bottom: 0; }
.simple-table thead th {
  background: #eee7da;
  color: var(--ink);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}
.simple-table td:first-child { font-weight: 700; }
.muted { color: var(--muted); }
.chip {
  display: inline-block;
  padding: .16rem .45rem .14rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--paper-soft);
  color: var(--ink-soft);
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: .75rem;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}

.legend { margin-bottom: 2rem; }
.legend p + p { margin-top: .65rem; }
.lens-section { margin-top: clamp(2rem, 4vw, 3rem); }
.lens-section h2 { margin-top: 0; }
.film-table { min-width: 900px; }
.chip-format {
  background: #f2eadb;
  border-color: #cbb892;
  color: #4a3726;
  margin-inline: .15rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  width: min(100% - 2rem, var(--measure));
  margin-inline: auto;
  padding: 1.4rem 0 2.2rem;
  font-size: .9rem;
}
.site-footer p { margin: 0; max-width: none; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .header-inner, .site-shell, .site-footer { width: min(100% - 1.25rem, var(--measure)); }
  .site-nav { gap: .25rem .75rem; }
  .simple-table-wrap { border-radius: 0; margin-inline: -.625rem; border-left: 0; border-right: 0; }
}

@media (max-width: 620px) {
  .simple-table { min-width: 0; border: 0; }
  .simple-table thead { display: none; }
  .simple-table, .simple-table tbody, .simple-table tr, .simple-table td { display: block; width: 100%; }
  .simple-table tr { border-bottom: 1px solid var(--line-strong); padding: .55rem 0; }
  .simple-table tbody tr:last-child { border-bottom: 0; }
  .simple-table td {
    border: 0;
    padding: .32rem .8rem;
    display: grid;
    grid-template-columns: 7.25rem minmax(0, 1fr);
    gap: .75rem;
  }
  .simple-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
  }
}
