:root {
  color-scheme: light;
  --ink: #141414;
  --muted: #66645f;
  --paper: #f5f1e8;
  --card: #fffdf8;
  --rule: #cbc4b6;
  --accent: #b83a26;
  --focus: #155f8e;
  --max: 1180px;
}

* { box-sizing: border-box; scrollbar-color: var(--rule) var(--paper); scrollbar-width: thin; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; cursor: pointer; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
::selection { background: var(--ink); color: var(--paper); }
*::-webkit-scrollbar { width: 12px; height: 12px; }
*::-webkit-scrollbar-track { background: var(--paper); }
*::-webkit-scrollbar-thumb { background: var(--rule); border: 3px solid var(--paper); border-radius: 0; }
*::-webkit-scrollbar-thumb:hover { background: var(--muted); }
@media (forced-colors: active) {
  * { scrollbar-color: ButtonText Canvas; }
  a:focus-visible { outline-color: Highlight; }
}

.masthead { max-width: var(--max); margin: 0 auto; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--rule); }
.brand { display: flex; gap: 10px; align-items: center; color: inherit; text-decoration: none; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; background: var(--ink); color: white; font-family: Georgia, serif; }
.site-nav { display: flex; gap: 18px; margin-left: auto; font-size: .82rem; }
.site-nav a { text-underline-offset: 4px; }
.site-nav a:hover, .breadcrumb a:hover, .sources a:hover, .story-sources a:hover { color: var(--accent); }
.edition { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--accent); }
main { max-width: var(--max); margin: 0 auto; padding: 0 24px 80px; }
.hero { max-width: 850px; padding: 64px 0 54px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--accent); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
h1 { margin: 0; font: 700 clamp(3rem, 7vw, 5.7rem)/.92 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
.dek { max-width: 660px; margin: 30px 0 0; color: var(--muted); font: 1.2rem/1.55 Georgia, serif; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-top: 3px solid var(--ink); padding-top: 14px; }
.section-heading .section-kicker { margin-bottom: 8px; }
h2 { margin: 0; font: 700 2rem/1.05 Georgia, serif; letter-spacing: -.03em; }
#feed-status { margin: 0 0 4px; color: var(--muted); font-size: .82rem; }
.articles { margin-top: 25px; }
.article { display: grid; grid-template-columns: minmax(220px, .8fr) 1.2fr; align-items: start; gap: 34px; padding: 30px 0; border-top: 1px solid var(--rule); }
.article:first-child { border-top: 0; }
.article-copy { min-width: 0; }
.article-image { align-self: start; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #1d2530, #496a74 52%, #e7a350); overflow: hidden; display: block; }
.article-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.image-placeholder { display: block; width: 100%; height: 100%; min-height: 260px; }
.article-meta { margin: 0 0 12px; color: var(--accent); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.article h3 { margin: 0; font: 700 clamp(1.7rem, 4vw, 3rem)/1.02 Georgia, serif; letter-spacing: -.035em; }
.article h3 a { text-decoration: none; }
.article h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.article-summary { max-width: 680px; margin: 18px 0; color: #3f3e3a; font: 1.05rem/1.55 Georgia, serif; }
.sources { color: var(--muted); font-size: .8rem; line-height: 1.7; }
.sources-label { font-weight: 800; color: var(--ink); }
.sources a { text-underline-offset: 3px; }
.source-separator { margin: 0 7px; color: var(--rule); }
.empty { padding: 55px 0; color: var(--muted); font: 1.2rem/1.55 Georgia, serif; }
.articles.is-loading { min-height: 260px; }
.loading-message { margin: 0; padding: 44px 0; color: var(--muted); font: 1.05rem/1.5 Georgia, serif; }
.feed-error { color: var(--ink); }
.source-unavailable { color: var(--muted); }
.status-shell { max-width: 760px; margin: 0 auto; padding: 92px 0 120px; }
.status-shell h1 { max-width: 720px; }
.status-copy { max-width: 560px; margin: 24px 0 28px; color: var(--muted); font: 1.2rem/1.55 Georgia, serif; }
.status-link { color: var(--accent); font-weight: 800; text-underline-offset: 4px; }
.story-shell { max-width: 880px; margin: 0 auto; padding-top: 54px; }
.breadcrumb { margin: 0 0 44px; color: var(--muted); font-size: .82rem; }
.breadcrumb a { text-underline-offset: 4px; }
.story-header { max-width: 820px; }
.story-header h1 { font-size: clamp(2.9rem, 7vw, 6rem); }
.story-dek { max-width: 760px; margin: 28px 0 18px; color: #3f3e3a; font: 1.3rem/1.5 Georgia, serif; }
.byline { color: var(--muted); font-size: .8rem; }
.story-figure { margin: 45px 0 44px; }
.story-figure img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; display: block; background: #1d2530; }
.story-figure figcaption { margin-top: 9px; color: var(--muted); font-size: .75rem; }
.takeaways { margin: 0 0 44px; padding: 25px 28px 26px; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--rule); background: var(--card); }
.takeaways .section-kicker, .story-sources .section-kicker { margin-bottom: 9px; }
.takeaways h2 { font-size: 1.55rem; }
.takeaways ul { margin: 18px 0 0; padding-left: 20px; }
.takeaways li { margin: 9px 0; line-height: 1.5; }
.story-body { max-width: 720px; margin: 0 auto; font: 1.13rem/1.72 Georgia, serif; }
.story-body h2 { margin: 43px 0 13px; font-size: 1.7rem; }
.story-body p { margin: 0 0 22px; }
.story-body ul { margin: 0 0 24px; padding-left: 24px; }
.story-body li { margin-bottom: 10px; }
.story-sources { max-width: 720px; margin: 56px auto 0; padding-top: 22px; border-top: 1px solid var(--rule); }
.story-sources h2 { font-size: 1.6rem; }
.story-sources ul { margin: 18px 0 0; padding-left: 20px; }
.story-sources li { margin: 11px 0; line-height: 1.45; }
.story-sources li span { display: block; color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.verification-note { color: var(--muted); font-size: .84rem; line-height: 1.5; }
footer { border-top: 1px solid var(--rule); padding: 22px 24px; color: var(--muted); font-size: .78rem; text-align: center; }
footer p { margin: 4px 0; }
.footer-note { font-size: .72rem; }
.noscript { max-width: var(--max); margin: 0 auto; padding: 12px 24px; color: var(--muted); font-size: .85rem; }

@media (hover: hover) and (pointer: fine) {
  .article-image:hover img { transform: scale(1.025); }
}

@media (max-width: 720px) {
  .masthead { padding: 17px 18px; }
  .edition { display: none; }
  .site-nav { margin-left: auto; }
  main { padding: 0 18px 60px; }
  .hero { padding: 44px 0 42px; }
  .article { grid-template-columns: 1fr; gap: 22px; }
  .article-copy { order: 1; }
  .article-image { order: 2; width: 100%; }
  .image-placeholder { min-height: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .story-shell { padding-top: 36px; }
  .story-header h1 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .story-dek { font-size: 1.1rem; }
  .takeaways { padding: 20px; }
  .status-shell { padding: 64px 0 88px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .article-image:hover img { transform: none; }
}
