/* ═══════════════════════════════════════════════════════════════════════════
   WROITER — Blog Design System
   Extends site.css with blog-specific components: post heroes, callout boxes,
   pull quotes, step cards, reading path cards, sequence navigation.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Blog Index ─────────────────────────────────────────────────────────── */

.blog-index {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px 48px;
}

.blog-hero {
  padding: 140px 0 60px;
  text-align: center;
  border-bottom: 1px solid rgba(228, 213, 183, 0.04);
  margin-bottom: 56px;
}
.blog-hero .section-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan-glow);
  margin-bottom: 20px;
}
.blog-hero h1 {
  font-family: var(--serif);
  font-size: clamp(28px, 4.5vw, 46px);
  font-weight: 400;
  color: var(--text);
  line-height: 1.2;
  margin: 0 0 20px;
}
.blog-hero h1 em {
  color: var(--cyan-glow);
}
.blog-hero .lead {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-dim);
  max-width: 620px;
  margin: 0 auto 32px;
  font-weight: 300;
}

/* Reading path — numbered cards */
.reading-path {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 56px;
}
.reading-path-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 24px;
}
.path-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(228, 213, 183, 0.04);
  text-decoration: none;
  transition: background 0.3s;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
}
.path-card:hover {
  background: rgba(74, 158, 191, 0.03);
  text-decoration: none;
}
.path-card:first-of-type {
  border-top: 1px solid rgba(228, 213, 183, 0.04);
}
.path-num {
  font-family: var(--mono);
  font-size: 28px;
  font-weight: 500;
  color: var(--cyan-dim);
  line-height: 1;
  padding-top: 2px;
}
.path-card:hover .path-num {
  color: var(--cyan);
}
.path-title {
  font-family: var(--serif);
  font-size: clamp(22px, 1.85vw, 25px);
  color: var(--gold-bright);
  line-height: 1.24;
  margin-bottom: 6px;
}
.path-desc {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
  max-width: 600px;
}
.path-meta {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-dim);
  margin-top: 6px;
}

/* Question cards — for "read by question" */
.question-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 56px;
}
.question-card {
  display: block;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(228, 213, 183, 0.06);
  border-radius: 2px;
  text-decoration: none;
  transition: border-color 0.3s, background 0.3s;
}
.question-card:hover {
  border-color: rgba(74, 158, 191, 0.2);
  background: rgba(74, 158, 191, 0.03);
  text-decoration: none;
}
.question-card-q {
  font-family: var(--accent-serif);
  font-weight: 400;
  font-size: clamp(22px, 1.95vw, 28px);
  font-style: normal;
  color: var(--gold-bright);
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: pretty;
  margin-bottom: 10px;
}
.question-card-a {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}
.question-card-link {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--cyan);
  margin-top: 10px;
  display: block;
}

/* ── Blog Post Layout ───────────────────────────────────────────────────── */

.blog-post {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px 48px;
}

.post-hero {
  padding: 140px 0 48px;
  border-bottom: 1px solid rgba(228, 213, 183, 0.04);
  margin-bottom: 48px;
  max-width: 76ch;
}
.post-hero .post-type {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-type-label {
  color: var(--cyan);
}
.post-type-date {
  color: var(--text-dim);
}
.post-type-reading {
  color: var(--text-faint);
}
.post-type-sep {
  color: rgba(228, 213, 183, 0.15);
}
.post-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  color: var(--gold);
  line-height: 1.15;
  margin-bottom: 16px;
}
.post-hero .lead {
  font-size: 17px;
  color: var(--text);
  line-height: 1.7;
  max-width: 64ch;
}

.post-body {
  max-width: 76ch;
}
.post-body section {
  margin-bottom: 40px;
}
.post-body h2 {
  margin-top: 48px;
}

