/* Faith in Motion — release site
   Palette: navy #122040 · cream #F4ECDF · dawn amber #E8A04A · ink #1A1A1A · soft white #FAF8F4
   Type: Playfair Display + Cormorant Garamond
*/

:root {
  --navy: #122040;
  --cream: #F4ECDF;
  --amber: #E8A04A;
  --ink: #1A1A1A;
  --soft: #FAF8F4;
  --navy-soft: rgba(18, 32, 64, 0.72);
  --cream-edge: #E8DFD0;
  --focus: #E8A04A;
  --radius-cover: 2px;
  --shell: min(1120px, calc(100% - 3rem));
  --font-display: "Playfair Display", "Times New Roman", Times, serif;
  --font-body: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --font-ui: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@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;
  }
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--navy);
  color: var(--soft);
  padding: 0.5rem 0.85rem;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  z-index: 100;
  text-decoration: none;
  border-radius: 2px;
}
.skip-link:focus { top: 1rem; }

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

/* ——— Wordmark ——— */
.wm-faith {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
}
.wm-motion {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.005em;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 560;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.55rem;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.btn-primary {
  background: var(--navy);
  color: var(--soft);
  border-color: var(--navy);
}
.btn-primary:hover {
  background: #0c1730;
  border-color: #0c1730;
}
.btn-primary:active { transform: translateY(1px); }
.btn-sm { padding: 0.55rem 1.1rem; font-size: 0.75rem; }
.btn-lg { padding: 1rem 1.85rem; font-size: 0.875rem; }

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: saturate(1.2) blur(12px);
  -webkit-backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.site-header.is-scrolled {
  border-bottom-color: var(--cream-edge);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  gap: 1rem;
}
.wordmark {
  text-decoration: none;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nav-link {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  opacity: 0.78;
}
.nav-link:hover { opacity: 1; }
@media (max-width: 560px) {
  .nav-link { display: none; }
}

/* ——— Hero ——— */
.hero {
  padding: clamp(2.25rem, 4.5vw, 3.75rem) 0;
  background:
    radial-gradient(ellipse 70% 55% at 92% 12%, rgba(232, 160, 74, 0.12), transparent 60%),
    var(--cream);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
}
.eyebrow {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.65;
  margin: 0 0 1.1rem;
}
.hero-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 7.2vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.hero-title .t-faith {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: normal;
  display: inline;
}
.hero-title .t-motion {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
}
/* Soft clip-reveal on headline (MOTION_INTENSITY 4) */
.hero-title {
  clip-path: inset(0 0 0 0);
}
@media (prefers-reduced-motion: no-preference) {
  .hero-title {
    animation: title-reveal 0.9s var(--ease) both;
  }
}
@keyframes title-reveal {
  from {
    opacity: 0;
    transform: translateY(0.55rem);
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    transform: none;
    clip-path: inset(0 0 0 0);
  }
}

.hero-subtitle {
  margin: 1.15rem 0 0;
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.01em;
  position: relative;
  display: inline-block;
  padding-bottom: 0.55rem;
}
.hero-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.75rem;
  height: 2px;
  background: var(--amber);
}

.hero-oneliner {
  margin: 1.65rem 0 0;
  max-width: 34ch;
  font-size: clamp(1.3rem, 2.1vw, 1.55rem);
  line-height: 1.45;
  color: var(--ink);
  font-weight: 400;
}

.hero-cta {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
}
.cta-aside {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--navy);
  opacity: 0.62;
  max-width: 22ch;
}
.cta-aside.status-line {
  max-width: 28ch;
  opacity: 0.7;
  letter-spacing: 0.01em;
}
.isbn-line {
  margin: 1.75rem 0 0;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--navy);
  opacity: 0.45;
}

.hero-cover {
  justify-self: end;
  width: min(100%, 440px);
}
.cover-object {
  margin: 0;
  position: relative;
}
.cover-object::before {
  content: "";
  position: absolute;
  inset: 6% -8% -6% 8%;
  background: radial-gradient(ellipse at center, rgba(18, 32, 64, 0.22), transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.cover-object img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius-cover);
  box-shadow:
    0 1px 2px rgba(18, 32, 64, 0.08),
    0 18px 40px -12px rgba(18, 32, 64, 0.38),
    0 40px 70px -28px rgba(18, 32, 64, 0.28);
}

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-cover {
    order: -1;
    justify-self: center;
    width: min(78vw, 320px);
  }
  .hero-oneliner { max-width: 40ch; }
  .hero-promise { max-width: 42ch; }
}

