/*
Theme Name: Commands of Jesus
Theme URI: https://christcommands.instawp.site
Author: The Commands of Jesus
Description: A quiet, editorial WordPress theme for hearing, practicing, and teaching the commands of Jesus.
Version: 0.10.3
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: commands-of-jesus
*/

:root {
	--paper: #f3ede2;
	--paper-light: #fbf8f1;
	--ink: #20231f;
	--ink-soft: #5c6057;
	--olive: #48513b;
	--olive-light: #cbd0b9;
	--clay: #9b654d;
	--brass: #a3854e;
	--rule: rgba(32, 35, 31, 0.18);
	--shadow: 0 24px 60px rgba(45, 40, 31, 0.1);
	--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--step--1: clamp(0.86rem, 0.84rem + 0.08vw, 0.92rem);
	--step-0: clamp(1rem, 0.96rem + 0.2vw, 1.12rem);
	--step-1: clamp(1.28rem, 1.14rem + 0.7vw, 1.7rem);
	--step-2: clamp(1.65rem, 1.3rem + 1.6vw, 2.55rem);
	--step-3: clamp(2.15rem, 1.45rem + 3vw, 4rem);
	--step-4: clamp(3.2rem, 1.7rem + 6vw, 7rem);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: var(--step-0);
	line-height: 1.68;
	text-rendering: optimizeLegibility;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02)),
		repeating-linear-gradient(90deg, transparent 0, transparent 9px, rgba(80, 67, 48, 0.018) 10px);
	content: "";
	pointer-events: none;
}

a {
	color: inherit;
	text-decoration-color: var(--brass);
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--olive);
}

:focus-visible {
	outline: 3px solid var(--clay);
	outline-offset: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.65em;
	font-family: var(--serif);
	font-weight: 500;
	line-height: 1.03;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

h1 {
	font-size: var(--step-4);
}

h2 {
	font-size: var(--step-3);
}

h3 {
	font-size: var(--step-2);
}

p {
	margin: 0 0 1.35em;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-shell {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: color-mix(in srgb, var(--paper) 91%, transparent);
	border-bottom: 1px solid var(--rule);
	backdrop-filter: blur(12px);
}

.site-header__inner {
	display: flex;
	min-height: 112px;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.site-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 300px;
	text-decoration: none;
}

.site-logo__desktop {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	line-height: 1;
}

.site-logo__desktop .site-mark__image {
	display: block;
	width: 82px;
	height: 82px;
	object-fit: contain;
}

.site-logo__wordmark {
	font-family: var(--serif);
	font-size: 1.28rem;
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.02em;
}

.site-logo__mobile {
	display: none;
	align-items: center;
	gap: 0.65rem;
	font-family: var(--serif);
	font-size: 1.05rem;
}

.site-mark__image {
	width: 42px;
	height: 48px;
	object-fit: contain;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: clamp(0.7rem, 1.7vw, 1.8rem);
	font-size: var(--step--1);
}

.primary-nav a {
	text-decoration: none;
}

.menu-toggle {
	display: none;
	min-width: 44px;
	min-height: 44px;
	background: transparent;
	border: 1px solid var(--rule);
	border-radius: 50%;
	color: var(--ink);
}

.hero {
	display: grid;
	min-height: min(760px, calc(100svh - 96px));
	padding: clamp(5rem, 12vw, 10rem) 0 clamp(4rem, 10vw, 8rem);
	align-items: center;
}

.hero--image {
	background-color: #30362c;
	background-image:
		linear-gradient(90deg, rgba(25, 29, 24, 0.9) 0%, rgba(25, 29, 24, 0.72) 50%, rgba(25, 29, 24, 0.28) 100%),
		var(--hero-image);
	background-position: center;
	background-size: cover;
	color: var(--paper-light);
}

.hero--image .hero__support,
.hero--image .hero__scripture cite {
	color: #e7e7db;
}

.hero--image .button--quiet {
	border-color: var(--paper-light);
	color: var(--paper-light);
}

.hero__eyebrow,
.eyebrow {
	margin-bottom: 1.5rem;
	color: var(--clay);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero h1 {
	max-width: 950px;
}

.hero__scripture {
	max-width: 720px;
	margin: 2rem 0;
	padding-left: clamp(1.2rem, 3vw, 2.5rem);
	border-left: 1px solid var(--brass);
	font-family: var(--serif);
	font-size: var(--step-2);
	line-height: 1.25;
}

.hero__scripture cite {
	display: block;
	margin-top: 0.8rem;
	color: var(--ink-soft);
	font-family: var(--sans);
	font-size: var(--step--1);
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero__support {
	max-width: 680px;
	color: var(--ink-soft);
	font-size: var(--step-1);
}

.editorial-transition {
	padding: 0 0 clamp(4rem, 9vw, 7rem);
}

.editorial-image {
	margin: 0;
}

.editorial-image__media {
	display: block;
	width: 100%;
	object-fit: cover;
	background: var(--ink);
}

.editorial-image figcaption {
	margin-top: 0.55rem;
	color: var(--ink-soft);
	font-size: 0.72rem;
	text-align: right;
}

.editorial-image--panorama .editorial-image__media {
	aspect-ratio: 16 / 6;
	max-height: 520px;
}

.editorial-image--today {
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.editorial-image--today .editorial-image__media {
	aspect-ratio: 16 / 9;
	max-height: 460px;
	filter: saturate(0.78) contrast(1.04);
}

.section--ink .editorial-image figcaption {
	color: var(--olive-light);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.button,
button,
input[type="submit"] {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	background: var(--olive);
	border: 1px solid var(--olive);
	border-radius: 2px;
	color: var(--paper-light);
	font: 700 0.84rem/1 var(--sans);
	letter-spacing: 0.04em;
	text-decoration: none;
}

.button--quiet {
	background: transparent;
	border-color: var(--ink);
	color: var(--ink);
}

.button:hover,
button:hover,
input[type="submit"]:hover {
	background: var(--clay);
	border-color: var(--clay);
	color: var(--paper-light);
}

.button--quiet:hover {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--paper-light);
}

.section {
	padding: clamp(4.5rem, 10vw, 8rem) 0;
	border-top: 1px solid var(--rule);
}

.section--ink {
	background: var(--ink);
	color: var(--paper-light);
}

.section__head {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.7fr);
	gap: 2rem;
	align-items: end;
	margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.section__head p {
	color: var(--ink-soft);
}

.section--ink .section__head p {
	color: var(--olive-light);
}

.today-command {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: clamp(2rem, 7vw, 7rem);
	align-items: start;
}

.today-command__number {
	font-family: var(--serif);
	font-size: var(--step-4);
	line-height: 0.8;
	color: var(--brass);
}

.today-command blockquote,
.command-quote {
	margin: 0 0 1.2rem;
	font-family: var(--serif);
	font-size: var(--step-3);
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.today-command--with-image {
	grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
}

.search-panel {
	padding: clamp(1.5rem, 4vw, 3rem);
	background: var(--paper-light);
	box-shadow: var(--shadow);
}

.search-panel label {
	display: block;
	margin-bottom: 0.6rem;
	font-weight: 700;
}

.search-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.7rem;
}

input[type="search"],
input[type="text"],
input[type="email"],
textarea,
select {
	width: 100%;
	min-height: 52px;
	padding: 0.8rem 1rem;
	background: #fffdf8;
	border: 1px solid var(--rule);
	border-radius: 0;
	color: var(--ink);
	font: inherit;
}

textarea {
	min-height: 110px;
	resize: vertical;
}

.filter-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 1rem;
}

.prompt-links,
.topic-index {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.2rem;
}

.prompt-links a,
.topic-index a {
	padding: 0.5rem 0.8rem;
	border: 1px solid var(--rule);
	border-radius: 999px;
	font-size: var(--step--1);
	text-decoration: none;
}

.prompt-links a {
	background: var(--clay);
	border-color: var(--clay);
	color: var(--paper-light);
}

.prompt-links a:hover {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--paper-light);
}

.topic-index a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	background: var(--olive);
	border-color: var(--olive);
	color: var(--paper-light);
}

.topic-index a small {
	display: inline-grid;
	min-width: 1.45rem;
	height: 1.45rem;
	place-items: center;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	font-size: 0.7rem;
}

.topic-index a:hover {
	background: var(--clay);
	border-color: var(--clay);
	color: var(--paper-light);
}

.active-filters,
.collection-count,
.match-reason,
.review-designation,
.passage-status {
	color: var(--ink-soft);
	font-size: var(--step--1);
}

.path-line {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	counter-reset: path;
}

.path-step {
	position: relative;
	min-height: 175px;
	padding: 2rem 1.3rem;
	border-top: 1px solid var(--brass);
	counter-increment: path;
}

.path-step::before {
	display: block;
	width: 2rem;
	height: 2rem;
	margin-top: -3rem;
	margin-bottom: 1.4rem;
	padding-top: 0.2rem;
	background: var(--paper);
	border: 1px solid var(--brass);
	border-radius: 50%;
	content: counter(path);
	font-size: 0.75rem;
	text-align: center;
}

.path-step h3 {
	font-size: var(--step-1);
}

.section--path {
	background: #343a2e;
	color: var(--paper-light);
}

.section--path .section__head p,
.section--path .path-step a {
	color: #e3e6d4;
}

.section--path .eyebrow {
	color: #d9c18d;
}

.section--path .path-step {
	border-color: #bca26a;
}

.section--path .path-step::before {
	background: #343a2e;
	border-color: #bca26a;
	color: var(--paper-light);
}

.section--path .button--quiet {
	border-color: var(--paper-light);
	color: var(--paper-light);
}

.section--path .button--quiet:hover {
	background: var(--paper-light);
	border-color: var(--paper-light);
	color: #343a2e;
}

.section--collection {
	background: #8d5741;
	color: var(--paper-light);
}

.section--collection .section__head p {
	color: #f0ded1;
}

.section--collection .eyebrow {
	color: #f4d6a3;
}

.section--collection .button {
	background: var(--paper-light);
	border-color: var(--paper-light);
	color: var(--ink);
}

.section--collection .button:hover {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--paper-light);
}

.path-step__image {
	margin: -1rem -0.3rem 1.25rem;
}

.path-step__image .editorial-image__media {
	aspect-ratio: 4 / 3;
	max-height: 150px;
	filter: saturate(0.76);
}

.framework-mark {
	width: 64px;
	margin-bottom: 1.5rem;
}

.framework-mark .site-mark__image {
	width: 64px;
	height: 72px;
}

.two-up {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 7vw, 7rem);
}

.page-hero {
	padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 7vw, 6rem);
}

.page-hero--image {
	position: relative;
	display: grid;
	min-height: clamp(520px, 68vh, 720px);
	align-items: center;
	background-color: #30362c;
	background-image:
		linear-gradient(90deg, rgba(25, 29, 24, 0.88) 0%, rgba(25, 29, 24, 0.7) 48%, rgba(25, 29, 24, 0.32) 100%),
		var(--hero-image);
	background-position: center;
	background-size: cover;
	color: var(--paper-light);
}

.page-hero--image .eyebrow {
	color: #dfc58f;
}

.page-hero--image .page-hero__intro,
.page-hero--image .breadcrumbs,
.page-hero--image .breadcrumbs a {
	color: #e7e7db;
}

.page-hero--image .private-preview-notice {
	max-width: 820px;
	background: rgba(243, 237, 226, 0.9);
}