.case-files-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.case-card {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(228, 213, 183, 0.08);
  border-radius: 2px;
  padding: 18px 18px 16px;
}
.case-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  color: var(--gold);
  line-height: 1.25;
}
.case-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}
.case-card p + p {
  margin-top: 10px;
}
.case-card-status {
  margin: 10px 0 0;
}
.case-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 12px;
}
.case-metric {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(228, 213, 183, 0.1);
  border-radius: 2px;
  padding: 8px 9px;
}
.case-metric-label {
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 4px;
}
.case-metric-value {
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.35;
  color: var(--text);
}
.case-metrics-note {
  margin-top: 14px;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.6;
}
.case-badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 10px;
  border: 1px solid transparent;
}
.case-badge--directional {
  color: var(--text-dim);
  border-color: rgba(228, 213, 183, 0.22);
  background: rgba(255, 255, 255, 0.03);
}
.case-badge--medium {
  color: var(--warn);
  border-color: rgba(240, 186, 91, 0.32);
  background: rgba(240, 186, 91, 0.08);
}
.case-badge--strong {
  color: var(--cyan);
  border-color: rgba(74, 158, 191, 0.32);
  background: rgba(74, 158, 191, 0.1);
}
.case-card--directional {
  border-color: rgba(228, 213, 183, 0.1);
}
.case-card--medium {
  border-color: rgba(240, 186, 91, 0.16);
  background: linear-gradient(180deg, rgba(240, 186, 91, 0.05), rgba(255, 255, 255, 0.015));
}
.case-card--strong {
  border-color: rgba(74, 158, 191, 0.22);
  background: linear-gradient(180deg, rgba(74, 158, 191, 0.06), rgba(255, 255, 255, 0.015));
}

/* ── Spot AI Writing (page scoped) ───────────────────────────────────────── */

.spot-ai-page {
  background:
    radial-gradient(980px 420px at 8% -5%, rgba(71, 132, 168, 0.2), transparent 66%),
    radial-gradient(760px 360px at 92% 14%, rgba(178, 138, 77, 0.12), transparent 68%),
    linear-gradient(180deg, #091425 0%, #0a1322 46%, #08101d 100%);
}

.spot-ai-page .site-header {
  background: rgba(8, 12, 22, 0.44);
  border-bottom-color: rgba(228, 213, 183, 0.04);
  backdrop-filter: blur(10px);
}

.spot-ai-page .site-header.scrolled {
  background: rgba(8, 12, 22, 0.86);
  border-bottom-color: rgba(74, 158, 191, 0.14);
}

.spot-ai-page .spot-post {
  max-width: 1240px;
  padding: 0 24px 56px;
}

.spot-ai-page .spot-article {
  margin: 0 auto;
}

.spot-ai-page .post-hero {
  max-width: 92ch;
  margin: 0 auto 36px;
  padding: 148px 0 52px;
  border-bottom: 1px solid rgba(74, 158, 191, 0.2);
}

.spot-ai-page .post-hero h1 {
  max-width: 17ch;
}

.spot-ai-page .post-hero .lead {
  max-width: 70ch;
}

.spot-ai-page .spot-hero-note {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  color: var(--cyan);
}

.spot-ai-page .post-body {
  max-width: 1080px;
  margin: 0 auto;
}

.spot-ai-page .post-body section {
  margin-bottom: 24px;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid rgba(228, 213, 183, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17, 25, 41, 0.74), rgba(11, 18, 31, 0.79));
  box-shadow: 0 14px 36px rgba(3, 8, 20, 0.34);
}

.spot-ai-page .post-body h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.spot-ai-page .post-body > section > p,
.spot-ai-page .post-body > section > .blog-callout,
.spot-ai-page .post-body > section > .cta-row {
  max-width: 78ch;
}

.spot-ai-page .blog-callout {
  border-left-color: rgba(74, 158, 191, 0.6);
  border-radius: 0 6px 6px 0;
  background: rgba(74, 158, 191, 0.08);
}

.spot-ai-page .spot-triage .scan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.spot-ai-page .scan-card {
  padding: 14px 14px 13px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(74, 158, 191, 0.18);
  border-radius: 6px;
}

.spot-ai-page .scan-card-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 6px;
}

.spot-ai-page .scan-card h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 6px;
}

.spot-ai-page .scan-card p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: var(--text);
}

.spot-ai-page .scan-note {
  margin-top: 14px;
  font-size: 13px;
  color: var(--text-dim);
}

.spot-ai-page .signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.spot-ai-page .signal-card {
  padding: 14px 14px 12px;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(228, 213, 183, 0.12);
  border-radius: 6px;
}

.spot-ai-page .signal-card-id {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: rgba(228, 213, 183, 0.7);
  margin-bottom: 8px;
}

.spot-ai-page .signal-card h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.2;
}

.spot-ai-page .signal-card p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
}

.spot-ai-page .signal-card .example-block {
  margin: 10px 0 0;
  padding: 13px 14px;
  border-radius: 6px;
  border-color: rgba(74, 158, 191, 0.16);
  background: rgba(74, 158, 191, 0.06);
}