/* ——— Problem ——— */
.problem {
  background: var(--soft);
  border-block: 1px solid var(--cream-edge);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.problem-inner {
  max-width: 42rem;
}
.section-kicker {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 0.85rem;
  font-weight: 600;
}
.kicker-on-navy { color: var(--amber); }

.display-lg {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.2rem, 4.5vw, 3.35rem);
  line-height: 1.12;
  color: var(--navy);
  margin: 0 0 1.75rem;
  letter-spacing: -0.015em;
  max-width: 14ch;
}
.display-md {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.85rem, 3.5vw, 2.55rem);
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 0.85rem;
  letter-spacing: -0.012em;
}
.display-sm {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 0.5rem;
}
.on-navy { color: var(--soft); }

.problem-prose p {
  margin: 0 0 1.15rem;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.58;
  color: var(--ink);
  max-width: 38rem;
}
.problem-prose p:last-child { margin-bottom: 0; }
.problem-prose em {
  font-style: italic;
  font-weight: 500;
}

/* ——— Inside ——— */
.inside {
  padding: clamp(2.75rem, 5.5vw, 4.25rem) 0;
  background: var(--cream);
}
.inside-head {
  max-width: none;
  margin-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
}
.inside-lede {
  max-width: 52ch;
}
.inside-lede {
  margin: 0.75rem 0 0;
  font-size: 1.25rem;
  color: var(--ink);
  opacity: 0.85;
  max-width: 52ch;
}

.theme-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--cream-edge);
}
.theme-item {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 0.85rem 1.25rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--cream-edge);
  align-items: start;
}
.theme-item:nth-child(even) .theme-body {
  padding-right: clamp(0rem, 8vw, 4rem);
}
.theme-item:nth-child(odd) .theme-body {
  padding-left: 0;
  max-width: 38rem;
}
.theme-item:nth-child(even) {
  padding-left: clamp(0rem, 6vw, 3.5rem);
}
.theme-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--amber);
  line-height: 1.2;
  padding-top: 0.15rem;
}
.theme-body h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  color: var(--navy);
  letter-spacing: -0.01em;
}
.theme-body p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.9;
  max-width: 40rem;
}
@media (max-width: 640px) {
  .theme-item,
  .theme-item:nth-child(even) {
    grid-template-columns: 3rem 1fr;
    padding-left: 0;
    gap: 0.75rem 1rem;
  }
  .theme-item:nth-child(even) .theme-body { padding-right: 0; }
}

/* ——— About (navy band) ——— */
.about {
  background: var(--navy);
  color: var(--soft);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.about-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
  max-width: 52rem;
}
.about-photo {
  margin: 0;
  width: clamp(140px, 22vw, 200px);
  height: clamp(140px, 22vw, 200px);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow:
    0 0 0 3px rgba(232, 160, 74, 0.35),
    0 0 0 8px rgba(250, 248, 244, 0.08);
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.about-copy p:not(.section-kicker) {
  margin: 0.85rem 0 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: color-mix(in srgb, var(--soft) 88%, transparent);
  max-width: 38rem;
}
@media (max-width: 640px) {
  .about-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

/* Buy / notify chapter-break styles live below (after For you / Sit) */

/* ——— Footer ——— */
.site-footer {
  background: var(--navy);
  color: color-mix(in srgb, var(--soft) 70%, transparent);
  padding: 2rem 0 2.5rem;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}
.footer-mark {
  margin: 0;
  color: var(--soft);
  font-size: 1rem;
}
.footer-copy {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

/* ——— Sticky buy ——— */
.sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--cream) 82%, transparent);
  backdrop-filter: saturate(1.15) blur(14px);
  -webkit-backdrop-filter: saturate(1.15) blur(14px);
  border-top: 1px solid var(--cream-edge);
  transform: translateY(110%);
  transition: transform 0.35s var(--ease);
}
.sticky-buy.is-visible {
  transform: translateY(0);
}
.sticky-buy[hidden] { display: none; }
.sticky-inner {
  width: var(--shell);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sticky-title {
  margin: 0;
  color: var(--navy);
  font-size: 0.95rem;
}
body.has-sticky-buy { padding-bottom: 4.5rem; }

@media (min-width: 900px) {
  /* Subtle on desktop; still useful after hero */
  .sticky-buy { padding-block: 0.55rem; }
}

/* ——— Formats chips ——— */
.formats-chips {
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.55;
}
.format-chip { font-weight: 500; }
.format-sep { opacity: 0.7; }
.formats-chips-buy {
  margin-top: 0.85rem;
  opacity: 0.62;
}

/* ——— Soft text link ——— */
.soft-link-wrap {
  margin: 1.35rem 0 0;
}
.soft-link {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--navy);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  text-decoration-color: color-mix(in srgb, var(--navy) 35%, transparent);
  opacity: 0.78;
  transition: opacity 0.2s var(--ease), text-decoration-color 0.2s var(--ease);
}
.soft-link:hover {
  opacity: 1;
  text-decoration-color: var(--amber);
}

