/*
Theme Name: Colt Jennings Universe
Theme URI: https://coltjennings.com
Author: Colt Jennings, LLC
Description: Custom novels-only theme for Colt Jennings: five novels, screen development, dispatches, travelogue, store, and professional inquiries.
Version: 6.9
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: colt-jennings-universe
License: Proprietary
*/

:root {
  --cj-charcoal: #171715;
  --cj-bone: #F2EEE5;
  --cj-ivory: #E8E0D1;
  --cj-graphite: #343432;
  --cj-bronze: #9B7547;
  --cj-stone: #B8B0A3;
  --cj-saddle: #6F4930;
  --cj-tobacco: #8A5F3D;
  --cj-amber: #B36E32;
  --cj-dust: #C5AA88;
  --cj-navy: #1E2832;
  --cj-oxblood: #6A3431;
  --cj-limestone: #E7E1D6;
  --cj-deep-graphite: #272827;
  --cj-green: #283831;
  --cj-bluegray: #44525A;
  --cj-gold: #A68B5B;
  --cj-white: #FAF9F5;
  --cj-max: 1280px;
  --cj-reading: 760px;
  --cj-serif: Georgia, "Times New Roman", serif;
  --cj-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cj-bone);
  color: var(--cj-graphite);
  font-family: var(--cj-sans);
  font-size: 18px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.cj-container { width: min(calc(100% - 40px), var(--cj-max)); margin-inline: auto; }
.cj-reading { width: min(calc(100% - 40px), var(--cj-reading)); margin-inline: auto; }
.cj-kicker {
  font-size: 0.76rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 700; color: var(--cj-bronze); margin-bottom: 12px;
}
.cj-title, h1, h2, h3 { font-family: var(--cj-serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3.25rem, 8vw, 6.7rem); margin: 0; letter-spacing: .04em; }
h2 { font-size: clamp(2.3rem, 5vw, 4.25rem); margin: 0 0 24px; }
h3 { font-size: clamp(1.55rem, 3vw, 2.15rem); margin: 0 0 14px; }
p { margin: 0 0 1.15rem; }
blockquote { margin: 0; }
.cj-section { padding: 120px 0; }
.cj-section--tight { padding: 90px 0; }
.cj-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 13px 22px; border: 1px solid transparent; font-size: .82rem;
  letter-spacing: .1em; text-transform: uppercase; font-weight: 700;
  transition: .25s ease; cursor: pointer;
}
.cj-btn--primary { background: var(--cj-charcoal); color: var(--cj-white); }
.cj-btn--primary:hover { background: var(--cj-bronze); }
.cj-btn--light { background: var(--cj-white); color: var(--cj-charcoal); }
.cj-btn--outline { border-color: currentColor; background: transparent; }
.cj-btn--outline:hover { background: rgba(255,255,255,.1); }
.cj-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cj-status {
  display: inline-block; padding: 5px 9px; border: 1px solid rgba(155,117,71,.5);
  font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--cj-bronze);
}

