:root {
  --bg: #f7f1e7;
  --panel: #fffdf8;
  --line: rgba(54, 39, 28, 0.14);
  --line-strong: rgba(54, 39, 28, 0.24);
  --text: #36271c;
  --muted: #766658;
  --accent: #a45728;
  --accent-deep: #5c3e2b;
  --accent-soft: #efe3d2;
  --shadow: 0 20px 46px rgba(54, 39, 28, 0.08);
  --radius: 24px;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.68;
  background:
    linear-gradient(90deg, rgba(164, 87, 40, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(164, 87, 40, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #fcf8f1 0%, #f7f1e7 100%);
  background-size: 34px 34px, 34px 34px, auto;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; transition: .22s ease; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { border: 0; }

.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.compact-shell { width: min(1060px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 241, 231, 0.94);
  backdrop-filter: blur(10px);
}
.header-inner {
  min-height: 54px; display: flex; align-items: center; gap: 18px;
}
.site-brand {
  font-size: 1rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase;
}
.main-nav { margin-left: auto; }
.nav-list {
  display: flex; gap: 8px; list-style: none; margin: 0; padding: 0;
}
.nav-link {
  display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px;
  border-radius: 999px; color: var(--muted); font-size: .82rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
}
.nav-link:hover, .nav-link.is-active { background: var(--text); color: #fff; }
.nav-toggle {
  display: none; width: 40px; height: 40px; margin-left: auto; padding: 0;
  border: 1px solid var(--line); border-radius: 12px; background: var(--panel);
  flex-direction: column; justify-content: center; align-items: center; gap: 4px; cursor: pointer;
}
.nav-toggle span { width: 18px; height: 2px; border-radius: 999px; background: var(--text); transition: .22s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

main { padding: 30px 0 86px; }
.page-shell { padding-top: 26px; }
.front-grid, .shelf-board, .dispatch-section, .author-works, .related-block { margin-top: 52px; }
.front-grid { margin-top: 0; display: grid; grid-template-columns: minmax(0, 1.35fr) 340px; gap: 24px; }
.front-grid-home {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.lead-journal, .front-rail, .shelf-card, .dispatch-card, .column-entry, .story-sheet, .side-card, .profile-sheet, .single-sheet, .archive-row, .ticket-card, .related-card, .switch-card, .comment-sheet, .share-bar {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,245,239,.96));
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.lead-journal, .front-rail, .story-sheet, .profile-sheet, .single-sheet, .comment-sheet, .side-card { padding: 28px; }
.section-head, .page-title {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 18px;
  margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line-strong);
}
.section-head-tight { margin-bottom: 18px; }
.eyebrow {
  margin: 0 0 10px; color: var(--accent); font-size: .74rem; font-weight: 900;
  letter-spacing: .18em; text-transform: uppercase;
}
.section-head h1, .section-head h2, .page-title h1, .page-title h2, .story-head h1, .profile-top h1 {
  margin: 0; font-weight: 900; line-height: 1.08; letter-spacing: -.04em;
}
.section-head h1 { font-size: clamp(2rem, 4vw, 3.5rem); max-width: 12ch; }
.section-head h2, .page-title h2 { font-size: clamp(1.34rem, 2.2vw, 1.9rem); }
.page-title h1, .story-head h1 { font-size: clamp(2rem, 3vw, 3rem); }
.section-mark {
  display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px;
  background: var(--accent-soft); color: var(--accent-deep); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}

.crumbs {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: var(--muted);
  font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}

.lead-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: center; }
.lead-copy { display: grid; gap: 16px; }
.lead-copy h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 900; }
.lead-copy p, .dispatch-copy p, .entry-main p, .ticket-card p, .profile-top p:last-child { margin: 0; color: var(--muted); line-height: 1.76; }
.lead-visual, .dispatch-media, .entry-thumb, .ticket-media, .related-media { display: block; overflow: hidden; border-radius: 20px; background: #e9dfd2; }
.lead-visual { aspect-ratio: 4 / 3; }
.lead-visual img, .dispatch-media img, .entry-thumb img, .ticket-media img, .related-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }

.lead-journal-home {
  padding: 30px;
}

.section-head-front-home {
  margin-bottom: 24px;
}

.section-head-front-home h2 {
  max-width: 30ch;
}

.front-mosaic-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.front-mosaic-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 30px rgba(54, 39, 28, 0.08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.front-card-half {
  grid-column: span 6;
}

.front-card-quarter {
  grid-column: span 3;
}

.front-card-third {
  grid-column: span 4;
}

.front-mosaic-media {
  display: block;
  overflow: hidden;
  background: #e9dfd2;
}

.front-card-half .front-mosaic-media {
  aspect-ratio: 16 / 10;
}

.front-card-quarter .front-mosaic-media {
  aspect-ratio: 1 / 1.08;
}

.front-card-third .front-mosaic-media {
  aspect-ratio: 4 / 3;
}

.front-mosaic-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.front-mosaic-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 20px;
}

.front-mosaic-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.front-mosaic-top .mini-tags {
  flex: 1;
  min-width: 0;
}

.front-mosaic-index {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.front-mosaic-copy h3 {
  margin: 0;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.04em;
}

.front-card-half .front-mosaic-copy h3 {
  font-size: clamp(1.68rem, 2vw, 2.16rem);
}

.front-card-quarter .front-mosaic-copy h3 {
  font-size: 1.04rem;
}

.front-card-third .front-mosaic-copy h3 {
  font-size: 1.12rem;
}

.front-mosaic-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.front-card-half .front-mosaic-copy p {
  -webkit-line-clamp: 4;
}

.front-mosaic-copy .entry-meta {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.front-mosaic-card:hover {
  transform: translateY(-3px);
  border-color: rgba(164,87,40,.24);
  box-shadow: 0 18px 34px rgba(54, 39, 28, 0.12);
}

.front-mosaic-card:hover img {
  transform: scale(1.04);
}

.mini-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-tags a {
  display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px;
  border-radius: 999px; border: 1px solid rgba(164,87,40,.16); background: rgba(164,87,40,.08);
  color: var(--accent-deep); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.mini-tags a:hover { background: var(--text); color: #fff; border-color: var(--text); }
.entry-meta, .story-meta {
  display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--muted);
  font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}

.front-rail { display: flex; flex-direction: column; }
.front-rail-home {
  align-self: start;
}
.rail-list { display: grid; gap: 14px; }
.rail-item {
  display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: start;
  padding-bottom: 14px; border-bottom: 1px dashed var(--line);
}
.rail-item:last-child { padding-bottom: 0; border-bottom: 0; }
.rail-item span { color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.rail-item h3 { margin: 0 0 8px; font-size: 1.04rem; line-height: 1.25; font-weight: 900; letter-spacing: -.03em; }
.rail-item time, .news-note time { color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.shelf-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.shelf-card { display: grid; gap: 14px; min-height: 136px; padding: 20px; }
.shelf-card span { color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.shelf-card strong { font-size: 1.04rem; line-height: 1.34; }

.dispatch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dispatch-card { overflow: hidden; display: flex; flex-direction: column; }
.dispatch-card-wide { grid-column: span 2; }
.dispatch-media { aspect-ratio: 4 / 3; }
.dispatch-copy, .related-copy { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 18px; }
.dispatch-copy h3, .related-copy h3, .entry-main h2, .ticket-card h2, .archive-row h2 {
  margin: 0; font-weight: 900; line-height: 1.18; letter-spacing: -.04em;
}
.dispatch-copy h3 { font-size: 1.2rem; }

.dispatch-grid-home {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}

.dispatch-card-home {
  grid-column: span 4;
  min-height: 100%;
}

.dispatch-card-home .dispatch-copy-home {
  padding: 18px 18px 20px;
}

.dispatch-card-home .dispatch-copy-home .entry-meta {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}



.dispatch-card-support {
  grid-column: span 4;
}

.dispatch-card-support .dispatch-media-home {
  aspect-ratio: 4 / 3.15;
}

.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 30px; align-items: start; }
.main-column, .sidebar-column { min-width: 0; }

.column-list { display: grid; gap: 18px; }
.column-entry { display: grid; grid-template-columns: 132px minmax(0, 1fr) 190px; gap: 22px; align-items: center; padding: 20px; }
.entry-date { display: grid; gap: 8px; }
.entry-date span { color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.entry-date time { font-size: .96rem; line-height: 1.4; font-weight: 900; }
.entry-main { display: grid; gap: 12px; }
.entry-main h2 { font-size: 1.46rem; }
.entry-thumb { aspect-ratio: 4 / 3; }

.side-stack { position: sticky; top: 78px; display: grid; gap: 18px; }
.side-head { margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px dashed var(--line-strong); }
.side-head span { display: block; margin-bottom: 6px; color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.side-head h2 { margin: 0; font-size: 1rem; line-height: 1.2; font-weight: 900; }
.author-brief { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 14px; align-items: center; }
.author-brief img { width: 74px; height: 74px; border-radius: 18px; object-fit: cover; }
.author-brief strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.author-brief p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.6; }
.topic-list, .note-list { display: grid; gap: 12px; }
.topic-link {
  display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; align-items: center;
  padding: 12px 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.68);
}
.topic-link span { color: var(--accent); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.topic-link strong { font-size: .96rem; line-height: 1.3; }
.news-note { padding-bottom: 12px; border-bottom: 1px dashed var(--line); }
.news-note:last-child { padding-bottom: 0; border-bottom: 0; }
.news-note a { display: block; margin-top: 6px; font-weight: 800; line-height: 1.4; }

.story-sheet { padding: 30px; }
.story-head { padding-bottom: 18px; border-bottom: 1px solid var(--line-strong); }
.story-meta { margin-top: 20px; white-space: nowrap; overflow-x: auto; flex-wrap: nowrap; }
.author-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  text-decoration: none;
}
.author-pill-prefix {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.author-pill span:last-child {
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(164,87,40,.24);
}
.author-pill:hover span:last-child {
  color: var(--text);
  border-bottom-color: var(--text);
}
.article-content {
  margin-top: 28px; font-size: .985rem; letter-spacing: .2px; color: #171717; line-height: 1.75;
  word-break: normal; overflow-wrap: normal;
}
.article-content p { margin: 0 0 1.2em; }
.article-content h2, .article-content h3, .article-content h4 {
  margin: 1.55em 0 .65em; color: var(--text); font-weight: 900; line-height: 1.14; letter-spacing: -.03em;
}
.article-content h2 { font-size: 1.7rem; }
.article-content h3 { font-size: 1.32rem; }
.article-content h4 { font-size: 1.12rem; }
.article-content a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; }
.article-content ul, .article-content ol { margin: 0 0 1.2em; padding-left: 1.35em; }
.article-content blockquote { margin: 1.5em 0; padding: 18px 20px; border-left: 4px solid var(--accent); background: rgba(164,87,40,.08); }
.article-content img { height: auto; margin: 28px auto; border-radius: 20px; box-shadow: var(--shadow); }

.author-box {
  display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 18px; align-items: center;
  margin-top: 28px; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72);
}
.author-box-media { display: block; width: 110px; height: 110px; overflow: hidden; border-radius: 20px; }
.author-box-media img { width: 100%; height: 100%; object-fit: cover; }
.author-box h2 { margin: 0; font-size: 1.18rem; font-weight: 900; line-height: 1.2; }
.author-box p:last-child { margin: 10px 0 0; color: var(--muted); }

.share-bar {
  display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center;
  margin-top: 28px; padding: 22px 24px;
}
.share-bar h2 { margin: 0; font-size: 1.2rem; font-weight: 900; line-height: 1.2; }
.share-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.share-btn, .submit-btn {
  min-height: 44px; padding: 0 18px; border-radius: 999px; background: var(--text); color: #fff; font-weight: 800; cursor: pointer;
}
.story-switch { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.switch-card { display: grid; gap: 10px; padding: 20px 22px; }
.switch-card span { color: var(--accent); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.switch-card strong { line-height: 1.34; }
.comment-sheet { margin-top: 28px; }
.comment-form-static { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.comment-form-static input, .comment-form-static textarea {
  width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.84); color: var(--text); outline: none;
}
.comment-form-static input:focus, .comment-form-static textarea:focus { border-color: rgba(164,87,40,.4); box-shadow: 0 0 0 4px rgba(164,87,40,.08); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.related-card { overflow: hidden; }

.profile-sheet, .single-sheet { padding: 30px; }
.profile-top { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 24px; align-items: center; }
.profile-top img { width: 210px; height: 210px; border-radius: 26px; object-fit: cover; }

.ticket-wall { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.ticket-card { display: grid; gap: 14px; padding: 20px; }
.ticket-card-strong { background: linear-gradient(180deg, rgba(253,247,240,.96), rgba(243,231,216,.96)); }
.ticket-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ticket-top span { color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.ticket-top time { color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticket-card h2 { font-size: 1.28rem; }
.ticket-media { aspect-ratio: 4 / 3; }

.archive-list { display: grid; gap: 14px; }
.archive-row { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 18px; align-items: center; padding: 18px 20px; }
.archive-row time { color: var(--accent); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.archive-row h2 { font-size: 1.14rem; line-height: 1.32; }

.page-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.page-chip {
  display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 16px;
  border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.86); color: var(--text);
  font-size: .84rem; font-weight: 900; letter-spacing: .08em; line-height: 1;
}
.page-chip:hover, .page-chip.is-current { background: var(--text); color: #fff; border-color: var(--text); }
.page-chip.is-disabled, .page-chip.is-gap { color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: rgba(247,241,231,.92); }
.footer-inner { padding: 24px 0 34px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.footer-link { color: var(--muted); }
.back-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 30; width: 46px; height: 46px; border-radius: 16px;
  background: var(--text); color: #fff; font-weight: 900; box-shadow: 0 16px 28px rgba(54,39,28,.16);
  opacity: 0; pointer-events: none; cursor: pointer; transition: .22s ease;
}
.back-top.is-visible { opacity: 1; pointer-events: auto; }

.lead-copy h2 a:hover, .rail-item h3 a:hover, .dispatch-copy h3 a:hover, .entry-main h2 a:hover, .ticket-card h2 a:hover, .related-copy h3 a:hover, .archive-row h2 a:hover, .news-note a:hover, .footer-link:hover { color: var(--accent); }
.lead-visual:hover img, .dispatch-card:hover img, .column-entry:hover img, .ticket-card:hover img, .related-card:hover img { transform: scale(1.04); }
.shelf-card:hover, .dispatch-card:hover, .column-entry:hover, .ticket-card:hover, .switch-card:hover, .archive-row:hover, .topic-link:hover { transform: translateY(-3px); border-color: rgba(164,87,40,.24); }

@media (max-width: 1180px) {
  .front-grid, .page-grid { grid-template-columns: 1fr; }
  .side-stack { position: static; }
  .shelf-grid, .related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dispatch-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dispatch-card-wide { grid-column: span 1; }

  .front-grid-home {
    grid-template-columns: 1fr;
  }

  .front-mosaic-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .front-card-half {
    grid-column: span 6;
  }

  .front-card-quarter,
  .front-card-third {
    grid-column: span 3;
  }

  .dispatch-grid-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dispatch-card-home,
  .dispatch-card-support {
    grid-column: span 1;
  }


}

@media (max-width: 960px) {
  .lead-layout, .profile-top, .author-box { grid-template-columns: 1fr; }
  .lead-visual, .profile-top img, .author-box-media { margin: 0 auto; }
  .column-entry { grid-template-columns: 110px minmax(0,1fr); }
  .entry-thumb { grid-column: 2; }
  .ticket-wall, .story-switch { grid-template-columns: 1fr; }
  .share-bar { grid-template-columns: 1fr; }
  .share-actions { justify-content: flex-start; }

  .front-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-card-half {
    grid-column: span 2;
  }

  .front-card-quarter,
  .front-card-third {
    grid-column: span 1;
  }

}

@media (max-width: 767px) {
  .shell, .compact-shell { width: min(100%, calc(100% - 20px)); }
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; left: 10px; right: 10px; top: calc(100% + 8px); margin-left: 0;
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease;
  }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-list {
    flex-direction: column; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); box-shadow: var(--shadow);
  }
  main { padding: 22px 0 74px; }
  .section-head, .page-title { flex-direction: column; align-items: flex-start; gap: 12px; }
  .section-head h1, .page-title h1, .story-head h1, .profile-top h1 { font-size: clamp(1.34rem, 6vw, 1.56rem); }
  .section-head h2, .page-title h2 { font-size: clamp(1.24rem, 5.4vw, 1.46rem); }
  .shelf-grid, .dispatch-grid, .related-grid, .form-grid { grid-template-columns: 1fr; }
  .lead-journal, .front-rail, .story-sheet, .side-card, .profile-sheet, .single-sheet, .comment-sheet { padding: 20px; }
  .column-entry { grid-template-columns: 1fr; gap: 14px; }
  .entry-thumb { grid-column: auto; }
  .entry-date { grid-auto-flow: column; justify-content: flex-start; align-items: center; gap: 12px; }
  .story-meta { padding-bottom: 6px;flex-wrap: wrap; }
  .archive-row { grid-template-columns: 1fr; gap: 8px; }
  .back-top { right: 14px; bottom: 14px; width: 42px; height: 42px; }

  .lead-journal-home {
    padding: 20px;
  }

  .front-mosaic-grid {
    grid-template-columns: 1fr;
  }

  .front-card-half,
  .front-card-quarter,
  .front-card-third {
    grid-column: span 1;
  }

  .front-mosaic-copy {
    padding: 16px;
  }

  .dispatch-grid-home {
    grid-template-columns: 1fr;
  }


}


/* detail-mobile-tune-1783 */
.author-pill-prefix {
  color: var(--muted);
}

@media (max-width: 768px) {
  .detail-crumbs {
    display: none;
  }

  .story-meta {
    padding-bottom: 6px;
  }
}
