:root {
  --ink: #17201d;
  --paper: #f6f7f2;
  --surface: #ffffff;
  --muted: #58645f;
  --line: #cdd5cf;
  --moss: #356448;
  --moss-dark: #234533;
  --signal: #a43f35;
  --blue: #2f5d7c;
  --warm: #e8d8b3;
  --header: #101815;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
}
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--signal); }
img { display: block; max-width: 100%; height: auto; }
button, select { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: white; color: var(--ink); padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--header); color: white; border-bottom: 1px solid #34413b; }
.header-inner { max-width: var(--max); min-height: 68px; margin: 0 auto; padding: 0 22px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-weight: 800; line-height: 1.05; min-width: 225px; }
.brand img { width: 38px; height: 38px; }
.brand small { display: block; color: #aebbb5; font-weight: 600; font-size: 11px; margin-top: 4px; }
.primary-nav { display: flex; gap: 22px; align-items: center; flex: 1; }
.primary-nav a { color: #e6ece8; text-decoration: none; font-weight: 650; font-size: 14px; }
.primary-nav a[aria-current="page"] { color: #fff4cd; border-bottom: 2px solid var(--warm); }
.locale-select { min-width: 130px; border: 1px solid #66736d; background: #16221d; color: white; padding: 8px 32px 8px 10px; border-radius: 4px; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid #66736d; background: transparent; color: white; border-radius: 4px; font-size: 22px; }
.hero { min-height: min(680px, 78vh); position: relative; display: flex; align-items: end; background: #111a16 center 35% / cover no-repeat; color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(8, 14, 11, .56); }
.hero-inner { position: relative; width: min(var(--max), calc(100% - 44px)); margin: 0 auto; padding: 92px 0 62px; }
.kicker { display: inline-block; margin: 0 0 12px; color: #f5e5bc; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 7vw, 88px); line-height: .98; letter-spacing: 0; text-wrap: balance; }
.hero-copy { max-width: 720px; margin: 22px 0 0; font-size: 20px; color: #eef3ef; }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid transparent; border-radius: 4px; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--warm); color: #1b241f; }
.button-primary:hover { background: #fff0c8; color: #1b241f; }
.button-secondary { border-color: #e8eee9; color: white; background: rgba(12, 18, 15, .58); }
.button-secondary:hover { background: white; color: var(--ink); }
.disclosure { margin-top: 20px; display: flex; gap: 9px; align-items: center; color: #d9e3dd; font-size: 13px; }
.disclosure::before { content: "i"; width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-weight: 800; }
.band { padding: 66px 22px; }
.band-white { background: var(--surface); }
.band-dark { background: #17231e; color: #eef4f0; }
.band-warm { background: #eee4cc; }
.container { width: min(var(--max), 100%); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 40px; align-items: start; margin-bottom: 34px; }
.section-head h2, .article h2 { font-family: Georgia, "Times New Roman", serif; font-size: 36px; line-height: 1.15; letter-spacing: 0; margin: 0; }
.section-head h2, .article h2, .copy h2, .hero h1, .article-header h1 { overflow-wrap: anywhere; }
.section-head p { margin: 0; color: var(--muted); }
.band-dark .section-head p { color: #bcc9c1; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: white; }
.fact { padding: 24px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact dt { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.fact dd { margin: 8px 0 0; font-weight: 800; line-height: 1.3; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 44px; align-items: center; }
.split-reverse .media { order: -1; }
.copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: 40px; line-height: 1.12; letter-spacing: 0; margin: 0 0 18px; }
.copy h3 { margin: 28px 0 8px; font-size: 21px; }
.media figure, figure.media { margin: 0; }
.media img, .article-figure img { width: 100%; border-radius: 4px; aspect-ratio: 16 / 9; object-fit: cover; background: #22302a; }
figcaption { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.band-dark figcaption { color: #b9c6bf; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 22px; }
.media-gallery figure { min-width: 0; margin: 0; }
.media-gallery img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; background: #22302a; }
.media-gallery figcaption { max-width: 38ch; }
.info-card { border: 1px solid var(--line); border-top: 4px solid var(--moss); background: white; padding: 24px; border-radius: 4px; }
.info-card:nth-child(2) { border-top-color: var(--signal); }
.info-card:nth-child(3) { border-top-color: var(--blue); }
.info-card h3 { margin: 0 0 10px; font-size: 20px; }
.info-card p { margin: 0; color: var(--muted); }
.status-table { width: 100%; border-collapse: collapse; background: white; color: var(--ink); }
.status-table th, .status-table td { padding: 14px 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.status-table th { background: #e7ece8; font-size: 14px; }
.tag { display: inline-flex; align-items: center; min-height: 26px; padding: 2px 8px; border-radius: 3px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.tag-confirmed { background: #dbeadf; color: #214c30; }
.tag-watch { background: #f2e1bd; color: #694e14; }
.article-header { padding: 72px 22px 44px; background: #17231e; color: white; }
.article-header .container { max-width: 900px; }
.breadcrumbs { margin: 0 0 20px; color: #bfcac4; font-size: 14px; }
.breadcrumbs a { color: #eaf2ed; }
.article-header h1 { font-family: Georgia, "Times New Roman", serif; font-size: 54px; line-height: 1.05; letter-spacing: 0; margin: 0; }
.dek { font-size: 20px; color: #d8e1dc; max-width: 760px; }
.meta { display: flex; flex-wrap: wrap; gap: 18px; color: #c4cec8; font-size: 13px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; gap: 54px; align-items: start; }
.article { min-width: 0; }
.article p { margin: 0 0 20px; }
.article h2 { margin: 48px 0 18px; scroll-margin-top: 92px; }
.article h3 { margin: 30px 0 12px; font-size: 23px; scroll-margin-top: 92px; }
.article-figure { margin: 30px 0; }
.article-figure.featured img { aspect-ratio: 3 / 2; }
.note { border-left: 4px solid var(--signal); background: #f6ebe8; padding: 17px 19px; margin: 24px 0; }
.note strong { display: block; margin-bottom: 4px; }
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li { counter-increment: step; position: relative; padding: 0 0 24px 52px; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: 1px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--moss); color: white; font-weight: 900; }
.toc { position: sticky; top: 94px; border-left: 2px solid var(--line); padding-left: 18px; }
.toc strong { display: block; margin-bottom: 10px; }
.toc a { display: block; padding: 5px 0; color: var(--muted); text-decoration: none; font-size: 14px; }
.faq-list details { border-top: 1px solid var(--line); padding: 17px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { color: var(--muted); }
.source-list li { margin-bottom: 10px; }
.site-footer { background: #0d1512; color: #c8d2cc; padding: 46px 22px 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
.footer-brand { display: flex; gap: 12px; align-items: center; color: white; font-weight: 800; }
.footer-brand img { width: 42px; height: 42px; }
.footer-links strong { display: block; color: white; margin-bottom: 10px; }
.footer-links a { display: block; color: #c8d2cc; margin: 6px 0; text-decoration: none; }
.footer-note { border-top: 1px solid #334039; margin-top: 30px; padding-top: 20px; font-size: 13px; }
.legal { max-width: 820px; }
.legal h2 { margin-top: 40px; }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 40px 22px; text-align: center; }

@media (max-width: 900px) {
  .menu-button { display: inline-grid; place-items: center; margin-left: auto; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 68px; background: var(--header); padding: 16px 22px 24px; flex-direction: column; align-items: flex-start; border-bottom: 1px solid #34413b; }
  .primary-nav.open { display: flex; }
  .locale-select { margin-left: auto; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .section-head, .article-layout { grid-template-columns: 1fr; }
  .split-reverse .media { order: 0; }
  .toc { position: static; border: 1px solid var(--line); padding: 16px; }
  .grid-3 { grid-template-columns: 1fr; }
  .media-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-gallery figure:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .header-inner { padding: 0 14px; gap: 10px; }
  .brand { min-width: 0; flex: 1; }
  .brand span { max-width: 135px; }
  .locale-select { width: 48px; min-width: 48px; color: transparent; padding: 8px; }
  .hero { min-height: 650px; }
  .hero-inner { width: calc(100% - 30px); padding-bottom: 42px; }
  .hero h1 { font-size: 45px; }
  .hero-copy { font-size: 18px; }
  .band { padding: 48px 15px; }
  .facts { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .section-head h2, .copy h2, .article h2 { font-size: 32px; }
  .article-header { padding: 48px 15px 34px; }
  .article-header h1 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .status-table { display: block; overflow-x: auto; }
  .media-gallery { grid-template-columns: 1fr; }
  .media-gallery figure:first-child { grid-column: auto; }
}

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