.j-masthead {
  background: var(--navy, #0b1830);
  color: #f6f0e6;
  padding: 70px max(6vw, 24px) 25px;
  text-align: center;
}
.j-rule {
  width: 50px;
  border-top: 1px solid var(--gold);
  margin: 0 auto 30px;
}
.j-eyebrow {
  font:
    11px/1.5 Arial,
    sans-serif;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  font-weight: 600;
}
.j-masthead .j-eyebrow {
  color: var(--gold);
}
.j-masthead h1 {
  font: clamp(36px, 5vw, 68px)/1.15 var(--serif);
  max-width: 900px;
  margin: 20px auto;
}
.j-masthead > p:last-of-type {
  font-size: 17px;
  opacity: 0.8;
}
.j-masthead-foot {
  border-top: 1px solid #ffffff26;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 20px;
  font: 10px/1.6 Arial;
  letter-spacing: 0.13em;
}
.j-masthead a {
  color: inherit;
}
.j-shell {
  max-width: 1360px;
  margin: auto;
  padding: 55px 40px;
}
.j-feature {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  background: #ece6db;
  margin-bottom: 80px;
}
.j-feature-image {
  min-height: 460px;
  display: block;
}
.j-feature-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.j-feature > div {
  padding: 45px;
  align-self: center;
}
.j-feature h2 {
  font: clamp(28px, 3vw, 43px)/1.17 var(--serif);
  margin: 20px 0;
}
.j-feature h2 a,
.j-card h2 a {
  text-decoration: none;
  color: inherit;
}
.j-feature > div > p:not(.j-eyebrow) {
  line-height: 1.75;
}
.j-category {
  font-size: 13px;
  color: #655d50;
}
.j-read {
  display: inline-flex;
  gap: 36px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #a58a57;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
}
.j-collection-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 28px;
}
.j-collection-head h2,
.j-related > h2 {
  font: 36px/1.2 var(--serif);
  margin: 10px 0;
}
.j-collection-head > p {
  font-size: 13px;
  color: #686058;
}
.j-filters {
  display: flex;
  align-items: end;
  gap: 14px;
  background: #eee9e0;
  padding: 22px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.j-filters label {
  display: grid;
  gap: 8px;
  font: 12px Arial;
}
.j-filters label:first-child {
  flex: 1;
  min-width: 220px;
}
.j-filters input,
.j-filters select {
  min-height: 44px;
  width: 100%;
  border: 1px solid #bcb4a8;
  background: #fffdf9;
  border-radius: 0;
  padding: 12px;
  color: #17243a;
  font: 14px Arial;
}
.j-filters > a {
  font-size: 12px;
  padding-bottom: 15px;
}
.j-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 28px;
}
.j-card-image {
  aspect-ratio: 3/2;
  position: relative;
  background: #e8e1d5;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.j-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.j-card-image:hover img {
  transform: scale(1.03);
}
.j-monogram {
  font: 54px Georgia;
  color: #9e875c;
}
.j-type {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #f7f1e9;
  padding: 7px 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font: 9px Arial;
}
.j-card-copy {
  padding: 20px 2px;
}
.j-card .j-eyebrow {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #665a47;
}
.j-card h2 {
  font: 27px/1.25 var(--serif);
  margin: 12px 0;
}
.j-card p:not(.j-eyebrow) {
  font-size: 14px;
  line-height: 1.75;
  color: #5b5954;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.j-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin: 45px 0 15px;
  font-size: 14px;
}
.j-pagination a {
  padding: 12px;
  border-bottom: 1px solid #9e875c;
}
.j-invitation {
  border: 1px solid #baa880;
  text-align: center;
  margin-top: 65px;
  padding: 45px 24px;
}
.j-invitation h2 {
  font: 34px/1.2 var(--serif);
}
.j-invitation p {
  line-height: 1.7;
}
.j-invitation > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.j-invitation a {
  font-size: 13px;
}
.j-empty {
  padding: 60px 20px;
  text-align: center;
  background: #f0ebe3;
}
.j-empty h2 {
  font: 32px Georgia;
}
.j-empty p {
  max-width: 550px;
  margin: 15px auto 25px;
  line-height: 1.7;
}
.j-article-head {
  padding: 35px 24px 42px;
  text-align: center;
  max-width: 1100px;
  margin: auto;
}
.j-article-head nav {
  font-size: 11px;
  margin-bottom: 42px;
  line-height: 1.9;
}
.j-article-head .j-eyebrow {
  color: #8a7144;
}
.j-article-head h1 {
  font: clamp(34px, 4.4vw, 60px)/1.15 var(--serif);
  margin: 18px auto 25px;
  max-width: 970px;
  overflow-wrap: anywhere;
}
.j-deck {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: #5a5750;
}
.j-byline {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 26px;
  font: 12px/1.6 Arial;
  color: #6b6255;
}
.j-hero-image {
  max-width: 1250px;
  margin: 0 auto 45px;
  padding: 0 30px;
}
.j-hero-image img {
  display: block;
  width: 100%;
  max-height: 680px;
  height: auto;
  object-fit: contain;
  background: #eae4da;
}
.j-hero-image figcaption {
  font: 12px/1.6 Arial;
  text-align: center;
  padding: 10px;
  color: #665e54;
}
.j-reading-layout {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 230px minmax(0, 740px);
  gap: 65px;
  justify-content: center;
}
.j-reading-side {
  min-width: 0;
}
.j-toc {
  border-top: 1px solid #b9aa8e;
  padding-top: 20px;
}
.j-toc summary {
  font: 12px Arial;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
}
.j-toc nav {
  display: grid;
  gap: 13px;
  margin-top: 22px;
  max-height: 55vh;
  overflow: auto;
  padding-right: 5px;
}
.j-toc a {
  font: 12px/1.5 Arial;
  color: #615c52;
  text-decoration: none;
}
.j-toc a:hover {
  color: var(--navy);
  text-decoration: underline;
}
.j-toc .j-subhead {
  padding-left: 12px;
  font-size: 11px;
}
.j-share {
  border-top: 1px solid #d7cebe;
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding-top: 20px;
}
.j-share button,
.j-share a {
  font: 12px Arial;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  color: #5b5142;
  cursor: pointer;
}
.j-share [role="status"] {
  font: 12px/1.5 Arial;
}
.j-prose {
  font:
    18px/1.9 Georgia,
    serif;
  color: #302f2c;
  overflow-wrap: break-word;
}
.j-prose p {
  margin: 0 0 1.25em;
}
.j-prose h2 {
  font: 32px/1.3 var(--serif);
  margin: 1.7em 0 0.65em;
  color: var(--navy);
  scroll-margin-top: 120px;
}
.j-prose h3 {
  font: 24px/1.35 var(--serif);
  margin: 1.4em 0 0.6em;
  scroll-margin-top: 120px;
}
.j-prose h4 {
  font-size: 20px;
}
.j-prose ul,
.j-prose ol {
  padding-left: 1.5em;
  margin: 1em 0 1.5em;
}
.j-prose li {
  margin-bottom: 0.6em;
}
.j-prose blockquote {
  font: 26px/1.6 Georgia;
  border-left: 2px solid var(--gold);
  padding: 10px 25px;
  margin: 35px 0;
  color: #73603e;
}
.j-prose img {
  max-width: 100%;
  height: auto;
}
.j-prose figure {
  margin: 25px 0;
}
.j-prose figcaption {
  font: 13px/1.6 Arial;
  color: #756a5b;
}
.j-prose table {
  border-collapse: collapse;
  width: 100%;
  font: 14px/1.6 Arial;
  display: block;
  overflow-x: auto;
  margin: 25px 0;
}
.j-prose th,
.j-prose td {
  border: 1px solid #cfc6b8;
  padding: 12px;
  min-width: 100px;
}
.j-prose th {
  background: #eee8de;
  text-align: left;
}
.j-prose iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}
.j-prose pre {
  white-space: pre-wrap;
  background: #ebe5db;
  padding: 20px;
  font: 14px/1.7 monospace;
}
.j-prose .journal-callout {
  padding: 25px;
  background: #ebe5db;
  border-left: 3px solid var(--gold);
  margin: 25px 0;
}
.j-prose a {
  text-underline-offset: 4px;
}
.j-prose hr {
  border: 0;
  border-top: 1px solid #cec3b0;
  margin: 35px 0;
}
.j-story-end {
  margin: 40px 0;
}
.j-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.j-tags a {
  font: 11px Arial;
  border: 1px solid #cabfae;
  padding: 9px 13px;
  text-decoration: none;
}
.j-author {
  display: flex;
  gap: 22px;
  border-top: 1px solid #c8baa3;
  border-bottom: 1px solid #c8baa3;
  padding: 30px 0;
  margin-top: 30px;
}
.j-author-seal {
  border: 1px solid #ad946b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  font: 21px Georgia;
}
.j-author h2 {
  font: 24px Georgia;
  margin: 10px 0;
}
.j-author p:last-child {
  font: 14px/1.7 Arial;
  color: #655e54;
}
.j-end-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
  font-size: 12px;
}
.j-related {
  border-top: 1px solid #c8baa3;
  margin-top: 30px;
}
.j-related > .j-grid {
  margin-top: 30px;
}
.j-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1000;
  pointer-events: none;
}
.j-progress span {
  display: block;
  height: 100%;
  background: var(--gold);
  width: 0;
}
.j-preview-notice {
  background: #fff0ca;
  text-align: center;
  padding: 18px;
  margin: 0;
  font: 14px/1.7 Arial;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (min-width: 901px) {
  .j-reading-side {
    position: sticky;
    top: 110px;
    align-self: start;
  }
}
@media (max-width: 1000px) {
  .j-reading-layout {
    gap: 35px;
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .j-feature > div {
    padding: 30px;
  }
  .j-grid {
    gap: 25px;
  }
  .j-card h2 {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .j-reading-layout {
    display: block;
    max-width: 780px;
  }
  .j-reading-side {
    margin-bottom: 30px;
  }
  .j-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
    margin: 20px 0;
  }
  .j-toc nav {
    max-height: 300px;
  }
  .j-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .j-feature {
    grid-template-columns: 1fr 1fr;
  }
  .j-feature-image {
    min-height: 340px;
  }
  .j-feature h2 {
    font-size: 29px;
  }
}
@media (max-width: 600px) {
  .j-masthead {
    padding: 42px 22px 20px;
  }
  .j-masthead-foot {
    display: block;
    margin-top: 30px;
  }
  .j-masthead-foot a {
    display: block;
    margin-top: 12px;
  }
  .j-shell {
    padding: 32px 20px;
  }
  .j-feature {
    display: block;
    margin-bottom: 40px;
  }
  .j-feature-image {
    min-height: 0;
    height: 280px;
  }
  .j-feature > div {
    padding: 27px;
  }
  .j-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .j-card h2 {
    font-size: 28px;
  }
  .j-card-copy {
    padding-bottom: 5px;
  }
  .j-collection-head h2 {
    font-size: 30px;
  }
  .j-filters {
    padding: 16px;
    gap: 12px;
  }
  .j-filters label {
    min-width: 0;
    flex: 1;
  }
  .j-filters label:first-child {
    flex-basis: 100%;
    min-width: 0;
  }
  .j-filters .btn {
    width: 100%;
  }
  .j-article-head {
    padding: 25px 20px 30px;
  }
  .j-article-head nav {
    margin-bottom: 30px;
  }
  .j-deck {
    font-size: 16px;
  }
  .j-byline {
    gap: 10px 16px;
    font-size: 11px;
  }
  .j-hero-image {
    padding: 0;
    margin-bottom: 30px;
  }
  .j-hero-image figcaption {
    padding: 10px 20px;
  }
  .j-reading-layout {
    padding: 0 22px;
  }
  .j-prose {
    font-size: 17px;
    line-height: 1.85;
  }
  .j-prose h2 {
    font-size: 28px;
  }
  .j-prose blockquote {
    font-size: 22px;
    padding-left: 18px;
  }
  .j-author {
    gap: 15px;
  }
  .j-author-seal {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
  .j-invitation h2 {
    font-size: 29px;
  }
  .j-pagination {
    gap: 20px;
  }
  .j-end-links {
    font-size: 11px;
  }
}
@media print {
  .header,
  .announcement,
  .j-reading-side,
  .j-related,
  .footer,
  .j-progress,
  .mobile-tabs,
  .priv-invitation,
  .j-preview-notice,
  .j-story-end,
  .pwa-ui {
    display: none !important;
  }
  .j-reading-layout {
    display: block;
  }
  .j-prose {
    font-size: 11pt;
    line-height: 1.6;
  }
  .j-article-head h1 {
    font-size: 30pt;
  }
  .j-hero-image img {
    max-height: 250px;
  }
  .j-prose h2,
  .j-prose h3 {
    break-after: avoid;
  }
  .j-prose p {
    orphans: 3;
    widows: 3;
  }
  body {
    background: white !important;
  }
}
