:root {
  --paper: #f5efe4;
  --paper-strong: #fffdfa;
  --paper-muted: #efe6d6;
  --ink: #1f1b18;
  --ink-soft: #645b4f;
  --accent: #8a4b27;
  --accent-dark: #4d3322;
  --accent-fresh: #2f5d54;
  --accent-gold: #c39a63;
  --line: rgba(31, 27, 24, 0.12);
  --line-strong: rgba(31, 27, 24, 0.22);
  --shadow: 0 18px 44px rgba(44, 34, 24, 0.08);
  --radius: 28px;
  --radius-sm: 20px;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.68;
  background:
    linear-gradient(90deg, rgba(31, 27, 24, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(31, 27, 24, 0.03) 1px, transparent 1px),
    radial-gradient(circle at top right, rgba(195, 154, 99, 0.18), transparent 22%),
    linear-gradient(180deg, #fbf7ef 0%, #f5efe4 52%, #fbf7ef 100%);
  background-size: 28px 28px, 28px 28px, auto, auto;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.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(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 239, 228, 0.95);
  backdrop-filter: blur(12px);
}

.header-shell {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-fresh));
  box-shadow: 0 0 0 6px rgba(138, 75, 39, 0.08);
}

.site-nav {
  margin-left: auto;
}

.menu-list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-link:hover,
.menu-link.is-active {
  background: var(--ink);
  color: #fff;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper-strong);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: 0.22s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

main {
  padding: 28px 0 88px;
}

.page-shell {
  padding-top: 26px;
}

.topic-section,
.news-section,
.writer-section,
.related-section {
  margin-top: 54px;
}

.paper-panel,
.brief-item,
.topic-ticket,
.news-card,
.ledger-entry,
.bulletin-card,
.story-panel,
.sidebar-panel,
.author-panel,
.writer-card,
.single-panel,
.archive-entry,
.related-card,
.direction-card,
.comment-panel,
.share-strip {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.96), rgba(248, 243, 236, 0.96));
  box-shadow: var(--shadow);
}

.paper-panel,
.news-card,
.ledger-entry,
.bulletin-card,
.story-panel,
.sidebar-panel,
.author-panel,
.writer-card,
.single-panel,
.archive-entry,
.related-card,
.direction-card,
.comment-panel,
.share-strip,
.brief-item,
.topic-ticket {
  border-radius: var(--radius);
}

.section-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-strong);
}

.section-bar-compact {
  margin-bottom: 18px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-small {
  margin-bottom: 8px;
}

.section-bar h1,
.section-bar h2,
.page-heading h1,
.page-heading h2,
.story-title,
.lead-title,
.author-copy h1 {
  margin: 0;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-bar h1 {
  font-size: clamp(1rem, 2vw, 2rem);
  max-width: 12ch;
}

.section-bar h2,
.page-heading h2 {
  font-size: clamp(1rem, 1.3vw, 1.8rem);
}

.page-heading {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-strong);
}

.page-heading h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.page-heading-noh1 {
  padding-bottom: 18px;
}

.section-text {
  max-width: 60ch;
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.section-stamp {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(47, 93, 84, 0.1);
  color: var(--accent-fresh);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.crumbs a:hover {
  color: var(--accent);
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  gap: 30px;
  align-items: start;
}

.content-column,
.sidebar-column {
  min-width: 0;
}

.sidebar-stack {
  position: sticky;
  top: 78px;
  display: grid;
  gap: 18px;
}

.sidebar-panel {
  position: relative;
  padding: 22px;
}

.sidebar-head {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line-strong);
}

.sidebar-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sidebar-head h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.editor-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.editor-media {
  display: block;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 16px;
}

.editor-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editor-copy {
  display: grid;
  gap: 6px;
}

.editor-copy strong {
  font-size: 1rem;
}

.editor-copy span:last-child {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.topic-stack,
.recent-stack {
  display: grid;
  gap: 12px;
}

.topic-chip {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.topic-chip strong {
  font-size: 0.96rem;
  line-height: 1.28;
}

.topic-chip span,
.recent-no,
.brief-no,
.bulletin-no,
.ledger-no,
.topic-ticket-no {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.recent-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line);
}

.recent-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.recent-copy {
  display: grid;
  gap: 6px;
}

.recent-copy time {
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recent-copy a {
  font-weight: 800;
  line-height: 1.4;
}

.desk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.desk-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(47, 93, 84, 0.14);
  background: rgba(47, 93, 84, 0.08);
  color: var(--accent-fresh);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

a.desk-tag:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

span.desk-tag {
  pointer-events: none;
}

.meta-strip,
.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.82fr);
  gap: 24px;
  align-items: start;
}

.lead-panel,
.brief-panel {
  padding: 28px;
}

.lead-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: center;
}

.lead-copy {
  display: grid;
  gap: 16px;
}

.lead-title {
  font-size: clamp(1rem, 2vw, 2rem);
}

.lead-brief {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.76;
}

.lead-media,
.news-media,
.ledger-thumb,
.bulletin-media,
.related-media,
.writer-media {
  display: block;
  overflow: hidden;
  background: var(--paper-muted);
}

.lead-media {
  border-radius: 24px;
  aspect-ratio: 4 / 3;
}

.lead-media img,
.news-media img,
.ledger-thumb img,
.bulletin-media img,
.related-media img,
.writer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.text-link::after {
  content: "/";
  color: var(--accent);
}

.brief-stack {
  display: grid;
  gap: 14px;
}

.brief-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.brief-copy {
  display: grid;
  gap: 10px;
}

.brief-copy h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.topic-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.topic-ticket {
  display: grid;
  gap: 12px;
  min-height: 150px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.96), rgba(241, 232, 219, 0.96));
}