.spot-ai-page .signal-card .example-label {
  margin-bottom: 6px;
}

.spot-ai-page .signal-card .example-text {
  font-family: var(--body-serif);
  font-size: 14px;
  line-height: 1.68;
  font-style: normal;
  font-weight: 300;
  color: rgba(221, 216, 203, 0.96);
}

.spot-ai-page .false-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.spot-ai-page .false-card {
  margin: 0;
  padding: 12px 12px;
  border: 1px solid rgba(212, 48, 48, 0.2);
  background: rgba(212, 48, 48, 0.06);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.55;
}

.spot-ai-page .false-card strong {
  display: block;
  margin-bottom: 5px;
}

.spot-ai-page .step-card {
  border-bottom-color: rgba(228, 213, 183, 0.07);
}

.spot-ai-page .step-card:first-of-type {
  border-top-color: rgba(228, 213, 183, 0.07);
}

.spot-ai-page .step-num {
  color: var(--cyan);
}

.spot-ai-page .step-title {
  font-size: 17px;
}

.spot-ai-page .step-body {
  color: var(--text);
}

.spot-ai-page .post-sequence {
  max-width: 1080px;
  margin: 42px auto 0;
  border-top-color: rgba(74, 158, 191, 0.12);
}

.spot-ai-page .seq-link {
  border-radius: 6px;
}

/* ── Hall Of Fame (page scoped) ─────────────────────────────────────────── */

.hall-of-fame-page {
  background:
    radial-gradient(1200px 560px at 10% -8%, rgba(74, 158, 191, 0.18), transparent 62%),
    radial-gradient(880px 420px at 85% 12%, rgba(56, 93, 157, 0.2), transparent 66%),
    linear-gradient(180deg, #091326 0%, #091122 42%, #080f1f 74%, #080d18 100%);
}

.hall-of-fame-page .site-header {
  background: rgba(8, 12, 22, 0.45);
  border-bottom-color: rgba(228, 213, 183, 0.03);
  backdrop-filter: blur(10px);
}

.hall-of-fame-page .site-header.scrolled {
  background: rgba(8, 12, 22, 0.88);
  border-bottom-color: rgba(74, 158, 191, 0.14);
}

.hall-of-fame-page .hall-post {
  max-width: 1240px;
  padding: 0 24px 56px;
}

.hall-of-fame-page .hall-article {
  margin: 0 auto;
}

.hall-of-fame-page .post-hero {
  position: relative;
  margin: 0 auto 44px;
  max-width: 88ch;
  text-align: center;
  padding: 152px 0 58px;
  border-bottom: 1px solid rgba(74, 158, 191, 0.22);
}

.hall-of-fame-page .post-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(420px, 66%);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(74, 158, 191, 0.78), transparent);
}

.hall-of-fame-page .post-hero .post-type {
  justify-content: center;
}

.hall-of-fame-page .post-hero .lead {
  margin: 0 auto;
}

.hall-of-fame-page .post-hero .cta-row {
  justify-content: center;
}

.cta-row--centered {
  justify-content: center;
}

.hall-of-fame-page .post-body {
  max-width: 1080px;
  margin: 0 auto;
}

.hall-of-fame-page .post-body section {
  margin-bottom: 30px;
  padding: clamp(24px, 3vw, 34px);
  background: linear-gradient(180deg, rgba(18, 26, 43, 0.74), rgba(11, 18, 33, 0.78));
  border: 1px solid rgba(74, 158, 191, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(3, 8, 20, 0.45);
}

.hall-of-fame-page .post-body h2 {
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
  font-size: clamp(1.72rem, 3.4vw, 2.34rem);
}

.hall-of-fame-page .post-body > section > p,
.hall-of-fame-page .post-body > section > ol,
.hall-of-fame-page .post-body > section > .blog-callout,
.hall-of-fame-page .post-body > section > .pull-quote,
.hall-of-fame-page .post-body > section > .cta-row,
.hall-of-fame-page .post-body > section > .case-metrics-note {
  max-width: 78ch;
  margin-left: auto;
  margin-right: auto;
}

.hall-of-fame-page .post-body > section > ol {
  padding-left: 1.24em;
}

.hall-of-fame-page .blog-callout {
  border-left: 3px solid rgba(74, 158, 191, 0.54);
  border-radius: 0 6px 6px 0;
  background: rgba(74, 158, 191, 0.09);
}

.hall-of-fame-page .case-files-grid {
  margin-top: 24px;
  gap: 20px;
  counter-reset: hall-case;
}

.hall-of-fame-page .case-card {
  position: relative;
  padding: 42px 20px 18px;
  border-radius: 8px;
  border-color: rgba(228, 213, 183, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.014));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hall-of-fame-page .case-card::before {
  counter-increment: hall-case;
  content: "Case " counter(hall-case, decimal-leading-zero);
  position: absolute;
  top: 12px;
  left: 16px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--cyan);
}