/* Header */
.cj-header {
  position: fixed; inset: 0 0 auto; z-index: 50; color: var(--cj-white);
  border-bottom: 1px solid rgba(255,255,255,.12); transition: .25s ease;
}
.cj-header.is-scrolled { background: rgba(23,23,21,.97); backdrop-filter: blur(10px); }
.cj-header__inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.cj-wordmark {
  font-family: var(--cj-serif); font-size: 1.3rem; letter-spacing: .14em;
  white-space: nowrap; font-weight: 600;
}
.cj-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.cj-nav a { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.cj-nav a:hover { color: var(--cj-dust); }
.cj-menu-toggle { display: none; margin-left: auto; background: transparent; color: white; border: 0; font-size: 1.5rem; }

/* Hero */
.cj-hero {
  min-height: 92vh; display: grid; align-items: end; color: var(--cj-white);
  background:
    linear-gradient(90deg, rgba(14,14,13,.9) 0%, rgba(14,14,13,.56) 45%, rgba(14,14,13,.2) 75%),
    radial-gradient(circle at 78% 30%, rgba(179,110,50,.35), transparent 27%),
    linear-gradient(145deg, #111411 0%, #2d251d 45%, #5e3b24 100%);
  position: relative; overflow: hidden;
}
.cj-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px; opacity: .4;
}
.cj-hero::after {
  content: ""; position: absolute; right: -6vw; bottom: -10vh; width: 56vw; height: 54vh;
  border-radius: 50% 50% 0 0; border-top: 1px solid rgba(255,255,255,.2);
  transform: rotate(-7deg); opacity: .5;
}
.cj-hero__content { position: relative; z-index: 2; padding: 170px 0 100px; max-width: 920px; }
.cj-hero__sub { font-family: var(--cj-serif); font-size: clamp(1.5rem, 3vw, 2.3rem); margin-top: 18px; color: var(--cj-ivory); }
.cj-hero__copy { max-width: 800px; margin-top: 28px; color: rgba(255,255,255,.84); }

/* Split worlds */
.cj-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.cj-world { position: relative; padding: 90px; display: flex; align-items: end; color: var(--cj-white); overflow: hidden; }
.cj-world::before { content: ""; position: absolute; inset: 0; z-index: 0; }
.cj-world--novels::before {
  background:
    linear-gradient(0deg, rgba(28,17,11,.92), rgba(28,17,11,.25)),
    repeating-linear-gradient(15deg, rgba(255,255,255,.025) 0 2px, transparent 2px 18px),
    linear-gradient(135deg, #2b1a11 0%, #7c4d2b 55%, #b88657 100%);
}
.cj-world--stewardship { color: var(--cj-deep-graphite); }
.cj-world--stewardship::before {
  background:
    linear-gradient(rgba(250,249,245,.88), rgba(231,225,214,.96)),
    linear-gradient(90deg, transparent 49.7%, rgba(39,40,39,.12) 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 49.7%, rgba(39,40,39,.12) 50%, transparent 50.3%);
  background-size: auto, 80px 80px, 80px 80px;
}
.cj-world__content { position: relative; z-index: 2; max-width: 620px; }
.cj-world__quote { font-family: var(--cj-serif); font-size: 1.55rem; margin: 22px 0; }

/* Conviction */
.cj-conviction { background: var(--cj-white); text-align: center; position: relative; }
.cj-conviction::before, .cj-conviction::after {
  content: ""; display: block; width: min(80%, 980px); height: 1px; background: var(--cj-gold); margin: 0 auto;
}
.cj-conviction__inner { padding: 88px 0; }
.cj-conviction__statement { font-family: var(--cj-serif); font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: 1.05; color: var(--cj-deep-graphite); }
.cj-conviction__statement span { display: block; color: var(--cj-green); }

/* Cards */
.cj-grid { display: grid; gap: 28px; }
.cj-grid--4 { grid-template-columns: repeat(4, 1fr); }
.cj-grid--3 { grid-template-columns: repeat(3, 1fr); }
.cj-grid--2 { grid-template-columns: repeat(2, 1fr); }
.cj-card { background: var(--cj-white); border: 1px solid rgba(52,52,50,.12); padding: 28px; }
.cj-book {
  min-height: 410px; padding: 34px 26px; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 18px 40px rgba(0,0,0,.14); border: 1px solid rgba(255,255,255,.2);
  font-family: var(--cj-serif);
}
.cj-book--1 { background: linear-gradient(145deg, #2c1a13, #6f4930); color: white; }
.cj-book--2 { background: linear-gradient(145deg, #26303a, #8a5f3d); color: white; }
.cj-book--3 { background: linear-gradient(145deg, #402725, #6a3431); color: white; }
.cj-book--4 { background: linear-gradient(145deg, #161817, #9b562d); color: white; }
.cj-book__num { font-family: var(--cj-sans); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; opacity: .75; }
.cj-book__title { font-size: 1.8rem; line-height: 1.1; }
.cj-volume {
  min-height: 360px; background: var(--cj-limestone); color: var(--cj-deep-graphite);
  border: 1px solid rgba(39,40,39,.18); padding: 34px; display: flex; flex-direction: column;
}
.cj-volume__rule { height: 3px; background: var(--cj-gold); width: 52px; margin-bottom: 40px; }
.cj-volume__function { margin-top: auto; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cj-green); }

/* Library */
.cj-library { background: var(--cj-limestone); }
.cj-library__flow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; margin-top: 48px; }
.cj-library__item {
  padding: 24px 18px; background: rgba(250,249,245,.75); border-top: 3px solid var(--cj-gold);
  min-height: 200px;
}
.cj-library__function { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; color: var(--cj-green); }

/* Invitation */
.cj-invitation { background: var(--cj-charcoal); color: var(--cj-white); }
.cj-path {
  padding: 28px; border: 1px solid rgba(255,255,255,.18); min-height: 190px;
  background: rgba(255,255,255,.035);
}
.cj-path__icon { font-size: 1.5rem; color: var(--cj-bronze); margin-bottom: 18px; }

/* Split feature */
.cj-feature { display: grid; grid-template-columns: 1fr 1fr; }
.cj-feature__visual { min-height: 610px; }
.cj-feature__visual--fellowship {
  background:
    linear-gradient(rgba(21,22,20,.45), rgba(21,22,20,.82)),
    linear-gradient(135deg, #52605b, #161817);
}
.cj-feature__visual--screen {
  background:
    radial-gradient(circle at 70% 25%, rgba(166,139,91,.18), transparent 25%),
    linear-gradient(135deg, #0f1010, #2b3034);
}
.cj-feature__copy { padding: 90px; display: flex; flex-direction: column; justify-content: center; }
.cj-feature--dark { background: var(--cj-charcoal); color: var(--cj-white); }

/* Development */
.cj-development { background: var(--cj-white); }
.cj-dev { border-top: 3px solid var(--cj-bronze); padding-top: 24px; }

/* Journal/store */
.cj-journal-card__image {
  height: 230px; background: linear-gradient(135deg, #2f332f, #9b7547); margin: -28px -28px 24px;
}
.cj-store-family { min-height: 320px; display: flex; flex-direction: column; justify-content: end; color: white; padding: 34px; }
.cj-store-family--novels { background: linear-gradient(145deg,#3b2518,#8a5f3d); }
.cj-store-family--foundation { background: linear-gradient(145deg,#26362f,#7d806f); }
.cj-store-family--library { background: linear-gradient(145deg,#30302d,#a68b5b); }

/* Dispatches */
.cj-dispatches { background: var(--cj-charcoal); color: var(--cj-white); }
.cj-form { display: grid; grid-template-columns: 1fr 1.3fr 1.2fr auto; gap: 12px; margin-top: 30px; }
.cj-form input, .cj-form select {
  min-height: 50px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05);
  color: var(--cj-white); padding: 0 14px; font: inherit;
}
.cj-form select option { color: #111; }

/* Footer */
.cj-footer { background: #10110f; color: rgba(255,255,255,.78); padding: 80px 0 30px; }
.cj-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); gap: 34px; }
.cj-footer h4 { color: white; margin: 0 0 16px; font-family: var(--cj-serif); }
.cj-footer a { display: block; margin: 8px 0; font-size: .9rem; }
.cj-footer__bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

/* WordPress content */
.entry-content > * { max-width: var(--cj-reading); margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: var(--cj-max); }
.entry-content > .alignfull { max-width: none; }

/* Responsive */
@media (max-width: 1080px) {
  .cj-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 24px;
    background: var(--cj-charcoal); flex-direction: column; align-items: flex-start; }
  .cj-nav.is-open { display: flex; }
  .cj-menu-toggle { display: block; }
  .cj-header .cj-btn { display: none; }
  .cj-split, .cj-feature { grid-template-columns: 1fr; }
  .cj-world { min-height: 620px; padding: 60px 40px; }
  .cj-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .cj-library__flow { grid-template-columns: repeat(2, 1fr); }
  .cj-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .cj-feature__copy { padding: 70px 40px; }
  .cj-feature__visual { min-height: 420px; }
  .cj-form { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .cj-container, .cj-reading { width: min(calc(100% - 28px), var(--cj-max)); }
  .cj-section { padding: 82px 0; }
  .cj-section--tight { padding: 68px 0; }
  .cj-hero__content { padding: 135px 0 72px; }
  .cj-hero__copy { max-width: 100%; }
  .cj-grid--4, .cj-grid--3, .cj-grid--2, .cj-library__flow, .cj-footer__grid, .cj-form { grid-template-columns: 1fr; }
  .cj-world { min-height: 560px; padding: 46px 24px; }
  .cj-conviction__inner { padding: 68px 0; }
  .cj-book { min-height: 360px; }
  .cj-feature__copy { padding: 58px 24px; }
  .cj-actions .cj-btn { width: 100%; }
}


/* v1.1 spacing refinement: labels, titles, and card hierarchy */
.cj-volume .cj-status {
  display: inline-block;
  width: auto;
  align-self: flex-start;
  margin: 0 0 26px;
}

.cj-volume .cj-status + h3 {
  margin-top: 0;
}

.cj-journal-card .cj-status {
  display: inline-block;
  width: auto;
  margin: 0 0 18px;
}

.cj-journal-card .cj-status + h3 {
  margin-top: 0;
}

.cj-dev .cj-status {
  display: inline-block;
  width: auto;
  margin-top: 18px;
}

@media (max-width: 680px) {
  .cj-volume .cj-status {
    margin-bottom: 20px;
  }

  .cj-journal-card .cj-status {
    margin-bottom: 14px;
  }
}


/* v1.2 constitutional library layout and whitespace refinement */
.cj-library__flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.cj-library__item {
  min-width: 0;
  min-height: 230px;
  overflow-wrap: anywhere;
}

.cj-library__item h3 {
  font-size: clamp(1.7rem, 2.2vw, 2.6rem);
  line-height: 1.04;
}

.cj-library__item p {
  font-size: 1rem;
  line-height: 1.45;
}

.cj-library__item:nth-child(n+5) {
  grid-column: span 1;
}

.cj-feature__visual,
.cj-journal-card__image,
.cj-world {
  background-position: center;
  background-size: cover;
}

/* Intentional editorial whitespace should remain generous,
   but cards and image zones should not appear accidentally empty. */
.cj-card,
.cj-volume,
.cj-path,
.cj-library__item {
  display: flex;
  flex-direction: column;
}

.cj-library__item p,
.cj-path p,
.cj-volume p {
  margin-bottom: 0;
}

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

@media (max-width: 820px) {
  .cj-library__flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .cj-library__item {
    min-height: auto;
  }
}


/* v1.3 homepage visual and functional audit refinements */

/* Stronger global heading containment */
.cj-section h2,
.cj-feature h2,
.cj-world h2 {
  max-width: 18ch;
  overflow-wrap: normal;
  text-wrap: balance;
}

.cj-library h2 {
  max-width: 15ch;
}

/* Clear distinction between foundation and supporting volumes */
.cj-library__flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cj-library__item--foundation {
  background: var(--cj-white);
  border-top-width: 5px;
  border-color: var(--cj-green);
}

.cj-library__item--supporting {
  background: rgba(250,249,245,.72);
  border-top-color: var(--cj-gold);
}

.cj-library__item--future {
  border-style: dashed;
  border-width: 1px;
  border-top-width: 3px;
  border-color: rgba(40,56,49,.35);
}

.cj-library__group-label {
  grid-column: 1 / -1;
  margin: 18px 0 -2px;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--cj-green);
  font-weight: 700;
}

/* More disciplined homepage length */
.cj-development .cj-dev p,
.cj-journal-card p,
.cj-store-family p {
  max-width: 34ch;
}

.cj-development .cj-grid,
#journal .cj-grid,
#store .cj-grid {
  align-items: stretch;
}

.cj-development .cj-dev,
.cj-journal-card,
.cj-store-family {
  min-height: 100%;
}

/* Accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--cj-amber);
  outline-offset: 3px;
}

.cj-btn,
.cj-nav a,
.cj-footer a {
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

.cj-btn:hover,
.cj-btn:focus-visible {
  transform: translateY(-1px);
}

.cj-menu-toggle {
  min-width: 44px;
  min-height: 44px;
}

.cj-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.cj-form__note {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.68);
  font-size: .82rem;
}

/* Reduce accidental empty-feeling visual zones before final imagery is added */
.cj-feature__visual {
  position: relative;
  overflow: hidden;
}

.cj-feature__visual::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
}

.cj-world--novels::after,
.cj-world--stewardship::after {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
}

.cj-world--stewardship::after {
  border-color: rgba(39,40,39,.14);
}

/* Footer and link clarity */
.cj-footer a:hover,
.cj-footer a:focus-visible,
.cj-nav a:hover,
.cj-nav a:focus-visible {
  text-decoration: underline;
}

/* Motion preferences */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1180px) {
  .cj-section h2,
  .cj-feature h2,
  .cj-world h2 {
    max-width: 22ch;
  }
}

@media (max-width: 820px) {
  .cj-section h2,
  .cj-feature h2,
  .cj-world h2,
  .cj-library h2 {
    max-width: none;
  }

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

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

  .cj-library__item {
    min-height: auto;
  }
}


/* v1.4 alignment and overflow refinement */
html,
body {
  overflow-x: hidden;
}

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

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

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

/* Development cards: keep titles, descriptions, and status labels aligned */
.cj-development .cj-dev {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.cj-development .cj-dev h3 {
  margin-bottom: 18px;
}

.cj-development .cj-dev p {
  margin-bottom: 24px;
}

.cj-development .cj-dev .cj-status {
  margin-top: auto;
  align-self: flex-start;
}

/* Standard status-label placement throughout the homepage */
.cj-status {
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
}

.cj-volume .cj-status,
.cj-journal-card .cj-status,
.cj-development .cj-status {
  position: static;
  transform: none;
}

/* Prevent headings and card content from bleeding beyond their columns */
.cj-dev,
.cj-card,
.cj-volume,
.cj-library__item,
.cj-store-family,
.cj-path {
  min-width: 0;
}

.cj-dev h3,
.cj-card h3,
.cj-volume h3,
.cj-library__item h3,
.cj-store-family h3,
.cj-path h3 {
  overflow-wrap: break-word;
  word-break: normal;
}

/* Keep section content inside the visible frame */
.cj-container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1080px) {
  .cj-grid--4,
  .cj-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .cj-grid--4,
  .cj-grid--3,
  .cj-grid--2 {
    grid-template-columns: 1fr;
  }

  .cj-development .cj-dev .cj-status {
    width: fit-content;
  }
}


/* v1.5 card alignment and vertical-rhythm refinement */

/* Shared card rhythm */
.cj-card,
.cj-volume,
.cj-library__item,
.cj-path,
.cj-dev,
.cj-store-family {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cj-card > *,
.cj-volume > *,
.cj-library__item > *,
.cj-path > *,
.cj-dev > *,
.cj-store-family > * {
  flex-shrink: 0;
}

/* Status + action row under novel covers */
.cj-actions {
  align-items: center;
}

.cj-actions > .cj-status,
.cj-actions > .cj-btn {
  min-height: 50px;
}

.cj-actions > .cj-status {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
}

.cj-actions > .cj-btn {
  display: inline-flex;
  align-items: center;
}

/* Stewardship foundation and supporting-volume cards */
.cj-library__item {
  padding: 30px 22px 28px;
}

.cj-library__item .cj-library__function {
  min-height: 22px;
  margin-bottom: 10px;
}

.cj-library__item h3 {
  min-height: 2.15em;
  margin-bottom: 20px;
}

.cj-library__item p {
  margin-top: 0;
  max-width: 30ch;
}

.cj-library__item--foundation,
.cj-library__item--supporting,
.cj-library__item--future {
  min-height: 360px;
}

/* Invitation pathway cards */
.cj-path {
  padding: 34px;
}

.cj-path__icon {
  min-height: 34px;
  margin-bottom: 18px;
}

.cj-path h3 {
  min-height: 2.25em;
  margin-bottom: 18px;
}

.cj-path p {
  margin-top: 0;
  max-width: 34ch;
}

/* Speaking / fellowship actions */
.cj-feature__copy .cj-actions {
  align-items: center;
  margin-bottom: 18px;
}

.cj-feature__copy .cj-actions + small {
  display: block;
  max-width: 52ch;
  line-height: 1.55;
  margin-top: 0;
}

/* Journal cards */
.cj-journal-card {
  padding: 28px 36px 36px;
}

.cj-journal-card .cj-status {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
}

.cj-journal-card h3 {
  min-height: 4.3em;
  margin-bottom: 22px;
  line-height: 1.08;
}

.cj-journal-card p {
  margin-top: auto;
  max-width: 32ch;
}

/* Development cards */
.cj-development .cj-dev {
  padding-bottom: 2px;
}

.cj-development .cj-dev h3 {
  min-height: 1.35em;
}

.cj-development .cj-dev p {
  min-height: 7.2em;
}

.cj-development .cj-dev .cj-status {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

/* Store family cards */
.cj-store-family h3 {
  min-height: 2.2em;
}

.cj-store-family p {
  margin-top: auto;
}

/* Mobile: allow natural heights */
@media (max-width: 820px) {
  .cj-library__item h3,
  .cj-path h3,
  .cj-journal-card h3,
  .cj-development .cj-dev h3,
  .cj-development .cj-dev p,
  .cj-store-family h3 {
    min-height: auto;
  }

  .cj-library__item--foundation,
  .cj-library__item--supporting,
  .cj-library__item--future {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .cj-actions > .cj-status,
  .cj-actions > .cj-btn {
    width: 100%;
  }

  .cj-journal-card {
    padding: 26px;
  }
}


/* v1.6 integrated novel-cover artwork */
.cj-book {
  min-height: 0;
  padding: 0;
  background: none !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
  border: 1px solid rgba(23,23,21,.12);
  overflow: hidden;
  aspect-ratio: 1 / 2.02;
}

.cj-book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cj-book__fallback {
  display: none;
}

@media (max-width: 680px) {
  .cj-book {
    aspect-ratio: 1 / 2.02;
  }
}


/* v1.7 stewardship collectors-edition cover integration */
.cj-subkicker {
  margin: 84px 0 0;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--cj-green);
}

.cj-foundation-grid {
  margin-top: 34px;
}

.cj-cover-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cj-book--stewardship {
  box-shadow: 0 20px 44px rgba(0,0,0,.10);
  border-color: rgba(23,23,21,.10);
}

.cj-book--stewardship img {
  object-fit: cover;
}

.cj-cover-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.cj-cover-card__meta .cj-status {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  margin: 0;
}

.cj-cover-card__function {
  font-size: .78rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(22,36,31,.78);
  font-weight: 700;
}

.cj-supporting-shelf {
  margin-top: 54px;
}

.cj-supporting-shelf__intro {
  margin: 0 0 24px;
  max-width: 54ch;
}

.cj-supporting-shelf__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.cj-supporting-shelf__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cj-supporting-shelf__item .cj-book {
  aspect-ratio: 1 / 1.42;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.cj-supporting-shelf__title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--cj-ink);
}

.cj-supporting-shelf__note {
  font-size: .82rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(22,36,31,.68);
}

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

@media (max-width: 820px) {
  .cj-subkicker {
    margin-top: 68px;
  }

  .cj-cover-card__meta {
    align-items: flex-start;
  }

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

@media (max-width: 560px) {
  .cj-supporting-shelf__grid {
    grid-template-columns: 1fr;
  }

  .cj-cover-card__meta .cj-status {
    width: fit-content;
  }
}


/* v1.8 corrected Stewardship collector covers and proportional sizing */
.cj-foundation-grid {
  width: min(100%, 1040px);
  margin-left: auto;
  margin-right: auto;
  gap: 34px;
}

.cj-cover-card {
  min-width: 0;
}

.cj-book--stewardship {
  aspect-ratio: 2 / 3;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  min-height: 0;
  background: transparent !important;
}

.cj-book--stewardship img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.cj-cover-card__meta {
  width: min(100%, 320px);
  margin-left: auto;
  margin-right: auto;
}

.cj-supporting-shelf {
  margin-top: 72px;
}

.cj-supporting-shelf__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 24px;
  align-items: start;
}

.cj-supporting-shelf__item {
  min-width: 0;
}

.cj-supporting-shelf__item .cj-book {
  aspect-ratio: 2 / 3;
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  min-height: 0;
}

.cj-supporting-shelf__item .cj-book img {
  object-fit: contain;
}

.cj-supporting-shelf__title,
.cj-supporting-shelf__note {
  width: min(100%, 230px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1181px) {
  .cj-supporting-shelf__item:last-child {
    grid-column: 2 / span 2;
  }

  .cj-supporting-shelf__item:last-child .cj-book,
  .cj-supporting-shelf__item:last-child .cj-supporting-shelf__title,
  .cj-supporting-shelf__item:last-child .cj-supporting-shelf__note {
    max-width: 230px;
  }
}

@media (max-width: 1180px) {
  .cj-foundation-grid {
    width: min(100%, 900px);
  }

  .cj-book--stewardship {
    max-width: 290px;
  }

  .cj-cover-card__meta {
    max-width: 290px;
  }

  .cj-supporting-shelf__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .cj-foundation-grid {
    grid-template-columns: 1fr;
    width: min(100%, 440px);
  }

  .cj-book--stewardship,
  .cj-cover-card__meta {
    max-width: 360px;
  }

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

@media (max-width: 560px) {
  .cj-book--stewardship,
  .cj-cover-card__meta {
    max-width: 300px;
  }

  .cj-supporting-shelf__grid {
    grid-template-columns: 1fr;
  }

  .cj-supporting-shelf__item .cj-book,
  .cj-supporting-shelf__title,
  .cj-supporting-shelf__note {
    max-width: 280px;
  }
}


/* v1.9 adopted Stewardship library diagram integration */
.cj-library-diagram {
  margin: 48px auto 0;
  width: min(100%, 1120px);
  background: var(--cj-white);
  border: 1px solid rgba(23,23,21,.12);
  box-shadow: 0 18px 44px rgba(0,0,0,.08);
  padding: 18px;
}

.cj-library-diagram img {
  display: block;
  width: 100%;
  height: auto;
}

.cj-library-diagram__caption {
  width: min(100%, 860px);
  margin: 22px auto 0;
  text-align: center;
  color: rgba(34,34,32,.76);
}

.cj-library-diagram__caption strong {
  color: var(--cj-green);
}

.cj-library-diagram__actions {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 680px) {
  .cj-library-diagram {
    padding: 8px;
    margin-top: 30px;
  }

  .cj-library-diagram__caption {
    text-align: left;
  }
}


/* v2.0 split-panel alignment refinement */
.cj-split {
  align-items: stretch;
}

.cj-world {
  align-items: stretch;
}

.cj-world__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  width: 100%;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cj-world__content .cj-kicker {
  margin-bottom: 28px;
}

.cj-world__content h2 {
  margin-bottom: 28px;
  min-height: 3.15em;
}

.cj-world__content h3 {
  margin: 0 0 26px;
  min-height: 2.65em;
}

.cj-world--novels p,
.cj-world--stewardship .cj-world__quote {
  max-width: 15ch;
}

.cj-world--novels p {
  margin: 0;
}

.cj-world__quote {
  margin: 0;
  line-height: 1.18;
}

.cj-world .cj-actions {
  margin-top: auto;
  padding-top: 34px;
}

@media (max-width: 1080px) {
  .cj-world__content {
    min-height: auto;
  }

  .cj-world__content h2,
  .cj-world__content h3 {
    min-height: auto;
  }

  .cj-world--novels p,
  .cj-world--stewardship .cj-world__quote {
    max-width: 100%;
  }
}


/* v2.1 split-panel readability refinement */
.cj-world__content h2 {
  font-size: clamp(3.2rem, 4.6vw, 5.2rem);
  line-height: .98;
  max-width: 10ch;
}

.cj-world__content h3 {
  font-size: clamp(1.65rem, 2.3vw, 2.45rem);
  line-height: 1.08;
  max-width: 19ch;
}

.cj-world--novels p {
  max-width: 29ch;
  font-size: 1.02rem;
  line-height: 1.58;
}

.cj-world--stewardship .cj-world__quote {
  max-width: 22ch;
  font-size: clamp(1.45rem, 1.9vw, 1.95rem);
  line-height: 1.12;
}

@media (max-width: 1180px) and (min-width: 1081px) {
  .cj-world {
    padding: 74px;
  }

  .cj-world__content h2 {
    font-size: clamp(3rem, 4.2vw, 4.6rem);
  }

  .cj-world__content h3 {
    font-size: clamp(1.5rem, 2vw, 2.1rem);
  }
}

@media (max-width: 1080px) {
  .cj-world__content h2,
  .cj-world__content h3,
  .cj-world--novels p,
  .cj-world--stewardship .cj-world__quote {
    max-width: 100%;
  }
}


/* v2.2 brand system implementation */
.cj-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex-shrink: 0;
}
.cj-brand__monogram {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.cj-header .cj-wordmark {
  display: inline-block;
}
.cj-hero__mark {
  position: absolute;
  inset: auto 6vw 8vh auto;
  width: min(30vw, 420px);
  aspect-ratio: 1 / 1;
  background: url('assets/images/brand/cj-lion-profile.png') center/contain no-repeat;
  opacity: .16;
  z-index: 1;
  filter: saturate(.92) contrast(1.03);
  pointer-events: none;
}
.cj-world__emblem {
  position: absolute;
  top: 42px;
  right: 40px;
  width: clamp(120px, 16vw, 200px);
  aspect-ratio: 1 / 1;
  z-index: 1;
  opacity: .18;
  pointer-events: none;
}
.cj-world__emblem--lion {
  background: url('assets/images/brand/cj-lion-front.png') center/contain no-repeat;
}
.cj-footer__brand {
  display: grid;
  grid-template-columns: 124px 1fr;
  align-items: center;
  gap: 20px;
}
.cj-footer__seal {
  width: 124px;
  height: 124px;
  object-fit: contain;
  display: block;
}
.cj-footer__brand .cj-wordmark {
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .cj-hero__mark { width: min(38vw, 320px); right: 4vw; bottom: 6vh; }
  .cj-world__emblem { right: 28px; top: 28px; width: clamp(100px, 20vw, 160px); }
  .cj-footer__brand { grid-template-columns: 100px 1fr; gap: 18px; }
  .cj-footer__seal { width: 100px; height: 100px; }
}
@media (max-width: 680px) {
  .cj-brand { gap: 10px; }
  .cj-brand__monogram { width: 34px; height: 34px; }
  .cj-header .cj-wordmark { font-size: 1.02rem; letter-spacing: .12em; }
  .cj-hero__mark { width: 56vw; right: -6vw; bottom: 4vh; opacity: .12; }
  .cj-world__emblem { width: 108px; right: 18px; top: 18px; opacity: .14; }
  .cj-footer__brand { grid-template-columns: 1fr; }
  .cj-footer__seal { width: 108px; height: 108px; }
}


/* v2.3 normalized author-line alignment across novel covers */
.cj-book--novel img {
  transition: transform .25s ease;
}
.cj-book--novel-1 img { transform: translateY(0); }
.cj-book--novel-2 img { transform: translateY(0); }
.cj-book--novel-3 img { transform: translateY(-6px); }
.cj-book--novel-4 img { transform: translateY(-6px); }

@media (max-width: 680px) {
  .cj-book--novel-3 img { transform: translateY(-4px); }
  .cj-book--novel-4 img { transform: translateY(-4px); }
}


/* v2.4 screen key-art system */
.cj-screen-collage {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  background: #0f1010;
  overflow: hidden;
}

.cj-screen-collage__primary,
.cj-screen-collage__secondary {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 0;
}

.cj-screen-collage__primary {
  grid-row: 1 / span 2;
  background-image:
    linear-gradient(180deg, rgba(10,11,11,.04), rgba(10,11,11,.24)),
    url('assets/images/screen/screen-pitch-cover.jpg');
  background-position: 42% center;
}

.cj-screen-collage__secondary--industrial {
  background-image:
    linear-gradient(180deg, rgba(10,11,11,.02), rgba(10,11,11,.18)),
    url('assets/images/screen/screen-pitch-industrial-crop.jpg');
  background-position: 62% center;
}

.cj-screen-collage__secondary--team {
  background-image:
    linear-gradient(180deg, rgba(10,11,11,.03), rgba(10,11,11,.2)),
    url('assets/images/screen/screen-pitch-yacht-crop.jpg');
  background-position: center;
}

.cj-screen-collage__primary::after,
.cj-screen-collage__secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

@media (max-width: 1080px) {
  .cj-screen-collage {
    min-height: 620px;
    grid-template-columns: 1.1fr .9fr;
  }
}

@media (max-width: 680px) {
  .cj-screen-collage {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px 220px;
  }

  .cj-screen-collage__primary {
    grid-column: 1 / -1;
    grid-row: 1;
    background-position: 50% center;
  }

  .cj-screen-collage__secondary--industrial,
  .cj-screen-collage__secondary--team {
    grid-row: 2;
  }
}

/* v2.5 curated atmosphere and fellowship imagery */
.cj-world--novels::before {
  background:
    linear-gradient(0deg, rgba(22,14,10,.94), rgba(22,14,10,.42)),
    url('assets/images/atmosphere/novels-snowbound-calf.jpg'),
    repeating-linear-gradient(15deg, rgba(255,255,255,.018) 0 2px, transparent 2px 18px),
    linear-gradient(135deg, #24160f 0%, #6d4529 55%, #ab7f54 100%);
  background-position: center, center 36%, center, center;
  background-repeat: no-repeat;
  background-size: cover, cover, auto, cover;
}

.cj-feature__visual--fellowship {
  background:
    linear-gradient(rgba(18,18,16,.24), rgba(18,18,16,.72)),
    url('assets/images/fellowship/stewardship-annual-gathering.png');
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

.cj-journal-card--stewardship .cj-journal-card__image,
.cj-journal-card--universe .cj-journal-card__image,
.cj-journal-card--transition .cj-journal-card__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cj-journal-card--stewardship .cj-journal-card__image {
  background-image:
    linear-gradient(rgba(22,22,20,.16), rgba(22,22,20,.42)),
    url('assets/images/fellowship/stewardship-annual-gathering.png');
  background-position: center, center 38%;
}

.cj-journal-card--universe .cj-journal-card__image {
  background-image:
    linear-gradient(rgba(24,16,10,.16), rgba(24,16,10,.44)),
    url('assets/images/atmosphere/universe-luckenbach.jpg');
  background-position: center, center;
}

.cj-journal-card--transition .cj-journal-card__image {
  background-image:
    linear-gradient(rgba(18,20,28,.18), rgba(18,20,28,.36)),
    url('assets/images/journal/dove-bible-light.png');
  background-position: center, center 58%;
}


/* v2.6 journal transition image refinement */
.cj-journal-card--transition .cj-journal-card__image {
  background-size: cover, cover;
  min-height: 230px;
}

@media (max-width: 680px) {
  .cj-journal-card--transition .cj-journal-card__image {
    background-position: center, 58% center;
  }
}


/* v2.7 novels landing and detail pages */
.cj-page-hero { padding: 150px 0 70px; background: var(--cj-limestone); }
.cj-page-hero--novels { background: linear-gradient(180deg, #f3ede3 0%, #e8dfd0 100%); }
.cj-page-hero__inner { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr); gap: 52px; align-items: center; }
.cj-page-hero__cover { width: 100%; max-width: 360px; margin: 0 auto; box-shadow: 0 20px 44px rgba(0,0,0,.14); border: 1px solid rgba(23,23,21,.1); }
.cj-page-hero__cover img { display:block; width:100%; height:auto; }
.cj-page-hero__meta .cj-kicker { margin-bottom: 14px; }
.cj-page-hero__meta h1 { font-size: clamp(2.8rem, 5vw, 5rem); margin-bottom: 18px; }
.cj-page-hero__line { font-family: var(--cj-serif); font-size: clamp(1.2rem, 2.2vw, 1.8rem); line-height: 1.28; color: var(--cj-deep-graphite); max-width: 32ch; }
.cj-page-hero__lede { margin-top: 24px; max-width: 64ch; }
.cj-detail { padding: 86px 0; }
.cj-detail__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr); gap: 48px; align-items: start; }
.cj-prose { max-width: 68ch; }
.cj-prose p { margin-bottom: 1.1rem; }
.cj-sidecard { background: var(--cj-white); border: 1px solid rgba(23,23,21,.12); box-shadow: 0 12px 28px rgba(0,0,0,.06); padding: 28px; }
.cj-sidecard + .cj-sidecard { margin-top: 18px; }
.cj-sidecard h3 { font-size: 1.2rem; margin-bottom: 16px; }
.cj-facts { display: grid; gap: 12px; }
.cj-fact { border-top: 1px solid rgba(23,23,21,.12); padding-top: 12px; }
.cj-fact:first-child { border-top: 0; padding-top: 0; }
.cj-fact__label { display:block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cj-bronze); font-weight: 700; margin-bottom: 6px; }
.cj-fact__value { font-size: .98rem; line-height: 1.45; }
.cj-tagline-list { display:grid; gap: 10px; }
.cj-tagline-item { font-family: var(--cj-serif); font-size: 1.05rem; line-height: 1.35; }
.cj-series-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; margin-top: 40px; }
.cj-series-card { background: var(--cj-white); border: 1px solid rgba(23,23,21,.12); box-shadow: 0 12px 28px rgba(0,0,0,.06); overflow: hidden; }
.cj-series-card__inner { display:grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 20px; align-items: center; }
.cj-series-card__cover { display:block; width:100%; }
.cj-series-card__cover img { display:block; width:100%; aspect-ratio: 1251 / 2595; object-fit: cover; object-position: center top; background:#141311; box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.cj-series-card__content h3 { margin-bottom: 10px; font-size: 1.5rem; }
.cj-series-card__content p { margin-bottom: 16px; }
.cj-mini-kicker { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cj-bronze); font-weight:700; margin-bottom: 10px; }
.cj-page-rule { height:1px; background: rgba(23,23,21,.12); margin: 30px 0; }
@media (max-width: 980px) {
  .cj-page-hero__inner, .cj-detail__grid, .cj-series-card__inner { grid-template-columns: 1fr; }
  .cj-page-hero__cover { max-width: 300px; }
  .cj-series-grid { grid-template-columns: 1fr; }
}


/* v2.9 Colt Jennings public biography */
.cj-bio-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 100px;
  background:
    radial-gradient(circle at 82% 28%, rgba(166,139,91,.18), transparent 30%),
    linear-gradient(135deg, #171714 0%, #2a2018 58%, #55402b 100%);
  color: var(--cj-white);
}
.cj-bio-hero__inner { position: relative; min-height: 430px; display: flex; align-items: center; }
.cj-bio-hero__content { position: relative; z-index: 2; width: min(100%, 900px); }
.cj-bio-hero h1 { max-width: 13ch; font-size: clamp(3.1rem, 6vw, 6.5rem); line-height: .98; margin-bottom: 28px; }
.cj-bio-hero__lead { max-width: 38ch; font-family: var(--cj-serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.35; color: rgba(255,255,255,.88); }
.cj-bio-hero__mark { position: absolute; right: -2%; bottom: -22%; width: min(48vw, 650px); aspect-ratio: 1; background: url('assets/images/brand/cj-lion-profile.png') center/contain no-repeat; opacity: .18; }
.cj-bio-section { padding: 100px 0; background: var(--cj-limestone); }
.cj-bio-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 64px; align-items: start; }
.cj-bio-copy { max-width: 72ch; }
.cj-bio-copy p { font-size: 1.12rem; line-height: 1.75; margin-bottom: 1.35rem; }
.cj-bio-aside { position: sticky; top: 110px; }
.cj-bio-panel { background: var(--cj-white); border: 1px solid rgba(23,23,21,.12); padding: 32px; box-shadow: 0 16px 36px rgba(0,0,0,.07); }
.cj-bio-panel + .cj-bio-panel { margin-top: 22px; }
.cj-bio-panel__seal { display: block; width: 150px; height: 150px; object-fit: contain; margin: 0 auto 24px; }
.cj-bio-panel p { line-height: 1.6; }
.cj-bio-panel--dark { background: #171714; color: var(--cj-white); border-color: rgba(255,255,255,.12); }
.cj-bio-panel--dark a { display: inline-block; margin-top: 14px; color: #d4b575; font-weight: 700; }
.cj-bio-quote { padding: 86px 0; background: #171714; color: var(--cj-white); }
.cj-bio-quote blockquote { max-width: 36ch; margin: 0 auto; text-align: center; font-family: var(--cj-serif); font-size: clamp(2rem, 4.2vw, 4.3rem); line-height: 1.12; }
@media (max-width: 900px) {
  .cj-bio-grid { grid-template-columns: 1fr; }
  .cj-bio-aside { position: static; }
  .cj-bio-hero__mark { width: 70vw; right: -18%; bottom: -5%; }
}
@media (max-width: 620px) {
  .cj-bio-hero { padding: 135px 0 76px; }
  .cj-bio-hero__inner { min-height: 390px; }
  .cj-bio-section { padding: 72px 0; }
  .cj-bio-copy p { font-size: 1.03rem; }
}


/* v3.1 approved status and inquiry system */
.cj-feature__copy > .cj-status { align-self: flex-start; margin-bottom: 22px; max-width: 100%; }
.cj-page-hero__meta > .cj-status { margin-bottom: 18px; }
.cj-contact-list { display: grid; gap: 10px; margin-top: 16px; }
.cj-contact-list a { display: block; }
.cj-supporting-shelf__note { line-height: 1.5; }
.cj-footer__bottom a { display: inline; }
@media (max-width: 680px) {
  .cj-feature__copy > .cj-status, .cj-page-hero__meta > .cj-status { width: fit-content; }
}


/* v3.2 contact page */
.cj-contact-cards { align-items: stretch; }
.cj-contact-cards .cj-panel { display: flex; flex-direction: column; gap: 18px; min-height: 100%; }
.cj-contact-cards .cj-panel .cj-btn { margin-top: auto; align-self: flex-start; }
.cj-contact-cards .cj-status { align-self: flex-start; }

/* v3.3 Stewardship landing page and public inquiry forms */
.cj-section--stone { background: #e9e2d6; }
.cj-stewardship-hero { position: relative; overflow: hidden; padding: 170px 0 110px; background: linear-gradient(135deg,#f2eee5 0%,#e7dfd0 58%,#d9cbb7 100%); }
.cj-stewardship-hero__inner { position: relative; z-index: 2; min-height: 420px; display:flex; align-items:center; }
.cj-stewardship-hero__inner > div { max-width: 920px; }
.cj-stewardship-hero h1 { max-width: 14ch; font-size: clamp(3.2rem,6vw,6.5rem); line-height:.98; margin-bottom:28px; }
.cj-stewardship-hero__lead { max-width: 48ch; font-family: var(--cj-serif); font-size: clamp(1.25rem,2.2vw,2rem); line-height:1.38; }
.cj-stewardship-hero__mark { position:absolute; right:-3%; bottom:-28%; width:min(56vw,720px); aspect-ratio:1; background:url('assets/images/brand/cj-lion-front.png') center/contain no-repeat; opacity:.12; }
.cj-stewardship-statement { margin:42px 0 0; padding:32px 0 0; border-top:1px solid rgba(23,23,21,.16); font-family:var(--cj-serif); font-size:clamp(2rem,4vw,4rem); line-height:1.1; }
.cj-stewardship-statement span { display:block; margin-top:12px; font-size:.56em; line-height:1.35; }
.cj-stewardship-volume-grid .cj-panel { display:flex; flex-direction:column; gap:16px; }
.cj-stewardship-volume-grid .cj-panel a { margin-top:auto; color:var(--cj-bronze); font-weight:700; }
.cj-form-layout { display:grid; grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr); gap:64px; align-items:start; }
.cj-form-panel { background:var(--cj-white); border:1px solid rgba(23,23,21,.12); padding:clamp(26px,4vw,48px); box-shadow:0 16px 38px rgba(0,0,0,.07); }
.cj-inquiry-form { width:100%; }
.cj-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; margin-bottom:26px; }
.cj-field { display:grid; gap:8px; }
.cj-field > span { font-size:.76rem; letter-spacing:.12em; text-transform:uppercase; font-weight:700; color:var(--cj-graphite); }
.cj-field em, .cj-consent em { color:var(--cj-bronze); font-style:normal; font-size:.68rem; }
.cj-field input,.cj-field select,.cj-field textarea { width:100%; border:1px solid rgba(23,23,21,.22); background:#fbfaf7; color:var(--cj-charcoal); padding:13px 14px; font:inherit; border-radius:0; }
.cj-field textarea { resize:vertical; min-height:150px; }
.cj-field input:focus,.cj-field select:focus,.cj-field textarea:focus { outline:2px solid rgba(155,117,71,.36); outline-offset:2px; border-color:var(--cj-bronze); }
.cj-field--full { grid-column:1/-1; }
.cj-consent { display:flex; gap:12px; align-items:flex-start; font-size:.9rem; line-height:1.5; }
.cj-consent input { margin-top:4px; }
.cj-form-privacy { margin-top:18px; font-size:.82rem; line-height:1.55; color:#67635c; }
.cj-form-notice { margin-bottom:24px; padding:16px 18px; border-left:4px solid; line-height:1.5; }
.cj-form-notice--success { background:#eef3ea; border-color:#667b58; }
.cj-form-notice--error { background:#f7ece8; border-color:#98594a; }
.cj-form-honeypot { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(1px,1px,1px,1px)!important; }
@media (max-width:900px){.cj-form-layout{grid-template-columns:1fr}.cj-stewardship-hero__mark{width:78vw;right:-22%;bottom:-5%}}
@media (max-width:620px){.cj-form-grid{grid-template-columns:1fr}.cj-field--full{grid-column:auto}.cj-stewardship-hero{padding:135px 0 78px}.cj-stewardship-hero__inner{min-height:390px}.cj-form-panel{padding:24px}}


/* v3.4 Stewardship spacing, card alignment, and Begin Here route */
.cj-panel {
  min-width: 0;
  background: rgba(255,255,255,.16);
  padding: 28px;
  border: 1px solid rgba(23,23,21,.08);
}
.cj-stewardship-volume-grid,
.cj-stewardship-future-grid { align-items: stretch; }
.cj-stewardship-volume-grid .cj-panel,
.cj-stewardship-future-grid .cj-panel {
  height: 100%;
  box-sizing: border-box;
}
.cj-stewardship-volume-grid .cj-panel {
  display: grid;
  grid-template-rows: auto minmax(2.35em, auto) 1fr auto;
  gap: 18px;
}
.cj-stewardship-volume-grid .cj-panel h3,
.cj-stewardship-volume-grid .cj-panel p,
.cj-stewardship-volume-grid .cj-panel a { margin: 0; }
.cj-stewardship-volume-grid .cj-panel h3 { font-size: clamp(1.75rem, 2.55vw, 2.7rem); }
.cj-stewardship-volume-grid .cj-panel p { line-height: 1.6; }
.cj-stewardship-future-grid .cj-panel {
  display: grid;
  grid-template-rows: auto minmax(1.25em, auto) 1fr;
  gap: 18px;
}
.cj-stewardship-future-grid .cj-panel h3,
.cj-stewardship-future-grid .cj-panel p { margin: 0; }
.cj-stewardship-future-grid .cj-panel h3 { font-size: clamp(1.7rem, 2.5vw, 2.55rem); }
.cj-speaking-info .cj-sidecard { margin-top: 34px; padding: clamp(26px, 4vw, 38px); }
.cj-speaking-info .cj-sidecard .cj-status { margin-bottom: 8px; }
.cj-speaking-info .cj-sidecard h3 { font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.16; margin: 0 0 22px; }
.cj-speaking-info .cj-sidecard p { font-size: 1rem; line-height: 1.7; margin-bottom: 24px; }
.cj-speaking-info .cj-sidecard > a { display: inline-block; font-size: .98rem; line-height: 1.4; color: var(--cj-bronze); font-weight: 700; overflow-wrap: anywhere; }
.cj-begin-hero { padding: 165px 0 88px; background: linear-gradient(135deg,#f2eee5 0%,#e7dfd0 100%); }
.cj-begin-hero h1 { max-width: 14ch; font-size: clamp(3rem,6vw,6rem); line-height:1; margin-bottom:24px; }
.cj-begin-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr); gap:60px; align-items:start; }
.cj-begin-step { border-top:1px solid rgba(23,23,21,.16); padding:24px 0; }
.cj-begin-step:first-child { border-top:0; padding-top:0; }
.cj-begin-step h3 { font-size:1.55rem; margin-bottom:10px; }
@media (max-width: 900px) {
  .cj-stewardship-volume-grid .cj-panel,
  .cj-stewardship-future-grid .cj-panel { min-height: 0; }
  .cj-begin-grid { grid-template-columns:1fr; }
}
@media (max-width: 680px) {
  .cj-panel { padding: 24px; }
  .cj-stewardship-volume-grid .cj-panel,
  .cj-stewardship-future-grid .cj-panel { display:flex; flex-direction:column; gap:14px; }
  .cj-speaking-info .cj-sidecard { margin-top:28px; }
}


/* v3.6 content-responsive button sizing and rhythm */
.cj-btn {
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  min-height: 52px;
  padding: 14px 24px;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

/* Action widths are determined by their wording rather than a fixed footprint. */
.cj-actions > .cj-btn {
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  min-height: 52px;
}

.cj-series-card__content > .cj-btn,
.cj-contact-cards .cj-panel .cj-btn,
.cj-sidecard .cj-btn,
.cj-form .cj-btn {
  width: fit-content;
  min-width: 0;
  min-height: 52px;
}

/* Header call-to-action stays proportionate to the navigation. */
.cj-header .cj-btn {
  width: auto;
  min-width: 0;
  min-height: 44px;
  padding: 11px 18px;
}

@media (max-width: 760px) {
  .cj-actions > .cj-btn,
  .cj-contact-cards .cj-panel .cj-btn,
  .cj-sidecard .cj-btn,
  .cj-form .cj-btn,
  .cj-series-card__content > .cj-btn {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    white-space: normal;
  }
}
\n\n/* v3.7 operational forms, mail routing, library route, and spacing refinement */\n.cj-contact-address { display:block; margin-top:14px; color:var(--cj-bronze); font-weight:700; overflow-wrap:anywhere; }\n.cj-development .cj-grid--3 { align-items:stretch; }\n.cj-development .cj-dev { padding:30px; border:1px solid rgba(23,23,21,.10); background:rgba(255,255,255,.12); }\n.cj-development .cj-dev h3 { min-height:1.25em; }\n.cj-development .cj-dev p { flex:1; line-height:1.65; }\n.cj-development .cj-dev .cj-status { width:fit-content; min-height:0; padding:12px 16px; }\n.cj-sidecard .cj-status { width:fit-content; }\n.cj-sidecard { overflow:hidden; }\n.cj-sidecard p { max-width:42ch; }\n.cj-library-route-grid { align-items:stretch; }\n.cj-library-route-grid .cj-panel { display:grid; grid-template-rows:auto minmax(2.3em,auto) 1fr; gap:18px; }\n.cj-library-route-grid .cj-panel > * { margin:0; }\n.cj-dispatch-form { display:grid; grid-template-columns:minmax(180px,.85fr) minmax(240px,1.05fr) minmax(220px,.95fr) auto; gap:16px; align-items:end; }\n.cj-dispatch-form > label:not(.cj-dispatch-consent) { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }\n.cj-dispatch-form input,.cj-dispatch-form select { min-height:52px; }\n.cj-dispatch-consent { grid-column:1/-1; display:flex; align-items:flex-start; gap:10px; font-size:.82rem; line-height:1.45; color:rgba(255,255,255,.72); }\n.cj-dispatch-consent input { min-height:0; width:auto; margin-top:3px; }\n.cj-dispatches .cj-form-notice { max-width:760px; background:rgba(255,255,255,.1); color:#fff; }\n@media (max-width:980px){.cj-dispatch-form{grid-template-columns:1fr 1fr}.cj-dispatch-form .cj-btn{width:100%}.cj-dispatch-consent{grid-column:1/-1}}\n@media (max-width:680px){.cj-dispatch-form{grid-template-columns:1fr}.cj-dispatch-consent{grid-column:auto}.cj-development .cj-dev{padding:24px}}\n

/* v3.8 navigation and back-to-top controls */
html { scroll-behavior: smooth; }
.cj-back-to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 46px; padding: 0 16px;
  border: 1px solid rgba(255,255,255,.38); background: rgba(16,17,15,.94);
  color: #fff; font-family: var(--cj-sans); font-size: .76rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.cj-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.cj-back-to-top:hover, .cj-back-to-top:focus-visible { background: var(--cj-bronze); color: #fff; }
@media (max-width:680px){.cj-back-to-top{right:14px;bottom:14px;padding:0 13px}.cj-back-to-top span{display:none}}

/* v3.9 Dispatch consent visibility and layout correction */
.cj-form .cj-dispatch-consent {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 2px 0 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,.78);
  font-size: .86rem;
  line-height: 1.5;
}
.cj-form .cj-dispatch-consent input[type="checkbox"] {
  position: static;
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--cj-bronze);
}
.cj-dispatch-form > .cj-btn {
  grid-column: 1 / -1;
  justify-self: start;
}
@media (max-width: 680px) {
  .cj-dispatch-form > .cj-btn { width: 100%; }
}


/* v4.0 Dispatch notification routing and confirmation refinement */
.cj-dispatches .cj-form-notice {
  width: fit-content;
  max-width: min(100%, 880px);
  margin: 22px 0 34px;
  padding: 16px 20px;
  color: #243126;
  background: #eef3ea;
  border: 1px solid rgba(102,123,88,.34);
  border-left: 4px solid #667b58;
  box-shadow: none;
}
.cj-dispatches .cj-form-notice strong { color: #243126; }
@media (max-width: 680px) {
  .cj-dispatches .cj-form-notice { width: 100%; }
}


/* v4.1 public trust, Screen, and Speaking & Fellowship interiors */
.cj-legal-copy{max-width:860px;font-size:1rem;line-height:1.78}.cj-legal-copy h2{font-size:clamp(1.5rem,2.5vw,2.15rem);margin:44px 0 14px}.cj-legal-copy p{margin:0 0 18px}.cj-legal-copy a{color:var(--cj-bronze);font-weight:700}
.cj-footer__legal{display:flex;flex-wrap:wrap;gap:10px 22px;padding:28px 0 0;margin-top:28px;border-top:1px solid rgba(255,255,255,.12)}.cj-footer__legal a{font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.68)}
.cj-screen-hero,.cj-fellowship-hero{position:relative;min-height:72vh;display:flex;align-items:flex-end;color:#fff;overflow:hidden;background:#121210}.cj-screen-hero__image,.cj-fellowship-hero__image{position:absolute;inset:0;background-position:center;background-size:cover}.cj-screen-hero__image{background-image:linear-gradient(90deg,rgba(10,10,9,.94) 0%,rgba(10,10,9,.67) 52%,rgba(10,10,9,.16) 100%),url('assets/images/screen/screen-pitch-cover.jpg')}.cj-fellowship-hero__image{background-image:linear-gradient(90deg,rgba(10,10,9,.9) 0%,rgba(10,10,9,.62) 56%,rgba(10,10,9,.18) 100%),url('assets/images/fellowship/stewardship-annual-gathering.png')}.cj-screen-hero__content,.cj-fellowship-hero__content{position:relative;z-index:2;padding-top:170px;padding-bottom:80px}.cj-screen-hero h1,.cj-fellowship-hero h1{color:#fff;max-width:12ch;font-size:clamp(3.5rem,8vw,7.6rem);line-height:.9}.cj-screen-hero p,.cj-fellowship-hero p{max-width:670px;font-size:clamp(1rem,1.8vw,1.35rem);line-height:1.6;color:rgba(255,255,255,.82)}.cj-fellowship-hero .cj-status{margin-top:28px;width:fit-content;color:#fff;border-color:rgba(255,255,255,.45)}
.cj-screen-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:48px}.cj-screen-card{background:#fff;border:1px solid rgba(23,23,21,.12);box-shadow:0 16px 34px rgba(0,0,0,.07);overflow:hidden}.cj-screen-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.cj-screen-card>div{padding:30px}.cj-screen-card h3{margin:18px 0 12px;font-size:clamp(1.5rem,2.5vw,2.2rem)}.cj-screen-card p{line-height:1.65}.cj-section--dark{background:#171715;color:#fff}.cj-section--dark h2{color:#fff}.cj-section--dark p{color:rgba(255,255,255,.75)}.cj-section--soft{background:#eee7db}.cj-screen-callout{display:flex;justify-content:space-between;align-items:center;gap:40px}.cj-screen-callout>div{max-width:760px}.cj-engagement-grid{margin-top:44px;align-items:stretch}.cj-engagement-grid .cj-panel{padding:30px;display:flex;flex-direction:column}.cj-engagement-grid .cj-panel p{line-height:1.65;margin-bottom:0}
@media(max-width:900px){.cj-screen-grid{grid-template-columns:1fr}.cj-screen-callout{align-items:flex-start;flex-direction:column}.cj-screen-hero,.cj-fellowship-hero{min-height:64vh}.cj-screen-hero h1,.cj-fellowship-hero h1{max-width:14ch}}


/* v4.2 Journal and Store interior cards */
.cj-info-card { border: 1px solid rgba(155,116,68,.34); padding: clamp(26px,3vw,42px); background: rgba(255,255,255,.42); min-height: 100%; display:flex; flex-direction:column; align-items:flex-start; }
.cj-info-card h3 { margin: 20px 0 14px; }
.cj-info-card p { flex:1; }
.cj-info-card > a { margin-top: 18px; font-weight:700; color:var(--cj-bronze); }
.cj-inner-hero--dark { background:#151514; color:#f4f0e8; }
.cj-inner-hero--dark h1,.cj-inner-hero--dark p { color:inherit; }


/* v4.3 Journal hero spacing and action-row refinement */
.cj-inner-hero {
  position: relative;
  padding: 168px 0 96px;
  overflow: hidden;
}
.cj-inner-hero .cj-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cj-inner-hero .cj-reading {
  width: min(100%, 900px);
  margin: 24px 0 0 !important;
}
.cj-inner-hero .cj-actions {
  margin-top: 38px;
  gap: 18px;
  align-items: stretch;
}
.cj-inner-hero .cj-actions .cj-btn {
  margin: 0;
}
@media (max-width: 760px) {
  .cj-inner-hero { padding: 132px 0 72px; }
  .cj-inner-hero .cj-actions { width: 100%; gap: 12px; }
}


/* v4.4 route-completion and interior-volume layout */
.cj-route-grid { align-items: stretch; }
.cj-route-card { border: 1px solid rgba(157,119,72,.35); padding: clamp(28px,4vw,48px); display:flex; flex-direction:column; min-height:100%; }
.cj-route-card h2 { margin:20px 0 18px; }
.cj-route-card p { flex:1; margin-bottom:28px; }
.cj-volume-layout { display:grid; grid-template-columns:minmax(260px,420px) minmax(0,1fr); gap:clamp(40px,7vw,96px); align-items:center; }
.cj-volume-cover img { width:100%; height:auto; display:block; box-shadow:0 28px 60px rgba(0,0,0,.18); }
.cj-volume-copy .cj-subkicker { margin-top:26px; }
.cj-volume-copy p { max-width:760px; }
@media (max-width: 820px) { .cj-volume-layout { grid-template-columns:1fr; } .cj-volume-cover { max-width:420px; } }

/* v4.5 Constitutional Library card refinement */
.cj-library-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 64px;
  align-items: stretch;
}
.cj-library-route-card {
  min-width: 0;
  min-height: 350px;
  padding: clamp(30px, 3vw, 42px);
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(23,23,21,.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.cj-library-route-card .cj-status {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 9px 13px;
  line-height: 1.25;
}
.cj-library-route-card h3 {
  margin: 0 0 22px;
  max-width: 14ch;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: .98;
  letter-spacing: -.025em;
}
.cj-library-route-card p {
  margin: 0;
  max-width: 34ch;
  font-size: 1rem;
  line-height: 1.65;
}
.cj-library-route-card > a {
  margin-top: auto;
  padding-top: 28px;
  color: var(--cj-bronze);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cj-library-route-actions { margin-top: 48px; }
@media (max-width: 1080px) {
  .cj-library-route-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .cj-library-route-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }
  .cj-library-route-card { min-height: 0; padding: 28px 24px; }
  .cj-library-route-card h3 { max-width: none; }
}

/* Launch Candidate 1.1 — primary navigation fit and admin-bar spacing */
.cj-header .cj-container {
  width: min(calc(100% - 48px), 1840px);
}
.cj-header__inner {
  min-height: 82px;
  gap: clamp(14px, 1.25vw, 24px);
}
.cj-brand { flex: 0 0 auto; }
.cj-header .cj-wordmark {
  font-size: clamp(1rem, 1.15vw, 1.3rem);
  letter-spacing: .12em;
}
.cj-nav {
  gap: clamp(12px, 1.2vw, 22px);
  min-width: 0;
}
.cj-nav a {
  white-space: nowrap;
  line-height: 1;
  font-size: clamp(.64rem, .67vw, .72rem);
  letter-spacing: .085em;
}
.cj-header .cj-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: .68rem;
  padding-inline: 16px;
}
body.admin-bar .cj-header { top: 32px; }

@media (max-width: 1500px) {
  .cj-nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    padding: 24px;
    background: var(--cj-charcoal);
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .cj-nav.is-open { display: flex; }
  .cj-menu-toggle { display: block; }
  .cj-header .cj-btn { display: none; }
}
@media screen and (max-width: 782px) {
  body.admin-bar .cj-header { top: 46px; }
}

/* Launch Candidate 1.2 — mobile brand visibility and header anchoring */
@media (max-width: 680px) {
  .cj-header {
    left: 0;
    right: 0;
    width: 100%;
    overflow: visible;
  }
  .cj-header .cj-container,
  .cj-header__inner {
    width: calc(100% - 28px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    transform: none;
  }
  .cj-header__inner {
    min-height: 72px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .cj-brand {
    display: inline-flex;
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 52px);
    margin: 0;
    transform: none;
    overflow: visible;
  }
  .cj-brand__monogram {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
  }
  .cj-header .cj-wordmark {
    display: block;
    min-width: 0;
    overflow: visible;
    white-space: nowrap;
    font-size: clamp(.88rem, 4vw, 1.02rem);
    letter-spacing: .095em;
  }
  .cj-menu-toggle {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-left: auto;
  }
  .cj-nav { top: 72px; }
}


/* v5.1 five-novel series update */
.cj-series-grid--five { grid-template-columns: repeat(2, minmax(0,1fr)); }
.cj-series-card__content .cj-status { margin: 0 0 12px 0; }
@media (min-width: 1180px) {
  .cj-series-grid--five .cj-series-card:nth-child(5) { grid-column: 1 / -1; max-width: calc(50% - 14px); justify-self: center; }
}
.cj-grid--5 { display:grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 28px; }
@media (max-width: 1180px) { .cj-grid--5 { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 760px) { .cj-grid--5 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 520px) { .cj-grid--5 { grid-template-columns: 1fr; } }


/* v6.1 restore Colt Jennings western horseback image on novels-only site */
.cj-split--single-story {
  grid-template-columns: 1fr;
  min-height: 680px;
}
.cj-split--single-story .cj-world {
  min-height: 680px;
  padding: clamp(54px, 8vw, 110px);
}
.cj-split--single-story .cj-world__content {
  max-width: 760px;
}
.cj-split--single-story .cj-world h2 {
  max-width: 11ch;
}
.cj-split--single-story .cj-world p {
  max-width: 660px;
  color: rgba(255,255,255,.84);
}
.cj-journal-card--novels .cj-journal-card__image {
  background-image:
    linear-gradient(rgba(24,16,10,.10), rgba(24,16,10,.42)),
    url('assets/images/atmosphere/novels-snowbound-calf.jpg');
  background-position: center, center 38%;
  background-repeat: no-repeat;
  background-size: cover, cover;
}
@media (max-width: 780px) {
  .cj-split--single-story,
  .cj-split--single-story .cj-world { min-height: 560px; }
  .cj-split--single-story .cj-world { padding: 54px 28px; }
}


/* v6.3 novels-only panel refinement: remove distracting box seams and clarify Colt as Arkansas-raised, Florida-built, and country by formation with affection for the West */
.cj-split--single-story .cj-world::after {
  display: none;
}
.cj-split--single-story .cj-world {
  padding-left: clamp(48px, 7vw, 96px);
  padding-right: clamp(48px, 7vw, 96px);
}
.cj-split--single-story .cj-world__content {
  text-shadow: 0 2px 24px rgba(0,0,0,.38);
}
.cj-split--single-story .cj-world h2 {
  max-width: 14ch;
}
.cj-split--single-story .cj-world h3 {
  max-width: 36ch;
}
@media (max-width: 780px) {
  .cj-split--single-story .cj-world {
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* v6.4 identity/entity refinement: public language leans fully into Colt Jennings while identifying Colt Jennings, LLC as the legal and commercial entity for formal inquiries. */

/* Colt Jennings Travelogue v6.5 */
.cj-travel-hero {
  min-height: 76vh;
  display:flex;
  align-items:flex-end;
  background:
    linear-gradient(90deg, rgba(14,13,12,.92), rgba(14,13,12,.58) 48%, rgba(14,13,12,.22)),
    url('assets/images/travelogue/frankfurt-night.jpg') center center/cover no-repeat;
  color: var(--cj-cream);
  padding: 180px 0 86px;
}
.cj-travel-hero__inner { max-width: 980px; }
.cj-travel-hero h1 { font-size: clamp(3.1rem, 7vw, 7.2rem); line-height: .92; max-width: 920px; margin: 20px 0 24px; }
.cj-travel-hero p { max-width: 760px; font-size: clamp(1.05rem, 1.4vw, 1.35rem); color: rgba(255,255,255,.82); }
.cj-travel-note h2 { max-width: 890px; }
.cj-travel-feature-grid { display:grid; gap: 34px; margin-top: 42px; }
.cj-travel-feature { display:grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 0; overflow:hidden; border-radius: 28px; background: var(--cj-limestone); box-shadow: 0 24px 80px rgba(0,0,0,.14); }
.cj-travel-feature:nth-child(even) .cj-travel-feature__image { order:2; }
.cj-travel-feature__image { min-height: 460px; background:#1b1a18; }
.cj-travel-feature__image img { width:100%; height:100%; object-fit:cover; display:block; }
.cj-travel-feature__copy { padding: clamp(32px, 5vw, 70px); display:flex; flex-direction:column; justify-content:center; }
.cj-travel-feature__copy h2 { font-size: clamp(2.4rem, 4vw, 4.4rem); line-height: .96; margin: 18px 0; }
.cj-travel-feature__copy p { font-size: 1.08rem; color: var(--cj-ink-soft); }
.cj-travel-gallery { background: #11100f; color: var(--cj-cream); }
.cj-travel-gallery h2 { max-width: 820px; }
.cj-travel-group { margin-top: 62px; }
.cj-travel-group h3 { font-size: clamp(1.7rem, 3vw, 3rem); margin: 0 0 24px; color: var(--cj-gold); }
.cj-travel-grid { column-count: 3; column-gap: 22px; }
.cj-travel-card { display:inline-block; width:100%; margin: 0 0 22px; break-inside: avoid; border-radius: 22px; overflow:hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); }
.cj-travel-card__image img { display:block; width:100%; height:auto; }
.cj-travel-card__copy { padding: 20px 20px 22px; }
.cj-travel-card__copy span { display:block; color: var(--cj-gold); text-transform:uppercase; letter-spacing:.14em; font-size:.74rem; margin-bottom:8px; }
.cj-travel-card__copy p { color: rgba(255,255,255,.78); margin:0; font-size:.98rem; }
@media (max-width: 980px) {
  .cj-travel-feature { grid-template-columns: 1fr; }
  .cj-travel-feature:nth-child(even) .cj-travel-feature__image { order:0; }
  .cj-travel-grid { column-count: 2; }
  .cj-travel-hero { padding-top: 140px; }
}
@media (max-width: 640px) {
  .cj-travel-grid { column-count: 1; }
  .cj-travel-feature__image { min-height: 320px; }
}


/* v6.6 Substack / Dispatches publishing links */
.cj-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.cj-social-link {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: auto;
  margin: 0 !important;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.04);
  text-decoration: none;
}
.cj-social-link span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(205,154,94,.18);
  border: 1px solid rgba(205,154,94,.35);
  color: var(--cj-gold);
  font-family: var(--cj-serif);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.cj-social-link em {
  font-style: normal;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cj-social-link:hover,
.cj-social-link:focus-visible {
  border-color: rgba(205,154,94,.45);
  background: rgba(205,154,94,.10);
  color: #fff;
}
