/* ============================================================
   PHR · SUBPAGE CSS
   Layered on top of editorial.css for sub-pages.
   Adds: subpage-hero, prose, marginalia, cross-links.
   ============================================================ */

/* ============================================================
   HERO CINEMA · bildschirmfüllendes Pattern für ALLE Seiten
   Index + alle Subpages. Top-Meta oben, h1 + Lede unten.
   Optional Video-Hintergrund via <video class="hero-cinema-video">.
   ============================================================ */
.hero-cinema {
  position: relative;
  height: calc(100vh - 82px);
  min-height: 640px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.hero-cinema-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: grayscale(0.35) contrast(1.05);
}
.hero-cinema-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 22%, rgba(0,0,0,0.18) 58%, rgba(0,0,0,0.78) 100%);
}
/* Vignette für non-video Heroes — subtiles Schwarz mit Verlauf */
.hero-cinema:not(:has(.hero-cinema-video)) .hero-cinema-overlay {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(255,255,255,0.025), transparent 70%),
    linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%),
    #000;
}
.hero-cinema-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 2;
  /* Content edge matched mit topbar/sections (gleicher --pad-x basis,
     zentriert auf --max-Container bei breiten Viewports). */
  padding-top: clamp(28px, 3vw, 44px);
  padding-left: max(var(--pad-x, clamp(20px, 4vw, 48px)), calc((100% - var(--max, 1480px)) / 2));
  padding-right: max(var(--pad-x, clamp(20px, 4vw, 48px)), calc((100% - var(--max, 1480px)) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.hero-cinema-top strong { color: #fff; font-weight: 600; }
.hero-cinema-top .hcm-c { text-align: center; }
.hero-cinema-top .hcm-r { text-align: right; }
.hero-cinema-title {
  position: absolute;
  left: 0; right: 0;
  bottom: 18vh;
  z-index: 2;
  padding-left: max(var(--pad-x, clamp(20px, 4vw, 48px)), calc((100% - var(--max, 1480px)) / 2));
  padding-right: max(var(--pad-x, clamp(20px, 4vw, 48px)), calc((100% - var(--max, 1480px)) / 2));
}
.hct-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: clamp(16px, 2vw, 28px);
}
.hct-eyebrow .accent {
  color: #fff;
  font-weight: 700;
  margin-right: 6px;
}
.hero-cinema-title h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(52px, 9vw, 168px);
  letter-spacing: -0.05em;
  line-height: 0.86;
  color: #fff;
  margin: 0;
  max-width: 16ch;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}
.hero-cinema-title h1 em { font-style: normal; font-weight: 900; }
.hct-lede {
  margin-top: clamp(28px, 3.5vw, 52px);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: rgba(255,255,255,0.88);
  max-width: 52ch;
}
@media (max-width: 800px) {
  .hero-cinema-top { grid-template-columns: 1fr; gap: 6px; }
  .hero-cinema-top .hcm-c,
  .hero-cinema-top .hcm-r { text-align: left; }
}

/* ============================================================
   Static hero (no video) — slimmer, H1 sits near the top,
   matches the /doctrines.php editorial pattern.
   Triggered automatically by absence of <video class="hero-cinema-video">.
   ============================================================ */
.hero-cinema:not(:has(.hero-cinema-video)) {
  height: auto;
  min-height: clamp(420px, 48vh, 560px);
  padding: clamp(120px, 14vw, 200px) max(var(--pad-x, 24px), calc((100% - var(--max, 1480px)) / 2)) clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--line, #2a2a2a);
}
/* Hide the overlay on static heroes; nothing to overlay without a video */
.hero-cinema:not(:has(.hero-cinema-video)) .hero-cinema-overlay {
  display: none;
}
.hero-cinema:not(:has(.hero-cinema-video)) .hero-cinema-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 2;
  color: var(--fg-soft, #b8b1a3);
}
.hero-cinema:not(:has(.hero-cinema-video)) .hero-cinema-top strong {
  color: var(--fg, #f1ede4);
}
.hero-cinema:not(:has(.hero-cinema-video)) .hero-cinema-title {
  position: relative;
  z-index: 2;
  padding: 0;
  bottom: auto;
}
.hero-cinema:not(:has(.hero-cinema-video)) .hero-cinema-title h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(56px, 8vw, 140px);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0 0 28px;
  max-width: 18ch;
  text-shadow: none;
  min-height: calc(1.9em);
}
.hero-cinema:not(:has(.hero-cinema-video)) .hct-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--fg-soft, #b8b1a3);
  margin-bottom: 24px;
}
.hero-cinema:not(:has(.hero-cinema-video)) .hct-lede {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.4;
  color: var(--fg-soft, #b8b1a3);
  max-width: 58ch;
  margin-top: 0;
}
@media (max-width: 800px) {
  .hero-cinema:not(:has(.hero-cinema-video)) {
    padding-top: clamp(96px, 18vw, 140px);
  }
  .hero-cinema:not(:has(.hero-cinema-video)) .hero-cinema-title h1 {
    font-size: clamp(44px, 11vw, 72px);
  }
}

/* ============================================================
   OLD .sub-hero — legacy, wird nicht mehr genutzt
   ============================================================ */
/* Subpage hero — quieter than the homepage cinema */
/* Subpage hero — uniform across the site. Same height, same h1 scale,
   same lede. Optional video background via .sub-hero--video. */
.sub-hero {
  position: relative;
  padding: clamp(80px, 12vw, 180px) 0 clamp(56px, 7vw, 96px);
  border-bottom: 1px solid var(--line);
  height: clamp(440px, 55vh, 620px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}
.sub-hero .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  flex: 1 1 auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0;
}
.sub-hero-meta { grid-row: 1; }
.sub-hero h1 { grid-row: 2; align-self: end; margin: 0; }
.sub-hero-lede { grid-row: 3; }

/* Video variant — keeps the exact same height, just adds a film layer. */
.sub-hero--video .sub-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: grayscale(0.35) contrast(1.05);
}
.sub-hero--video .sub-hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.75) 100%);
}
.sub-hero--video h1,
.sub-hero--video .sub-hero-lede,
.sub-hero--video .sub-hero-meta { color: #fff; }
.sub-hero--video .sub-hero-meta strong { color: #fff; }
.sub-hero--video .sub-hero-lede { color: rgba(255,255,255,0.85); }

/* Consistent spacing between hero and first section below */
.sub-hero + section,
.sub-hero + .prose-wrap,
.sub-hero + main > section:first-child {
  padding-top: clamp(64px, 8vw, 112px);
}
.sub-hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.sub-hero-meta > div:nth-child(2) { text-align: center; }
.sub-hero-meta > div:nth-child(3) { text-align: right; }
.sub-hero-meta strong { color: var(--fg); font-weight: 600; }

.sub-eyebrow { display: block; }
.sub-hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(44px, 6vw, 88px);
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin: 8px 0 0;
}
.sub-hero h1 em {
  font-style: normal;
  font-weight: 800;
}
.sub-hero h1 .soul {
  color: var(--soul);
  font-style: normal;
  font-weight: 900;
}
.sub-hero-lede {
  margin-top: clamp(24px, 3vw, 40px);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.22;
  letter-spacing: -0.02em;
  max-width: 28ch;
  color: var(--fg);
}

.sub-hero-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: clamp(32px, 4vw, 56px);
  padding: 18px 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.sub-hero-marks span {
  padding: 4px 18px 4px 0;
  margin-right: 18px;
  border-right: 1px solid var(--line);
}
.sub-hero-marks span:last-child { border-right: 0; }
.sub-hero-marks span::before { content: "// "; opacity: 0.5; }

/* Subpage with featured video (Ray Medulla) */
.sub-cinema {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  background: #000;
  overflow: hidden;
}
.sub-cinema video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(0.92);
}
.sub-cinema-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.85) 100%);
}
.sub-cinema-content {
  position: absolute; inset: 0;
  z-index: 2;
  padding: var(--pad-x);
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  color: #fff;
}
.sub-cinema-content > .sub-cinema-title { align-self: end; padding-bottom: 18vh; }
.sub-cinema-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.sub-cinema-meta > div:nth-child(2) { text-align: center; }
.sub-cinema-meta > div:nth-child(3) { text-align: right; }
.sub-cinema-meta strong { color: #fff; font-weight: 600; }
.sub-cinema-title h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(64px, 13vw, 220px);
  letter-spacing: -0.055em;
  line-height: 0.82;
  color: #fff;
  margin: 16px 0 0;
}
.sub-cinema-title .eyebrow { color: rgba(255,255,255,0.7); display: block; }
.sub-cinema-title .eyebrow .accent { color: var(--soul); }
.sub-cinema-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

