* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper);
  font: 16px/1.65 var(--body); }
a { color: inherit; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, .brand { font-family: var(--heading); line-height: 1.13; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.2rem, 5vw, 4.6rem); font-weight: 500; }
h2 { font-size: clamp(1.5rem, 3vw, 2.4rem); }
h3 { font-size: 1.45rem; }
.frame { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.skip { position: absolute; top: -100px; left: 12px; z-index: 20;
  background: var(--ink); color: white; padding: 12px; }
.skip:focus { top: 8px; }
.site-header { display: flex; align-items: center; justify-content: space-between;
  gap: 30px; padding-block: 26px; position: relative; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 1.8rem;
  text-decoration: none; }
.desktop-nav { display: flex; gap: 28px; font-size: .88rem; }
.desktop-nav a { text-decoration: none; padding-block: 10px; }
.desktop-nav [aria-current] { border-bottom: 2px solid; }
.mobile-nav { display: none; }
.eyebrow { font: .78rem/1.5 var(--body); letter-spacing: .045em; }
.eyebrow a { text-decoration: underline; }
.eyebrow span { margin-left: 18px; }
.section-label { display: flex; align-items: baseline;
  justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.section-label h2 { margin: 0; }
.section-label > span { font-size: .8rem; }
.story h3 a { text-decoration: none; }
.story h3 a:hover { text-decoration: underline; }
.story-image img { aspect-ratio: 3 / 2; object-fit: contain; width: 100%; }
.story .eyebrow { margin: 20px 0 12px; }
.story p { font-size: .9rem; }
.story h3 { margin-bottom: 14px; }
.latest, .category-body, .related { margin-block: 65px; }
.section-head { padding-block: 45px 20px; }
.section-head > p:last-child { max-width: 600px; }
.article-header { padding-block: 45px 25px; max-width: 1000px; }
.article-header h1 { max-width: 950px; }
.deck { font-size: 1.12rem; max-width: 720px; }
.byline { display: flex; gap: 20px; flex-wrap: wrap; font-size: .75rem; }
.article-art { max-width: 1000px; margin-bottom: 45px; }
.article-art img { max-height: 480px; width: 100%; object-fit: contain; }
figcaption { font-size: .7rem; margin-top: 10px; }
.prose { font-size: 1.03rem; line-height: 1.9; }
.prose h2 { margin: 2em 0 .7em; font-size: 1.8rem; }
.prose h3 { margin-top: 1.8em; }
.prose p, .prose ul { margin-bottom: 1.4em; }
.prose li { padding-left: 6px; margin-bottom: .6em; }
.prose table { border-collapse: collapse; width: 100%; font-size: .86rem; }
.prose td, .prose th { border-bottom: 1px solid var(--line);
  padding: 12px 10px; text-align: left; }
.prose a { overflow-wrap: anywhere; }
.contents a { display: block; font-size: .8rem; margin-bottom: 14px; }
.policy { max-width: 760px; padding-block: 60px; }
.policy h1 { font-size: 3rem; }
.error-page { padding-block: 70px; min-height: 55vh; }
.error-page nav { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 40px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 35px;
  display: flex; justify-content: space-between; gap: 25px; }
.footer-brand { font: 1.25rem var(--heading); text-decoration: none; }
.site-footer nav { display: flex; gap: 25px; font-size: .8rem; }
@media (max-width: 750px) {
  .frame { width: calc(100% - 36px); }
  .site-header { padding-block: 18px; gap: 10px; }
  .brand { font-size: 1.4rem; gap: 8px; }
  .brand img { width: 32px; height: 32px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { width: 44px; height: 44px; cursor: pointer;
    display: grid; place-items: center; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .bars { display: grid; gap: 5px; }
  .bars i { display: block; width: 23px; height: 2px; background: var(--ink); }
  .mobile-nav nav { position: absolute; top: 100%; left: 0; right: 0;
    padding: 12px 20px; background: var(--paper); z-index: 10;
    border: 1px solid var(--line); box-shadow: 0 12px 20px #0001; }
  .mobile-nav nav a { display: block; padding: 12px 0; }
  .site-footer { display: block; }
  .site-footer nav { margin-top: 25px; }
  .section-label { align-items: center; }
  .section-label > span { display: none; }
  .article-header { padding-top: 28px; }
  .byline { gap: 8px 16px; }
  .article-art { margin-bottom: 25px; }
  .prose { font-size: 1rem; }
  .prose table { font-size: .76rem; }
  .prose td, .prose th { padding: 8px 4px; }
}

:root { --ink: #352d46; --paper: #fffefa; --accent: #784864;
  --line: #c8b9cd; --heading: Georgia, 'Times New Roman', serif;
  --body: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.site-header { flex-direction: column; gap: 20px; padding-block: 30px 16px;
  border-bottom: 1px dashed #a68cab; }
.brand { font-size: 2.8rem; letter-spacing: -.06em; }
.brand img { width: 50px; height: 50px; }
.desktop-nav { gap: 48px; font-size: .95rem; }
.home-intro { padding-block: 42px 28px; text-align: center; }
.home-intro h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 15px; }
.home-intro p { margin-bottom: 0; }
.cover-story { position: relative; min-height: 550px;
  background: #ece3ef; display: grid; align-items: end;
  grid-template-columns: 1fr 1fr; padding: 35px; }
.cover-image { grid-column: 1 / -1; grid-row: 1; }
.cover-image img { width: 70%; height: 510px; object-fit: contain; }
.cover-copy { z-index: 1; grid-column: 2; grid-row: 1;
  background: #fffefa; padding: 35px; border: 1px solid #c8b9cd;
  box-shadow: 9px 9px 0 #b39abc44; }
.cover-copy h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
.cover-copy h2 a { text-decoration: none; }
.cover-copy > p:not(.eyebrow) { font-size: .96rem; }
.read-link { display: inline-block; font-size: .9rem; padding-top: 10px; }
.stories { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.story { border: 1px solid var(--line); background: #fffefa; }
.story-image { display: block; background: #eee6f1; }
.story-copy { padding: 24px 28px; }
.story .eyebrow { margin: 0 0 14px; }
.story h3 { font-size: 1.8rem; }
.story p { font-size: 1rem; margin-bottom: 0; }
.article-header h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.article-art { background: #eee6f1; padding: 20px; }
.reading-layout { display: grid; grid-template-columns: 190px minmax(0, 700px);
  gap: 55px; justify-content: center; }
.contents { padding-top: 20px; border-top: 1px dashed var(--line); }
@media (max-width: 900px) {
  .cover-copy { padding: 25px; }
  .reading-layout { gap: 30px; grid-template-columns: 150px minmax(0, 1fr); }
}
@media (max-width: 750px) {
  .site-header { flex-direction: row; }
  .brand { font-size: 1.6rem; }
  .home-intro { text-align: left; padding-block: 30px 25px; }
  .home-intro p { font-size: .95rem; }
  .cover-story { display: block; padding: 16px; min-height: 0; }
  .cover-image img { width: 100%; height: auto; }
  .cover-copy { padding: 24px; margin: 0 0 9px; }
  .stories { grid-template-columns: 1fr; gap: 28px; }
  .story-copy { padding: 22px; }
  .reading-layout { display: block; }
  .contents { margin-bottom: 30px; }
}
