/* User-approved Journal V1.0: quiet UI, high-impact supplied photography. */
.theme-journal {
  --j-paper: #f5f2eb;
  --j-ink: #18251f;
  --j-berry: #a63450;
  --j-warm: #cbc4b9;
  --j-sage: #d5ddd0;
  --j-blue: #c9d7dc;
  --j-rose: #e4b5c2;
  --paper: var(--j-paper);
  --ink: var(--j-ink);
  --accent: var(--j-berry);
  --line: var(--j-warm);
  --mast-bg: var(--j-paper);
  --mast-ink: var(--j-ink);
  background: var(--j-paper);
  color: var(--j-ink);
}
.theme-journal main {overflow:hidden}
.theme-journal h1,.theme-journal h2,.theme-journal h3 {font-family:"Songti SC","STSong","SimSun",serif;font-weight:600;letter-spacing:-.045em}
.j-meta {font:600 10px/1.6 Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.j-outline-link {display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-width:155px;padding:12px 18px;border:1px solid currentColor;font-size:13px;line-height:1.4}
.j-outline-link:hover {background:rgba(255,255,255,.12)}

.j-cover {position:relative;min-height:calc(100svh - var(--header-height));color:#fff;display:grid;align-items:end;isolation:isolate;background:#263730}
.j-cover-image,.j-cover-shade {position:absolute;inset:0;width:100%;height:100%}
.j-cover-image {object-fit:cover;object-position:center 48%;z-index:-2}
.j-cover-shade {z-index:-1;background:linear-gradient(90deg,rgba(30,15,13,.48),rgba(41,20,16,.16) 46%,rgba(11,25,27,.10)),linear-gradient(0deg,rgba(10,15,12,.38),rgba(10,15,12,.04) 62%)}
.j-cover-copy {padding:clamp(44px,7vw,110px) var(--gutter);max-width:760px}
.j-cover-copy h1 {font-size:clamp(62px,7vw,108px);line-height:1;margin:17px 0 18px;color:#fff}
.j-issue {font:600 13px/1.6 Georgia,serif;letter-spacing:.16em;margin-bottom:30px}
.j-cover-title {font-family:"Songti SC","STSong","SimSun",serif;font-size:clamp(28px,3vw,48px);line-height:1.55;margin-bottom:13px}
.j-cover-deck {font-size:15px;line-height:2;margin-bottom:26px}

.j-editor-letter {display:grid;grid-template-columns:180px minmax(0,1fr) 190px;gap:40px;align-items:center;padding:34px var(--gutter);border-bottom:1px solid var(--j-warm)}
.j-editor-letter header {border-right:1px solid var(--j-warm)}
.j-editor-letter h2 {font-size:25px;margin:0}
.j-editor-letter p {margin:0;font-size:15px;max-width:790px}
.j-editor-letter>a {color:var(--j-berry);font-size:13px;border-bottom:1px solid;padding-bottom:6px;justify-self:end}

.j-stories {padding:52px var(--gutter) 74px}
.j-stories>header {display:flex;align-items:end;justify-content:space-between;margin-bottom:27px}
.j-stories>header h2 {font-size:38px;margin:4px 0 0}
.j-stories>header>a {font-size:12px;border-bottom:1px solid;padding-bottom:6px}
.j-story-grid,.j-archive-grid {display:grid;grid-template-columns:1.18fr 1fr 1fr;gap:18px}
.j-story-card {min-width:0}
.j-story-card>a {display:block}
.j-story-image {width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--j-sage);transition:transform .55s ease,filter .55s ease}
.j-story-card:first-child .j-story-image {aspect-ratio:1.26/1}
.j-story-copy {display:grid;grid-template-columns:42px minmax(0,1fr) 20px;gap:14px;padding-top:14px}
.j-story-number {font:600 22px/1 Georgia,serif;color:var(--j-berry)}
.j-story-copy h2 {font-size:clamp(20px,1.8vw,28px);line-height:1.45;margin:5px 0 7px}
.j-story-copy p:last-child {font-size:12px;line-height:1.75;color:#5b625e;margin:0}
.j-story-copy>span:last-child {align-self:end;transition:transform .25s}
.j-story-card a:hover .j-story-image {transform:scale(1.02);filter:saturate(1.04)}
.j-story-card a:hover h2 {color:var(--j-berry)}
.j-story-card a:hover .j-story-copy>span:last-child {transform:translateX(4px)}

.j-essay-tease {display:grid;grid-template-columns:180px minmax(0,1fr);gap:clamp(22px,3vw,44px);padding:clamp(32px,4vw,56px) var(--gutter);background:#ebe9e2;border-block:1px solid var(--j-warm)}
.j-essay-tease>header {padding:14px 0;background:transparent}
.j-essay-tease h2 {font-size:30px;margin:6px 0 14px}
.j-essay-tease header p:last-child {font-size:12.5px;color:#59635d}
.j-essay-strip {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.6vw,20px);align-items:start;padding:clamp(14px,2vw,26px);border:1px solid #bdb8ad;background:#f7f6f2;box-shadow:0 15px 36px #6c695b14;position:relative}
.j-diary-frame {margin:0;padding:7px 7px 10px;background:#fff;box-shadow:0 7px 18px #26271c1c}
.j-diary-frame:nth-child(2) {margin-top:0}
.j-essay-strip-image {width:100%;height:auto;aspect-ratio:4/3;min-height:0;object-fit:cover}
.j-diary-frame figcaption {padding:8px 3px 0;font:600 9px/1.4 Arial,sans-serif;letter-spacing:.15em;color:#697168}
.j-essay-strip>span {grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:8px 0 0;font-size:11px;letter-spacing:.08em;color:#4b554e}
.j-essay-strip>span b {font-size:18px;font-weight:400}

.j-more {padding:clamp(45px,7vw,100px) var(--gutter);background:#faf9f5;border-block:1px solid var(--j-warm)}
.j-more>header {display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:clamp(24px,4vw,48px)}
.j-more>header h2 {font-size:34px;margin:6px 0 0}
.j-more>header a {font-size:13px;color:var(--j-berry);text-decoration:none}
.j-more>header a span {display:inline-block;transition:transform .3s}
.j-more>header a:hover span {transform:translateX(4px)}
.j-more-grid {display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:clamp(16px,2.4vw,32px);align-items:stretch}
.j-more-feature {position:relative;display:block;overflow:hidden;border:1px solid #bdb8ad;background:#fff;box-shadow:0 15px 36px #6c695b14;text-decoration:none;color:inherit}
.j-more-feature img {width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .6s ease}
.j-more-feature:hover img {transform:scale(1.02)}
.j-more-copy {position:absolute;left:0;right:0;bottom:0;padding:44px 22px 20px;background:linear-gradient(0deg,rgba(24,37,31,.74),rgba(24,37,31,.08) 82%);color:#fff}
.j-more-copy .j-meta {color:#e8e4da}
.j-more-copy h3 {font-size:24px;margin:4px 0 8px;color:#fff}
.j-more-copy p:last-child {font-size:13px;line-height:1.7;color:#f3f1ea}
.j-more-list {display:flex;flex-direction:column;border:1px solid #bdb8ad;background:#fff;box-shadow:0 15px 36px #6c695b14}
.j-more-list>a {display:grid;grid-template-columns:34px 1fr 18px;gap:14px;align-items:center;padding:clamp(20px,3vw,32px) clamp(16px,2vw,28px);border-bottom:1px solid #e6e2d8;text-decoration:none;color:inherit;transition:background .3s}
.j-more-list>a:last-child {border-bottom:0}
.j-more-list>a:hover {background:#f4f1e9}
.j-more-list h3 {font-size:18px;margin:4px 0 6px}
.j-more-list p:last-child {font-size:12px;color:#59635d;line-height:1.65}
.j-more-list>a:hover h3 {color:var(--j-berry)}
.j-more-list>a>span:last-child {transition:transform .3s}
.j-more-list>a:hover>span:last-child {transform:translateX(4px)}
.j-more-index {font:600 11px/1 Arial,sans-serif;letter-spacing:.12em;color:#8b8579;align-self:start;margin-top:4px}

.j-open-call-tease {display:grid;place-items:center;padding:clamp(36px,4.4vw,56px) var(--gutter);background:var(--j-rose);color:#3d1f2a;text-align:center;border-block:1px solid #c991a3}
.j-open-call-tease>div {max-width:760px}
.j-open-call-tease h2 {font-size:clamp(23px,2.5vw,36px);margin:8px 0 12px;color:#3d1f2a}
.j-open-call-tease p:not(.j-meta) {font-size:14px;line-height:1.8;margin-bottom:20px;color:#633241}
.j-open-call-tease .j-meta {color:#8f3b58}
.j-open-call-tease .j-outline-link:hover {background:#3d1f2a;color:#fff8fa}

.j-progress {position:fixed;top:72px;left:0;width:0;height:3px;background:var(--j-berry);z-index:50}
.j-article-back {display:flex;align-items:center;gap:20px;margin-top:72px;padding:24px var(--gutter);font-size:12px;border-bottom:1px solid var(--j-warm)}
.j-article-back>a {margin-right:auto}
.j-article-back button {border:0;background:none;padding:8px;color:var(--j-ink)}
.j-article-back [data-share-status] {font-size:11px;color:#5d665f}
.j-article-hero {display:grid;grid-template-columns:36% 64%;min-height:570px}
.j-article-hero>div {padding:clamp(45px,6vw,90px) clamp(28px,4vw,70px) clamp(45px,6vw,90px) var(--gutter);align-self:center}
.j-article-hero h1 {font-size:clamp(44px,5.1vw,76px);line-height:1.24;margin:18px 0 24px}
.j-article-subtitle {font-size:17px;line-height:1.95;color:#4e5a53;margin-bottom:30px}
.j-article-hero-image {width:100%;height:100%;min-height:570px;object-fit:cover}
.j-article-prose {width:calc(100% - 48px);max-width:740px;margin:80px auto}
.j-article-prose .j-lead {font-family:"Songti SC","STSong","SimSun",serif;font-size:24px;line-height:1.85;color:var(--j-ink);margin-bottom:55px}
.j-article-prose section {margin:48px 0}
.j-article-prose h2 {font-size:28px;margin-bottom:16px}
.j-article-prose section p {font-size:17px;line-height:1.95;color:#34433b}
.j-article-prose blockquote {font-family:"Songti SC","STSong","SimSun",serif;font-size:clamp(32px,4vw,58px);line-height:1.55;margin:100px min(-10vw,-70px);padding:0;border:0;text-align:center;color:var(--j-berry)}
.j-article-wide {width:calc(100% - var(--gutter)*2);max-width:1360px;margin:80px auto}
.j-article-wide img {width:100%;max-height:780px;object-fit:cover}
.j-article-wide figcaption {font-size:11px;color:#5d665f;margin-top:12px}
.j-photo-essay {display:grid;grid-template-columns:repeat(12,1fr);gap:36px;width:calc(100% - var(--gutter)*2);max-width:1400px;margin:90px auto;align-items:start}
.j-photo-essay p {grid-column:2/7;font-family:"Songti SC","STSong","SimSun",serif;font-size:30px;line-height:1.8;margin:30px 0}
.j-photo-essay .j-photo-large {grid-column:1/10}.j-photo-essay .j-photo-tall {grid-column:7/13}.j-photo-essay .j-photo-wide {grid-column:1/13}
.j-photo-essay img {width:100%;height:100%;object-fit:cover}
.j-process {display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--j-warm);margin:90px var(--gutter)}
.j-process article {background:var(--j-paper);padding:34px}
.j-process span {font:700 10px/1 Arial,sans-serif;letter-spacing:.14em;color:var(--j-berry)}
.j-process h2 {font-size:23px;margin:55px 0 15px}
.j-process p {font-size:13px;color:#526058;margin:0}
.j-next {padding:80px var(--gutter);border-top:1px solid var(--j-warm)}
.j-next>a:first-of-type {display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-template-rows:auto 1fr;gap:8px 46px;align-items:end;margin-top:22px}
.j-next-image {grid-row:1/3;width:100%;aspect-ratio:16/9;object-fit:cover}
.j-next span {font-size:11px;color:#5d665f}
.j-next h2 {font-size:clamp(30px,3.4vw,50px);line-height:1.35;margin:0}
.j-back-issue {display:inline-block;margin-top:32px;font-size:13px;border-bottom:1px solid;padding-bottom:6px}

.j-lightbox-trigger {display:block;padding:0;border:0;background:var(--j-sage);overflow:hidden;text-align:left}
.j-lightbox-trigger img {transition:transform .5s ease}
.j-lightbox-trigger:hover img {transform:scale(1.02)}
.theme-journal img.is-error {min-height:180px;background:var(--j-sage);opacity:.2}
.j-image-retry {display:block;margin:10px auto;padding:10px 14px;border:1px solid var(--j-ink);background:var(--j-paper);font-size:12px}
.j-lightbox {width:100vw;max-width:none;height:100vh;max-height:none;margin:0;padding:50px 74px;background:#111411;color:#fff;border:0}
.j-lightbox::backdrop {background:#111411}
.j-lightbox[open] {display:grid;grid-template-columns:55px minmax(0,1fr) 55px;align-items:center}
.j-lightbox figure {margin:0;display:grid;place-items:center;min-width:0;height:calc(100vh - 100px)}
.j-lightbox figure img {max-width:100%;max-height:calc(100vh - 145px);object-fit:contain}
.j-lightbox figcaption {font-size:11px;margin-top:10px;color:#d2d5d2}
.j-lightbox button {border:0;background:none;color:#fff;font-size:25px;padding:12px}
.j-lightbox-close {position:absolute;right:20px;top:15px;font-size:24px!important}.j-lightbox-close span {font-size:9px;letter-spacing:.12em}

.j-visual>header {padding:80px var(--gutter);display:grid;grid-template-columns:1fr 1fr;align-items:end}
.j-visual>header .j-meta {grid-column:1/-1}
.j-visual>header h1 {font-size:clamp(56px,7vw,104px);margin:10px 0 0}
.j-visual>header>p:last-child {font-family:"Songti SC","STSong","SimSun",serif;font-size:28px;justify-self:end}
.j-visual-grid {display:grid;grid-template-columns:repeat(12,1fr);gap:28px;width:calc(100% - var(--gutter)*2);max-width:1450px;margin:auto;align-items:center}
.j-visual-grid .j-lightbox-trigger img {width:100%;height:100%;object-fit:cover}
.j-visual-wide {grid-column:1/9}.j-visual-tall {grid-column:5/13}.j-visual-small {grid-column:2/7}.j-visual-end {grid-column:1/13}
.j-visual-line {grid-column:8/12;font-family:"KaiTi","STKaiti",serif;font-size:24px;line-height:1.7;transform:rotate(-3deg)}
.j-visual-grid .j-visual-line:nth-of-type(2) {grid-column:1/5}.j-visual-grid .j-visual-line:nth-of-type(3) {grid-column:8/13}
.j-visual>footer {text-align:center;padding:100px 24px}.j-visual>footer p {font-family:"Songti SC","STSong","SimSun",serif;font-size:28px}.j-visual>footer a {font-size:13px;border-bottom:1px solid;padding-bottom:6px}

.j-archive-hero {padding:80px var(--gutter);display:grid;grid-template-columns:1.3fr .7fr;gap:60px;border-bottom:1px solid var(--j-warm)}
.j-archive-hero>.j-meta {grid-column:1/-1}
.j-archive-hero h1 {font-size:clamp(50px,6vw,92px);line-height:1.18;margin:10px 0}
.j-archive-hero>div {align-self:end;border-left:1px solid var(--j-warm);padding-left:35px}.j-archive-hero span,.j-archive-hero strong {display:block;font:600 12px/1.8 Arial,sans-serif;letter-spacing:.13em}.j-archive-hero p:last-child {margin-top:20px}
.j-archive {padding:45px var(--gutter) 90px}
.j-filter {display:flex;gap:30px;margin-bottom:45px;border-bottom:1px solid var(--j-warm)}
.j-filter button {border:0;border-bottom:2px solid transparent;background:none;padding:12px 0;color:#59625d;font-size:13px}
.j-filter button[aria-pressed=true] {color:var(--j-berry);border-color:var(--j-berry)}
.j-archive-grid {grid-template-columns:repeat(3,1fr);gap:60px 24px}
.j-empty {padding:80px;text-align:center}

.j-call-hero {min-height:calc(100svh - var(--header-height));position:relative;display:grid;align-items:center;color:#fff;isolation:isolate}
.j-call-hero::after {content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,25,17,.72),rgba(25,25,17,.22));z-index:-1}
.j-call-image {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.j-call-hero>div {padding:80px var(--gutter);max-width:760px}
.j-call-hero h1 {font-size:clamp(48px,6vw,88px);line-height:1.25;margin:16px 0 28px;color:#fff}.j-call-hero p:not(.j-meta) {font-size:18px;line-height:2.05}.j-call-hero small {display:block;max-width:480px;margin-top:24px;line-height:1.8}

.j-editor-page,.j-preview-page,.j-success-page {width:calc(100% - 48px);max-width:950px;margin:0 auto;padding:80px 0 110px}
.j-editor-page>header,.j-preview-page>header {margin-bottom:55px}
.j-editor-page h1,.j-preview-page h1,.j-success-page h1 {font-size:clamp(45px,5vw,72px);line-height:1.25;margin:14px 0 22px}
.j-editor-page>header>p:last-child {color:#536159;font-size:14px}
#journal-editor {display:grid;gap:10px}
#journal-editor>label {font-size:14px;margin-top:24px}#journal-editor>label span {float:right;color:#68736c;font-size:11px}
#journal-editor input,#journal-editor textarea,#journal-editor select {width:100%;border:0;border-bottom:1px solid #887f74;background:transparent;border-radius:0;padding:13px 3px;color:var(--j-ink)}
#journal-editor textarea {min-height:320px;line-height:1.9;resize:vertical}
#journal-editor input[type=file] {padding-block:18px}
#journal-editor>p {font-size:11px;color:#646c67}
#journal-editor fieldset {display:flex;gap:30px;border:0;padding:22px 0 0;margin:0}#journal-editor fieldset label {font-size:13px}#journal-editor fieldset input {width:auto}
.j-contact-fields {display:grid;grid-template-columns:1fr 2fr;gap:24px;margin-top:20px}.j-contact-fields label {font-size:12px}.j-contact-fields select {margin-top:8px}
.j-form-actions {display:flex;justify-content:space-between;gap:15px;margin-top:34px}.j-form-actions button {min-width:170px;padding:13px 20px;border:1px solid var(--j-ink);background:transparent}.j-form-actions button[type=submit] {background:var(--j-ink);color:#fff}
.j-photo-preview {display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.j-photo-preview figure {margin:0}.j-photo-preview img {width:100%;aspect-ratio:1;object-fit:cover}.j-photo-preview figcaption {font-size:9px;overflow-wrap:anywhere;margin-top:5px}
.j-form-status {min-height:21px;color:var(--j-berry)!important}
.j-preview-page {max-width:760px}.j-preview-page article {border-block:1px solid var(--j-warm);padding:50px 0}.j-preview-page article h2 {font-size:40px}.j-preview-page article div {white-space:pre-wrap;font-size:17px;line-height:2}.j-preview-page article ul {font-size:12px;color:#5c665f;padding-left:20px}
.j-preview-actions {display:flex;justify-content:space-between;margin-top:35px}.j-preview-actions a {border-bottom:1px solid;padding-bottom:6px}.j-handoff-note {font-size:11px;color:#616a64;margin-top:24px}.j-handoff-note a {text-decoration:underline}
.j-success-page {max-width:760px;text-align:center;padding-top:130px}.j-success-page>p:not(.j-meta,.j-receipt) {font-size:17px}.j-receipt {margin:42px 0}.j-receipt strong {display:block;font:600 18px/2 Arial,sans-serif;letter-spacing:.1em}.j-success-page>a {display:inline-block;margin:12px 18px;border-bottom:1px solid;padding-bottom:6px}

@media (max-width: 1023px) {
  .j-editor-letter {grid-template-columns:150px 1fr}.j-editor-letter>a {grid-column:2;justify-self:start}.j-story-grid,.j-archive-grid {grid-template-columns:1.15fr 1fr}.j-story-card:last-child {grid-column:1/-1}.j-story-card:last-child>a {display:grid;grid-template-columns:1fr 1fr;gap:20px}.j-essay-tease {grid-template-columns:170px 1fr}.j-article-hero {grid-template-columns:43% 57%}.j-process {grid-template-columns:1fr 1fr}.j-archive-hero {grid-template-columns:1fr}.j-more-grid {grid-template-columns:1fr}
}

@media (max-width: 768px) {
  .j-meta {font-size:9px}.j-cover {min-height:720px}.j-cover-image {object-position:60% center}.j-cover-shade {background:linear-gradient(0deg,rgba(26,14,12,.86),rgba(26,14,12,.18) 68%),linear-gradient(90deg,rgba(26,14,12,.56),rgba(26,14,12,.1))}.j-cover-copy {padding:45px 24px}.j-cover-copy h1 {font-size:58px}.j-issue {font-size:11px;margin-bottom:22px}.j-cover-title {font-size:30px}.j-cover-deck {font-size:13px}.j-editor-letter {grid-template-columns:1fr;gap:18px;padding:34px 24px}.j-editor-letter header {border:0}.j-editor-letter>a {grid-column:auto;justify-self:start}.j-stories {padding:42px 24px 55px}.j-stories>header h2 {font-size:30px}.j-story-grid,.j-archive-grid {grid-template-columns:1fr;gap:45px}.j-story-card:last-child {grid-column:auto}.j-story-card:last-child>a {display:block}.j-story-card:first-child .j-story-image,.j-story-image {aspect-ratio:4/3}.j-story-copy {grid-template-columns:34px 1fr 18px}.j-story-copy h2 {font-size:24px}.j-essay-tease {grid-template-columns:1fr;padding:55px 24px}.j-essay-tease>header {padding:0}.j-essay-strip {grid-template-columns:1fr;gap:24px;padding:18px}.j-diary-frame:nth-child(2) {margin-top:0}.j-essay-strip-image {aspect-ratio:16/9}.j-more {padding:42px 24px}.j-more>header h2 {font-size:30px}.j-more-copy h3 {font-size:21px}.j-more-copy p:last-child {font-size:12px}.j-more-list>a {grid-template-columns:30px 1fr 16px}.j-open-call-tease {padding:36px 24px}.j-open-call-tease h2 {font-size:25px}.j-progress {top:64px}.j-article-back {margin-top:64px}
  .j-article-back {padding:18px 24px}.j-article-hero {grid-template-columns:1fr}.j-article-hero>div {padding:48px 24px}.j-article-hero h1 {font-size:44px}.j-article-subtitle {font-size:15px}.j-article-hero-image {order:-1;min-height:0;aspect-ratio:4/3}.j-article-prose {margin:55px auto}.j-article-prose .j-lead {font-size:21px;margin-bottom:42px}.j-article-prose section {margin:38px 0}.j-article-prose h2 {font-size:25px}.j-article-prose section p {font-size:16px}.j-article-prose blockquote {font-size:34px;margin:65px 0}.j-article-wide {width:100%;margin:55px 0}.j-article-wide figcaption {padding-inline:24px}.j-photo-essay {display:block;width:100%;margin:55px 0}.j-photo-essay>* {margin:24px 0}.j-photo-essay p {padding:22px 24px;font-size:25px}.j-process {grid-template-columns:1fr;margin:55px 24px}.j-process h2 {margin-top:26px}.j-next {padding:55px 24px}.j-next>a:first-of-type {grid-template-columns:1fr}.j-next-image {grid-row:auto}.j-next h2 {font-size:30px}.j-lightbox {padding:50px 12px 20px}.j-lightbox[open] {grid-template-columns:44px minmax(0,1fr) 44px}.j-lightbox figure {height:calc(100vh - 70px)}
  .j-visual>header {grid-template-columns:1fr;padding:55px 24px}.j-visual>header h1 {font-size:58px}.j-visual>header>p:last-child {justify-self:start;font-size:22px}.j-visual-grid {display:block;width:100%}.j-visual-grid>* {margin:0 0 20px}.j-visual-line {padding:45px 28px;font-size:22px}.j-visual>footer {padding:65px 24px}.j-archive-hero {padding:55px 24px;gap:25px}.j-archive-hero h1 {font-size:48px}.j-archive-hero>div {padding-left:20px}.j-archive {padding:32px 24px 65px}.j-filter {gap:20px;overflow-x:auto}.j-filter button {white-space:nowrap}.j-empty {padding:50px 12px}
  .j-call-hero {min-height:720px;align-items:end}.j-call-hero::after {background:linear-gradient(0deg,rgba(25,25,17,.8),rgba(25,25,17,.12) 72%)}.j-call-image {object-position:58% center}.j-call-hero>div {padding:55px 24px}.j-call-hero h1 {font-size:45px}.j-call-hero p:not(.j-meta) {font-size:15px}.j-editor-page,.j-preview-page,.j-success-page {width:calc(100% - 48px);padding:55px 0 75px}.j-editor-page h1,.j-preview-page h1,.j-success-page h1 {font-size:42px}.j-contact-fields {grid-template-columns:1fr}.j-form-actions {flex-direction:column}.j-form-actions button {width:100%}.j-photo-preview {grid-template-columns:repeat(3,1fr)}.j-preview-page article h2 {font-size:31px}.j-preview-actions {gap:25px}.j-success-page {padding-top:85px}
}

@media (prefers-reduced-motion: reduce) {
  .theme-journal * {scroll-behavior:auto!important}.j-story-image,.j-lightbox-trigger img {transition:none}
}

/* ── 云南影像故事：本期故事卡片（图片按原图尺寸显示，不放大） ── */
.j-story-card.j-yunnan .j-story-image,
.j-story-card.j-yunnan:first-child .j-story-image {aspect-ratio:auto;width:100%;max-width:287px;height:auto;margin-inline:auto;object-fit:cover}
.j-story-card.j-yunnan a:hover .j-story-image {transform:none;filter:none}

/* ── 云南影像随笔详情页（整体缩小，图片按原图尺寸） ── */
.j-yunnan-essay {padding:clamp(36px,5vw,72px) var(--gutter);background:var(--j-paper)}
.j-yunnan-essay>header {display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:20px;margin-bottom:clamp(32px,4vw,56px)}
.j-yunnan-essay>header .j-meta {grid-column:1/-1}
.j-yunnan-essay>header h1 {font-size:clamp(36px,4.5vw,64px);margin:8px 0 0;line-height:1.15}
.j-yunnan-essay>header>p:last-child {font-family:"Songti SC","STSong","SimSun",serif;font-size:19px;line-height:1.8;justify-self:end;max-width:400px;margin:0}
.j-yunnan-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(34px,4vw,56px) clamp(24px,3vw,44px);max-width:1000px;margin:0 auto}
.j-yunnan-story {min-width:0}
.j-yunnan-story .j-lightbox-trigger {display:block;width:100%;max-width:287px;margin-inline:auto;aspect-ratio:auto;background:var(--j-sage)}
.j-yunnan-story .j-lightbox-trigger img {width:100%;height:auto;object-fit:cover}
.j-yunnan-copy {padding-top:16px;max-width:340px;margin-inline:auto}
.j-yunnan-num {font:600 11px/1 Arial,sans-serif;letter-spacing:.14em;color:var(--j-berry)}
.j-yunnan-copy h2 {font-size:clamp(19px,1.6vw,24px);margin:8px 0 10px;line-height:1.4}
.j-yunnan-copy>p:last-child {font-size:13px;line-height:1.9;color:#4a544d;margin:0}
.j-yunnan-note {margin:clamp(32px,5vw,64px) auto 0;max-width:680px;text-align:center;font-size:12px;line-height:1.9;color:#6b736e;border-top:1px solid var(--j-warm);padding-top:28px}
.j-yunnan-essay>footer {text-align:center;padding:60px 24px 0}
.j-yunnan-essay>footer a {font-size:13px;border-bottom:1px solid;padding-bottom:6px}

@media (max-width: 768px) {
  .j-yunnan-essay>header {grid-template-columns:1fr}
  .j-yunnan-essay>header>p:last-child {justify-self:start;font-size:18px}
  .j-yunnan-grid {grid-template-columns:1fr}
  .j-yunnan-story .j-lightbox-trigger {max-width:260px}
}

/* ════════════════════════════════════════════════════════════
   灵感杂志 · 本期故事 · 纸质艺术化（PRD3）
   米纸底色 / 纤细衬线 / 打破网格 / 细线箭头 / 竖排装饰
   界面色克制：暖白 × 黑深灰 × 一点莫兰迪红
   ════════════════════════════════════════════════════════════ */
.theme-journal{--j-paper:#f9f8f6;--j-warm:#f1ede4;--j-ink:#222222;--j-berry:#a96577;--j-muted:#8a847c}
.theme-journal body{background:var(--j-paper)}

/* 本期故事 · 分区 */
.j-stories>header h2{position:relative;padding-left:18px}
.j-stories>header h2::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:.5px;background:#c9c0b4}
.j-stories .j-meta{font-size:11px;letter-spacing:.2em;color:#999}

/* 网格：三列竖图摄影集，首篇不再跨列（竖图跨列反而空旷失衡） */
.j-story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(30px,3.2vw,48px) 26px;align-items:start}
.j-story-card{position:relative;display:flex;flex-direction:column;align-items:flex-start}

/* 图片：竖图按原比例窄幅居中，1px 白边 + 柔和悬浮影 */
.j-story-card .j-story-image{width:auto;height:auto;max-width:min(252px,100%);aspect-ratio:auto;margin-inline:auto;border:1px solid #ffffff;box-shadow:0 18px 36px rgba(0,0,0,.06);background:#ffffff}
.j-story-card a:hover .j-story-image{transform:scale(1.015);filter:saturate(1.04)}

/* 编号：回到文字区顶部，横向细体莫兰迪红 */
.j-story-number{position:static;display:inline-block;margin:0 0 9px;padding:0;background:none;backdrop-filter:none;border-radius:0;font:300 12px/1.6 Georgia,"Times New Roman",serif;letter-spacing:.3em;color:var(--j-berry)}
.j-story-card a:hover .j-story-number{color:#7c4a5c}

/* 文字区：不再压图，正常流左对齐 */
.j-story-copy{position:static;z-index:auto;margin:0;padding-top:14px;background:none;display:block;text-align:left;width:100%}
.j-story-copy .j-meta{font-size:9.5px;letter-spacing:.18em;color:#a39b90}
.j-story-copy h2{font-weight:400;font-size:clamp(17px,1.5vw,21px);line-height:1.5;letter-spacing:.01em;margin:7px 0 8px;max-width:260px}
.j-story-copy>div>p:last-child{font-size:12px;line-height:1.85;color:#8a847c;margin:0;max-width:260px}
.j-story-copy>span:last-child{display:none}

/* 去掉竖排 Vol 水印（与编号重复） */
.j-story-card::after{content:none}

/* 编辑的话 · 随纸色 */
.j-editor-letter{background:var(--j-paper);border-color:var(--j-warm)}

@media (max-width: 768px) {
  .j-story-grid{grid-template-columns:1fr}
  .j-story-card:first-child{grid-column:auto}
  .j-story-copy{margin-top:-22px;padding-top:34px}
}
