:root {
  --stone: #e7decb;
  --ink: #202521;
  --bronze: #8b6545;
  --patina: #304b43;
  --muted: #65675b;
  --line: #c1b8a4;
  --night-text: #c3cebd;
  --serif: 'Marcellus', Georgia, serif;
  --sans: 'Source Sans 3', sans-serif;
  --mono: 'DM Mono', monospace;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--stone); color: var(--ink); font: 16px/1.65 var(--sans); }
button, input, select { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { opacity: .55; cursor: wait; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; }
::selection { background: var(--patina); color: var(--stone); }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
img { display: block; max-width: 100%; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 20; top: 12px; left: 12px; transform: translateY(-160%); background: var(--ink); color: var(--stone); padding: 12px 20px; }
.skip-link:focus { transform: none; }
.preview-note { text-align: center; padding: 6px 14px; background: #d8d0bc; color: #666451; font: 10px/1.6 var(--mono); }
.site-header { display: flex; align-items: center; gap: 40px; border-bottom: 1px solid var(--ink); padding-block: 18px; }
.brand { width: 365px; flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.site-header nav { flex: 1; display: flex; justify-content: center; gap: 27px; }
.site-header nav a, .network-link { font-size: 12px; font-weight: 600; padding-block: 10px; }
.site-header nav a:hover, .network-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.network-link { white-space: nowrap; }
.hero { display: grid; grid-template-columns: 1.45fr 1fr; gap: 42px 72px; align-items: center; padding-top: 58px; }
.eyebrow { font: 10px/1.6 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.section-number { color: var(--bronze); margin-right: 18px; }
.hero .eyebrow { color: var(--muted); margin-bottom: 25px; }
h1 { font: 400 clamp(48px, 5vw, 72px)/1.09 var(--serif); letter-spacing: -.045em; }
h1 span { color: var(--patina); }
.hero-intro { padding-top: 37px; min-width: 0; }
.intro { color: var(--muted); font-size: 17px; line-height: 1.8; margin-bottom: 25px; max-width: 390px; }
.hero-search { display: flex; border: 1px solid #909482; min-height: 54px; }
.hero-search input { flex: 1; min-width: 0; padding: 14px; border: 0; background: transparent; color: var(--ink); font-size: 13px; border-radius: 0; }
input::placeholder { color: var(--muted); opacity: 1; }
.hero-search button { width: 56px; flex-shrink: 0; display: grid; place-items: center; border: 0; background: var(--patina); color: var(--stone); }
.hero-search button:hover { background: var(--ink); }
.discovery-row { display: flex; align-items: center; gap: 18px; margin-top: 10px; }
.unearth-button { padding: 10px 0; color: var(--patina); background: transparent; border: 0; font-size: 13px; font-weight: 600; }
.unearth-button span { margin-left: 12px; }
.unearth-button:hover { text-decoration: underline; text-underline-offset: 5px; }
.discovery-row>span { font-size: 11px; color: var(--muted); }
.action-status { font-size: 12px; margin-top: 10px; color: var(--bronze); overflow-wrap: anywhere; }
.action-status:empty, .copy-status:empty { display: none; }
.starting-points { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 21px; border-top: 1px solid var(--line); }
.starting-points .eyebrow { font-size: 9px; margin: 0; }
.starting-points>div { display: flex; gap: 31px; }
.starting-points a { color: var(--patina); font-size: 13px; }
.starting-points a span { font-size: 12px; margin-left: 9px; color: var(--bronze); }
.starting-points a:hover { text-decoration: underline; text-underline-offset: 5px; }
.starting-note { color: var(--muted); font-size: 11px; }
.daily-section { background: var(--patina); color: var(--stone); padding-block: 28px 47px; color-scheme: dark; }
.section-ribbon { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid #67766a; padding-bottom: 20px; margin-bottom: 30px; }
.section-ribbon h2 { font: 400 11px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.section-ribbon .section-number { color: #c5a784; }
.section-ribbon>span { color: var(--night-text); font: 12px/1.6 var(--sans); }
.daily-exhibit { display: grid; grid-template-columns: 135px 1.12fr 1fr; gap: 32px; align-items: center; }
.exhibit-register { align-self: stretch; border-right: 1px solid #67766a; padding-right: 18px; padding-top: 10px; font: 11px/1.7 var(--sans); color: var(--night-text); display: flex; flex-direction: column; gap: 30px; }
.register-label { font: 8px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: #d0b597; margin-bottom: 9px; }
.daily-date { font: 11px/1.7 var(--sans); }
.register-note { font: 16px/1.4 var(--serif); color: var(--stone); margin-top: auto; padding-bottom: 7px; }
.daily-image-frame { aspect-ratio: 4/3; position: relative; background: #233930; display: grid; place-items: center; overflow: hidden; }
.daily-image-frame>p { max-width: 270px; text-align: center; padding: 20px; color: var(--night-text); font: 22px/1.45 var(--serif); }
.daily-image-frame>img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.image-note { position: absolute; bottom: 10px; left: 10px; right: 10px; width: fit-content; background: #202521e8; color: var(--stone); padding: 5px 7px; font: 8px/1.5 var(--mono); }
.daily-editorial { min-width: 0; }
.daily-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; color: #d0b597; font: 9px/1.6 var(--mono); text-transform: uppercase; margin-bottom: 16px; }
.daily-meta span:last-child { color: var(--night-text); }
.daily-copy h3 { font: 400 clamp(27px, 2.4vw, 34px)/1.18 var(--serif); letter-spacing: -.025em; overflow-wrap: anywhere; }
.daily-subject { font-size: 12px; color: #d0b597; margin-top: 14px; }
.daily-summary { color: var(--night-text); font-size: 14px; line-height: 1.75; margin-block: 16px 21px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.daily-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 14px; border-top: 1px solid #67766a; }
.record-status { font: 9px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .035em; }
.daily-bottom .record-status { color: var(--night-text); }
.text-link { border: 0; background: transparent; color: inherit; font-size: 12px; padding: 8px 0; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.daily-error { font-size: 14px; color: var(--night-text); }
.daily-error button { color: var(--stone); margin-top: 12px; }
.archive { padding-block: 58px 55px; }
.archive-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.archive-heading .eyebrow { color: var(--muted); margin-bottom: 14px; }
.archive h2 { font: 400 clamp(34px, 3.8vw, 49px)/1.13 var(--serif); letter-spacing: -.035em; }
.archive-intro { color: var(--muted); font-size: 14px; line-height: 1.8; }
.archive-layout { display: grid; grid-template-columns: 224px 1fr; gap: 42px; align-items: start; }
.archive-sidebar { position: sticky; top: 24px; border-top: 2px solid var(--ink); padding-top: 18px; }
.sidebar-title { display: block; font: 9px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: 14px; }
.category-filters { display: flex; flex-direction: column; gap: 3px; padding-bottom: 23px; margin-bottom: 21px; border-bottom: 1px solid var(--line); }
.category-filters button { text-align: left; padding: 10px 12px; font-size: 13px; color: var(--muted); background: transparent; border: 0; border-left: 2px solid transparent; }
.category-filters button[aria-pressed=true] { background: #d9d4c0; color: var(--patina); border-left-color: var(--patina); font-weight: 600; }
.category-filters button:hover { color: var(--ink); background: #dcd5c2; }
.archive-sidebar select { width: 100%; background: transparent; color: var(--ink); border: 1px solid #999c88; padding: 10px; border-radius: 0; font-size: 13px; }
.reset-filters { background: transparent; color: var(--patina); padding: 12px 0; border: 0; font-size: 12px; }
.reset-filters span { margin-left: 12px; }
.reset-filters:hover { text-decoration: underline; }
.sidebar-note { font-size: 12px; line-height: 1.85; color: var(--muted); border-top: 1px solid var(--line); margin-top: 10px; padding-top: 19px; max-width: 200px; }
.archive-results { min-width: 0; }
.archive-search { display: flex; margin-bottom: 21px; }
.archive-search input { flex: 1; min-width: 0; border: 1px solid #999c88; border-right: 0; border-radius: 0; background: transparent; color: var(--ink); padding: 14px; font-size: 14px; }
.solid-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 20px; background: var(--patina); color: var(--stone); border: 1px solid var(--patina); font-size: 13px; }
.solid-button:hover { background: var(--ink); }
.results-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--ink); padding-bottom: 13px; font: 10px/1.6 var(--mono); color: var(--muted); }
.results-heading>span:last-child { font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.archive-status { color: var(--muted); font: 10px/1.6 var(--mono); margin-top: 13px; overflow-wrap: anywhere; }
.archive-status:empty { display: none; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
.story-card { min-width: 0; display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding-block: 27px; border-bottom: 1px solid var(--line); }
.story-card>div { min-width: 0; }
.story-index { font: 9px/1.6 var(--mono); color: var(--bronze); padding-top: 2px; }
.story-kicker { font: 9px/1.6 var(--mono); color: var(--bronze); margin-bottom: 12px; display: flex; flex-direction: column; gap: 5px; }
.story-kicker>span:first-child { text-transform: uppercase; letter-spacing: .025em; }
.story-kicker>span:last-child { color: var(--muted); }
.story-open { padding: 0; background: transparent; border: 0; text-align: left; color: var(--ink); font: 400 23px/1.23 var(--serif); letter-spacing: -.025em; overflow-wrap: anywhere; }
.story-open:hover { color: var(--bronze); }
.story-subject { font-size: 12px; color: var(--patina); margin-top: 13px; }
.story-excerpt { color: var(--muted); font-size: 13px; line-height: 1.8; margin-top: 11px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.story-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; color: var(--muted); }
.story-arrow { background: transparent; border: 0; color: var(--patina); padding: 0 5px; font-size: 22px; }
.archive-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 26px; }
.archive-bottom>span { color: var(--muted); font: 10px/1.6 var(--mono); }
.outline-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--patina); border: 1px solid #999c88; background: transparent; padding: 12px 18px; font-size: 13px; }
.outline-button:hover { background: var(--patina); color: var(--stone); }
.archive-disclaimer { font-size: 12px; color: var(--muted); margin-top: 26px; max-width: 620px; }
.archive-empty, .archive-error { padding-block: 42px; text-align: center; }
.archive-empty h3 { font: 30px/1.2 var(--serif); }
.archive-empty p, .archive-error p { font-size: 14px; color: var(--muted); margin-block: 13px 22px; }
.tools-section { background: var(--ink); color: var(--stone); padding-block: 53px; color-scheme: dark; }
.tools-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.tools-intro .eyebrow { color: var(--night-text); font-size: 9px; margin-bottom: 26px; }
.tools-intro .section-number { color: #c5a784; }
.tools-intro h2 { font: 400 clamp(38px, 3.8vw, 50px)/1.13 var(--serif); letter-spacing: -.025em; }
.tools-intro h2 span { color: #b7c6ac; }
.tools-intro>p:last-child { color: var(--night-text); font-size: 14px; line-height: 1.85; margin-top: 22px; }
.tool-option { border-bottom: 1px solid #525d4e; }
.tool-option:first-child { border-top: 1px solid #525d4e; }
.tool-option summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px; cursor: pointer; }
.tool-option summary::-webkit-details-marker { display: none; }
.tool-index { display: block; color: #c5a784; font: 9px/1.6 var(--mono); letter-spacing: .06em; margin-bottom: 7px; }
.tool-option strong { font-size: 17px; font-weight: 500; }
.expand-icon { font-size: 24px; color: #c5a784; }
.tool-option[open] .expand-icon { transform: rotate(45deg); }
.tool-content { padding-bottom: 20px; }
.tool-content>p { font-size: 13px; line-height: 1.8; color: var(--night-text); margin-bottom: 14px; }
.tool-content pre { background: #19201c; border: 1px solid #525d4e; padding: 14px; margin: 0 0 12px; font: 10px/1.9 var(--mono); white-space: pre-wrap; overflow-wrap: anywhere; color: var(--stone); }
.tool-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.tool-actions a { color: var(--night-text); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.tool-actions a:hover { color: var(--stone); }
.tool-content .guide-note { font-size: 11px; margin: 12px 0 0; }
.copy-status { color: var(--night-text); font-size: 12px; margin-top: 10px; overflow-wrap: anywhere; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 30px; }
.footer-brand { font: 21px/1.3 var(--serif); }
.site-footer p { color: var(--muted); font-size: 11px; margin-top: 7px; }
.story-dialog { width: min(770px, calc(100% - 32px)); max-height: 90svh; padding: 0; border: 1px solid var(--bronze); background: var(--stone); color: var(--ink); }
.story-dialog::backdrop { background: #14241edb; backdrop-filter: blur(5px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; position: sticky; top: 0; z-index: 1; background: var(--stone); border-bottom: 1px solid var(--line); padding: 12px 28px; font: 9px/1.6 var(--mono); text-transform: uppercase; }
.dialog-top button { border: 0; background: transparent; color: var(--patina); font: inherit; padding: 10px; }
.dialog-content { padding: 35px 43px 39px; }
.dialog-content>.eyebrow { color: var(--bronze); margin-bottom: 16px; overflow-wrap: anywhere; }
.story-dialog h2 { font: 400 clamp(29px, 3.4vw, 41px)/1.16 var(--serif); letter-spacing: -.025em; margin-bottom: 23px; overflow-wrap: anywhere; }
.story-labels { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--muted); font: 10px/1.6 var(--mono); text-transform: uppercase; padding-bottom: 21px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.story-body { font-size: 17px; line-height: 1.9; overflow-wrap: anywhere; }
.story-body p+p { margin-top: 20px; }
.story-sources { border-top: 1px solid var(--line); margin-top: 27px; padding-top: 23px; }
.story-sources h3 { font: 500 11px/1.6 var(--mono); text-transform: uppercase; }
.story-sources ul { padding-left: 18px; font-size: 14px; }
.story-sources a { color: var(--patina); text-decoration: underline; overflow-wrap: anywhere; }
.source-note { font-size: 12px; color: var(--muted); margin: 15px 0 23px; }
body:has(.story-dialog[open]) { overflow: hidden; }
.noscript { padding-block: 25px; }
.noscript a { text-decoration: underline; }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .site-header { gap: 28px; }
  .brand { width: 290px; }
  .site-header nav { gap: 20px; }
  .hero { gap: 36px 45px; grid-template-columns: 1.3fr 1fr; }
  .intro { font-size: 16px; }
  .starting-note { display: none; }
  .daily-exhibit { grid-template-columns: 1.1fr 1fr; gap: 25px 35px; }
  .exhibit-register { grid-column: 1 / -1; border-right: 0; padding: 0; display: flex; flex-direction: row; gap: 40px; align-items: center; }
  .exhibit-register>div { display: flex; gap: 13px; align-items: baseline; }
  .register-label { margin: 0; }
  .register-note { margin: 0 0 0 auto; font-size: 14px; padding: 0; }
  .register-note br { display: none; }
  .archive-layout { grid-template-columns: 195px 1fr; gap: 30px; }
  .story-grid { column-gap: 23px; }
  .story-card { grid-template-columns: 1fr; gap: 10px; }
  .story-open { font-size: 22px; }
  .tools-layout { gap: 60px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { flex-wrap: wrap; gap: 10px; justify-content: space-between; padding-block: 14px 0; }
  .brand { width: 305px; max-width: 65%; }
  .site-header nav { order: 3; flex-basis: 100%; justify-content: flex-start; gap: 28px; border-top: 1px solid var(--line); padding-block: 4px; }
  .hero { padding-top: 36px; gap: 26px; grid-template-columns: 1fr; }
  h1 { font-size: 58px; }
  .hero-intro { padding: 0; max-width: 600px; }
  .intro { max-width: 550px; font-size: 16px; margin-bottom: 20px; }
  .hero .eyebrow { margin-bottom: 19px; }
  .starting-points { gap: 20px; padding-block: 18px; }
  .starting-points>div { gap: 23px; }
  .exhibit-register { flex-wrap: wrap; gap: 12px 28px; }
  .register-note { display: none; }
  .daily-copy h3 { font-size: 27px; }
  .daily-exhibit { gap: 23px; }
  .daily-summary { -webkit-line-clamp: 3; }
  .archive { padding-block: 42px; }
  .archive-layout { grid-template-columns: 175px 1fr; gap: 25px; }
  .category-filters button { font-size: 12px; padding: 10px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { grid-template-columns: 22px 1fr; gap: 14px; }
  .story-open { font-size: 27px; }
  .archive-bottom { flex-direction: column; align-items: start; gap: 16px; }
  .outline-button { width: 100%; }
  .tools-layout { gap: 35px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 36px); }
  .brand { width: 230px; max-width: 62%; }
  .network-link { font-size: 11px; }
  .site-header nav a { font-size: 12px; }
  .hero { gap: 23px; padding-top: 31px; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 21px; }
  .section-number { margin-right: 12px; }
  h1 { font-size: clamp(34px, 8.8vw, 52px); line-height: 1.14; }
  .intro { font-size: 16px; }
  .hero-search input { font-size: 16px; padding-inline: 12px; }
  .hero-search input::placeholder { font-size: 12px; }
  .hero-search button { width: 54px; }
  .starting-points { flex-direction: column; align-items: start; gap: 11px; padding-block: 17px 20px; }
  .starting-points>div { flex-wrap: wrap; gap: 8px 26px; }
  .starting-points a { font-size: 13px; }
  .daily-section { padding-block: 23px 30px; }
  .section-ribbon { gap: 16px; margin-bottom: 23px; padding-bottom: 17px; }
  .section-ribbon h2 { font-size: 10px; white-space: nowrap; }
  .section-ribbon>span { font-size: 11px; max-width: 150px; text-align: right; }
  .daily-exhibit { grid-template-columns: 1fr; gap: 23px; }
  .exhibit-register { grid-column: auto; gap: 9px 25px; }
  .exhibit-register>div { flex-direction: column; gap: 4px; align-items: start; }
  .daily-copy h3 { font-size: 30px; }
  .daily-summary { font-size: 15px; -webkit-line-clamp: 4; }
  .archive-heading { margin-bottom: 25px; }
  .archive-heading .eyebrow { font-size: 9px; }
  .archive h2 { font-size: 34px; }
  .archive-intro { display: none; }
  .archive-layout { grid-template-columns: 1fr; gap: 26px; }
  .archive-sidebar { position: static; padding-top: 15px; }
  .sidebar-title { margin-bottom: 10px; }
  .category-filters { flex-direction: row; flex-wrap: wrap; gap: 4px; margin-bottom: 15px; padding-bottom: 15px; }
  .category-filters button { border-left: 0; border-bottom: 2px solid transparent; font-size: 11px; padding: 8px 9px; }
  .category-filters button[aria-pressed=true] { border-bottom-color: var(--patina); }
  .archive-sidebar select { font-size: 16px; padding: 10px; }
  .reset-filters { padding-bottom: 0; }
  .sidebar-note { display: none; }
  .archive-search input { font-size: 16px; padding-inline: 12px; }
  .archive-search input::placeholder { font-size: 12px; }
  .archive-search .solid-button { padding-inline: 15px; gap: 12px; }
  .story-card { padding-block: 25px; }
  .story-open { font-size: 26px; }
  .story-excerpt { font-size: 14px; }
  .story-subject { font-size: 13px; }
  .tools-section { padding-block: 37px; }
  .tools-layout { grid-template-columns: 1fr; gap: 30px; }
  .tools-intro .eyebrow { font-size: 8px; margin-bottom: 20px; }
  .tools-intro h2 { font-size: 41px; }
  .tool-content pre { font-size: 11px; }
  .site-footer { gap: 20px; }
  .footer-brand { font-size: 18px; display: block; max-width: 190px; }
  .site-footer .network-link { font-size: 10px; }
  .dialog-top { padding-inline: 12px; }
  .dialog-content { padding: 27px 22px; }
  .story-body { font-size: 16px; }
}
@media (max-width: 360px) {
  .brand { max-width: 59%; }
  .site-header .network-link { font-size: 10px; }
  h1 { font-size: 9.4vw; }
  .archive h2 { font-size: 29px; }
  .discovery-row { gap: 12px; }
  .starting-points>div { gap: 8px 19px; }
}
@media (pointer: coarse) {
  .site-header nav a, .network-link, .unearth-button, .starting-points a, .category-filters button, .text-link, .tool-actions>a, .reset-filters, .dialog-top button { min-height: 44px; display: inline-flex; align-items: center; }
  .story-arrow { min-width: 44px; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