.hall-of-fame-page .case-card h3 {
  font-size: clamp(1.35rem, 2.15vw, 1.72rem);
  line-height: 1.26;
  font-weight: 200;
}

.hall-of-fame-page .case-card-status {
  margin: 8px 0 2px;
}

.hall-of-fame-page .case-metrics {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin: 14px 0 14px;
}

.hall-of-fame-page .case-metric {
  border: 1px solid rgba(74, 158, 191, 0.2);
  border-radius: 6px;
  background: rgba(10, 16, 30, 0.64);
  padding: 9px 10px;
}

.hall-of-fame-page .case-metric-label {
  font-size: 10px;
  letter-spacing: 1.15px;
  color: rgba(221, 216, 203, 0.75);
}

.hall-of-fame-page .case-metric-value {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--gold-bright);
}

.hall-of-fame-page .case-metric--headline {
  grid-column: 1 / -1;
  padding: 12px 12px;
  background: linear-gradient(180deg, rgba(74, 158, 191, 0.18), rgba(74, 158, 191, 0.06));
  border-color: rgba(74, 158, 191, 0.32);
}

.hall-of-fame-page .case-metric--headline .case-metric-label {
  font-size: 9px;
  color: rgba(221, 216, 203, 0.84);
  margin-bottom: 6px;
}

.hall-of-fame-page .case-metric--headline .case-metric-value {
  font-size: clamp(1.65rem, 3.4vw, 2.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #f3ebdb;
}

.hall-of-fame-page .case-card--directional {
  border-color: rgba(228, 213, 183, 0.14);
}

.hall-of-fame-page .case-card--medium {
  border-color: rgba(240, 186, 91, 0.24);
  background: linear-gradient(180deg, rgba(240, 186, 91, 0.11), rgba(23, 31, 47, 0.9));
}

.hall-of-fame-page .case-card--strong {
  border-color: rgba(74, 158, 191, 0.34);
  background: linear-gradient(180deg, rgba(74, 158, 191, 0.14), rgba(20, 29, 46, 0.9));
}

.hall-of-fame-page .case-card--strong .case-metric {
  border-color: rgba(74, 158, 191, 0.36);
}

.hall-of-fame-page .case-metrics-note {
  margin-top: 16px;
  text-align: center;
}

.hall-of-fame-page .pull-quote {
  margin: 28px auto;
  max-width: 34ch;
  text-align: center;
}

.hall-of-fame-page .post-sequence {
  max-width: 1080px;
  margin: 44px auto 0;
  border-top-color: rgba(74, 158, 191, 0.14);
}

.hall-of-fame-page .seq-link {
  border-radius: 6px;
}

/* ── Callout Boxes ──────────────────────────────────────────────────────── */

.blog-callout {
  border-left: 3px solid var(--cyan-dim);
  background: rgba(74, 158, 191, 0.04);
  border-radius: 0 2px 2px 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.blog-callout-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 8px;
}
.blog-callout p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.blog-callout.warning {
  border-left-color: var(--warn);
  background: rgba(240, 186, 91, 0.04);
}
.blog-callout.warning .blog-callout-label {
  color: var(--warn);
}
.blog-callout.red {
  border-left-color: var(--red);
  background: rgba(212, 48, 48, 0.04);
}
.blog-callout.red .blog-callout-label {
  color: var(--red);
}

/* ── Pull Quotes ────────────────────────────────────────────────────────── */

.pull-quote {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: var(--gold);
  line-height: 1.5;
  padding: 24px 0;
  margin: 32px 0;
  border-top: 1px solid rgba(228, 213, 183, 0.06);
  border-bottom: 1px solid rgba(228, 213, 183, 0.06);
  max-width: 60ch;
}
.pull-quote cite {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
  color: var(--text-dim);
  margin-top: 10px;
}

/* ── Step Cards (for workflow posts) ────────────────────────────────────── */

.step-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(228, 213, 183, 0.04);
}
.step-card:first-of-type {
  border-top: 1px solid rgba(228, 213, 183, 0.04);
}
.step-num {
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 500;
  color: var(--red);
  line-height: 1;
  padding-top: 4px;
}
.step-title {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 6px;
}
.step-body {
  font-size: 15px;
  color: var(--text);
  line-height: 1.7;
}

