:root {
  --ink: #171a1f;
  --muted: #5b626c;
  --paper: #fffef9;
  --soft: #f2f0e9;
  --line: #cfd2d5;
  --red: #d94a36;
  --red-dark: #9f2f21;
  --blue: #b9dceb;
  --blue-dark: #173f54;
  --green: #286454;
  --yellow: #f1c64b;
  --white: #ffffff;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p a, li a { color: var(--red-dark); text-decoration: underline; text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; }
nav a, header a, footer a, .primary-link, .read-link, .back-link, .story-image, .lead-visual { text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; }

.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: 0.8rem 1rem; background: var(--ink); color: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

.utility-line { background: var(--ink); color: var(--white); font-size: 0.78rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-inner a { color: var(--white); font-weight: 700; }
.masthead { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.85rem; min-height: 54px; }
.brand img { flex: 0 0 auto; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1.05; }
.brand small { display: block; margin-top: 0.3rem; color: var(--muted); font-size: 0.72rem; line-height: 1.1; }
.desktop-nav { display: flex; align-items: stretch; gap: 1.7rem; }
.desktop-nav a { min-height: 48px; display: inline-flex; align-items: center; border-bottom: 3px solid transparent; font-size: 0.94rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { border-color: var(--red); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { width: 48px; height: 48px; border: 1px solid var(--ink); display: grid; place-content: center; gap: 5px; list-style: none; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { display: block; width: 22px; height: 2px; background: var(--ink); }
.mobile-nav nav { position: absolute; right: 0; top: 54px; z-index: 30; width: min(82vw, 320px); padding: 0.5rem; background: var(--white); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--yellow); }
.mobile-nav nav a { min-height: 48px; display: flex; align-items: center; padding: 0 0.85rem; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-nav nav a:last-child { border-bottom: 0; }
.topic-line { border-block: 1px solid var(--ink); background: var(--yellow); }
.topic-line .shell { min-height: 42px; display: flex; align-items: center; gap: 0; overflow-x: auto; }
.topic-line span { padding: 0 1.5rem; border-right: 1px solid var(--ink); font-size: 0.77rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.topic-line span:first-child { padding-left: 0; }

.section-label { display: inline-block; margin-bottom: 1rem; color: var(--red-dark); font-size: 0.74rem; font-weight: 800; text-transform: uppercase; }
.section-label-light { color: var(--yellow); }
.lead-section { padding-block: 3.5rem; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: stretch; gap: 3rem; border-bottom: 1px solid var(--ink); }
.lead-copy { padding-block: 1rem; display: flex; flex-direction: column; align-items: flex-start; }
.lead-copy h1 { max-width: 13ch; margin-bottom: 1.4rem; font-size: 3.75rem; line-height: 0.99; font-weight: 600; }
.lead-copy > p { max-width: 55ch; margin-bottom: 1.25rem; color: var(--muted); font-size: 1.12rem; }
.lead-meta, .article-meta { display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; color: var(--muted); font-size: 0.82rem; }
.primary-link { min-height: 48px; margin-top: auto; padding: 0.7rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; background: var(--red); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); color: var(--white); font-weight: 800; white-space: nowrap; }
.primary-link:hover { background: var(--red-dark); }
.lead-visual { min-height: 360px; border: 1px solid var(--ink); background: var(--blue); overflow: hidden; }
.lead-visual img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.latest-section { padding-block: 4rem; }
.section-heading { padding-bottom: 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; border-bottom: 3px solid var(--ink); }
.section-heading h2 { max-width: 18ch; margin-bottom: 0; font-size: 2.35rem; line-height: 1.08; }
.section-heading > a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid var(--red); font-weight: 800; white-space: nowrap; }
.story-list, .archive { display: grid; }
.story-row { padding-block: 2rem; display: grid; grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr); gap: 2rem; border-bottom: 1px solid var(--line); }
.story-image { border: 1px solid var(--ink); background: var(--soft); overflow: hidden; }
.story-image img { width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.story-copy { align-self: center; }
.story-meta { margin-bottom: 0.65rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 1rem; color: var(--muted); font-size: 0.78rem; }
.story-meta span { color: var(--green); font-weight: 800; text-transform: uppercase; }
.story-copy h2 { max-width: 28ch; margin-bottom: 0.75rem; font-size: 1.75rem; line-height: 1.12; }
.story-copy h2 a:hover { color: var(--red-dark); }
.story-copy p { max-width: 62ch; margin-bottom: 0.85rem; color: var(--muted); }
.read-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--red-dark); border-bottom: 2px solid var(--red); font-weight: 800; }

.principles-band { padding-block: 4rem; background: var(--blue-dark); color: var(--white); }
.principles-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 4rem; }
.principles-grid h2 { max-width: 15ch; margin-bottom: 0; font-size: 2.6rem; line-height: 1.08; }
.principle-list { border-top: 1px solid rgba(255,255,255,0.45); }
.principle-list p { margin: 0; padding-block: 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.45); }
.principle-list strong { color: var(--yellow); }

.page-heading { padding-block: 4rem 3rem; border-bottom: 3px solid var(--ink); }
.page-heading h1 { max-width: 16ch; margin-bottom: 1rem; font-size: 3.6rem; line-height: 1; font-weight: 600; }
.page-heading p { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 1.14rem; }
.archive { padding-bottom: 4rem; }

