/* Fault Line — single post (Brief / Digest / Signal / pages using post template) */

body.is-fl-post {
  background: var(--ink);
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

body.is-fl-post .gh-main {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
}

/* Root: matches homepage shell; sit on paper below nav */
.fl-root.fl-post {
  --paper2: #F3EFE6;
  --rule:   rgba(0,0,0,0.12);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 17px;
  color: var(--ink);
  background: var(--paper);
  overflow-x: clip;
  scroll-behavior: smooth;
}
@media (min-width: 769px) {
  .fl-root.fl-post { zoom: 1.15; }
}

.fl-root.fl-post *,
.fl-root.fl-post *::before,
.fl-root.fl-post *::after {
  box-sizing: border-box;
}

.fl-post .fl-nav-account {
  background: var(--paper);
  color: var(--ink);
}

/* Hide issue filmstrip in Fault Line layout */
.fl-post .gh-post-issue-strip-wrapper {
  display: none !important;
}

/* ── Article nav — flex layout (matched to locked article proof) ── */
nav.fl-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  gap: 20px;
  height: auto;
  border-bottom: 2px solid var(--yel);
  grid-template-columns: unset;
}

.fl-post-nav-back {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
}

.fl-post-nav-back:hover {
  color: var(--paper);
}

/* ── Override Ghost's .gh-canvas — article-col is the width container ── */
.fl-post .gh-canvas {
  max-width: none !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

/* ── Article hero (matched to locked proof) ── */
.fl-post .fl-post-hero {
  position: relative;
  height: 78vh;
  min-height: 560px;
  overflow: hidden;
  background: #1a1410;
}

.fl-post .fl-post-hero .hero-photo {
  position: absolute;
  inset: 0;
}

.fl-post .fl-post-hero .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  filter: grayscale(1);
}

.fl-post .fl-post-hero .hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(13,11,9,0.15) 0%,
      rgba(13,11,9,0.1) 40%,
      rgba(13,11,9,0.7) 75%,
      rgba(13,11,9,0.95) 100%);
  z-index: 3;
}

.fl-post .fl-post-hero .hero-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 4;
  padding: 0 56px 52px;
  max-width: 1280px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.fl-post .fl-post-hero .hero-section {
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.fl-post .fl-post-hero .hero-section::before {
  content: "";
  display: block;
  width: 32px;
  height: 1.5px;
  background: var(--red);
}

.fl-post .fl-post-hero .hero-hed {
  font-family: Anton, sans-serif;
  font-size: clamp(88px, 11vw, 152px);
  line-height: 1.0;
  text-transform: uppercase;
  color: var(--paper);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7), 0 0 30px rgba(0,0,0,0.4);
}

.fl-post .fl-post-hero .hero-deck {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(235,229,217,0.62);
  max-width: 760px;
  line-height: 1.45;
  text-shadow: 0 1px 8px rgba(0,0,0,0.7), 0 0 20px rgba(0,0,0,0.4);
}


.fl-post .hero-eyebrow a {
  color: inherit;
  text-decoration: none;
}

.fl-post .hero-eyebrow a:hover {
  color: var(--paper);
}

/* ── Page grid (from static article proof) ── */
.fl-post .page-wrap {
  background: var(--paper);
  position: relative;
}

.fl-post .article-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0 72px;
}

.fl-post .article-col {
  padding: 60px 0 80px;
  padding-left: 16px;
  border-right: 1px solid var(--rule);
  padding-right: 72px;
  min-width: 0;
}

.fl-post .sidebar {
  padding: 60px 0 80px;
  min-width: 0;
}

.fl-post .sidebar-sticky {
  position: sticky;
  top: 80px;
}

.fl-side-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}

.fl-side-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--mid);
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-transform: uppercase;
}

.fl-side-meta a {
  color: var(--red);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
}

.fl-side-meta a:hover {
  text-decoration: underline;
}

.fl-side-meta time {
  display: block;
  color: var(--ink);
}