/* Ray Medulla — gold accent (only place gold appears) */
[data-accent="gold"] { --soul: #D4A537; }
/* FBTS, TB6 etc. — neon pink like the rest of PHR */
[data-accent="red"]  { --soul: #f1ede4; }
[data-accent="pink"] { --soul: #f1ede4; }

/* Prose / long-form columns */
.prose-wrap {
  padding: clamp(64px, 8vw, 120px) 0;
  border-bottom: 1px solid var(--line);
}
.prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.prose-grid > .prose-body { max-width: 64ch; }
.prose-grid:not(:has(.prose-side-right)) {
  grid-template-columns: minmax(0, 1fr);
}
.prose-side {
  position: sticky;
  top: 80px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.prose-side .label {
  display: block;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--fg);
  font-weight: 600;
}
.prose-side ul { list-style: none; margin: 0; padding: 0; }
.prose-side li { padding: 6px 0; }
.prose-side a { color: var(--fg-soft); }
.prose-side a:hover { color: var(--fg); }
.prose-side a.is-active { color: var(--fg); }
.prose-side a.is-active::before { content: "→ "; color: var(--soul); }

.prose-body {
  max-width: 64ch;
}
.prose-body h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(36px, 4.5vw, 72px);
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: clamp(48px, 6vw, 80px) 0 24px;
}
.prose-body h2:first-child { margin-top: 0; }
.prose-body h2 em { font-style: normal; }
.prose-body h2 .soul { color: var(--soul); font-weight: 900; }
.prose-body h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: clamp(32px, 4vw, 48px) 0 12px;
}
.prose-body p {
  font-size: 17px;
  line-height: 1.62;
  margin-bottom: 1em;
  color: var(--fg);
}
.prose-body p strong { font-weight: 600; }
.prose-body p em { font-style: normal; }
.prose-body p.lede {
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.42;
  font-weight: 500;
  font-family: var(--font-display);
  letter-spacing: -0.015em;
  max-width: 30ch;
  margin-bottom: 1.4em;
}
.prose-body blockquote {
  margin: clamp(32px, 4vw, 56px) 0;
  padding: 0 0 0 clamp(20px, 3vw, 40px);
  border-left: 2px solid var(--soul);
  font-family: var(--font-display);
  font-weight: 600;
  font-style: normal;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.prose-body blockquote cite {
  display: block;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.prose-body hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: clamp(32px, 4vw, 48px) 0;
}
.prose-body ul, .prose-body ol {
  padding-left: 1.4em;
  margin-bottom: 1.4em;
}
.prose-body li {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.prose-side-right {
  position: sticky;
  top: 80px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.marginalia {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-bottom: 24px;
  color: var(--fg-soft);
}
.marginalia strong { display: block; color: var(--fg); margin-bottom: 6px; font-weight: 600; }
.marginalia p { font-family: var(--font-sans); font-size: 13px; line-height: 1.5; letter-spacing: 0; text-transform: none; color: var(--fg-soft); }

@media (max-width: 1100px) {
  .prose-grid { grid-template-columns: 1fr; }
  .prose-side, .prose-side-right { position: static; }
}

/* Cross-link nav between subpages */
.cross-nav {
  padding: clamp(64px, 8vw, 120px) 0;
  border-bottom: 1px solid var(--line);
}
.cross-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cross-nav-grid a {
  display: block;
  padding: clamp(28px, 3vw, 44px);
  background: rgba(255,255,255,0.03);
  border-right: 1px solid var(--line);
  transition: background 0.22s ease;
}
.cross-nav-grid a:hover { background: rgba(255,255,255,0.1); }
.cross-nav-grid a:last-child { border-right: 0; }
@media (max-width: 800px) {
  .cross-nav-grid { grid-template-columns: 1fr; }
  .cross-nav-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .cross-nav-grid a:last-child { border-bottom: 0; }
}
.cross-nav-grid .label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-soft);
  margin-bottom: 12px;
}
.cross-nav-grid .name {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--fg);
  margin-bottom: 14px;
}
.cross-nav-grid .desc {
  font-size: 14px;
  line-height: 1.45;
  color: var(--fg-soft);
  max-width: 36ch;
}
.cross-nav-grid .arrow {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
}

@media (max-width: 800px) {
  .cross-nav-grid { grid-template-columns: 1fr; }
}

/* TB6 — character grid */
.frq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.frq-cell {
  background: #141414;
  padding: clamp(24px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
a.frq-cell::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 3px; height: 100%;
  background: var(--soul);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.22s ease;
}
a.frq-cell::after {
  content: "↗";
  position: absolute;
  right: 22px; top: 22px;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--fg-mute);
  transition: color 0.22s ease, transform 0.22s ease;
}
a.frq-cell:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.4); background: #242424; }
a.frq-cell:hover::before { transform: scaleY(1); }
a.frq-cell:hover::after { color: var(--soul); transform: translate(2px, -2px); }
a.frq-cell:hover .frq-name { color: var(--soul); transition: color 0.22s ease; }
a.frq-cell:hover .frq-meta { color: var(--fg); }
.frq-cell .frq-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.frq-cell .frq-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--fg);
}
.frq-cell .frq-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--fg-soft);
  text-transform: uppercase;
}
.frq-cell .frq-meta {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--fg-mute);
  text-transform: uppercase;
}
.frq-cell.featured {
  background: var(--fg);
  color: var(--bg);
}
.frq-cell.featured .frq-num,
.frq-cell.featured .frq-tag,
.frq-cell.featured .frq-meta { color: rgba(255,255,255,0.65); }
html[data-theme="dark"] .frq-cell.featured .frq-num,
html[data-theme="dark"] .frq-cell.featured .frq-tag,
html[data-theme="dark"] .frq-cell.featured .frq-meta { color: rgba(0,0,0,0.6); }
.frq-cell.featured .frq-name { color: var(--soul); }