.breadcrumbs {
	margin-bottom: 2rem;
	color: var(--ink-soft);
	font-size: var(--step--1);
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
	margin-left: 0.45rem;
	color: var(--brass);
	content: "/";
}

.page-hero h1 {
	max-width: 900px;
}

.page-hero__intro {
	max-width: 720px;
	color: var(--ink-soft);
	font-size: var(--step-1);
}

.topic-hero {
	max-width: 900px;
}

.editorial-image--topic .editorial-image__media {
	aspect-ratio: 4 / 3;
	max-height: 430px;
}

.editorial-image--disciple,
.editorial-image--about {
	max-width: 900px;
	margin-top: clamp(2.5rem, 6vw, 5rem);
}

.editorial-image--disciple .editorial-image__media,
.editorial-image--about .editorial-image__media {
	aspect-ratio: 16 / 7;
	max-height: 440px;
}

.command-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.command-card {
	min-height: 300px;
	padding: clamp(1.5rem, 4vw, 3rem);
	background: var(--paper-light);
}

.command-card h2 {
	font-size: var(--step-2);
}

.command-card__reference {
	color: var(--clay);
	font-size: var(--step--1);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.command-card__quote {
	font-family: var(--serif);
	font-size: var(--step-1);
	line-height: 1.35;
}

.taxonomy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.taxonomy-links a,
.taxonomy-links span {
	padding: 0.35rem 0.65rem;
	border: 1px solid var(--rule);
	border-radius: 999px;
	font-size: 0.78rem;
	text-decoration: none;
}

.command-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
	gap: clamp(2.5rem, 7vw, 7rem);
}

.command-main section {
	padding: clamp(2.5rem, 6vw, 4.5rem) 0;
	border-top: 1px solid var(--rule);
}

.command-main section h2 {
	font-size: var(--step-2);
}

.command-side {
	position: sticky;
	top: 110px;
	align-self: start;
	padding: 1.5rem;
	border: 1px solid var(--rule);
}

