:root {
  --ivory: #f4f0e7;
  --paper: #fbf8f1;
  --moss: #334c3a;
  --moss-soft: #75806a;
  --wood: #7a5137;
  --bark: #342d28;
  --line: #c8c1b2;
  --sun: #d7b96b;
  --rust: #a45d3d;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--bark); font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: var(--rust); }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(244,240,231,.96); }
.header-inner { width: min(calc(100% - 48px), var(--max)); min-height: 84px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr minmax(220px, 280px); align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: 1.18rem; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 31px; height: 24px; display: flex; align-items: flex-end; gap: 3px; transform: rotate(-4deg); }
.brand-mark i { display: block; width: 7px; background: var(--moss); border-radius: 5px 5px 1px 1px; }
.brand-mark i:nth-child(1) { height: 14px; background: var(--wood); }
.brand-mark i:nth-child(2) { height: 23px; }
.brand-mark i:nth-child(3) { height: 18px; background: var(--moss-soft); }
.main-nav { display: flex; justify-content: center; gap: 28px; font-size: .76rem; letter-spacing: 0; text-transform: uppercase; }
.main-nav a { text-decoration: none; }
.search-form { position: relative; display: flex; height: 38px; border-bottom: 1px solid var(--bark); }
.search-form input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--bark); background: transparent; font-size: .82rem; }
.search-form button { width: 38px; border: 0; background: transparent; cursor: pointer; }
.search-form button span { display: block; width: 14px; height: 14px; border: 1.5px solid var(--bark); border-radius: 50%; position: relative; }
.search-form button span::after { content: ""; width: 7px; height: 1.5px; background: var(--bark); position: absolute; right: -5px; bottom: -3px; transform: rotate(45deg); }
.search-results { position: absolute; right: 0; top: 48px; width: min(440px, calc(100vw - 32px)); padding: 10px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(52,45,40,.16); }
.search-results p { margin: 8px 10px; font-size: .85rem; }
.search-results a { display: block; padding: 10px; text-decoration: none; border-bottom: 1px solid var(--line); }
.search-results a:last-child { border-bottom: 0; }
.search-results strong { display: block; font-size: .9rem; }
.search-results small { color: var(--moss-soft); }
.issue-intro { width: min(calc(100% - 48px), 1120px); margin: 0 auto; padding: 92px 0 104px; position: relative; }
.issue-intro::before { content: ""; position: absolute; left: 20%; top: 24px; bottom: 26px; width: 1px; background: var(--line); transform: rotate(8deg); transform-origin: top; }
.issue-note { display: flex; justify-content: space-between; color: var(--moss-soft); font-size: .72rem; text-transform: uppercase; }
.issue-intro h1 { max-width: 950px; margin: 46px 0 26px; font-size: clamp(3.6rem, 9vw, 8.2rem); line-height: .9; font-weight: 400; letter-spacing: 0; }
.issue-intro h1 em { color: var(--moss); font-family: Georgia, serif; font-weight: 400; }
.issue-intro > p { max-width: 545px; margin: 0 6% 0 auto; font-size: 1.12rem; }
.feature { width: min(calc(100% - 48px), var(--max)); margin: 0 auto 130px; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); align-items: end; gap: 7%; }
.feature-photo-wrap { position: relative; }
.feature-photo-wrap::before { content: ""; position: absolute; inset: -24px auto auto -24px; width: 38%; height: 52%; background: var(--wood); opacity: .14; }
.feature-photo { width: 100%; aspect-ratio: 1.62; object-fit: cover; position: relative; filter: saturate(.78) contrast(.96); }
.photo-note { position: absolute; left: -14px; bottom: -28px; padding: 9px 15px; background: var(--sun); color: var(--bark); font-size: .68rem; text-transform: uppercase; transform: rotate(-2deg); }
.feature-copy { padding-bottom: 18px; }
.eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 0 0 20px; color: var(--moss); font-size: .7rem; text-transform: uppercase; }
.eyebrow a { font-weight: 700; text-decoration: none; }
.eyebrow span::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 14px 3px 0; background: var(--line); }
.feature h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(2.5rem, 4vw, 4.7rem); font-weight: 400; line-height: 1.02; letter-spacing: 0; }
.feature h2 a, .story-card h3 a { text-decoration: none; }
.feature-copy > p:not(.eyebrow) { margin: 0 0 26px; }
.read-link { display: inline-block; color: var(--moss); font-weight: 700; font-size: .76rem; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--moss); }
.read-link span { display: inline-block; margin-left: 7px; }
.field-line { width: min(calc(100% - 48px), var(--max)); margin: 0 auto 72px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; color: var(--moss-soft); font-size: .7rem; text-transform: uppercase; }
.field-line i { height: 1px; background: var(--line); }
.story-field { width: min(calc(100% - 48px), 1120px); margin: 0 auto 140px; display: grid; grid-template-columns: 1fr 1fr; gap: 110px 10%; align-items: start; }
.story-card { min-width: 0; }
.story-card:nth-child(even) { margin-top: 92px; }
.story-image { display: block; margin-bottom: 28px; overflow: hidden; background: #ded9ce; }
.story-image img { width: 100%; aspect-ratio: 1.35; object-fit: cover; filter: saturate(.75); transition: transform .5s ease, filter .4s ease; }
.story-image:hover img { transform: scale(1.018); filter: saturate(.9); }
.story-card-tall .story-image { width: 86%; margin-left: auto; }
.story-card-tall .story-image img { aspect-ratio: .96; }
.story-card-offset .story-image { width: 88%; }
.story-card-offset .story-image img { aspect-ratio: 1.08; }
.story-card-wide .story-image img { aspect-ratio: 1.56; }
.story-copy { max-width: 530px; }
.story-card:nth-child(even) .story-copy { margin-left: auto; }
.story-card h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1.06; font-weight: 400; letter-spacing: 0; }
.story-card .story-copy > p:not(.eyebrow) { margin: 0 0 20px; color: #5c554f; }
.browse-band { padding: 110px max(24px, calc((100vw - var(--max))/2)); background: var(--moss); color: var(--paper); display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; }
.browse-band h2 { max-width: 480px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 4vw, 4.4rem); line-height: 1; font-weight: 400; letter-spacing: 0; }
.browse-band .eyebrow { color: #c8d0c5; }
.category-links { border-top: 1px solid rgba(255,255,255,.35); }
.category-links a { min-height: 96px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; }
.category-links span, .category-links em { color: #c8d0c5; font-size: .7rem; font-style: normal; }
.category-links strong { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.site-footer { padding: 74px 24px; background: #e5dfd2; border-top: 1px solid var(--line); }
.footer-inner { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 7%; align-items: start; }
.footer-brand { margin-bottom: 16px; }
.footer-inner p { margin: 0; color: #655d55; font-size: .82rem; }
.footer-inner nav { display: flex; flex-direction: column; gap: 7px; font-size: .78rem; }
.colophon { text-align: right; }

.article-header { width: min(calc(100% - 48px), 980px); margin: 0 auto; padding: 90px 0 58px; }
.article-header h1 { max-width: 930px; margin: 0 0 30px; font-family: Georgia, serif; font-size: clamp(3.1rem, 7vw, 6.8rem); line-height: .96; font-weight: 400; letter-spacing: 0; }
.article-deck { max-width: 720px; font-size: 1.2rem; color: #5c554f; }
.byline { margin-top: 42px; padding-top: 15px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: .72rem; text-transform: uppercase; color: var(--moss); }
.article-hero { width: min(calc(100% - 48px), var(--max)); margin: 0 auto 88px; }
.article-hero img { width: 100%; max-height: 680px; aspect-ratio: 1.78; object-fit: cover; filter: saturate(.8); }
.article-hero figcaption { padding: 10px 0; color: var(--moss-soft); font-size: .68rem; border-bottom: 1px solid var(--line); }
.article-layout { width: min(calc(100% - 48px), 1020px); margin: 0 auto; display: grid; grid-template-columns: 180px minmax(0, 700px); gap: 70px; align-items: start; }
.article-aside { position: sticky; top: 30px; padding-top: 15px; border-top: 3px solid var(--wood); color: var(--moss-soft); font-size: .75rem; }
.article-aside span { display: block; margin-bottom: 14px; color: var(--wood); font-size: .65rem; text-transform: uppercase; }
.article-aside p { margin: 0; }
.article-body { min-width: 0; font-family: Georgia, serif; font-size: 1.13rem; line-height: 1.78; }
.article-body .lead { margin-top: 0; font-size: 1.38rem; line-height: 1.62; }
.article-body h2 { margin: 2.5em 0 .65em; color: var(--moss); font-family: "Lucida Sans Unicode", "Lucida Sans", sans-serif; font-size: 2rem; line-height: 1.18; font-weight: 400; letter-spacing: 0; }
.article-body h3 { margin: 2.2em 0 .6em; font-family: "Lucida Sans Unicode", "Lucida Sans", sans-serif; font-size: 1.28rem; line-height: 1.25; letter-spacing: 0; }
.article-body h4 { margin: 2em 0 .5em; color: var(--wood); font-family: "Lucida Sans Unicode", "Lucida Sans", sans-serif; font-size: .8rem; text-transform: uppercase; letter-spacing: 0; }
.article-body p { margin: 0 0 1.35em; }
.article-body ul, .article-body ol { margin: 1.7em 0; padding: 22px 32px 22px 48px; background: #e8e3d8; border-left: 3px solid var(--moss-soft); }
.article-body li { margin: .45em 0; padding-left: .3em; }
.more-stories { width: min(calc(100% - 48px), var(--max)); margin: 130px auto 150px; padding-top: 55px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 2.8rem; font-weight: 400; letter-spacing: 0; }
.more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }

.category-header { width: min(calc(100% - 48px), 1100px); margin: 0 auto; padding: 110px 0 95px; border-bottom: 1px solid var(--line); }
.category-header h1 { max-width: 900px; margin: 20px 0 28px; color: var(--moss); font-family: Georgia, serif; font-size: clamp(3.2rem, 7vw, 7rem); line-height: .95; font-weight: 400; letter-spacing: 0; }
.category-header > p:last-child { max-width: 650px; margin-left: auto; font-size: 1.12rem; }
.category-list { width: min(calc(100% - 48px), 1100px); margin: 90px auto 120px; }
.category-list .story-card { display: grid; grid-template-columns: minmax(260px, 1fr) 1fr; gap: 7%; align-items: center; margin: 0; padding: 0 0 70px; }
.category-list .story-card:nth-child(even) { grid-template-columns: 1fr minmax(260px, 1fr); }
.category-list .story-card:nth-child(even) .story-image { order: 2; }
.category-list .story-image { width: 100%; margin: 0; }
.category-list .story-image img { aspect-ratio: 1.45; }
.category-return { margin-top: 60px; padding: 50px 24px; background: #ddd5c6; text-align: center; }
.category-return span { display: block; margin-bottom: 8px; color: var(--moss-soft); font-size: .7rem; text-transform: uppercase; }
.category-return a { color: var(--moss); font-family: Georgia, serif; font-size: 1.6rem; text-decoration: none; }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: auto 1fr; gap: 12px 24px; padding: 16px 0; }
  .main-nav { order: 3; grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-top: 10px; border-top: 1px solid var(--line); }
  .search-form { max-width: 260px; justify-self: end; }
  .feature { grid-template-columns: 1.25fr .75fr; gap: 5%; }
  .story-field { gap: 80px 7%; }
  .browse-band { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; max-width: 460px; }
}
@media (max-width: 680px) {
  body { font-size: 15px; }
  .header-inner { width: min(calc(100% - 32px), var(--max)); grid-template-columns: 1fr; }
  .brand { justify-self: start; }
  .search-form { width: 100%; max-width: none; justify-self: stretch; }
  .main-nav { grid-column: 1; gap: 22px; white-space: nowrap; }
  .issue-intro { width: calc(100% - 32px); padding: 62px 0 72px; }
  .issue-intro h1 { margin-top: 36px; font-size: 3.6rem; }
  .issue-intro > p { margin: 0; }
  .feature { width: calc(100% - 32px); grid-template-columns: 1fr; margin-bottom: 95px; }
  .feature-copy { padding: 52px 0 0 18px; }
  .feature h2 { font-size: 2.7rem; }
  .field-line { width: calc(100% - 32px); gap: 12px; }
  .story-field { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 78px; margin-bottom: 100px; }
  .story-card:nth-child(even) { margin-top: 0; }
  .story-card-tall .story-image, .story-card-offset .story-image { width: 91%; }
  .story-card-tall .story-copy, .story-card:nth-child(even) .story-copy { margin-left: 9%; }
  .browse-band { padding-top: 80px; padding-bottom: 80px; }
  .category-links a { grid-template-columns: 32px 1fr; padding: 18px 0; }
  .category-links em { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr; gap: 34px; }
  .colophon { text-align: left; }
  .article-header, .article-hero, .article-layout, .more-stories, .category-header, .category-list { width: calc(100% - 32px); }
  .article-header { padding-top: 65px; }
  .article-header h1 { font-size: 2.75rem; overflow-wrap: normal; }
  .article-hero { margin-bottom: 55px; }
  .article-hero img { aspect-ratio: 1.08; }
  .article-layout { gap: 40px; }
  .article-body { font-size: 1.08rem; }
  .article-body .lead { font-size: 1.23rem; }
  .article-body h2 { font-size: 1.65rem; }
  .article-body ul, .article-body ol { padding: 18px 22px 18px 36px; }
  .more-stories { margin-top: 90px; }
  .section-heading { display: block; }
  .more-grid { grid-template-columns: 1fr; gap: 65px; }
  .category-header { padding: 75px 0 65px; }
  .category-header h1 { font-size: 3.3rem; overflow-wrap: normal; }
  .category-header > p:last-child { margin-left: 0; }
  .category-list .story-card, .category-list .story-card:nth-child(even) { grid-template-columns: 1fr; gap: 32px; padding-bottom: 80px; }
  .category-list .story-card:nth-child(even) .story-image { order: 0; }
}
