.journal-page {
  background: var(--ink);
  line-height: 1.65;
}
.journal-wrap {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.journal-header {
  height: 96px;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.journal-header nav {
  display: flex;
  gap: 36px;
  font-size: 14px;
  color: var(--muted);
}
.journal-header a[aria-current],
.journal-header a:hover {
  color: var(--teal);
}
.journal-contact {
  font-size: 14px;
  border-bottom: 1px solid var(--teal);
  padding-bottom: 6px;
}
.journal-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 58px;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(ellipse at 90% 30%, #0e2626 0%, transparent 52%);
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2.5px;
  font-weight: 600;
  color: var(--teal);
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 32px;
}
.eyebrow > span {
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
}
.journal-hero h1 {
  font-size: clamp(44px, 5.5vw, 80px);
  line-height: 1.3;
  letter-spacing: -2px;
  font-weight: 600;
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}
.journal-hero h1 > span {
  color: var(--teal);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  z-index: 1;
}
.hero-bottom p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}
.issue-mark {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--muted);
}
.journal-orbit {
  position: absolute;
  width: 430px;
  height: 430px;
  right: 7%;
  top: 42px;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.journal-orbit i {
  position: absolute;
  inset: 15%;
  border: 1px solid #12c9c040;
  border-radius: 50%;
  transform: rotate(-25deg) scaleX(0.55);
}
.journal-orbit i:nth-child(2) {
  transform: rotate(40deg) scaleX(0.55);
}
.journal-orbit i:nth-child(3) {
  transform: rotate(105deg) scaleX(0.55);
}
.journal-orbit b {
  font-size: 122px;
  color: #12c9c024;
  font-weight: 500;
}
.journal-content {
  padding-block: 64px 90px;
  min-height: 370px;
}
.journal-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.journal-section-heading .eyebrow {
  margin-bottom: 8px;
}
.journal-section-heading h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 500;
}
.journal-section-heading > span {
  font-size: 13px;
  color: var(--muted);
}
.state-message {
  padding: 36px 0;
  border-block: 1px solid var(--line);
  color: var(--muted);
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 28px;
}
.post-art {
  aspect-ratio: 16/10;
  background: linear-gradient(125deg, #163a39, #0c1418);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 24px;
}
.post-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: transform 0.35s;
}
.post-art > span,
.post-art > b {
  position: relative;
  z-index: 1;
}
.post-art > span {
  font-size: 24px;
  font-weight: 600;
}
.post-art > b {
  font-size: 28px;
  color: var(--teal);
}
.post-card:hover img {
  transform: scale(1.035);
}
.post-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--teal);
  font-size: 11px;
  margin: 20px 0 12px;
}
.post-meta > span {
  color: var(--muted);
}
.post-card h3 {
  font-size: 23px;
  line-height: 1.5;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}