.fl-side-actions {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fl-side-actions .nav-cta {
  text-align: center;
  display: block;
  text-decoration: none;
  background: var(--ink);
  color: var(--paper) !important;
}

.fl-feature-caption {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--mid);
  line-height: 1.55;
  margin: -28px 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rule);
}

.fl-feature-caption p {
  margin: 0;
}

/* ── Capture bars — ink band ── */
.fl-post .gh-signal-capture {
  margin-bottom: 28px;
}

.fl-post .gh-signal-capture-bar,
.fl-post .gh-signal-capture-form {
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--yel);
  border-radius: 0;
}

.fl-post .gh-signal-capture-label {
  color: var(--yel);
}

.fl-post .gh-signal-capture-desc {
  color: rgba(235, 229, 217, 0.55);
}

.fl-post .gh-signal-capture-btn {
  background: var(--yel);
  color: var(--ink);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
}

.fl-post .gh-signal-capture-fields input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--paper);
}

.fl-post .gh-signal-capture-fields button {
  background: var(--yel);
  color: var(--ink);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
}

/* ── Lexical / Koenig body ── */
.fl-post .gh-content {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 18px;
  line-height: 1.78;
  color: var(--ink);
  max-width: none;
}

/* Override Ghost dark-theme paragraph color — article body is paper, not dark */
.fl-post .gh-content p,
.fl-post .gh-content li,
.fl-post .gh-content td,
.fl-post .gh-content th,
.fl-post .gh-content figcaption {
  color: var(--ink);
}

.fl-post .gh-content strong,
.fl-post .gh-content b {
  color: var(--ink);
}

.fl-post .gh-content em,
.fl-post .gh-content i {
  color: var(--ink);
}

.fl-post .gh-content > p,
.fl-post .gh-content > ul,
.fl-post .gh-content > ol,
.fl-post .gh-content > blockquote {
  max-width: 68ch;
}

.fl-post .gh-content > *:first-child {
  margin-top: 0;
}

.fl-post .gh-content a {
  color: inherit;
  border-bottom: 1px solid var(--lt);
  text-decoration: none;
}

.fl-post .gh-content a:hover {
  border-bottom-color: var(--ink);
}

/* H2 = story headline (Anton, big, from mockup .story-hed) */
.fl-post .gh-content h2 {
  font-family: Anton, sans-serif;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.0;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-top: 2em;
  margin-bottom: 18px;
}

/* H3 = story headline (Anton, big — briefs use h3 for PI headlines) */
.fl-post .gh-content h3 {
  font-family: Anton, sans-serif;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.0;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-top: 0.5em;
  margin-bottom: 18px;
}

/* H4 = label heading (IBM Plex Mono) */
.fl-post .gh-content h4 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mid);
  margin-top: 1.6em;
  max-width: 68ch;
}

.fl-post .gh-content .kg-image-card,
.fl-post .gh-content .kg-gallery-card,
.fl-post .gh-content .kg-embed-card,
.fl-post .gh-content .kg-html-card,
.fl-post .gh-content .kg-callout-card,
.fl-post .gh-content .kg-bookmark-card {
  max-width: none;
}

.fl-post .gh-content img {
  border: none;
  outline: none;
}

.fl-post .gh-content table {
  width: 100%;
  border-collapse: collapse;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  line-height: 1.6;
  margin: 24px 0;
}

.fl-post .gh-content thead {
  background: var(--ink);
}

.fl-post .gh-content thead th {
  color: var(--yel);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 14px;
  text-align: left;
  border: none;
}

.fl-post .gh-content tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
  color: var(--ink);
}

.fl-post .gh-content tbody tr:last-child td {
  border-bottom: none;
}

/* Blockquote = pull quote (from mockup .pull-quote) */
.fl-post .gh-content blockquote {
  border-left: none;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  padding: 28px 36px;
  margin: 40px -36px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.02em;
  max-width: none;
}

.fl-post .gh-content blockquote p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  max-width: none;
  margin: 0;
}

/* HR = heavy rule (from mockup .rule-heavy) */
.fl-post .gh-content hr {
  border: none;
  border-top: 2px solid var(--ink);
  margin: 40px 0;
}