/* ── Example Blocks ─────────────────────────────────────────────────────── */

.example-block {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(228, 213, 183, 0.06);
  border-radius: 2px;
  padding: 20px 24px;
  margin: 16px 0;
}
.example-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
}
.example-text {
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  color: var(--text);
  line-height: 1.65;
}

/* ── Sequence Navigation (prev/next) ────────────────────────────────────── */

.post-sequence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(228, 213, 183, 0.04);
}
.seq-link {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(228, 213, 183, 0.06);
  border-radius: 2px;
  text-decoration: none;
  transition: border-color 0.3s, background 0.3s;
}
.seq-link:hover {
  border-color: rgba(74, 158, 191, 0.2);
  background: rgba(74, 158, 191, 0.03);
  text-decoration: none;
}
.seq-link.next {
  text-align: right;
}
.seq-dir {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 6px;
}
.seq-title {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--gold);
  line-height: 1.3;
}

/* ── Deep Links Section (for blog index) ─────────────────────────────── */

.blog-deeper {
  padding: 40px 0;
  border-top: 1px solid rgba(228, 213, 183, 0.04);
}
.blog-deeper h2 {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: var(--gold);
  margin-bottom: 16px;
}
.blog-deeper p {
  max-width: 64ch;
}
.deeper-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.deeper-link {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--cyan);
  padding: 8px 16px;
  border: 1px solid rgba(74, 158, 191, 0.15);
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.deeper-link:hover {
  background: rgba(74, 158, 191, 0.06);
  border-color: rgba(74, 158, 191, 0.3);
  text-decoration: none;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

/* ── Check AI Writing (page scoped) ─────────────────────────────────────── */

.check-ai-page {
  background:
    radial-gradient(980px 420px at 10% -6%, rgba(205, 163, 88, 0.14), transparent 68%),
    radial-gradient(760px 360px at 88% 14%, rgba(74, 158, 191, 0.13), transparent 68%),
    linear-gradient(180deg, #101523 0%, #0e1320 52%, #0a1019 100%);
}

.check-ai-page .site-header {
  background: rgba(8, 12, 22, 0.44);
  border-bottom-color: rgba(228, 213, 183, 0.04);
  backdrop-filter: blur(10px);
}

.check-ai-page .site-header.scrolled {
  background: rgba(8, 12, 22, 0.86);
  border-bottom-color: rgba(205, 163, 88, 0.18);
}

.check-ai-page .check-post {
  max-width: 1240px;
  padding: 0 24px 56px;
}

.check-ai-page .check-article {
  margin: 0 auto;
}

.check-ai-page .post-hero {
  max-width: 90ch;
  margin: 0 auto 34px;
  padding: 146px 0 50px;
  border-bottom: 1px solid rgba(205, 163, 88, 0.2);
}

.check-ai-page .post-hero h1 {
  max-width: 18ch;
}

.check-ai-page .check-hero-note {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #d9b679;
}

.check-ai-page .post-body {
  max-width: 1080px;
  margin: 0 auto;
}

.check-ai-page .post-body section {
  margin-bottom: 22px;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid rgba(205, 163, 88, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(23, 28, 40, 0.74), rgba(14, 18, 28, 0.82));
  box-shadow: 0 14px 34px rgba(3, 8, 20, 0.33);
}

.check-ai-page .post-body h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(1.62rem, 2.9vw, 2.15rem);
}

.check-ai-page .post-body > section > p,
.check-ai-page .post-body > section > ul,
.check-ai-page .post-body > section > .blog-callout,
.check-ai-page .post-body > section > .cta-row {
  max-width: 78ch;
}

.check-ai-page .blog-callout {
  border-left-color: rgba(205, 163, 88, 0.6);
  border-radius: 0 6px 6px 0;
  background: rgba(205, 163, 88, 0.09);
}

.check-ai-page .workflow-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.check-ai-page .workflow-step {
  padding: 12px 12px 10px;
  border: 1px solid rgba(205, 163, 88, 0.2);
  border-radius: 6px;
  background: rgba(205, 163, 88, 0.05);
}

.check-ai-page .workflow-step-num {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #d9b679;
  margin-bottom: 6px;
}

.check-ai-page .workflow-step h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.22;
}

