:root {
  color-scheme: light;
  --paper: #f6f2e9;
  --paper-soft: #fbf9f4;
  --ink: #1c2925;
  --muted: #66716c;
  --line: #d9d6cc;
  --forest: #214f42;
  --forest-strong: #173a31;
  --sage: #dce7df;
  --amber: #b76d3b;
  --amber-soft: #f2dfcf;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(31, 47, 41, .09);
  --radius-lg: 28px;
  --radius-md: 18px;
  --font-display: Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="dark"] {
  color-scheme: dark;
  --paper: #151b19;
  --paper-soft: #1c2421;
  --ink: #eef1eb;
  --muted: #a8b2ad;
  --line: #34413c;
  --forest: #9ac8b8;
  --forest-strong: #c3e4d8;
  --sage: #263a33;
  --amber: #e1a478;
  --amber-soft: #412f25;
  --white: #202925;
  --shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body {
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--ink); color: var(--paper); padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  width: min(1180px, calc(100% - 32px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: fit-content; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--forest); border-radius: 50%; color: var(--forest); font: 700 12px/1 var(--font-sans); letter-spacing: .08em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: .92rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .7rem; }
.primary-nav { display: flex; gap: 28px; font-size: .86rem; font-weight: 650; }
.primary-nav a { text-decoration: none; color: var(--muted); }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.language-control select {
  min-height: 42px;
  max-width: 116px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-soft);
  color: var(--ink);
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
}
.language-control select:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.icon-button:hover, .icon-button:active { border-color: var(--forest); background: var(--sage); }

.progress-region { width: min(760px, calc(100% - 40px)); margin: 22px auto 0; }
.progress-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { height: 3px; margin-top: 9px; border-radius: 99px; background: var(--line); overflow: hidden; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--amber); transition: width .45s ease; }

