:root {
  color-scheme: light;
  --bg: #f7f5ef;
  --paper: #fffdfa;
  --paper-soft: #f0eee6;
  --ink: #1d2529;
  --muted: #66737a;
  --line: #ddd8ca;
  --brand: #155f54;
  --brand-dark: #0d3934;
  --accent: #b94f36;
  --gold: #b58a3b;
  --blue: #34617a;
  --shadow: 0 18px 48px rgba(33, 44, 49, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

body,
button,
input {
  font-size: 17px;
}

a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

a:hover {
  color: var(--brand);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  background: rgba(255, 253, 250, .96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.header-inner,
.main,
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 22px;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  min-height: 74px;
}

.brand {
  color: var(--brand-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 26px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
}

.brand span {
  color: var(--accent);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.nav a {
  border-radius: 4px;
  color: #3c4b51;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  min-height: 44px;
  padding: 11px 10px;
  text-decoration: none;
}

.nav a:hover {
  background: var(--paper-soft);
  color: var(--brand-dark);
}


.nav a.language-switch {
  border: 1px solid var(--line);
  color: var(--brand-dark);
  margin-left: 4px;
}

.nav a.language-switch:hover {
  background: var(--brand-dark);
  color: #fffdf8;
}

.nav-toggle {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.nav-toggle-label {
  display: none;
}

.main {
  padding-block: 26px 58px;
}

.kicker,
.meta,
.label,
.section-eyebrow {
  color: var(--accent);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.front-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, .72fr);
  gap: 26px;
  align-items: start;
}

.lead-column {
  display: grid;
  gap: 16px;
}

.lead-story {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.lead-image {
  aspect-ratio: 16 / 8.2;
  background: #d9e4e2;
  overflow: hidden;
}

.lead-image img,
.story-thumb img,
.dossier-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-body {
  padding: 22px 24px 26px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.16;
  letter-spacing: 0;
  margin-bottom: 10px;
  max-width: 720px;
}

.lead-body p {
  color: #47565c;
  font-size: 17px;
  line-height: 1.56;
  max-width: 680px;
}

.right-rail {
  display: grid;
  gap: 16px;
}

.briefing {
  background: #133f3a;
  border-radius: 8px;
  color: #f8f5ec;
  padding: 24px;
  box-shadow: var(--shadow);
}

.briefing h2 {
  color: #fffdf8;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.briefing ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.briefing li {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding: 12px 0;
}

.briefing a {
  color: #fffdf8;
  font-weight: 700;
}

.top-news-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.top-news-wide {
  margin-top: 24px;
}

.top-news-head {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
}

.top-news-head h2 {
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 0;
}

.mini-stack {
  display: grid;
  gap: 12px;
}

.top-news-wide .mini-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-story,
.story-card,
.dossier-card,
.note-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-story {
  padding: 18px;
}

.mini-story h3,
.story-card h3,
.dossier-card h3,
.note-card h3 {
  font-size: 22px;
  line-height: 1.16;
  margin-bottom: 8px;
}

.mini-story p,
.story-card p,
.dossier-card p,
.note-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.section {
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.section h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.16;
  margin-bottom: 0;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.story-card {
  overflow: hidden;
}

.story-thumb {
  aspect-ratio: 16 / 10;
  background: var(--paper-soft);
}

.story-card-body,
.dossier-card,
.note-card {
  padding: 18px;
}

.dossier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dossier-card {
  min-height: 220px;
}

.dossier-image {
  aspect-ratio: 5 / 3;
  border-radius: 6px;
  margin: -2px -2px 16px;
  overflow: hidden;
}

.planning-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.note-card strong {
  color: var(--brand-dark);
}

.site-footer {
  background: #172525;
  color: #e7e2d5;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  padding-block: 26px;
}

.footer-inner a {
  color: #f5efe1;
}

@media (max-width: 940px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
    padding-block: 13px;
  }

  .nav-toggle-label {
    align-items: center;
    align-self: center;
    background: var(--brand-dark);
    border-radius: 4px;
    color: #fffdf8;
    cursor: pointer;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
  }

  .nav {
    background: var(--paper);
    border-top: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 0;
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-top: 2px;
    padding-block: 4px;
  }

  .nav-toggle:checked + .nav-toggle-label + .nav {
    display: flex;
  }

  .nav a {
    border-radius: 0;
    border-top: 1px solid var(--line);
    min-height: 46px;
    padding: 12px 2px;
    width: 100%;
  }


  .nav a.language-switch {
    border: 0;
    border-top: 1px solid var(--line);
    margin-left: 0;
  }

  .nav a:first-child {
    border-top: 0;
  }

  .front-grid,
  .planning-grid {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .dossier-grid,
  .top-news-wide .mini-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .header-inner,
  .main,
  .footer-inner {
    padding-inline: 15px;
  }

  .lead-body {
    padding: 18px;
  }

  .lead-body p {
    font-size: 16px;
  }

  .story-grid,
  .dossier-grid,
  .top-news-wide .mini-stack {
    grid-template-columns: 1fr;
  }

  .top-news-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.legal-page {
  max-width: 900px;
}

.legal-card {
  padding: 26px;
}

.legal-card h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 26px 0 10px;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  color: var(--ink);
  margin-bottom: 18px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--brand-dark);
  color: #fffdf8;
  border: 2px solid #fffdf8;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
  transition: transform .16s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

.article-main {
  max-width: 920px;
}

.article-shell {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.article-header,
.article-shell section {
  padding: 0 34px;
}

.article-header {
  padding-top: 34px;
  padding-bottom: 18px;
}

.article-header h1 {
  font-size: clamp(34px, 6vw, 58px);
  max-width: 820px;
}

.article-header h1 a {
  text-decoration: none;
}

.article-deck {
  color: #47565c;
  font-size: 21px;
  max-width: 760px;
}

.article-meta {
  color: var(--muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.article-figure {
  margin: 0 0 30px;
}

.article-figure img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.article-figure figcaption {
  color: var(--muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  padding: 10px 34px 0;
}

.quick-facts {
  background: #eef4f1;
  border-block: 1px solid var(--line);
  margin-bottom: 28px;
  padding-block: 24px !important;
}

.quick-facts h2,
.article-shell section h2 {
  font-size: 28px;
  line-height: 1.16;
}

.quick-facts ul {
  margin: 0;
  padding-left: 22px;
}

.quick-facts li + li {
  margin-top: 8px;
}

.article-shell section {
  padding-bottom: 24px;
}

.article-shell section p {
  font-size: 18px;
}

@media (max-width: 640px) {
  .article-header,
  .article-shell section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-figure figcaption {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.news-ticker {
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px 14px;
}

.news-ticker .section-eyebrow {
  margin-bottom: 10px;
}

.news-ticker article {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 5px;
  padding: 10px 0;
}

.news-ticker article:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.news-ticker article:last-child {
  padding-bottom: 0;
}

.news-ticker span {
  color: var(--accent);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.news-ticker a {
  color: var(--ink);
  font-weight: 750;
  line-height: 1.28;
}
