:root {
  --ivory: #f4f0e6;
  --paper: #fffdf7;
  --ink: #1f241c;
  --moss: #3f552e;
  --moss-dark: #26371f;
  --wood: #74472f;
  --vermilion: #b94b31;
  --mustard: #d4a92f;
  --blue: #3d6387;
  --line: rgba(31, 36, 28, 0.3);
  --wrap: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; letter-spacing: 0; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
button, input { font: inherit; }
button { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: var(--paper); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 5; background: var(--ivory); border-bottom: 1px solid var(--ink); }
.topline { display: flex; justify-content: space-between; padding-block: 8px; border-bottom: 1px solid var(--line); font-size: 0.69rem; font-weight: 700; text-transform: uppercase; }
.topline p { margin: 0; }
.masthead { min-height: 126px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.brand { width: fit-content; color: var(--ink); font-size: clamp(2.5rem, 6.8vw, 6.3rem); font-weight: 900; line-height: 0.82; text-decoration: none; text-transform: lowercase; }
.brand span { position: relative; z-index: 1; }
.brand span::after { content: ""; position: absolute; z-index: -1; left: 1%; right: -1%; bottom: 4%; height: 13%; background: var(--mustard); transform: rotate(-1deg); }
.brand i { color: var(--moss); font-style: normal; }
.brand b { color: var(--vermilion); font-size: 0.31em; font-weight: 900; }
.brand-note { max-width: 240px; margin: 0; padding-left: 18px; border-left: 5px solid var(--vermilion); font-size: 0.83rem; font-weight: 700; line-height: 1.35; }
.menu-button { display: none; border: 1px solid var(--ink); border-radius: 0; background: transparent; padding: 8px 12px; font-weight: 700; }
.nav-band { background: var(--moss-dark); color: var(--paper); }
.main-nav { min-height: 48px; display: flex; align-items: stretch; }
.main-nav a, .search-open { display: flex; align-items: center; padding: 0 20px; border: 0; border-right: 1px solid rgba(255,255,255,0.2); background: transparent; font-size: 0.78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.main-nav a:first-child { border-left: 1px solid rgba(255,255,255,0.2); }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"], .search-open:hover, .search-open:focus-visible { color: var(--ink); background: var(--mustard); }
.search-open { margin-left: auto; border-left: 1px solid rgba(255,255,255,0.2); }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; color: var(--vermilion); font-size: 0.71rem; font-weight: 900; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: currentColor; }
.eyebrow span { color: var(--ink); }

.lead { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr); gap: 0; padding-block: 34px 48px; }
.lead-media { position: relative; min-width: 0; }
.lead-media > a { display: block; height: 100%; min-height: 568px; overflow: hidden; }
.lead-media img { width: 100%; height: 100%; object-fit: cover; }
.image-note { position: absolute; left: 0; bottom: 0; margin: 0; padding: 9px 13px; color: var(--paper); background: var(--ink); font-size: 0.67rem; font-weight: 700; text-transform: uppercase; }
.lead-copy { position: relative; align-self: center; margin-left: -32px; padding: 42px 0 42px 54px; background: var(--ivory); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.lead-copy::after { content: ""; position: absolute; right: 0; top: -10px; width: 64px; height: 10px; background: var(--blue); }
.lead h1 { max-width: 610px; margin: 0; font-size: clamp(2.9rem, 5.6vw, 5.9rem); line-height: 0.91; }
.lead h1 a { text-decoration: none; }
.lead h1 a:hover { color: var(--moss); }
.lead-dek { max-width: 580px; margin: 28px 0; font-size: 1.08rem; line-height: 1.55; }
.lead-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lead-foot p { margin: 0; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }
.round-link { width: 82px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; margin-right: 24px; color: var(--paper); background: var(--vermilion); border-radius: 50%; font-size: 0.72rem; font-weight: 900; line-height: 1.1; text-align: center; text-decoration: none; text-transform: uppercase; transform: rotate(5deg); }
.round-link:hover, .round-link:focus-visible { color: var(--ink); background: var(--mustard); transform: rotate(0); }

.latest { padding-block: 72px 96px; border-top: 1px solid var(--ink); }
.section-heading { display: grid; grid-template-columns: 0.55fr 1.25fr 0.7fr; gap: 32px; align-items: end; margin-bottom: 38px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 0.96; }
.section-heading > p:last-child { margin: 0; font-size: 0.9rem; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 22px; }
.story-card { min-width: 0; }
.story-card.story-wide { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(260px, 0.76fr); gap: 20px; }
.story-card.story-wide .story-image { aspect-ratio: 1.22; }
.story-image { display: block; aspect-ratio: 1.12; overflow: hidden; background: #d9d4c8; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.story-image:hover img { transform: scale(1.025); }
.story-copy { padding-top: 16px; }
.story-wide .story-copy { align-self: end; padding: 20px 0; border-top: 6px solid var(--moss); border-bottom: 1px solid var(--ink); }
.story-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; margin: 0 0 10px; color: var(--wood); font-size: 0.66rem; font-weight: 900; text-transform: uppercase; }
.story-meta a { text-decoration: none; }
.story-copy h3 { margin: 0 0 12px; font-size: 1.45rem; line-height: 1.03; }
.story-wide .story-copy h3 { font-size: clamp(1.65rem, 3vw, 2.65rem); }
.story-copy h3 a { text-decoration: none; }
.story-copy h3 a:hover { color: var(--moss); text-decoration: underline; }
.story-copy > p:not(.story-meta) { margin: 0 0 16px; font-size: 0.88rem; }
.read-link { display: inline-flex; align-items: center; gap: 12px; font-size: 0.73rem; font-weight: 900; text-transform: uppercase; }
.read-link span { color: var(--vermilion); font-size: 1.1rem; }

.category-routes { padding-block: 80px; color: var(--paper); background: var(--moss-dark); }
.category-routes > .wrap { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 64px; }
.route-intro h2 { max-width: 440px; margin: 0; font-size: clamp(2.2rem, 4vw, 4.25rem); line-height: 0.96; }
.route-list { border-top: 1px solid rgba(255,255,255,0.35); }
.route-list > a { display: grid; grid-template-columns: 48px 1fr 32px; gap: 20px; align-items: center; min-height: 116px; padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,0.35); text-decoration: none; }
.route-list > a:hover, .route-list > a:focus-visible { color: var(--ink); background: var(--mustard); padding-inline: 18px; }
.route-list > a > span { align-self: start; font-size: 0.7rem; font-weight: 900; }
.route-list strong, .route-list small { display: block; }
.route-list strong { font-size: clamp(1.45rem, 3vw, 2.75rem); line-height: 1; }
.route-list small { margin-top: 8px; font-size: 0.75rem; text-transform: uppercase; }
.route-list b { color: var(--vermilion); font-size: 1.4rem; }

.manifesto { display: grid; grid-template-columns: 140px 1fr 260px; gap: 42px; align-items: center; padding-block: 86px; }
.manifesto-mark { margin: 0; color: var(--paper); background: var(--vermilion); font-size: 7.5rem; font-weight: 900; line-height: 1; text-align: center; transform: rotate(-3deg); }
.manifesto h2 { max-width: 720px; margin: 0 0 20px; font-size: clamp(2rem, 4vw, 3.9rem); line-height: 0.98; }
.manifesto > div > p:last-child { max-width: 680px; margin: 0; }
.text-block-link { display: block; padding: 24px; color: var(--paper); background: var(--blue); font-size: 1.05rem; font-weight: 900; text-decoration: none; }
.text-block-link span { display: block; margin-top: 34px; color: var(--mustard); }
.text-block-link:hover { background: var(--moss); }

.site-footer { padding-top: 56px; color: var(--paper); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 0.75fr 0.75fr; gap: 64px; padding-bottom: 52px; }
.brand-footer { color: var(--paper); font-size: clamp(2.1rem, 4vw, 4rem); }
.footer-grid > div:first-child p { max-width: 420px; }
.footer-grid h2 { margin: 0 0 18px; color: var(--mustard); font-size: 0.72rem; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; width: fit-content; margin: 10px 0; }
.footer-grid p { font-size: 0.82rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 16px; border-top: 1px solid rgba(255,255,255,0.25); font-size: 0.67rem; font-weight: 700; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.search-dialog { width: min(760px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: var(--paper); }
.search-dialog::backdrop { background: rgba(31,36,28,0.8); }
.search-shell { padding: 30px; }
.search-head { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--ink); }
.search-head h2 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.8rem); line-height: 1; }
.search-close { align-self: start; padding: 7px 10px; border: 1px solid var(--ink); border-radius: 0; background: transparent; font-size: 0.72rem; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.search-form { padding-block: 24px 10px; }
.search-form label { display: block; margin-bottom: 8px; font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
.search-row { display: grid; grid-template-columns: 1fr auto; }
.search-row input { min-width: 0; padding: 13px; border: 1px solid var(--ink); border-radius: 0; background: var(--ivory); }
.search-row button { padding: 13px 20px; border: 1px solid var(--ink); border-left: 0; border-radius: 0; color: var(--paper); background: var(--moss); font-weight: 900; cursor: pointer; }
.search-status { margin: 6px 0 14px; color: var(--wood); font-size: 0.78rem; }
.search-results { display: grid; gap: 8px; }
.search-result { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); text-decoration: none; }
.search-result:hover h3 { color: var(--moss); text-decoration: underline; }
.search-result h3 { margin: 0 0 5px; font-size: 1.08rem; line-height: 1.1; }
.search-result p, .search-result span { margin: 0; font-size: 0.72rem; }
.search-result span { color: var(--vermilion); font-weight: 900; text-transform: uppercase; }

.article-header { max-width: 1040px; padding-block: 58px 46px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 56px; color: var(--wood); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.article-header h1 { max-width: 980px; margin: 0; font-size: clamp(3rem, 7.4vw, 7.3rem); line-height: 0.88; }
.article-dek { max-width: 780px; margin: 34px 0; font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.5; }
.article-byline { display: flex; flex-wrap: wrap; gap: 12px 42px; padding-top: 18px; border-top: 1px solid var(--ink); font-size: 0.7rem; text-transform: uppercase; }
.article-byline p { margin: 0; }
.article-hero { width: min(1440px, 100%); margin: 0 auto; }
.article-hero img { width: 100%; max-height: 790px; object-fit: cover; }
.article-hero figcaption { width: var(--wrap); margin: 8px auto 0; color: var(--wood); font-size: 0.68rem; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: center; gap: 64px; padding-block: 62px 90px; }
.article-aside { align-self: start; position: sticky; top: 24px; padding-top: 16px; border-top: 7px solid var(--vermilion); font-size: 0.78rem; }
.article-aside p { margin: 0 0 18px; }
.article-aside .aside-number { color: var(--moss); font-size: 3.8rem; font-weight: 900; line-height: 1; }
.article-aside a { font-weight: 900; }
.article-body { min-width: 0; font-size: 1.04rem; line-height: 1.78; }
.article-body > p:first-child { font-size: 1.24rem; line-height: 1.65; }
.article-body > p:first-child::first-letter { float: left; margin: 5px 9px 0 0; color: var(--vermilion); font-size: 4.5rem; font-weight: 900; line-height: 0.72; }
.article-body h2 { margin: 2.4em 0 0.65em; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.02; }
.article-body h2::before { content: ""; display: block; width: 48px; height: 6px; margin-bottom: 14px; background: var(--mustard); }
.article-body h3 { margin: 2em 0 0.55em; color: var(--moss); font-size: 1.35rem; line-height: 1.15; }
.article-body h4 { width: fit-content; margin: 2em 0 0.5em; padding: 6px 10px; color: var(--paper); background: var(--wood); font-size: 0.85rem; text-transform: uppercase; }
.article-body p { margin: 0 0 1.15em; }
.article-body ul, .article-body ol { margin: 1.3em 0; padding: 20px 20px 20px 42px; background: var(--paper); border-left: 5px solid var(--moss); }
.article-body li { margin: 0.55em 0; }
.related { padding-block: 72px 100px; border-top: 1px solid var(--ink); }
.section-heading.compact { grid-template-columns: 0.5fr 1.5fr; }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.related-grid .story-card { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(220px, 1.1fr); gap: 20px; }
.related-grid .story-image { aspect-ratio: 1.15; }

.category-header { display: grid; grid-template-columns: 0.45fr 1.55fr; gap: 40px; padding-block: 72px 62px; border-bottom: 1px solid var(--ink); }
.category-header h1 { margin: 0; font-size: clamp(3.4rem, 9vw, 9rem); line-height: 0.86; }
.category-header > div > p:last-child { max-width: 620px; margin: 28px 0 0; font-size: 1.12rem; }
.category-count { margin: 0 0 8px; color: var(--vermilion); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
.category-stories { padding-block: 56px 96px; }
.category-story { display: grid; grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr); gap: 48px; align-items: center; padding-block: 34px; border-bottom: 1px solid var(--ink); }
.category-story:nth-child(even) .category-image { order: 2; }
.category-image { display: block; aspect-ratio: 1.45; overflow: hidden; }
.category-image img { width: 100%; height: 100%; object-fit: cover; }
.category-story h2 { margin: 0 0 16px; font-size: clamp(2rem, 4.7vw, 4.5rem); line-height: 0.94; }
.category-story h2 a { text-decoration: none; }
.category-story h2 a:hover { color: var(--moss); text-decoration: underline; }
.category-story > div > p:not(.story-meta) { max-width: 620px; }
.category-cross { padding-block: 54px; background: var(--mustard); }
.category-cross .wrap { display: grid; grid-template-columns: 0.4fr 1.6fr; gap: 40px; }
.category-cross .wrap > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.category-cross .wrap > div a { display: flex; justify-content: space-between; gap: 20px; padding: 22px; border: 1px solid var(--ink); text-decoration: none; }
.category-cross .wrap > div a:hover { color: var(--paper); background: var(--moss); }
.category-cross strong, .category-cross span { display: block; }
.category-cross span { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; }

@media (max-width: 960px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .lead { grid-template-columns: 1fr; min-height: 0; }
  .lead-media > a { min-height: 440px; }
  .lead-copy { margin: -40px 24px 0; padding: 34px; }
  .lead h1 { font-size: clamp(2.8rem, 9vw, 5.2rem); }
  .section-heading { grid-template-columns: 1fr 1.5fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-card.story-wide { grid-column: 1 / -1; }
  .category-routes > .wrap { grid-template-columns: 1fr; }
  .manifesto { grid-template-columns: 110px 1fr; }
  .manifesto .text-block-link { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .article-header h1 { font-size: clamp(3.2rem, 10vw, 6.4rem); }
  .article-layout { grid-template-columns: 160px minmax(0, 1fr); gap: 38px; }
  .related-grid .story-card { display: block; }
  .category-header { grid-template-columns: 1fr; }
  .category-story { grid-template-columns: 1fr; gap: 24px; }
  .category-story:nth-child(even) .category-image { order: 0; }
}

@media (max-width: 720px) {
  :root { --wrap: min(100% - 24px, 560px); }
  .topline { font-size: 0.6rem; }
  .topline p:first-child { max-width: 180px; }
  .masthead { min-height: 94px; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
  .masthead .brand { min-width: 0; font-size: clamp(1.6rem, 7.6vw, 1.95rem); white-space: nowrap; }
  .brand-note { display: none; }
  .menu-button { display: block; padding: 6px 8px; }
  .nav-band { position: relative; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 0; width: 100%; min-height: 0; padding: 8px 12px 12px; background: var(--moss-dark); box-shadow: 0 12px 20px rgba(0,0,0,0.22); }
  .main-nav.is-open { display: block; }
  .main-nav a, .search-open { width: 100%; min-height: 44px; padding: 8px 12px; border: 0; border-bottom: 1px solid rgba(255,255,255,0.22); }
  .search-open { margin: 0; }
  .lead { width: 100%; padding-top: 0; }
  .lead-media > a { min-height: 360px; }
  .lead-copy { margin: -26px 12px 0; padding: 28px 18px 24px; }
  .lead h1 { font-size: clamp(2.55rem, 14vw, 4rem); overflow-wrap: anywhere; }
  .lead-dek { font-size: 0.96rem; }
  .round-link { width: 70px; margin-right: 0; }
  .latest { padding-block: 56px 72px; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 2.3rem; }
  .section-heading > p:last-child { margin-top: 18px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card.story-wide { grid-column: auto; display: block; }
  .story-card.story-wide .story-image { aspect-ratio: 1.12; }
  .story-wide .story-copy { padding-inline: 0; }
  .category-routes { padding-block: 60px; }
  .category-routes > .wrap { gap: 42px; }
  .route-list > a { min-height: 96px; grid-template-columns: 34px 1fr 22px; gap: 10px; }
  .manifesto { grid-template-columns: 76px 1fr; gap: 20px; padding-block: 60px; }
  .manifesto-mark { font-size: 4.5rem; }
  .manifesto .text-block-link { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { gap: 20px; }
  .search-shell { padding: 20px; }
  .search-head h2 { font-size: 1.7rem; }
  .search-row { grid-template-columns: 1fr; }
  .search-row button { border-top: 0; border-left: 1px solid var(--ink); }
  .article-header { padding-block: 38px 34px; }
  .breadcrumbs { margin-bottom: 40px; }
  .article-header h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); overflow-wrap: anywhere; }
  .article-dek { margin-block: 24px; }
  .article-hero figcaption { line-height: 1.35; }
  .article-layout { display: block; padding-block: 42px 70px; }
  .article-aside { position: static; margin-bottom: 38px; padding-bottom: 18px; border-bottom: 1px solid var(--ink); }
  .article-aside .aside-number { font-size: 2.8rem; }
  .article-body { font-size: 1rem; line-height: 1.72; }
  .article-body > p:first-child { font-size: 1.12rem; }
  .article-body ul, .article-body ol { padding: 16px 14px 16px 34px; }
  .related-grid { grid-template-columns: 1fr; }
  .category-header { padding-block: 46px; }
  .category-header h1 { font-size: clamp(3rem, 16vw, 5.2rem); overflow-wrap: anywhere; }
  .category-stories { padding-block: 28px 70px; }
  .category-story { padding-block: 26px; }
  .category-story h2 { font-size: 2.25rem; overflow-wrap: anywhere; }
  .category-cross .wrap { grid-template-columns: 1fr; }
  .category-cross .wrap > div { grid-template-columns: 1fr; }
  .category-cross .wrap > div a { display: block; }
  .category-cross span { margin-top: 8px; }
}

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