:root {
  --ink: #232321;
  --ink-soft: #44443f;
  --paper: #f7f3e9;
  --paper-deep: #e9e2d3;
  --white: #fffdf7;
  --orange: #e45d19;
  --orange-dark: #a83a0d;
  --sage: #52665b;
  --line: #b9b1a2;
  --max: 1240px;
  --serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.62;
  letter-spacing: 0;
  overflow-x: hidden;
}
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration-color: var(--orange); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange-dark); }
button, input { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 8px 14px; background: var(--white); border: 2px solid var(--orange); }
.skip-link:focus { top: 12px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.utility { background: var(--ink); color: var(--paper); font-size: 12px; line-height: 1; text-transform: uppercase; }
.utility-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 34px; }
.utility p { margin: 0; }
.utility-edition { color: #d7cdbb; }

.masthead { border-bottom: 1px solid var(--ink); }
.masthead-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; min-height: 128px; padding-block: 20px; }
.date-block { font-size: 13px; line-height: 1.35; text-transform: uppercase; }
.date-block strong { display: block; margin-bottom: 5px; color: var(--orange-dark); font-size: 11px; }
.brand { display: flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-mark { display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 54px; border: 3px double var(--orange); background: var(--white); color: var(--orange-dark); font-size: 34px; line-height: 1; font-weight: 700; }
.brand-name { display: block; font-size: clamp(24px, 4vw, 44px); line-height: .9; white-space: nowrap; }
.brand-name small { display: block; margin-top: 8px; color: var(--orange-dark); font-size: 13px; line-height: 1; text-transform: uppercase; }
.issue-block { justify-self: end; max-width: 180px; text-align: right; font-size: 13px; line-height: 1.35; }
.issue-block span { display: block; color: var(--sage); font-size: 11px; text-transform: uppercase; }

.nav-shell { position: relative; border-bottom: 4px solid var(--orange); background: var(--white); }
.nav-inner { display: flex; align-items: stretch; min-height: 48px; }
.primary-nav { display: flex; align-items: stretch; flex: 1; }
.primary-nav a { display: flex; align-items: center; padding: 0 18px; border-right: 1px solid var(--line); font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.primary-nav a:first-child { border-left: 1px solid var(--line); }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: var(--ink); color: var(--white); }
.icon-button { display: grid; place-items: center; width: 50px; min-width: 50px; border: 0; border-left: 1px solid var(--line); background: transparent; cursor: pointer; }
.icon-button:hover, .icon-button[aria-expanded="true"] { background: var(--orange); color: var(--white); }
.icon-button svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }
.menu-button { display: none; }