@media (max-width: 900px) { .frq-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .frq-grid { grid-template-columns: 1fr; } }

/* FBTS — readings list */
.readings {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.reading {
  display: grid;
  grid-template-columns: 80px 1fr 2fr;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(28px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--line);
}
.reading:last-child { border-bottom: 0; }
.reading .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--fg-soft);
  padding-top: 10px;
}
.reading .title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 2.6vw, 40px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--fg);
}
.reading .desc {
  font-size: 16px;
  line-height: 1.55;
  color: var(--fg-soft);
}
@media (max-width: 800px) {
  .reading { grid-template-columns: 1fr; gap: 8px; }
}

/* Method — AI bloodline grid (card look) */
.bloodline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.4vw, 20px);
}
.bloodline > a,
.bloodline > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.6vw, 32px);
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.22s ease;
  overflow: hidden;
}
.bloodline > a::before {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 3px; height: 100%;
  background: var(--soul);
  transform: scaleY(0); transform-origin: top;
  transition: transform 0.22s ease;
}
.bloodline > a:hover { border-color: var(--fg); transform: translateY(-2px); background: rgba(255,255,255,0.04); }
.bloodline > a:hover::before { transform: scaleY(1); }
.bloodline > a::after {
  content: "↗"; position: absolute; right: 22px; top: 22px;
  font-family: var(--font-mono); font-size: 14px; color: var(--fg-soft);
  transition: color 0.18s ease, transform 0.18s ease;
}
.bloodline > a:hover::after { color: var(--soul); transform: translate(2px, -2px); }
.bloodline h4 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -0.025em;
  line-height: 1.02; color: var(--fg); margin-top: 4px;
}
.bloodline .role {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--soul);
}
.bloodline p { font-size: 14.5px; line-height: 1.55; color: var(--fg-soft); margin: 0; }
@media (max-width: 1000px) { .bloodline { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .bloodline { grid-template-columns: 1fr; } }

/* Subpage utility breadcrumb */
.crumb {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-soft);
  margin-bottom: 24px;
}
.crumb a { color: var(--fg-soft); }
.crumb a:hover { color: var(--fg); }
.crumb .sep { padding: 0 8px; opacity: 0.5; }

