/* Shared navigation and accessibility. */
[hidden] {
  display: none !important;
}
.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;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  padding: 12px 20px;
  background: var(--accent);
  color: white;
  z-index: 200;
}
.skip-link:focus {
  top: 12px;
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
.mobile-nav {
  display: none;
}
.blog-header {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.journal-page footer {
  padding-top: 70px;
}
.journal-page .navlinks a.active {
  color: var(--accent);
}
.journal-page .mono {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.journal-page h1,
.journal-page h2,
.journal-page h3 {
  text-wrap: balance;
}
.journal-page .wrap {
  max-width: 1200px;
}
/* Journal opening. */
.journal-hero {
  padding: 156px 0 64px;
  background:
    radial-gradient(
      ellipse at 90% 0,
      rgba(255, 90, 46, 0.055),
      transparent 60%
    ),
    var(--bg);
}
.journal-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 54px;
}
.journal-heading .kicker {
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.journal-heading h1 {
  font-size: clamp(48px, 6.4vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.journal-heading h1 span {
  color: var(--ink-soft);
}
.journal-intro {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 7px;
  max-width: 345px;
}
.journal-intro span {
  display: block;
  color: var(--ink-soft);
  font-size: 13px;
  margin-top: 10px;
}
.preview-note {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px dashed #3b405f;
  border-radius: 6px;
  padding: 10px 14px;
  color: #bec0d4;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 18px;
}
.preview-dot {
  width: 6px;
  height: 6px;
  background: var(--amber);
  border-radius: 50%;
  flex-shrink: 0;
}
.featured-story {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 365px;
  border: 1px solid #323751;
  border-radius: 10px;
  overflow: hidden;
  background: #12152a;
}
.featured-copy {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-copy > .mono {
  font-size: 10px;
  color: #d5d5de;
}
.featured-copy > .mono span {
  color: var(--accent);
  margin: 0 10px;
}
.featured-copy h2 {
  font-size: clamp(28px, 3.1vw, 39px);
  line-height: 1.12;
  margin: 24px 0 15px;
  letter-spacing: -0.035em;
}
.featured-description {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 390px;
}
.story-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.story-meta > span + span::before {
  content: '·';
  margin-right: 12px;
}
.featured-copy .story-meta {
  margin-top: 20px;
}
.read-story {
  font-size: 13px;
  margin-top: 30px;
  color: var(--ink);
  display: flex;
  gap: 20px;
  align-items: center;
}
.read-story > span {
  font-size: 22px;
  color: var(--accent);
}
.featured-story:hover h2 {
  color: #ff956e;
}
.featured-story h2 {
  transition: color 0.2s;
}
.featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
}
.draft-tag {
  font-family: 'Inter', sans-serif !important;
  display: inline-block;
  font-size: 9px !important;
  color: #92611b !important;
  background: #ffc46b20;
  padding: 2px 6px;
  border: 1px solid #b185453d;
  border-radius: 3px;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  vertical-align: middle;
  margin-left: 10px;
}
.featured-copy .draft-tag {
  color: #edc583 !important;
  margin: 0;
}
.draft-tag::before {
  display: none;
}
/* Original editorial illustrations, generated in CSS. */
.journal-art {
  --art-bg: #f5643c;
  --art-ink: #6f2513;
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: var(--art-bg);
  isolation: isolate;
}
.art-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#5b210d17 1px, transparent 1px),
    linear-gradient(90deg, #5b210d17 1px, transparent 1px);
  background-size: 32px 32px;
}
.art-label,
.art-bottom {
  position: absolute;
  left: 25px;
  font:
    9px 'JetBrains Mono',
    monospace;
  letter-spacing: 0.13em;
  color: var(--art-ink);
  z-index: 3;
}
.art-label {
  top: 23px;
}
.art-bottom {
  bottom: 23px;
}
.art-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #70291344;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.art-orbit::after {
  content: '';
  position: absolute;
  inset: -28px;
  border: 1px solid #70291322;
  border-radius: 50%;
}
.art-sheet {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 218px;
  border-radius: 5px;
  box-shadow: 8px 18px 35px #51261926;
}
.sheet-back {
  background: #c33d20;
  transform: translate(-62%, -49%) rotate(-17deg);
  border: 1px solid #943117;
}
.sheet-front {
  transform: translate(-35%, -43%) rotate(11deg);
  background: #fff1d8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #ffdab3;
}
.sheet-mark {
  font:
    bold 44px 'Space Grotesk',
    sans-serif;
  color: #14152c;
  line-height: 1;
}
.sheet-line {
  height: 4px;
  width: 88%;
  background: #cabdac;
  margin-top: 28px;
}
.sheet-line.short {
  width: 62%;
  margin-top: 10px;
}
.sheet-check {
  margin-top: auto;
  font-size: 35px;
  line-height: 1;
  color: #b7371b;
  align-self: flex-end;
}
.art-mint {
  --art-bg: #a6c5b8;
  --art-ink: #2e5146;
}
.art-mint .sheet-back {
  background: #497666;
  border-color: #345548;
}
.art-mint .sheet-front {
  transform: translate(-40%, -48%) rotate(-8deg);
}
.art-sand {
  --art-bg: #dbc7a8;
  --art-ink: #645039;
}
.art-sand .sheet-back {
  background: #ac885d;
  border-color: #8a6842;
}
.art-sand .sheet-front {
  transform: translate(-38%, -45%) rotate(17deg);
}
/* Article archive on paper. */
.journal-library {
  background: var(--light);
  color: var(--light-ink);
  padding: 66px 0 0;
}
.library-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.library-title h2 {
  font-size: 32px;
  letter-spacing: -0.035em;
}
.rss-link {
  font-size: 11px;
  color: var(--light-soft);
  display: flex;
  gap: 12px;
}
.library-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #d6d5ca;
  padding-bottom: 20px;
  margin-bottom: 8px;
}
.category-filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.filter {
  font-size: 11px;
  background: transparent;
  border: 1px solid transparent;
  padding: 8px 13px;
  border-radius: 5px;
  color: var(--light-soft);
  cursor: pointer;
  white-space: nowrap;
}
.filter.active {
  background: var(--light-ink);
  color: var(--light);
}
.filter:hover:not(.active) {
  border-color: #bab9b0;
}
.filter span {
  opacity: 0.65;
  font-size: 9px;
  margin-left: 7px;
}
.article-search {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--light-soft);
}
.article-search > span:first-child {
  font-size: 23px;
  line-height: 1;
}
.article-search input {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  font:
    11px 'Inter',
    sans-serif;
  padding: 8px 0;
  width: 135px;
  color: var(--light-ink);
  border-radius: 0;
}
.article-search input::placeholder {
  color: var(--light-soft);
}
.story-row {
  display: grid;
  grid-template-columns: 200px 1fr 42px;
  align-items: center;
  gap: 32px;
  padding: 30px 0;
  border-bottom: 1px solid #deddd2;
}
.story-thumb {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  height: 143px;
}
.story-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-thumb .journal-art {
  min-height: 143px;
  height: 143px;
}
.story-thumb .art-label,
.story-thumb .art-bottom {
  display: none;
}
.story-thumb .art-sheet {
  width: 71px;
  height: 91px;
  padding: 9px;
}
.story-thumb .sheet-mark {
  font-size: 20px;
}
.story-thumb .sheet-line {
  height: 2px;
  margin-top: 9px;
}
.story-thumb .sheet-line.short {
  margin-top: 4px;
}
.story-thumb .sheet-check {
  font-size: 16px;
}
.story-thumb .art-orbit {
  width: 118px;
  height: 118px;
}
.story-thumb .art-orbit::after {
  inset: -13px;
}
.story-thumb .art-grid {
  background-size: 15px 15px;
}
.story-copy > .mono {
  color: #776750;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.story-copy h3 {
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 10px;
  max-width: 610px;
  letter-spacing: -0.025em;
}
.story-copy h3 a:hover {
  color: #ba3515;
}
.story-copy > p:not(.mono) {
  font-size: 13px;
  color: var(--light-soft);
  max-width: 580px;
  line-height: 1.65;
}
.story-copy .story-meta {
  margin-top: 13px;
  color: var(--light-soft);
}
.story-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d7d6cd;
  display: grid;
  place-items: center;
  font-size: 23px;
  transition: background 0.15s;
}
.story-arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}
.search-empty {
  padding: 60px 0;
  text-align: center;
  color: var(--light-soft);
}
.journal-cta {
  padding: 60px 0 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.journal-cta .mono {
  color: var(--light-soft);
  margin-bottom: 15px;
}
.journal-cta h2 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.journal-cta .btn {
  font-size: 12px;
  gap: 24px;
}
.library-empty {
  padding: 60px 0 85px;
}
.library-empty h3 {
  font-size: 32px;
  margin: 18px 0;
}
.library-empty p {
  margin-bottom: 22px;
}
.library-empty .mono {
  color: var(--light-soft);
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  color: #b93618;
  display: inline-block;
  margin-top: 20px;
}
/* Long-form reading. */
.article-hero {
  padding: 132px 0 105px;
}
.article-heading {
  max-width: 890px !important;
}
.back-link {
  display: inline-block;
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 40px;
}
.back-link:hover {
  color: var(--accent);
}
.article-heading > .kicker {
  display: flex;
  margin-bottom: 20px;
}
.article-heading h1 {
  font-size: clamp(38px, 5.3vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  max-width: 850px;
}
.article-deck {
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 24px 0 27px;
  max-width: 710px;
}
.byline {
  display: flex;
  align-items: center;
  gap: 13px;
}
.author-avatar {
  width: 39px;
  height: 39px;
  background: var(--accent);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font:
    bold 25px 'Space Grotesk',
    sans-serif;
  color: var(--bg);
  flex-shrink: 0;
}
.byline strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
}
.article-surface {
  background: var(--light);
  color: var(--light-ink);
  padding-bottom: 10px;
}
.article-cover {
  position: relative;
  top: -48px;
  margin: 0 auto -5px;
  max-width: 1000px;
  border-radius: 8px;
  overflow: hidden;
}
.article-cover > .journal-art {
  height: 310px;
  min-height: 310px;
}
.article-cover .art-sheet {
  left: 55%;
}
.article-cover .art-orbit {
  left: 55%;
  width: 400px;
  height: 400px;
}
.article-cover > .journal-art .art-label {
  top: 38px;
  left: 38px;
}
.article-cover > .journal-art .art-bottom {
  bottom: 38px;
  left: 38px;
}
.article-cover > img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}
.article-grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 680px);
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
.article-sidebar {
  padding-top: 15px;
  position: sticky;
  top: 100px;
  align-self: start;
}
.article-sidebar nav {
  position: static;
}
.article-sidebar .mono {
  color: #8a785f;
  margin-bottom: 15px;
}
.article-sidebar nav a {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: var(--light-soft);
  padding: 7px 0;
}
.article-sidebar nav a:hover {
  color: #b93618;
}
.sidebar-contact {
  display: block;
  border-top: 1px solid var(--light-line);
  padding-top: 20px;
  margin-top: 40px;
  font-size: 11px;
  color: var(--light-soft);
  max-width: 160px;
}
.sidebar-contact strong {
  display: block;
  color: var(--light-ink);
  margin-top: 9px;
  font-weight: 500;
}
.article-prose {
  font-size: 17px;
  line-height: 1.85;
  color: #424454;
  min-width: 0;
  overflow-wrap: anywhere;
}
.article-prose > p {
  margin: 0 0 24px;
}
.article-prose > p:first-child {
  font-size: 20px;
  color: var(--light-ink);
  line-height: 1.7;
}
.article-prose h2 {
  font-size: 29px;
  color: var(--light-ink);
  line-height: 1.2;
  margin: 42px 0 18px;
  scroll-margin-top: 110px;
}
.article-prose h3 {
  font-size: 23px;
  color: var(--light-ink);
  margin: 30px 0 14px;
  scroll-margin-top: 110px;
}
.article-prose ul,
.article-prose ol {
  padding-left: 24px;
  margin: 0 0 24px;
}
.article-prose li {
  padding-left: 4px;
  margin: 8px 0;
}
.article-prose li::marker {
  color: #bd3e20;
}
.article-prose strong {
  color: var(--light-ink);
  font-weight: 600;
}
.article-prose a {
  color: #b93618;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-prose blockquote {
  margin: 30px 0;
  padding: 20px 24px;
  border-left: 3px solid var(--accent);
  background: #eeece2;
  font-size: 20px;
  color: var(--light-ink);
}
.article-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}
.article-prose pre {
  overflow: auto;
  padding: 20px;
  border-radius: 6px;
  font-size: 13px;
  margin: 24px 0;
}
.article-prose :not(pre) > code {
  background: #e9e6da;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 0.85em;
}
.article-prose table {
  display: block;
  overflow: auto;
  border-collapse: collapse;
  margin: 24px 0;
  width: 100%;
  font-size: 14px;
}
.article-prose th,
.article-prose td {
  border: 1px solid #d4d1c5;
  padding: 10px 15px;
  text-align: left;
}
.article-prose hr {
  border: 0;
  border-top: 1px solid var(--light-line);
  margin: 32px 0;
}
.article-end {
  margin: 45px 0 10px;
  padding-top: 27px;
  border-top: 1px solid #d8d5c9;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
}
.article-end strong {
  font-size: 13px;
}
.article-end p {
  font-size: 12px;
  color: var(--light-soft);
}
.related-stories {
  padding: 70px 0;
  max-width: 1000px;
  margin: auto;
}
.related-stories > .mono {
  color: var(--light-soft);
  margin-bottom: 14px;
}
.related-stories h2 {
  font-size: 30px;
}
.related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 27px;
}
.related-grid > a {
  border-top: 1px solid #d6d3c7;
  padding-top: 22px;
}
.related-grid .mono {
  color: #8a785f;
}
.related-grid h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 14px 0 18px;
}
.related-grid > a:hover h3 {
  color: #b93618;
}
.related-grid span {
  font-size: 12px;
}
@media (min-width: 981px) {
  .navlinks a {
    padding: 8px 10px;
  }
  .navlinks {
    margin-left: 0;
  }
  .navrow {
    gap: 20px;
  }
}
@media (max-width: 980px) {
  .navrow {
    padding: 16px 24px;
    gap: 15px;
  }
  .navlinks {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav summary {
    list-style: none;
    font-size: 12px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    gap: 15px;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav nav {
    position: absolute;
    right: 24px;
    top: 72px;
    width: 220px;
    background: var(--bg-raise);
    border: 1px solid var(--border);
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 15px 35px #0005;
  }
  .mobile-nav nav a {
    display: block;
    padding: 11px 12px;
    font-size: 14px;
  }
  .mobile-nav nav a:hover {
    background: var(--bg-card);
  }
  .journal-heading {
    gap: 20px;
  }
  .journal-intro {
    font-size: 14px;
    max-width: 270px;
  }
  .featured-copy {
    padding: 28px;
  }
  .featured-copy h2 {
    font-size: 31px;
  }
  .featured-story {
    grid-template-columns: 1.15fr 1fr;
  }
  .library-tools {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-grid {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 30px;
  }
  .story-row {
    grid-template-columns: 170px 1fr 36px;
    gap: 22px;
  }
  .story-copy h3 {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .wrap {
    padding: 0 22px;
  }
  .navrow {
    padding: 14px 20px;
    gap: 9px;
  }
  .logo img {
    height: 27px;
  }
  .navrow > .btn {
    display: none;
  }
  .journal-hero {
    padding: 115px 0 36px;
  }
  .journal-heading {
    display: block;
    margin-bottom: 28px;
  }
  .journal-heading h1 {
    font-size: clamp(33px, 10.8vw, 51px);
  }
  .journal-heading .kicker {
    margin-bottom: 19px;
  }
  .journal-intro {
    font-size: 14px;
    margin-top: 25px;
    max-width: 100%;
  }
  .desktop-break {
    display: none;
  }
  .journal-intro span {
    font-size: 11px;
    margin-top: 5px;
  }
  .preview-note {
    font-size: 10px;
    align-items: flex-start;
    gap: 7px;
  }
  .preview-dot {
    margin-top: 4px;
  }
  .preview-detail {
    flex: 1;
  }
  .featured-story {
    grid-template-columns: 1fr;
  }
  .featured-copy {
    padding: 25px;
  }
  .featured-copy h2 {
    font-size: 32px;
    margin-top: 20px;
  }
  .featured-description {
    font-size: 13px;
  }
  .featured-copy .story-meta {
    margin-top: 15px;
  }
  .read-story {
    margin-top: 20px;
  }
  .featured-story > .journal-art {
    height: 235px;
    min-height: 235px;
    grid-row: 1;
  }
  .featured-image {
    height: 220px;
    min-height: 220px;
  }
  .featured-story .art-sheet {
    width: 125px;
    height: 160px;
    padding: 16px;
  }
  .featured-story .sheet-mark {
    font-size: 31px;
  }
  .featured-story .sheet-line {
    margin-top: 18px;
  }
  .featured-story .sheet-line.short {
    margin-top: 8px;
  }
  .featured-story .art-orbit {
    width: 230px;
    height: 230px;
  }
  .art-label,
  .art-bottom {
    font-size: 7px;
  }
  .journal-library {
    padding-top: 37px;
  }
  .library-title h2 {
    font-size: 27px;
  }
  .library-title {
    margin-bottom: 24px;
  }
  .category-filters {
    gap: 3px;
  }
  .filter {
    padding: 8px 9px;
    font-size: 10px;
  }
  .library-tools {
    gap: 12px;
  }
  .article-search {
    width: 100%;
  }
  .article-search input {
    width: 100%;
    font-size: 12px;
  }
  .story-row {
    grid-template-columns: 1fr 88px;
    gap: 16px;
    padding: 25px 0;
    align-items: start;
  }
  .story-thumb {
    grid-column: 2;
    grid-row: 1;
    height: 88px;
    margin-top: 25px;
  }
  .story-thumb .journal-art {
    min-height: 88px;
    height: 88px;
  }
  .story-thumb .art-sheet {
    width: 42px;
    height: 55px;
    padding: 5px;
  }
  .story-thumb .sheet-mark {
    font-size: 12px;
  }
  .story-thumb .sheet-line {
    margin-top: 6px;
    height: 1px;
  }
  .story-thumb .sheet-check {
    font-size: 10px;
  }
  .story-thumb .art-orbit {
    width: 73px;
    height: 73px;
  }
  .story-copy {
    grid-column: 1;
    grid-row: 1;
  }
  .story-copy h3 {
    font-size: 22px;
  }
  .story-copy > p:not(.mono) {
    font-size: 12px;
  }
  .story-copy .mono {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .story-arrow {
    display: none;
  }
  .story-meta {
    font-size: 10px;
    gap: 8px;
  }
  .story-meta > span + span::before {
    margin-right: 8px;
  }
  .story-copy .story-meta {
    gap: 5px;
  }
  .journal-cta {
    display: block;
    padding: 40px 0;
  }
  .journal-cta h2 {
    font-size: 28px;
  }
  .journal-cta .btn {
    margin-top: 25px;
  }
  .article-hero {
    padding: 105px 0 80px;
  }
  .back-link {
    margin-bottom: 28px;
  }
  .article-heading h1 {
    font-size: 40px;
  }
  .article-deck {
    font-size: 16px;
    margin: 20px 0 25px;
  }
  .article-cover {
    top: -35px;
  }
  .article-cover > .journal-art {
    height: 200px;
    min-height: 200px;
  }
  .article-cover .art-sheet {
    width: 110px;
    height: 140px;
    padding: 13px;
    left: 55%;
  }
  .article-cover .sheet-mark {
    font-size: 27px;
  }
  .article-cover .sheet-line {
    margin-top: 15px;
  }
  .article-cover .sheet-line.short {
    margin-top: 7px;
  }
  .article-cover .sheet-check {
    font-size: 24px;
  }
  .article-cover > .journal-art .art-label {
    left: 16px;
    top: 16px;
  }
  .article-cover > .journal-art .art-bottom {
    left: 16px;
    bottom: 16px;
    font-size: 6px;
  }
  .article-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .article-sidebar {
    position: static;
    align-self: stretch;
    padding: 0 0 20px;
    border-bottom: 1px solid #d8d5c9;
  }
  .article-sidebar nav {
    position: static;
  }
  .article-sidebar nav a {
    padding: 4px 0;
    font-size: 12px;
  }
  .sidebar-contact {
    display: none;
  }
  .article-prose {
    font-size: 16px;
    line-height: 1.8;
  }
  .article-prose > p:first-child {
    font-size: 18px;
  }
  .article-prose h2 {
    font-size: 26px;
  }
  .article-prose blockquote {
    font-size: 18px;
    padding: 16px 20px;
  }
  .related-stories {
    padding: 50px 0;
  }
  .related-stories h2 {
    font-size: 27px;
  }
  .related-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .related-grid h3 {
    font-size: 23px;
  }
  .journal-page footer {
    padding-top: 45px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .rv,
  .stagger > * {
    opacity: 1;
    transform: none;
  }
}