main { min-height: calc(100vh - 190px); }
.screen { width: min(1100px, calc(100% - 32px)); margin: 0 auto; padding: clamp(58px, 8vw, 110px) 0 88px; animation: arrive .45s ease both; }
.screen.narrow { width: min(760px, calc(100% - 32px)); }
@keyframes arrive { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: clamp(40px, 8vw, 110px); min-height: 610px; padding-top: clamp(50px, 7vw, 90px); }
.hero-copy { align-self: center; }
.immersive-hero { position: relative; display: grid; align-items: end; width: min(1180px, calc(100% - 32px)); min-height: min(760px, calc(100vh - 110px)); margin-top: 18px; padding: clamp(34px, 7vw, 76px); overflow: hidden; border-radius: clamp(22px, 4vw, 38px); background-position: center; background-size: cover; color: #fff; isolation: isolate; }
.welcome-art { background-image: url("../assets/artwork/life-path.webp"); }
.gospel-turn-art { background-image: url("../assets/artwork/gospel-light.webp"); }
.immersive-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(12, 22, 18, .88) 0%, rgba(12, 22, 18, .56) 46%, rgba(12, 22, 18, .08) 100%); }
.gospel-turn-art .immersive-overlay { background: linear-gradient(90deg, rgba(5, 10, 9, .93) 0%, rgba(10, 18, 15, .62) 45%, rgba(10, 18, 15, .06) 100%); }
.immersive-copy { max-width: 710px; }
.immersive-copy h1 { color: #fff; text-wrap: balance; }
.immersive-copy .lead { color: rgba(255,255,255,.84); font-size: clamp(1.1rem, 2.3vw, 1.42rem); }
.immersive-copy .eyebrow { color: #f0bd91; }
.button-light { background: #f8f4ea; color: #173a31; }
.button-light:hover { background: #fff; }
.privacy-inline { margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: .78rem; letter-spacing: .04em; }
.immersive-continue { display: block; margin-top: 14px; color: #fff; }
.visual-screen { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: clamp(34px, 7vw, 88px); min-height: 700px; }
.visual-reverse .journey-art { order: 2; }
.journey-art { position: relative; min-height: 480px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--sage); box-shadow: var(--shadow); }
.journey-art img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.visual-copy .scripture-card { margin-top: 28px; }
.short-lines { margin: 28px 0 0; }
.short-lines p { margin: 0; font: 400 clamp(1.35rem, 3vw, 2.15rem)/1.35 var(--font-display); }
.short-lines p + p { margin-top: 7px; }
.gentle-note { margin: 22px 0 0; color: var(--muted); }
.reflection.compact { margin-top: 30px; padding: 24px 26px; }
.reflection.compact h3 { font-size: 1.45rem; }
.life-stage-screen { padding-top: clamp(54px, 8vw, 92px); }
.life-stage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.life-stage-option { min-height: 176px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper-soft); color: var(--ink); text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.life-stage-option:hover, .life-stage-option.selected { transform: translateY(-3px); border-color: var(--forest); background: var(--sage); }
.life-stage-option span { font: 400 clamp(1.65rem, 3vw, 2.25rem)/1.1 var(--font-display); }
.life-stage-option small { color: var(--muted); font-size: .86rem; line-height: 1.5; }
.law-art { height: 170px; margin: 0 0 16px; overflow: hidden; border-radius: var(--radius-md); }
.law-art img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.eyebrow { margin: 0 0 22px; color: var(--amber); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.025em; line-height: 1.12; }
h1[tabindex="-1"]:focus { outline: none; }
h1 { max-width: 820px; margin: 0; font-size: clamp(2.25rem, 4.4vw, 4.25rem); }
h2 { margin: 0; font-size: clamp(1.75rem, 3.3vw, 3rem); }
h3 { margin: 0; font-size: clamp(1.35rem, 3vw, 2rem); }
.lead { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.28rem); line-height: 1.75; }
.hero-card { position: relative; margin-bottom: 24px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); box-shadow: var(--shadow); }
.hero-card::before { content: ""; display: block; width: 48px; height: 4px; margin-bottom: 32px; border-radius: 99px; background: var(--amber); }
.hero-card p { margin: 0; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.45; }
.privacy-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .84rem; }
.privacy-list li::before { content: "✓"; margin-right: 10px; color: var(--forest); font-weight: 800; }

.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: var(--paper-soft); font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
[data-theme="dark"] .button { color: #14201c; }
.button:hover { transform: translateY(-2px); background: var(--forest-strong); }
.button-secondary { background: transparent; color: var(--forest); border-color: var(--line); }
.button-secondary:hover { color: var(--paper-soft); border-color: var(--forest-strong); }
[data-theme="dark"] .button-secondary { background: transparent; color: #c3e4d8; border-color: #6f827b; }
[data-theme="dark"] .button-secondary:hover, [data-theme="dark"] .button-secondary:active { background: #c3e4d8; color: #14201c; border-color: #c3e4d8; }
.button-small { min-height: 38px; padding: 0 16px; font-size: .78rem; }
.text-button { padding: 0; border: 0; background: transparent; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.microcopy { margin: 15px 0 0; color: var(--muted); font-size: .8rem; }

.question-wrap { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: clamp(36px, 8vw, 92px); align-items: start; }
.question-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: .78rem; }
.question-title { max-width: 780px; font-size: clamp(2.15rem, 4.2vw, 4rem); }
.question-intro { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 1.05rem; }
.question-scripture { max-width: 680px; margin: 0 0 34px; }
.question-scripture .scripture-card { background: var(--sage); border-color: transparent; }
.question-scripture .scripture-card blockquote { font-size: clamp(1.2rem, 2.4vw, 1.55rem); }
.answer-list { display: grid; gap: 12px; margin-top: 38px; }
.answer-button { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-soft); color: var(--ink); font-weight: 700; text-align: left; cursor: pointer; }
.answer-button::after { content: "→"; color: var(--amber); font-size: 1.2rem; }
.answer-button:hover, .answer-button.selected { border-color: var(--forest); background: var(--sage); }
.question-aside { position: sticky; top: 24px; display: grid; gap: 16px; }
.scripture-card, .note-card, .content-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper-soft); }
.scripture-card blockquote { margin: 0; font-family: var(--font-display); font-size: 1.12rem; line-height: 1.6; }
.scripture-card cite { display: block; margin-top: 17px; color: var(--amber); font: 800 .7rem/1.3 var(--font-sans); letter-spacing: .1em; text-transform: uppercase; }
.note-card strong { display: block; margin-bottom: 8px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.note-card p { margin: 0; color: var(--muted); font-size: .92rem; }
details { border-top: 1px solid var(--line); }
summary { padding: 18px 0; font-weight: 750; cursor: pointer; }
details p { margin-top: 0; color: var(--muted); }

.section-header { max-width: 850px; margin-bottom: 46px; }
.section-header .lead { max-width: 760px; }
.chapter-label { display: flex; align-items: center; gap: 14px; margin-bottom: 27px; color: var(--amber); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.chapter-label::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card { min-height: 190px; }
.content-card .card-kicker { display: block; margin-bottom: 24px; color: var(--amber); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.content-card p { color: var(--muted); }
.content-card p:last-child { margin-bottom: 0; }
.content-card.accent { background: var(--forest); color: var(--paper-soft); border-color: var(--forest); }
.content-card.accent p, .content-card.accent .card-kicker { color: var(--paper-soft); opacity: .83; }
.verse-details { margin-top: 18px; }
.verse-details summary { color: var(--forest); }
.reflection { margin: 46px 0 0; padding: clamp(28px, 5vw, 52px); border-radius: var(--radius-lg); background: var(--amber-soft); }
.reflection h3 { margin-bottom: 14px; }
.reflection p { max-width: 760px; color: var(--muted); }

.summary-list { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.summary-list li { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.summary-list span { color: var(--muted); }
.summary-list strong { font-size: .82rem; }
.callout { margin-top: 28px; padding: 26px; border-left: 3px solid var(--amber); background: var(--paper-soft); }
.callout p { margin: 0; }

.self-assessment-screen { padding-top: clamp(54px, 8vw, 92px); }
.verdict-card { padding: clamp(30px, 6vw, 62px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); box-shadow: var(--shadow); }
.verdict-card.verdict-yes { border-top: 5px solid var(--amber); }
.verdict-card h1 { max-width: 680px; font-size: clamp(1.85rem, 4vw, 3.1rem); line-height: 1.15; }
.verdict-card .lead { max-width: 640px; }
.relational-explanation { display: grid; gap: 16px; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.relational-explanation > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.relational-explanation .scripture-card { margin-top: 10px; background: var(--sage); border-color: transparent; box-shadow: none; }
.gentle-reflection { margin: 22px 0; padding: clamp(24px, 5vw, 34px); border-left: 4px solid var(--amber); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--amber-soft); }
.gentle-reflection strong { display: block; color: var(--amber); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.gentle-reflection p { margin: 12px 0 0; font: 400 clamp(1.25rem, 2.8vw, 1.65rem)/1.45 var(--font-display); }
.not-judging-note { margin: 22px 0; padding: 24px 26px; border-radius: var(--radius-md); background: var(--sage); }
.not-judging-note strong { display: block; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.not-judging-note p { margin: 8px 0 0; color: var(--muted); }
.invitation-screen { padding-top: clamp(70px, 12vw, 140px); }
.secondary-actions { margin-top: 22px; }
.judgment-question { margin-top: 38px; padding: clamp(28px, 6vw, 54px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); box-shadow: var(--shadow); }
.judgment-question h2 { max-width: 720px; font-size: clamp(2rem, 4.5vw, 3.7rem); }
.judgment-question .answer-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.meaning-screen .section-header { margin-bottom: 34px; }
.meaning-title { max-width: 690px; font-size: clamp(2.15rem, 5vw, 4rem); line-height: 1.12; }
.admission-list { display: grid; gap: 0; margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.admission-list li { display: grid; grid-template-columns: 24px 1fr; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--line); font: 400 clamp(1.3rem, 3vw, 1.9rem)/1.3 var(--font-display); }
.admission-list li::before { content: "—"; color: var(--amber); }
.commandment-count { margin: 26px 0 0; color: var(--amber); font-weight: 800; }
.meaning-context { max-width: 690px; margin: 14px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.judgment-screen { width: min(820px, calc(100% - 32px)); }
.judgment-copy { display: grid; gap: 18px; }
.judgment-copy p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.82; }
.judgment-statement { margin-top: 32px; padding: clamp(26px, 5vw, 38px); border: 1px solid var(--line); border-left: 5px solid var(--amber); border-radius: var(--radius-md); background: var(--paper-soft); }
.judgment-statement strong { display: block; font: 400 clamp(1.55rem, 3.4vw, 2.25rem)/1.22 var(--font-display); }
.judgment-statement p { margin: 14px 0 0; color: var(--muted); line-height: 1.75; }
.judgment-verses { margin-top: 32px; }
.judgment-rescue { margin-top: 34px; padding: clamp(30px, 6vw, 48px); border-radius: var(--radius-lg); background: var(--forest); color: var(--paper-soft); }
.judgment-rescue .eyebrow { margin-bottom: 14px; color: #f0bd91; }
.judgment-rescue h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.judgment-rescue p:last-child { max-width: 680px; margin: 18px 0 0; opacity: .84; line-height: 1.75; }
[data-theme="dark"] .judgment-rescue { background: #214f42; color: #f6f2e9; }

.faith-screen { padding-top: clamp(48px, 8vw, 90px); }
.faith-step-heading { display: flex; align-items: center; gap: 24px; margin-bottom: 34px; }
.faith-letter { display: grid; place-items: center; flex: 0 0 auto; width: clamp(82px, 15vw, 132px); height: clamp(82px, 15vw, 132px); border-radius: 50%; background: var(--forest); color: var(--paper-soft); font: 400 clamp(3rem, 8vw, 6rem)/1 var(--font-display); }
[data-theme="dark"] .faith-letter { color: #14201c; }
.faith-step-heading .chapter-label { margin-bottom: 12px; }
.faith-spelling { display: flex; gap: 12px; margin: 0; color: var(--muted); font-size: .85rem; font-weight: 800; letter-spacing: .14em; }
.faith-spelling span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; }
.faith-spelling span.active { background: var(--amber-soft); color: var(--amber); }
.faith-outline { display: grid; gap: 18px; margin-top: 34px; }
.faith-outline-copy { margin: 0; padding: 24px 26px; border-left: 4px solid var(--amber); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--paper-soft); font-size: clamp(1.1rem, 2vw, 1.32rem); line-height: 1.7; }
.faith-outline-heading { margin: 22px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--amber); font: 800 .82rem/1.4 var(--font-sans); letter-spacing: .14em; text-transform: uppercase; }
.faith-outline > .scripture-card { background: var(--sage); border-color: transparent; }
.faith-question-card { padding: clamp(26px, 5vw, 40px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); }
.faith-question-card .eyebrow { margin-bottom: 12px; }
.faith-question-card p { margin: 0; font: 400 clamp(1.45rem, 3.5vw, 2.35rem)/1.25 var(--font-display); }
.faith-answer { margin: -6px 0 4px; padding: 14px 20px; border-radius: var(--radius-md); background: var(--amber-soft); color: var(--ink); }
.faith-principle { display: grid; grid-template-columns: 100px 1fr; align-items: stretch; gap: 16px; }
.faith-principle > h3 { display: grid; place-items: center; min-height: 100%; padding: 18px; border-radius: var(--radius-md); background: var(--forest); color: var(--paper-soft); font: 800 .82rem/1.4 var(--font-sans); letter-spacing: .12em; }
[data-theme="dark"] .faith-principle > h3 { color: #f6f2e9; }
.faith-principle .scripture-card { min-height: 100%; }
.faith-scripture { margin-bottom: 34px; }
.faith-scripture .scripture-card { background: var(--sage); border-color: transparent; }
.faith-explanation { min-height: 0; padding: clamp(26px, 5vw, 42px); }
.faith-explanation > p { margin-top: 0; font-size: 1.06rem; line-height: 1.8; }
.faith-supporting-verses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.faith-supporting-verses .scripture-card { min-height: 100%; }
.faith-declaration { margin-top: 24px; padding: clamp(30px, 6vw, 54px); border-radius: var(--radius-lg); background: var(--forest); color: var(--paper-soft); text-align: center; }
[data-theme="dark"] .faith-declaration { color: #f6f2e9; }
.faith-declaration span { font-size: .74rem; font-weight: 800; letter-spacing: .26em; }
.faith-declaration h2 { margin-top: 18px; font-size: clamp(1.85rem, 3.8vw, 3.2rem); }
.faith-declaration p { max-width: 600px; margin: 18px auto 0; opacity: .78; }
.gospel-screen { width: min(1040px, calc(100% - 32px)); }
.gospel-layout { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(34px, 7vw, 82px); }
.gospel-art { min-height: 560px; }
.gospel-art img { object-position: 62% center; }
.gospel-copy h1 { font-size: clamp(2.3rem, 4.5vw, 4.3rem); }
.gospel-points { display: grid; gap: 10px; margin-top: 28px; }
.gospel-points p { display: flex; align-items: flex-start; gap: 12px; margin: 0; color: var(--muted); }
.gospel-points span { color: var(--amber); font-weight: 900; }
.courtroom-card { margin-top: 28px; padding: 24px 26px; border-radius: var(--radius-md); background: var(--forest); color: var(--paper-soft); }
[data-theme="dark"] .courtroom-card { color: #f6f2e9; }
.courtroom-card p { margin: 8px 0 0; opacity: .83; }
.gospel-verses { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 34px; }
.gospel-verses .scripture-card { min-height: 100%; }
.response-screen { width: min(1040px, calc(100% - 32px)); }
.response-art img { object-position: center; }
.response-cards { display: grid; gap: 12px; margin-top: 30px; }
.response-card { padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper-soft); }
.response-card h2 { margin: 0; font: 700 clamp(1.35rem, 2.3vw, 1.8rem)/1.2 var(--font-display); }
.response-card p { margin: 8px 0 0; color: var(--muted); line-height: 1.65; }
.response-note { margin-top: 18px; padding: 22px 24px; border-radius: var(--radius-md); background: var(--forest); color: var(--paper-soft); }
[data-theme="dark"] .response-note { color: #f6f2e9; }
.response-note p { margin: 8px 0 0; opacity: .84; }
.response-verses { margin-top: clamp(34px, 6vw, 58px); }
.invitation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
.invitation-grid .content-card { min-height: 0; }
.private-prayer { margin-top: 38px; padding: clamp(30px, 6vw, 54px); border-radius: var(--radius-lg); background: var(--sage); }
.private-prayer .eyebrow { margin-bottom: 14px; }
.private-prayer h2 { font-size: clamp(1.8rem, 3.6vw, 3.1rem); }
.private-prayer > p:not(.eyebrow) { color: var(--muted); }

.search-bar { display: flex; gap: 10px; margin: 32px 0; }
.search-input, .journal-textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-soft); color: var(--ink); }
.search-input { height: 52px; padding: 0 18px; }
.verse-list { display: grid; gap: 14px; }
.verse-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper-soft); }
.verse-row h3 { font: 800 .8rem/1.3 var(--font-sans); letter-spacing: .08em; text-transform: uppercase; }
.verse-row p { margin: 12px 0 0; color: var(--muted); }
.bookmark-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.bookmark-button.saved { background: var(--amber-soft); border-color: var(--amber); }
.journal-textarea { min-height: 290px; padding: 20px; resize: vertical; line-height: 1.7; }
.journal-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 10px; color: var(--muted); font-size: .78rem; }

.next-step-list { counter-reset: steps; display: grid; gap: 0; margin: 36px 0 0; border-top: 1px solid var(--line); }
.next-step { counter-increment: steps; display: grid; grid-template-columns: 60px 1fr auto; align-items: start; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.next-step::before { content: "0" counter(steps); color: var(--amber); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.next-step p { margin: 6px 0 0; color: var(--muted); }
.step-arrow { color: var(--muted); }

.continue-screen { width: min(1180px, calc(100% - 32px)); padding-top: clamp(30px, 5vw, 62px); }
.continue-hero { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; padding: clamp(34px, 7vw, 76px); border-radius: clamp(24px, 4vw, 38px); background: url("../assets/artwork/new-life.webp") center 42% / cover no-repeat; color: #fff; isolation: isolate; box-shadow: var(--shadow); }
.continue-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8, 20, 16, .9) 0%, rgba(12, 34, 27, .68) 52%, rgba(12, 34, 27, .14) 100%); }
.continue-hero-copy { max-width: 735px; }
.continue-hero h1 { max-width: 720px; color: #fff; font-size: clamp(2.5rem, 4.8vw, 4.5rem); text-wrap: balance; }
.continue-hero .eyebrow { color: #f0bd91; }
.continue-thanks { margin: 24px 0 0; font: 400 clamp(1.28rem, 2.5vw, 1.7rem)/1.4 var(--font-display); }
.continue-hero-copy > p:not(.eyebrow, .continue-thanks) { max-width: 700px; color: rgba(255, 255, 255, .86); }
.big-questions { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; padding: 0; list-style: none; }
.big-questions li { padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; background: rgba(255, 255, 255, .09); font-size: .86rem; font-weight: 700; backdrop-filter: blur(8px); }
.continue-invitation { font-size: 1.02rem; line-height: 1.75; }
.continue-response { margin-top: clamp(36px, 7vw, 76px); padding: clamp(34px, 7vw, 70px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); box-shadow: var(--shadow); }
.continue-response-heading { max-width: 800px; }
.continue-response-heading h2 { max-width: 780px; font-size: clamp(2rem, 4.2vw, 3.75rem); }
.response-opening, .response-explanation { max-width: 790px; margin-top: 34px; }
.response-opening > p, .response-explanation > p { color: var(--muted); line-height: 1.8; }
.response-question { margin: 12px 0 22px; color: var(--ink) !important; font: 400 clamp(1.65rem, 3.5vw, 2.65rem)/1.18 var(--font-display); }
.response-explanation > p:nth-child(3) { color: var(--ink); font-weight: 800; }
.response-hope { max-width: 790px; margin: 34px 0 0; padding: 24px 26px; border-radius: var(--radius-md); background: #214f42; color: #f6f2e9; font: 400 clamp(1.3rem, 2.6vw, 1.8rem)/1.45 var(--font-display); }
.response-urgency { max-width: 790px; margin-top: 20px; padding: clamp(26px, 5vw, 38px); border: 1px solid color-mix(in srgb, var(--amber) 42%, transparent); border-radius: var(--radius-md); background: var(--amber-soft); }
.response-urgency h3 { font: 800 .82rem/1.35 var(--font-sans); letter-spacing: .12em; text-transform: uppercase; }
.response-urgency p { margin: 14px 0 0; line-height: 1.75; }
.response-choices { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.response-primary { min-height: 58px; padding-inline: 27px; }
.response-panel { max-width: 790px; margin-top: 24px; padding: clamp(28px, 5vw, 42px); border-radius: var(--radius-md); background: var(--sage); }
.response-panel[hidden] { display: none; }
.response-panel:focus { outline: none; }
.response-panel .eyebrow { margin-bottom: 12px; }
.response-panel h3 { margin-bottom: 18px; font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
.response-panel p { color: var(--muted); line-height: 1.75; }
.response-panel p strong { color: var(--ink); }
.response-next { margin-top: 12px; color: var(--forest); font-weight: 800; }
.continue-hope { margin: clamp(36px, 7vw, 76px) 0 0; padding: clamp(34px, 7vw, 70px); border-radius: var(--radius-lg); background: var(--sage); }
.continue-hope h2 { max-width: 760px; }
.continue-hope > p:last-child { max-width: 800px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.continue-section { padding-top: clamp(70px, 10vw, 118px); }
.church-handoff { max-width: 940px; margin: clamp(56px, 8vw, 92px) auto 0; padding: clamp(28px, 5vw, 48px); border: 1px solid color-mix(in srgb, var(--forest) 28%, var(--line)); border-radius: var(--radius-lg); background: var(--paper-soft); box-shadow: 0 18px 54px rgba(31, 47, 41, .08); }
.church-handoff h2 { max-width: 760px; margin-top: 12px; font-size: clamp(2rem, 4.8vw, 3.6rem); }
.church-handoff > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.church-handoff-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; margin-top: 30px; }
.church-handoff-details p { display: grid; gap: 7px; margin: 0; padding-top: 16px; border-top: 1px solid var(--line); }
.church-handoff-details strong { font: 800 .72rem/1.3 var(--font-sans); letter-spacing: .1em; text-transform: uppercase; color: var(--forest); }
.church-handoff-details span { line-height: 1.6; }
.church-handoff .actions { margin-top: 30px; }
.continue-section-heading { max-width: 760px; margin-bottom: 38px; }
.continue-section-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.continue-step-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.continue-step-card { min-height: 320px; display: flex; flex-direction: column; padding: clamp(26px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); box-shadow: 0 12px 38px rgba(31, 47, 41, .05); }
.continue-step-number { color: var(--amber); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.continue-step-card h3 { margin-top: 28px; font-size: clamp(1.75rem, 3.2vw, 2.55rem); }
.continue-step-card > p { color: var(--muted); line-height: 1.75; }
.continue-step-card > a { width: fit-content; margin-top: auto; color: var(--forest); font-weight: 800; text-decoration: none; }
.continue-step-card > a:hover { text-decoration: underline; }
.continue-step-card .coming-note { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: .82rem; }
.continue-explore { margin-top: clamp(70px, 10vw, 118px); padding: clamp(36px, 7vw, 70px); border-radius: var(--radius-lg); background: var(--forest); color: #f6f2e9; }
[data-theme="dark"] .continue-explore { background: #214f42; }
.continue-explore .eyebrow { color: #f0bd91; }
.continue-explore .continue-section-heading > p:last-child { color: rgba(246, 242, 233, .72); }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.resource-link-card { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--radius-md); background: rgba(255, 255, 255, .07); color: #f6f2e9; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.resource-link-card:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .12); }
.resource-link-card strong, .resource-link-card small { display: block; }
.resource-link-card strong { font-family: var(--font-display); font-size: 1.28rem; font-weight: 400; }
.resource-link-card small { margin-top: 5px; color: rgba(246, 242, 233, .68); font-size: .79rem; }
.resource-link-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.continue-closing { max-width: 850px; margin: 0 auto; padding: clamp(90px, 13vw, 150px) 0 30px; text-align: center; }
.continue-closing h2 { text-wrap: balance; }
.continue-closing > p:not(.eyebrow, .microcopy) { max-width: 600px; margin: 22px auto 0; color: var(--muted); font-size: 1.12rem; }
.continue-closing .actions { justify-content: center; }
.explore-page h1 { font-size: clamp(2.35rem, 4.5vw, 4.25rem); }
.explore-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.explore-sections .content-card { min-height: 230px; }
.explore-sections .content-card h3 { font-size: clamp(1.65rem, 3vw, 2.2rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 0 8px; }
.faq-item summary { padding: 24px 0; font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; }
.faq-item p { max-width: 680px; padding-bottom: 22px; line-height: 1.75; }
.explore-verses { margin-top: 48px; }

.john-reader-screen { width: min(980px, calc(100% - 32px)); padding-top: clamp(48px, 7vw, 88px); }
.john-reader-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; margin-bottom: 46px; }
.john-reader-header h1 { max-width: 720px; font-size: clamp(2.5rem, 4.8vw, 4.5rem); }
.john-reader-header .lead { max-width: 720px; }
.john-book-mark { flex: 0 0 auto; width: 118px; height: 150px; display: grid; place-items: center; align-content: center; border-radius: 60px 60px 12px 12px; background: var(--forest); color: var(--paper-soft); font: 400 4.2rem/1 var(--font-display); box-shadow: var(--shadow); }
[data-theme="dark"] .john-book-mark { color: #f6f2e9; }
.john-book-mark span { display: block; margin-top: 8px; font: 800 .68rem/1 var(--font-sans); letter-spacing: .16em; }
.john-reader-toolbar { position: sticky; top: 12px; z-index: 10; display: grid; grid-template-columns: minmax(220px, .7fr) minmax(260px, 1.3fr); align-items: end; gap: 28px; margin-bottom: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: color-mix(in srgb, var(--paper-soft) 94%, transparent); box-shadow: 0 10px 35px rgba(31, 47, 41, .08); backdrop-filter: blur(16px); }
.john-reader-toolbar label > span, .john-reading-progress > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.john-reader-toolbar select { width: 100%; min-height: 46px; padding: 0 40px 0 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); font: 700 .92rem/1 var(--font-sans); }
.john-reading-progress > div { height: 4px; overflow: hidden; border-radius: 99px; background: var(--line); }
.john-reading-progress i { display: block; height: 100%; border-radius: inherit; background: var(--amber); transition: width .35s ease; }
.john-audio-card { margin: 20px 0 24px; padding: clamp(24px, 5vw, 38px); border-radius: var(--radius-lg); background: var(--forest); color: #f6f2e9; box-shadow: var(--shadow); }
.john-audio-heading { display: flex; align-items: flex-start; gap: 20px; }
.john-audio-heading .eyebrow { margin-bottom: 8px; color: #f0bd91; }
.john-audio-heading h2 { color: #f6f2e9; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.john-audio-heading p:last-child { margin: 10px 0 0; color: rgba(246, 242, 233, .72); }
.john-audio-icon { flex: 0 0 auto; display: grid; place-items: center; width: 52px; height: 52px; margin-top: 2px; border-radius: 50%; background: #f6f2e9; color: var(--forest-strong); font-size: .9rem; }
.john-audio-card audio { width: 100%; min-height: 54px; display: block; margin-top: 24px; accent-color: var(--amber); }
.john-audio-language-note { margin: 20px 0 0; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 12px; background: rgba(255, 255, 255, .07); color: rgba(246, 242, 233, .8); font-size: .84rem; }
.john-audio-tools { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 16px; }
.john-audio-tools label span { display: block; margin-bottom: 6px; color: rgba(246, 242, 233, .66); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.john-audio-tools select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 10px; background: var(--forest-strong); color: #f6f2e9; font: 700 .86rem/1 var(--font-sans); }
[data-theme="dark"] .john-audio-tools select { background: #173a31; color: #f6f2e9; border-color: #78988c; }
.john-audio-tools a { color: #f6f2e9; font-size: .84rem; font-weight: 800; }
.john-audio-credit, .john-audio-stream-note, .john-audio-error { margin: 16px 0 0; color: rgba(246, 242, 233, .62); font-size: .74rem; line-height: 1.55; }
.john-audio-credit a { color: inherit; }
.john-audio-stream-note { margin-top: 5px; }
.john-audio-error { padding: 12px 14px; border-radius: 10px; background: var(--amber-soft); color: var(--ink); }
.john-reading { padding: clamp(32px, 7vw, 74px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); box-shadow: var(--shadow); }
.john-reading > header { margin-bottom: 42px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.john-reading > header p { margin: 0 0 8px; color: var(--amber); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.john-reading h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.john-verses { display: grid; gap: 19px; }
.john-verse { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin: 0; font: 400 clamp(1.1rem, 2.1vw, 1.3rem)/1.82 var(--font-display); }
.john-verse sup { padding-top: 7px; color: var(--amber); font: 800 .68rem/1 var(--font-sans); text-align: right; }
.john-pagination { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 24px; }
.john-finished { margin-top: 56px; padding: clamp(34px, 7vw, 68px); border-radius: var(--radius-lg); background: var(--sage); }
.john-finished h2 { max-width: 760px; }
.john-finished > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 1.06rem; line-height: 1.8; }
.john-license-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 46px; padding: 24px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.john-license-note strong { color: var(--ink); font-size: .88rem; }
.john-license-note p { margin: 5px 0 0; }
.john-license-note a { flex: 0 0 auto; color: var(--forest); font-weight: 800; }
.john-back-action { margin-top: 28px; }
.share-panel { text-align: center; padding: clamp(42px, 8vw, 88px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); }
.share-panel h1 { max-width: 760px; margin: 0 auto; font-size: clamp(2.2rem, 4.2vw, 4rem); }
.share-panel .lead { margin-left: auto; margin-right: auto; }
.share-panel .actions { justify-content: center; }

[data-theme="dark"] .content-card.accent,
[data-theme="dark"] .faith-letter,
[data-theme="dark"] .faith-principle > h3,
[data-theme="dark"] .faith-declaration,
[data-theme="dark"] .courtroom-card,
[data-theme="dark"] .response-note,
[data-theme="dark"] .john-book-mark,
[data-theme="dark"] .john-audio-card { background: #214f42; color: #f6f2e9; }

.site-footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 40px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 22px; color: var(--muted); font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 90; transform: translate(-50%, 20px); padding: 11px 18px; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: .8rem; opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.loading-state { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 100px 0; }
.loading-state h1 { font-size: clamp(2.2rem, 4.2vw, 4rem); }
.noscript { margin: 20px; padding: 20px; border: 2px solid var(--amber); }

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; }
  .brand-copy, .primary-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { margin-bottom: 0; }
  .question-wrap { grid-template-columns: 1fr; }
  .question-aside { position: static; }
  .card-grid.three { grid-template-columns: 1fr; }
  .visual-screen, .gospel-layout { grid-template-columns: 1fr; min-height: auto; }
  .visual-reverse .journey-art { order: 0; }
  .journey-art, .gospel-art { min-height: min(62vw, 470px); }
  .life-stage-grid { grid-template-columns: 1fr; }
  .life-stage-option { min-height: 118px; }
  .continue-step-grid, .resource-grid, .explore-sections { grid-template-columns: 1fr; }
  .resource-link-card:last-child:nth-child(odd) { grid-column: auto; }
  .john-reader-toolbar { position: static; }
}
@media (max-width: 620px) {
  .language-control select { max-width: 98px; min-height: 40px; padding-left: 10px; }
  .screen { width: min(100% - 24px, 1100px); padding-top: 48px; }
  .hero { gap: 38px; }
  .card-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .next-step { grid-template-columns: 38px 1fr; }
  .step-arrow { display: none; }
  .search-bar { flex-direction: column; }
  .search-bar .button { width: 100%; }
  .verdict-card { padding: 26px 22px; }
  .judgment-question .answer-list { grid-template-columns: 1fr; }
  .faith-step-heading { align-items: flex-start; }
  .faith-step-heading .chapter-label::before { display: none; }
  .faith-supporting-verses { grid-template-columns: 1fr; }
  .faith-principle { grid-template-columns: 1fr; }
  .faith-principle > h3 { min-height: auto; place-items: start; }
  .immersive-hero { width: calc(100% - 20px); min-height: calc(100svh - 98px); margin-top: 10px; padding: 28px 22px; background-position: 58% center; }
  .immersive-overlay { background: linear-gradient(0deg, rgba(10, 18, 15, .92) 0%, rgba(10, 18, 15, .6) 56%, rgba(10, 18, 15, .12) 100%); }
  .immersive-copy h1 { font-size: clamp(2.35rem, 10vw, 3.25rem); }
  .visual-screen { padding-top: 30px; }
  .journey-art, .gospel-art { min-height: 56vw; border-radius: 20px; }
  .invitation-grid { grid-template-columns: 1fr; }
  .continue-screen { width: calc(100% - 20px); padding-top: 18px; }
  .continue-hero { min-height: calc(100svh - 108px); padding: 30px 22px; background-position: 60% center; }
  .continue-hero-overlay { background: linear-gradient(0deg, rgba(8, 20, 16, .94) 0%, rgba(12, 34, 27, .7) 63%, rgba(12, 34, 27, .15) 100%); }
  .continue-hero h1 { font-size: clamp(2.35rem, 10vw, 3.25rem); }
  .continue-hope, .continue-explore { border-radius: 22px; }
  .continue-step-card { min-height: 280px; }
  .resource-link-card { min-height: 104px; }
  .john-reader-screen { width: calc(100% - 24px); }
  .john-reader-header { align-items: flex-start; margin-bottom: 34px; }
  .john-book-mark { display: none; }
  .john-reader-toolbar { grid-template-columns: 1fr; gap: 18px; padding: 16px; }
  .john-audio-card { border-radius: 20px; }
  .john-audio-heading { gap: 14px; }
  .john-audio-icon { width: 44px; height: 44px; }
  .john-audio-tools { align-items: flex-start; flex-direction: column; }
  .john-reading { padding: 30px 20px; border-radius: 20px; }
  .john-reading > header { margin-bottom: 32px; }
  .john-verse { grid-template-columns: 27px 1fr; gap: 9px; font-size: 1.08rem; }
  .john-pagination { align-items: stretch; }
  .john-pagination .button { flex: 1; min-height: 58px; padding: 8px 14px; text-align: center; }
  .john-license-note { align-items: flex-start; flex-direction: column; }
}

@media print {
  .site-header, .site-footer, .progress-region, .actions, .bookmark-button, .search-bar, .toast { display: none !important; }
  :root { --paper: #fff; --paper-soft: #fff; --ink: #111; --muted: #333; --line: #ccc; }
  .screen { width: 100%; padding: 0; }
  .content-card, .scripture-card, .note-card { break-inside: avoid; box-shadow: none; }
  h1 { font-size: 38pt; }
}
