@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/cinzel-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}
:root {
  --bg: #f4f0e7;
  --ink: #1d1b17;
  
  --rule: #d8d1c1;
  --accent: #8a3324;
  --gold: #9a7b33;
  --faint: #b6ac95;
}
:root { --muted: #6a6459; }
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #17161a;
    --ink: #e9e4d8;
    --muted: #9a9184;
    --rule: #34302a;
    --accent: #cf8a68;
    --gold: #b99a52;
    --faint: #6e6659;
  }
}
:root { --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  background-image: radial-gradient(ellipse at 50% -12%, rgba(154,123,51,0.07), rgba(154,123,51,0) 60%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: Charter, Georgia, "Times New Roman", serif;
  font-size: 1.1875rem;
  line-height: 1.62;
}
.wrap { max-width: 42rem; margin: 0 auto; padding: 0 16px; }

header.site {
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 -1px 0 0 var(--ink) inset;
  padding: 2.2rem 0 1.1rem;
  margin-bottom: 2.6rem;
}
header.site .wrap { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem; }
header.site .brand { display: flex; align-items: center; gap: 0.7rem; }
header.site .brand .sirius { display: block; flex-shrink: 0; width: 1.05rem; height: 1.05rem; fill: var(--gold); }
header.site a.wordmark {
  font-family: Cinzel, Charter, Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: none;
  font-weight: 600;
}
header.site nav { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 0.78rem; letter-spacing: 0.07em; text-transform: uppercase; }
header.site nav a { color: var(--muted); text-decoration: none; border-bottom: none; margin-left: 1.3rem; }
header.site nav a:hover { color: var(--accent); }
header.site nav a.current { color: var(--ink); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
header.site nav a.current:hover { color: var(--ink); cursor: default; }
@media (max-width: 40rem) { header.site nav { display: flex; flex-wrap: wrap; column-gap: 1.1rem; row-gap: 0.4rem; } header.site nav a { margin-left: 0; } }

h1 { font-size: 1.95rem; line-height: 1.22; margin: 0 0 0.5rem; font-weight: 600; letter-spacing: -0.01em; }
h2 { font-size: 1.22rem; margin: 2.6rem 0 0.7rem; font-weight: 600; }
h3 { font-size: 1.02rem; margin: 1.9rem 0 0.5rem; font-weight: 600; }

.standfirst { color: var(--muted); font-size: 1.04rem; margin: 0 0 1.4rem; }
.meta {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--muted); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 0.6rem 0; margin: 0 0 2.2rem;
}
p { margin: 0 0 1.05rem; }
a { color: var(--accent); text-decoration: none; border-bottom: 1px solid color-mix(in srgb, var(--accent) 38%, transparent); }
a:hover { border-bottom-color: var(--accent); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
blockquote {
  margin: 1.4rem 0; padding: 0 0 0 1.15rem;
  border-left: 3px solid var(--rule); color: var(--ink);
}
blockquote p { margin-bottom: 0.7rem; }
table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.87rem;
  font-family: var(--sans); display: table; table-layout: auto; }
@media (max-width: 40rem) { table { display: block; overflow-x: auto; white-space: nowrap; } }
th { text-align: left; border-bottom: 1.5px solid var(--rule); padding: 0.5rem 0.7rem 0.5rem 0; font-weight: 600; }
td { border-bottom: 1px solid var(--rule); padding: 0.5rem 0.7rem 0.5rem 0; vertical-align: top; }
ul, ol { margin: 0 0 1.05rem; padding-left: 1.3rem; }
li { margin-bottom: 0.45rem; }
hr { border: 0; border-top: 1px solid var(--rule); margin: 2.4rem 0; }
code { font-family: ui-monospace, "Cascadia Mono", Menlo, monospace; font-size: 0.86em; }

.index-list { list-style: none; padding: 0; margin: 0; }
.index-list li { border-bottom: 1px solid var(--rule); padding: 1.35rem 0; margin: 0; }
.index-list li:first-child { border-top: 1px solid var(--rule); }
.index-list .date {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.72rem; letter-spacing: 0.07em; text-transform: uppercase; color: var(--muted);
  display: block; margin-bottom: 0.3rem;
}
.index-list h2 { font-size: 1.2rem; margin: 0 0 0.35rem; }
.index-list h2 a { border-bottom: none; color: var(--ink); }
.index-list h2 a:hover { color: var(--accent); }
.index-list p { color: var(--muted); font-size: 0.95rem; margin: 0; }

footer.site {
  border-top: 1px solid var(--rule); margin-top: 4rem; padding: 1.6rem 0 3rem;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.78rem; color: var(--muted); line-height: 1.6;
}
footer.site a { color: var(--muted); border-bottom: 1px solid var(--rule); }
footer.site a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.sources { font-size: 0.9rem; }
.sources li { margin-bottom: 0.6rem; }

/* decision calendar */
.cal { list-style: none; padding: 0; margin: 2rem 0 0; }
.cal > li { border-top: 1px solid var(--rule); padding: 1.6rem 0 0.4rem; margin: 0; }
.cal > li:last-child { border-bottom: 1px solid var(--rule); padding-bottom: 1.6rem; }
.cal .when {
  font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--accent); margin: 0 0 0.35rem;
}
.cal .when a { color: inherit; text-decoration: none; border: 0; }
.cal .when a:hover { text-decoration: underline; }
.cal h3 { font-size: 1.12rem; margin: 0 0 0.5rem; }
.cal p { margin: 0 0 0.7rem; }
.cal .src {
  font-family: var(--sans); font-size: 0.8rem; line-height: 1.5;
  color: var(--muted); margin: 0 0 0.4rem;
}
.cal li.past .when { color: var(--muted); }
.cal li.past h3 { color: var(--muted); }

/* standing reference callout */
.standing {
  border: 1px solid var(--rule); border-left: 3px solid var(--accent);
  padding: 1.15rem 1.25rem 1.05rem; margin: 2.2rem 0 0;
}
.standing .label {
  font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 0.4rem;
}
.standing h2 { font-size: 1.22rem; margin: 0 0 0.45rem; }
.standing h2 a { color: var(--ink); border-bottom: none; }
.standing h2 a:hover { color: var(--accent); }
.standing p { margin: 0; font-size: 0.97rem; }

/* brief colophon */
.colophon {
  border-top: 1px solid var(--rule); margin-top: 3rem; padding-top: 1.6rem;
  font-size: 0.93rem;
}
.colophon h2 { font-size: 1.02rem; margin: 0 0 0.6rem; }
.colophon .cite {
  font-family: var(--sans); font-size: 0.85rem; line-height: 1.6;
  border-left: 2px solid var(--rule); padding: 0.1rem 0 0.1rem 0.9rem;
  margin: 0.7rem 0 1.1rem; color: var(--ink);
}
.colophon p { margin: 0 0 0.75rem; }
.pdf-link { font-family: var(--sans); font-size: 0.88rem; }

/* section anchors */
.anchor {
  font-size: 0.62em; color: var(--faint); border-bottom: none;
  margin-left: 0.45rem; opacity: 0; transition: opacity 0.12s ease;
}
h2:hover .anchor, h3:hover .anchor, .anchor:focus-visible { opacity: 1; }
@media (hover: none) { .anchor { opacity: 1; } }
.anchor:hover { color: var(--accent); border-bottom: none; }
:target { scroll-margin-top: 1.5rem; }
:target > .anchor { opacity: 1; color: var(--accent); }
