:root {
  --blue: #123b72;
  --blue-dark: #082342;
  --yellow: #f2c230;
  --yellow-soft: #fff1a8;
  --ink: #182027;
  --paper: #f8f7f1;
  --white: #fffef9;
  --line: #bfc7cc;
  --green: #53736b;
  --coral: #b94f3d;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
button, input { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--yellow); color: var(--blue-dark); }
.skip-link:focus { top: 12px; }

.site-header { background: var(--white); border-bottom: 1px solid var(--blue-dark); }
.masthead { max-width: var(--max); min-height: 116px; margin: 0 auto; padding: 24px 28px 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 20px; }
.wordmark { justify-self: start; display: flex; align-items: baseline; gap: 6px; color: var(--blue-dark); text-decoration: none; font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1; white-space: nowrap; }
.wordmark b { color: var(--yellow); font-size: 1.25em; font-weight: 400; }
.edition { margin: 0; color: var(--blue); font-family: Arial, sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; }
.search-toggle { justify-self: end; min-width: 96px; padding: 8px 14px; border: 1px solid var(--blue); border-radius: 0; color: var(--blue); background: transparent; font-family: Arial, sans-serif; font-size: 0.8rem; font-weight: 700; }
.search-toggle:hover, .search-toggle:focus-visible { background: var(--yellow); color: var(--blue-dark); outline: 2px solid transparent; }

.category-nav { border-top: 1px solid var(--line); background: var(--blue-dark); color: var(--white); }
.category-track { max-width: var(--max); margin: 0 auto; padding: 0 28px; display: flex; overflow-x: auto; scrollbar-width: thin; }
.category-track a { flex: 0 0 auto; padding: 12px 15px 10px; border-bottom: 3px solid transparent; text-decoration: none; font-family: Arial, sans-serif; font-size: 0.74rem; font-weight: 700; }
.category-track a:hover, .category-track a[aria-current="page"] { color: var(--yellow); border-bottom-color: var(--yellow); }

.search-panel { border-bottom: 1px solid var(--blue-dark); background: var(--yellow-soft); }
.search-form, .search-results { max-width: 920px; margin: 0 auto; padding: 22px 28px; }
.search-form label { display: block; margin-bottom: 6px; color: var(--blue-dark); font-family: Arial, sans-serif; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }
.search-row { display: grid; grid-template-columns: 1fr auto; }
.search-row input { min-width: 0; padding: 11px 13px; border: 1px solid var(--blue-dark); border-radius: 0; background: var(--white); color: var(--ink); }
.search-row button { padding: 11px 22px; border: 1px solid var(--blue-dark); border-left: 0; border-radius: 0; background: var(--blue); color: white; font-family: Arial, sans-serif; font-weight: 700; }
.search-results { padding-top: 0; }
.search-results:empty { display: none; }
.search-result { display: grid; grid-template-columns: minmax(90px, 0.25fr) 1fr; gap: 18px; padding: 14px 0; border-top: 1px solid rgba(8,35,66,.32); }
.search-result small { color: var(--blue); font-family: Arial, sans-serif; font-weight: 700; }
.search-result a { font-size: 1.1rem; font-weight: 700; }
.search-result p { margin: 4px 0 0; }

.issue-intro { max-width: var(--max); margin: 0 auto; padding: 52px 28px 38px; display: grid; grid-template-columns: 0.45fr 1.3fr 0.8fr; align-items: end; gap: 28px; }
.issue-no, .section-head > p, .category-band > p, .category-header > p, .article-rail > p { margin: 0; color: var(--coral); font-family: Arial, sans-serif; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.15em; }
.issue-intro h1 { margin: 0; max-width: 760px; color: var(--blue-dark); font-size: clamp(2.5rem, 5.8vw, 5rem); line-height: 0.98; font-weight: 400; }
.issue-intro > p:last-child { margin: 0; max-width: 360px; font-size: 1.06rem; }

.lead-layout { position: relative; max-width: var(--max); margin: 0 auto 90px; padding: 0 28px 42px; }
.lead-layout::after { content: ""; position: absolute; left: 0; right: 16%; bottom: 0; height: 45%; z-index: -1; background: var(--yellow); }
.lead-story { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr); align-items: end; }
.lead-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #d9dfd7; }
.lead-image img { height: 100%; object-fit: cover; }
.lead-copy { margin: 0 0 -22px -50px; padding: 34px 36px 30px; z-index: 1; border-top: 8px solid var(--yellow); background: var(--blue); color: var(--white); }
.lead-copy h2 { margin: 8px 0 14px; font-size: clamp(2rem, 4vw, 3.75rem); line-height: 1.04; font-weight: 400; }
.lead-copy h2 a { text-decoration: none; }
.lead-copy > p { margin: 0 0 18px; }
.kicker { color: var(--coral); font-family: Arial, sans-serif; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; text-decoration: none; }
.lead-copy .kicker { color: var(--yellow); }
.story-meta { display: flex; flex-wrap: wrap; gap: 12px 18px; font-family: Arial, sans-serif; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; }
.weekend-note { width: 285px; margin: 8px 5% 0 auto; padding: 22px 22px 18px; border-left: 5px solid var(--blue); background: var(--white); box-shadow: 5px 5px 0 var(--blue); }
.weekend-note span { color: var(--coral); font-family: Arial, sans-serif; font-size: .68rem; font-weight: 800; }
.weekend-note p { margin: 8px 0 10px; font-size: 1.04rem; line-height: 1.45; }
.weekend-note a { color: var(--blue); font-weight: 700; }

