:root {
  --green: #10382c;
  --green-deep: #08271f;
  --gold: #c4a24f;
  --paper: #f3f0e7;
  --white: #fffdf7;
  --ink: #17201c;
  --muted: #5d675f;
  --rust: #a34b34;
  --blue: #326c73;
  --line: #b9b9ad;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Trebuchet MS", Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button { border-radius: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; left: 12px; top: -60px; background: var(--gold); color: var(--green-deep); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { top: 12px; }
.site-header { color: var(--white); background: var(--green); border-bottom: 6px solid var(--gold); }
.masthead { min-height: 138px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; }
.brand { display: inline-grid; width: max-content; text-decoration: none; line-height: .78; font-weight: 900; }
.brand span { font-size: clamp(2.1rem, 5vw, 4.3rem); }
.brand span:nth-child(2) { color: var(--gold); }
.brand small { margin-top: 16px; font-size: .73rem; line-height: 1; color: var(--white); }
.masthead-note { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.35); font-size: .78rem; line-height: 1.35; text-transform: uppercase; }
.search-toggle { min-height: 44px; padding: 8px 14px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.45); cursor: pointer; }
.search-toggle:hover, .search-toggle:focus-visible { color: var(--green-deep); background: var(--gold); border-color: var(--gold); }
.search-toggle span { margin-right: 4px; font-size: 1.25rem; }
.ressort-nav { background: var(--green-deep); border-top: 1px solid rgba(255,255,255,.15); }
.nav-track { display: flex; overflow-x: auto; scrollbar-width: thin; }
.nav-track a { flex: 0 0 auto; padding: 11px 16px; border-right: 1px solid rgba(255,255,255,.14); text-decoration: none; font-size: .82rem; }
.nav-track a:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.nav-track a:hover, .nav-track a:focus-visible { color: var(--green-deep); background: var(--gold); }
.search-panel { color: var(--ink); background: var(--white); border-top: 1px solid var(--gold); }
.search-inner { padding-block: 28px; }
.search-panel label { display: block; margin-bottom: 8px; font-weight: 700; }
.search-row { display: grid; grid-template-columns: 1fr auto; max-width: 760px; }
.search-row input { min-width: 0; padding: 12px; background: var(--white); border: 2px solid var(--green); }
.search-row button { padding: 10px 24px; color: var(--white); background: var(--green); border: 2px solid var(--green); cursor: pointer; }
.search-results { max-width: 760px; margin-top: 16px; }
.search-results ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.search-results li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.search-results a { font-weight: 700; }
.search-results small { display: block; color: var(--muted); }
.issue-strip { display: flex; justify-content: space-between; gap: 20px; padding-block: 13px; border-bottom: 1px solid var(--line); font-size: .78rem; text-transform: uppercase; }
.issue-strip strong { color: var(--rust); }
.lead-story { position: relative; height: min(680px, 72vh); min-height: 520px; margin-top: 24px; overflow: hidden; background: var(--green); }
.lead-story > img { width: 100%; height: 100%; object-fit: cover; }
.lead-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,24,19,.78) 0, rgba(5,24,19,.22) 58%, transparent 80%); }
.lead-overlay { position: absolute; z-index: 1; left: 0; bottom: 0; width: min(720px, 68%); padding: clamp(24px, 4vw, 42px); color: var(--white); background: rgba(8,39,31,.92); border-top: 8px solid var(--gold); }
.kicker { display: inline-block; color: var(--rust); font-size: .76rem; font-weight: 800; text-transform: uppercase; text-decoration: none; }
.lead-overlay .kicker { color: var(--gold); }
.lead-overlay h1 { max-width: 660px; margin: 10px 0 14px; font-size: clamp(2.15rem, 4.1vw, 3.65rem); line-height: 1; }
.lead-overlay h1 a { text-decoration: none; }
.lead-overlay p { max-width: 560px; margin: 0 0 20px; font-size: 1.03rem; }
.read-link { display: inline-block; padding: 10px 0; color: var(--gold); font-weight: 800; }
.opening-note { display: grid; grid-template-columns: 180px minmax(0, 760px); gap: 40px; padding-block: 54px; border-bottom: 1px solid var(--line); }
.opening-note > p:last-child { margin: 0; font-size: clamp(1.4rem, 3vw, 2.25rem); line-height: 1.25; }
.eyebrow { margin: 0; color: var(--rust); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; padding-block: 58px 76px; }
.section-head { grid-column: 1 / -1; display: grid; grid-template-columns: 180px 1fr; gap: 40px; align-items: start; padding-bottom: 18px; border-bottom: 3px solid var(--green); }
.section-head h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.08; }
.story-card { min-width: 0; padding-top: 14px; border-top: 1px solid var(--line); }
.story-card.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.45fr 1fr; gap: 24px; }
.story-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #d9d6cc; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.story-image:hover img { transform: scale(1.018); }
.story-copy { padding-top: 14px; }
.story-copy h2 { margin: 7px 0 10px; font-size: clamp(1.35rem, 2.3vw, 2.05rem); line-height: 1.12; }
.story-copy h2 a { text-decoration: none; }
.story-copy h2 a:hover { text-decoration: underline; }
.story-copy p { margin: 0; color: var(--muted); }
.story-meta { display: flex; gap: 16px; margin-top: 14px; color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.departments { padding-block: 70px; color: var(--white); background: var(--green); border-top: 8px solid var(--gold); }
.section-head.light { border-color: rgba(255,255,255,.35); }
.section-head.light .eyebrow { color: var(--gold); }
.department-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.department-grid a { min-height: 188px; padding: 22px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); text-decoration: none; }
.department-grid a:hover { color: var(--green-deep); background: var(--gold); }
.department-grid span, .department-grid small { display: block; }
.department-grid span { color: var(--gold); font-size: .75rem; }
.department-grid a:hover span { color: var(--green-deep); }
.department-grid strong { display: block; margin: 24px 0 8px; font-size: 1.25rem; }
.department-grid small { line-height: 1.4; opacity: .8; }
.article-hero { padding-top: 44px; }
.article-title { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; align-items: end; margin-bottom: 30px; }
.article-title .kicker, .article-title h1, .article-title .dek { grid-column: 1; }
.article-title h1 { max-width: 900px; margin: 8px 0 12px; font-size: clamp(2.4rem, 6vw, 5.6rem); line-height: .96; overflow-wrap: break-word; }
.article-title .dek { max-width: 800px; margin: 0; color: var(--muted); font-size: 1.2rem; }
.byline { grid-column: 2; grid-row: 1 / span 3; padding: 20px; border: 1px solid var(--line); border-top: 6px solid var(--gold); font-size: .78rem; text-transform: uppercase; }
.byline span, .byline time { display: block; margin-bottom: 8px; }
.article-hero figure { margin: 0; }
.article-hero figure img { width: 100%; max-height: 720px; object-fit: cover; }
.article-hero figcaption { padding: 8px 0; color: var(--muted); font-size: .75rem; border-bottom: 1px solid var(--line); }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); justify-content: center; gap: 70px; padding-block: 58px 80px; }
.article-aside { position: sticky; top: 20px; align-self: start; padding: 20px 0; border-top: 5px solid var(--gold); border-bottom: 1px solid var(--line); }
.article-aside p:not(.eyebrow) { color: var(--muted); font-size: .92rem; }
.article-aside a { color: var(--rust); font-weight: 700; }
.article-body { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; line-height: 1.78; }
.article-body > p:first-child::first-letter { float: left; margin: 10px 10px 0 0; color: var(--green); font-family: "Trebuchet MS", Arial, sans-serif; font-size: 4.6rem; font-weight: 900; line-height: .7; }
.article-body h2, .article-body h3, .article-body h4 { font-family: "Trebuchet MS", Arial, sans-serif; }
.article-body h2 { margin: 2.6em 0 .6em; padding-top: .45em; border-top: 3px solid var(--green); font-size: 2rem; line-height: 1.15; }
.article-body h3 { margin: 1.9em 0 .5em; color: var(--green); font-size: 1.35rem; line-height: 1.25; }
.article-body ul { margin: 1.4em 0; padding: 20px 24px 20px 44px; border-left: 5px solid var(--gold); background: var(--white); }
.article-body li + li { margin-top: 8px; }
.related { padding-block: 58px 80px; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 28px; }
.category-head { padding-block: 64px; color: var(--white); background: var(--green); border-bottom: 8px solid var(--gold); }
.category-head .eyebrow { color: var(--gold); }
.category-head h1 { max-width: 900px; margin: 8px 0; font-size: clamp(2.8rem, 7vw, 6.4rem); line-height: .95; overflow-wrap: break-word; }
.category-head p:not(.eyebrow) { max-width: 650px; margin: 20px 0; font-size: 1.15rem; }
.category-head span { font-size: .75rem; text-transform: uppercase; }
.category-list { display: grid; gap: 40px; padding-block: 64px 84px; }
.story-card.horizontal { display: grid; grid-template-columns: minmax(260px, .8fr) 1fr; gap: 28px; }
.site-footer { padding-block: 50px; color: var(--white); background: var(--green-deep); border-top: 1px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr .7fr; gap: 40px; align-items: start; }
.footer-brand { color: var(--gold); font-size: 1.5rem; font-weight: 900; line-height: .82; text-decoration: none; }
.footer-brand small { color: var(--white); font-size: .65rem; }
.site-footer p { margin: 0; color: rgba(255,255,255,.7); font-size: .9rem; }
.site-footer nav { display: grid; gap: 8px; }
@media (max-width: 800px) {
  :root { --shell: min(100% - 28px, 680px); }
  .masthead { min-height: 112px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand span { font-size: 2.05rem; }
  .brand small { margin-top: 10px; font-size: .58rem; }
  .masthead-note { display: none; }
  .search-toggle { padding-inline: 10px; }
  .issue-strip span:last-child { display: none; }
  .lead-story { width: 100%; height: auto; min-height: 0; margin-top: 0; overflow: visible; }
  .lead-story > img { aspect-ratio: 4 / 3; }
  .lead-story::after { display: none; }
  .lead-overlay { position: relative; width: auto; padding: 28px 18px 32px; }
  .lead-overlay h1 { font-size: 2.35rem; }
  .opening-note, .section-head { grid-template-columns: 1fr; gap: 10px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card.wide, .story-card.horizontal { grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .department-grid { grid-template-columns: 1fr; }
  .department-grid a { min-height: 150px; }
  .article-title { display: block; }
  .article-title h1 { font-size: 2.7rem; overflow-wrap: anywhere; }
  .byline { margin-top: 24px; }
  .article-hero { padding-top: 32px; }
  .article-hero figure { width: calc(100% + 28px); margin-left: -14px; }
  .article-hero figcaption { padding-inline: 14px; }
  .article-layout { display: block; padding-top: 34px; }
  .article-aside { position: static; margin-bottom: 38px; }
  .article-body { font-size: 1.08rem; line-height: 1.72; }
  .article-body h2 { font-size: 1.65rem; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 420px) {
  .search-toggle { width: 44px; font-size: 0; }
  .search-toggle span { margin: 0; font-size: 1.45rem; }
  .search-row { grid-template-columns: 1fr; }
  .search-row button { border-top: 0; }
  .issue-strip strong { text-align: right; }
  .lead-overlay h1, .article-title h1 { font-size: 2.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-image img { transition: none; }
}