.topic-ticket strong {
  font-size: 1.08rem;
  line-height: 1.32;
}

.topic-ticket em {
  margin-top: auto;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-card-wide {
  grid-column: span 2;
}

.news-media,
.related-media,
.writer-media {
  aspect-ratio: 4 / 3;
}

.news-body,
.related-body,
.writer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.news-body h3,
.related-body h3,
.writer-body h3,
.bulletin-body h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.news-body h3 {
  font-size: 1.24rem;
}

.news-body p,
.ledger-brief,
.bulletin-body p,
.writer-body p,
.author-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.74;
}

.news-body .meta-strip {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.ledger-list {
  display: grid;
  gap: 18px;
}

.ledger-entry {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 188px;
  gap: 22px;
  align-items: center;
  padding: 20px;
}

.ledger-entry::before {
  content: "";
  position: absolute;
  left: 56px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, rgba(138, 75, 39, 0.3), rgba(138, 75, 39, 0));
}

.ledger-time {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  gap: 6px;
}

.ledger-time time {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.ledger-time small {
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ledger-main {
  display: grid;
  gap: 12px;
}

.ledger-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.ledger-thumb {
  border-radius: 20px;
  aspect-ratio: 4 / 3;
}

.story-panel,
.author-panel,
.single-panel {
  padding: 30px;
}

.story-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-strong);
}

.story-title {
  margin: 14px 0 0;
  font-size: clamp(1rem, 2vw, 2rem);
}

.story-meta {
  margin-top: 20px;
}

.author-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
}

.author-inline img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}

.article-content {
  margin-top: 28px;
  font-size: 0.985rem;
  letter-spacing: 0.2px;
  color: #171717;
  line-height: 1.75;
  word-break: normal;
  overflow-wrap: normal;
}