.command-side dt {
	margin-top: 1rem;
	color: var(--ink-soft);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.command-side dd {
	margin: 0.2rem 0 0;
}

.meeting-guide {
	margin-top: 2rem;
	padding: clamp(1.5rem, 5vw, 4rem);
	background: var(--paper-light);
	box-shadow: var(--shadow);
	counter-reset: guide;
}

.meeting-guide li {
	margin: 1rem 0;
	padding-left: 0.5rem;
	font-family: var(--serif);
	font-size: var(--step-1);
}

.reading-column {
	width: min(100%, 820px);
}

.private-preview-notice {
	padding: 0.9rem 1.1rem;
	background: #eee2cf;
	border-left: 3px solid var(--clay);
	color: var(--ink);
	font-size: var(--step--1);
}

.complete-collection {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: source;
	border-top: 1px solid var(--rule);
}

.complete-command {
	display: grid;
	grid-template-columns: 5rem minmax(0, 1fr);
	gap: clamp(1rem, 4vw, 3rem);
	padding: clamp(2rem, 5vw, 4rem) 0;
	border-bottom: 1px solid var(--rule);
	counter-increment: source;
}

.complete-command::before {
	color: var(--brass);
	content: counter(source, decimal-leading-zero);
	font-family: var(--serif);
	font-size: var(--step-2);
}

.complete-command h2 {
	font-size: var(--step-2);
}

.passage-preview {
	display: grid;
	grid-template-columns: minmax(100px, 0.25fr) minmax(120px, 0.25fr) minmax(0, 1fr);
	gap: 1rem;
	margin: 0;
	padding: 0.8rem 0;
	border-top: 1px solid var(--rule);
	font-size: var(--step--1);
}

.passage-preview span {
	color: var(--ink-soft);
}

mark {
	padding: 0 0.08em;
	background: #ead8a9;
	color: inherit;
}

.command-reading {
	padding-bottom: clamp(4rem, 10vw, 8rem);
}

.command-editorial-image {
	margin-top: -2rem;
	margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.command-editorial-image .editorial-image__media {
	aspect-ratio: 16 / 7;
	max-height: 400px;
	filter: saturate(0.72);
}

.foundation-chapter-image {
	margin-top: clamp(2.5rem, 6vw, 4.5rem);
}

.foundation-chapter-image .editorial-image__media {
	aspect-ratio: 16 / 8;
	max-height: 470px;
}

.scripture-section {
	padding-bottom: clamp(3rem, 8vw, 6rem);
}

.gospel-passage {
	margin: clamp(2rem, 6vw, 4rem) 0;
	padding: clamp(1.5rem, 5vw, 3.5rem);
	background: var(--paper-light);
	border-top: 3px solid var(--brass);
	box-shadow: 0 16px 50px rgba(45, 40, 31, 0.07);
}

.gospel-label,
.meeting-step__word {
	margin-bottom: 0.65rem;
	color: var(--clay);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gospel-passage h2 {
	font-size: var(--step-2);
}

.scripture-text {
	max-width: 68ch;
	font-family: var(--serif);
	font-size: clamp(1.18rem, 1.05rem + 0.6vw, 1.5rem);
	line-height: 1.78;
}

.editorial-section,
.practice-panel,
.continue-source {
	padding: clamp(2.5rem, 6vw, 4.5rem) 0;
	border-top: 1px solid var(--rule);
}

.practice-panel {
	margin: 2rem 0;
	padding-inline: clamp(1.3rem, 4vw, 3rem);
	background: var(--olive);
	border: 0;
	color: var(--paper-light);
}

.practice-panel .eyebrow {
	color: var(--olive-light);
}

.source-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 2rem;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.source-nav a {
	display: grid;
	min-height: 130px;
	padding: 1.4rem;
	align-content: center;
	background: var(--paper-light);
	font-family: var(--serif);
	font-size: var(--step-1);
	text-decoration: none;
}

.source-nav a span {
	display: block;
	margin-bottom: 0.5rem;
	color: var(--clay);
	font-family: var(--sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.foundation-journey {
	max-width: 850px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	counter-reset: foundations;
}

.foundation-journey li {
	position: relative;
	margin: 0;
	padding: 0 0 3rem clamp(3.5rem, 10vw, 8rem);
	counter-increment: foundations;
}

.foundation-journey li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	background: var(--paper);
	border: 1px solid var(--brass);
	border-radius: 50%;
	color: var(--clay);
	content: counter(foundations);
}

.foundation-journey li::after {
	position: absolute;
	top: 2.75rem;
	bottom: 0;
	left: 1.35rem;
	width: 1px;
	background: var(--brass);
	content: "";
}

.foundation-journey a {
	display: grid;
	padding: 1.5rem 0;
	border-top: 1px solid var(--rule);
	text-decoration: none;
}

.foundation-journey span,
.foundation-journey em {
	color: var(--ink-soft);
	font-size: var(--step--1);
	font-style: normal;
}

.foundation-journey strong {
	font-family: var(--serif);
	font-size: var(--step-2);
	font-weight: 500;
}

.meeting-mode {
	max-width: 900px;
	margin-inline: auto;
}

.meeting-step {
	padding: clamp(2rem, 6vw, 4rem) 0;
	border-top: 1px solid var(--rule);
}

.meeting-step li {
	font-family: var(--serif);
}

.local-practice {
	display: block;
	margin: 2rem 0;
	padding: 1rem;
	border: 1px solid var(--rule);
}

.editorial-notice {
	padding: 1rem 1.2rem;
	background: #eee2cf;
	border-left: 3px solid var(--clay);
	font-size: var(--step--1);
}

.prayer-signup {
	padding: clamp(4rem, 9vw, 7rem) 0;
	background: #d5ddc9;
	border-top: 1px solid var(--rule);
}

.prayer-signup__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
	gap: clamp(2.5rem, 8vw, 7rem);
	align-items: start;
}

.prayer-signup__copy {
	position: sticky;
	top: 130px;
}

.prayer-signup__copy h2 {
	font-size: var(--step-3);
}

.prayer-form {
	padding: clamp(1.4rem, 4vw, 2.5rem);
	background: var(--paper-light);
	box-shadow: var(--shadow);
}

.prayer-form p {
	margin-bottom: 1rem;
}

.prayer-form label:not(.prayer-form__consent) {
	display: block;
	margin-bottom: 0.35rem;
	font-size: var(--step--1);
	font-weight: 700;
}

.prayer-form input[type="text"],
.prayer-form input[type="email"],
.prayer-form textarea {
	width: 100%;
}

.prayer-form__names {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.prayer-form__consent {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.65rem;
	align-items: start;
	margin: 1.2rem 0;
	font-size: var(--step--1);
}

.prayer-form__consent input {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.25rem;
	accent-color: var(--olive);
}

.prayer-form__optional {
	color: var(--ink-soft);
	font-weight: 400;
}

.prayer-form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.prayer-signup__message {
	padding: 0.8rem 1rem;
	background: #f3dfd5;
	border-left: 3px solid var(--clay);
}

.prayer-signup__message--success {
	background: #e1e8d5;
	border-color: var(--olive);
}

.site-footer {
	padding: clamp(4rem, 8vw, 6rem) 0 2rem;
	background: var(--ink);
	color: var(--paper-light);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: clamp(3rem, 8vw, 7rem);
	align-items: start;
}

.site-footer__motto {
	max-width: 620px;
	font-family: var(--serif);
	font-size: var(--step-2);
}

.site-footer__brand {
	display: grid;
	gap: 1.5rem;
}

.site-footer__identity {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.site-footer__identity .eyebrow {
	margin: 0;
}

.site-footer__mark {
	width: 74px;
	line-height: 0;
}

.site-footer__mark .site-mark__image {
	width: 74px;
	height: 74px;
	filter: brightness(0) invert(1);
	opacity: 0.86;
}

.site-footer__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.site-footer__nav a {
	display: block;
	margin: 0.6rem 0;
	color: #dfe3d0;
	text-decoration: none;
}

.site-footer__nav a:hover {
	color: var(--paper-light);
	text-decoration: underline;
}

.site-footer__heading {
	margin-bottom: 1rem;
	color: #d9c18d;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer__lower {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--olive-light);
}

.site-footer__lower p {
	margin: 0;
}

@media (max-width: 820px) {
	.menu-toggle {
		display: inline-flex;
	}

	.primary-nav {
		position: absolute;
		top: 112px;
		right: 1rem;
		left: 1rem;
		display: none;
		padding: 1.3rem;
		background: var(--paper-light);
		border: 1px solid var(--rule);
		box-shadow: var(--shadow);
	}

	.site-logo {
		flex-basis: auto;
	}

	.site-logo__desktop {
		display: none;
	}

	.site-logo__mobile {
		display: inline-flex;
	}

	.site-logo__mobile .site-mark__image {
		width: 54px;
		height: 58px;
	}

	.primary-nav.is-open {
		display: grid;
	}

	.section__head,
	.today-command,
	.two-up,
	.command-layout,
	.topic-hero,
	.prayer-signup__inner {
		grid-template-columns: 1fr;
	}

	.prayer-signup__copy {
		position: static;
	}

	.filter-row,
	.path-line {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.command-side {
		position: static;
	}

	.passage-preview {
		grid-template-columns: 1fr;
		gap: 0.2rem;
	}
}

@media (max-width: 560px) {
	.site-shell {
		width: min(100% - 1.25rem, 1180px);
	}

	.hero {
		min-height: auto;
	}

	.site-logo__mobile-wordmark {
		max-width: 10rem;
		line-height: 1.05;
	}

	.site-mark__image {
		width: 36px;
		height: 42px;
	}

	.editorial-image--panorama .editorial-image__media {
		aspect-ratio: 4 / 3;
	}

	.search-row,
	.filter-row,
	.path-line,
	.command-grid {
		grid-template-columns: 1fr;
	}

	.path-step {
		min-height: auto;
	}

	.site-footer__inner {
		display: block;
	}

	.site-footer__nav {
		margin-top: 3rem;
	}

	.site-footer__lower {
		display: block;
	}

	.site-footer__lower p + p {
		margin-top: 0.8rem;
	}

	.prayer-form__names {
		grid-template-columns: 1fr;
	}

	.command-quote,
	.today-command blockquote {
		font-size: clamp(1.85rem, 8vw, 2.7rem);
	}

	.complete-command {
		grid-template-columns: 2.5rem minmax(0, 1fr);
	}

	.source-nav {
		grid-template-columns: 1fr;
	}

	.gospel-passage {
		margin-inline: -0.25rem;
		padding: 1.25rem;
	}

	.scripture-text {
		font-size: 1.12rem;
		line-height: 1.7;
	}

	.command-editorial-image {
		margin-top: -1rem;
	}

	.command-editorial-image .editorial-image__media {
		aspect-ratio: 3 / 2;
		max-height: 280px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.site-header,
	.site-footer,
	.prayer-signup,
	.button-row,
	.command-side,
	.no-print,
	.editorial-transition,
	.command-editorial-image,
	.foundation-chapter-image,
	.editorial-image--today,
	.editorial-image--topic,
	.editorial-image--disciple,
	.editorial-image--about,
	.editorial-image,
	.path-step__image {
		display: none !important;
	}

	html,
	body,
	#main-content {
		background: #fff !important;
		background-color: #fff !important;
		background-image: none !important;
	}

	body {
		color: #000;
		font-size: 12pt;
	}

	body::before {
		display: none !important;
	}

	.section--ink,
	.section--ink * {
		background-color: #fff !important;
		color: #000 !important;
	}

	.meeting-guide {
		box-shadow: none;
		border: 1px solid #bbb;
	}

	.gospel-passage,
	.practice-panel {
		background: #fff;
		box-shadow: none;
		color: #000;
		break-inside: avoid;
	}

	.scripture-text {
		font-size: 11.5pt;
		line-height: 1.55;
	}

	.page-hero,
	.section {
		padding: 1rem 0;
	}
}


/* Editorial refinement 0.5.7 */
.site-shell--wide {
	width: min(100% - 2rem, 1420px);
}

.hero--home {
	min-height: auto;
	padding: clamp(5rem, 10vw, 8.5rem) 0 clamp(4rem, 8vw, 7rem);
	background: var(--paper-light);
}

.home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: end;
}

.hero--home h1 {
	max-width: 780px;
	margin-bottom: 0;
}

.home-hero__message {
	padding-bottom: 0.45rem;
}

.home-hero__message .hero__scripture {
	margin-top: 0;
}

.editorial-transition {
	padding: 0;
	background: var(--paper-light);
}

.editorial-image--panorama .editorial-image__media {
	min-height: 340px;
	max-height: 560px;
}

.home-today {
	border-top: 0;
}

.today-command--featured {
	display: grid;
	grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr) minmax(260px, 0.7fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.today-command__intro p:not(.eyebrow) {
	max-width: 25ch;
	color: var(--olive-light);
}

.today-command__reading h2 {
	font-size: var(--step-2);
}

.today-command__reference,
.scripture-note {
	color: var(--brass);
	font-size: var(--step--1);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.today-command__image .editorial-image--today {
	margin: 0;
}

.today-command__image .editorial-image__media {
	aspect-ratio: 4 / 5;
	max-height: 520px;
}

body.home .today-command.today-command--featured {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr) minmax(260px, 0.7fr);
	gap: clamp(2rem, 5vw, 5rem);
	text-align: left;
}

body.home .today-command--featured .today-command__intro {
	display: block;
	align-items: initial;
}

body.home .today-command--featured .today-command__reading {
	width: auto;
	max-width: none;
	margin-inline: 0;
}

body.home .today-command--featured .today-command__reading h2 {
	display: block;
}

body.home .today-command--featured .today-command__reading blockquote {
	max-width: none;
	margin-inline: 0;
}

body.home .today-command--featured .today-command__reading .today-command__reference {
	margin-inline: 0;
}

body.home .today-command--featured .today-command__image {
	width: auto;
	max-width: none;
	margin-inline: 0;
}

.command-page-hero {
	padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.command-page-hero .breadcrumbs {
	margin-bottom: 1.4rem;
}

.command-page-hero .taxonomy-links {
	margin-bottom: 0;
}

body:has(.continuous-reading) .site-header .primary-nav,
body:has(.continuous-reading) .site-header .menu-toggle {
	display: none;
}

.reading-toolbar {
	position: sticky;
	top: 112px;
	z-index: 12;
	background: color-mix(in srgb, var(--paper-light) 95%, transparent);
	border-bottom: 1px solid var(--rule);
	backdrop-filter: blur(12px);
}

.admin-bar .reading-toolbar {
	top: 144px;
}

.reading-toolbar__inner {
	display: grid;
	grid-template-columns: auto auto minmax(180px, 1fr) auto auto;
	gap: 0.75rem;
	align-items: center;
	min-height: 78px;
	font-size: var(--step--1);
}

.reading-toolbar__inner label {
	font-weight: 700;
}

.reading-toolbar__inner select {
	min-height: 44px;
}

.reading-toolbar__inner .button {
	min-height: 44px;
}

.reading-progress {
	height: 3px;
	background: var(--rule);
}

.reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--brass);
	transition: width 180ms ease-out;
}

.continuous-reading__intro {
	padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 7vw, 6rem);
	background: var(--paper-light);
	border-bottom: 1px solid var(--rule);
}

.continuous-reading__intro p:not(.eyebrow) {
	max-width: 62ch;
}

.continuous-reading__body {
	padding-bottom: clamp(5rem, 10vw, 9rem);
}

.continuous-command {
	padding: clamp(4rem, 9vw, 8rem) 0;
	scroll-margin-top: 200px;
	border-bottom: 1px solid var(--rule);
}

.continuous-command__number {
	margin-bottom: 1.25rem;
	color: var(--clay);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.continuous-command > h2 {
	margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.continuous-passage + .continuous-passage {
	margin-top: clamp(2.5rem, 6vw, 4.5rem);
	padding-top: clamp(2rem, 5vw, 3.5rem);
	border-top: 1px solid var(--rule);
}

.continuous-passage h3 {
	font-size: var(--step-2);
}

.continuous-command__nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: clamp(3rem, 7vw, 5rem);
	padding-top: 1.25rem;
	border-top: 1px solid var(--rule);
}

.reading-footer {
	padding: 2rem 0;
	background: var(--ink);
	color: var(--paper-light);
	text-align: center;
}

.collection-views .button--quiet {
	border-color: var(--paper-light);
	color: var(--paper-light);
}

.gospel-indicators {
	margin-bottom: 1.5rem;
	color: var(--clay);
	font-size: var(--step--1);
	font-weight: 700;
	letter-spacing: 0.05em;
}

.begin-journey {
	background: var(--paper-light);
}

.foundation-journey li.is-practiced::before {
	background: var(--olive);
	border-color: var(--olive);
	color: var(--paper-light);
}

.foundation-journey li.is-practiced em {
	color: var(--olive);
	font-weight: 700;
}

.foundation-reading {
	padding-top: clamp(3rem, 7vw, 5rem);
}

.foundation-primary-command {
	padding-top: 0;
	border-top: 0;
}

.foundation-practice {
	display: inline-flex;
	margin: 1rem 0 3rem;
	align-items: center;
	gap: 0.65rem;
	font-weight: 700;
}

.section--search {
	background: #e8dfcf;
}

.section__head--search {
	align-items: start;
}

.section--search .search-panel {
	box-shadow: none;
	border-top: 3px solid var(--brass);
}

.section--search .prompt-links a {
	background: transparent;
	border-color: var(--olive);
	color: var(--olive);
}

.section--search .prompt-links a:hover {
	background: var(--olive);
	color: var(--paper-light);
}

.section--way {
	background: var(--paper-light);
}

.section--way .path-step::before {
	background: var(--paper-light);
}

.section--practice {
	padding: 0;
}

.practice-pair {
	display: grid;
	width: 100%;
	max-width: none;
	grid-template-columns: 1fr 1fr;
}

.practice-pair > div {
	padding: clamp(4.5rem, 9vw, 8rem) max(2rem, calc((100vw - 1180px) / 2));
}

.practice-pair__principle {
	background: #d8c9ae;
}

.practice-pair__method {
	background: var(--olive);
	color: var(--paper-light);
}

.practice-pair__method .eyebrow,
.practice-pair__method .scripture-note {
	color: #d8c9ae;
}

.practice-pair__method p {
	max-width: 38rem;
}

.practice-pair__method .button {
	background: var(--paper-light);
	border-color: var(--paper-light);
	color: var(--olive);
}

.practice-pair__method .button:hover {
	background: var(--clay);
	border-color: var(--clay);
	color: var(--paper-light);
}

@media (max-width: 900px) {
	.home-hero__grid,
	.practice-pair {
		grid-template-columns: 1fr;
	}

	body.home .today-command.today-command--featured {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.home-hero__grid {
		gap: 2.5rem;
	}

	.today-command__image {
		max-width: 560px;
	}

	.practice-pair > div {
		padding-inline: max(1rem, calc((100vw - 720px) / 2));
	}

	.reading-toolbar__inner {
		grid-template-columns: 1fr auto auto;
		padding-block: 0.75rem;
	}

	.reading-toolbar__inner > a,
	.reading-toolbar__inner > label {
		display: none;
	}
}

@media (max-width: 620px) {
	.hero--home {
		padding-top: 3.5rem;
	}

	.hero--home h1 br {
		display: none;
	}

	.editorial-image--panorama .editorial-image__media {
		min-height: 260px;
		aspect-ratio: 4 / 3;
	}

	.practice-pair > div {
		padding: 4rem 1rem;
	}

	.reading-toolbar {
		top: 84px;
	}

	.admin-bar .reading-toolbar {
		top: 116px;
	}

	.reading-toolbar__inner {
		grid-template-columns: 1fr auto;
	}

	.reading-toolbar__inner [data-reading-resume] {
		display: none;
	}

	.continuous-command {
		scroll-margin-top: 150px;
	}
}

@media print {
	body:has(.continuous-reading) .site-header,
	.reading-toolbar,
	.reading-footer,
	.continuous-command__nav {
		display: none !important;
	}

	.continuous-reading__intro {
		padding: 0 0 1.5rem;
	}

	.continuous-command {
		padding: 1.5rem 0;
		break-before: page;
	}

	.continuous-passage {
		break-inside: avoid;
	}
}


/* Disciple Someone refinement 0.5.8 */
.disciple-hero .page-hero__intro {
	max-width: 45rem;
}

.disciple-method {
	background: var(--charcoal);
	color: var(--paper-light);
}

.disciple-method__steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 2.25rem 0;
	list-style: none;
}

.disciple-method__steps li {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 1rem;
	padding: 0 1.5rem;
	border-left: 1px solid rgba(255,255,255,.18);
}

.disciple-method__steps li:first-child { border-left: 0; padding-left: 0; }
.disciple-method__steps li:last-child { padding-right: 0; }
.disciple-method__steps span { grid-row: 1 / 3; color: var(--brass); font-size: .78rem; letter-spacing: .08em; }
.disciple-method__steps strong { font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; }
.disciple-method__steps small { color: rgba(255,255,255,.72); }

.disciple-chooser { background: var(--paper-light); }
.disciple-chooser__grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(360px,1.2fr); gap: clamp(3rem,8vw,8rem); align-items: center; }
.disciple-chooser__intro h2 { max-width: 12ch; }
.disciple-chooser__intro > p:not(.eyebrow) { max-width: 34rem; }
.disciple-browse-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; }
.disciple-browse-links a { border-bottom: 1px solid var(--brass); }
.disciple-command-form { box-shadow: none; border-top: 3px solid var(--olive); }
.disciple-command-form input,
.disciple-command-form select { width: 100%; margin-bottom: 1.25rem; }
.disciple-filter-status { min-height: 1.5em; margin: -.5rem 0 1rem; color: var(--olive-light); font-size: var(--step--1); }

.meeting-view-open .site-header,
.meeting-view-open #prayer-signup,
.meeting-view-open .prayer-signup,
.meeting-view-open .site-footer { display: none; }

.meeting-toolbar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(248,244,236,.96);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(12px);
}

.admin-bar .meeting-toolbar { top: 32px; }
.meeting-toolbar__inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; min-height: 68px; }
.meeting-toolbar__inner strong { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; }
.meeting-toolbar__inner > div { display: flex; justify-content: flex-end; gap: .5rem; }
.meeting-toolbar button { padding: .65rem .9rem; background: transparent; border: 1px solid var(--line-dark); color: var(--charcoal); }

.meeting-reading { background: var(--paper-light); }
.meeting-guide { width: min(100% - 2rem, 920px); padding-top: clamp(4.5rem,9vw,8rem); padding-bottom: clamp(4rem,8vw,7rem); }
.meeting-guide__header { padding-bottom: clamp(3rem,7vw,5.5rem); border-bottom: 1px solid var(--line); }
.meeting-guide__header h1 { max-width: 13ch; margin-bottom: 1.25rem; font-size: clamp(3.5rem,8vw,7rem); }
.meeting-guide__summary { max-width: 42rem; font-size: var(--step-1); line-height: 1.55; }
.meeting-step { padding: clamp(3.5rem,7vw,6rem) 0; border-bottom: 1px solid var(--line); }
.meeting-step__heading { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; margin-bottom: 2.5rem; }
.meeting-step__heading > span { padding-top: .3rem; color: var(--brass); font-size: .82rem; letter-spacing: .1em; }
.meeting-step__heading .eyebrow { margin-bottom: .65rem; }
.meeting-step__heading h2 { max-width: 17ch; margin: 0; }
.meeting-scripture { max-width: 720px; margin-left: auto; }
.meeting-scripture .gospel-passage { padding: 2.25rem 0; border-top: 2px solid var(--brass); background: transparent; }
.meeting-scripture .gospel-passage + .gospel-passage { margin-top: 1.5rem; }
.meeting-scripture .scripture-text { font-family: var(--font-display); font-size: clamp(1.45rem,2.5vw,2.05rem); line-height: 1.65; }
.meeting-context { max-width: 650px; margin: 2.5rem 0 0 auto; color: var(--olive-light); }
.meeting-questions { max-width: 720px; margin: 0 0 0 auto; padding: 0; list-style: none; counter-reset: questions; }
.meeting-questions li { position: relative; padding: 1.2rem 0 1.2rem 3.25rem; border-top: 1px solid var(--line); font-family: var(--font-display); font-size: var(--step-1); line-height: 1.45; counter-increment: questions; }
.meeting-questions li::before { position: absolute; left: 0; color: var(--brass); content: counter(questions, decimal-leading-zero); font-family: var(--font-sans); font-size: .78rem; letter-spacing: .08em; }
.meeting-note { max-width: 720px; margin: 2.5rem 0 0 auto; padding: 1.5rem 1.75rem; border-left: 3px solid var(--brass); background: #e8dfcf; }
.meeting-note span { color: var(--clay); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.meeting-note p { margin-bottom: 0; }
.meeting-step--practice { margin-inline: calc(50% - 50vw); padding-inline: max(1rem, calc((100vw - 920px) / 2)); background: var(--olive); color: var(--paper-light); border: 0; }
.meeting-step--practice .eyebrow,
.meeting-step--practice .meeting-step__heading > span { color: #d8c9ae; }
.meeting-prompt { max-width: 720px; margin: 0 0 0 auto; font-family: var(--font-display); font-size: clamp(1.65rem,3.5vw,2.6rem); line-height: 1.4; }
.meeting-close { padding: clamp(3.5rem,7vw,6rem) 0; }
.meeting-close__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.5rem; }
.meeting-close__grid > div { padding: 2rem; background: #e8dfcf; }
.meeting-close__grid h3 { font-size: var(--step-1); }
.meeting-sequence { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.meeting-sequence a:last-child { text-align: right; }

@media (max-width: 760px) {
	.disciple-method__steps,
	.disciple-chooser__grid,
	.meeting-close__grid { grid-template-columns: 1fr; }
	.disciple-method__steps { padding: 1.5rem 0; }
	.disciple-method__steps li { padding: 1rem 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
	.disciple-method__steps li:first-child { border-top: 0; }
	.disciple-chooser__grid { gap: 2.5rem; }
	.meeting-toolbar__inner { grid-template-columns: 1fr auto; }
	.meeting-toolbar__inner strong { display: none; }
	.meeting-toolbar__inner > div button:first-child { display: none; }
	.meeting-guide__header h1 { font-size: clamp(3.1rem,16vw,5rem); }
	.meeting-step__heading { grid-template-columns: 2.25rem 1fr; }
	.meeting-sequence { grid-template-columns: 1fr 1fr; }
	.meeting-sequence a:nth-child(2) { display: none; }
}

@media print {
	.meeting-view-open #wpadminbar,
	.meeting-toolbar,
	.meeting-sequence { display: none !important; }
	.meeting-guide { width: 100%; padding: 0; }
	.meeting-guide__header,
	.meeting-step,
	.meeting-close { padding: 1.25rem 0; break-inside: avoid; }
	.meeting-step--practice { margin: 0; padding-inline: 0; background: transparent !important; color: #111 !important; }
	.meeting-scripture .scripture-text { font-size: 14pt; }
}


/* Disciple chooser correction 0.5.9 */
/* High-contrast method strip 0.6.5 */
.disciple-method {
	background: #dfe3d5 !important;
	color: #20231f !important;
}
.disciple-method__steps strong {
	color: #20231f !important;
}
.disciple-method__steps small {
	color: #48513b !important;
}
.disciple-method__steps li {
	border-color: rgba(32, 35, 31, .18) !important;
}


/* Homepage mobile photography correction 0.6.0 */
@media (max-width: 620px) {
	body.home .editorial-transition .site-shell--wide {
		width: 100%;
		margin-inline: 0;
	}
	body.home .editorial-image--panorama {
		margin: 0;
	}
	body.home .editorial-image--panorama .editorial-image__media {
		display: block;
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: none;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		object-position: 50% 50%;
	}
	body.home .today-command__image {
		width: calc(100% + 2rem);
		max-width: none;
		margin-inline: -1rem;
	}
	body.home .today-command__image .editorial-image,
	body.home .today-command__image .editorial-image__media {
		display: block;
		width: 100%;
		margin: 0;
	}
	body.home .today-command__image .editorial-image__media {
		height: auto;
		max-height: none;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		object-position: 50% 55%;
	}
}


/* Homepage mobile photography specificity correction 0.6.1 */
@media (max-width: 620px) {
	body.home .today-command--featured .today-command__image {
		width: calc(100% + 2rem);
		max-width: none;
		margin-inline: -1rem;
	}
}


/* Homepage mobile full-bleed correction 0.6.2 */
@media (max-width: 620px) {
	body.home .today-command--featured .today-command__image {
		position: relative;
		left: 50%;
		width: 100vw;
		max-width: 100vw;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}


/* Homepage mobile overflow safeguard 0.6.4 */
@media (max-width: 620px) {
	body.home .today-command--featured .today-command__image {
		position: static;
		left: auto;
		width: 100%;
		max-width: none;
		margin: 0;
	}
}


/* Visual Refinement Phase 0.7.0 — editorial field-guide system
 * 2026-08-09
 * Visual grammar: monumental / reading / utility / silence.
 * Preserves source order, Scripture, content, navigation, and WordPress editability.
 */
:root {
	--paper: #f1eadf;
	--paper-light: #fbf7ee;
	--paper-deep: #e2d6c4;
	--ink: #20241f;
	--ink-soft: #62675d;
	--olive: #3f4a36;
	--olive-light: #d5dac9;
	--clay: #8a5745;
	--brass: #a5874d;
	--rule: rgba(32, 36, 31, .22);
	--rule-strong: rgba(63, 74, 54, .52);
	--shadow: 0 22px 55px rgba(40, 36, 28, .08);
	--folio-width: 42rem;
}

/* Quiet materiality and reusable divider grammar */
body::before {
	background:
		linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.01)),
		repeating-linear-gradient(90deg, transparent 0 12px, rgba(73,61,43,.015) 13px),
		repeating-linear-gradient(0deg, transparent 0 5px, rgba(73,61,43,.012) 6px);
}
.section {
	position: relative;
}
.section + .section::before,
.prayer-signup::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(calc(100% - 2rem), 1180px);
	height: 5px;
	background:
		linear-gradient(var(--rule),var(--rule)) 0 0 / 100% 1px no-repeat,
		linear-gradient(var(--brass),var(--brass)) 50% 4px / 5.25rem 1px no-repeat;
	content: "";
	transform: translateX(-50%);
	pointer-events: none;
}
.eyebrow {
	letter-spacing: .17em;
}

/* Monumental homepage hero: one image-led opening, no detached photograph band */
.hero--home.hero--image {
	position: relative;
	min-height: calc(100svh - 7rem);
	display: grid;
	align-items: end;
	background-image:
		linear-gradient(90deg, rgba(17,23,18,.83) 0%, rgba(17,23,18,.63) 48%, rgba(17,23,18,.22) 100%),
		var(--home-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--paper-light);
	overflow: hidden;
}
.hero--home.hero--image::after {
	position: absolute;
	inset: auto 0 0;
	height: 32%;
	background: linear-gradient(transparent, rgba(12,17,13,.4));
	content: "";
	pointer-events: none;
}
.hero--home .home-hero__grid {
	position: relative;
	z-index: 1;
	align-items: end;
	padding-block: clamp(7rem,15vh,11rem) clamp(4.5rem,9vh,7rem);
}
.hero--home .hero__eyebrow,
.hero--home .hero__support,
.hero--home .hero__scripture,
.hero--home .hero__scripture cite {
	color: inherit;
}
.hero--home h1 {
	max-width: 9ch;
	text-shadow: 0 3px 28px rgba(0,0,0,.28);
}
.hero--home .home-hero__message {
	padding: 2rem 0 0;
	border-top: 1px solid rgba(251,247,238,.52);
}
.hero--home .button {
	background: var(--paper-light);
	border-color: var(--paper-light);
	color: var(--ink);
}
.hero--home .button--quiet {
	background: transparent;
	color: var(--paper-light);
}
.editorial-transition {
	display: none;
}

/* Today: a daily folio rather than a floating promotional block */
.home-today {
	padding-block: clamp(6.5rem,12vw,10rem);
}
.home-today::after {
	position: absolute;
	top: 3.3rem;
	left: 50%;
	width: min(calc(100% - 2rem),1180px);
	color: rgba(251,247,238,.52);
	content: "DAILY READING  /  TODAY";
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .2em;
	transform: translateX(-50%);
}
.today-command {
	align-items: center;
	border-block: 1px solid rgba(251,247,238,.2);
	padding-block: clamp(3rem,6vw,5rem);
}
.today-command__number {
	font-family: var(--serif);
	font-size: clamp(4rem,9vw,8rem);
	line-height: .5;
	color: var(--brass);
}
.today-command__reading blockquote {
	max-width: 18ch;
}
.today-command__reference::before {
	content: "— ";
}
.today-command__image {
	align-self: stretch;
}
.today-command__image .editorial-image,
.today-command__image img {
	height: 100%;
	min-height: 22rem;
	object-fit: cover;
	filter: saturate(.72) contrast(1.03);
}

/* Search utility as an annotated reading desk, not a SaaS card */
.section--search {
	background: var(--paper-deep);
}
.section--search .site-shell {
	display: grid;
	grid-template-columns: minmax(0,.9fr) minmax(22rem,1.1fr);
	gap: clamp(3rem,8vw,8rem);
	align-items: end;
}
.section--search .section__head--search {
	display: block;
}
.search-panel {
	margin: 0;
	padding: clamp(1.7rem,3vw,2.5rem) 0 clamp(1.7rem,3vw,2.5rem) clamp(1.5rem,3vw,2.5rem);
	background: transparent;
	border: 0;
	border-left: 1px solid var(--brass);
	box-shadow: none;
}
.search-panel label {
	display: block;
	margin-bottom: .8rem;
	font-family: var(--serif);
	font-size: 1.22rem;
	font-weight: 500;
}
.search-row {
	gap: .75rem;
}
.search-row input {
	background: rgba(251,247,238,.58);
	border: 1px solid var(--rule);
	border-bottom-color: var(--rule-strong);
}
.prompt-links {
	grid-column: 2;
	display: flex;
	flex-wrap: wrap;
	gap: .55rem 1.2rem;
	margin-top: -1.4rem;
	padding-left: clamp(1.5rem,3vw,2.5rem);
}
.prompt-links::before {
	flex-basis: 100%;
	color: var(--ink-soft);
	content: "MARGIN NOTES";
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .18em;
}
.prompt-links a {
	padding: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px dotted var(--brass);
	border-radius: 0;
	font-size: .9rem;
}

/* Foundation path: source-numbered field-guide milestones */
.section--way {
	counter-reset: foundation;
	overflow: hidden;
}
.section--way .section__head {
	margin-bottom: clamp(4rem,8vw,7rem);
}
.path-line {
	position: relative;
	display: block;
	width: min(100%,58rem);
	margin: 0 auto 4rem;
}
.path-line::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: linear-gradient(var(--brass),rgba(165,135,77,.18));
	content: "";
}
.path-step {
	position: relative;
	width: 45%;
	min-height: 8.5rem;
	margin: 0 0 -1.25rem;
	padding: 1.55rem 1.75rem 1.8rem 5rem;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--rule);
	box-shadow: none;
	counter-increment: foundation;
}
.path-step:nth-child(even) {
	margin-left: 55%;
}
.path-step:nth-child(odd)::after,
.path-step:nth-child(even)::after {
	position: absolute;
	top: -1px;
	width: 10%;
	height: 1px;
	background: var(--brass);
	content: "";
}
.path-step:nth-child(odd)::after { right: -10%; }
.path-step:nth-child(even)::after { left: -10%; }
.path-step::before {
	position: absolute;
	top: 1.35rem;
	left: 0;
	content: counter(foundation, decimal-leading-zero);
	font-family: var(--serif);
	font-size: 2.15rem;
	line-height: 1;
	color: var(--brass);
}
.path-step h3 {
	font-size: clamp(1.65rem,2.5vw,2.35rem);
}
.path-step a {
	text-decoration: none;
}
.path-step a:hover {
	color: var(--clay);
}

/* Hearing and doing: one editorial spread with asymmetrical cadence */
.section--practice {
	background:
		linear-gradient(90deg,var(--paper-light) 0 55%,var(--olive-light) 55% 100%);
}
.practice-pair {
	align-items: stretch;
	gap: 0;
}
.practice-pair > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 34rem;
}
.practice-pair__principle {
	padding: clamp(3rem,7vw,6rem) clamp(3rem,8vw,7rem) clamp(3rem,7vw,6rem) 0;
}
.practice-pair__method {
	position: relative;
	padding: clamp(3rem,7vw,6rem) 0 clamp(3rem,7vw,6rem) clamp(3rem,7vw,6rem);
	background: transparent;
	border: 0;
	box-shadow: none;
}
.practice-pair__method::before {
	position: absolute;
	top: 12%;
	bottom: 12%;
	left: 0;
	width: 1px;
	background: var(--rule-strong);
	content: "";
}
.practice-pair__method h2 {
	font-size: clamp(2.6rem,4.6vw,4.8rem);
}
.scripture-note {
	margin-top: auto;
	color: var(--brass);
	font-family: var(--serif);
	font-style: italic;
}

/* Terracotta is a printed accent, not an isolated campaign banner */
.section--collection {
	background: var(--clay);
	background-image:
		linear-gradient(90deg,rgba(255,255,255,.025),transparent 35%),
		repeating-linear-gradient(0deg,transparent 0 7px,rgba(0,0,0,.018) 8px);
}
.section--collection .section__head {
	padding-block: clamp(4.5rem,8vw,7rem);
	border-block: 1px solid rgba(251,247,238,.25);
}
.section--collection .button {
	background: transparent;
	border-color: rgba(251,247,238,.72);
	color: var(--paper-light);
}

/* Begin: twelve chapters as an editorial journey */
.begin-journey {
	background:
		linear-gradient(90deg,transparent 49.95%,rgba(165,135,77,.22) 50%,transparent 50.05%);
}
.begin-journey .section__head {
	width: min(100%,48rem);
	margin-inline: auto;
	text-align: center;
}
.foundation-journey {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 0 clamp(4rem,9vw,8rem);
	width: min(100%,64rem);
	margin: clamp(4rem,8vw,7rem) auto 0;
	padding: 0;
	list-style: none;
}
.foundation-journey li {
	position: relative;
	border-top: 1px solid var(--rule);
}
.foundation-journey li:nth-child(even) {
	transform: translateY(5rem);
}
.foundation-journey a {
	display: grid;
	grid-template-columns: 4.5rem 1fr;
	gap: .25rem 1.25rem;
	min-height: 11rem;
	padding: 2rem 0;
	text-decoration: none;
}
.foundation-journey span {
	grid-row: 1 / 3;
	color: var(--brass);
	font-family: var(--serif);
	font-size: 1.15rem;
	letter-spacing: .04em;
}
.foundation-journey strong {
	font-family: var(--serif);
	font-size: clamp(1.75rem,3vw,2.65rem);
	font-weight: 500;
	line-height: 1.08;
}
.foundation-journey em {
	color: var(--ink-soft);
	font-size: .78rem;
	font-style: normal;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.foundation-journey li::after {
	position: absolute;
	top: -1px;
	width: 2.5rem;
	height: 1px;
	background: var(--brass);
	content: "";
}
.foundation-journey li:nth-child(odd)::after { right: -2.5rem; }
.foundation-journey li:nth-child(even)::after { left: -2.5rem; }

/* Scripture is the primary reading surface, not a series of cards */
.command-review-hero .reading-column {
	padding-bottom: clamp(3rem,6vw,5rem);
	border-bottom: 3px double var(--rule);
}
.command-reading {
	width: min(100%,54rem);
	margin-inline: auto;
}
.scripture-section {
	margin-top: clamp(4rem,8vw,7rem);
}
.gospel-passage {
	position: relative;
	margin: 0;
	padding: clamp(2.4rem,5vw,4rem) 0 clamp(2.4rem,5vw,4rem) clamp(2rem,5vw,4rem);
	background: transparent;
	border: 0;
	border-left: 1px solid var(--brass);
	border-radius: 0;
	box-shadow: none;
}
.gospel-passage + .gospel-passage {
	border-top: 1px solid var(--rule);
}
.gospel-passage::before {
	position: absolute;
	top: 0;
	left: -.25rem;
	width: .45rem;
	height: .45rem;
	background: var(--paper);
	border: 1px solid var(--brass);
	content: "";
	transform: rotate(45deg);
}
.gospel-label {
	color: var(--clay);
	font-size: .72rem;
	letter-spacing: .18em;
}
.scripture-text {
	max-width: 34ch;
	font-family: var(--serif);
	font-size: clamp(1.4rem,2.4vw,2rem);
	line-height: 1.58;
}
.editorial-section {
	position: relative;
	padding-block: clamp(4rem,7vw,6rem);
	border-top: 1px solid var(--rule);
}
.editorial-section > .eyebrow {
	color: var(--clay);
}
.practice-panel {
	margin-inline: clamp(0rem,-3vw,-3rem);
	padding: clamp(2.5rem,5vw,4.5rem);
	background: var(--olive);
	background-image: linear-gradient(135deg,rgba(255,255,255,.035),transparent 48%);
	border: 1px solid rgba(251,247,238,.16);
	border-radius: 0;
	box-shadow: none;
}
.continue-source {
	padding-top: clamp(4rem,7vw,6rem);
	border-top: 3px double var(--rule);
}
.source-nav a::before {
	color: var(--brass);
	content: "§ ";
}

/* Discipleship method as a reading cadence */
.disciple-method {
	background: var(--paper-light) !important;
	color: var(--ink) !important;
	border-block: 3px double var(--rule);
}
.disciple-method__steps {
	counter-reset: method;
}
.disciple-method__steps li {
	position: relative;
	padding-top: 3.25rem;
	border-left: 0 !important;
	counter-increment: method;
}
.disciple-method__steps li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--brass);
	content: "0" counter(method);
	font-family: var(--serif);
	font-size: 1.15rem;
}
.disciple-method__steps strong,
.disciple-method__steps small {
	color: inherit !important;
}
.disciple-chooser {
	background: var(--paper);
}
.disciple-chooser__grid {
	border-top: 1px solid var(--rule-strong);
	padding-top: clamp(2.5rem,5vw,4rem);
}

/* Prayer signup as a hand-written folio */
.prayer-signup {
	position: relative;
	background: var(--paper-deep);
}
.prayer-signup__inner {
	align-items: center;
}
.prayer-signup__copy {
	max-width: 29rem;
}
.prayer-form {
	padding: clamp(2rem,4vw,3.5rem);
	background:
		repeating-linear-gradient(0deg,rgba(255,255,255,.55) 0 2.74rem,rgba(73,61,43,.09) 2.78rem 2.82rem);
	border: 1px solid rgba(73,61,43,.2);
	border-radius: 0;
	box-shadow: 12px 14px 0 rgba(165,135,77,.1);
}
.prayer-form input,
.prayer-form textarea {
	background: rgba(251,247,238,.78);
	border: 0;
	border-bottom: 1px solid var(--rule-strong);
	border-radius: 0;
}
.prayer-form input:focus,
.prayer-form textarea:focus {
	background: var(--paper-light);
}
.prayer-form__consent {
	padding: 1rem 0;
	background: rgba(251,247,238,.72);
}
.prayer-form__consent input {
	border: 1px solid var(--rule-strong);
}

/* Footer: the lamb mark becomes a rare seal */
.site-footer__identity {
	align-items: center;
}
.site-footer__mark {
	display: grid;
	width: 7rem;
	height: 7rem;
	place-items: center;
	border: 1px solid rgba(251,247,238,.28);
	border-radius: 50%;
}
.site-footer__mark img {
	width: 3.3rem;
	height: auto;
}
.site-footer__lower {
	border-top: 3px double rgba(251,247,238,.2);
}

/* Mobile: one vertical walk, complete imagery, no horizontal drift */
@media (max-width: 760px) {
	.hero--home.hero--image {
		min-height: 78svh;
		background-position: 56% center;
	}
	.hero--home .home-hero__grid {
		padding-block: 6rem 3.5rem;
	}
	.hero--home .home-hero__message {
		margin-top: 2rem;
	}
	.home-today::after {
		top: 2.25rem;
		width: calc(100% - 2rem);
	}
	.today-command {
		padding-block: 3rem;
	}
	.today-command__image,
	body.home .today-command--featured .today-command__image {
		width: 100%;
		margin: 1.5rem 0 0;
	}
	.today-command__image .editorial-image,
	.today-command__image .editorial-image__media {
		width: 100%;
		min-height: 0;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
	.section--search .site-shell {
		display: block;
	}
	.search-panel {
		margin-top: 2.5rem;
	}
	.search-row {
		display: grid;
		grid-template-columns: 1fr;
	}
	.prompt-links {
		margin: 1.25rem 0 0;
		padding-left: 1.5rem;
	}
	.path-line {
		margin-left: 1.25rem;
	}
	.path-line::before {
		left: 0;
	}
	.path-step,
	.path-step:nth-child(even) {
		width: auto;
		margin: 0 0 1rem 2rem;
		padding: 1.35rem 0 1.6rem 4rem;
	}
	.path-step:nth-child(odd)::after,
	.path-step:nth-child(even)::after {
		left: -2rem;
		right: auto;
		width: 2rem;
	}
	.section--practice {
		background: var(--paper-light);
	}
	.practice-pair > div {
		min-height: 0;
	}
	.practice-pair__principle {
		padding: 4rem 0;
	}
	.practice-pair__method {
		margin-inline: -1rem;
		padding: 4rem 1rem;
		background: var(--olive-light);
	}
	.practice-pair__method::before {
		display: none;
	}
	.foundation-journey {
		display: block;
		margin-top: 3rem;
		padding-left: 2rem;
		border-left: 1px solid rgba(165,135,77,.38);
	}
	.foundation-journey li,
	.foundation-journey li:nth-child(even) {
		transform: none;
	}
	.foundation-journey li::after,
	.foundation-journey li:nth-child(even)::after {
		left: -2rem;
		right: auto;
		width: 2rem;
	}
	.foundation-journey a {
		grid-template-columns: 3.75rem 1fr;
		min-height: 0;
		padding: 1.75rem 0 2.4rem;
	}
	.gospel-passage {
		padding-left: 1.5rem;
	}
	.scripture-text {
		font-size: clamp(1.28rem,6vw,1.65rem);
	}
	.practice-panel {
		margin-inline: -1rem;
		padding-inline: 1.5rem;
	}
	.disciple-method__steps li {
		padding: 2.75rem 0 1.75rem;
		border-top: 1px solid var(--rule) !important;
	}
	.prayer-form {
		padding: 1.5rem;
		box-shadow: 6px 8px 0 rgba(165,135,77,.1);
	}
	.site-footer__mark {
		width: 5.5rem;
		height: 5.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,*::before,*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}


/* Mobile overflow correction 0.7.1 */
@media (max-width:760px){
 .path-line{width:auto;margin-left:0;margin-right:0;padding-left:1.25rem;}
 .path-line::before{left:1.25rem;}
 .path-step,.path-step:nth-child(even){margin-left:1.25rem;}
 .path-step:nth-child(odd)::after,.path-step:nth-child(even)::after{left:-1.25rem;width:1.25rem;}
 .practice-pair__method{margin-inline:0;}
}


/* Begin journey legacy-marker correction 0.7.2 */
.foundation-journey li::before{display:none !important;}


/* Homepage restoration 0.7.3 */
.home .hero--home.hero--image{
  min-height:clamp(620px,76vh,820px);
  padding:clamp(5rem,10vw,8rem) 0;
  display:flex;
  align-items:center;
  background-position:center 52%;
}
.home .hero--home.hero--image::before{
  background:linear-gradient(90deg,rgba(18,24,19,.86) 0%,rgba(18,24,19,.68) 48%,rgba(18,24,19,.25) 100%);
}
.home .home-hero__grid{
  position:relative;
  z-index:1;
  display:block !important;
  max-width:1240px;
}
.home .hero--home h1{
  max-width:8.5ch;
  margin:0;
  color:var(--paper);
  font-size:clamp(4.4rem,8vw,7.5rem);
  line-height:.88;
  letter-spacing:-.045em;
}
.home .hero--home .hero__eyebrow{color:var(--sand);}
.home .home-hero__message{
  display:block !important;
  max-width:680px;
  margin-top:2.25rem;
  padding:0 !important;
  border:0 !important;
}
.home .hero--home .hero__scripture{
  max-width:640px;
  margin:0 0 1.5rem;
  padding:0 0 0 1.5rem;
  border-left:1px solid rgba(234,216,174,.65);
  color:var(--paper);
  font-size:clamp(1.7rem,2.4vw,2.5rem);
  line-height:1.15;
}
.home .hero--home .hero__support{
  max-width:620px;
  margin:0 0 1.75rem;
  color:rgba(247,243,234,.88);
  font-size:1.12rem;
  line-height:1.65;
}
.home .hero--home .button-row{justify-content:flex-start;}
.home .hero--home .button--quiet{color:var(--paper);border-color:rgba(247,243,234,.62);}
.home .hero--home .button--quiet:hover{color:var(--ink);background:var(--paper);}

.home .home-today .today-command,
.home .home-today .today-command--featured{
  grid-template-columns:minmax(210px,290px) minmax(0,760px);
  justify-content:center;
  gap:clamp(3rem,7vw,7rem);
  max-width:1180px;
  margin-inline:auto;
}
.home .home-today .today-command__image{display:none !important;}
.home .home-today .today-command__reading blockquote{max-width:16ch;}

.home .section--search{background:#efe6d6;}
.home .section--search .section__head--search{
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  align-items:end;
}
.home .section--search .search-panel{
  max-width:none;
  margin-top:3rem;
  padding:2rem 0 0;
  background:transparent;
  border:0;
  border-top:1px solid rgba(93,83,61,.38);
  box-shadow:none;
}
.home .section--search .prompt-links{margin-top:1.4rem;gap:.65rem 1.25rem;}
.home .section--search .prompt-links a{
  padding:.15rem 0;
  border:0;
  border-bottom:1px solid rgba(93,83,61,.55);
  border-radius:0;
  background:transparent;
}
.home .section--search .prompt-links a:hover{
  color:var(--rust);
  background:transparent;
  border-color:var(--rust);
}

@media (max-width:800px){
  .home .hero--home.hero--image{min-height:680px;padding:5.25rem 0;background-position:58% center;}
  .home .hero--home.hero--image::before{background:linear-gradient(90deg,rgba(18,24,19,.9),rgba(18,24,19,.62));}
  .home .hero--home h1{font-size:clamp(3.6rem,16vw,5.4rem);}
  .home .home-hero__message{margin-top:1.75rem;}
  .home .home-today .today-command,
  .home .home-today .today-command--featured{grid-template-columns:1fr;gap:2.25rem;}
  .home .home-today .today-command__intro{max-width:30rem;}
  .home .section--search .section__head--search{grid-template-columns:1fr;gap:1.25rem;}
  .home .section--search .search-row{grid-template-columns:1fr;}
}


/* Homepage proportion correction 0.7.4 */
.home .hero--home.hero--image{
  min-height:0;
  height:auto;
  padding:4.75rem 0 5.25rem;
  background-size:cover;
  background-position:center 38%;
}
.home .hero--home h1{font-size:clamp(4.25rem,7vw,6.4rem);line-height:.9;}
.home .home-hero__message{margin-top:1.35rem;}
.home .hero--home .hero__scripture{margin-bottom:1.1rem;font-size:clamp(1.55rem,2vw,2.1rem);}
.home .hero--home .hero__support{margin-bottom:1.35rem;}
.home .home-today{padding:5.25rem 0;}
.home .home-today .today-command,
.home .home-today .today-command--featured{align-items:center;}
@media (max-width:800px){
  .home .hero--home.hero--image{min-height:0;height:auto;padding:4.5rem 0;background-position:57% 35%;}
  .home .hero--home h1{font-size:clamp(3.25rem,15vw,4.8rem);}
}


/* Corrective strong-simplicity pass 0.8.0 */
.home .home-today {
  position: relative;
  padding: clamp(4.5rem,7vw,6.5rem) 0;
}
.home .home-today::after {
  display: none !important;
  content: none !important;
}
.home .home-today .today-command,
.home .home-today .today-command--featured {
  display: grid;
  grid-template-columns: minmax(180px,260px) minmax(0,680px);
  gap: clamp(2.5rem,6vw,5.5rem);
  align-items: center;
  width: min(100%,1100px);
  margin: 0 auto;
  padding: 0;
  border: 0;
}
.home .today-command__intro {
  max-width: 240px;
}
.home .today-command__number {
  display: none !important;
}
.home .today-command__reading blockquote {
  max-width: 15ch;
  margin: 0 0 1rem;
  font-size: clamp(2.7rem,4.2vw,4.8rem);
  line-height: 1.02;
}
.home .today-command__reference {
  margin: 0 0 1.5rem;
}
.home .today-command__reference::before {
  content: none !important;
}

.home .section--search {
  padding: clamp(4.75rem,7vw,6.5rem) 0;
  background: #efe6d6;
}
.home .section--search .site-shell {
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr);
  gap: clamp(3rem,7vw,6rem);
  align-items: center;
}
.home .section--search .section__head--search {
  display: block;
  margin: 0;
}
.home .section--search .section__head--search h2 {
  max-width: 12ch;
}
.home .section--search .search-panel {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.home .section--search .prompt-links {
  grid-column: 2;
  margin: -2.5rem 0 0;
  padding: 0;
  gap: .55rem 1rem;
}
.home .section--search .prompt-links::before {
  display: none !important;
  content: none !important;
}
.home .section--search .prompt-links a {
  padding: .1rem 0;
  border: 0;
  border-bottom: 1px solid rgba(30,32,27,.35);
  border-radius: 0;
}

.home .section--way {
  overflow: visible;
  padding: clamp(4.75rem,7vw,6.5rem) 0;
  counter-reset: foundation;
}
.home .section--way .section__head {
  margin-bottom: 2.75rem;
}
.home .path-line {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 3rem;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 2.5rem;
  padding: 0;
}
.home .path-line::before {
  display: none !important;
  content: none !important;
}
.home .path-step,
.home .path-step:nth-child(odd),
.home .path-step:nth-child(even) {
  display: grid;
  grid-template-columns: 3.25rem minmax(0,1fr);
  align-items: baseline;
  width: auto;
  min-height: 0;
  margin: 0 !important;
  padding: 1.35rem 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--rule);
  counter-increment: foundation;
}
.home .path-step:nth-last-child(-n+2) {
  border-bottom: 1px solid var(--rule);
}
.home .path-step::before {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  content: counter(foundation,decimal-leading-zero) !important;
  color: var(--brass);
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: var(--sans);
  font-size: .78rem !important;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
}
.home .path-step::after {
  display: none !important;
  content: none !important;
}
.home .path-step h3 {
  margin: 0;
  font-size: clamp(1.35rem,2vw,1.8rem);
  line-height: 1.18;
}

.home .section--practice {
  padding: 0;
  background: var(--charcoal);
  color: var(--paper-light);
}
.home .practice-pair {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  width: min(100%,1180px);
  max-width: 1180px;
  margin: 0 auto;
  background: transparent;
}
.home .practice-pair > div {
  min-height: 0;
  padding: clamp(4.75rem,7vw,6.5rem) clamp(2rem,5vw,4.5rem);
}
.home .practice-pair__principle {
  background: var(--charcoal);
  color: var(--paper-light);
  border-right: 1px solid rgba(251,247,238,.16);
}
.home .practice-pair__method {
  margin: 0 !important;
  background: var(--olive);
  color: var(--paper-light);
}
.home .practice-pair__method::before {
  display: none !important;
  content: none !important;
}
.home .practice-pair .eyebrow {
  color: #d8bd82;
}
.home .practice-pair h2 {
  max-width: 8ch;
  color: var(--paper-light);
  font-size: clamp(3rem,4.5vw,5rem);
  line-height: .98;
}
.home .practice-pair p {
  max-width: 34rem;
  color: rgba(251,247,238,.82);
}
.home .practice-pair__principle .scripture-note {
  color: #d8bd82;
}
.home .practice-pair__method .button {
  background: transparent;
  border: 1px solid rgba(251,247,238,.72);
  color: var(--paper-light);
}
.home .practice-pair__method .button:hover,
.home .practice-pair__method .button:focus-visible {
  background: var(--paper-light);
  color: var(--olive);
}

.home .section--collection {
  padding: clamp(4.75rem,7vw,6.5rem) 0;
  border: 0;
}
.home .section--collection .section__head {
  padding: 0;
  border: 0;
}

@media (max-width: 800px) {
  .home .home-today .today-command,
  .home .home-today .today-command--featured {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .home .today-command__intro {
    max-width: 32rem;
  }
  .home .section--search .site-shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .home .section--search .prompt-links {
    grid-column: 1;
    margin: -1rem 0 0;
  }
  .home .path-line {
    grid-template-columns: 1fr;
  }
  .home .path-step:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .home .path-step:last-child {
    border-bottom: 1px solid var(--rule);
  }
  .home .practice-pair {
    grid-template-columns: 1fr;
  }
  .home .practice-pair__principle {
    border-right: 0;
    border-bottom: 1px solid rgba(251,247,238,.16);
  }
}


/* Practice contrast hotfix 0.8.1 */
.home .section--practice,
.home .practice-pair__principle {
  background: var(--ink) !important;
}


/* Homepage Simplification Phase — 0.9.0 */
.section--gateway {
	background: var(--paper-light);
	padding-block: clamp(4.5rem, 7vw, 7rem);
}

.gateway-heading {
	max-width: 700px;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gateway-heading h2 {
	margin-bottom: 0;
	font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}

.gateway-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.5vw, 2rem);
}

.gateway-card {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.75rem, 3vw, 2.5rem);
	border-top: 3px solid var(--brass);
	background: var(--paper);
	box-shadow: 0 14px 36px rgba(45, 40, 31, 0.07);
}

.gateway-card__number {
	margin-bottom: 1.5rem;
	color: var(--clay);
	font-size: var(--step--1);
	font-weight: 800;
	letter-spacing: 0.16em;
}

.gateway-card h3 {
	margin-bottom: 0.65rem;
	font-size: clamp(1.7rem, 2.3vw, 2.45rem);
}

.gateway-card > p:not(.gateway-card__number) {
	max-width: 30ch;
	color: var(--ink-soft);
}

.gateway-card .button {
	margin-top: auto;
}

.section--project-statement {
	padding-block: clamp(4.5rem, 7vw, 7rem);
	background: var(--paper);
	border-top: 1px solid var(--rule);
}

.project-statement {
	max-width: 860px;
	margin-inline: auto;
	text-align: center;
}

.project-statement h2 {
	font-size: clamp(2.3rem, 4.2vw, 4.5rem);
}

.project-statement > p:not(.eyebrow) {
	max-width: 65ch;
	margin-inline: auto;
	color: var(--ink-soft);
}

.project-statement > a {
	font-weight: 750;
}

.prayer-signup--compact {
	padding-block: clamp(2.75rem, 5vw, 4rem);
}

.prayer-signup__compact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.prayer-signup--compact h2 {
	max-width: 720px;
	margin-bottom: 0;
	font-size: clamp(2rem, 3.6vw, 3.7rem);
}

.prayer-signup--compact .button {
	flex: 0 0 auto;
}

body.home .section--search {
	padding-block: clamp(4.5rem, 7vw, 7rem);
}

body.home .prompt-links {
	margin-top: 1rem;
}

@media (max-width: 860px) {
	.gateway-grid {
		grid-template-columns: 1fr;
	}

	.gateway-card {
		min-height: 0;
	}

	.gateway-card .button {
		margin-top: 1rem;
	}

	.prayer-signup__compact-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	.section--gateway,
	.section--project-statement,
	body.home .section--search {
		padding-block: 3.75rem;
	}

	.gateway-card {
		padding: 1.5rem;
	}

	.prayer-signup--compact {
		padding-block: 3rem;
	}
}


/* Homepage Photography Rhythm — theme 0.9.1 */
.home .home-today,
.home .section--project-statement {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: min(72vh, 760px);
  background-repeat: no-repeat;
  background-size: cover;
  border-block: 0;
}
.home .home-today {
  background-image: linear-gradient(90deg, rgba(17, 23, 18, .88) 0%, rgba(17, 23, 18, .70) 52%, rgba(17, 23, 18, .42) 100%), url("https://www.christcommands.com/wp-content/uploads/christ-commands-assets/martin-schmidli-qg8ihPPQkKo-unsplash-1600.jpg");
  background-position: center 62%;
}
.home .section--project-statement {
  background-image: linear-gradient(90deg, rgba(17, 23, 18, .88) 0%, rgba(17, 23, 18, .68) 55%, rgba(17, 23, 18, .44) 100%), url("https://www.christcommands.com/wp-content/uploads/christ-commands-assets/ben-white-W8Qqn1PmQH0-unsplash-1600.jpg");
  background-position: center 56%;
}
.home .home-today > .wrap,
.home .section--project-statement > .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.home .section--project-statement,
.home .section--project-statement h2,
.home .section--project-statement p,
.home .section--project-statement a { color: var(--paper); }
.home .section--project-statement .eyebrow { color: var(--gold); }
.home .section--project-statement a { border-bottom-color: rgba(247, 243, 234, .62); }
.home .section--project-statement a:hover,
.home .section--project-statement a:focus-visible {
  color: var(--paper);
  border-bottom-color: var(--paper);
}
@media (max-width: 720px) {
  .home .home-today,
  .home .section--project-statement { min-height: 68svh; }
  .home .home-today {
    background-image: linear-gradient(180deg, rgba(17, 23, 18, .70) 0%, rgba(17, 23, 18, .88) 82%), url("https://www.christcommands.com/wp-content/uploads/christ-commands-assets/martin-schmidli-qg8ihPPQkKo-unsplash-1600.jpg");
    background-position: center 66%;
  }
  .home .section--project-statement {
    background-image: linear-gradient(180deg, rgba(17, 23, 18, .68) 0%, rgba(17, 23, 18, .90) 84%), url("https://www.christcommands.com/wp-content/uploads/christ-commands-assets/ben-white-W8Qqn1PmQH0-unsplash-1600.jpg");
    background-position: center 54%;
  }
}


/* Homepage alignment, contrast, and compact prayer form — theme 0.9.3 */
.home .home-today {
  min-height: min(64vh, 660px);
  padding-block: clamp(5rem, 8vw, 7rem);
  background-image:
    linear-gradient(90deg, rgba(17, 23, 18, .88) 0%, rgba(17, 23, 18, .70) 52%, rgba(17, 23, 18, .42) 100%),
    url("https://www.christcommands.com/wp-content/uploads/christ-commands-assets/martin-schmidli-qg8ihPPQkKo-unsplash-1600.jpg") !important;
  background-position: center 62%;
}

.home .home-today .today-command,
.home .home-today .today-command--featured,
body.home .today-command.today-command--featured {
  align-items: start;
  grid-template-columns: minmax(210px, 270px) minmax(0, 660px);
  gap: clamp(3rem, 6vw, 5.5rem);
}

.home .home-today .today-command__intro {
  padding-top: .4rem;
}

.home .section--search {
  background: #d8c8a7;
}

.home .section--search .search-panel {
  background: rgba(251, 247, 238, .94);
}

.prayer-signup--compact {
  background: #e4d8c4;
}

.prayer-signup--compact .prayer-signup__compact-inner {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.prayer-signup__compact-copy h2 {
  max-width: 560px;
}

.prayer-signup__compact-form {
  min-width: 0;
}

.prayer-form--compact {
  display: grid;
  grid-template-columns: minmax(130px, .75fr) minmax(210px, 1fr) minmax(220px, 1.35fr) auto;
  align-items: end;
  gap: .85rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  border-top: 3px solid var(--brass);
  box-shadow: var(--shadow);
}

.prayer-form--compact .prayer-form__field,
.prayer-form--compact .prayer-form__consent {
  margin: 0;
}

.prayer-form--compact label:not(.prayer-form__consent) {
  margin-bottom: .35rem;
}

.prayer-form--compact input[type="text"],
.prayer-form--compact input[type="email"] {
  min-height: 48px;
}

.prayer-form--compact button {
  min-height: 48px;
  white-space: nowrap;
}

.prayer-form--compact .prayer-form__consent--compact {
  grid-column: 1 / -1;
  margin-top: .15rem;
  color: var(--ink-soft);
  font-size: .82rem;
}

@media (max-width: 1080px) {
  .prayer-signup--compact .prayer-signup__compact-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 820px) {
  .prayer-form--compact {
    grid-template-columns: 1fr 1fr;
  }

  .prayer-form--compact .prayer-form__field:nth-of-type(3) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .home .home-today {
    min-height: 0;
    padding-block: 5rem;
    background-image:
      linear-gradient(180deg, rgba(17, 23, 18, .70) 0%, rgba(17, 23, 18, .90) 84%),
      url("https://www.christcommands.com/wp-content/uploads/christ-commands-assets/martin-schmidli-qg8ihPPQkKo-unsplash-1600.jpg") !important;
    background-position: center 66%;
  }

  .home .home-today .today-command,
  .home .home-today .today-command--featured,
  body.home .today-command.today-command--featured {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .prayer-form--compact {
    grid-template-columns: 1fr;
  }

  .prayer-form--compact .prayer-form__field:nth-of-type(3),
  .prayer-form--compact .prayer-form__consent--compact {
    grid-column: auto;
  }
}


/* Homepage hero accent restoration — theme 0.9.4 */
.home .hero--home .hero__eyebrow,
.home .hero--home .hero__scripture cite {
  color: var(--clay);
}


/* Homepage daily image and search palette refinement — theme 0.9.5 */
.home .home-today {
  background-image:
    linear-gradient(90deg, rgba(17, 23, 18, .91) 0%, rgba(17, 23, 18, .76) 48%, rgba(17, 23, 18, .44) 100%),
    url("https://www.christcommands.com/wp-content/uploads/christ-commands-assets/casey-horner-4rDCa5hBlCs-unsplash-1600.jpg") !important;
  background-position: center 46%;
}

.home .section--search {
  background: #4f5943;
  color: var(--paper-light);
}

.home .section--search h2,
.home .section--search .section__head p {
  color: var(--paper-light);
}

.home .section--search .eyebrow {
  color: #c98263;
}

.home .section--search .search-panel {
  background: var(--paper-light);
  color: var(--ink);
  border-top-color: var(--clay);
  box-shadow: 0 24px 60px rgba(17, 23, 18, .22);
}

.home .section--search .prompt-links a {
  color: var(--paper-light);
  border-bottom-color: rgba(251, 248, 241, .46);
}

.home .section--search .prompt-links a:hover,
.home .section--search .prompt-links a:focus-visible {
  color: #e6ad8f;
  border-bottom-color: #e6ad8f;
}

@media (max-width: 720px) {
  .home .home-today {
    background-image:
      linear-gradient(180deg, rgba(17, 23, 18, .66) 0%, rgba(17, 23, 18, .92) 86%),
      url("https://www.christcommands.com/wp-content/uploads/christ-commands-assets/casey-horner-4rDCa5hBlCs-unsplash-1600.jpg") !important;
    background-position: center 40%;
  }
}


/* Search eyebrow accent specificity — theme 0.9.6 */
.home .section--search .section__head .eyebrow {
  color: #d89470;
}


/* Homepage flow and form modernization — theme 0.9.7 */
.home .home-today .today-command__intro,
.home .home-today .today-command__intro .eyebrow {
  text-align: left;
}
.home .home-today .today-command__intro .eyebrow {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.home .home-today .today-command__reading .button {
  padding-inline: 1.4rem;
  background: var(--clay);
  border-color: var(--clay);
  border-radius: 999px;
  color: var(--paper-light);
  box-shadow: 0 10px 26px rgba(17, 23, 18, .22);
}
.home .home-today .today-command__reading .button:hover,
.home .home-today .today-command__reading .button:focus-visible {
  background: #b87859;
  border-color: #b87859;
  color: var(--paper-light);
  transform: translateY(-1px);
}

.home .section--search .search-panel {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.home .section--search .search-panel label {
  margin: 0 0 .65rem;
  color: #d89470;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.home .section--search .search-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem;
  background: var(--paper-light);
  border: 1px solid rgba(251, 248, 241, .35);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(17, 23, 18, .18);
}
.home .section--search .search-row input {
  min-width: 0;
  min-height: 48px;
  padding: .55rem 1rem;
  background: transparent;
  border: 0;
  border-radius: 999px;
}
.home .section--search .search-row button {
  min-height: 48px;
  padding: .7rem 1.25rem;
  background: var(--clay);
  border-color: var(--clay);
  border-radius: 999px;
  color: var(--paper-light);
  white-space: nowrap;
}
.home .section--search .search-row button:hover,
.home .section--search .search-row button:focus-visible {
  background: #b87859;
  border-color: #b87859;
}
.home .section--search .prompt-links {
  margin-top: 1.2rem;
}
.home .section--search .prompt-links::before {
  content: none;
}
.home .section--search .prompt-links a {
  padding: .38rem .75rem;
  border: 1px solid rgba(251, 248, 241, .34);
  border-radius: 999px;
  text-decoration: none;
}

.prayer-signup--compact {
  background: #e7ded0;
}
.prayer-signup--compact .prayer-signup__compact-inner {
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 4vw, 4rem);
}
.prayer-signup--compact .prayer-signup__compact-copy h2 {
  max-width: 420px;
  margin-bottom: .45rem;
  font-size: clamp(2.25rem, 4vw, 4rem);
}
.prayer-signup--compact .prayer-signup__compact-copy > p:last-child {
  max-width: 420px;
  margin: 0;
  color: var(--ink-soft);
  font-size: .98rem;
}
.prayer-form--compact {
  grid-template-columns: minmax(120px, .72fr) minmax(190px, 1fr) minmax(200px, 1.25fr) auto;
  gap: .65rem;
  padding: .65rem;
  background: rgba(251, 248, 241, .72);
  border: 1px solid rgba(32, 35, 31, .1);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(45, 40, 31, .1);
}
.prayer-form--compact label:not(.prayer-form__consent) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.prayer-form--compact input[type="text"],
.prayer-form--compact input[type="email"] {
  min-height: 50px;
  padding: .7rem 1rem;
  background: var(--paper-light);
  border: 1px solid rgba(32, 35, 31, .12);
  border-radius: 999px;
}
.prayer-form--compact button {
  min-height: 50px;
  padding-inline: 1.25rem;
  background: var(--clay);
  border-color: var(--clay);
  border-radius: 999px;
  color: var(--paper-light);
}
.prayer-form--compact button:hover,
.prayer-form--compact button:focus-visible {
  background: #b87859;
  border-color: #b87859;
  color: var(--paper-light);
}
.prayer-form--compact .prayer-form__consent--compact {
  padding: .15rem .55rem .25rem;
  font-size: .76rem;
}

@media (max-width: 720px) {
  .home .section--search .search-row {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
  }
  .home .section--search .search-row button {
    width: 100%;
  }
  .prayer-signup--compact .prayer-signup__compact-inner {
    grid-template-columns: 1fr;
  }
  .prayer-form--compact {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
}


/* Prayer action contrast — theme 0.9.8 */
.prayer-form--compact button.button {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--paper-light);
}
.prayer-form--compact button.button:hover,
.prayer-form--compact button.button:focus-visible {
  background: #b87859;
  border-color: #b87859;
  color: var(--paper-light);
}


/* Begin, Topics, and Disciple Someone refinement — theme 0.10.0 */
.begin-hero {
  min-height: clamp(520px, 72vh, 760px);
}
.begin-hero .reading-column {
  width: min(calc(100% - 3rem), 70rem);
  max-width: none;
}
.begin-hero h1 {
  max-width: 850px;
  font-size: clamp(4rem, 8vw, 7.5rem);
}
.begin-hero .page-hero__intro {
  max-width: 650px;
}

.begin-journey {
  padding-block: clamp(5rem, 9vw, 8.5rem);
  background: #e7ded0;
  background-image: none;
}
.begin-journey .section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .65fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  width: min(100%, 70rem);
  margin-inline: auto;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(32, 35, 31, .16);
  text-align: left;
}
.begin-journey .section__head h2 {
  max-width: 650px;
  margin-bottom: 0;
  font-size: clamp(3.4rem, 7vw, 6.6rem);
}
.begin-journey .section__head > p {
  max-width: 440px;
  margin: 0;
  color: var(--ink-soft);
}

.foundation-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 70rem);
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
}
.foundation-journey li,
.foundation-journey li:nth-child(even) {
  overflow: hidden;
  transform: none;
  background: rgba(251, 247, 238, .82);
  border: 1px solid rgba(32, 35, 31, .11);
  border-radius: 20px;
}
.foundation-journey li:nth-child(4n) {
  background: var(--olive);
  border-color: var(--olive);
}
.foundation-journey li::after,
.foundation-journey li:nth-child(even)::after {
  display: none;
}
.foundation-journey a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 14rem;
  padding: 1.5rem;
}
.foundation-journey span {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--clay);
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .08em;
  border: 1px solid rgba(138, 87, 69, .38);
  border-radius: 50%;
}
.foundation-journey strong {
  margin-top: .35rem;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
}
.foundation-journey em {
  margin-top: auto;
  color: var(--ink-soft);
}
.foundation-journey li:nth-child(4n) strong {
  color: var(--paper-light);
}
.foundation-journey li:nth-child(4n) span,
.foundation-journey li:nth-child(4n) em {
  color: #d89470;
}
.foundation-journey li:nth-child(4n) span {
  border-color: rgba(216, 148, 112, .55);
}
.foundation-journey li:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(45, 40, 31, .12);
}