.article-layout { padding-block: 3.5rem 5rem; }
.article-header { width: min(100%, 880px); margin-inline: auto; text-align: center; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; margin-bottom: 1rem; color: var(--muted); border-bottom: 1px solid var(--muted); font-weight: 700; }
.article-header .section-label { display: block; }
.article-header h1 { margin-bottom: 1.4rem; font-size: 3.55rem; line-height: 1.03; font-weight: 600; }
.article-deck { max-width: 720px; margin: 0 auto 1.25rem; color: var(--muted); font-size: 1.2rem; }
.article-meta { justify-content: center; }
.article-figure { margin: 3rem 0; border-block: 1px solid var(--ink); background: var(--soft); }
.article-figure img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.article-body { width: min(100%, 720px); margin-inline: auto; }
.article-body p { margin-bottom: 1.35rem; }
.article-intro { padding-bottom: 1.8rem; border-bottom: 1px solid var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.55; }
.article-body section { margin-top: 2.4rem; }
.article-body h2 { margin-bottom: 0.85rem; font-size: 2rem; line-height: 1.15; }
.sources, .editor-note { margin-top: 2.8rem; padding: 1.5rem; border: 1px solid var(--ink); }
.sources { background: var(--soft); }
.editor-note { background: var(--blue); color: var(--blue-dark); }
.sources h2, .editor-note h2 { font-size: 1.45rem; }
.sources ul { margin: 0; padding-left: 1.2rem; }
.editor-note p { margin-bottom: 0; }

.info-grid, .contact-layout { padding-block: 3.5rem 5rem; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 4rem; }
.info-main h2, .contact-notes h2 { margin-top: 2rem; font-size: 2rem; }
.info-main h2:first-child, .contact-notes h2:first-child { margin-top: 0; }
.fact-panel { padding: 2rem; background: var(--yellow); border: 1px solid var(--ink); align-self: start; }
.fact-panel h2 { font-size: 1.7rem; }
.fact-panel ul, .contact-notes ul { padding-left: 1.2rem; }
.fact-panel li, .contact-notes li { margin-bottom: 0.6rem; }
.contact-primary { padding: 2rem; background: var(--red); border: 1px solid var(--ink); color: var(--white); align-self: start; }
.contact-primary > span { display: block; margin-bottom: 0.6rem; font-size: 0.8rem; font-weight: 800; text-transform: uppercase; }
.contact-primary > a { display: inline-block; max-width: 100%; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; font-weight: 700; overflow-wrap: anywhere; text-decoration: underline; }
.contact-primary p { margin: 1rem 0 0; }
.contact-notes > p { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.policy-copy { width: min(calc(100% - 2rem), 800px); padding-block: 2rem 5rem; }
.policy-copy section { padding-block: 1.5rem; border-bottom: 1px solid var(--line); }
.policy-copy h2 { font-size: 1.75rem; }
.policy-copy p { margin-bottom: 0; }
.not-found { min-height: 55vh; padding-block: 5rem; }
.not-found h1 { font-size: 3rem; }

.site-footer { background: var(--ink); color: var(--white); }
.footer-grid { padding-block: 3.5rem; display: grid; grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr; gap: 3rem; }
.brand-footer strong { color: var(--white); }
.brand-footer small { color: #c8ccd1; }
.footer-brand p { max-width: 42ch; margin: 1.2rem 0 0; color: #c8ccd1; }
.footer-grid h2 { margin-bottom: 0.8rem; color: var(--yellow); font-family: Arial, Helvetica, sans-serif; font-size: 0.8rem; text-transform: uppercase; }
.footer-grid nav a { min-height: 38px; display: flex; align-items: center; color: var(--white); }
.footer-contact p { margin-bottom: 0.5rem; color: #c8ccd1; }
.footer-contact a { color: var(--white); font-weight: 800; overflow-wrap: anywhere; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid #51565d; color: #c8ccd1; font-size: 0.78rem; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .lead-section { grid-template-columns: 1fr; gap: 2rem; }
  .lead-copy h1 { max-width: 16ch; font-size: 3.2rem; }
  .lead-copy .primary-link { margin-top: 1rem; }
  .principles-grid { grid-template-columns: 1fr; gap: 2rem; }
  .info-grid, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid #51565d; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 1.25rem), var(--shell)); }
  .utility-inner { justify-content: flex-end; }
  .utility-inner span { display: none; }
  .masthead { min-height: 88px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 1.25rem; }
  .brand small { font-size: 0.66rem; }
  .topic-line span { padding-inline: 1rem; }
  .lead-section { padding-block: 2rem; }
  .lead-copy h1 { font-size: 2.55rem; }
  .lead-copy > p { font-size: 1.02rem; }
  .lead-visual { min-height: 0; }
  .latest-section { padding-block: 3rem; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .section-heading h2 { font-size: 2rem; }
  .story-row { grid-template-columns: 1fr; gap: 1.2rem; }
  .story-copy h2 { font-size: 1.55rem; }
  .principles-grid h2 { font-size: 2.15rem; }
  .page-heading { padding-block: 3rem 2rem; }
  .page-heading h1 { font-size: 2.7rem; }
  .page-heading p { font-size: 1rem; }
  .article-layout { padding-block: 2.5rem 4rem; }
  .article-header { text-align: left; }
  .article-header h1 { font-size: 2.55rem; }
  .article-deck { font-size: 1.05rem; }
  .article-meta { justify-content: flex-start; }
  .article-figure { margin: 2rem 0; }
  .article-figure img { aspect-ratio: 4 / 3; }
  .article-intro { font-size: 1.2rem; }
  .article-body h2 { font-size: 1.7rem; }
  .info-grid, .contact-layout { padding-block: 2.5rem 4rem; }
  .fact-panel, .contact-primary { padding: 1.25rem; }
  .contact-primary > a { font-size: 1.35rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.25rem; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 1rem; align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 380px) {
  .brand small { display: none; }
  .lead-copy h1, .article-header h1 { font-size: 2.2rem; }
  .page-heading h1 { font-size: 2.35rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
