:root {
  --paper: #f3e8c8;
  --paper-light: #fff9e9;
  --ink: #18251c;
  --moss: #52643d;
  --red: #b43b2f;
  --mustard: #d4a62f;
  --blue: #294754;
  --line: 3px solid var(--ink);
  --thin-line: 1px solid var(--ink);
  --serif: Georgia, "Times New Roman", serif;
  --display: Rockwell, "Roboto Slab", "Courier New", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: radial-gradient(rgba(24, 37, 28, .08) .7px, transparent .7px);
  background-size: 7px 7px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { text-decoration-style: wavy; }
button, input { font: inherit; }
address { font-style: normal; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: var(--paper-light);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 4px solid #1a69b7; outline-offset: 4px; }

.top-strip {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 28px;
  border-bottom: var(--line);
  color: var(--paper-light);
  background: var(--ink);
  font: 700 12px/1.2 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto;
  align-items: stretch;
  border-bottom: var(--line);
  background: var(--paper);
}
.brand {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 96px;
  padding: 14px 28px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin-right: 14px;
  place-items: center;
  border: var(--line);
  border-radius: 50%;
  background: var(--red);
  color: var(--paper-light);
  font: 900 31px/1 var(--display);
  transform: rotate(-5deg);
}
.brand-words strong,
.brand-words small { display: block; }
.brand-words strong { font: 900 clamp(25px, 3vw, 43px)/.9 var(--display); letter-spacing: -.05em; }
.brand-words small { margin-top: 8px; font: 700 10px/1 var(--sans); letter-spacing: .17em; text-transform: uppercase; }
.site-nav { display: flex; align-items: stretch; border-left: var(--line); }
.site-nav a {
  display: grid;
  place-items: center;
  min-width: 94px;
  padding: 14px;
  border-right: var(--thin-line);
  font: 800 12px/1.2 var(--sans);
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a:last-child { border-right: 0; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--paper-light); background: var(--red); }
.menu-button { display: none; }

main { overflow: hidden; }
.hero-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  min-height: 700px;
  border-bottom: var(--line);
}
.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 110px) clamp(28px, 6vw, 90px);
  background: var(--paper-light);
}
.hero-copy::after {
  position: absolute;
  right: 28px;
  bottom: 20px;
  width: 88px;
  height: 88px;
  border: 2px dashed var(--moss);
  border-radius: 50%;
  content: "PLAIN HELP\A SINCE 2026";
  display: grid;
  place-items: center;
  color: var(--moss);
  font: 900 9px/1.25 var(--sans);
  text-align: center;
  white-space: pre;
  transform: rotate(9deg);
}
.issue-line, .kicker, .eyebrow, .footer-label, .source-label {
  margin: 0 0 15px;
  font: 900 12px/1.2 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.issue-line { color: var(--red); }
.hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font: 900 clamp(66px, 8.3vw, 148px)/.78 var(--display);
  letter-spacing: -.085em;
}
.hero-copy h1 em { color: var(--red); font-style: normal; }
.hero-dek { max-width: 670px; margin: 34px 0 24px; font-size: clamp(20px, 2vw, 29px); line-height: 1.3; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 20px;
  border: var(--line);
  box-shadow: 5px 5px 0 var(--ink);
  font: 900 13px/1 var(--sans);
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover { box-shadow: 2px 2px 0 var(--ink); transform: translate(3px, 3px); }
.button-primary { color: var(--paper-light); background: var(--red); }
.text-link { font: 900 13px/1.3 var(--sans); text-transform: uppercase; }
.pencil-note {
  max-width: 430px;
  margin: 34px 0 0 20px;
  color: var(--moss);
  font: italic 17px/1.4 "Comic Sans MS", "Bradley Hand", cursive;
  transform: rotate(-1deg);
}
.hero-photo { position: relative; margin: 0; border-left: var(--line); background: var(--blue); overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; min-height: 700px; object-fit: cover; filter: saturate(.87) contrast(.94) sepia(.08); }
.hero-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 75%;
  padding: 12px 18px;
  border-top: var(--line);
  border-left: var(--line);
  background: var(--mustard);
  font: 800 11px/1.35 var(--sans);
  text-transform: uppercase;
}

