:root {
  --paper: #f4f1e9;
  --surface: #fcfbf7;
  --ink: #182019;
  --green: #24372b;
  --green-muted: #536558;
  --brass: #b17b3f;
  --rule: #d8d2c6;
  --light: #faf8f2;
  --radius-lead: 12px;
  --radius-news: 8px;
  --radius-document: 4px;
  --editorial: Newsreader, Georgia, "Times New Roman", serif;
  --ui: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: clamp(20px, 4.45vw, 70px);
  --max: 1400px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.55 var(--ui); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--editorial); font-weight: 600; letter-spacing: -.035em; line-height: .98; text-wrap: balance; }
p { margin: 0; }
.shell { width: min(calc(100% - (2 * var(--gutter))), var(--max)); margin-inline: auto; }
.screen-reader-text { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; transform: translateY(-150%); background: var(--ink); color: #fff; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }
.eyebrow, .story-meta { color: var(--green-muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.story-meta span { color: #66785f; }
.arrow-link { display: inline-flex; width: fit-content; min-height: 34px; padding: 4px 0 7px; align-items: center; gap: 38px; border-bottom: 1px solid var(--brass); font-size: 14px; font-weight: 750; }
.arrow-link span { color: var(--brass); font-size: 20px; transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(5px); }
.arrow-link--light { color: var(--light); }
.story-image { width: 100%; height: 100%; object-fit: cover; }
.image-fallback { display: grid; width: 100%; height: 100%; min-height: 220px; place-items: center; background: #d7d0c1; color: var(--green); font: 72px/1 var(--editorial); }

.masthead { position: relative; z-index: 40; border-bottom: 1px solid var(--rule); background: rgba(252,251,247,.98); }
.masthead__inner { display: grid; min-height: 102px; grid-template-columns: minmax(330px,1fr) auto minmax(220px,1fr); align-items: center; gap: 34px; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 12px; font: 600 clamp(20px,1.65vw,26px)/1 var(--editorial); white-space: nowrap; }
.brand__logo { width: 40px; height: 52px; object-fit: contain; }
.brand__foundation { font: inherit; }
.main-nav ul { display: flex; margin: 0; padding: 0; align-items: center; gap: clamp(22px,2.5vw,38px); list-style: none; }
.main-nav a { font-size: 14px; font-weight: 650; }
.main-nav a:hover { color: var(--brass); }
.masthead__actions { display: flex; justify-self: end; align-items: center; gap: 12px; }
.support-button { display: inline-flex; min-height: 44px; padding: 10px 18px; align-items: center; justify-content: center; background: var(--brass); color: #fff; font-weight: 750; }
.search-toggle, .menu-toggle { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; background: transparent; cursor: pointer; }
.search-toggle svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 3px; background: currentColor; }
.search-panel { border-top: 1px solid var(--rule); background: var(--surface); }
.search-panel > div { display: flex; padding-block: 24px; align-items: end; gap: 18px; }
.search-form { max-width: 760px; flex: 1; }
.search-form label { display: block; margin-bottom: 6px; font-weight: 700; }
.search-form > div { display: flex; }
.search-form input { width: 100%; min-height: 50px; padding: 9px 14px; border: 1px solid var(--rule); background: #fff; }
.search-form button, .search-close { min-height: 50px; padding: 9px 18px; border: 1px solid var(--green); background: var(--green); color: #fff; cursor: pointer; }
.search-close { background: transparent; color: var(--green); }

.lead-editorial { display: grid; min-height: 512px; grid-template-columns: 39fr 61fr; border-bottom: 1px solid var(--rule); }
.lead-editorial__copy { display: flex; padding: 52px 52px 46px 18px; flex-direction: column; align-items: flex-start; }
.lead-editorial h1 { max-width: 10.6ch; margin-top: 24px; font-size: clamp(48px,4.25vw,66px); }
.lead-editorial h1 a:hover { color: var(--green-muted); }
.lead-editorial__copy > p { max-width: 39ch; margin-top: 24px; font-size: 17px; }
.lead-editorial .arrow-link { margin-top: auto; }
.lead-editorial__image { min-width: 0; min-height: 492px; margin-block: 0 20px; overflow: hidden; border-radius: var(--radius-lead); }

.latest-editorial { padding: 24px 0 62px; }
.section-title { display: flex; margin-bottom: 22px; align-items: center; gap: 22px; }
.section-title h2 { font-size: clamp(42px,4vw,58px); white-space: nowrap; }
.section-title > span { height: 1px; flex: 1; background: var(--rule); }
.section-title > a { font-size: 13px; font-weight: 650; white-space: nowrap; }
.latest-editorial__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.latest-story { min-width: 0; padding: 4px 0 0 44px; border-left: 1px solid var(--rule); }
.latest-story--visual { display: grid; padding-left: 18px; padding-right: 44px; grid-column: span 2; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: 28px; border-left: 0; }
.latest-story:last-child { padding-right: 0; }
.latest-story__image { display: block; min-height: 274px; overflow: hidden; border-radius: var(--radius-news); }
.latest-story__copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.latest-story h3 { margin: 18px 0; font-size: clamp(24px,2vw,31px); line-height: 1.04; }
.latest-story p { margin-bottom: 16px; font-size: 14px; }
.latest-story .arrow-link { margin-top: auto; font-size: 12px; }

.foundation-editorial { background: var(--green); color: var(--light); }
.foundation-editorial__inner { display: grid; min-height: 356px; padding-block: 38px; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 92px; }
.foundation-editorial h2 { max-width: 13ch; margin: 16px 0 22px; font-size: clamp(46px,4.4vw,64px); }
.foundation-editorial p:not(.eyebrow) { max-width: 54ch; }
.foundation-editorial .arrow-link { margin-top: 28px; }
.foundation-editorial__image { height: 285px; margin: 0; overflow: hidden; border-radius: var(--radius-document); }
.foundation-editorial__image img { width: 100%; height: 100%; object-fit: cover; }

.project-editorial { display: grid; padding-block: 70px; grid-template-columns: 4fr 7fr; align-items: center; gap: 76px; border-bottom: 1px solid var(--rule); }
.project-editorial h2 { margin: 15px 0 22px; font-size: clamp(42px,4.2vw,60px); }
.project-editorial p:not(.eyebrow) { margin-bottom: 25px; }
.project-editorial__image { aspect-ratio: 16/9; overflow: hidden; border-radius: var(--radius-lead); }

.archive-editorial { padding-block: 34px 68px; }
.archive-editorial__grid { display: grid; grid-template-columns: 1.2fr 1fr; }
.archive-feature { display: grid; padding-right: 46px; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 36px; }
.archive-feature__image { min-height: 418px; overflow: hidden; border-radius: var(--radius-news); }
.archive-feature__copy { display: flex; padding-block: 28px 40px; flex-direction: column; align-items: flex-start; }
.archive-feature h3 { margin-top: 34px; font-size: clamp(34px,3vw,46px); }
.archive-feature .short-rule { width: 56px; margin: 34px 0; border-top: 1px solid var(--brass); }
.archive-feature .arrow-link { margin-top: auto; }
.archive-places { padding-left: 46px; border-left: 1px solid var(--rule); }
.archive-places article { display: grid; min-height: 142px; padding: 14px 0; grid-template-columns: 158px 1fr; gap: 30px; border-bottom: 1px solid var(--rule); }
.archive-place__image { height: 118px; overflow: hidden; border-radius: var(--radius-news); }
.archive-places article > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.archive-places h3 { margin: 13px 0 8px; font-size: 25px; }
.archive-place__arrow { color: var(--brass); font-size: 22px; }
.archive-places__more { margin-top: 18px; }
.support-editorial { background: var(--green); color: var(--light); }
.support-editorial .shell { display: grid; min-height: 160px; padding-block: 34px; grid-template-columns: 1.3fr 1fr auto auto; align-items: center; gap: 42px; }
.support-editorial h2 { font-size: clamp(36px,3.3vw,48px); }

.site-footer { background: var(--surface); }
.site-footer__main { display: grid; padding-block: 42px; grid-template-columns: 1.25fr 1fr .8fr; gap: 70px; border-bottom: 1px solid var(--rule); }
.site-footer__main > div > p { max-width: 42ch; margin-top: 20px; font-size: 14px; }
.site-footer ul { display: grid; margin: 0; padding: 0; grid-template-columns: 1fr 1fr; gap: 12px 24px; list-style: none; }
.site-footer address { display: flex; flex-direction: column; font-style: normal; }
.site-footer__base { display: flex; padding-block: 20px 28px; justify-content: space-between; gap: 24px; color: var(--green-muted); font-size: 13px; }

.page-heading { padding-block: 72px 42px; border-bottom: 1px solid var(--rule); }
.page-heading h1, .page-article h1 { max-width: 18ch; margin-top: 12px; font-size: clamp(54px,6vw,82px); }
.archive-description { max-width: 64ch; margin-top: 20px; }
.post-list { padding-bottom: 72px; }
.post-list__item { display: grid; padding-block: 30px; grid-template-columns: minmax(260px,.8fr) minmax(0,1.35fr); gap: 48px; border-bottom: 1px solid var(--rule); }
.post-list__image { aspect-ratio: 1.35/1; overflow: hidden; border-radius: var(--radius-news); }
.post-list__item h2 { margin: 15px 0; font-size: clamp(35px,3.3vw,48px); }
.post-list__item .arrow-link { margin-top: 22px; }
.pagination .nav-links { display: flex; margin-top: 38px; gap: 8px; }
.page-numbers { padding: 8px 13px; border: 1px solid var(--rule); }
.page-numbers.current { background: var(--green); color: #fff; }
.page-article { padding-block: 72px 90px; }
.page-article > p { max-width: 55ch; margin-top: 24px; }
.page-article .search-form { margin-top: 30px; }
.single-article__header { padding-block: 72px 44px; }
.single-article__header h1 { max-width: 18ch; margin-top: 22px; font-size: clamp(54px,6.3vw,88px); }
.single-article__header > p { max-width: 62ch; margin-top: 25px; font-size: 20px; }
.single-article__image { margin-bottom: 52px; }
.single-article__image img { width: 100%; max-height: 730px; object-fit: cover; border-radius: var(--radius-lead); }
.single-article__image figcaption { margin-top: 8px; color: var(--green-muted); font-size: 13px; }
.entry-content { max-width: 780px; padding-bottom: 60px; }
.entry-content > * + * { margin-top: 1.35em; }
.entry-content h2 { margin-top: 1.5em; font-size: 44px; }
.entry-content h3 { margin-top: 1.35em; font-size: 32px; }
.entry-content a { text-decoration: underline; text-decoration-color: var(--brass); text-underline-offset: 3px; }
.entry-content img { border-radius: var(--radius-news); }
.post-nav { display: flex; padding-block: 28px 58px; justify-content: space-between; gap: 28px; border-top: 1px solid var(--rule); }
.empty-state { padding-block: 70px; }
.empty-state h2 { font-size: 48px; }
.empty-state p { margin: 18px 0 28px; }

@media (max-width: 1040px) {
  .masthead__inner { grid-template-columns: 1fr auto; }
  .main-nav { position: absolute; inset: 102px 0 auto; display: none; padding: 16px var(--gutter) 30px; border-bottom: 1px solid var(--rule); background: var(--surface); }
  .main-nav.is-open { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav li { border-bottom: 1px solid var(--rule); }
  .main-nav a { display: block; padding: 13px 0; font-size: 16px; }
  .menu-toggle { display: block; }
  .latest-editorial__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .latest-story--visual { grid-column: span 2; }
  .site-footer__main { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 780px) {
  .masthead__inner { min-height: 78px; }
  .main-nav { inset-block-start: 78px; }
  .brand__logo { width: 34px; height: 44px; }
  .brand { font-size: 20px; }
  .support-button { display: none; }
  .lead-editorial { padding-top: 20px; grid-template-columns: 1fr; }
  .lead-editorial__image { order: -1; min-height: 0; aspect-ratio: 4/3; }
  .lead-editorial__copy { min-height: 0; padding: 26px 0 38px; }
  .lead-editorial h1 { max-width: 18ch; margin-top: 18px; font-size: clamp(40px,8vw,55px); }
  .lead-editorial__copy > p { margin-top: 18px; }
  .lead-editorial .arrow-link { margin-top: 26px; }
  .latest-editorial__grid { grid-template-columns: 1fr 1fr; }
  .latest-story { padding-bottom: 22px; border-bottom: 1px solid var(--rule); }
  .foundation-editorial__inner, .project-editorial { gap: 38px; }
  .archive-editorial__grid { grid-template-columns: 1fr; }
  .archive-places { margin-top: 34px; padding-left: 0; border-left: 0; }
  .support-editorial .shell { grid-template-columns: 1fr 1fr; }
  .support-editorial .support-button { display: inline-flex; width: fit-content; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .brand span { max-width: 170px; white-space: normal; }
  .brand__foundation { display: none; }
  .section-title { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 16px; }
  .section-title h2 { width: auto; font-size: 39px; white-space: normal; }
  .section-title > span { display: none; }
  .latest-editorial { padding-bottom: 36px; }
  .latest-editorial__grid { grid-template-columns: 1fr; }
  .latest-story, .latest-story:first-child, .latest-story:last-child { display: grid; padding: 18px 0; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--rule); border-left: 0; }
  .latest-story--visual { grid-template-columns: 40% 1fr; gap: 18px; }
  .latest-story__image { width: 100%; min-height: 142px; }
  .latest-story:not(.latest-story--visual) .latest-story__copy { display: grid; width: 100%; grid-column: 1 / -1; grid-template-columns: 1fr auto; }
  .latest-story:not(.latest-story--visual) .story-meta { grid-column: 1; }
  .latest-story:not(.latest-story--visual) h3 { grid-column: 1; }
  .latest-story:not(.latest-story--visual) .arrow-link { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
  .latest-story h3 { font-size: 29px; }
  .foundation-editorial__inner { min-height: 0; padding-block: 28px; grid-template-columns: 1.1fr .9fr; gap: 22px; }
  .foundation-editorial h2 { font-size: 33px; }
  .foundation-editorial p:not(.eyebrow) { font-size: 13px; }
  .foundation-editorial__image { height: 190px; }
  .project-editorial { padding-block: 32px; grid-template-columns: 1fr .95fr; gap: 24px; }
  .project-editorial h2 { font-size: 34px; }
  .project-editorial > div > p:not(.eyebrow) { display: none; }
  .project-editorial__image { order: 0; }
  .archive-feature { display: none; }
  .archive-places { margin-top: 0; }
  .archive-places article { grid-template-columns: 1fr 42%; }
  .archive-places article .archive-place__image { grid-column: 2; grid-row: 1; }
  .archive-places article > div { grid-column: 1; grid-row: 1; }
  .archive-places article:nth-child(n+2), .archive-places__more { display: none; }
  .support-editorial .shell { padding-block: 32px; grid-template-columns: 1fr; gap: 18px; }
  .site-footer__main { grid-template-columns: 1fr; gap: 34px; }
  .site-footer__base { flex-direction: column; }
  .post-list__item { grid-template-columns: 1fr; gap: 22px; }
  .page-heading h1, .page-article h1 { font-size: 52px; }
  .single-article__header h1 { font-size: 49px; }
  .post-nav { flex-direction: column; }
}

@media (max-width: 390px) {
  .brand { font-size: 18px; }
  .brand span { max-width: 145px; }
  .lead-editorial h1 { font-size: 38px; }
  .story-meta { gap: 14px; }
}

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