.disciple-method__steps li::before {
  display: none !important;
}
.disciple-method__steps li {
  padding-top: 1.5rem;
}

.topics-browser {
  background: var(--paper-light);
}
.topics-browser .topic-index {
  margin-top: 0;
}
.topics-browser .topic-index a.is-active {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--paper-light);
  box-shadow: 0 8px 20px rgba(138, 87, 69, .18);
}
.topic-results {
  scroll-margin-top: 2rem;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--rule);
}
.topic-results .topic-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .5rem 2rem;
  align-items: end;
  margin-bottom: 2rem;
}
.topic-results .topic-heading .eyebrow {
  grid-column: 1 / -1;
}
.topic-results .topic-heading h2 {
  margin: 0;
}
.topic-results .topic-heading > p:last-child {
  margin: 0 0 .45rem;
  color: var(--ink-soft);
}
.topic-results .command-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;
  border: 0;
}
.topic-results .command-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 1.75rem;
  border: 1px solid rgba(32, 35, 31, .12);
  border-radius: 18px;
}
.topic-results .command-card h3 {
  font-size: clamp(1.65rem, 2.6vw, 2.3rem);
}
.topic-results .command-card .text-link {
  margin-top: auto;
  color: var(--olive);
  font-weight: 700;
}
.topic-prompt,
.topic-empty {
  max-width: 720px;
  padding: clamp(2rem, 5vw, 4rem);
  background: #e7ded0;
  border-radius: 20px;
}
.topic-prompt h2 {
  margin-bottom: .75rem;
}

