:root{--ink:#502c1e;--accent:#fe3b1f;--muted:#705c54;--line:#e4dcd7;--paper:#fff;--soft:#faf7f4;font-family:Barlow,Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--ink);outline-offset:5px}button{font:inherit}html{scroll-padding-top:20px}.skip-link{position:absolute;left:20px;top:-100px;z-index:5;background:white;padding:12px}.skip-link:focus{top:10px}.site-header,main,footer{max-width:1320px;margin:auto;padding-inline:40px}.page-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:36px 0 12px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;margin:0 0 10px;color:#a12b18}h1,h2,h3{font-family:Montserrat,Arial,sans-serif;margin:0}h1{font-size:clamp(24px,2.8vw,37px);line-height:1.2;letter-spacing:-.04em;font-weight:700}.refresh-status{font-size:12px;color:var(--muted);margin:0 0 26px;min-height:16px}.jump-links{display:none}.desk{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-top:4px solid var(--ink)}.column{min-width:0;padding:27px 30px 0 0}.column+.column{padding:27px 0 0 30px;border-left:1px solid var(--line)}.column-heading{min-height:120px}.column-heading h2{font-size:clamp(21px,2.1vw,28px);font-weight:700;line-height:1.15;letter-spacing:-.035em;max-width:490px}.column-heading>p:last-child{margin:12px 0 0;color:var(--muted);font-size:15px}.stringer .column-heading .eyebrow{color:#a12b18}.feed-status{color:var(--muted);font-size:12px;line-height:1.4;margin-bottom:15px}.feed-status p{margin:0 0 4px}.feed-status .warning{color:#992d1e;font-weight:600}.story{padding:23px 0;border-top:1px solid var(--line);overflow-wrap:anywhere}.story h3{font-size:19px;line-height:1.38;letter-spacing:-.025em;font-weight:600}.story:first-child h3{font-size:24px;line-height:1.25;font-weight:700}.story a{text-decoration:none}.story a:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.story .summary{font-size:16px;line-height:1.5;color:var(--muted);margin:11px 0}.story .credits{font-size:14px;line-height:1.4;margin:9px 0 0;font-weight:600}.story .meta{display:flex;flex-wrap:wrap;gap:6px 12px;color:var(--muted);font-size:12px;margin-top:13px}.story .source{font-weight:600;color:var(--ink)}.collection-link{display:flex;justify-content:space-between;text-decoration:none;border-top:2px solid var(--ink);padding:18px 0;font-weight:600;font-size:15px}.empty{color:var(--muted);font-size:15px;padding:20px 0;border-top:1px solid var(--line)}
@media(max-width:1000px){.site-header,main,footer{padding-inline:24px}.column{padding-right:22px}.column+.column{padding-left:22px}.column-heading{min-height:145px}.story:first-child h3{font-size:22px}}
@media(max-width:767px){.site-header,main,footer{padding-inline:20px}.page-intro{align-items:flex-start;padding-top:25px;gap:15px}.page-intro .eyebrow{font-size:9px}h1{font-size:25px}.refresh-status{line-height:1.5;margin-bottom:15px}.jump-links{display:flex;gap:18px;padding-bottom:19px;font-size:12px;font-weight:600}.desk{grid-template-columns:minmax(0,1fr)}.column{padding:22px 0 0}.column+.column{padding:25px 0 0;border-left:0;border-top:4px solid var(--ink);margin-top:28px}.column-heading{min-height:0;margin-bottom:18px}.column-heading h2{font-size:25px}.feed-status{min-height:0}.story h3{font-size:18px}.story:first-child h3{font-size:23px}.story .summary{font-size:15px}}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}