/* ——— For you if ——— */
.foryou {
  background: var(--cream);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-bottom: 1px solid var(--cream-edge);
}
.foryou-inner {
  max-width: none;
}
.foryou .display-md {
  margin-bottom: 1.5rem;
}
.foryou-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cream-edge);
}
.foryou-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.85rem;
  border-bottom: 1px solid var(--cream-edge);
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 1.9vw, 1.32rem);
  line-height: 1.4;
  color: var(--ink);
}
.foryou-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 0.65rem;
  height: 0.65rem;
  border: 1.5px solid var(--amber);
  border-radius: 2px;
  background: transparent;
}

/* ——— Sit / one question ——— */
.sit {
  background: var(--soft);
  border-block: 1px solid var(--cream-edge);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.sit-inner {
  max-width: 34rem;
}
.sit-question {
  margin: 0.75rem 0 0;
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.45;
  color: var(--navy);
  font-weight: 500;
  max-width: 28ch;
}
.sit-aside {
  margin: 1.5rem 0 0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--navy);
  opacity: 0.6;
}
.sit-aside .soft-link {
  display: inline;
  font-family: var(--font-ui);
  font-size: inherit;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-left: 0.35rem;
}

/* ——— Buy strip (chapter-break CTA) ——— */
.buy {
  background: var(--cream);
  padding: clamp(3rem, 6vw, 4.75rem) 0;
  border-top: 1px solid var(--cream-edge);
}
.buy-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.75rem, 4vw, 3rem);
  background: var(--soft);
  border: 1px solid var(--cream-edge);
  border-radius: 4px;
}
.buy-copy .display-md {
  max-width: 18ch;
  margin-bottom: 1rem;
}
.buy-meta {
  margin: 0.35rem 0 0;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  color: var(--navy);
  opacity: 0.65;
}
.buy-isbn {
  margin: 0.85rem 0 0;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--navy);
  opacity: 0.45;
}
.buy-actions { text-align: left; width: 100%; max-width: 22rem; }

/* Notify form */
.notify-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.form-label {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.7;
}
.form-label .optional {
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.75;
  font-size: 0.85em;
}
.form-input {
  font-family: var(--font-body);
  font-size: 1.15rem;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--cream-edge);
  border-radius: 3px;
  padding: 0.7rem 0.9rem;
  width: 100%;
  transition: border-color 0.2s var(--ease);
}
.form-input:hover { border-color: color-mix(in srgb, var(--navy) 28%, var(--cream-edge)); }
.form-input:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(232, 160, 74, 0.28);
}
.notify-form .btn { width: 100%; margin-top: 0.25rem; }
.form-error {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: #8b2e2e;
}
.notify-success {
  padding: 1.25rem 0 0.25rem;
}
.notify-success-msg {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.25rem;
  line-height: 1.45;
  color: var(--navy);
  font-style: italic;
}
.honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 760px) {
  .buy-inner {
    grid-template-columns: 1fr;
  }
  .buy-copy .display-md {
    max-width: 22ch;
  }
}

/* ——— Footer privacy ——— */
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  text-align: right;
}
.footer-privacy {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.01em;
  opacity: 0.75;
  max-width: 28ch;
}
@media (max-width: 560px) {
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-meta { align-items: flex-start; text-align: left; }
}