.featured-strip {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 110px;
  border-bottom: var(--line);
  background: var(--mustard);
}
.featured-strip > * { padding: 30px; }
.featured-strip > div:first-child { border-right: var(--line); }
.featured-strip > div:first-child p:last-child { margin: 0; font: italic 17px/1.3 var(--serif); }
.featured-strip h2 { margin: 0 0 7px; font: 900 clamp(27px, 3vw, 48px)/1 var(--display); letter-spacing: -.045em; }
.featured-strip h2 a { text-decoration: none; }
.featured-strip p { margin: 0; }
.round-arrow { display: grid; place-items: center; border-left: var(--line); font: 900 46px/1 var(--sans); text-decoration: none; }
.round-arrow:hover { color: var(--paper-light); background: var(--red); }

.topic-rack, .directory-section, .latest-section, .related-section { padding: clamp(55px, 7vw, 110px) clamp(24px, 5vw, 76px); border-bottom: var(--line); }
.section-heading { max-width: 850px; margin-bottom: 38px; }
.section-heading h2, .desk-note h2, .footer-lead h2, .source-box h2 {
  margin: 0;
  font: 900 clamp(38px, 5vw, 80px)/.95 var(--display);
  letter-spacing: -.06em;
}
.section-heading > p:last-child { max-width: 720px; font-size: 20px; }
.topic-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: var(--line); border-left: var(--line); }
.topic-block {
  min-height: 270px;
  padding: 22px;
  border-right: var(--line);
  border-bottom: var(--line);
  background: var(--paper-light);
  text-decoration: none;
}
.topic-block span { display: block; margin-bottom: 52px; font: 900 12px/1 var(--sans); }
.topic-block strong { display: block; font: 900 31px/1 var(--display); letter-spacing: -.04em; }
.topic-block em { display: block; margin-top: 12px; font: italic 16px/1.35 var(--serif); }
.topic-block:hover { color: var(--paper-light); background: var(--moss); transform: rotate(-.5deg); }
.topic-2, .topic-5 { background: #e8d092; }

.directory-section { color: var(--paper-light); background: var(--blue); }
.directory-section .section-heading h2 { max-width: 970px; }
.filter-box {
  display: block;
  max-width: 720px;
  margin: 0 0 34px;
  font: 900 12px/1.2 var(--sans);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.filter-box input {
  width: 100%;
  margin-top: 10px;
  padding: 18px 20px;
  border: var(--line);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper-light);
  font: 700 21px/1 var(--serif);
}
.directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.directory-card { min-height: 260px; padding: 24px; border: 2px solid var(--paper-light); color: var(--paper-light); background: rgba(0, 0, 0, .12); }
.directory-card h3 { margin: 0 0 10px; font: 900 28px/1 var(--display); letter-spacing: -.035em; }
.directory-card p { font-size: 16px; }
.directory-card a { font: 900 12px/1.3 var(--sans); text-transform: uppercase; }
.directory-card[hidden], .story-card[hidden] { display: none; }
.no-results { padding: 25px; border: 2px dashed currentColor; font-style: italic; }

.heading-row { display: flex; justify-content: space-between; align-items: end; max-width: none; }
.story-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: var(--line); border-left: var(--line); }
.story-card { display: flex; min-width: 0; flex-direction: column; border-right: var(--line); border-bottom: var(--line); background: var(--paper-light); }
.card-image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-bottom: var(--line); }
.card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.93); transition: transform .25s ease; }
.story-card:hover .card-image img { transform: scale(1.025); }
.card-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.eyebrow span { display: inline-block; margin-right: 9px; padding: 4px 7px; color: var(--paper-light); background: var(--red); }
.card-copy h3 { margin: 0 0 12px; font: 900 clamp(24px, 2.1vw, 35px)/1.02 var(--display); letter-spacing: -.045em; }
.card-copy h3 a { text-decoration: none; }
.card-copy > p:not(.eyebrow, .card-meta) { margin: 0; font-size: 16px; }
.card-meta { margin: auto 0 0; padding-top: 28px; font: 800 10px/1.3 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.story-card-2 .card-copy { background: #e8d092; }
.story-card-3 .card-copy { color: var(--paper-light); background: var(--moss); }
.story-card-4 .card-copy { background: #dfb1a8; }

.desk-note { display: grid; grid-template-columns: 210px minmax(0, 800px); gap: clamp(32px, 7vw, 100px); justify-content: center; padding: clamp(60px, 8vw, 130px) 28px; border-bottom: var(--line); background: var(--paper-light); }
.desk-note-stamp { display: grid; width: 180px; height: 180px; place-items: center; border: 4px double var(--red); border-radius: 50%; color: var(--red); font: 900 21px/1.15 var(--display); text-align: center; text-transform: uppercase; transform: rotate(-7deg); }
.desk-note p { font-size: 20px; }
.signature { color: var(--red); font: italic 24px/1 "Comic Sans MS", cursive !important; }

.topic-header, .search-header {
  padding: clamp(70px, 10vw, 160px) clamp(24px, 8vw, 130px);
  border-bottom: var(--line);
  background: var(--paper-light);
}
.topic-header h1, .search-header h1, .article-header h1, .legal-page h1, .not-found h1 {
  max-width: 1200px;
  margin: 0 0 25px;
  font: 900 clamp(58px, 9vw, 146px)/.82 var(--display);
  letter-spacing: -.075em;
}
.topic-header > p:not(.kicker), .search-header > p:not(.kicker) { max-width: 800px; font-size: 24px; }
.topic-header > span { display: inline-block; padding: 8px 12px; color: var(--paper-light); background: var(--red); font: 900 11px/1 var(--sans); text-transform: uppercase; }
.search-header .filter-box { max-width: 780px; margin-top: 40px; color: var(--ink); }
.result-count { font: 900 12px/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }

.breadcrumbs { display: flex; gap: 9px; padding: 18px clamp(24px, 6vw, 90px); border-bottom: var(--line); font: 800 11px/1.3 var(--sans); text-transform: uppercase; }
.article-header { padding: clamp(58px, 8vw, 120px) clamp(24px, 8vw, 130px); background: var(--paper-light); }
.article-header h1 { max-width: 1350px; font-size: clamp(52px, 7.7vw, 120px); }
.article-dek { max-width: 900px; margin: 30px 0; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.28; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 30px; padding-top: 18px; border-top: 1px solid; font: 800 11px/1.3 var(--sans); text-transform: uppercase; }
.article-hero { margin: 0; border-top: var(--line); border-bottom: var(--line); background: var(--moss); }
.article-hero img { width: 100%; max-height: 780px; object-fit: cover; filter: saturate(.86) contrast(.96); }
.article-hero figcaption { padding: 12px clamp(24px, 6vw, 90px); color: var(--paper-light); background: var(--ink); font: 700 11px/1.4 var(--sans); }
.article-layout { display: grid; grid-template-columns: minmax(220px, 310px) minmax(0, 780px); gap: clamp(35px, 7vw, 110px); justify-content: center; padding: clamp(55px, 8vw, 120px) 28px; background: var(--paper-light); }
.article-aside { align-self: start; position: sticky; top: 25px; }
.keep-box { padding: 23px; border: var(--line); background: var(--mustard); box-shadow: 7px 7px 0 var(--ink); transform: rotate(-1deg); }
.keep-title { margin: 0 0 10px; font: 900 12px/1.2 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.keep-box p:last-child { margin: 0; font: 700 18px/1.4 var(--serif); }
.print-link { display: inline-block; margin: 30px 0 10px; font: 900 12px/1 var(--sans); text-transform: uppercase; }
.aside-note { font: italic 14px/1.4 var(--serif); }
.article-body { min-width: 0; }
.article-body > p:first-child::first-letter { float: left; margin: 7px 9px 0 0; color: var(--red); font: 900 72px/.7 var(--display); }
.article-body p, .article-body li { font-size: 20px; line-height: 1.68; }
.article-body h2 { margin: 65px 0 18px; font: 900 clamp(35px, 4vw, 55px)/1 var(--display); letter-spacing: -.045em; }
.article-body h3 { margin: 42px 0 12px; font: 900 28px/1.1 var(--display); }
.article-body ul, .article-body ol { padding-left: 26px; }
.article-body li { margin-bottom: 12px; padding-left: 7px; }
.article-body blockquote, .plain-callout {
  margin: 42px 0;
  padding: 25px 28px;
  border: var(--line);
  border-left: 14px solid var(--red);
  background: var(--paper);
}
.article-body blockquote p, .plain-callout p { margin: 0; font: 700 22px/1.45 var(--serif); }
.tiny-note { font-size: 15px !important; font-style: italic; }
.checklist { list-style: none; padding-left: 0 !important; }
.checklist li { position: relative; padding-left: 38px; }
.checklist li::before { position: absolute; left: 0; top: 7px; width: 20px; height: 20px; border: 2px solid; content: ""; background: var(--paper); }
.source-box { margin-top: 75px; padding: 28px; border: var(--line); background: var(--blue); color: var(--paper-light); }
.source-box h2 { font-size: clamp(30px, 4vw, 46px); }
.source-box ul { padding: 0; list-style: none; }
.source-box li { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.5); }
.source-box li a { font-weight: 900; }
.source-box li span { font-size: 14px; }
.source-box > p:last-child { margin-bottom: 0; font-size: 13px; }

.legal-page { background: var(--paper-light); }
.legal-page > header { padding: clamp(70px, 9vw, 140px) clamp(24px, 8vw, 130px); border-bottom: var(--line); }
.legal-page h1 { margin: 0; }
.legal-body { max-width: 900px; margin: 0 auto; padding: clamp(55px, 8vw, 120px) 28px; }
.legal-lead { margin-top: 0; font-size: clamp(23px, 3vw, 33px) !important; line-height: 1.35 !important; }
.legal-body p, .legal-body li { font-size: 18px; line-height: 1.7; }
.legal-body h2 { margin: 55px 0 15px; font: 900 37px/1 var(--display); letter-spacing: -.04em; }
.plain-box { margin: 45px 0; padding: 28px; border: var(--line); background: var(--mustard); box-shadow: 7px 7px 0 var(--ink); }
.plain-box h2 { margin-top: 0; }
.contact-board { display: grid; grid-template-columns: 1fr 1fr; margin: 45px 0; border-top: var(--line); border-left: var(--line); }
.contact-board > div { padding: 27px; border-right: var(--line); border-bottom: var(--line); background: var(--paper); }
.contact-board h2 { margin: 0 0 15px; overflow-wrap: anywhere; font-size: 27px; }

.not-found { display: grid; min-height: 70vh; padding: 70px 28px; place-content: center; text-align: center; background: var(--mustard); }
.error-code { margin: 0; color: var(--red); font: 900 clamp(120px, 22vw, 330px)/.7 var(--display); letter-spacing: -.09em; }
.not-found h1 { max-width: 900px; font-size: clamp(40px, 6vw, 84px); }
.not-found > p:not(.error-code) { font-size: 22px; }
.not-found > div { display: flex; gap: 28px; justify-content: center; align-items: center; flex-wrap: wrap; }

.site-footer { color: var(--paper-light); background: var(--ink); }
.footer-lead { padding: clamp(65px, 9vw, 140px) clamp(24px, 7vw, 110px); border-bottom: 1px solid rgba(255,255,255,.4); }
.footer-lead h2 { max-width: 1100px; }
.footer-email { display: inline-block; margin-top: 35px; color: var(--mustard); font: 900 clamp(22px, 4vw, 58px)/1 var(--display); overflow-wrap: anywhere; }
.footer-kicker { color: var(--mustard); font: italic 18px/1.4 var(--serif); }
.footer-grid { display: grid; grid-template-columns: .7fr .8fr 1.5fr; }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; padding: 36px; border-right: 1px solid rgba(255,255,255,.4); }
.footer-grid > div:last-child { border-right: 0; }
.footer-grid a, .footer-grid p, .footer-grid address { font-size: 15px; }
.owner-block p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 17px 28px; border-top: 1px solid rgba(255,255,255,.4); color: #d5caa9; font: 700 10px/1.35 var(--sans); text-transform: uppercase; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: block; margin: 18px; padding: 10px 14px; border: var(--line); background: var(--mustard); font: 900 12px/1 var(--sans); text-transform: uppercase; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; border: var(--line); border-right: 0; border-left: 0; background: var(--paper-light); }
  .site-nav[data-open="true"] { display: grid; grid-template-columns: repeat(4, 1fr); }
  .site-nav a { min-height: 58px; border-right: var(--thin-line); border-bottom: var(--thin-line); }
  .hero-block { grid-template-columns: 1fr 1fr; }
  .hero-copy h1 { font-size: clamp(62px, 8.7vw, 105px); }
  .topic-grid, .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .top-strip span:last-child { display: none; }
  .top-strip { justify-content: center; text-align: center; }
  .brand { min-height: 76px; padding: 10px 15px; }
  .brand-mark { width: 49px; height: 49px; font-size: 24px; }
  .brand-words strong { font-size: 25px; }
  .brand-words small { font-size: 8px; }
  .menu-button { margin: 13px; }
  .site-nav[data-open="true"] { grid-template-columns: 1fr 1fr; }
  .hero-block { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { min-height: 560px; padding: 55px 23px 80px; }
  .hero-copy::after { width: 65px; height: 65px; right: 13px; font-size: 7px; }
  .hero-copy h1 { font-size: clamp(58px, 20vw, 88px); }
  .hero-dek { font-size: 20px; }
  .hero-photo { border-top: var(--line); border-left: 0; }
  .hero-photo img { min-height: 390px; }
  .featured-strip { grid-template-columns: 1fr 70px; }
  .featured-strip > div:first-child { display: none; }
  .featured-strip > * { padding: 22px; }
  .featured-strip h2 { font-size: 28px; }
  .topic-rack, .directory-section, .latest-section, .related-section { padding: 55px 16px; }
  .section-heading h2 { font-size: 45px; }
  .topic-grid, .story-grid, .directory-grid { grid-template-columns: 1fr; }
  .topic-block { min-height: 210px; }
  .topic-block span { margin-bottom: 35px; }
  .heading-row { display: block; }
  .heading-row > a { display: inline-block; margin-top: 22px; }
  .card-copy h3 { font-size: 31px; }
  .desk-note { grid-template-columns: 1fr; padding: 65px 23px; }
  .desk-note-stamp { width: 130px; height: 130px; font-size: 16px; }
  .topic-header, .search-header, .article-header, .legal-page > header { padding: 60px 22px; }
  .topic-header h1, .search-header h1, .legal-page h1 { font-size: clamp(53px, 17vw, 76px); }
  .breadcrumbs { overflow-x: auto; white-space: nowrap; }
  .article-header h1 { font-size: clamp(45px, 15vw, 70px); }
  .article-dek { font-size: 21px; }
  .article-meta { display: grid; }
  .article-hero img { min-height: 330px; object-fit: cover; }
  .article-layout { grid-template-columns: 1fr; padding: 50px 21px; }
  .article-aside { position: static; }
  .article-body p, .article-body li { font-size: 18px; }
  .article-body h2 { font-size: 36px; }
  .source-box { padding: 22px; }
  .source-box li { grid-template-columns: 1fr; gap: 4px; }
  .contact-board { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.4); }
  .footer-bottom { flex-direction: column; }
}

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

@media print {
  .top-strip, .site-header, .site-footer, .breadcrumbs, .article-hero, .article-aside, .related-section { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .article-header, .article-layout { display: block; padding: 0; background: #fff; }
  .article-header h1 { font-size: 36pt; }
  .article-body { max-width: none; }
  a { text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; }
}
