:root {
  --paper: #eeeae0; --ink: #252820; --muted: #64665e; --accent: #b73b27; --line: #c4c6b8;
  font-family: Georgia, "Times New Roman", serif; color: var(--ink); background: var(--paper); font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0 auto; max-width: 1120px; padding: 0 32px; }
a { color: inherit; text-underline-offset: 4px; }
header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.wordmark { font: bold 28px/1 monospace; letter-spacing: -2px; text-decoration: none; }
.wordmark span { color: var(--accent); }
#press-status, .label, .subjects, label, button, summary, footer nav { font: 11px/1.5 monospace; letter-spacing: .04em; }
#press-status { color: var(--muted); }
.masthead { padding: 64px 0 44px; max-width: 800px; }
.label { color: var(--muted); }
h1 { font-weight: normal; font-size: clamp(58px, 9vw, 110px); line-height: .94; letter-spacing: -.065em; margin: 28px 0; overflow-wrap: anywhere; }
.intro { font-size: 19px; line-height: 1.6; margin: 28px 0 36px; }
.connection { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.connection label { color: var(--accent); width: 90px; }
input, textarea { background: transparent; border: 1px solid var(--line); color: var(--ink); font: 12px/1.6 monospace; padding: 10px; border-radius: 0; }
input { flex: 1; min-width: 180px; }
textarea { display: block; width: 100%; margin: 16px 0 8px; resize: vertical; }
button { padding: 10px 14px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; }
button:hover { background: var(--ink); color: var(--paper); }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
details { margin-top: 20px; }
summary { cursor: pointer; }
#copy-status { min-height: 18px; font: 12px/1.5 monospace; color: var(--muted); }
.contents { border-top: 1px solid var(--ink); padding: 24px 0 40px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
h2 { font-size: 25px; font-weight: normal; margin: 0; }
.days { display: flex; gap: 6px; }
.days button { border-color: var(--line); }
.days [aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
#topics { list-style: none; padding: 0; margin: 24px 0; }
#topics li { display: grid; grid-template-columns: 190px 1fr; gap: 8px 28px; border-top: 1px solid var(--line); padding: 22px 0; }
.subjects { grid-row: span 3; color: var(--accent); overflow-wrap: anywhere; }
#topics strong { font-weight: normal; font-size: 23px; overflow-wrap: anywhere; }
#topics p { margin: 0; line-height: 1.6; color: var(--muted); }
#topics small { color: var(--muted); }
#topics li.empty { display: block; font-style: italic; color: var(--muted); padding: 48px 0; }
.margin { padding: 30px; border-left: 2px solid var(--accent); background: #e5e6d9; }
.margin p { font-style: italic; font-size: 25px; line-height: 1.5; max-width: 750px; margin-bottom: 0; }
.neighbors { padding: 44px 0; }
.neighbors p, .neighbors li { color: var(--muted); line-height: 1.7; }
.neighbors ul { list-style: none; padding: 0; }
footer { border-top: 1px solid var(--ink); padding: 28px 0 48px; font-size: 13px; color: var(--muted); line-height: 1.7; }
footer nav { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
[hidden] { display: none !important; }
@media (max-width: 600px) {
  body { padding: 0 20px; }
  .masthead { padding-top: 40px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  #topics li { grid-template-columns: 1fr; gap: 10px; }
  .subjects { grid-row: auto; }
  .connection label { width: 100%; }
  .margin { padding: 20px; }
}