/* ——— Muse fold: hero promise + campaign kicker ——— */
.campaign-kicker {
  letter-spacing: 0.14em;
  opacity: 0.72;
  font-weight: 560;
}
.hero-promise {
  margin: 1.15rem 0 0;
  max-width: 38ch;
  font-size: clamp(1.1rem, 1.85vw, 1.28rem);
  line-height: 1.5;
  color: var(--ink);
  opacity: 0.88;
}
.hero-promise em {
  font-style: italic;
  font-weight: 500;
}
.status-line {
  letter-spacing: 0.02em;
}

/* ——— Tension (evolved problem band) ——— */
.tension {
  background: var(--soft);
  border-block: 1px solid var(--cream-edge);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.tension-inner {
  max-width: 42rem;
}
.tension-prose p {
  margin: 0 0 1.15rem;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.58;
  color: var(--ink);
  max-width: 38rem;
}
.tension-prose p:last-child { margin-bottom: 0; }
.tension-examples {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--cream-edge);
}
.examples-lede {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--navy);
  opacity: 0.7;
}
.examples-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.examples-list li {
  margin: 0 0 1.25rem;
  padding: 0;
  font-size: clamp(1.15rem, 1.9vw, 1.3rem);
  line-height: 1.5;
  color: var(--ink);
  max-width: 38rem;
}
.examples-list li:last-child { margin-bottom: 0; }
.ex-label {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
}

/* ——— Promise ——— */
.promise {
  background: var(--cream);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-bottom: 1px solid var(--cream-edge);
}
.promise-inner {
  max-width: 38rem;
}
.promise-north {
  margin: 0.35rem 0 1.25rem;
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.4;
  font-style: italic;
  font-weight: 500;
  color: var(--navy);
  max-width: 28ch;
}
.promise-body {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: var(--ink);
  max-width: 38rem;
}
.promise-body em {
  font-style: italic;
  font-weight: 500;
}

/* ——— Inside practice callout ——— */
.practice-callout {
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  padding: 1.25rem 1.35rem 1.35rem;
  background: var(--soft);
  border: 1px solid var(--cream-edge);
  border-left: 3px solid var(--amber);
  border-radius: 2px;
  max-width: none;
}
.practice-kicker {
  margin: 0 0 0.45rem;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600;
}
.practice-text {
  margin: 0;
  font-size: clamp(1.1rem, 1.85vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink);
}
.practice-text strong {
  font-weight: 600;
  color: var(--navy);
}

/* ——— Group pathway ——— */
.groups {
  background: var(--cream);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--cream-edge);
}
.groups-inner {
  max-width: 38rem;
}
.groups-body {
  margin: 0.85rem 0 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: var(--ink);
  max-width: 38rem;
}
.groups-body em {
  font-style: italic;
  font-weight: 500;
}
.groups-invite {
  margin: 1.35rem 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.9;
  max-width: 38rem;
}

/* ——— Proof reserved (hidden until real endorsements) ——— */
.proof-reserved[hidden],
.proof-reserved[aria-hidden="true"] {
  display: none !important;
}

/* ——— Muse merge 2026-09-23: thesis, watermark, refrain, chapter map, specs, framed cover ——— */

.hero {
  position: relative;
  overflow: hidden;
}

.spine-watermark {
  position: absolute;
  right: -2%;
  top: 42%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center center;
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  letter-spacing: 0.04em;
  color: var(--navy);
  opacity: 0.055;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.hero-grid,
.hero-copy,
.hero-cover {
  position: relative;
  z-index: 1;
}

@media (max-width: 860px) {
  /* Decorative only — hide on small screens so it never collides with
     “Sit with one question” / hero CTA cluster at the bottom of the copy. */
  .spine-watermark {
    display: none;
  }
}

.hero-thesis {
  margin: 1.55rem 0 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  line-height: 1.25;
  color: var(--amber);
  letter-spacing: -0.01em;
  max-width: 22ch;
}

.hero-oneliner {
  margin-top: 0.85rem;
  opacity: 0.92;
}

/* Framed cover — soft mat + offset rule */
.cover-framed {
  padding: 0.85rem;
  background: color-mix(in srgb, var(--soft) 70%, var(--cream));
  border: 1px solid var(--cream-edge);
  border-radius: 3px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 24px 48px -12px rgba(18, 32, 64, 0.32),
    0 40px 72px -24px rgba(18, 32, 64, 0.28);
}
.cover-framed::before {
  /* soft offset rule behind cover (cream world; replaces hero radial blob) */
  content: "";
  inset: auto;
  top: 0.45rem;
  left: 0.45rem;
  right: -0.65rem;
  bottom: -0.65rem;
  width: auto;
  height: auto;
  background: color-mix(in srgb, var(--cream) 55%, transparent);
  border: 1px solid color-mix(in srgb, var(--navy) 16%, transparent);
  border-radius: 2px;
  z-index: 0;
  box-shadow: none;
}
.cover-framed::after {
  content: "";
  position: absolute;
  inset: 0.85rem;
  z-index: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(18, 32, 64, 0.04);
}
.cover-framed img {
  box-shadow:
    0 1px 2px rgba(18, 32, 64, 0.08),
    0 20px 40px -12px rgba(18, 32, 64, 0.38),
    0 32px 56px -20px rgba(18, 32, 64, 0.28);
}

.spine-line {
  margin: 2rem 0 0;
  padding-top: 1.35rem;
  border-top: 1px solid var(--cream-edge);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--navy);
  letter-spacing: 0.01em;
  opacity: 0.72;
  max-width: 28ch;
}

