/* Journal-only typography and layouts; shared shop and home styles stay intact. */
.shj-page { background: #fbfaf8; }
.shj-page .rt3 { color: #282624; background: #fbfaf8; }
.shj-page:not(.shj-story-page), .shj-page .rt3.shj { background: var(--rt3-paper); }
.shj-page .rt3 h1, .shj-page .rt3 h2, .shj-page .rt3 h3 { letter-spacing: 0; }
.shj-page .rt3 a:focus-visible, .shj-page .rt3 button:focus-visible, .shj-page .rt3 input:focus-visible { outline: 2px solid #7d1f2b; outline-offset: 5px; }
.shj-page .rt3-shell { width: min(1280px, calc(100% - 64px)); padding-inline: 0; }
.shj-page .shj-intro { padding-block: 30px 34px; }
.shj-intro .rt3-crumb { margin: 0 0 26px; font-size: 12px; letter-spacing: 0; }
.shj .shj-kicker { font: 600 12px/1.5 Inter, sans-serif; color: #7d1f2b; letter-spacing: 0; margin: 0 0 12px; }
.shj .shj-intro h1 { font-size: 48px; line-height: 1.2; margin: 0 0 16px; }
.shj .shj-intro > p:last-child { font-size: 16px; line-height: 1.7; color: #625b54; max-width: 740px; margin: 0; }
.shj-feature { position: relative; min-height: 380px; display: flex; align-items: end; background: #242421; isolation: isolate; }
.shj-feature > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.shj-feature::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,15,13,.85), rgba(15,15,13,.45) 50%, rgba(15,15,13,.05)); }
.shj-feature-copy { padding-block: 36px; }
.shj .shj-feature h2 { font-size: 38px; line-height: 1.3; max-width: 660px; margin: 0 0 16px; color: #fff; }
.shj .shj-feature p { color: #f4eee7; max-width: 600px; font-size: 16px; line-height: 1.75; }
.shj .shj-feature .shj-kicker { font-size: 12px; }
.shj .shj-feature a { color: #fff; }
.shj .shj-read { display: inline-flex; gap: 16px; align-items: center; min-height: 44px; font-size: 14px; font-weight: 600; color: #7d1f2b; }
.shj .shj-read:hover { text-decoration: underline; text-underline-offset: 5px; }
.shj .shj-feature .shj-read { color: #fff; }
.shj-library { padding-block: 48px 64px; scroll-margin-top: 112px; }
.shj-library-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.shj .shj-library-head h2 { font-size: 32px; margin: 0; line-height: 1.3; }
.shj-library-head > p { font-size: 14px; color: #625b54; white-space: nowrap; }
.shj-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 28px; align-items: center; padding-block: 12px; border-block: 1px solid #dcd6cf; margin-bottom: 32px; }
.shj-topics { display: flex; flex-wrap: wrap; gap: 4px 22px; }
.shj-topics a { display: flex; align-items: center; min-height: 44px; font-size: 14px; border-bottom: 2px solid transparent; }
.shj-topics a[aria-current] { border-color: #7d1f2b; color: #7d1f2b; font-weight: 600; }
.shj-search { display: flex; width: 270px; max-width: 100%; margin: 0; border: 1px solid #b5aaa0; background: var(--rt3-paper-soft); }
.shj-search input { min-width: 0; width: 100%; height: 44px; margin: 0; border: 0; padding: 10px 12px; color: #282624; font: 400 16px Inter,sans-serif; box-shadow: none; background: transparent; }
.shj-search button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; margin: 0; border: 0; background: #7d1f2b; color: #fff; cursor: pointer; }
.shj-search svg { width: 20px; height: 20px; }
.shj-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.shj-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 28px; }
.shj-card { min-width: 0; display: flex; flex-direction: column; border-bottom: 1px solid #ddd6cf; padding-bottom: 20px; }
.shj-card-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #efe4d5; margin-bottom: 20px; }
.shj-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.shj-card-image:hover img { transform: scale(1.025); }
.shj .shj-card .shj-meta { color: #7d1f2b; font-size: 12px; line-height: 1.7; margin: 0 0 10px; }
.shj .shj-card h3 { font-size: 25px; line-height: 1.4; margin: 0 0 12px; overflow-wrap: anywhere; }
.shj .shj-card > p { color: #625b54; font-size: 15px; line-height: 1.8; margin: 0 0 16px; }
.shj-card .shj-read { margin-top: auto; align-self: start; }
.shj-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.shj-pagination a { display: grid; place-items: center; min-width: 44px; height: 44px; border: 1px solid #c9beb3; font-size: 14px; }
.shj-pagination a[aria-current] { background: #7d1f2b; color: #fff; border-color: #7d1f2b; }
.shj-result { font-size: 15px; margin: 0 0 24px; }
.shj-result a, .shj-empty a { text-decoration: underline; text-underline-offset: 4px; color: #7d1f2b; }
.shj-empty { padding-block: 40px; min-height: 240px; }
.shj .shj-empty h3 { font-size: 28px; }
.shj-explore { background: #f7f0e6; border-top: 1px solid var(--rt3-line); padding-block: 42px; }
.shj .shj-explore h2 { font-size: 32px; margin: 0 0 20px; }
.shj-explore .rt3-shell > div { display: flex; flex-wrap: wrap; gap: 8px 32px; }
.shj-explore a { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; color: #7d1f2b; }
.shj-story-page .rt3-article-head { padding-block: 32px; background: #fbfaf8; }
.shj-story-page .rt3-article-head .rt3-shell { max-width: 960px; text-align: center; }
.shj-story-page .rt3-article-head .rt3-crumb { justify-content: center; }
.shj-story-page .rt3-article-head .rt3-shop-lead { margin-inline: auto; }
.shj-story-page .rt3-article-head h1 { font-size: 44px; line-height: 1.3; max-width: 960px; margin: 20px auto; }
.shj-story-page .rt3-article-head .rt3-eyebrow { font-size: 13px; letter-spacing: 0; }
.shj-story-page .rt3-article-head .rt3-shop-lead { font-size: 18px; line-height: 1.8; max-width: 800px; }
.shj-story-page .rt3-article-cover { width: min(1120px, calc(100% - 64px)); margin: 0 auto 40px; overflow: visible; border-radius: 0; }
.shj-story-page .rt3-article-cover img { width: 100%; height: 500px; object-fit: cover; border-radius: 0; }
.shj-story-page .rt3-article-cover figcaption { padding-top: 12px; color: #6b6055; font-size: 12px; text-align: center; }
.shj-story-page .rt3-article-body { max-width: 740px; margin-inline: auto; font-size: 18px; line-height: 1.95; color: #39332e; }
.shj-story-page .rt3-article-body p { font-size: inherit; line-height: inherit; margin-block: 0 24px; }
.shj-story-page .rt3-article-body h2, .shj-story-page .rt3-article-body h3 { font-size: 28px; line-height: 1.4; margin-block: 36px 16px; }
.shj-story-page .rt3-article-body a { color: #7d1f2b; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.shj-story-page .rt3-article-foot { max-width: 740px; margin-inline: auto; gap: 24px; flex-wrap: wrap; }
.shj-story-page .rt3-article-foot a { font-size: 14px; letter-spacing: 0; min-height: 44px; }
.shj-story-page .rt3-post-grid h3 { font-size: 26px; line-height: 1.4; }
.shj-story-page .rt3-post-grid p { font-size: 16px; line-height: 1.8; }
.shj-story-page .rt3-post-grid small, .shj-story-page .rt3-post-grid a { font-size: 13px; letter-spacing: 0; }
.shj-story-page .rt3-post-grid article > div { border-radius: 4px; }
@media(max-width: 1000px) {
 .shj-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
 .shj-search { width: 100%; }
 .shj-feature { min-height: 350px; }
}
@media(max-width: 600px) {
 .shj-page .rt3-shell { width: calc(100% - 40px); }
 .shj-page .shj-intro { padding-block: 24px 28px; }
 .shj .shj-intro h1 { font-size: 36px; }
 .shj-intro .rt3-crumb { margin-bottom: 20px; }
 .shj-feature { min-height: 400px; }
 .shj-feature::before { background: linear-gradient(0deg,rgba(15,15,13,.9),rgba(15,15,13,.3)); }
 .shj .shj-feature h2 { font-size: 30px; }
 .shj-feature-copy { padding-block: 28px; }
 .shj .shj-feature p { font-size: 15px; }
 .shj-grid { grid-template-columns: 1fr; gap: 30px; }
 .shj-library { padding-block: 32px 44px; }
 .shj-library-head { align-items: start; }
 .shj .shj-library-head h2 { font-size: 28px; }
 .shj .shj-card h3 { font-size: 25px; }
 .shj-topics { gap: 4px 18px; }
 .shj-topics a { font-size: 13px; }
 .shj .shj-explore h2 { font-size: 28px; }
 .shj-story-page .rt3-article-head h1 { font-size: 32px; }
 .shj-story-page .rt3-article-head .rt3-shop-lead { font-size: 16px; }
 .shj-story-page .rt3-article-cover { width: calc(100% - 40px); }
 .shj-story-page .rt3-article-cover img { height: 270px; }
 .shj-story-page .rt3-article-body { font-size: 17px; }
 .shj-story-page .rt3-article-body h2, .shj-story-page .rt3-article-body h3 { font-size: 25px; }
}
@media(prefers-reduced-motion:reduce) { .shj-card-image img { transition: none; } }