.check-ai-page .workflow-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.check-ai-page .decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

.check-ai-page .decision-card {
  padding: 14px 14px 12px;
  border: 1px solid rgba(74, 158, 191, 0.18);
  border-radius: 6px;
  background: rgba(74, 158, 191, 0.06);
}

.check-ai-page .decision-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 6px;
}

.check-ai-page .decision-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
}

.check-ai-page .decision-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.check-ai-page .check-errors .false-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.check-ai-page .check-errors .false-card {
  margin: 0;
  padding: 12px 12px;
  border: 1px solid rgba(212, 48, 48, 0.2);
  border-radius: 6px;
  background: rgba(212, 48, 48, 0.06);
  font-size: 14px;
  line-height: 1.55;
}

.check-ai-page .check-errors .false-card strong {
  display: block;
  margin-bottom: 5px;
}

.check-ai-page .post-sequence {
  max-width: 1080px;
  margin: 42px auto 0;
  border-top-color: rgba(205, 163, 88, 0.12);
}

.check-ai-page .seq-link {
  border-radius: 6px;
}

/* ── Detector Mechanics (page scoped) ───────────────────────────────────── */

.mechanism-page {
  background:
    radial-gradient(1020px 430px at 8% -6%, rgba(74, 158, 191, 0.18), transparent 68%),
    radial-gradient(820px 360px at 92% 15%, rgba(89, 184, 122, 0.12), transparent 68%),
    linear-gradient(180deg, #0b1628 0%, #0a1423 52%, #08111d 100%);
}

.mechanism-page .site-header {
  background: rgba(8, 12, 22, 0.44);
  border-bottom-color: rgba(74, 158, 191, 0.08);
  backdrop-filter: blur(10px);
}

.mechanism-page .site-header.scrolled {
  background: rgba(8, 12, 22, 0.86);
  border-bottom-color: rgba(74, 158, 191, 0.16);
}

.mechanism-page .mechanism-post {
  max-width: 1240px;
  padding: 0 24px 56px;
}

.mechanism-page .mechanism-article {
  margin: 0 auto;
}

.mechanism-page .post-hero {
  max-width: 92ch;
  margin: 0 auto 34px;
  padding: 146px 0 50px;
  border-bottom: 1px solid rgba(74, 158, 191, 0.2);
}

.mechanism-page .post-hero h1 {
  max-width: 18ch;
}

.mechanism-page .mechanism-hero-note {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--cyan);
}

.mechanism-page .post-body {
  max-width: 1080px;
  margin: 0 auto;
}

.mechanism-page .post-body section {
  margin-bottom: 22px;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid rgba(74, 158, 191, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17, 27, 44, 0.74), rgba(11, 19, 31, 0.82));
  box-shadow: 0 14px 34px rgba(3, 8, 20, 0.33);
}

.mechanism-page .post-body h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(1.62rem, 2.9vw, 2.15rem);
}

.mechanism-page .post-body > section > p,
.mechanism-page .post-body > section > ul,
.mechanism-page .post-body > section > .blog-callout,
.mechanism-page .post-body > section > .cta-row {
  max-width: 78ch;
}

.mechanism-page .pipeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.mechanism-page .pipeline-card {
  padding: 12px 12px 10px;
  border: 1px solid rgba(74, 158, 191, 0.2);
  border-radius: 6px;
  background: rgba(74, 158, 191, 0.05);
}

.mechanism-page .pipeline-step-num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.2px;
  color: var(--cyan);
  margin-bottom: 6px;
}

.mechanism-page .pipeline-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.mechanism-page .pipeline-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.mechanism-page .pipeline-note {
  margin-top: 14px;
  font-size: 13px;
  color: var(--text-dim);
}

.mechanism-page .engine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

.mechanism-page .engine-card {
  padding: 14px 14px 12px;
  border: 1px solid rgba(228, 213, 183, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
}

.mechanism-page .engine-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(228, 213, 183, 0.72);
  margin-bottom: 6px;
}

.mechanism-page .engine-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
}

.mechanism-page .engine-card p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
}