/* Refrain band — navy editorial columns (not SaaS cards) */
.refrain {
  background: var(--navy);
  color: var(--soft);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.refrain-head {
  max-width: none;
  margin-bottom: clamp(1.25rem, 3vw, 1.85rem);
}
.refrain-cols {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(250, 248, 244, 0.14);
}
.refrain-col {
  padding: 1.65rem 1.5rem 0.25rem 0;
  border-right: 1px solid rgba(250, 248, 244, 0.12);
}
.refrain-col:last-child {
  border-right: 0;
  padding-right: 0;
}
.refrain-col:not(:first-child) {
  padding-left: 1.5rem;
}
.refrain-quote {
  margin: 0;
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.4;
  color: var(--soft);
  max-width: 18ch;
}
.refrain-col:nth-child(2) .refrain-quote {
  color: color-mix(in srgb, var(--amber) 78%, var(--soft));
}
@media (max-width: 760px) {
  .refrain-cols {
    grid-template-columns: 1fr;
  }
  .refrain-col {
    padding: 1.35rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(250, 248, 244, 0.12);
  }
  .refrain-col:not(:first-child) {
    padding-left: 0;
  }
  .refrain-col:last-child {
    border-bottom: 0;
  }
  .refrain-quote { max-width: 28ch; }
}

/* Chapter map — full-shell Sleep Again + Atomic 2-col (no left-ragged void) */
.chapter-map {
  display: grid;
  grid-template-columns: minmax(200px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: start;
  max-width: none;
  width: 100%;
}
.map-stage {
  position: sticky;
  top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.map-cover {
  width: 100%;
  max-width: 260px;
  margin: 0;
}
.map-cover.cover-framed {
  padding: 0.55rem;
}
.map-stage-note {
  margin: 0;
  max-width: 22ch;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.4;
  color: var(--navy);
  opacity: 0.72;
}
.map-toc {
  display: flex;
  flex-direction: column;
  gap: clamp(1.15rem, 2.5vw, 1.65rem);
  min-width: 0;
}
.map-part {
  margin: 0 0 0.45rem;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600;
}
.map-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cream-edge);
}
.map-list li {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 0.55rem 0.75rem;
  align-items: baseline;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--cream-edge);
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.3;
  color: var(--ink);
}
.map-list li .map-label {
  grid-column: 1;
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.55;
  font-weight: 560;
}
.map-list li .map-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--amber);
  line-height: 1.2;
}
.map-title {
  font-family: var(--font-body);
  color: var(--ink);
}
.map-opening .map-list li,
.map-close .map-list li {
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 0.85rem;
}
.map-opening .map-list li .map-label,
.map-close .map-list li .map-label {
  white-space: nowrap;
}
/* Atomic teach-list: chapters 5+5 (column-major) */
.map-list-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 0 1.5rem;
  border-top: 0;
}
.map-list-split li {
  border-top: 1px solid var(--cream-edge);
}
@media (max-width: 900px) {
  .chapter-map {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .map-stage {
    display: none; /* cover already in hero; avoid double + save vertical on tablet/phone */
  }
  .map-list-split {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .map-list-split li:nth-child(-n+5),
  .map-list-split li:nth-child(n+6) {
    grid-column: 1;
  }
}
@media (max-width: 520px) {
  .map-list li,
  .map-opening .map-list li,
  .map-close .map-list li {
    grid-template-columns: 2.5rem 1fr;
    gap: 0.4rem 0.65rem;
    padding: 0.55rem 0;
  }
  /* Stack label above title: “INTRODUCTION” is wider than 4.5rem when
     uppercase + tracked, and was colliding into “The Great Christian Standstill”. */
  .map-opening .map-list li,
  .map-close .map-list li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .map-opening .map-list li .map-label,
  .map-close .map-list li .map-label,
  .map-opening .map-list li .map-title,
  .map-close .map-list li .map-title {
    grid-column: 1;
  }
}

/* Book specs strip */
.specs {
  background: var(--soft);
  border-block: 1px solid var(--cream-edge);
  padding: 1.35rem 0;
}
.specs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.75rem;
  align-items: baseline;
  justify-content: space-between;
}
.specs-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 6.5rem;
}
.specs-key {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.5;
  font-weight: 560;
}
.specs-val {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 500;
}
@media (max-width: 640px) {
  .specs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.25rem;
  }
}