/* Drop cap on first paragraph after H2 */
.fl-post .gh-content h2 + p::first-letter {
  font-family: Anton, sans-serif;
  font-size: 4.2em;
  line-height: 0.78;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  color: var(--ink);
}

/* Koenig callout card = yellow callout box (from mockup .yel-box) */
.fl-post .gh-content .kg-callout-card {
  background: var(--yel) !important;
  border: none !important;
  padding: 22px 24px;
  margin: 32px 0;
  border-radius: 0;
}

.fl-post .gh-content .kg-callout-card .kg-callout-text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.3;
}

.fl-post .gh-content .kg-callout-card .kg-callout-emoji {
  display: none;
}

.fl-post .gh-content code {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.88em;
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
}

.fl-post .gh-content pre {
  background: var(--ink);
  color: var(--paper);
  border-left: 3px solid var(--yel);
  padding: 16px 18px;
  overflow-x: auto;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
}

/* ── BESPOKE EDITORIAL COMPONENTS (from locked article proof) ── */

/* Bottom Line assessment block */
.fl-post .bottom-line {
  background: var(--ink);
  color: var(--paper);
  padding: 28px 32px;
  margin-bottom: 44px;
  position: relative;
}

.fl-post .bl-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yel);
  margin-bottom: 12px;
  display: block;
}

.fl-post .bl-body {
  font-family: "Source Serif 4", serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(235,229,217,0.88);
  max-width: 68ch;
}

.fl-post .bl-body strong {
  color: var(--paper);
}

/* Section dividers (I. II. III. IV.) */
.fl-post .section-div {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 52px 0 24px;
}

.fl-post .section-div-num {
  font-family: Anton, sans-serif;
  font-size: 16px;
  color: var(--red);
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.fl-post .section-div-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid);
}

.fl-post .section-div::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
}

/* Story headlines (PI) */
.fl-post .story-hed {
  font-family: Anton, sans-serif;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.0;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

.fl-post .story-byline {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--mid);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Delta bridge (Changed from prior assessment) */
.fl-post .changed-assessment {
  background: rgba(192,20,20,0.06);
  border-top: 2px solid var(--red);
  border-bottom: 1px solid rgba(192,20,20,0.18);
  padding: 14px 18px;
  margin: 24px 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(0,0,0,0.65);
}

.fl-post .changed-assessment strong {
  color: var(--ink);
  background: var(--red);
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 9px;
  margin-bottom: 10px;
}

/* Body text */
.fl-post .body-text {
  font-family: "Source Serif 4", serif;
  font-size: 18px;
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 22px;
  max-width: 68ch;
}

.fl-post .body-text a {
  color: inherit;
  border-bottom: 1px solid var(--lt);
  text-decoration: none;
}

/* Drop cap */
.fl-post .body-text.drop-cap::first-letter {
  font-family: Anton, sans-serif;
  font-size: 4.2em;
  line-height: 0.78;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  color: var(--ink);
}

/* Scroll reveal */
.fl-post .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fl-post .reveal.in {
  opacity: 1;
  transform: none;
}

/* Pull quote */
.fl-post .pull-quote {
  margin: 40px -36px;
  padding: 28px 36px;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.fl-post .pull-quote-text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.02em;
}

/* Document exhibit */
.fl-post .exhibit {
  border: 1.5px solid var(--ink);
  margin: 28px 0;
}

.fl-post .exhibit-header {
  background: var(--ink);
  color: var(--paper);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.fl-post .exhibit-header .doc-tag {
  color: var(--yel);
}

.fl-post .exhibit-body {
  background: #F7F2E8;
  padding: 20px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0,0,0,0.78);
}

.fl-post .exhibit-body mark {
  background: var(--yel);
  color: var(--ink);
}

.fl-post .exhibit-footer {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  color: rgba(0,0,0,0.35);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  display: flex;
  justify-content: space-between;
}

/* Stat row (4-cell dashboard) */
.fl-post .stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ink);
  margin: 28px 0;
}

.fl-post .stat-cell {
  background: var(--paper2);
  padding: 22px 20px 18px;
}