.post-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.read-link {
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #12c9c055;
  color: var(--teal);
}
.journal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  background: var(--teal);
  color: #031717;
  border: 1px solid var(--teal);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  min-height: 46px;
}
.journal-button.secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.journal-button:hover {
  filter: brightness(1.12);
}
#load-more {
  margin: 36px auto 0;
}
.journal-callout {
  padding: 48px 0 64px;
  border-top: 1px solid var(--line);
}
.journal-callout > p {
  color: var(--teal);
  font-size: 13px;
}
.journal-callout h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  margin: 12px 0 28px;
}
.journal-footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 30px;
  font-size: 12px;
  color: var(--muted);
}
.journal-footer > a:first-child {
  font-size: 18px;
  color: var(--text);
}
.journal-footer span {
  font-size: 11px;
}
.article-wrap {
  max-width: 820px;
  margin: 72px auto 100px;
  width: calc(100% - 48px);
}
.article-wrap h1 {
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.45;
  margin: 20px 0;
  overflow-wrap: anywhere;
}
.article-meta {
  font-size: 12px;
  color: var(--teal);
}
.article-excerpt {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.9;
}
.article-cover {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-block: 32px;
}
.prose {
  font-size: 17px;
  line-height: 2;
  color: #d9dedc;
  overflow-wrap: anywhere;
}
.prose p {
  margin: 0 0 26px;
}
.prose h2 {
  font-size: 28px;
  line-height: 1.6;
  margin: 44px 0 20px;
  color: var(--text);
}
.prose h3 {
  font-size: 22px;
  color: var(--text);
}
.prose blockquote {
  border-left: 2px solid var(--teal);
  margin: 30px 0;
  padding: 4px 24px;
  color: var(--muted);
}
.prose code {
  background: #18302f;
  padding: 2px 6px;
  border-radius: 3px;
}
.prose ul {
  padding-left: 24px;
}
.article-wrap > .journal-button {
  margin-top: 48px;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 5px;
}
@media (max-width: 900px) {
  .journal-orbit {
    right: -100px;
    opacity: 0.6;
  }
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .journal-header nav {
    gap: 20px;
  }
  .journal-contact {
    display: none;
  }
  .journal-wrap {
    width: calc(100% - 64px);
  }
  .journal-header {
    padding-inline: 32px;
  }
}
@media (max-width: 600px) {
  .journal-header {
    height: 78px;
    padding-inline: 22px;
    gap: 12px;
  }
  .journal-header nav a:not([aria-current]) {
    display: none;
  }
  .journal-header .brand {
    min-width: 0;
  }
  .journal-header nav {
    font-size: 12px;
  }
  .journal-wrap {
    width: calc(100% - 44px);
  }
  .journal-hero {
    padding: 58px 0 38px;
  }
  .journal-hero h1 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }
  .journal-orbit {
    width: 300px;
    height: 300px;
    right: -175px;
    top: 64px;
    opacity: 0.5;
  }
  .hero-bottom p {
    font-size: 14px;
  }
  .issue-mark {
    display: none;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .journal-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .journal-section-heading > span {
    font-size: 12px;
  }
  .journal-content {
    padding-block: 40px 60px;
  }
  .post-grid {
    grid-template-columns: 1fr;
  }
  .journal-footer {
    flex-wrap: wrap;
    gap: 15px;
  }
  .journal-callout {
    padding-block: 32px 44px;
  }
}
/* Shared reading and authoring typography. Image dimensions never crop content. */
.prose .article-image {
  margin-block: 32px;
  max-width: 100%;
}
.prose .article-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.prose .image-full {
  width: 100%;
}
.prose .image-wide {
  width: 75%;
}
.prose .image-small {
  width: 50%;
}
.prose .align-left {
  margin-left: 0;
  margin-right: auto;
}
.prose .align-center {
  margin-left: auto;
  margin-right: auto;
}
.prose .align-right {
  margin-left: auto;
  margin-right: 0;
}
.prose figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  padding-top: 12px;
}
.prose h2,
.prose h3 {
  scroll-margin-top: 32px;
}
.prose h3 {
  font-size: 23px;
  line-height: 1.6;
  margin: 32px 0 14px;
}
.prose ul,
.prose ol {
  padding-left: 1.6em;
}
.prose li {
  margin: 8px 0;
}
.prose li p {
  margin: 6px 0;
}
.prose blockquote {
  border-left: 2px solid var(--teal);
  margin: 30px 0;
  padding: 4px 24px;
  background: #0c191b;
}
.prose pre {
  background: #0c1619;
  border: 1px solid var(--line);
  padding: 22px;
  overflow-x: auto;
  font-size: 14px;
}
.prose hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 38px 0;
}
.article-toc {
  border-block: 1px solid var(--line);
  padding: 22px 0;
  margin: 30px 0 42px;
}
.article-toc summary {
  color: var(--teal);
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
}
.article-toc nav {
  display: grid;
  gap: 12px;
  padding-top: 20px;
}
.article-toc a {
  font-size: 14px;
  color: var(--muted);
}
.article-toc a:hover {
  color: var(--teal);
}
.article-toc .toc-h3 {
  padding-left: 20px;
}
/* Public editorial layout; authoring surfaces keep their existing typography. */
.journal-listing .journal-hero {
  padding: 64px 0 46px;
  background: none;
  border: 0;
}
.journal-listing .journal-hero h1 {
  font-size: clamp(38px, 4vw, 56px);
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.journal-listing .eyebrow { margin-bottom: 18px; }
.journal-listing .journal-content {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 42px;
  padding-top: 24px;
  align-items: start;
}
.category-sidebar { min-width: 0; position: sticky; top: 28px; }
.category-panel { border-top: 2px solid var(--text); padding-top: 14px; }
.category-panel summary {
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
  padding: 8px 10px 18px;
}
.category-panel nav { display: grid; gap: 4px; }
.category-panel nav a {
  border-left: 2px solid transparent;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.category-panel nav a:hover,
.category-panel nav a[aria-current] {
  color: var(--text);
  border-left-color: var(--teal);
  background: #12c9c00b;
}
#category-message { color: var(--muted); font-size: 12px; }
.journal-results { min-width: 0; }
.journal-listing .journal-section-heading { margin-bottom: 22px; }
.journal-listing .journal-section-heading h2 { font-size: 17px; font-weight: 500; }
.journal-listing .journal-section-heading > span { font-size: 12px; }
.journal-listing .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.journal-listing .post-card {
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}
.journal-listing .post-card > a { display: flex; flex-direction: column; height: 100%; }
.journal-listing .post-art {
  aspect-ratio: 3/2;
  flex-shrink: 0;
  border: 0;
  background: #0c2022;
  padding: 26px;
}
.journal-listing .post-art small {
  position: absolute;
  top: 26px;
  left: 26px;
  font: 10px ui-monospace, monospace;
  letter-spacing: 2px;
  color: var(--teal);
}
.journal-listing .post-art > span { max-width: 80%; font-size: clamp(23px, 2.3vw, 32px); }
.journal-listing .post-art.has-cover > :not(img) { display: none; }
.journal-listing .post-art img { opacity: 1; }
.journal-listing .post-copy { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.journal-listing .post-meta { margin: 0 0 12px; font-size: 12px; }
.journal-listing .post-card h3 { font-size: 22px; line-height: 1.6; font-weight: 600; }
.journal-listing .post-card p { font-size: 15px; line-height: 1.9; }
.post-date { color: var(--muted); font-size: 12px; margin-top: auto; padding-top: 8px; }
.reading-layout {
  width: min(1360px, calc(100% - 80px));
  display: grid;
  grid-template-columns: 190px minmax(0, 760px) 210px;
  gap: 40px;
  align-items: start;
  margin-block: 64px 100px;
}
.reading-layout .article-wrap { grid-column: 2; grid-row: 1; width: 100%; max-width: none; margin: 0; min-width: 0; }
.reading-layout .article-wrap h1 { font-size: clamp(30px, 3.3vw, 48px); line-height: 1.45; letter-spacing: -.6px; }
.reading-layout .article-wrap > .eyebrow { margin-bottom: 20px; }
.reading-layout .article-excerpt { font-size: 18px; }
.reading-layout .article-cover { height: auto; max-height: none; object-fit: contain; border-radius: 3px; }
.reading-layout .article-rail { grid-column: 3; grid-row: 1; position: sticky; top: 28px; min-width: 0; }
.reading-layout .article-toc { margin: 0; padding: 0 0 0 18px; border: 0; border-left: 1px solid var(--line); }
.reading-layout .article-toc nav { gap: 4px; max-height: calc(100dvh - 120px); overflow-y: auto; }
.reading-layout .article-toc a { display: block; padding: 8px 10px; border-left: 2px solid transparent; font-size: 12px; line-height: 1.7; }
.reading-layout .article-toc .toc-h3 { padding-left: 20px; }
.reading-layout .article-toc a[aria-current] { color: var(--teal); border-left-color: var(--teal); background: #12c9c00b; }
@media (max-width: 1100px) {
  .reading-layout { grid-template-columns: 170px minmax(0, 1fr); grid-template-rows: auto 1fr; gap: 28px; }
  .reading-layout .article-rail { grid-column: 1; grid-row: 2; position: static; }
  .reading-layout .article-wrap { grid-row: 1 / span 2; }
  .reading-layout .category-sidebar { position: static; }
}
@media (max-width: 760px) {
  .journal-listing .journal-content { grid-template-columns: 1fr; gap: 30px; }
  .category-sidebar { position: static; }
  .journal-listing .journal-section-heading > span { display: none; }
  .journal-listing .post-grid { grid-template-columns: 1fr; gap: 22px; }
  .journal-listing .journal-hero { padding-block: 44px 32px; }
  .journal-listing .post-copy { padding: 22px; }
  .journal-listing .post-card h3 { font-size: 21px; }
  .reading-layout { display: flex; flex-direction: column; width: calc(100% - 40px); gap: 26px; margin-block: 28px 64px; }
  .reading-layout > * { width: 100%; }
  .reading-layout .article-rail { position: static; }
  .reading-layout .article-rail:empty { display: none; }
  .reading-layout .article-toc { border: 0; border-block: 1px solid var(--line); padding: 18px 0; }
  .reading-layout .article-toc nav { max-height: 280px; }
  .reading-layout .article-wrap h1 { font-size: 30px; }
  .reading-layout .article-excerpt { font-size: 16px; }
  .journal-reading .journal-header > a:last-child { font-size: 12px; }
  .journal-reading .journal-header .brand-subtitle,
  .journal-reading .journal-header .brand-divider { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .journal-listing .post-art img { transition: none; }
}
