
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
.frame { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
:focus-visible { outline: 3px solid #9b5300; outline-offset: 5px; }
.skip { position: absolute; top: -100px; left: 16px; z-index: 100; }
.skip:focus { top: 16px; background: white; color: #17202c; padding: 16px; }
.mobile-nav { display: none; }
.mobile-nav summary { list-style: none; cursor: pointer; width: 48px;
  height: 48px; display: grid; place-items: center; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.bars { display: grid; width: 24px; gap: 5px; }
.bars i { height: 2px; background: currentColor; display: block; }
.mobile-nav nav { position: absolute; left: 0; right: 0; top: 100%;
  z-index: 20; padding: 12px 24px 20px; background: var(--paper);
  border-bottom: 2px solid var(--ink); box-shadow: 0 10px 12px #0001; }
.mobile-nav nav a { display: block; padding: 14px 0; }
.desktop-nav a, .brand, .mobile-nav a { text-decoration: none; }
.desktop-nav a[aria-current], .mobile-nav a[aria-current] {
  text-decoration: underline; text-underline-offset: 7px; }
.eyebrow, .label { font-size: 11px; letter-spacing: 1.2px;
  text-transform: uppercase; line-height: 1.6; }
.section-label { display: flex; justify-content: space-between;
  gap: 20px; align-items: baseline; }
.story a { text-decoration: none; }
.story h3 a:hover { text-decoration: underline; }
.story-image { display: block; overflow: hidden; }
.story-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.story .eyebrow { display: flex; gap: 12px; flex-wrap: wrap; }
.story p { line-height: 1.6; }
.byline { display: flex; flex-wrap: wrap; gap: 22px; font-size: 12px; }
.article-art img { width: 100%; max-height: 480px; object-fit: contain; }
.article-art figcaption { margin-top: 10px; font-size: 11px; }
.reading-layout { display: grid; grid-template-columns: 220px minmax(0, 680px);
  gap: 70px; margin-block: 55px 80px; }
.contents nav { display: grid; gap: 18px; font-size: 14px; line-height: 1.5; }
.prose { font-size: 18px; line-height: 1.8; overflow-wrap: break-word; }
.prose h2 { font-size: 29px; line-height: 1.25; margin: 42px 0 20px; }
.prose > :first-child { margin-top: 0; }
.prose p { margin-bottom: 23px; }
.prose ul { padding-left: 24px; }
.prose li { margin-bottom: 10px; }
.prose table { width: 100%; border-collapse: collapse; font-size: 16px; }
.prose th, .prose td { padding: 12px 10px; text-align: left;
  border-bottom: 1px solid var(--line); }
.prose code { font-size: .9em; }
.related { margin-bottom: 90px; }
.policy { max-width: 780px; margin-block: 65px 100px; }
.policy h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.1; }
.error-page { padding-block: 100px; min-height: 55vh; }
.error-page h1 { font-size: clamp(36px, 6vw, 72px); }
.site-footer nav { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer small { display: block; }
@media (max-width: 760px) {
  .frame { width: calc(100% - 40px); }
  .desktop-nav { display: none !important; }
  .mobile-nav { display: block; }
  .site-header { position: relative; }
  .reading-layout { grid-template-columns: minmax(0, 1fr); gap: 35px;
    margin-block: 35px 55px; }
  .contents { border-bottom: 1px solid var(--line); padding-bottom: 25px; }
  .contents nav { gap: 12px; }
  .article-art img { max-height: none; }
  .section-label { flex-wrap: wrap; gap: 8px; }
  .prose { font-size: 17px; }
  .prose h2 { font-size: 26px; }
  .related { margin-bottom: 55px; }
  .site-footer nav { gap: 20px; }
}

:root { --paper: #f7f8f4; --ink: #182022; --line: #cdd1c9;
  --lime: #d6f34f; }
body { background: var(--paper); color: var(--ink); font-family: Arial, sans-serif; }
h1, h2, h3 { font-family: 'Arial Black', Arial, sans-serif;
  font-weight: 900; letter-spacing: -.045em; }
.site-header { height: 100px; display: flex; align-items: center;
  justify-content: space-between; }
.brand { display: flex; gap: 12px; align-items: center; font-size: 17px;
  font-weight: 900; letter-spacing: -.5px; line-height: 1; }
.brand span span { display: block; margin-top: 3px; }
.desktop-nav { display: flex; gap: 36px; font-size: 14px; font-weight: 700; }
.cover { background: var(--ink); color: #f7f8f4; }
.cover-layout { display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; min-height: 530px; gap: 20px; padding-block: 50px; }
.cover-copy { position: relative; z-index: 1; }
.cover .eyebrow { color: var(--lime); margin-bottom: 32px; }
.cover h1 { font-size: clamp(38px, 4.7vw, 67px); line-height: 1.04;
  margin-bottom: 26px; letter-spacing: -.065em; }
.cover h1 span { color: var(--lime); }
.cover-deck { color: #c7ceca; font-size: 17px; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 16px 22px; background: var(--lime);
  color: var(--ink); font-size: 12px; font-weight: bold; text-decoration: none; }
.cover .button { margin-top: 12px; }
.cover-art img { width: 100%; }
.cover-art figcaption { text-align: right; color: #b4bdb8; font-size: 9px;
  letter-spacing: 1px; margin-top: 12px; }
.feature { display: grid; grid-template-columns: 230px 1fr 70px;
  gap: 50px; padding-block: 54px; align-items: center; }
.feature h2 { font-size: 36px; line-height: 1.12; max-width: 620px; }
.feature h2 a { text-decoration: none; }
.feature p { font-size: 15px; line-height: 1.65; max-width: 620px; }
.circle-link { display: grid; place-items: center; width: 64px; height: 64px;
  border: 1px solid var(--ink); border-radius: 50%; font-size: 28px;
  text-decoration: none; }
.latest { padding-block: 60px 40px; }
.section-label { border-bottom: 1px solid var(--ink); padding-bottom: 18px;
  margin-bottom: 26px; }
.section-label h2 { margin: 0; font-size: 23px; }
.section-label > span, .section-label > a { font-size: 12px; }
.stories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 28px; }
.story .eyebrow { margin: 20px 0 10px; color: #48534d; font-weight: bold; }
.story h3 { font-size: 24px; line-height: 1.2; margin-bottom: 12px; }
.story p { font-size: 14px; color: #46514c; }
.site-footer { background: var(--ink); color: var(--paper); padding: 50px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 20px; }
.footer-brand { font-size: 25px; font-weight: 900; letter-spacing: -1px;
  text-decoration: none; }
.footer-brand span { margin-left: 20px; color: var(--lime); }
.footer-inner p { text-align: right; font-size: 14px; margin: 0; }
.footer-inner nav { font-size: 12px; }
.footer-inner small { font-family: 'Courier New', monospace; font-size: 10px;
  text-align: right; color: #b4bdb8; }
.section-head { padding-block: 65px 45px; border-top: 1px solid var(--ink); }
.section-head h1 { font-size: clamp(48px, 7vw, 85px); margin: 0 0 20px; }
.section-head p { max-width: 580px; line-height: 1.6; }
.category-body { padding-bottom: 100px; }
.article-header { padding-block: 60px 36px; border-top: 1px solid var(--ink); }
.article-header h1 { font-size: clamp(36px, 4.5vw, 60px); max-width: 960px;
  line-height: 1.1; margin-bottom: 26px; }
.deck { max-width: 720px; font-size: 20px; line-height: 1.6; }
.byline { color: #47514a; padding-top: 12px; }
.article-art { max-width: 1000px; }
@media (max-width: 1000px) {
  .feature { grid-template-columns: 180px 1fr 60px; gap: 25px; }
  .reading-layout { gap: 40px; grid-template-columns: 180px minmax(0, 1fr); }
}
@media (max-width: 760px) {
  .site-header { height: 82px; }
  .brand { font-size: 15px; }
  .brand img { width: 34px; }
  .cover-layout { grid-template-columns: 1fr; padding-block: 40px 25px; }
  .cover h1 { font-size: clamp(33px, 8.5vw, 58px); }
  .cover-art { margin-top: 10px; }
  .feature { grid-template-columns: 1fr 44px; padding-block: 32px; gap: 20px; }
  .feature-label { grid-column: 1 / -1; }
  .feature h2 { font-size: 27px; }
  .circle-link { width: 44px; height: 44px; font-size: 23px; }
  .feature p { margin-bottom: 0; }
  .latest { padding-block: 40px 15px; }
  .section-label h2 { font-size: 20px; }
  .stories { grid-template-columns: 1fr; gap: 27px; }
  .story { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
  .story h3 { font-size: 25px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner p, .footer-inner small { text-align: left; }
  .footer-inner nav { margin-block: 10px; }
  .footer-brand { font-size: 21px; }
  .article-header { padding-block: 35px 28px; }
  .article-header h1 { font-size: 36px; }
  .deck { font-size: 18px; }
  .reading-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .section-head { padding-block: 35px; }
}

.error-page nav { display: flex; gap: 24px; flex-wrap: wrap;
  margin-top: 30px; font-size: 14px; }
.error-page p { line-height: 1.7; }