.fl-post .stat-n {
  font-family: Anton, sans-serif;
  font-size: 46px;
  color: var(--ink);
  line-height: 1;
  display: block;
  letter-spacing: 0.01em;
}

.fl-post .stat-n.red { color: var(--red); }
.fl-post .stat-n.yel { color: var(--yel); background: var(--ink); display: inline-block; padding: 0 6px; }

.fl-post .stat-l {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--mid);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  line-height: 1.4;
  margin-top: 6px;
}

/* Yellow callout box */
.fl-post .yel-box {
  background: var(--yel);
  padding: 22px 24px;
  margin: 32px 0;
}

.fl-post .yel-box-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.45);
  margin-bottom: 6px;
}

.fl-post .yel-box-body {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.3;
}

/* Regional section headers */
.fl-post .reg-header {
  border-top: 3px solid var(--red);
  padding-top: 12px;
  margin: 36px 0 16px;
}

.fl-post .reg-hed {
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 1.0;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.fl-post .reg-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 8.5px;
  color: var(--mid);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* WCIW (What Changes If Wrong) box */
.fl-post .wciw {
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.1);
  padding: 16px 18px;
  margin: 24px 0;
}

.fl-post .wciw-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 8px;
}

.fl-post .wciw-body {
  font-family: "Source Serif 4", serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.65;
  color: rgba(0,0,0,0.65);
}

/* Horizontal rules */
.fl-post .rule { border: none; border-top: 1px solid var(--rule); margin: 32px 0; }
.fl-post .rule-heavy { border: none; border-top: 2px solid var(--ink); margin: 40px 0; }

/* Paywall gradient */
.fl-post .paywall-gradient {
  position: relative;
  margin-top: -160px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--paper) 70%);
  pointer-events: none;
}

/* Paywall block */
.fl-post .paywall-block {
  background: var(--paper);
  border-top: 3px solid var(--ink);
  padding: 52px 0 80px;
}

.fl-post .paywall-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 0 32px;
}

.fl-post .paywall-brand {
  font-family: Anton, sans-serif;
  font-size: 52px;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.fl-post .paywall-brand span { color: var(--red); }

.fl-post .paywall-hed {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin: 10px 0 8px;
  line-height: 1.2;
}

.fl-post .paywall-sub {
  font-family: "Source Serif 4", serif;
  font-size: 14px;
  color: var(--mid);
  line-height: 1.6;
  margin-bottom: 28px;
}

.fl-post .plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
  text-align: left;
}

.fl-post .plan {
  border: 1.5px solid var(--ink);
  padding: 16px;
}

.fl-post .plan.featured {
  background: var(--ink);
  color: var(--paper);
}

.fl-post .plan-price {
  font-family: Anton, sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.fl-post .plan.featured .plan-price { color: var(--yel); }

.fl-post .plan-period {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 10px;
}

.fl-post .plan.featured .plan-period { color: rgba(255,255,255,0.4); }

.fl-post .plan-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.fl-post .plan-feat {
  font-family: "IBM Plex Mono", monospace;
  font-size: 8.5px;
  line-height: 1.8;
  color: var(--mid);
}

.fl-post .plan.featured .plan-feat { color: rgba(255,255,255,0.45); }

.fl-post .btn-subscribe {
  display: block;
  width: 100%;
  background: var(--ink);
  color: var(--paper) !important;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 14px;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-bottom: 12px;
}

.fl-post .btn-subscribe.yel {
  background: var(--yel);
  color: #000000 !important;
}

.fl-post .paywall-note {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  color: var(--lt);
  letter-spacing: 0.06em;
}

/* Sidebar TOC */
.fl-post .sw-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rule);
}