.mechanism-page .engine-risk {
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(228, 213, 183, 0.08);
  color: var(--text-dim);
  font-size: 13px;
}

.mechanism-page .blog-callout {
  border-left-color: rgba(74, 158, 191, 0.6);
  border-radius: 0 6px 6px 0;
  background: rgba(74, 158, 191, 0.08);
}

.mechanism-page .disagree-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.mechanism-page .disagree-card {
  margin: 0;
  padding: 12px 12px;
  border: 1px solid rgba(89, 184, 122, 0.22);
  border-radius: 6px;
  background: rgba(89, 184, 122, 0.07);
}

.mechanism-page .disagree-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
}

.mechanism-page .disagree-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.mechanism-page .step-card {
  border-bottom-color: rgba(228, 213, 183, 0.07);
}

.mechanism-page .step-card:first-of-type {
  border-top-color: rgba(228, 213, 183, 0.07);
}

.mechanism-page .step-num {
  color: var(--cyan);
}

.mechanism-page .step-title {
  font-size: 17px;
}

.mechanism-page .step-body {
  color: var(--text);
}

.mechanism-page .post-sequence {
  max-width: 1080px;
  margin: 42px auto 0;
  border-top-color: rgba(74, 158, 191, 0.12);
}

.mechanism-page .seq-link {
  border-radius: 6px;
}

/* ── Detector Reliability (page scoped) ─────────────────────────────────── */

.reliability-page {
  background:
    radial-gradient(980px 420px at 10% -6%, rgba(212, 48, 48, 0.14), transparent 68%),
    radial-gradient(780px 350px at 90% 16%, rgba(74, 158, 191, 0.14), transparent 68%),
    linear-gradient(180deg, #131320 0%, #111421 52%, #0b0f18 100%);
}

.reliability-page .site-header {
  background: rgba(8, 12, 22, 0.44);
  border-bottom-color: rgba(228, 213, 183, 0.04);
  backdrop-filter: blur(10px);
}

.reliability-page .site-header.scrolled {
  background: rgba(8, 12, 22, 0.86);
  border-bottom-color: rgba(212, 48, 48, 0.16);
}

.reliability-page .reliability-post {
  max-width: 1240px;
  padding: 0 24px 56px;
}

.reliability-page .reliability-article {
  margin: 0 auto;
}

.reliability-page .post-hero {
  max-width: 92ch;
  margin: 0 auto 34px;
  padding: 146px 0 50px;
  border-bottom: 1px solid rgba(212, 48, 48, 0.2);
}

.reliability-page .post-hero h1 {
  max-width: 16ch;
}

.reliability-page .reliability-hero-note {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #d97979;
}

.reliability-page .post-body {
  max-width: 1080px;
  margin: 0 auto;
}

.reliability-page .post-body section {
  margin-bottom: 22px;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid rgba(228, 213, 183, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(29, 25, 39, 0.74), rgba(16, 18, 27, 0.82));
  box-shadow: 0 14px 34px rgba(3, 8, 20, 0.33);
}

.reliability-page .post-body h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(1.62rem, 2.9vw, 2.15rem);
}

.reliability-page .post-body > section > p,
.reliability-page .post-body > section > ul,
.reliability-page .post-body > section > .blog-callout,
.reliability-page .post-body > section > .cta-row {
  max-width: 78ch;
}

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

.reliability-page .reliability-card {
  padding: 14px 14px 12px;
  border: 1px solid rgba(228, 213, 183, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
}

.reliability-page .reliability-card--yes {
  border-color: rgba(89, 184, 122, 0.24);
  background: rgba(89, 184, 122, 0.08);
}

.reliability-page .reliability-card--no {
  border-color: rgba(212, 48, 48, 0.24);
  background: rgba(212, 48, 48, 0.08);
}

.reliability-page .reliability-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(228, 213, 183, 0.72);
  margin-bottom: 6px;
}

.reliability-page .reliability-card h3 {
  margin: 0 0 6px;
  font-size: 23px;
  line-height: 1.2;
}

.reliability-page .reliability-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.reliability-page .blog-callout {
  border-left-color: rgba(212, 48, 48, 0.6);
  border-radius: 0 6px 6px 0;
  background: rgba(212, 48, 48, 0.09);
}

.reliability-page .step-card {
  border-bottom-color: rgba(228, 213, 183, 0.07);
}

.reliability-page .step-card:first-of-type {
  border-top-color: rgba(228, 213, 183, 0.07);
}