.buy-invite {
  margin: 0.35rem 0 0;
  font-size: clamp(1.1rem, 1.9vw, 1.28rem);
  line-height: 1.5;
  color: var(--ink);
  opacity: 0.9;
  max-width: 34ch;
}

/* Nav: keep Groups visible a bit longer on mid screens */
@media (max-width: 640px) {
  .nav-link { display: none; }
}
@media (min-width: 641px) and (max-width: 760px) {
  .nav { gap: 0.85rem; }
  .nav-link { font-size: 0.7rem; }
}


/* ——— Restyle 2026-09-23: product-stage + literary density + responsive ——— */

:root {
  --pad-section: clamp(2.5rem, 5vw, 4rem);
  --pad-inside: clamp(2.75rem, 5.5vw, 4.25rem);
  --pad-hero: clamp(2.25rem, 4.5vw, 3.75rem);
  --pad-buy: clamp(3rem, 6vw, 4.75rem);
}

/* Subtle navy stage behind cover only (cream page kept) */
.cover-stage {
  position: relative;
  padding: clamp(0.65rem, 1.5vw, 1.1rem);
  border-radius: 4px;
  background:
    radial-gradient(ellipse 80% 70% at 50% 45%, rgba(18, 32, 64, 0.14), transparent 72%),
    color-mix(in srgb, var(--navy) 6%, var(--cream));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--navy) 10%, transparent);
}
.cover-stage .cover-framed {
  position: relative;
  z-index: 1;
}

/* Hero CTA cluster + meta tighter */
.hero .formats-chips {
  margin-top: 0.65rem;
}
.hero .isbn-line {
  margin-top: 0.85rem;
}
.hero .soft-link-wrap {
  margin-top: 0.85rem;
  position: relative;
  z-index: 2;
}
.hero-thesis {
  margin-top: 1.15rem;
}
.hero-promise {
  margin-top: 0.85rem;
}

/* For-you: fill shell width (2-col desktop, stacked tight mobile) */
.foryou-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  border-top: 1px solid var(--cream-edge);
}
.foryou-list.foryou-grid {
  border-top: 0;
}
.foryou-grid li {
  border-top: 1px solid var(--cream-edge);
}
.foryou-grid li:nth-child(1),
.foryou-grid li:nth-child(2) {
  border-top: 1px solid var(--cream-edge);
}
@media (max-width: 700px) {
  .foryou-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Practice callout uses shell width */
.practice-callout {
  max-width: none;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  padding: 1.25rem 1.35rem 1.35rem;
}

/* Refrain quotes can use a bit more width when short */
.refrain-quote {
  max-width: 22ch;
}

/* Tension / promise / groups: readable mid-width but not orphaned left strip on wide screens */
.tension-inner,
.promise-inner,
.groups-inner,
.sit-inner {
  max-width: min(42rem, 100%);
}

/* Sticky Notify always available on small screens */
@media (max-width: 560px) {
  .sticky-buy .sticky-title {
    font-size: 0.88rem;
  }
  .hero {
    padding-block: clamp(1.75rem, 5vw, 2.5rem);
  }
  .inside {
    padding-block: clamp(2.25rem, 5vw, 3.25rem);
  }
  .map-toc {
    gap: 1rem;
  }
}

/* Prefer reduced sticky overlap with dense CTA */
@media (max-width: 480px) {
  body.has-sticky-buy {
    padding-bottom: 4.75rem;
  }
}