.story-grid { max-width: var(--max); margin: 0 auto; padding: 0 28px 100px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 54px 28px; }
.section-head { grid-column: 1 / -1; display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 28px; align-items: end; border-top: 1px solid var(--blue-dark); padding-top: 16px; }
.section-head h2 { margin: 0; color: var(--blue-dark); font-size: clamp(1.9rem, 4vw, 3.5rem); line-height: 1.08; font-weight: 400; }
.story-card { grid-column: span 6; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 20px; align-items: start; }
.story-card:nth-of-type(even) { transform: translateY(36px); }
.story-card.story-wide { grid-column: 2 / 12; grid-template-columns: 1.25fr 0.75fr; transform: none; margin: 20px 0; }
.story-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #dfe3dd; }
.story-image img { height: 100%; object-fit: cover; transition: transform .25s ease; }
.story-image:hover img { transform: scale(1.025); }
.story-copy h3 { margin: 7px 0 10px; color: var(--blue-dark); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.08; font-weight: 400; }
.story-copy h3 a { text-decoration: none; }
.story-copy h3 a:hover { text-decoration: underline; }
.story-copy > p { margin: 0 0 14px; font-size: .96rem; line-height: 1.5; }
.story-copy .story-meta { color: var(--green); }

.category-band { background: var(--blue-dark); color: var(--white); padding: 70px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 86px; }
.category-band > p { color: var(--yellow); }
.category-band > h2 { margin: 8px 0 34px; max-width: 700px; font-size: clamp(2rem, 4.3vw, 3.8rem); line-height: 1.05; font-weight: 400; }
.category-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.35); }
.category-list a { display: grid; grid-template-columns: 44px minmax(120px, .7fr) 1.3fr; gap: 14px; align-items: baseline; padding: 18px 10px 18px 0; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; }
.category-list a:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.35); margin-right: 24px; }
.category-list span { color: var(--yellow); font-family: Arial, sans-serif; font-size: .7rem; }
.category-list strong { font-size: 1.1rem; font-weight: 400; }
.category-list small { color: #d5dce2; font-family: Arial, sans-serif; font-size: .72rem; line-height: 1.45; }
.category-list a:hover strong { color: var(--yellow); }

.article-main, .category-main { max-width: var(--max); margin: 0 auto; padding: 58px 28px 100px; }
.article-header { max-width: 930px; margin: 0 auto 42px; text-align: center; }
.article-header h1 { margin: 10px auto 20px; color: var(--blue-dark); font-size: clamp(2.6rem, 6vw, 5.25rem); line-height: 1.01; font-weight: 400; }
.dek { max-width: 760px; margin: 0 auto 24px; font-size: 1.25rem; line-height: 1.5; }
.article-byline { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 20px; color: var(--green); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.article-figure { margin: 0; }
.article-figure img { aspect-ratio: 3 / 2; max-height: 720px; object-fit: cover; }
.article-figure figcaption { padding: 7px 0; color: #5b646b; font-family: Arial, sans-serif; font-size: .7rem; }
.article-layout { display: grid; grid-template-columns: 190px minmax(0, 720px); gap: 55px; justify-content: center; margin-top: 46px; }
.article-rail { align-self: start; position: sticky; top: 22px; padding-top: 12px; border-top: 4px solid var(--yellow); }
.article-rail a { display: block; margin: 8px 0; color: var(--blue); font-size: .9rem; }
.article-content { font-size: 1.09rem; }
.article-content .lead { margin-top: 0; color: var(--blue-dark); font-size: 1.28rem; line-height: 1.55; }
.article-content h2 { margin: 2.5em 0 .5em; color: var(--blue-dark); font-size: clamp(1.75rem, 3.5vw, 2.55rem); line-height: 1.12; font-weight: 400; }
.article-content h3 { margin: 2em 0 .45em; color: var(--blue); font-size: 1.45rem; line-height: 1.2; }
.article-content h4 { margin: 1.7em 0 .35em; color: var(--coral); font-family: Arial, sans-serif; font-size: .9rem; text-transform: uppercase; }
.article-content p { margin: 0 0 1.25em; }
.article-content ul, .article-content ol { margin: 0 0 1.5em; padding-left: 1.35em; }
.article-content li { margin: .42em 0; padding-left: .25em; }
.article-content table { width: 100%; margin: 1.8em 0 2.2em; border-collapse: collapse; font-family: Arial, sans-serif; font-size: .82rem; line-height: 1.4; }
.article-content th { background: var(--blue); color: var(--white); text-align: left; }
.article-content th, .article-content td { padding: 10px; border: 1px solid var(--line); vertical-align: top; }
.more-stories { margin-top: 90px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 32px 28px; }
.more-stories .story-card { grid-column: span 6; transform: none; }

.category-header { display: grid; grid-template-columns: .4fr 1fr .8fr; gap: 28px; align-items: end; padding: 18px 0 42px; border-bottom: 8px solid var(--yellow); }
.category-header h1 { margin: 0; color: var(--blue-dark); font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .98; font-weight: 400; }
.category-header > p:last-child { margin: 0; font-size: 1.05rem; }
.category-stories { padding-top: 55px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 40px 28px; }
.category-stories .story-card { grid-column: 2 / 11; grid-template-columns: 1.2fr .8fr; transform: none; }
.empty-category { grid-column: 3 / 11; padding: 45px 0; }
.empty-category > p { color: var(--coral); font-family: Arial, sans-serif; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.empty-category h2 { max-width: 670px; margin: 12px 0 20px; color: var(--blue-dark); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; font-weight: 400; }
.empty-category a { color: var(--blue); font-weight: 700; }

.site-footer { padding: 54px max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; background: var(--yellow); color: var(--blue-dark); }
.footer-mark { font-size: 1.75rem; text-decoration: none; }
.site-footer p { max-width: 520px; margin: 8px 0 0; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(8,35,66,.35); font-family: Arial, sans-serif; font-size: .7rem; }

@media (max-width: 900px) {
  .masthead { grid-template-columns: 1fr auto; min-height: 94px; }
  .edition { display: none; }
  .issue-intro { grid-template-columns: 1fr 2fr; }
  .issue-intro > p:last-child { grid-column: 2; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-copy { width: 78%; margin: -70px 0 0 auto; }
  .story-card, .story-card.story-wide { grid-column: 1 / -1; grid-template-columns: .8fr 1.2fr; transform: none; margin: 0; }
  .category-list { grid-template-columns: 1fr; }
  .category-list a:nth-child(odd) { border-right: 0; margin-right: 0; }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { position: static; display: flex; flex-wrap: wrap; gap: 6px 18px; }
  .article-rail > p { width: 100%; }
  .category-header { grid-template-columns: .35fr 1fr; }
  .category-header > p:last-child { grid-column: 2; }
  .category-stories .story-card { grid-column: 1 / -1; }
  .empty-category { grid-column: 2 / 12; }
}

@media (max-width: 620px) {
  .masthead { padding: 18px 18px 14px; gap: 8px; }
  .wordmark { font-size: 1.3rem; }
  .search-toggle { min-width: 76px; padding: 7px 9px; }
  .category-track { padding: 0 6px; }
  .category-track a { padding-left: 11px; padding-right: 11px; }
  .search-form, .search-results { padding-left: 18px; padding-right: 18px; }
  .search-row { grid-template-columns: 1fr; }
  .search-row button { border-left: 1px solid var(--blue-dark); border-top: 0; }
  .search-result { grid-template-columns: 1fr; gap: 2px; }
  .issue-intro { display: block; padding: 34px 18px 26px; }
  .issue-intro h1 { margin: 10px 0 16px; font-size: 2.65rem; }
  .lead-layout { padding: 0 18px 30px; margin-bottom: 62px; }
  .lead-copy { width: calc(100% - 18px); margin-top: -34px; padding: 24px 20px; }
  .lead-copy h2 { font-size: 2.15rem; }
  .weekend-note { width: calc(100% - 18px); margin-right: 0; }
  .story-grid { padding: 0 18px 68px; gap: 42px; }
  .story-grid, .more-stories, .category-stories { grid-template-columns: minmax(0, 1fr); }
  .section-head { display: block; }
  .section-head h2 { margin-top: 7px; font-size: 2.15rem; }
  .story-card, .story-card.story-wide { grid-column: 1; min-width: 0; display: block; }
  .story-copy { padding-top: 16px; }
  .story-copy h3 { font-size: 1.75rem; }
  .category-band { padding: 52px 18px 64px; }
  .category-list a { grid-template-columns: 32px 1fr; }
  .category-list small { grid-column: 2; }
  .article-main, .category-main { padding: 38px 18px 72px; }
  .article-header h1 { font-size: 2.65rem; }
  .dek { font-size: 1.1rem; }
  .article-figure { margin-left: -18px; margin-right: -18px; }
  .article-figure figcaption { padding-left: 18px; padding-right: 18px; }
  .article-layout { margin-top: 32px; }
  .article-content { font-size: 1rem; }
  .article-content .lead { font-size: 1.14rem; }
  .article-content table { display: block; overflow-x: auto; white-space: normal; }
  .more-stories .story-card { grid-column: 1; }
  .category-header { display: block; }
  .category-header h1 { margin: 8px 0 14px; font-size: 2.7rem; }
  .category-stories .story-card { grid-column: 1; display: block; }
  .empty-category { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; padding: 44px 18px; }
  .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