/* Values measured on stringerjournalism.org; see tests/fixtures/branding.json. */
.site-header {
  max-width: 1272px;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
}
.brand { display: block; width: 350px; }
.brand img { display: block; width: 350px; height: 141px; object-fit: contain; }
.main-nav { min-width: 0; }
.nav-primary, .nav-secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.nav-secondary { margin-top: 16px; gap: 16px; }
.main-nav a {
  font-family: Barlow, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.main-nav a[aria-current], .main-nav a:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.social-links { display: flex; align-items: center; gap: 16px; }
.social-links a { display: grid; place-items: center; width: 20px; min-height: 44px; }
.social-links svg { display: block; width: 20px; height: 20px; }
.social-links a:hover, .social-links a:focus-visible { color: var(--accent); }
.donate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  border-radius: 25px;
  padding: 16px 40px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.donate:hover, .donate:focus-visible { background: var(--accent); color: #fff; }
.site-footer { padding-block: 36px 24px; margin-top: 56px; border-top: 1px solid var(--line); color: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1.4fr .65fr; gap: 48px; align-items: start; }
.footer-identity img { display: block; width: 200px; height: 81px; object-fit: contain; }
.nonprofit { max-width: 275px; margin: 18px 0 0; font-size: 15px; line-height: 1.55; }
.site-footer h2 { font-family: Barlow, Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: 1.35; margin: 0 0 12px; }
.footer-appeal { margin: 0 0 20px; font-size: 16px; line-height: 1.55; max-width: 440px; }
.footer-nav { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.footer-nav h2 { margin-bottom: 2px; }
.footer-nav a { font-size: 15px; line-height: 1.5; text-decoration: none; }
.footer-nav a:hover, .collection-link:hover, .story a:hover { color: #000; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.footer-bottom span { flex-shrink: 0; }
.footer-bottom p { margin: 0; max-width: 620px; line-height: 1.5; }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 200px 1fr; gap: 18px; }
  .brand, .brand img { width: 200px; }
  .brand img { height: 81px; }
  .header-actions { justify-self: end; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; }
  .footer-main { gap: 28px; grid-template-columns: 1fr 1.2fr; }
  .footer-nav { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 12px 24px; }
  .footer-nav h2 { width: 100%; }
}
@media (max-width: 767px) {
  .site-header { grid-template-columns: minmax(0, 1fr); padding: 10px 16px 20px; gap: 18px; }
  .brand { justify-self: center; }
  .header-actions { justify-self: center; grid-row: 2; gap: 10px; flex-wrap: wrap; justify-content: center; }
  .main-nav { grid-row: 3; }
  .nav-primary { gap: 10px 14px; }
  .nav-secondary { margin-top: 14px; }
  .site-footer { padding-block: 28px 22px; margin-top: 32px; }
  .footer-main { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .nonprofit { max-width: 340px; }
  .footer-bottom { flex-direction: column; gap: 12px; margin-top: 24px; }
}
.refresh-status:empty, .feed-status:empty { display: none; }
.relay-status { margin: 14px 0 18px; color: #80756f; font-size: 11px; line-height: 1.5; }
.relay-status summary { width: fit-content; cursor: pointer; }
.relay-status summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.relay-status p { margin: 2px 0; }
.relay-status[open] summary { margin-bottom: 5px; }
.page-intro { padding-bottom: 28px; }

/* Editorial image cards and the concentric-line motif used throughout Stringer's identity. */
.page-intro { position: relative; gap: 32px; overflow: hidden; }
.page-intro > div { position: relative; z-index: 1; }
.page-intro h1 { max-width: 880px; }
.page-intro h1 span { color: var(--accent); }
.intro-motif { width: 190px; height: 95px; flex: 0 0 190px; color: var(--ink); align-self: flex-end; }
.column-heading { padding-bottom: 20px; }
.column-heading .eyebrow { display: flex; align-items: center; gap: 9px; }
.column-heading .eyebrow::before { content: ''; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.story.with-image { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 18px; align-items: start; }
.story[hidden] { display: none; }
.story-body { min-width: 0; }
.story-media { margin: 0; min-width: 0; }
.story-placeholder { width: 100%; aspect-ratio: 1; border-radius: 50%; background: var(--accent); }
.story-media img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: var(--soft); }
.story-media figcaption { margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.35; overflow-wrap: anywhere; }
@media (max-width: 1000px) {
  .intro-motif { width: 130px; height: 65px; flex-basis: 130px; }
  .story.with-image { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; }
}
@media (max-width: 767px) {
  .intro-motif { position: absolute; width: 90px; height: 45px; right: -28px; bottom: 18px; opacity: .12; }
  .story.with-image { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; }
  .story:first-child.with-image h3 { font-size: 20px; }
}