.search-panel { display: none; border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.search-panel.is-open { display: block; }
.search-inner { padding-block: 24px 28px; }
.search-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.search-form label { grid-column: 1 / -1; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.search-form input { width: 100%; min-width: 0; border: 1px solid #817d74; border-radius: 0; padding: 11px 13px; background: var(--white); color: var(--ink); }
.search-form button { border: 1px solid var(--orange); padding: 9px 18px; background: var(--orange); color: #171714; font-weight: 700; cursor: pointer; }
.search-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 30px; margin-top: 18px; }
.search-result { padding-top: 10px; border-top: 1px solid #66635c; }
.search-result a { color: var(--white); font-size: 18px; font-weight: 700; }
.search-result small { display: block; margin-top: 3px; color: #d7cdbb; }
.search-empty { grid-column: 1 / -1; color: #d7cdbb; }

.eyebrow { margin: 0 0 9px; color: var(--orange-dark); font-size: 12px; line-height: 1.3; font-weight: 700; text-transform: uppercase; }
.section-rule { display: flex; align-items: center; gap: 14px; margin: 0 0 20px; font-size: 14px; line-height: 1; text-transform: uppercase; }
.section-rule::after { content: ""; height: 1px; flex: 1; background: var(--ink); }
.kicker { color: var(--sage); font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 12px 0 0; color: #67635b; font-size: 12px; text-transform: uppercase; }
.meta span + span::before { content: "•"; margin-right: 14px; color: var(--orange); }

.front-intro { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; padding-block: 25px 18px; border-bottom: 1px solid var(--line); }
.front-intro h1 { margin: 0; max-width: 760px; font-size: clamp(28px, 4vw, 48px); line-height: 1.03; font-weight: 400; }
.front-intro p { margin: 0; max-width: 320px; color: var(--ink-soft); font-size: 14px; line-height: 1.45; }

.lead-grid { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(280px, .75fr); gap: 34px; padding-block: 32px 40px; border-bottom: 1px solid var(--ink); }
.lead-story { display: grid; grid-template-columns: 1.2fr .8fr; background: var(--ink); color: var(--paper); }
.lead-story-image { min-height: 470px; height: 100%; object-fit: cover; }
.lead-story-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-left: 5px solid var(--orange); }
.lead-story .kicker { color: #f38a52; }
.lead-story h2 { margin: 7px 0 12px; font-size: clamp(31px, 4vw, 52px); line-height: .98; font-weight: 400; }
.lead-story h2 a { text-decoration: none; }
.lead-story h2 a:hover { color: #ff9b64; }
.lead-story p { margin: 0; color: #e8e1d3; font-size: 16px; line-height: 1.48; }
.lead-story .meta { color: #c9c0af; }

.briefing { padding-left: 6px; }
.brief-card { display: grid; grid-template-columns: 108px 1fr; gap: 14px; padding: 0 0 18px; margin: 0 0 18px; border-bottom: 1px solid var(--line); }
.brief-card:last-child { margin-bottom: 0; }
.brief-card img { width: 108px; height: 122px; object-fit: cover; }
.brief-card h3 { margin: 4px 0 8px; font-size: 22px; line-height: 1.05; font-weight: 400; }
.brief-card h3 a { text-decoration: none; }
.brief-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.42; }

.latest { padding-block: 34px 48px; }
.latest-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.story-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 0; border-top: 4px solid var(--ink); background: var(--white); }
.story-card img { height: 100%; min-height: 280px; object-fit: cover; }
.story-card-copy { padding: 22px; }
.story-card h3 { margin: 8px 0 10px; font-size: 28px; line-height: 1.05; font-weight: 400; }
.story-card h3 a { text-decoration: none; }
.story-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.story-card .meta { margin-top: 15px; }

.category-band { border-block: 1px solid var(--ink); background: var(--paper-deep); }
.category-band-inner { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; padding-block: 28px; }
.category-band h2 { margin: 0; font-size: 24px; line-height: 1.1; font-weight: 400; }
.category-links { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.category-links a { padding: 14px 18px; border-right: 1px solid var(--line); background: var(--white); text-decoration: none; }
.category-links a:last-child { border-right: 0; }
.category-links strong { display: block; font-size: 15px; }
.category-links small { color: #6d685f; font-size: 12px; }

.page-head { padding: 40px 0 28px; border-bottom: 1px solid var(--ink); }
.breadcrumbs { margin-bottom: 15px; color: #67635b; font-size: 12px; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.page-head h1 { margin: 0; max-width: 860px; font-size: clamp(40px, 7vw, 72px); line-height: .98; font-weight: 400; }
.page-head > p, .page-head .wrap > p { max-width: 690px; margin: 15px 0 0; color: var(--ink-soft); font-size: 18px; }
.category-list { padding-block: 34px 60px; }
.category-item { display: grid; grid-template-columns: 280px 1fr auto; gap: 26px; align-items: center; padding-block: 20px; border-bottom: 1px solid var(--line); }
.category-item:first-child { border-top: 1px solid var(--line); }
.category-item img { width: 280px; height: 168px; object-fit: cover; }
.category-item h2 { margin: 5px 0 9px; font-size: 31px; line-height: 1.06; font-weight: 400; }
.category-item h2 a { text-decoration: none; }
.category-item p { max-width: 660px; margin: 0; color: var(--ink-soft); font-size: 15px; }
.read-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--ink); color: var(--orange-dark); font-size: 24px; text-decoration: none; }
.read-arrow:hover { background: var(--orange); color: var(--ink); }

.article-header { padding: 42px 0 0; }
.article-header-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 44px; align-items: end; }
.article-header h1 { margin: 9px 0 17px; max-width: 880px; font-size: clamp(42px, 6.2vw, 76px); line-height: .96; font-weight: 400; }
.article-deck { margin: 0; max-width: 760px; color: var(--ink-soft); font-size: 20px; line-height: 1.45; }
.article-stamp { padding: 18px 0 5px 20px; border-left: 4px solid var(--orange); font-size: 13px; }
.article-stamp strong { display: block; font-size: 18px; font-weight: 400; }
.article-hero { margin-top: 32px; border-block: 1px solid var(--ink); }
.article-hero img { width: 100%; height: min(58vw, 620px); object-fit: cover; }
.article-body-grid { display: grid; grid-template-columns: 210px minmax(0, 720px) 250px; gap: 42px; justify-content: center; padding-block: 48px 72px; }
.article-aside { align-self: start; position: sticky; top: 18px; font-size: 13px; }
.article-aside h2 { margin: 0 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--orange); font-size: 13px; text-transform: uppercase; }
.article-aside a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.share-label { margin-top: 22px; color: #6d685f; font-size: 11px; text-transform: uppercase; }
.article-content { min-width: 0; }
.article-content p { margin: 0 0 1.25em; }
.article-content .lead { margin-bottom: 1.35em; font-size: 22px; line-height: 1.52; }
.article-content h2 { margin: 1.55em 0 .55em; font-size: 35px; line-height: 1.12; font-weight: 400; }
.article-content h3 { margin: 1.45em 0 .5em; color: var(--orange-dark); font-size: 24px; line-height: 1.2; font-weight: 400; }
.article-content h4 { margin: 1.35em 0 .45em; font-size: 17px; line-height: 1.3; text-transform: uppercase; }
.article-content ul, .article-content ol { margin: 0 0 1.45em; padding-left: 1.35em; }
.article-content li { margin-bottom: .35em; padding-left: .25em; }
.article-content a { color: var(--orange-dark); font-weight: 700; }
.article-content table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.4; }
.article-content th, .article-content td { padding: 10px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { background: var(--ink); color: var(--paper); }
.data-table-wrap { margin: 22px 0 26px; overflow-x: auto; }
.article-end { margin-top: 40px; padding-top: 18px; border-top: 4px double var(--ink); font-size: 13px; color: #69645c; }
.related-box { padding: 18px; border: 1px solid var(--line); background: var(--white); }
.related-box h2 { margin: 0 0 12px; font-size: 13px; text-transform: uppercase; }
.related-box a { display: block; margin-bottom: 13px; font-size: 16px; line-height: 1.25; text-decoration: none; }

.footer { border-top: 6px solid var(--orange); background: var(--ink); color: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; padding-block: 42px; }
.footer-brand { font-size: 29px; line-height: 1; }
.footer p { max-width: 420px; color: #cfc6b7; font-size: 13px; }
.footer h2 { margin: 0 0 12px; color: #f08a53; font-size: 12px; text-transform: uppercase; }
.footer a { display: block; margin: 7px 0; color: var(--paper); font-size: 14px; text-decoration: none; }
.footer a:hover { color: #f08a53; }
.footer-bottom { padding-block: 14px; border-top: 1px solid #595750; color: #a9a397; font-size: 11px; text-transform: uppercase; }

@media (max-width: 1050px) {
  .masthead-inner { grid-template-columns: 1fr auto; }
  .date-block { display: none; }
  .brand { justify-self: start; }
  .lead-grid { grid-template-columns: 1fr; }
  .briefing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 0; }
  .briefing .section-rule { grid-column: 1 / -1; margin-bottom: 0; }
  .story-card { grid-template-columns: 1fr; }
  .story-card img { min-height: 240px; height: 240px; }
  .article-body-grid { grid-template-columns: minmax(0, 720px) 220px; }
  .article-aside { display: none; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .utility-edition, .issue-block { display: none; }
  .utility-inner { justify-content: center; }
  .masthead-inner { display: flex; min-height: 94px; padding-block: 15px; }
  .brand-mark { width: 44px; height: 44px; flex-basis: 44px; font-size: 28px; }
  .brand-name { font-size: clamp(20px, 7vw, 29px); white-space: normal; }
  .brand-name small { margin-top: 6px; font-size: 10px; }
  .nav-inner { justify-content: space-between; }
  .menu-button { display: grid; }
  .primary-nav { position: absolute; z-index: 20; top: 48px; left: 0; right: 0; display: none; flex-direction: column; background: var(--white); border-bottom: 4px solid var(--orange); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a, .primary-nav a:first-child { min-height: 48px; border: 0; border-top: 1px solid var(--line); }
  .search-results { grid-template-columns: 1fr; }
  .front-intro { grid-template-columns: 1fr; padding-block: 22px 17px; }
  .front-intro h1 { font-size: 34px; }
  .front-intro p { font-size: 13px; }
  .lead-grid { gap: 26px; padding-block: 22px 30px; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-story-image { min-height: 280px; height: 280px; }
  .lead-story-copy { padding: 21px; border-left: 0; border-top: 5px solid var(--orange); }
  .lead-story h2 { font-size: 35px; }
  .briefing { grid-template-columns: 1fr; gap: 0; }
  .brief-card { grid-template-columns: 104px 1fr; }
  .latest { padding-block: 28px 38px; }
  .latest-grid { grid-template-columns: 1fr; }
  .story-card { grid-template-columns: 130px 1fr; }
  .story-card img { min-height: 100%; height: 100%; }
  .story-card-copy { padding: 17px; }
  .story-card h3 { font-size: 22px; }
  .story-card p { display: none; }
  .category-band-inner { grid-template-columns: 1fr; gap: 16px; }
  .category-links { grid-template-columns: 1fr; }
  .category-links a { border-right: 0; border-bottom: 1px solid var(--line); }
  .category-links a:last-child { border-bottom: 0; }
  .page-head { padding-top: 29px; }
  .page-head h1 { font-size: 44px; }
  .category-item { grid-template-columns: 108px 1fr; gap: 15px; align-items: start; }
  .category-item img { width: 108px; height: 108px; }
  .category-item h2 { font-size: 23px; }
  .category-item p, .category-item .meta, .read-arrow { display: none; }
  .article-header { padding-top: 29px; }
  .article-header-grid { grid-template-columns: 1fr; gap: 20px; }
  .article-header h1 { font-size: clamp(42px, 13vw, 60px); }
  .article-deck { font-size: 18px; }
  .article-stamp { padding: 10px 0 0 14px; }
  .article-hero { margin-top: 24px; }
  .article-hero img { height: 64vw; min-height: 260px; }
  .article-body-grid { grid-template-columns: minmax(0, 1fr); gap: 35px; padding-block: 33px 50px; }
  .article-content .lead { font-size: 20px; }
  .article-content h2 { font-size: 30px; }
  .article-content h3 { font-size: 23px; }
  .related-box { margin-top: 10px; }
  .footer-inner { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 430px) {
  .brand { gap: 9px; }
  .brand-name { font-size: 22px; }
  .front-intro h1 { font-size: 30px; }
  .story-card { grid-template-columns: 104px 1fr; }
  .story-card-copy { padding: 14px; }
  .story-card h3 { font-size: 20px; }
  .search-form { grid-template-columns: 1fr; }
  .search-form label { grid-column: auto; }
  .article-header h1 { font-size: 42px; }
}

@media print {
  .utility, .nav-shell, .search-panel, .footer, .article-aside, .related-box { display: none !important; }
  body { background: #fff; color: #000; }
  .article-body-grid { display: block; padding-top: 20px; }
  .article-hero img { height: 360px; }
}