.fl-post .sw-item {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(0,0,0,0.6);
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.fl-post .sw-item strong { color: var(--ink); }

.fl-post .sw-toc a {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  line-height: 1.4;
}

.fl-post .sw-toc a:hover { color: var(--ink); }
.fl-post .sw-toc a strong { color: var(--red); font-weight: 700; font-size: 12px; }

/* Analytical Register */
.fl-post .fl-sidebar-register {
  border-top: 1px solid var(--rule);
  padding-top: 16px;
  margin-top: 8px;
}

.fl-post .fl-sidebar-register .sw-label {
  color: var(--lt);
  font-size: 9px;
}

.fl-post .fl-register-body {
  font-family: "IBM Plex Mono", monospace;
  font-size: 8.5px;
  color: var(--lt);
  line-height: 2;
  letter-spacing: 0.02em;
}

.fl-post .fl-register-body strong {
  color: var(--mid);
  font-weight: 600;
}

/* Sidebar widget spacing */
.fl-post .sidebar-widget {
  margin-bottom: 28px;
}

/* JS-injected section divider (replaces marker images) */
.fl-post .fl-section-div {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 52px 0 24px;
}

.fl-post .fl-section-div-num {
  font-family: Anton, sans-serif;
  font-size: 16px;
  color: var(--red);
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.fl-post .fl-section-div-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid);
}

.fl-post .fl-section-div::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
}

/* Grain overlay */
.fl-post .grain-ov {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background: url(../images/grain-real.png) repeat;
  background-size: 340px auto;
  mix-blend-mode: overlay;
  opacity: 0.55;
}

/* ── Share row ── */
.fl-post .gh-article-share {
  max-width: 68ch;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}

.fl-post .gh-share-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid);
}

.fl-post .gh-share-btn {
  color: var(--ink);
  border: 1px solid var(--rule);
  background: var(--paper2);
}

.fl-post .gh-share-btn:hover {
  border-color: var(--ink);
  background: var(--paper);
}

/* ── Read next ── */
.fl-post .gh-readnext {
  max-width: 68ch;
  margin-top: 28px;
  padding: 20px 0 0;
  border-top: 1px solid var(--rule);
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.fl-post .gh-readnext a {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--rule);
  padding: 12px 14px;
  background: var(--paper2);
  flex: 1 1 200px;
}

.fl-post .gh-readnext a:hover {
  border-color: var(--yel);
}

.fl-post .gh-readnext-label {
  display: block;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 6px;
}

/* ── Comments ── */
.fl-post .gh-comments {
  max-width: 68ch;
  margin-top: 32px;
}

/* ── Inline CTA ── */
.fl-post .gh-inline-cta {
  max-width: 68ch;
  margin-top: 28px;
  background: var(--ink);
  border-left: 3px solid var(--yel);
  color: var(--paper);
}

.fl-post .gh-inline-cta-label {
  color: var(--yel);
}

.fl-post .gh-inline-cta p {
  color: rgba(235, 229, 217, 0.65);
}

.fl-post .gh-inline-cta-form input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--paper);
}

.fl-post .gh-inline-cta-form button {
  background: var(--yel);
  color: var(--ink);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Signal convert / related cards ── */
.fl-post .gh-signal-convert {
  max-width: 68ch;
  border: 1px solid var(--rule);
  background: var(--paper2);
  padding: 22px;
}

.fl-post .gh-brief-teaser-label,
.fl-post .gh-scope-label {
  color: var(--red);
  font-family: "IBM Plex Mono", monospace;
}

.fl-post .gh-related {
  background: var(--paper);
  border-top: 3px solid var(--ink);
  padding: 40px 0 56px;
}

.fl-post .gh-related-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 20px;
  padding: 0 40px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.fl-post .gh-related .gh-inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}

.fl-post .gh-related-card {
  background: var(--paper2);
  border: 1px solid var(--rule);
}

.fl-post .gh-related-card:hover {
  border-color: var(--ink);
}

/* ── This week strip on post ── */
.fl-post .gh-thisweek-post {
  background: var(--paper2);
  border-top: 1px solid var(--rule);
}

.fl-post .gh-thisweek-card {
  background: var(--paper);
  border: 1px solid var(--rule);
}

/* Site footer lives inside .fl-root.fl-post */
.fl-root.fl-post > .fl-post-site-footer {
  margin-top: 0;
}

/* Site footer — simple flex (matched to locked article proof) */
.fl-post-site-footer {
  background: var(--ink);
  padding: 40px 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}