/* ============================================================
   HEAR THE VOICE — shared closing block for character pages
   ============================================================ */
.hear-the-voice {
  padding: clamp(80px, 10vw, 140px) 0;
  border-top: 1px solid var(--line, #2a2a2a);
}
.hear-the-voice .wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}
.hear-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.hear-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-soft, #b8b1a3);
  margin-bottom: 24px;
}
.hear-inner h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 auto;
  max-width: 14ch;
}
.hear-inner h2 em { font-style: normal; }
.hear-inner > p {
  margin: 32px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg-soft, #b8b1a3);
  max-width: 56ch;
}
.hear-cta {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}


/* ============================================================
   MANIFEST GRID — 2x2 cells for the four manifesto cards
   ============================================================ */
.manifest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--fg, #f1ede4);
}
.manifest-grid .frq-cell {
  padding: clamp(32px, 4vw, 56px);
  border-right: 1px solid var(--line, #2a2a2a);
  border-bottom: 1px solid var(--line, #2a2a2a);
}
.manifest-grid .frq-cell:nth-child(2n) {
  border-right: 0;
}
.manifest-grid .frq-cell:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media (max-width: 800px) {
  .manifest-grid { grid-template-columns: 1fr; }
  .manifest-grid .frq-cell { border-right: 0; }
  .manifest-grid .frq-cell:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--line, #2a2a2a);
  }
  .manifest-grid .frq-cell:last-child {
    border-bottom: 0;
  }
}

/* === Diptych closer — shared between Reaper and Medulla pages === */
.diptych-closer {
  padding: clamp(80px, 12vw, 160px) var(--pad-x);
  text-align: center;
}
.diptych-closer .wrap {
  max-width: 720px;
  margin: 0 auto;
}
.diptych-closer .diptych-line {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--fg, #f1ede4);
  margin: 0;
}
.diptych-closer .diptych-line em {
  font-style: italic;
  font-weight: 600;
  color: var(--fg, #f1ede4);
}

.diptych-closer .diptych-sig {
  display: block;
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--fg-soft, #b8b1a3);
  font-style: normal;
}

/* === Download card — shared across essay/about pages === */
.dl-section {
  padding: clamp(60px, 8vw, 120px) var(--pad-x);
  background: var(--bg, #0a0a0a);
}
.dl-section .wrap { max-width: var(--max, 1480px); margin: 0 auto; }
.dl-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid var(--fg-mute, #7a7a7a);
  background: rgba(255,255,255,0.025);
  text-decoration: none;
  color: var(--fg, #f1ede4);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
  max-width: 880px;
  margin: 0 auto;
}
.dl-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}
.dl-card-arrow { transition: transform 0.22s ease; }
.dl-card:hover .dl-card-arrow { transform: translateY(4px); }
.dl-card-icon {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 12px;
  border: 1px solid var(--fg-soft, #b8b1a3);
  color: var(--fg, #f1ede4);
  white-space: nowrap;
}
.dl-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dl-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-soft, #b8b1a3);
}
.dl-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 24px);
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: var(--fg, #f1ede4);
}
.dl-card-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-soft, #b8b1a3);
}
.dl-card-arrow {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--fg, #f1ede4);
}
@media (max-width: 700px) {
  .dl-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .dl-card-icon { width: max-content; }
  .dl-card-arrow { display: none; }
}