.reliability-page .step-num {
  color: #d97979;
}

.reliability-page .step-title {
  font-size: 17px;
}

.reliability-page .step-body {
  color: var(--text);
}

.reliability-page .post-sequence {
  max-width: 1080px;
  margin: 42px auto 0;
  border-top-color: rgba(212, 48, 48, 0.12);
}

.reliability-page .seq-link {
  border-radius: 6px;
}

@media (max-width: 768px) {
  .blog-hero { padding: 120px 0 40px; }
  .post-hero { padding: 120px 0 32px; }
  .path-card { grid-template-columns: 36px 1fr; gap: 12px; padding: 20px 12px; margin: 0 -12px; }
  .path-num { font-size: 22px; }
  .path-title { font-size: 17px; }
  .question-grid { grid-template-columns: 1fr; }
  .case-files-grid { grid-template-columns: 1fr; }
  .case-card { padding: 16px 14px 14px; }
  .case-card h3 { font-size: 21px; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metric-value { font-size: 11px; }
  .post-sequence { grid-template-columns: 1fr; }
  .step-card { grid-template-columns: 32px 1fr; gap: 12px; }
  .pull-quote { font-size: 19px; }

  .hall-of-fame-page .hall-post { padding: 0 16px 40px; }
  .hall-of-fame-page .post-hero {
    padding: 126px 0 40px;
    margin-bottom: 28px;
  }
  .hall-of-fame-page .post-body section {
    padding: 20px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .hall-of-fame-page .case-files-grid {
    gap: 14px;
  }
  .hall-of-fame-page .case-card {
    padding: 38px 14px 14px;
    border-radius: 6px;
  }
  .hall-of-fame-page .case-card::before {
    left: 14px;
  }
  .hall-of-fame-page .case-metrics {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .hall-of-fame-page .case-metric-value {
    font-size: 13px;
  }
  .hall-of-fame-page .case-metric--headline .case-metric-value {
    font-size: clamp(1.5rem, 7vw, 1.95rem);
  }

  .spot-ai-page .spot-post { padding: 0 16px 40px; }
  .spot-ai-page .post-hero {
    padding: 124px 0 36px;
    margin-bottom: 24px;
  }
  .spot-ai-page .post-body section {
    padding: 18px 14px;
    border-radius: 6px;
    margin-bottom: 18px;
  }
  .spot-ai-page .spot-triage .scan-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .spot-ai-page .signal-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .spot-ai-page .signal-card h3 {
    font-size: 21px;
  }
  .spot-ai-page .false-grid {
    grid-template-columns: 1fr;
  }

  .check-ai-page .check-post { padding: 0 16px 40px; }
  .check-ai-page .post-hero {
    padding: 124px 0 36px;
    margin-bottom: 24px;
  }
  .check-ai-page .post-body section {
    padding: 18px 14px;
    border-radius: 6px;
    margin-bottom: 18px;
  }
  .check-ai-page .workflow-strip {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .check-ai-page .workflow-step h3 {
    font-size: 19px;
  }
  .check-ai-page .decision-grid {
    grid-template-columns: 1fr;
  }
  .check-ai-page .check-errors .false-grid {
    grid-template-columns: 1fr;
  }

  .mechanism-page .mechanism-post { padding: 0 16px 40px; }
  .mechanism-page .post-hero {
    padding: 124px 0 36px;
    margin-bottom: 24px;
  }
  .mechanism-page .post-body section {
    padding: 18px 14px;
    border-radius: 6px;
    margin-bottom: 18px;
  }
  .mechanism-page .pipeline-grid {
    grid-template-columns: 1fr;
  }
  .mechanism-page .engine-grid {
    grid-template-columns: 1fr;
  }
  .mechanism-page .disagree-grid {
    grid-template-columns: 1fr;
  }
  .mechanism-page .engine-card h3 {
    font-size: 21px;
  }

  .reliability-page .reliability-post { padding: 0 16px 40px; }
  .reliability-page .post-hero {
    padding: 124px 0 36px;
    margin-bottom: 24px;
  }
  .reliability-page .post-body section {
    padding: 18px 14px;
    border-radius: 6px;
    margin-bottom: 18px;
  }
  .reliability-page .reliability-split {
    grid-template-columns: 1fr;
  }
  .reliability-page .reliability-card h3 {
    font-size: 21px;
  }
}
