:root {
  --ivory: #f3f0e6;
  --paper: #fffdf7;
  --moss: #536348;
  --moss-dark: #2f3d2d;
  --wood: #8a5a3a;
  --wood-dark: #543823;
  --ink: #20231f;
  --muted: #686a61;
  --line: #c8c3b4;
  --yellow: #d4a83e;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  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; }
button { cursor: pointer; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 8px 12px; background: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; background: var(--ivory); border-bottom: 1px solid var(--ink); }
.header-inner { width: min(calc(100% - 48px), var(--max)); min-height: 82px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: baseline; color: var(--ink); text-decoration: none; font-size: 24px; line-height: 1; }
.brand span { font-weight: 400; }
.brand b { color: var(--moss); font-weight: 800; }
.brand i { color: var(--wood); font-size: 13px; font-style: normal; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 24px; }
.main-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--wood); text-decoration: underline; }
.search-toggle { min-height: 38px; padding: 0 0 0 18px; border: 0; border-left: 1px solid var(--line); color: var(--moss-dark); background: transparent; font-size: 13px; font-weight: 700; }
.search-toggle:hover, .search-toggle:focus-visible { color: var(--wood); }
.search-drawer { border-top: 1px solid var(--line); background: var(--moss-dark); color: var(--paper); }
.search-drawer[hidden] { display: none; }
.search-form, .search-results { width: min(calc(100% - 48px), 820px); margin: 0 auto; }
.search-form { padding: 30px 0 18px; }
.search-form label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 700; }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.search-row input { min-width: 0; height: 50px; border: 1px solid var(--paper); border-radius: 0; padding: 0 14px; background: var(--paper); color: var(--ink); }
.search-row button { height: 50px; border: 1px solid var(--yellow); border-radius: 0; padding: 0 24px; background: var(--yellow); color: var(--ink); font-weight: 700; }
.search-results { padding-bottom: 30px; }
.search-results > p { margin: 0; color: #dedbd0; font-size: 14px; }
.search-result { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 16px 0; border-top: 1px solid #687465; }
.search-result img { width: 100px; height: 72px; object-fit: cover; }
.search-result a { font-weight: 700; }
.search-result span { display: block; color: #c9c9bd; font-size: 12px; }

.home-intro { width: min(calc(100% - 48px), var(--max)); min-height: 106px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.home-intro p { max-width: 560px; margin: 0; font-size: 15px; }
.home-intro span { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.lead-story { position: relative; width: min(calc(100% - 48px), 1380px); min-height: 660px; margin: 0 auto 110px; }
.lead-photo { width: 78%; height: 610px; margin-left: auto; overflow: hidden; background: #d9d5ca; }
.lead-photo img { height: 100%; object-fit: cover; object-position: center; }
.lead-copy { position: absolute; left: 0; bottom: -34px; width: min(52%, 650px); padding: 36px 48px 38px 0; background: var(--ivory); }
.eyebrow { display: inline-block; color: var(--wood); font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; text-decoration: none; }
.lead-copy h1 { max-width: 640px; margin: 12px 0 16px; font-size: 54px; line-height: 1.02; letter-spacing: 0; }
.lead-copy h1 a { text-decoration: none; }
.lead-copy h1 a:hover { color: var(--moss); }
.lead-copy p { max-width: 540px; margin: 0 0 22px; color: var(--muted); }
.read-link { color: var(--moss-dark); font-size: 14px; font-weight: 700; }
.read-link span { color: var(--wood); }
.margin-note { position: absolute; right: 0; bottom: -60px; width: 250px; padding: 18px 22px 20px; background: var(--yellow); color: var(--ink); transform: rotate(-1.2deg); }
.margin-note b, .side-note b, .article-note strong, .category-note b { display: block; margin-bottom: 8px; font-size: 11px; text-transform: uppercase; }
.margin-note p { margin: 0; font-size: 13px; line-height: 1.45; }

.latest-band { padding: 86px 0 110px; background: var(--paper); border-top: 1px solid var(--line); }
.section-heading { width: min(calc(100% - 48px), var(--max)); margin: 0 auto 48px; display: grid; grid-template-columns: 170px 1fr; align-items: end; }
.section-heading > p { margin: 0; color: var(--wood); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.section-heading h2 { max-width: 710px; margin: 0; font-size: 38px; line-height: 1.08; }
.stories-staggered { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 76px; row-gap: 104px; }
.story { min-width: 0; }
.story-image { display: block; overflow: hidden; background: #ded9cc; }
.story-image img { height: 360px; object-fit: cover; transition: transform 240ms ease; }
.story-image:hover img { transform: scale(1.015); }
.story-copy { max-width: 560px; padding-top: 22px; }
.story h2 { margin: 8px 0 10px; font-size: 28px; line-height: 1.12; }
.story h2 a { text-decoration: none; }
.story h2 a:hover { color: var(--moss); }
.story p { margin: 0 0 16px; color: var(--muted); font-size: 15px; }
.story-meta { display: flex; gap: 18px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.story-tall { margin-top: 120px; }
.story-tall .story-image img { height: 480px; }
.story-offset { margin-left: 90px; }
.story-offset .story-image img { height: 420px; }
.story-last { margin-top: -22px; }

.notebook-strip { padding: 92px 0 110px; background: var(--moss-dark); color: var(--paper); }
.notebook-strip .section-heading > p { color: #c9d0bb; }
.category-lines { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; border-top: 1px solid #687465; }
.category-lines a { display: grid; grid-template-columns: 70px 260px 1fr 30px; gap: 24px; align-items: center; min-height: 112px; border-bottom: 1px solid #687465; text-decoration: none; }
.category-lines span { color: #adb7a4; font-size: 12px; }
.category-lines strong { font-size: 19px; }
.category-lines p { max-width: 580px; margin: 0; color: #d7d9d0; font-size: 14px; }
.category-lines b { color: var(--yellow); font-size: 22px; }
.category-lines a:hover strong { color: var(--yellow); }

.site-footer { padding: 58px max(24px, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 30px 80px; background: var(--wood-dark); color: var(--paper); }
.brand-light { color: var(--paper); }
.brand-light b { color: #bcc7aa; }
.site-footer p { max-width: 480px; margin: 14px 0 0; color: #e0d8cf; font-size: 13px; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; align-content: start; }
.site-footer nav a { color: var(--paper); font-size: 12px; }
.site-footer .copyright { grid-column: 1 / -1; margin: 14px 0 0; padding-top: 22px; border-top: 1px solid #85694f; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.article-header { width: min(calc(100% - 48px), 980px); margin: 0 auto; padding: 74px 0 50px; }
.article-header h1 { max-width: 900px; margin: 14px 0 22px; font-size: 58px; line-height: 1.02; letter-spacing: 0; }
.article-deck { max-width: 760px; margin: 0 0 28px; color: var(--muted); font-size: 20px; line-height: 1.5; }
.byline { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; text-transform: uppercase; }
.article-hero { width: min(calc(100% - 48px), 1320px); margin: 0 auto 76px; }
.article-hero img { height: 620px; object-fit: cover; }
.article-hero figcaption { max-width: 420px; margin: 10px 0 0 auto; color: var(--muted); font-size: 11px; }
.article-layout { position: relative; width: min(calc(100% - 48px), 1040px); margin: 0 auto 110px; display: grid; grid-template-columns: 210px minmax(0, 690px); gap: 70px; align-items: start; }
.side-note { position: sticky; top: 24px; padding: 18px 0 18px 20px; border-left: 4px solid var(--yellow); color: var(--moss-dark); }
.side-note p { margin: 0; font-size: 13px; line-height: 1.5; }
.article-content { min-width: 0; }
.article-content .lead { margin-top: 0; color: var(--moss-dark); font-size: 22px; line-height: 1.55; }
.article-content h2 { margin: 58px 0 18px; color: var(--moss-dark); font-size: 33px; line-height: 1.12; }
.article-content h3 { margin: 38px 0 12px; color: var(--wood-dark); font-size: 23px; line-height: 1.2; }
.article-content h4 { margin: 30px 0 10px; font-size: 17px; }
.article-content p { margin: 0 0 22px; }
.article-content ul, .article-content ol { margin: 0 0 28px; padding-left: 24px; }
.article-content li { margin-bottom: 8px; padding-left: 6px; }
.article-note { margin: 44px -70px 46px 34px; padding: 22px 28px 24px; background: #dfe3d5; border-left: 5px solid var(--moss); transform: rotate(.35deg); }
.article-note span { display: block; font-size: 14px; line-height: 1.55; }
.article-close { margin-top: 66px; padding-top: 20px; border-top: 1px solid var(--ink); display: flex; justify-content: space-between; gap: 24px; font-size: 12px; text-transform: uppercase; }
.article-close a { font-weight: 700; }

.category-head { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 68px 0 78px; border-bottom: 1px solid var(--ink); }
.category-head > p { margin: 0 0 8px; color: var(--wood); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.category-head h1 { max-width: 870px; margin: 0 0 38px; font-size: 64px; line-height: 1; }
.category-head > div { display: grid; grid-template-columns: 160px minmax(0, 600px); gap: 28px; align-items: start; }
.category-head > div span { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.category-head > div p { margin: 0; font-size: 18px; }
.category-list { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 72px 0; }
.category-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 62px; align-items: center; margin-bottom: 92px; }
.category-story.reverse { grid-template-columns: .85fr 1.15fr; }
.category-story.reverse .story-image { order: 2; }
.category-story .story-image img { height: 430px; }
.category-story .story-copy { padding: 0; }
.category-story h2 { font-size: 34px; }
.category-note { width: min(calc(100% - 48px), var(--max)); margin: -30px auto 90px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; gap: 28px; align-items: center; }
.category-note b { margin: 0 auto 0 0; color: var(--muted); }
.category-note a { font-size: 13px; font-weight: 700; }

@media (max-width: 960px) {
  .header-inner { grid-template-columns: auto auto; min-height: 72px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; padding: 13px 0 16px; border-top: 1px solid var(--line); overflow-x: auto; }
  .main-nav a { white-space: nowrap; }
  .search-toggle { justify-self: end; }
  .lead-story { min-height: 610px; }
  .lead-photo { width: 88%; height: 520px; }
  .lead-copy { width: 66%; }
  .lead-copy h1 { font-size: 46px; }
  .margin-note { width: 220px; }
  .stories-staggered { column-gap: 38px; }
  .story-offset { margin-left: 30px; }
  .category-lines a { grid-template-columns: 46px 210px 1fr 24px; }
  .article-header h1 { font-size: 50px; }
  .article-hero img { height: 500px; }
  .article-layout { grid-template-columns: 160px minmax(0, 1fr); gap: 46px; }
  .article-note { margin-right: -20px; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .header-inner, .home-intro, .section-heading, .stories-staggered, .category-lines, .article-header, .article-hero, .article-layout, .category-head, .category-list, .category-note { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { column-gap: 14px; }
  .brand { font-size: 22px; }
  .main-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 14px; align-items: start; overflow: visible; }
  .main-nav a { white-space: normal; font-size: 11px; line-height: 1.3; }
  .search-form, .search-results { width: calc(100% - 32px); }
  .search-row { grid-template-columns: 1fr; }
  .search-row button { width: 100%; }
  .home-intro { min-height: 92px; align-items: flex-start; padding: 22px 0; }
  .home-intro p { max-width: 70%; }
  .lead-story { width: 100%; min-height: auto; margin-bottom: 80px; padding-bottom: 0; display: flex; flex-direction: column; }
  .lead-photo { width: calc(100% - 28px); height: 340px; margin-left: 28px; }
  .lead-copy { position: relative; bottom: auto; width: calc(100% - 32px); margin: -28px 16px 0; padding: 28px 24px 22px 0; }
  .lead-copy h1 { font-size: 38px; }
  .margin-note { position: relative; right: auto; bottom: auto; width: 230px; margin: 0 22px 0 auto; }
  .latest-band { padding: 68px 0 78px; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p { margin-bottom: 10px; }
  .section-heading h2 { font-size: 31px; }
  .stories-staggered { display: block; }
  .story, .story-tall, .story-offset, .story-last { margin: 0 0 68px; }
  .story-image img, .story-tall .story-image img, .story-offset .story-image img { height: 290px; }
  .story h2 { font-size: 25px; }
  .notebook-strip { padding: 68px 0 78px; }
  .category-lines a { grid-template-columns: 34px 1fr 24px; gap: 12px; padding: 22px 0; }
  .category-lines p { grid-column: 2 / -1; margin-top: -8px; }
  .category-lines strong { font-size: 17px; }
  .site-footer { padding: 46px 20px; grid-template-columns: 1fr; gap: 32px; }
  .site-footer nav { grid-template-columns: 1fr; }
  .article-header { padding: 52px 0 38px; }
  .article-header h1 { font-size: 40px; }
  .article-deck { font-size: 18px; }
  .article-hero { margin-bottom: 52px; }
  .article-hero img { height: 330px; }
  .article-hero figcaption { margin-left: 0; }
  .article-layout { display: block; margin-bottom: 80px; }
  .side-note { position: relative; top: auto; margin: 0 0 42px; }
  .article-content .lead { font-size: 20px; }
  .article-content h2 { margin-top: 48px; font-size: 29px; }
  .article-content h3 { font-size: 21px; }
  .article-note { margin: 38px -6px 42px 10px; padding: 20px 22px; }
  .article-close { display: block; }
  .article-close a { display: block; margin-top: 10px; }
  .category-head { padding: 48px 0 58px; }
  .category-head h1 { font-size: 44px; overflow-wrap: anywhere; }
  .category-head > div { grid-template-columns: 1fr; gap: 10px; }
  .category-list { padding: 54px 0 20px; }
  .category-story, .category-story.reverse { display: block; margin-bottom: 70px; }
  .category-story.reverse .story-image { order: initial; }
  .category-story .story-image img { height: 300px; }
  .category-story .story-copy { padding-top: 20px; }
  .category-story h2 { font-size: 27px; }
  .category-note { align-items: flex-start; flex-direction: column; gap: 12px; }
  .category-note b { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-image img { transition: none; }
}