.meeting-scripture .gospel-passage {
  box-sizing: border-box;
  padding-left: clamp(1.4rem, 3vw, 2.25rem);
  padding-right: .75rem;
}

@media (max-width: 900px) {
  .foundation-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .topic-results .command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .begin-hero .reading-column {
    width: min(calc(100% - 2rem), 70rem);
  }
  .begin-hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }
  .begin-journey .section__head,
  .foundation-journey,
  .topic-results .topic-heading,
  .topic-results .command-grid {
    grid-template-columns: 1fr;
  }
  .foundation-journey li:nth-child(4n) {
    background: rgba(251, 247, 238, .82);
    border-color: rgba(32, 35, 31, .11);
  }
  .foundation-journey li:nth-child(4n) strong {
    color: var(--ink);
  }
  .foundation-journey li:nth-child(4n) span,
  .foundation-journey li:nth-child(4n) em {
    color: var(--clay);
  }
  .topic-results .topic-heading > p:last-child {
    margin-bottom: 0;
  }
}


/* Begin foundation card overflow fix — 2026-08-11 */
.foundation-journey li {
  min-width: 0;
  padding: 0;
}

.foundation-journey a,
.foundation-journey strong {
  min-width: 0;
  max-width: 100%;
}

.foundation-journey strong {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
