:root {
  --paper: #f7f3eb;
  --white: #fffdfa;
  --ink: #161616;
  --muted: #5f5b54;
  --red: #e54832;
  --blue: #2367b1;
  --yellow: #f2c94c;
  --green: #467b4a;
  --rule: rgba(22, 22, 22, 0.28);
  --serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: "Franklin Gothic Medium", "Trebuchet MS", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--serif); line-height: 1.58; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: #fff; font-family: var(--sans); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.scrap-masthead { max-width: 1320px; min-height: 640px; margin: 0 auto; padding: 30px clamp(22px, 5vw, 76px) 72px; border-right: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.issue-line { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding-bottom: 13px; border-bottom: 2px solid var(--ink); font: 700 0.73rem/1.2 var(--sans); text-transform: uppercase; }
.masthead-title { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr); align-items: end; gap: 42px; padding: 70px 0 40px; }
.masthead-title::before { position: absolute; top: 38px; left: 45%; width: 104px; height: 30px; background: rgba(242, 201, 76, 0.8); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14); content: ""; transform: rotate(4deg); }
.masthead-title h1 { margin: 0; font: 700 9rem/0.72 var(--serif); letter-spacing: 0; }
.masthead-title h1 span, .masthead-title h1 em { display: block; }
.masthead-title h1 span { position: relative; z-index: 1; margin-left: 0.34em; color: var(--red); font-family: var(--sans); font-size: 0.63em; font-style: normal; text-transform: uppercase; transform: rotate(-2deg); }
.masthead-title h1 em { font-weight: 400; transform: rotate(1deg); }
.masthead-deck { margin: 0 0 12px; padding: 24px 0 7px 22px; border-left: 7px solid var(--blue); font-size: 1.3rem; }
.margin-scribble { position: absolute; top: 44%; left: -20px; margin: 0; color: var(--blue); font: italic 1.05rem/1 var(--serif); transform: rotate(-8deg); }
.editor-note { width: min(420px, 70%); margin: 0 0 0 auto; padding: 12px 18px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 0.9rem; transform: rotate(-1deg); }
.editor-note strong { font-family: var(--sans); text-transform: uppercase; }
main { overflow: hidden; }
.opening-spread, .fresh-pages, .diary-section, .scrap-footer { max-width: 1320px; margin: 0 auto; border-right: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.opening-spread { display: grid; grid-template-columns: minmax(290px, 0.73fr) minmax(440px, 1.27fr); align-items: center; gap: clamp(36px, 7vw, 96px); padding: 88px clamp(22px, 5vw, 76px) 104px; border-top: 1px solid var(--ink); background: var(--white); }
.entry-label, .section-heading > p, .diary-heading > div > p { margin: 0 0 18px; color: var(--red); font: 700 0.78rem/1.2 var(--sans); text-transform: uppercase; }
.opening-copy h2, .section-heading h2, .diary-heading h2 { margin: 0; font-weight: 400; letter-spacing: 0; }
.opening-copy h2 { font-size: 4.5rem; line-height: 0.92; }
.opening-copy > p:not(.entry-label) { max-width: 570px; margin: 30px 0; font-size: 1.08rem; }
.opening-latest { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; align-items: start; max-width: 520px; padding: 14px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.opening-latest span { color: var(--red); font: 700 0.68rem/1.3 var(--sans); text-transform: uppercase; }
.opening-latest a { font-size: 1.02rem; font-weight: 700; line-height: 1.25; text-decoration-color: var(--yellow); text-decoration-thickness: 0.3em; text-decoration-skip-ink: none; text-underline-offset: -0.18em; }
.opening-copy blockquote { position: relative; margin: 42px 0 0 26px; padding: 22px 18px 17px 28px; border: 0; border-left: 6px solid var(--yellow); background: transparent; color: var(--blue); transform: rotate(-1.5deg); }
.opening-copy blockquote::before { position: absolute; top: -28px; left: -31px; color: var(--red); content: "\201C"; font-size: 5.4rem; line-height: 1; }
.opening-copy blockquote p { margin: 0; font-size: 1.36rem; font-style: italic; line-height: 1.25; }
.opening-copy blockquote cite { display: block; margin-top: 9px; color: var(--muted); font: 700 0.68rem/1 var(--sans); text-transform: uppercase; }
.scrapbook-figure { position: relative; margin: 0; padding: 13px 13px 45px; background: #fff; box-shadow: 8px 11px 0 var(--blue), 0 18px 35px rgba(0, 0, 0, 0.16); transform: rotate(1.4deg); }
.scrapbook-figure::after { position: absolute; right: -23px; bottom: 55px; width: 76px; height: 76px; border: 4px solid var(--red); border-radius: 50%; content: ""; opacity: 0.72; }
.scrapbook-figure img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.scrapbook-figure figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 11px 8px 0; color: var(--muted); font-size: 0.77rem; }
.scrapbook-figure figcaption span { color: var(--ink); font-family: var(--sans); text-transform: uppercase; }
.photo-tape { position: absolute; z-index: 2; top: -14px; left: 40%; width: 130px; height: 31px; background: rgba(242, 201, 76, 0.76); transform: rotate(-3deg); }
.fresh-pages { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(35px, 6vw, 90px); padding: 86px clamp(22px, 5vw, 76px) 100px; background: var(--ink); color: #fff; }
.section-heading h2 { font-size: 4.25rem; line-height: 0.94; }
.fresh-grid { border-top: 1px solid rgba(255, 255, 255, 0.5); }
.fresh-entry { position: relative; display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 28px; padding: 27px 8px 28px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.fresh-entry::before { position: absolute; top: 29px; right: -15px; width: 17px; height: 17px; content: ""; transform: rotate(14deg); }
.fresh-entry--red::before { background: var(--red); }
.fresh-entry--blue::before { background: var(--blue); }
.fresh-entry--green::before { background: var(--green); }
.fresh-meta { margin: 0; font: 700 0.7rem/1.45 var(--sans); text-transform: uppercase; }
.fresh-meta span { display: block; color: var(--yellow); }
.fresh-entry h3, .fresh-entry > p:last-child { grid-column: 2; }
.fresh-entry h3 { margin: 0; font-size: 1.72rem; line-height: 1.17; }
.fresh-entry h3 a { text-decoration-color: transparent; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.fresh-entry h3 a:hover, .fresh-entry h3 a:focus-visible { text-decoration-color: var(--yellow); }
.fresh-entry > p:last-child { margin: -18px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 0.92rem; }
.diary-section { padding: 96px clamp(22px, 5vw, 76px) 110px; }
.diary-heading { display: grid; grid-template-columns: 1fr 0.7fr; align-items: end; gap: 40px; margin-bottom: 38px; }
.diary-heading h2 { font-size: 7rem; line-height: 0.8; }
.diary-heading > p { max-width: 430px; margin: 0 0 2px auto; padding: 13px 0 13px 21px; border-left: 6px solid var(--green); font-size: 1.02rem; }
.category-tabs { display: flex; flex-wrap: wrap; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.category-tabs button { min-height: 48px; padding: 0 18px; border: 0; border-right: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font: 700 0.76rem/1 var(--sans); text-transform: uppercase; }
.category-tabs button span { margin-left: 6px; color: var(--muted); font-family: var(--serif); }
.category-tabs button:hover { background: #fff; }
.category-tabs button[aria-pressed="true"] { background: var(--yellow); box-shadow: inset 0 -5px 0 var(--red); }
.category-tabs button:focus-visible, a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.filter-status { margin: 13px 0 34px; color: var(--muted); font-size: 0.78rem; font-style: italic; text-align: right; }
.diary-stream { margin: 0; padding: 0; border-bottom: 2px solid var(--ink); list-style: none; }
.diary-entry { border-top: 1px solid var(--ink); }
.diary-entry[hidden] { display: none; }
.diary-entry article { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr) 54px; gap: clamp(22px, 4vw, 58px); align-items: start; padding: 30px 8px 31px; }
.diary-entry:nth-child(4n + 1) article { box-shadow: inset 7px 0 0 var(--red); }
.diary-entry:nth-child(4n + 2) article { box-shadow: inset 7px 0 0 var(--blue); }
.diary-entry:nth-child(4n + 3) article { box-shadow: inset 7px 0 0 var(--green); }
.diary-entry:nth-child(4n) article { box-shadow: inset 7px 0 0 var(--yellow); }
.entry-date { margin: 4px 0 0 18px; font: 700 0.71rem/1.4 var(--sans); text-transform: uppercase; }
.entry-date span { display: block; margin-top: 5px; color: var(--muted); }
.entry-text h3 { margin: 0; font-size: 1.85rem; font-weight: 400; line-height: 1.18; }
.entry-text h3 a { text-decoration-color: transparent; text-decoration-thickness: 0.28em; text-decoration-skip-ink: none; text-underline-offset: -0.18em; transition: text-decoration-color 180ms ease; }
.entry-text h3 a:hover, .entry-text h3 a:focus-visible { text-decoration-color: var(--yellow); }
.entry-text p { max-width: 780px; margin: 9px 0 0; color: var(--muted); font-size: 0.92rem; }
.entry-number { color: rgba(22, 22, 22, 0.25); font: 700 1.1rem/1 var(--sans); text-align: right; }
.scrap-footer { display: flex; justify-content: space-between; gap: 40px; padding: 34px clamp(22px, 5vw, 76px) 50px; border-top: 8px solid var(--red); background: var(--blue); color: #fff; font-size: 0.8rem; }
.scrap-footer p { margin: 0; }
.scrap-footer strong, .scrap-footer span { display: block; }
.scrap-footer strong { font: 700 1rem/1.2 var(--sans); text-transform: uppercase; }
.scrap-footer span { color: rgba(255, 255, 255, 0.76); }
.article-masthead { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; max-width: 1180px; margin: 0 auto; padding: 22px 28px 16px; border-right: 1px solid var(--rule); border-bottom: 2px solid var(--ink); border-left: 1px solid var(--rule); }
.article-brand { color: var(--ink); font: 700 1.1rem/1 var(--sans); text-decoration: none; text-transform: uppercase; }
.article-brand span { color: var(--red); }
.article-masthead p { margin: 0; color: var(--muted); font-size: 0.78rem; font-style: italic; }
.story-shell { display: grid; grid-template-columns: 170px minmax(0, 790px) 150px; justify-content: center; gap: clamp(28px, 5vw, 72px); max-width: 1180px; margin: 0 auto; padding: 72px 28px 110px; border-right: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.story-margin { position: sticky; top: 28px; align-self: start; padding-top: 190px; }
.story-margin p { margin: 0; padding: 13px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); color: var(--blue); font-size: 0.82rem; font-style: italic; transform: rotate(-2deg); }
.story-margin strong { display: block; color: var(--ink); font: 700 0.68rem/1.2 var(--sans); text-transform: uppercase; }
.story-marker { align-self: start; margin-top: 310px; color: var(--red); font: 700 5rem/0.8 var(--serif); opacity: 0.7; transform: rotate(6deg); }
.story { min-width: 0; }
.story-header { margin-bottom: 48px; }
.story-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 27px; color: var(--muted); font: 700 0.72rem/1.3 var(--sans); text-transform: uppercase; }
.story-meta a { color: var(--blue); text-underline-offset: 3px; }
.story-rubric { margin: 0 0 13px; color: var(--red); font: 700 0.76rem/1.2 var(--sans); text-transform: uppercase; }
.story-header h1 { margin: 0; font-size: 4.7rem; font-weight: 400; line-height: 0.98; letter-spacing: 0; overflow-wrap: anywhere; }
.story-rule { display: grid; grid-template-columns: 1fr 42px 0.32fr; gap: 8px; margin-top: 34px; }
.story-rule i { height: 8px; background: var(--ink); }
.story-rule i:nth-child(2) { background: var(--yellow); transform: rotate(-6deg); }
.story-rule i:nth-child(3) { background: var(--red); }
.story-body { font-size: 1.06rem; }
.story-body > p:first-child { font-size: 1.25rem; line-height: 1.62; }
.story-body p { margin: 1.05em 0; }
.story-body h2 { margin: 2.25em 0 0.65em; font-size: 2.35rem; font-weight: 400; line-height: 1.08; letter-spacing: 0; }
.story-body h2::before { display: inline-block; width: 11px; height: 11px; margin: 0 11px 0 -24px; background: var(--red); content: ""; transform: rotate(13deg); }
.story-body h3 { margin: 2em 0 0.5em; font: 700 1.08rem/1.3 var(--sans); }
.story-body ul, .story-body ol { padding-left: 1.5em; }
.story-body li { margin-bottom: 0.48em; }
.story-body a { color: var(--blue); text-underline-offset: 3px; }
.story-body blockquote { position: relative; margin: 2.3em -45px 2.3em 32px; padding: 25px 34px 24px 40px; border: 0; border-left: 8px solid var(--yellow); background: #fff; box-shadow: 7px 7px 0 var(--blue); color: var(--ink); font-size: 1.25rem; font-style: italic; line-height: 1.48; transform: rotate(-0.7deg); }
.story-body table { display: block; width: 100%; margin: 2em 0; border-collapse: collapse; overflow-x: auto; font: 0.86rem/1.45 var(--sans); }
.story-body th, .story-body td { min-width: 145px; padding: 12px 14px; border: 1px solid var(--ink); text-align: left; vertical-align: top; }
.story-body tr:first-child { background: var(--yellow); }
.story-body img { max-width: 100%; height: auto; }
#partner-links { margin-top: 60px; padding: 19px 0 0; border-top: 2px solid var(--ink); font-size: 0.82rem; }
#partner-links > p { font-family: var(--sans); text-transform: uppercase; }
.article-footer { max-width: 1180px; margin: 0 auto; padding: 30px 28px 42px; border: 1px solid var(--rule); border-top: 8px solid var(--green); color: var(--muted); font-size: 0.78rem; text-align: center; }
@media (max-width: 1120px) {
  .masthead-title h1 { font-size: 7rem; }
  .story-header h1 { font-size: 3.9rem; }
}
@media (max-width: 980px) {
  .scrap-masthead { min-height: 560px; }
  .masthead-title { grid-template-columns: 1fr; gap: 28px; }
  .masthead-deck { max-width: 520px; margin-left: auto; }
  .opening-spread { grid-template-columns: 1fr; }
  .opening-copy { max-width: 700px; }
  .fresh-pages { grid-template-columns: 1fr; }
  .section-heading { max-width: 650px; }
  .story-shell { grid-template-columns: minmax(0, 790px); }
  .story-margin, .story-marker { display: none; }
}
@media (max-width: 700px) {
  .scrap-masthead { min-height: 0; padding: 20px 20px 45px; }
  .issue-line { font-size: 0.64rem; }
  .issue-line span:last-child { text-align: right; }
  .masthead-title { padding: 58px 0 28px; }
  .masthead-title::before { top: 30px; left: 58%; width: 82px; height: 24px; }
  .masthead-title h1 { font-size: 4rem; line-height: 0.77; }
  .masthead-title h1 span { margin-left: 0.12em; font-size: 0.56em; }
  .masthead-deck { padding: 14px 0 4px 16px; font-size: 1rem; }
  .margin-scribble { top: 37%; left: auto; right: 2px; font-size: 0.84rem; }
  .editor-note { width: 88%; }
  .opening-spread, .fresh-pages, .diary-section { padding: 58px 20px 68px; }
  .opening-spread { gap: 52px; }
  .opening-copy h2 { font-size: 3rem; }
  .opening-latest { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; align-items: start; max-width: 520px; padding: 14px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.opening-latest span { color: var(--red); font: 700 0.68rem/1.3 var(--sans); text-transform: uppercase; }
.opening-latest a { font-size: 1.02rem; font-weight: 700; line-height: 1.25; text-decoration-color: var(--yellow); text-decoration-thickness: 0.3em; text-decoration-skip-ink: none; text-underline-offset: -0.18em; }
.opening-copy blockquote { margin-left: 13px; }
  .scrapbook-figure { box-shadow: 5px 7px 0 var(--blue), 0 13px 25px rgba(0,0,0,.14); }
  .scrapbook-figure figcaption { display: block; }
  .scrapbook-figure figcaption span { display: block; }
  .fresh-entry { grid-template-columns: 82px minmax(0, 1fr); gap: 14px; }
  .section-heading h2 { font-size: 3rem; }
  .fresh-entry h3 { font-size: 1.25rem; }
  .fresh-entry > p:last-child { margin-top: -10px; font-size: 0.84rem; }
  .diary-heading { grid-template-columns: 1fr; gap: 25px; }
  .diary-heading h2 { font-size: 4rem; }
  .diary-heading > p { margin-left: 0; }
  .category-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-tabs button { padding: 0 10px; border-bottom: 1px solid var(--ink); text-align: left; }
  .category-tabs button:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .diary-entry article { grid-template-columns: 86px minmax(0, 1fr); gap: 14px; padding: 24px 5px; }
  .entry-date { margin-left: 13px; font-size: 0.64rem; }
  .entry-text h3 { font-size: 1.22rem; overflow-wrap: anywhere; }
  .entry-text p { font-size: 0.84rem; }
  .entry-number { display: none; }
  .scrap-footer { display: block; padding: 27px 20px 36px; }
  .scrap-footer p + p { margin-top: 18px; }
  .article-masthead { grid-template-columns: 1fr; gap: 7px; padding: 18px 20px 13px; }
  .story-shell { padding: 46px 20px 74px; }
  .story-header { margin-bottom: 35px; }
  .story-header h1 { font-size: 2.75rem; }
  .story-body { font-size: 1rem; }
  .story-body > p:first-child { font-size: 1.12rem; }
  .story-body h2 { font-size: 1.85rem; }
  .story-body h2::before { margin-left: 0; }
  .story-body blockquote { margin: 2.2em 0; padding: 22px 22px 20px 25px; font-size: 1.12rem; }
  .article-footer { padding: 26px 20px 35px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .entry-text h3 a { transition: none; }
}
