:root {
  --paper: #f3ebdd;
  --ink: #111014;
  --gold: #b69a61;
  --plum: #392632;
  --muted: #6e625b;
  --line: #cbbdab;
  --night-text: #c2b7ae;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', 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(--paper); color: var(--ink); font: 15px/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 { cursor: wait; opacity: .55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--plum); }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid #97733b; outline-offset: 4px; }
::selection { background: var(--plum); color: var(--paper); }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, 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%); padding: 12px 20px; background: var(--ink); color: var(--paper); }
.skip-link:focus { transform: none; }
.preview-note { padding: 6px 14px; text-align: center; background: #e6dccb; color: #6c5e51; font: 10px/1.6 var(--mono); }
.masthead-row { display: grid; grid-template-columns: 1fr minmax(280px, 450px) 1fr; align-items: center; gap: 32px; padding: 24px 0 22px; }
.brand { display: block; width: 100%; }
.brand img { width: 100%; height: auto; }
.masthead-note { color: var(--muted); font: italic 17px/1.35 var(--serif); }
.right-note { text-align: right; }
.navigation-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-block: 1px solid var(--ink); padding-block: 9px; }
.edition-label { font: 9px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.navigation-row nav { display: flex; gap: 30px; }
.navigation-row nav a, .network-link { display: inline-flex; align-items: center; min-height: 30px; font-size: 11px; font-weight: 500; }
.navigation-row nav a:hover, .network-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.network-link { white-space: nowrap; }
.hero { padding-block: 48px 39px; text-align: center; }
.eyebrow { font: 10px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .13em; }
.ruled-label { display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--muted); }
.ruled-label::before, .ruled-label::after { content: ''; height: 1px; width: 35px; background: var(--gold); }
h1 { font: 500 clamp(58px, 7.3vw, 104px)/.94 var(--serif); letter-spacing: -.045em; margin-block: 21px 20px; }
h1 em { color: var(--plum); font-weight: 400; }
.intro { font-size: 14px; line-height: 1.8; color: var(--muted); max-width: 510px; margin: 0 auto 25px; }
.hero-search { max-width: 530px; margin-inline: auto; display: flex; border: 1px solid var(--ink); min-height: 54px; }
.hero-search input { flex: 1; min-width: 0; padding: 14px 18px; color: var(--ink); background: transparent; border: 0; border-radius: 0; font-size: 13px; }
input::placeholder { color: var(--muted); opacity: 1; }
.hero-search button, .solid-button { background: var(--ink); border: 1px solid var(--ink); color: var(--paper); padding: 13px 22px; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; }
.hero-search button { border: 0; }
.hero-search button:hover, .solid-button:hover { background: var(--plum); }
.curtain-button { border: 0; background: transparent; color: var(--plum); font-size: 12px; padding: 12px 0 0; min-height: 42px; }
.curtain-button span { margin-left: 14px; }
.curtain-button:hover { text-decoration: underline; text-underline-offset: 5px; }
.action-status { color: var(--plum); font-size: 12px; margin-top: 10px; overflow-wrap: anywhere; }
.action-status:empty, .copy-status:empty { display: none; }
.daily-section { background: var(--ink); color: var(--paper); padding-block: 25px 48px; color-scheme: dark; }
.section-ribbon { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #443b35; padding-bottom: 18px; margin-bottom: 25px; }
.section-ribbon h2 { font: 400 11px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .12em; color: var(--gold); }
.section-ribbon h2::before { content: '◆'; font-size: 7px; margin-right: 12px; vertical-align: middle; }
.section-ribbon>span { font: italic 17px/1.4 var(--serif); color: var(--night-text); }
.daily-feature { display: grid; grid-template-columns: 1.06fr 1fr; gap: 55px; align-items: center; }
.daily-image-frame { position: relative; aspect-ratio: 4/3; background: #231b22; display: grid; place-items: center; overflow: hidden; }
.daily-image-frame>p { max-width: 280px; padding: 20px; color: var(--night-text); text-align: center; font: italic 24px/1.3 var(--serif); }
.daily-image-frame>img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.image-note { position: absolute; bottom: 12px; left: 12px; right: 12px; width: fit-content; padding: 5px 8px; background: #111014e8; color: var(--paper); font: 9px/1.5 var(--mono); }
.daily-editorial { min-width: 0; padding-block: 15px; }
.daily-date { font: 10px/1.5 var(--mono); color: var(--gold); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 26px; }
.daily-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; font: 9px/1.5 var(--mono); color: var(--night-text); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 14px; }
.daily-copy h3 { font: 500 clamp(30px, 3.4vw, 45px)/1.06 var(--serif); letter-spacing: -.025em; overflow-wrap: anywhere; }
.daily-subject { font-size: 11px; color: var(--gold); margin-top: 15px; }
.daily-summary { font-size: 13px; line-height: 1.85; color: var(--night-text); margin-block: 19px 25px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.daily-bottom { border-top: 1px solid #443b35; padding-top: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.record-status { font: 9px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .045em; }
.daily-bottom .record-status { color: var(--night-text); }
.text-link { border: 0; background: transparent; color: inherit; padding: 8px 0; font-size: 12px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.daily-bottom .text-link { color: var(--paper); }
.daily-error { color: var(--night-text); font-size: 14px; }
.daily-error button { color: var(--gold); margin-top: 12px; }
.archive { padding-block: 65px 54px; }
.archive-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.archive-heading .eyebrow { color: var(--muted); margin-bottom: 8px; }
.archive h2 { font: 500 clamp(40px, 4.6vw, 59px)/1.08 var(--serif); letter-spacing: -.04em; }
.archive-intro { font: italic 19px/1.45 var(--serif); color: var(--muted); }
.archive-search { display: flex; margin-bottom: 20px; }
.archive-search input { min-width: 0; flex: 1; border: 1px solid #a89a85; border-right: 0; padding: 14px 17px; background: transparent; color: var(--ink); border-radius: 0; font-size: 14px; }
.archive-search select { background: transparent; color: var(--ink); border: 1px solid #a89a85; border-radius: 0; padding: 10px 32px 10px 14px; margin-left: 16px; font-size: 12px; max-width: 210px; }
.archive-toolbar { border-bottom: 1px solid var(--ink); padding-bottom: 13px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.category-filters { display: flex; flex-wrap: wrap; gap: 4px; }
.category-filters button { background: transparent; color: var(--muted); padding: 8px 10px; font-size: 10px; border: 0; }
.category-filters button[aria-pressed=true] { background: var(--plum); color: var(--paper); }
.category-filters button:hover { box-shadow: inset 0 -1px var(--plum); }
.result-total { font: 10px/1.5 var(--mono); color: var(--muted); white-space: nowrap; }
.archive-status { font: 10px/1.6 var(--mono); color: var(--muted); margin-top: 15px; overflow-wrap: anywhere; }
.archive-status:empty { display: none; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 52px; }
.story-card { min-width: 0; display: grid; grid-template-columns: 26px 1fr; gap: 18px; padding-block: 30px; border-bottom: 1px solid var(--line); }
.story-card>div { min-width: 0; }
.story-index { font: 10px/1.6 var(--mono); color: #877661; padding-top: 2px; }
.story-kicker { display: flex; justify-content: space-between; gap: 16px; font: 9px/1.5 var(--mono); text-transform: uppercase; color: #756044; letter-spacing: .05em; margin-bottom: 11px; }
.story-open { background: transparent; border: 0; padding: 0; color: var(--ink); text-align: left; font: 600 29px/1.12 var(--serif); letter-spacing: -.015em; overflow-wrap: anywhere; }
.story-open:hover { color: #765041; }
.story-subject { font-size: 11px; color: var(--plum); margin-top: 11px; }
.story-excerpt { font-size: 12px; line-height: 1.85; color: var(--muted); margin-top: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.story-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 19px; color: var(--muted); }
.story-arrow { padding: 0 7px; border: 0; background: transparent; color: var(--plum); font-size: 22px; }
.archive-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 27px; }
.archive-bottom>span { font: 10px/1.5 var(--mono); color: var(--muted); }
.outline-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 13px 21px; background: transparent; color: var(--ink); border: 1px solid #a89a85; font-size: 12px; }
.outline-button:hover { background: var(--plum); color: var(--paper); }
.archive-disclaimer { font-size: 11px; color: var(--muted); max-width: 690px; margin-top: 28px; }
.archive-empty, .archive-error { text-align: center; padding-block: 45px; }
.archive-empty h3 { font: 500 34px/1.2 var(--serif); }
.archive-empty p, .archive-error p { font-size: 13px; color: var(--muted); margin-block: 12px 22px; }
.tools-section { background: var(--plum); color: var(--paper); padding-block: 58px; color-scheme: dark; }
.tools-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; }
.tools-intro .eyebrow { color: #d0b988; font-size: 9px; margin-bottom: 21px; }
.tools-intro h2 { font: 400 clamp(39px, 4.1vw, 54px)/1.02 var(--serif); letter-spacing: -.025em; }
.tools-intro h2 em { color: #dcc8a0; }
.tools-intro>p:last-child { font-size: 13px; line-height: 1.85; color: #d0bdc5; margin-top: 23px; }
.tool-option { border-bottom: 1px solid #6b5260; }
.tool-option:first-child { border-top: 1px solid #6b5260; }
.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: #d0b988; font: 9px/1.6 var(--mono); letter-spacing: .08em; margin-bottom: 6px; }
.tool-option strong { font-size: 15px; font-weight: 400; }
.expand-icon { font-size: 22px; color: #d0b988; }
.tool-option[open] .expand-icon { transform: rotate(45deg); }
.tool-content { padding-bottom: 19px; }
.tool-content>p { font-size: 12px; line-height: 1.8; color: #d0bdc5; margin-bottom: 15px; }
.tool-content pre { margin: 0 0 12px; padding: 14px; background: #261b24; border: 1px solid #6b5260; white-space: pre-wrap; overflow-wrap: anywhere; font: 10px/1.9 var(--mono); color: var(--paper); }
.tool-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.tool-actions a { font-size: 11px; color: #d0bdc5; text-decoration: underline; text-underline-offset: 4px; }
.tool-actions a:hover { color: white; }
.tool-content .guide-note { font-size: 10px; margin: 12px 0 0; }
.copy-status { font-size: 11px; color: #d0bdc5; margin-top: 10px; overflow-wrap: anywhere; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 30px 35px; }
.footer-brand { font: 600 25px/1.2 var(--serif); }
.site-footer p { font-size: 10px; color: var(--muted); margin-top: 6px; }
.story-dialog { width: min(770px, calc(100% - 32px)); max-height: 90svh; padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--gold); }
.story-dialog::backdrop { background: #111014d9; backdrop-filter: blur(5px); }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; position: sticky; top: 0; z-index: 1; background: var(--paper); border-bottom: 1px solid var(--line); padding: 12px 28px; font: 9px/1.6 var(--mono); text-transform: uppercase; }
.dialog-top button { background: transparent; border: 0; color: var(--plum); padding: 10px; font: inherit; }
.dialog-content { padding: 35px 44px 40px; }
.dialog-content>.eyebrow { color: var(--muted); margin-bottom: 15px; overflow-wrap: anywhere; }
.story-dialog h2 { font: 500 clamp(35px, 4vw, 49px)/1.06 var(--serif); letter-spacing: -.025em; margin-bottom: 23px; overflow-wrap: anywhere; }
.story-labels { display: flex; flex-wrap: wrap; gap: 10px 20px; border-bottom: 1px solid var(--line); padding-bottom: 21px; margin-bottom: 24px; font: 10px/1.6 var(--mono); text-transform: uppercase; color: var(--muted); }
.story-body { font-size: 15px; line-height: 1.95; overflow-wrap: anywhere; }
.story-body p+p { margin-top: 20px; }
.story-sources { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 23px; }
.story-sources h3 { font: 500 11px/1.6 var(--mono); text-transform: uppercase; }
.story-sources ul { padding-left: 18px; font-size: 13px; }
.story-sources a { text-decoration: underline; color: var(--plum); overflow-wrap: anywhere; }
.source-note { font-size: 11px; 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: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .masthead-row { grid-template-columns: 1fr 380px 1fr; gap: 20px; }
  .edition-label { display: none; }
  .daily-feature { gap: 34px; }
  .tools-layout { gap: 55px; }
  .archive-toolbar { flex-wrap: wrap; gap: 12px; }
  .story-grid { column-gap: 32px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .masthead-row { display: block; padding-block: 23px; }
  .masthead-note { display: none; }
  .brand { width: min(370px, 85%); margin-inline: auto; }
  .navigation-row { gap: 15px; }
  .navigation-row nav { gap: 20px; }
  .hero { padding-block: 39px 32px; }
  .daily-feature { gap: 25px; grid-template-columns: 1fr 1fr; align-items: start; }
  .daily-editorial { padding: 0; }
  .daily-date { font-size: 9px; margin-bottom: 15px; }
  .daily-summary { -webkit-line-clamp: 3; font-size: 12px; }
  .daily-image-frame { align-self: center; }
  .archive { padding-block: 45px; }
  .archive-intro { font-size: 17px; }
  .story-card { grid-template-columns: 20px 1fr; gap: 10px; }
  .story-open { font-size: 27px; }
  .tools-layout { gap: 35px; }
  .tools-intro h2 { font-size: 41px; }
}
@media (max-width: 580px) {
  .wrap { width: calc(100% - 36px); }
  .brand { width: min(330px, 100%); }
  .navigation-row { flex-wrap: wrap; justify-content: center; gap: 0; padding-block: 5px; }
  .navigation-row nav { width: 100%; justify-content: center; gap: 26px; }
  .navigation-row nav a, .navigation-row .network-link { min-height: 38px; }
  .navigation-row .network-link { color: var(--muted); font-size: 10px; }
  .hero { padding-block: 33px 28px; }
  .ruled-label { font-size: 9px; gap: 12px; }
  .ruled-label::before, .ruled-label::after { width: 18px; }
  h1 { font-size: clamp(49px, 10.8vw, 65px); line-height: .98; margin-block: 20px; }
  .intro { font-size: 13px; max-width: 350px; margin-bottom: 23px; }
  .hero-search input { font-size: 16px; padding-inline: 12px; }
  .hero-search input::placeholder { font-size: 11px; }
  .hero-search button { gap: 10px; padding-inline: 15px; font-size: 11px; }
  .daily-section { padding-block: 22px 30px; }
  .section-ribbon { gap: 12px; margin-bottom: 22px; padding-bottom: 15px; }
  .section-ribbon h2 { font-size: 10px; letter-spacing: .05em; }
  .section-ribbon h2::before { margin-right: 8px; }
  .section-ribbon>span { font-size: 14px; text-align: right; max-width: 140px; }
  .daily-feature { grid-template-columns: 1fr; gap: 24px; }
  .daily-image-frame { width: 100%; }
  .daily-date { margin-bottom: 18px; }
  .daily-meta { font-size: 9px; }
  .daily-copy h3 { font-size: 37px; }
  .daily-summary { font-size: 13px; -webkit-line-clamp: 4; }
  .image-note { font-size: 8px; }
  .archive { padding-block: 37px 40px; }
  .archive-heading { margin-bottom: 23px; }
  .archive h2 { font-size: 44px; }
  .archive-intro { display: none; }
  .archive-search { flex-wrap: wrap; margin-bottom: 13px; }
  .archive-search input { font-size: 16px; padding-inline: 12px; flex-basis: calc(100% - 96px); max-width: calc(100% - 96px); }
  .archive-search input::placeholder { font-size: 11px; }
  .archive-search>.solid-button { width: 96px; padding-inline: 12px; gap: 12px; }
  .archive-search select { width: 100%; max-width: none; margin: 12px 0 0; font-size: 16px; padding: 11px; }
  .category-filters button { font-size: 10px; padding: 10px 8px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { padding-block: 25px; grid-template-columns: 21px 1fr; gap: 13px; }
  .story-open { font-size: 30px; }
  .story-excerpt { font-size: 13px; }
  .archive-bottom { flex-direction: column; align-items: start; gap: 17px; }
  .outline-button { width: 100%; }
  .tools-section { padding-block: 39px; }
  .tools-layout { grid-template-columns: 1fr; gap: 28px; }
  .tools-intro h2 { font-size: 47px; }
  .tools-intro .eyebrow { font-size: 8px; }
  .tool-content pre { font-size: 11px; }
  .site-footer { gap: 20px; padding-block: 28px; }
  .footer-brand { font-size: 22px; display: block; max-width: 180px; }
  .site-footer .network-link { font-size: 10px; }
  .dialog-top { padding-inline: 14px; }
  .dialog-content { padding: 27px 22px; }
}
@media (max-width: 360px) {
  h1 { font-size: 12vw; }
  .archive h2 { font-size: 39px; }
  .daily-copy h3 { font-size: 33px; }
  .tools-intro h2 { font-size: 41px; }
}
@media (pointer: coarse) {
  .navigation-row nav a, .navigation-row .network-link, .curtain-button, .text-link, .category-filters button, .tool-actions>a, .network-link, .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; }
}