.fl-post-site-footer .footer-brand {
  font-family: Anton, sans-serif;
  font-size: 32px;
  color: var(--paper);
  letter-spacing: 0.02em;
}

.fl-post-site-footer .footer-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .fl-post .article-layout {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .fl-post .article-col {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 32px;
  }

  .fl-post .sidebar {
    padding-top: 0;
    padding-bottom: 40px;
    border-top: 1px solid var(--rule);
  }

  .fl-post .sidebar-sticky {
    position: relative;
    top: 0;
  }

  nav.fl-post-nav {
    padding: 10px 16px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .fl-post-nav-back { display: none; }

  .fl-post-nav .nav-brand {
    font-size: 22px;
    order: -1;
  }

  .fl-post-nav .nav-meta {
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
    flex: 1 1 100%;
    order: 1;
  }

  .fl-post-nav .nav-cta {
    font-size: 10px;
    padding: 8px 14px;
    order: 0;
  }

  .fl-post-site-footer {
    padding: 32px 18px;
    flex-direction: column;
    gap: 20px;
  }

  .fl-post-site-footer .footer-brand {
    font-size: 24px;
  }
}

/* ── MOBILE: bespoke components (matched to locked article proof) ── */
@media (max-width: 768px) {
  .fl-post .fl-post-hero { height: 60vh; min-height: 360px; }
  .fl-post .fl-post-hero .hero-content { padding: 0 20px 32px; }
  .fl-post .fl-post-hero .hero-hed { font-size: clamp(42px, 12vw, 72px); }
  .fl-post .fl-post-hero .hero-deck { font-size: 16px; }
  .fl-post .fl-post-hero .hero-section { font-size: 11px; gap: 10px; }
  .fl-post .fl-post-hero .hero-section::before { width: 20px; }

  .fl-post .bottom-line { padding: 20px 18px; margin-bottom: 28px; }
  .fl-post .bl-body { font-size: 15px; }

  .fl-post .stat-row { grid-template-columns: 1fr 1fr; }
  .fl-post .stat-n { font-size: 36px; }

  .fl-post .section-div { margin: 36px 0 18px; }
  .fl-post .story-hed { font-size: clamp(28px, 7vw, 42px); }
  .fl-post .story-byline { font-size: 10px; gap: 8px 16px; }

  .fl-post .body-text { font-size: 17px; max-width: none; }
  .fl-post .body-text.drop-cap::first-letter { font-size: 3.2em; }

  .fl-post .pull-quote { margin: 28px 0; padding: 20px 18px; }
  .fl-post .pull-quote-text { font-size: 22px; }

  .fl-post .exhibit { margin: 20px 0; }
  .fl-post .exhibit-header { font-size: 10px; padding: 8px 12px; }
  .fl-post .exhibit-body { padding: 14px 12px; font-size: 12px; }
  .fl-post .exhibit-footer { padding: 8px 12px; font-size: 9px; flex-direction: column; gap: 4px; }

  .fl-post .yel-box { padding: 16px 18px; margin: 24px 0; }
  .fl-post .yel-box-body { font-size: 17px; }

  .fl-post .reg-hed { font-size: 24px; }

  .fl-post .wciw { padding: 14px 16px; }
  .fl-post .wciw-body { font-size: 14px; }

  .fl-post .changed-assessment { padding: 12px 14px; font-size: 11px; }

  .fl-post .paywall-gradient { margin-top: -100px; height: 140px; }
  .fl-post .paywall-block { padding: 36px 0 56px; }
  .fl-post .paywall-inner { padding: 0 20px; }
  .fl-post .paywall-brand { font-size: 36px; }
  .fl-post .paywall-hed { font-size: 18px; }
  .fl-post .plans { grid-template-columns: 1fr; gap: 10px; }

  /* Lexical elements — mobile */
  .fl-post .gh-content h2 { font-size: clamp(28px, 7vw, 42px); }
  .fl-post .gh-content h3 { font-size: clamp(24px, 6vw, 36px); }
  .fl-post .gh-content blockquote {
    margin: 28px 0;
    padding: 20px 18px;
    font-size: 22px;
  }
  .fl-post .gh-content h2 + p::first-letter { font-size: 3.2em; }
  .fl-post .gh-content .kg-callout-card .kg-callout-text { font-size: 17px; }
}

@media (max-width: 400px) {
  .fl-post .fl-post-hero .hero-hed { font-size: clamp(36px, 11vw, 56px); }
  .fl-post .stat-n { font-size: 30px; }
  .fl-post .story-hed { font-size: clamp(24px, 7vw, 36px); }
  .fl-post .pull-quote-text { font-size: 19px; }
  .fl-post .gh-content h2 { font-size: clamp(24px, 7vw, 36px); }
  .fl-post .gh-content blockquote { font-size: 19px; }
  .fl-post-nav .nav-meta { display: none; }
}

/* ── GIZINT audio player — Fault Line tokens (embedded #gizint-player in post HTML retains .gp-* structure) ── */
.fl-post #gizint-player {
  --gp-bg: rgba(13, 11, 9, 0.92);
  --gp-bg-light: rgba(26, 22, 18, 0.95);
  --gp-amber: var(--yel);
  --gp-amber-dim: rgba(242, 190, 0, 0.14);
  --gp-amber-glow: rgba(242, 190, 0, 0.35);
  --gp-text: rgba(235, 229, 217, 0.9);
  --gp-text-dim: rgba(196, 186, 168, 0.55);
  --gp-border: rgba(242, 190, 0, 0.15);
  --gp-mono: "IBM Plex Mono", ui-monospace, monospace;

  background: linear-gradient(145deg, rgba(13, 11, 9, 0.97), rgba(22, 19, 15, 0.92));
  border: 1px solid rgba(242, 190, 0, 0.2);
  border-radius: 10px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.fl-post #gizint-player::before {
  background: linear-gradient(
    90deg,
    transparent 8%,
    rgba(242, 190, 0, 0.12) 35%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(242, 190, 0, 0.12) 65%,
    transparent 92%
  );
}