.article-content p {
  margin: 0 0 1.15em;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin: 1.5em 0 0.62em;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.article-content h2 {
  font-size: 1.72rem;
}

.article-content h3 {
  font-size: 1.34rem;
}

.article-content h4 {
  font-size: 1.12rem;
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.15em;
  padding-left: 1.35em;
}

.article-content blockquote {
  margin: 1.5em 0;
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  background: rgba(138, 75, 39, 0.07);
}

.article-content a {
  color: var(--accent-fresh);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-content img {
  height: auto;
  margin: 28px auto;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.author-slab {
  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: 24px;
  background: rgba(255, 255, 255, 0.76);
}

.author-slab-media {
  display: block;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 20px;
}

.author-slab-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-slab-copy h2 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 900;
}

.author-slab-copy p:last-child {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.share-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 22px 24px;
}

.share-strip h2 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.2;
  font-weight: 900;
}

.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(--ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.direction-card {
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.direction-card span {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.direction-card strong {
  line-height: 1.35;
}

.comment-panel {
  margin-top: 28px;
  padding: 24px;
}

.comment-form-static {
  display: grid;
  gap: 14px;
}

.form-row {
  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, 0.86);
  color: var(--ink);
  outline: none;
}

.comment-form-static input:focus,
.comment-form-static textarea:focus {
  border-color: rgba(47, 93, 84, 0.42);
  box-shadow: 0 0 0 4px rgba(47, 93, 84, 0.1);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.related-card {
  overflow: hidden;
}

.related-body h3 {
  font-size: 1.06rem;
}

.author-banner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.author-photo img {
  width: 220px;
  height: 220px;
  border-radius: 28px;
  object-fit: cover;
}

.author-copy h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.author-content {
  margin-top: 28px;
}

.writer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.writer-card {
  overflow: hidden;
}

.writer-body h3 {
  font-size: 1.18rem;
}

.single-panel {
  min-height: 260px;
}

.archive-heading {
  margin-bottom: 22px;
}

.archive-list {
  display: grid;
  gap: 14px;
}

.archive-entry {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
}

.archive-entry time {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archive-entry h2 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 900;
}

.bulletin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.bulletin-card {
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.bulletin-card:nth-child(odd) {
  transform: rotate(-0.7deg);
}

.bulletin-card:nth-child(even) {
  transform: rotate(0.7deg);
}

.bulletin-card-accent {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(244, 232, 214, 0.96));
}

.bulletin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.bulletin-pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f2c271, var(--accent));
  box-shadow: 0 6px 16px rgba(138, 75, 39, 0.25);
}

.bulletin-media {
  border-radius: 20px;
  aspect-ratio: 4 / 3;
}

.bulletin-body {
  display: grid;
  gap: 12px;
  padding-top: 16px;
}

.bulletin-body h2 {
  font-size: 1.28rem;
}

.bulletin-body .meta-strip {
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}

.folio-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.folio-link {
  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, 0.82);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.folio-link.is-current,
.folio-link:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.folio-link.is-disabled,
.folio-link.is-gap {
  color: var(--ink-soft);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(245, 239, 228, 0.92);
}

.footer-shell {
  padding: 24px 0 34px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-link {
  color: var(--ink-soft);
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: 0.22s ease;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.lead-title a:hover,
.brief-copy h3 a:hover,
.news-body h3 a:hover,
.ledger-title a:hover,
.bulletin-body h2 a:hover,
.related-body h3 a:hover,
.writer-body h3 a:hover,
.archive-entry h2 a:hover,
.recent-copy a:hover,
.direction-card strong:hover,
.text-link:hover {
  color: var(--accent);
}

.lead-media:hover img,
.news-card:hover img,
.ledger-entry:hover img,
.bulletin-card:hover img,
.related-card:hover img,
.writer-card:hover img {
  transform: scale(1.04);
}

.topic-ticket:hover,
.topic-chip:hover,
.editor-card:hover,
.news-card:hover,
.brief-item:hover,
.ledger-entry:hover,
.bulletin-card:hover,
.writer-card:hover,
.related-card:hover,
.direction-card:hover,
.archive-entry:hover,
.footer-link:hover,
.share-btn:hover,
.submit-btn:hover {
  transform: translateY(-3px);
}

.topic-ticket:hover,
.topic-chip:hover,
.editor-card:hover,
.news-card:hover,
.brief-item:hover,
.ledger-entry:hover,
.bulletin-card:hover,
.writer-card:hover,
.related-card:hover,
.direction-card:hover,
.archive-entry:hover {
  border-color: rgba(138, 75, 39, 0.24);
}

@media (max-width: 1180px) {
  .topic-ribbon {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .news-card-wide {
    grid-column: span 1;
  }

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

  .page-grid,
  .desk-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-stack {
    position: static;
  }
}

@media (max-width: 960px) {
  .shell,
  .compact-shell {
    width: min(100%, calc(100% - 24px));
  }

  .lead-feature,
  .author-banner,
  .author-slab {
    grid-template-columns: 1fr;
  }

  .lead-media,
  .author-slab-media,
  .author-photo img {
    margin: 0 auto;
  }

  .writer-grid,
  .bulletin-grid,
  .direction-grid {
    grid-template-columns: 1fr;
  }

  .ledger-entry {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ledger-thumb {
    grid-column: 2;
  }

  .share-strip {
    grid-template-columns: 1fr;
  }

  .share-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .site-header {
    top: 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 0.22s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu-list {
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper-strong);
    box-shadow: var(--shadow);
  }

  main {
    padding: 22px 0 76px;
  }

  .page-shell {
    padding-top: 22px;
  }

  .section-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .section-bar h1,
  .page-heading h1,
  .story-title,
  .author-copy h1 {
    font-size: clamp(1.3rem, 6vw, 1.56rem);
  }

  .section-bar h2,
  .page-heading h2 {
    font-size: clamp(1.24rem, 5.4vw, 1.48rem);
  }

  .topic-ribbon,
  .news-grid,
  .related-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .paper-panel,
  .brief-panel,
  .story-panel,
  .author-panel,
  .single-panel,
  .sidebar-panel,
  .comment-panel {
    padding: 20px;
  }

  .lead-feature {
    gap: 18px;
  }

  .ledger-entry {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ledger-entry::before {
    display: none;
  }

  .ledger-time {
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .ledger-thumb {
    grid-column: auto;
  }

  .archive-entry {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .back-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }

  .comment-form-static input,
  .comment-form-static textarea {
    padding: 14px 15px;
  }
}


/* detail-mobile-tune-1765 */
.author-inline-prefix {
  color: inherit;
}

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

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

  .author-inline img {
    display: none;
  }
}