.fl-post .gp-art {
  border-radius: 6px;
  border: 1px solid rgba(242, 190, 0, 0.15);
}

.fl-post .gp-tier-badge {
  background: rgba(13, 11, 9, 0.88);
  color: var(--yel);
}

.fl-post .gp-chapter-btn {
  border-color: rgba(242, 190, 0, 0.2);
  color: rgba(235, 229, 217, 0.75);
}

.fl-post .gp-chapter-btn:hover,
.fl-post .gp-chapter-active {
  border-color: var(--yel);
  color: var(--ink);
  background: var(--yel);
}

.fl-post .gp-progress-bar {
  background: rgba(242, 190, 0, 0.12);
}

.fl-post .gp-progress-thumb {
  background: var(--yel);
  box-shadow: 0 0 0 1px rgba(13, 11, 9, 0.5);
}

.fl-post .gp-play-btn {
  border: 1px solid rgba(242, 190, 0, 0.35);
  background: var(--yel);
}

.fl-post .gp-play-icon {
  border-color: transparent transparent transparent var(--ink);
}

.fl-side-back {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid var(--rule);
  display: block;
}

.fl-side-back:hover {
  color: var(--red);
}

.fl-post .gp-pause-icon span {
  background: var(--ink);
}

/* Speed buttons injected in default.hbs — match Fault Line */
.fl-post .gp-speed-btn {
  font-family: "IBM Plex Mono", monospace;
  border: 1px solid rgba(242, 190, 0, 0.2);
  color: var(--mid);
  border-radius: 11px;
}

.fl-post .gp-speed-btn:hover {
  border-color: rgba(242, 190, 0, 0.45);
  background: rgba(242, 190, 0, 0.08);
  color: var(--ink);
}

.fl-post .gp-speed-btn.gp-speed-active {
  border-color: rgba(242, 190, 0, 0.5);
  color: var(--ink);
  background: rgba(242, 190, 0, 0.2);
}

/* Ghost default paywall CTA — hidden pre-JS, then replaced with .paywall-block */
.fl-post .gh-post-upgrade-cta {
  all: unset;
  display: block;
}

