@font-face {
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 400 500;
	font-display: swap;
	src: url("../fonts/newsreader-latin.woff2") format("woff2");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url("../fonts/dm-sans-latin.woff2") format("woff2");
}

:root {
	--forest-950: #071b15;
	--forest-900: #0b251d;
	--forest-800: #14362b;
	--forest-700: #25493c;
	--sage: #a7b6a5;
	--sage-light: #dce3d7;
	--cream: #f1ede3;
	--paper: #faf7ef;
	--sand: #ded5c6;
	--ink: #10241c;
	--muted: #58675f;
	--warm-white: #fffdf8;
	--serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--sans: "DM Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--shell: min(90vw, 1520px);
	--section-space: clamp(5.25rem, 8vw, 8.5rem);
	--radius-small: 1rem;
	--radius-large: 2.125rem;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
	top: 32px;
}

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

a {
	color: inherit;
}

button,
input,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3,
blockquote,
p {
	margin-top: 0;
}

h1,
h2,
h3,
blockquote {
	font-family: var(--serif);
	font-weight: 400;
	letter-spacing: -0.045em;
}

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

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

.skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 10000;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	background: var(--warm-white);
	color: var(--forest-900);
	font-weight: 600;
	transform: translateY(-180%);
}

.skip-link:focus {
	transform: translateY(0);
}

:focus-visible {
	outline: 3px solid #f4c76e;
	outline-offset: 4px;
}

main:focus {
	outline: none;
}

[id] {
	scroll-margin-top: 6rem;
}

.eyebrow,
.movement-marker {
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.button {
	display: inline-flex;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 0.75rem 1.5rem;
	border: 1px solid transparent;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.1;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button span {
	display: inline-grid;
	width: 1.25rem;
	height: 1.25rem;
	place-items: center;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	transition: transform 180ms ease;
}

.button:hover span,
.button:focus-visible span {
	transform: translateX(0.125rem);
}

.button-light {
	background: var(--cream);
	color: var(--forest-900);
}

.button-light:hover,
.button-light:focus-visible {
	background: var(--warm-white);
}

.button-dark {
	background: var(--forest-900);
	color: var(--warm-white);
}

.button-dark:hover,
.button-dark:focus-visible {
	background: var(--forest-700);
}

/* Header */

body.home .elementor-location-header {
	display: none !important;
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 50;
	color: var(--warm-white);
	background: transparent;
	transition:
		transform 260ms ease,
		background-color 220ms ease,
		box-shadow 220ms ease;
	will-change: transform;
}

.site-header.is-scrolled {
	background: rgba(7, 27, 21, 0.94);
	box-shadow: 0 0.5rem 1.75rem rgba(4, 17, 13, 0.12);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.site-header.is-hidden {
	transform: translateY(calc(-100% - 3px));
}

.header-inner {
	display: flex;
	min-height: 4.5rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.brand,
.footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -0.03em;
}

.brand-mark {
	position: relative;
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid currentColor;
	border-radius: 50%;
	opacity: 0.9;
}

.brand-mark i:first-child {
	position: absolute;
	left: 0.3rem;
	right: 0.3rem;
	bottom: 0.45rem;
	height: 0.5rem;
	border-left: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: skewY(-23deg) rotate(-8deg);
}

.brand-mark i:nth-child(2),
.brand-mark b {
	display: none;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	width: auto;
	max-height: 2.5rem;
}

.home .site-header .custom-logo {
	filter: brightness(0) invert(1);
}

body:not(.home) .site-header {
	background: var(--forest-950);
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 2.125rem;
	font-size: 0.8125rem;
}

.menu-toggle {
	display: none;
	min-width: 2.75rem;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	padding: 0.5rem;
	border: 0;
	color: inherit;
	background: transparent;
	cursor: pointer;
}

.menu-toggle-label {
	font-size: 0.75rem;
	font-weight: 600;
}

.menu-toggle-icon {
	display: grid;
	width: 1.25rem;
	gap: 0.3125rem;
}

.menu-toggle-icon i {
	display: block;
	height: 1px;
	background: currentColor;
	transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child {
	transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child {
	transform: translateY(-3px) rotate(-45deg);
}

.primary-nav .menu,
.footer-nav .menu {
	display: flex;
	align-items: center;
	gap: 2.125rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav a {
	text-decoration: none;
}

.primary-nav .menu a {
	position: relative;
}

.primary-nav .menu a::after {
	position: absolute;
	right: 0;
	bottom: -0.35rem;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 200ms ease;
}

.primary-nav .menu a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.primary-nav .menu a:focus-visible::after,
.primary-nav .current-menu-item > a::after,
.primary-nav .current_page_item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.button-nav {
	min-height: 2.5rem;
	padding: 0.6rem 1.05rem;
	border-color: rgba(255, 255, 255, 0.65);
	color: var(--warm-white);
	background: transparent;
}

.button-nav:hover,
.button-nav:focus-visible {
	background: rgba(255, 255, 255, 0.12);
}

/* Editable media */

.editable-media {
	position: relative;
	overflow: hidden;
	background: var(--forest-800);
}

.editable-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-edit-label {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	z-index: 2;
	max-width: calc(100% - 1.5rem);
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: rgba(7, 27, 21, 0.84);
	color: var(--warm-white);
	font-size: 0.6875rem;
}

/* Movement 01 — Relief */

.hero {
	position: relative;
	z-index: 1;
	min-height: 100svh;
	overflow: hidden;
	isolation: isolate;
	color: var(--warm-white);
	background: var(--forest-950);
}

.hero-media,
.hero-media .editable-media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.hero-media img {
	object-position: 62% center;
	filter: saturate(0.78) contrast(0.96) brightness(0.73);
}

.hero-image-neutral img {
	object-position: center;
	filter: saturate(0.68) contrast(0.98) brightness(0.62);
}

.hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 22, 17, 0.95) 0%, rgba(5, 22, 17, 0.82) 36%, rgba(5, 22, 17, 0.22) 67%, rgba(5, 22, 17, 0.08) 100%),
		linear-gradient(0deg, rgba(5, 22, 17, 0.6) 0%, transparent 42%);
	content: "";
}

.hero-inner {
	display: grid;
	min-height: 100svh;
	grid-template-columns: 7fr 5fr;
	align-items: center;
	padding-top: 11rem;
	padding-bottom: 4.5rem;
}

.hero-copy {
	max-width: 51.875rem;
}

.hero .eyebrow {
	margin-bottom: 1.75rem;
	color: var(--sage-light);
}

.hero h1 {
	max-width: 52rem;
	margin-bottom: 0;
	font-size: clamp(4.75rem, 7.35vw, 7.875rem);
	line-height: 0.89;
}

.hero h1 span,
.hero h1 em {
	display: block;
}

.hero h1 em {
	color: var(--sage-light);
	font-style: normal;
}

.hero-recognition {
	max-width: 38.75rem;
	margin-top: 2.125rem;
	margin-bottom: 0;
	color: rgba(255, 253, 248, 0.9);
	font-size: clamp(1.125rem, 1.35vw, 1.375rem);
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-top: 2.125rem;
}

.story-link {
	color: var(--warm-white);
	font-size: 0.875rem;
	text-decoration-color: rgba(255, 255, 255, 0.58);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.375rem;
	transition: text-decoration-color 180ms ease;
}

.story-link:hover,
.story-link:focus-visible {
	text-decoration-color: currentColor;
}

.hero-founder {
	position: absolute;
	right: 5.5vw;
	bottom: 4rem;
	width: min(23vw, 18rem);
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.hero-founder strong {
	display: block;
	margin-bottom: 0.25rem;
	font-family: var(--serif);
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.hero-founder span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8125rem;
	line-height: 1.5;
}

.hero-founder .hero-founder-credentials {
	display: block;
	margin-top: 0.75rem;
	color: var(--sage-light);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.55;
	text-transform: uppercase;
}

.movement-marker {
	position: absolute;
	bottom: 1.875rem;
	left: 5vw;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.625rem;
}

/* Movement 02 — Recognition */

.recognition {
	overflow: hidden;
	padding: var(--section-space) 0;
	background: var(--cream);
}

.recognition-intro {
	display: grid;
	grid-template-columns: 4fr 7fr 1fr;
	gap: 2.125rem;
	align-items: end;
}

.recognition-intro .eyebrow {
	align-self: start;
	padding-top: 1rem;
	color: var(--forest-700);
}

.recognition h2 {
	max-width: 55.625rem;
	margin: 0;
	font-size: clamp(3.625rem, 6.2vw, 6.75rem);
	line-height: 0.94;
}

.recognition-list {
	margin: clamp(3.5rem, 6.5vw, 6rem) 0 0 24%;
	padding: 0;
	border-top: 1px solid rgba(16, 36, 28, 0.28);
	list-style: none;
}

.recognition-list li {
	display: grid;
	grid-template-columns: 4.5rem 1fr;
	padding: 1.5625rem 0 1.6875rem;
	border-bottom: 1px solid rgba(16, 36, 28, 0.2);
	font-family: var(--serif);
	font-size: clamp(1.75rem, 3vw, 3rem);
	letter-spacing: -0.035em;
	line-height: 1.06;
}

.recognition-list small {
	padding-top: 0.5rem;
	font: 500 0.625rem/1 var(--sans);
	letter-spacing: 0.14em;
}

.recognition-reframe {
	max-width: 57rem;
	margin: clamp(4.25rem, 8vw, 7.5rem) 8.333% 0 33.333%;
	font-size: clamp(2.25rem, 3.6vw, 3.75rem);
	line-height: 1.08;
}

.dpdr-definition {
	max-width: 48rem;
	margin: clamp(2.5rem, 4vw, 4rem) 8.333% 0 33.333%;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(16, 36, 28, 0.22);
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.7;
}

.dpdr-definition p {
	margin: 0;
}

/* Movement 03 — Trust */

.recovery-story {
	overflow: hidden;
	padding: var(--section-space) 0;
	background: var(--forest-900);
	color: var(--warm-white);
}

.story-layout {
	display: grid;
	grid-template-columns: minmax(20rem, 5fr) minmax(27.5rem, 7fr);
	gap: clamp(3.25rem, 8vw, 8.75rem);
	align-items: start;
}

.story-photo {
	/*
	 * Give the media wrapper a definite height derived from its intended crop.
	 * A min-height alone does not provide a containing block against which the
	 * child image's percentage height can resolve. That left the image at its
	 * intrinsic height and exposed the wrapper background underneath it.
	 */
	aspect-ratio: 4 / 5;
	min-height: 0;
	border-radius: 11.25rem 11.25rem var(--radius-small) var(--radius-small);
}

.story-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: 47% center;
	object-fit: cover;
	filter: saturate(0.78) brightness(0.86);
}

.story-photo-neutral img {
	object-position: center;
	filter: saturate(0.62) brightness(0.72);
}

.story-copy {
	max-width: 45rem;
	padding-top: 4.75rem;
}

.story-copy .eyebrow {
	margin-bottom: 1.875rem;
	color: var(--sage);
}

.story-copy h2 {
	margin-bottom: 2.875rem;
	font-size: clamp(3.625rem, 5.6vw, 6rem);
	line-height: 0.92;
}

.story-paragraphs {
	display: grid;
	max-width: 37.5rem;
	gap: 1.375rem;
	color: rgba(255, 253, 248, 0.84);
}

.story-paragraphs p {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.3125rem, 1.65vw, 1.6875rem);
	line-height: 1.42;
}

.story-purpose {
	display: grid;
	gap: 0.75rem;
	max-width: 37.5rem;
	margin-top: 2rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.76);
}

.story-purpose p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.founder-signature {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 4rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.75rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.founder-scope {
	max-width: 37.5rem;
	margin: 1.25rem 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.8125rem;
	line-height: 1.6;
}

/* Movement 04 — Understanding */

.understanding {
	padding: var(--section-space) 0;
	background: var(--paper);
}

.understanding-head {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 6vw;
	align-items: start;
}

.understanding h2 {
	max-width: 41.875rem;
	margin: 0;
	font-size: clamp(3.625rem, 5.2vw, 5.625rem);
	line-height: 0.95;
}

.understanding-copy {
	max-width: 35.625rem;
	padding-top: 0.75rem;
	color: var(--muted);
}

.understanding-copy p {
	margin-bottom: 0.9375rem;
	font-size: 1.0625rem;
	line-height: 1.65;
}

.understanding-copy .understanding-lead {
	margin-bottom: 1.875rem;
	color: var(--ink);
	font-family: var(--serif);
	font-size: clamp(1.6875rem, 2.2vw, 2.25rem);
	line-height: 1.18;
}

.fear-loop {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: clamp(4.875rem, 9vw, 9rem) 0 0;
	padding: 2.625rem 0;
	border-top: 1px solid rgba(16, 36, 28, 0.22);
	border-bottom: 1px solid rgba(16, 36, 28, 0.22);
	list-style: none;
}

.fear-loop li {
	padding: 0 1.75rem;
	border-right: 1px solid rgba(16, 36, 28, 0.18);
}

.fear-loop li:first-child {
	padding-left: 0;
}

.fear-loop li:last-child {
	border-right: 0;
}

.fear-loop small {
	display: block;
	margin-bottom: 2.25rem;
	font-size: 0.625rem;
	letter-spacing: 0.14em;
}

.fear-loop strong {
	font-family: var(--serif);
	font-size: clamp(1.625rem, 2.3vw, 2.375rem);
	font-weight: 400;
	letter-spacing: -0.035em;
}

.loop-note {
	max-width: 35.625rem;
	margin: 2rem 0 0 auto;
	font-family: var(--serif);
	font-size: clamp(1.5625rem, 2vw, 2.0625rem);
	line-height: 1.28;
}

.assessment-note {
	max-width: 47rem;
	margin: 2.25rem 0 0 auto;
	padding: 1.5rem 0 0;
	border-top: 1px solid rgba(16, 36, 28, 0.2);
	color: var(--muted);
	font-size: 0.9375rem;
	line-height: 1.65;
}

/* Movement 05 — Hope */

.method {
	position: relative;
	overflow: hidden;
	background: var(--forest-950);
	color: var(--warm-white);
}

.method-media,
.method-media .editable-media {
	height: clamp(29.375rem, 45vw, 45rem);
}

.method-media img {
	object-position: center 55%;
	filter: saturate(0.67) brightness(0.72);
}

.method-media {
	position: relative;
}

.method-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, var(--forest-950), transparent 70%);
	content: "";
}

.method-content {
	position: relative;
	z-index: 1;
	margin-top: -7.5rem;
	padding-bottom: var(--section-space);
}

.method-head {
	display: grid;
	grid-template-columns: 4fr 8fr;
	gap: 2.625rem;
	align-items: end;
}

.method h2 {
	max-width: 53.125rem;
	margin: 0;
	font-size: clamp(4.125rem, 6.8vw, 7.25rem);
	line-height: 0.9;
}

.method-intro {
	max-width: 34rem;
	margin: 2.125rem 0 0 33.333%;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.0625rem;
	line-height: 1.6;
}

.method-stages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 5.125rem 0 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	list-style: none;
}

.method-stages li {
	padding: 2.125rem 2.5rem 0 0;
}

.method-stages li + li {
	padding-left: 2.5rem;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.method-stages small {
	display: block;
	margin-bottom: 3.25rem;
	color: var(--sage);
	font-size: 0.625rem;
	letter-spacing: 0.16em;
}

.method-stages h3 {
	margin-bottom: 1rem;
	font-size: clamp(2.1875rem, 3vw, 3.125rem);
	line-height: 1;
}

.method-stages p {
	max-width: 22.5rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.9375rem;
	line-height: 1.6;
}

/* Genuine Recovery Stories — hidden automatically when no approved stories exist. */

.recovery-stories {
	margin-top: clamp(5rem, 9vw, 9rem);
	padding-top: clamp(3rem, 5vw, 4.75rem);
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.recovery-stories-head {
	display: grid;
	grid-template-columns: 3fr 9fr;
	gap: 3rem;
	align-items: start;
}

.recovery-stories-head .eyebrow {
	margin: 0;
	padding-top: 0.75rem;
	color: var(--sage);
}

.recovery-stories-head h3 {
	max-width: 46rem;
	margin: 0;
	font-size: clamp(3rem, 5.2vw, 5.625rem);
	line-height: 0.96;
}

.recovery-stories-head > div > p {
	max-width: 37.5rem;
	margin: 1.5rem 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	line-height: 1.65;
}

.recovery-stories-list {
	margin-top: clamp(3.5rem, 6vw, 6rem);
}

.recovery-story-entry {
	display: grid;
	grid-template-columns: 3fr 9fr;
	gap: 3rem;
	padding: clamp(2.5rem, 4vw, 4rem) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.recovery-story-meta {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-top: 0.5rem;
	color: var(--sage);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.5;
	text-transform: uppercase;
}

.recovery-story-journal.has-photo {
	display: grid;
	grid-template-columns: minmax(12rem, 4fr) minmax(0, 7fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: start;
}

.recovery-story-photo {
	aspect-ratio: 4 / 5;
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius-small);
	background: var(--forest-800);
}

.recovery-story-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recovery-story-copy {
	max-width: 47rem;
}

.recovery-story-copy h4 {
	max-width: 43rem;
	margin: 0 0 2.25rem;
	font-size: clamp(2.125rem, 3.6vw, 4rem);
	line-height: 1;
}

.recovery-story-field + .recovery-story-field {
	margin-top: 1.75rem;
}

.recovery-story-field > p:not(.recovery-story-label) {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--serif);
	font-size: clamp(1.25rem, 1.55vw, 1.5625rem);
	line-height: 1.48;
}

.recovery-story-label {
	margin: 0 0 0.625rem;
	color: var(--sage-light);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.recovery-story-attribution {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.875rem;
	align-items: baseline;
	margin-top: 2.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	line-height: 1.55;
	text-transform: uppercase;
}

.recovery-story-attribution strong {
	color: var(--warm-white);
	font-weight: 600;
}

.recovery-story-attribution span::before {
	margin-right: 0.875rem;
	color: rgba(255, 255, 255, 0.34);
	content: "·";
}

.recovery-story-attribution small {
	flex-basis: 100%;
	margin-top: 0.25rem;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.625rem;
	letter-spacing: 0.04em;
	text-transform: none;
}

.recovery-stories-disclosure {
	max-width: 47rem;
	margin: 1.75rem 0 0 25%;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.75rem;
	line-height: 1.65;
}

.course-invitation {
	display: grid;
	grid-template-columns: 3fr minmax(0, 6fr) auto;
	gap: 2rem 3rem;
	align-items: end;
	margin-top: clamp(4rem, 7vw, 6.5rem);
	padding-top: clamp(2.5rem, 4vw, 4rem);
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.course-invitation > .eyebrow {
	align-self: start;
	margin: 0;
	padding-top: 0.5rem;
	color: var(--sage);
}

.course-invitation-copy h3 {
	max-width: 42rem;
	margin: 0 0 1.125rem;
	font-size: clamp(2.625rem, 4.5vw, 4.75rem);
	line-height: 0.96;
}

.course-invitation-copy > p:not(.course-meta) {
	max-width: 36rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 1rem;
	line-height: 1.65;
}

.course-invitation-copy .course-scope {
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.8125rem;
	line-height: 1.6;
}

.course-founder {
	max-width: 36rem;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.course-founder strong,
.course-founder span {
	display: block;
}

.course-founder strong {
	color: var(--warm-white);
	font-family: var(--serif);
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.course-founder span {
	margin-top: 0.5rem;
	color: var(--sage-light);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.55;
	text-transform: uppercase;
}

.course-invitation .course-meta {
	margin: 1.375rem 0 0;
	color: var(--sage-light);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.course-invitation .button {
	align-self: center;
	white-space: nowrap;
}

/* Movement 06 — Action */

.start {
	padding: var(--section-space) 0 4.375rem;
	background: var(--cream);
}

.start-head {
	display: grid;
	grid-template-columns: 7fr 5fr;
	gap: 6vw;
	align-items: end;
}

.start h2 {
	max-width: 53.125rem;
	margin: 0;
	font-size: clamp(4.125rem, 7.2vw, 7.625rem);
	line-height: 0.88;
}

.start-head > p {
	max-width: 31.25rem;
	margin: 0;
	padding-bottom: 0.75rem;
	color: var(--muted);
	font-size: 1.0625rem;
	line-height: 1.6;
}

.recovery-paths {
	margin: clamp(3.75rem, 6vw, 5.5rem) 0 0;
	padding: 0;
	border-top: 1px solid rgba(16, 36, 28, 0.28);
	list-style: none;
}

.recovery-paths a {
	display: grid;
	min-height: 10.25rem;
	grid-template-columns: 5.625rem 1fr 1fr auto;
	gap: 1.875rem;
	align-items: center;
	border-bottom: 1px solid rgba(16, 36, 28, 0.24);
	text-decoration: none;
	transition: color 180ms ease;
}

.recovery-paths a:hover,
.recovery-paths a:focus-visible {
	color: var(--forest-700);
}

.recovery-paths small {
	font-size: 0.625rem;
	letter-spacing: 0.14em;
}

.recovery-paths h3 {
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	line-height: 1;
}

.recovery-paths p {
	max-width: 26.875rem;
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
}

.recovery-paths a > span {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border: 1px solid rgba(16, 36, 28, 0.52);
	border-radius: 50%;
	font-size: 1.25rem;
	transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}

.recovery-paths a:hover > span,
.recovery-paths a:focus-visible > span {
	background: var(--forest-900);
	color: var(--warm-white);
	transform: translateX(0.25rem);
}

.closing {
	margin-top: clamp(3.75rem, 6vw, 6rem);
	padding: clamp(3.75rem, 5.5vw, 5.5rem) 0;
	border-top: 1px solid rgba(16, 36, 28, 0.2);
	text-align: center;
}

.closing .eyebrow {
	margin-bottom: 1.875rem;
	color: var(--forest-700);
}

.closing blockquote {
	max-width: 65.625rem;
	margin: 0 auto;
	font-size: clamp(3.25rem, 5.75vw, 5.875rem);
	line-height: 0.94;
}

.closing blockquote span {
	display: block;
}

.closing .button {
	margin-top: 2.625rem;
}

/* Footer */

.site-footer {
	padding: 0 0 3rem;
	background: var(--cream);
}

#my-recovery,
#understanding-dpdr,
#method,
#online-course,
#start {
	scroll-margin-top: 5rem;
}

@media (min-width: 821px) and (max-height: 780px) {
	.hero h1 {
		font-size: clamp(4rem, 6.6vw, 5.5rem);
	}

	.hero-inner {
		padding-top: 7rem;
		padding-bottom: 3rem;
	}

	.hero .eyebrow {
		margin-bottom: 1.25rem;
	}

	.hero-recognition,
	.hero-actions {
		margin-top: 1.375rem;
	}

	.hero-founder {
		bottom: 2rem;
	}
}

.footer-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr auto;
	gap: 1.875rem;
	align-items: end;
	padding-top: 2.875rem;
	border-top: 1px solid rgba(16, 36, 28, 0.28);
	color: var(--muted);
	font-size: 0.75rem;
}

.footer-brand {
	color: var(--ink);
	font-family: var(--serif);
	font-size: 1.75rem;
	font-weight: 400;
}

.footer-nav .menu {
	gap: 1.5625rem;
}

.footer-nav a {
	transition: color 180ms ease;
	text-underline-offset: 0.25rem;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible {
	color: var(--ink);
}

.footer-note {
	max-width: 25rem;
	margin: 0;
	text-align: right;
}

.footer-scope {
	display: flex;
	gap: 1.5rem 3rem;
	justify-content: space-between;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(16, 36, 28, 0.14);
	color: var(--muted);
	font-size: 0.75rem;
	line-height: 1.55;
}

.footer-scope p {
	max-width: 38rem;
	margin: 0;
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(16, 36, 28, 0.14);
	color: var(--muted);
	font-size: 0.6875rem;
	line-height: 1.5;
}

.footer-legal p {
	margin: 0;
}

.footer-legal ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-legal a {
	transition: color 180ms ease;
	text-underline-offset: 0.2rem;
}

.footer-legal-notice {
	max-width: 34rem;
}

/* Recovery course decision journey */

.mindside-course-page .site-header {
	background: var(--forest-950);
}

.course-main {
	background: var(--cream);
}

.course-hero {
	padding: clamp(9.5rem, 14vw, 13.5rem) 0 clamp(5rem, 8vw, 8rem);
	color: var(--warm-white);
	background: var(--forest-950);
}

.course-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(20rem, 5fr);
	gap: clamp(3rem, 7vw, 8rem);
	align-items: end;
}

.course-hero .eyebrow {
	margin-bottom: 1.75rem;
	color: var(--sage-light);
}

.course-hero h1 {
	max-width: 57rem;
	margin: 0;
	font-size: clamp(4.25rem, 7.2vw, 8rem);
	line-height: 0.9;
}

.course-hero-intro {
	max-width: 36rem;
	padding-bottom: 0.75rem;
}

.course-hero-intro > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.125rem, 1.5vw, 1.375rem);
	line-height: 1.6;
}

.course-hero-actions {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: flex-start;
	margin-top: 2rem;
}

.course-overview {
	background: var(--forest-900);
	color: var(--warm-white);
}

.course-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.course-facts > div {
	min-width: 0;
	padding: 2rem 1.75rem 2.25rem;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.course-facts > div:first-child {
	padding-left: 0;
	border-left: 0;
}

.course-facts small,
.course-purchase-summary dt {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--sage);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.course-facts strong {
	display: block;
	font-family: var(--serif);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
}

.course-facts strong.is-pending {
	color: rgba(255, 255, 255, 0.56);
	font-family: var(--sans);
	font-size: 0.75rem;
	line-height: 1.55;
}

.course-section {
	padding: var(--section-space) 0;
}

.course-section-paper {
	background: var(--paper);
}

.course-section-head {
	display: grid;
	grid-template-columns: 3fr 9fr;
	gap: 3rem;
	align-items: start;
	margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.course-section-head .eyebrow {
	margin: 0;
	padding-top: 0.875rem;
	color: var(--forest-700);
}

.course-section-head h2,
.course-learning h2,
.course-founder-section h2,
.course-decision h2,
.course-faq h2 {
	max-width: 52rem;
	margin: 0;
	font-size: clamp(3.5rem, 5.8vw, 6.25rem);
	line-height: 0.95;
}

.course-fit-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(3rem, 7vw, 7rem);
}

.course-fit-grid > div {
	padding-top: 1.75rem;
	border-top: 1px solid rgba(16, 36, 28, 0.24);
}

.course-fit-grid h3 {
	max-width: 30rem;
	margin: 0 0 2rem;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.course-check-list {
	display: grid;
	gap: 1.125rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.course-check-list li {
	position: relative;
	padding-left: 1.75rem;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.65;
}

.course-check-list li::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0.4375rem;
	height: 0.4375rem;
	border-radius: 50%;
	background: var(--sage);
	content: "";
}

.course-check-list-muted li::before {
	border: 1px solid var(--sage);
	background: transparent;
}

.course-assessment-note,
.course-founder-boundary {
	margin: 2rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(16, 36, 28, 0.18);
	color: var(--muted);
	font-size: 0.8125rem;
	line-height: 1.65;
}

.course-learning-grid,
.course-founder-grid,
.course-decision-grid,
.course-faq-grid {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}

.course-learning .eyebrow,
.course-founder-section .eyebrow,
.course-decision .eyebrow,
.course-faq .eyebrow {
	color: var(--forest-700);
}

.course-learning ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(16, 36, 28, 0.24);
	list-style: none;
}

.course-learning li {
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: 1.5rem;
	padding: 1.625rem 0 1.75rem;
	border-bottom: 1px solid rgba(16, 36, 28, 0.18);
	font-family: var(--serif);
	font-size: clamp(1.5rem, 2.1vw, 2.125rem);
	line-height: 1.2;
}

.course-learning li small {
	padding-top: 0.5rem;
	font: 600 0.625rem/1 var(--sans);
	letter-spacing: 0.12em;
}

.course-modules {
	margin: 0 0 0 25%;
	padding: 0;
	border-top: 1px solid rgba(16, 36, 28, 0.24);
	list-style: none;
}

.course-modules li {
	display: grid;
	grid-template-columns: 4rem 1fr;
	gap: 2rem;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(16, 36, 28, 0.18);
}

.course-modules small {
	padding-top: 0.5rem;
	font-size: 0.625rem;
	letter-spacing: 0.14em;
}

.course-modules h3 {
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 3.5rem);
	line-height: 1;
}

.course-modules p {
	max-width: 39rem;
	margin: 0.875rem 0 0;
	color: var(--muted);
	line-height: 1.65;
}

.course-expectations {
	color: var(--warm-white);
	background: var(--forest-900);
}

.course-expectations-grid {
	display: grid;
	grid-template-columns: 6fr 5fr;
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}

.course-expectations .eyebrow {
	color: var(--sage);
}

.course-expectations h2 {
	max-width: 45rem;
	margin: 0;
	font-size: clamp(3.5rem, 5.8vw, 6.25rem);
	line-height: 0.95;
}

.course-expectations-copy > p {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--serif);
	font-size: clamp(1.375rem, 1.8vw, 1.75rem);
	line-height: 1.5;
}

.course-expectations-copy .course-scope {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.58);
	font-family: var(--sans);
	font-size: 0.8125rem;
	line-height: 1.65;
}

.course-founder-lead {
	max-width: 38rem;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.4;
}

.course-founder-credentials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.25rem;
	margin: 2rem 0 0;
	padding: 1.5rem 0 0;
	border-top: 1px solid rgba(16, 36, 28, 0.2);
	list-style: none;
}

.course-founder-credentials li {
	color: var(--forest-700);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.course-proof {
	padding: var(--section-space) 0;
	background: var(--forest-900);
}

.course-proof .recovery-stories {
	margin: 0;
	padding-top: 0;
	border-top: 0;
}

.course-decision-grid > div:first-child > p:last-child {
	max-width: 35rem;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.7;
}

.course-purchase-summary {
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 1px solid rgba(16, 36, 28, 0.2);
	border-radius: var(--radius-small);
	background: var(--cream);
}

.course-purchase-summary dl {
	margin: 0;
}

.course-purchase-summary dl > div {
	display: grid;
	grid-template-columns: 8rem 1fr;
	gap: 1.5rem;
	padding: 1.125rem 0;
	border-bottom: 1px solid rgba(16, 36, 28, 0.14);
}

.course-purchase-summary dl > div:first-child {
	padding-top: 0;
}

.course-purchase-summary dt {
	margin: 0;
	padding-top: 0.25rem;
	color: var(--forest-700);
}

.course-purchase-summary dd {
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
}

.course-after-purchase {
	margin-top: 2rem;
}

.course-after-purchase h3 {
	margin: 0 0 0.75rem;
	font-size: 1.75rem;
}

.course-after-purchase p {
	margin: 0;
	color: var(--muted);
	line-height: 1.65;
}

.course-decision-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 1.5rem;
	align-items: center;
	margin-top: 2rem;
}

.course-secondary-link,
.course-policy-links a {
	color: var(--forest-700);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3rem;
}

.course-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	margin: 1.5rem 0 0;
}

.course-faq-grid > div {
	border-top: 1px solid rgba(16, 36, 28, 0.24);
}

.course-faq details {
	border-bottom: 1px solid rgba(16, 36, 28, 0.18);
}

.course-faq summary {
	position: relative;
	padding: 1.5rem 3rem 1.5rem 0;
	cursor: pointer;
	font-family: var(--serif);
	font-size: 1.375rem;
	line-height: 1.25;
	list-style: none;
}

.course-faq summary::-webkit-details-marker {
	display: none;
}

.course-faq summary::after {
	position: absolute;
	top: 1.5rem;
	right: 0;
	color: var(--forest-700);
	content: "+";
}

.course-faq details[open] summary::after {
	content: "−";
}

.course-faq summary:focus-visible {
	outline: 2px solid var(--forest-700);
	outline-offset: 0.25rem;
}

.course-faq details p {
	max-width: 40rem;
	margin: 0;
	padding: 0 2rem 1.5rem 0;
	color: var(--muted);
	font-size: 0.9375rem;
	line-height: 1.7;
}

/* Foundational DPDR education */

.mindside-education-page .site-header {
	background: var(--forest-950);
}

.education-main {
	background: var(--cream);
}

.education-hero {
	padding: clamp(9.5rem, 14vw, 13rem) 0 clamp(5rem, 8vw, 7.5rem);
	color: var(--warm-white);
	background: var(--forest-950);
}

.education-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(20rem, 5fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: end;
}

.education-hero .eyebrow {
	margin-bottom: 1.75rem;
	color: var(--sage-light);
}

.education-hero h1 {
	max-width: 58rem;
	margin: 0;
	font-size: clamp(4.5rem, 7.4vw, 8.25rem);
	line-height: 0.9;
}

.education-hero-grid > div:last-child > p {
	max-width: 36rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.125rem, 1.5vw, 1.375rem);
	line-height: 1.6;
}

.education-text-link {
	display: inline-block;
	margin-top: 1.75rem;
	color: var(--sage-light);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.35rem;
}

.education-section {
	padding: var(--section-space) 0;
}

.education-section-paper {
	background: var(--paper);
}

.education-section-dark,
.education-next {
	color: var(--warm-white);
	background: var(--forest-900);
}

.education-split,
.education-next-grid {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}

.education-split header {
	position: sticky;
	top: 8rem;
}

.education-section .eyebrow,
.education-custom-content .eyebrow {
	color: var(--forest-700);
}

.education-section-dark .eyebrow,
.education-next .eyebrow {
	color: var(--sage);
}

.education-section h2,
.education-next h2 {
	max-width: 46rem;
	margin: 0;
	font-size: clamp(3.25rem, 5.3vw, 5.75rem);
	line-height: 0.96;
}

.education-prose {
	max-width: 43rem;
	color: var(--muted);
}

.education-section-dark .education-prose {
	color: rgba(255, 255, 255, 0.76);
}

.education-prose h3 {
	margin: 0 0 0.875rem;
	color: var(--ink);
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.education-prose h3:not(:first-child) {
	margin-top: 2.75rem;
}

.education-prose p {
	margin: 0 0 1.25rem;
	font-size: 1.0625rem;
	line-height: 1.75;
}

.education-section-dark .education-prose p {
	color: inherit;
}

.education-prose ul {
	display: grid;
	gap: 1rem;
	margin: 0 0 1.75rem;
	padding: 0;
	list-style: none;
}

.education-prose li {
	position: relative;
	padding-left: 1.75rem;
	font-size: 1rem;
	line-height: 1.65;
}

.education-prose li::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0.4375rem;
	height: 0.4375rem;
	border-radius: 50%;
	background: var(--sage);
	content: "";
}

.education-note {
	margin-top: 2rem !important;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(16, 36, 28, 0.18);
	font-size: 0.875rem !important;
}

.education-inline-link {
	display: inline-block;
	margin-top: 0.75rem;
	color: var(--forest-700);
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.education-safety {
	border-top: 1px solid rgba(16, 36, 28, 0.18);
}

.education-wide-head {
	display: grid;
	grid-template-columns: 3fr 9fr;
	gap: 3rem;
	align-items: start;
	margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.education-wide-head .eyebrow {
	padding-top: 0.875rem;
}

.education-wide-head h2 {
	max-width: 58rem;
}

.education-cycle {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(16, 36, 28, 0.22);
	border-bottom: 1px solid rgba(16, 36, 28, 0.22);
	list-style: none;
}

.education-cycle li {
	min-width: 0;
	padding: 2rem 1.5rem 2.25rem;
	border-left: 1px solid rgba(16, 36, 28, 0.16);
}

.education-cycle li:first-child {
	padding-left: 0;
	border-left: 0;
}

.education-cycle small {
	display: block;
	margin-bottom: 2rem;
	font-size: 0.625rem;
	letter-spacing: 0.14em;
}

.education-cycle strong {
	font-family: var(--serif);
	font-size: clamp(1.25rem, 1.8vw, 1.75rem);
	font-weight: 400;
	line-height: 1.2;
}

.education-cycle-note {
	max-width: 43rem;
	margin: 2rem 0 0 auto;
	color: var(--muted);
	font-size: 0.8125rem;
	line-height: 1.65;
}

.education-next {
	padding: clamp(4rem, 7vw, 7rem) 0;
}

.education-next-grid {
	align-items: end;
}

.education-next-grid > div:last-child > p {
	max-width: 37rem;
	margin: 0 0 1.75rem;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.65;
}

.education-faq-group {
	padding: clamp(4rem, 7vw, 7rem) 0;
}

.education-faq-group:nth-child(even) {
	background: var(--paper);
}

.education-faq-grid {
	display: grid;
	grid-template-columns: 4fr 8fr;
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}

.education-faq-grid h2 {
	margin: 0;
	font-size: clamp(2.75rem, 4.5vw, 4.75rem);
	line-height: 0.98;
}

.education-faq-grid > div {
	border-top: 1px solid rgba(16, 36, 28, 0.24);
}

.education-faq details {
	border-bottom: 1px solid rgba(16, 36, 28, 0.18);
}

.education-faq summary {
	position: relative;
	padding: 1.625rem 3rem 1.625rem 0;
	cursor: pointer;
	font-family: var(--serif);
	font-size: clamp(1.375rem, 2vw, 1.75rem);
	line-height: 1.25;
	list-style: none;
}

.education-faq summary::-webkit-details-marker {
	display: none;
}

.education-faq summary::after {
	position: absolute;
	top: 1.625rem;
	right: 0;
	color: var(--forest-700);
	content: "+";
}

.education-faq details[open] summary::after {
	content: "−";
}

.education-faq summary:focus-visible {
	outline: 2px solid var(--forest-700);
	outline-offset: 0.25rem;
}

.education-faq details p {
	max-width: 44rem;
	margin: 0;
	padding: 0 2rem 1.75rem 0;
	color: var(--muted);
	font-size: 0.9375rem;
	line-height: 1.75;
}

.guide-credentials {
	margin-top: 2rem !important;
	padding-top: 1.5rem !important;
	border-top: 1px solid rgba(16, 36, 28, 0.18);
}

.guide-privacy {
	margin-top: 1.25rem !important;
	font-size: 0.75rem !important;
}

.guide-privacy a {
	color: var(--sage-light);
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.education-custom-content {
	padding: clamp(9rem, 14vw, 12rem) 0 var(--section-space);
}

.education-custom-content h1 {
	max-width: 58rem;
	margin-bottom: 3rem;
	font-size: clamp(4rem, 7vw, 7rem);
	line-height: 0.92;
}

.education-custom-content .education-prose {
	margin-left: 25%;
}

/* Standard WordPress content */

.page:not(.home) .site-header,
.single .site-header,
.blog .site-header,
.archive .site-header,
.search .site-header,
.error404 .site-header {
	position: relative;
	background: var(--forest-900);
}

.site-main,
.entry-content {
	width: min(90vw, 52rem);
	margin-inline: auto;
}

.entry-content {
	padding: 7rem 0;
}

.entry-content h1 {
	font-size: clamp(3.5rem, 7vw, 6.5rem);
	line-height: 0.94;
}

.entry-content h2 {
	margin-top: 3rem;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
	line-height: 1;
}

.entry-content p,
.entry-content li {
	font-size: 1.0625rem;
	line-height: 1.75;
}

.entry-content a:not(.button),
.archive-description a {
	color: var(--forest-700);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.entry-content img {
	height: auto;
	border-radius: var(--radius-small);
}

.entry-header {
	margin-bottom: 3rem;
}

.entry-meta,
.post-summary-meta {
	margin-bottom: 0.75rem;
	color: var(--muted);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.entry-featured {
	margin: 0 0 3rem;
}

.entry-featured img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.listing-main {
	min-height: 60vh;
	padding: 7rem 0;
}

.listing-header {
	max-width: 70rem;
	margin-bottom: 5rem;
}

.listing-header .eyebrow {
	margin-bottom: 1rem;
	color: var(--forest-700);
}

.listing-header h1,
.not-found h1 {
	max-width: 65rem;
	margin-bottom: 1.25rem;
	font-size: clamp(3.5rem, 7vw, 6.5rem);
	line-height: 0.94;
}

.archive-description {
	max-width: 40rem;
	color: var(--muted);
}

.post-list {
	border-top: 1px solid rgba(16, 36, 28, 0.24);
}

.post-summary {
	display: grid;
	grid-template-columns: 8rem minmax(0, 1fr) minmax(15rem, 0.8fr) auto;
	gap: 2rem;
	align-items: start;
	padding: 2.5rem 0;
	border-bottom: 1px solid rgba(16, 36, 28, 0.2);
}

.post-summary h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1;
}

.post-summary h2 a,
.post-summary-link {
	text-decoration: none;
}

.post-summary h2 a:hover,
.post-summary h2 a:focus-visible,
.post-summary-link:hover,
.post-summary-link:focus-visible {
	color: var(--forest-700);
}

.post-summary-excerpt {
	color: var(--muted);
}

.post-summary-excerpt p {
	margin: 0;
}

.post-summary-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 3rem;
}

.page-numbers {
	display: grid;
	min-width: 2.75rem;
	min-height: 2.75rem;
	place-items: center;
	padding: 0.5rem;
	border: 1px solid rgba(16, 36, 28, 0.25);
	border-radius: 999px;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--forest-900);
	color: var(--warm-white);
}

.not-found {
	min-height: 65vh;
	padding: 8rem 0;
}

.not-found > p:not(.eyebrow) {
	max-width: 38rem;
	margin-bottom: 2rem;
	color: var(--muted);
	font-size: 1.125rem;
}

@media (max-width: 1050px) {
	:root {
		--shell: min(90vw, 60rem);
	}

	.hero,
	.hero-inner {
		min-height: min(50rem, 100svh);
	}

	.hero-inner {
		grid-template-columns: 8fr 4fr;
		padding-top: 8rem;
	}

	.hero h1 {
		font-size: clamp(4.25rem, 8.2vw, 5.5rem);
	}

	.hero-founder {
		width: min(27vw, 16.25rem);
	}

	.story-layout {
		grid-template-columns: 5fr 6fr;
		gap: 3.75rem;
	}

	.recognition-list {
		margin-left: 16%;
	}

	.method-content {
		margin-top: -5rem;
	}

	.recovery-paths a {
		grid-template-columns: 3.75rem 1fr 1fr auto;
	}

	.post-summary {
		grid-template-columns: 6rem minmax(0, 1fr) minmax(13rem, 0.8fr);
	}

	.post-summary-link {
		grid-column: 2;
	}

	.course-hero-grid {
		grid-template-columns: minmax(0, 7fr) minmax(18rem, 5fr);
		gap: 3.5rem;
	}

	.course-facts {
		grid-template-columns: repeat(2, 1fr);
	}

	.course-facts > div:nth-child(3) {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.course-facts > div:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 820px) {
	:root {
		--shell: calc(100vw - 2.75rem);
		--section-space: 4.75rem;
	}

	.header-inner {
		min-height: 4.375rem;
	}

	.primary-nav {
		gap: 0;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-nav .menu {
		position: fixed;
		top: 4.375rem;
		right: 0;
		left: 0;
		display: grid;
		gap: 0;
		padding: 1rem 1.375rem 1.5rem;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		background: rgba(7, 27, 21, 0.98);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-0.75rem);
		visibility: hidden;
		transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
	}

	body.admin-bar .primary-nav .menu {
		top: calc(4.375rem + 46px);
	}

	.primary-nav.is-open .menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
		transition-delay: 0s;
	}

	.no-js .primary-nav .menu {
		position: static;
		display: flex;
		padding: 0;
		border: 0;
		background: transparent;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
	}

	.no-js .menu-toggle {
		display: none;
	}

	.primary-nav .menu a {
		display: block;
		padding: 0.875rem 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		font-family: var(--serif);
		font-size: 1.5rem;
	}

	.primary-nav .menu a::after {
		display: none;
	}

	.button-nav {
		min-height: 2.375rem;
		padding: 0.55rem 0.9rem;
	}

	.hero-media,
	.hero-media .editable-media {
		inset: 0;
		height: 100%;
	}

	.hero-media img {
		object-position: 61% center;
		filter: saturate(0.7) brightness(0.62);
	}

	.hero::before {
		background:
			linear-gradient(90deg, rgba(7, 27, 21, 0.95) 0%, rgba(7, 27, 21, 0.82) 68%, rgba(7, 27, 21, 0.32) 100%),
			linear-gradient(0deg, rgba(7, 27, 21, 0.9) 0%, rgba(7, 27, 21, 0.3) 100%);
	}

	.hero {
		min-height: 0;
	}

	.hero-inner {
		display: block;
		min-height: 0;
		padding-top: 7.25rem;
		padding-bottom: 1.75rem;
	}

	.hero .eyebrow {
		margin-bottom: 1.25rem;
	}

	.hero h1 {
		font-size: clamp(3rem, 13vw, 3.75rem);
		line-height: 0.91;
		overflow-wrap: anywhere;
	}

	.hero-recognition {
		margin-top: 1.5rem;
		font-size: 1rem;
		line-height: 1.52;
	}

	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.125rem;
		margin-top: 1.625rem;
	}

	.hero-founder {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		margin: 0 1.375rem 1.75rem;
	}

	.hero-founder strong {
		font-size: 1.3125rem;
	}

	.movement-marker {
		display: none;
	}

	.recognition-intro,
	.story-layout,
	.understanding-head,
	.method-head,
	.start-head {
		grid-template-columns: 1fr;
	}

	.recognition-intro {
		gap: 1.5rem;
	}

	.recognition-intro .eyebrow {
		padding: 0;
	}

	.recognition h2 {
		font-size: 3.5rem;
	}

	.recognition-list {
		margin: 3.875rem 0 0;
	}

	.recognition-list li {
		grid-template-columns: 2.625rem 1fr;
		padding: 1.3125rem 0 1.4375rem;
		font-size: 1.9375rem;
	}

	.recognition-reframe {
		margin: 3.875rem 0 0;
		font-size: 2.375rem;
	}

	.dpdr-definition {
		margin: 2.25rem 0 0;
		padding-top: 1.5rem;
	}

	.story-layout {
		gap: 3rem;
	}

	.story-photo {
		border-radius: 7.5rem 7.5rem var(--radius-small) var(--radius-small);
	}

	.story-copy {
		padding-top: 0;
	}

	.story-copy h2 {
		margin-bottom: 2rem;
		font-size: 3.5625rem;
	}

	.story-paragraphs {
		gap: 1.125rem;
	}

	.story-paragraphs p {
		font-size: 1.25rem;
	}

	.founder-signature {
		grid-template-columns: 1fr;
		margin-top: 2.625rem;
	}

	.understanding-head {
		gap: 2.125rem;
	}

	.understanding h2 {
		font-size: 3.375rem;
	}

	.understanding-copy .understanding-lead {
		font-size: 1.75rem;
	}

	.understanding-copy p {
		font-size: 1rem;
	}

	.fear-loop {
		grid-template-columns: 1fr;
		margin-top: 4rem;
		padding: 0;
	}

	.fear-loop li,
	.fear-loop li:first-child {
		display: grid;
		grid-template-columns: 2.625rem 1fr;
		align-items: center;
		padding: 1.375rem 0;
		border-right: 0;
		border-bottom: 1px solid rgba(16, 36, 28, 0.16);
	}

	.fear-loop li:last-child {
		border-bottom: 0;
	}

	.fear-loop small {
		margin: 0;
	}

	.fear-loop strong {
		font-size: 1.875rem;
	}

	.loop-note {
		margin-top: 2.125rem;
		font-size: 1.5625rem;
	}

	.method-media,
	.method-media .editable-media {
		height: clamp(22rem, 112vw, 29.375rem);
	}

	.method-content {
		margin-top: -3.625rem;
	}

	.method-head {
		gap: 1.25rem;
	}

	.method h2 {
		font-size: 3.6875rem;
	}

	.method-intro {
		margin: 1.625rem 0 0;
		font-size: 1rem;
	}

	.method-stages {
		grid-template-columns: 1fr;
		margin-top: 3.5rem;
	}

	.method-stages li,
	.method-stages li + li {
		padding: 1.75rem 0 2.125rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-left: 0;
	}

	.method-stages li:last-child {
		border-bottom: 0;
	}

	.method-stages small {
		margin-bottom: 1.5rem;
	}

	.method-stages h3 {
		font-size: 2.4375rem;
	}

	.course-hero {
		padding-top: 8.5rem;
		padding-bottom: 4.5rem;
	}

	.course-hero-grid,
	.course-section-head,
	.course-fit-grid,
	.course-learning-grid,
	.course-expectations-grid,
	.course-founder-grid,
	.course-decision-grid,
	.course-faq-grid {
		grid-template-columns: 1fr;
	}

	.course-hero-grid {
		gap: 2.25rem;
	}

	.course-hero h1 {
		font-size: clamp(3.5rem, 14vw, 4.75rem);
	}

	.course-hero-intro {
		padding-bottom: 0;
	}

	.course-facts {
		grid-template-columns: 1fr;
	}

	.course-facts > div,
	.course-facts > div:first-child,
	.course-facts > div:nth-child(3),
	.course-facts > div:nth-child(4) {
		padding: 1.375rem 0 1.5rem;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		border-left: 0;
	}

	.course-facts > div:first-child {
		border-top: 0;
	}

	.course-section-head {
		gap: 1.25rem;
		margin-bottom: 3rem;
	}

	.course-section-head .eyebrow {
		padding-top: 0;
	}

	.course-section-head h2,
	.course-learning h2,
	.course-founder-section h2,
	.course-decision h2,
	.course-faq h2,
	.course-expectations h2 {
		font-size: 3.25rem;
	}

	.course-fit-grid,
	.course-learning-grid,
	.course-expectations-grid,
	.course-founder-grid,
	.course-decision-grid,
	.course-faq-grid {
		gap: 3rem;
	}

	.course-modules {
		margin-left: 0;
	}

	.course-modules li {
		grid-template-columns: 2.75rem 1fr;
		gap: 1rem;
	}

	.course-purchase-summary {
		padding: 1.75rem;
	}

	.course-purchase-summary dl > div {
		grid-template-columns: 1fr;
		gap: 0.375rem;
	}

	.course-decision-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.education-hero {
		padding-top: 8.5rem;
		padding-bottom: 4.5rem;
	}

	.education-hero-grid,
	.education-split,
	.education-next-grid,
	.education-wide-head,
	.education-faq-grid {
		grid-template-columns: 1fr;
	}

	.education-hero-grid,
	.education-split,
	.education-next-grid,
	.education-faq-grid {
		gap: 2.75rem;
	}

	.education-hero h1 {
		font-size: clamp(3.5rem, 14vw, 4.75rem);
	}

	.education-split header {
		position: static;
	}

	.education-section h2,
	.education-next h2 {
		font-size: 3.25rem;
	}

	.education-wide-head {
		gap: 1.25rem;
		margin-bottom: 3rem;
	}

	.education-wide-head .eyebrow {
		padding-top: 0;
	}

	.education-cycle {
		grid-template-columns: 1fr;
	}

	.education-cycle li,
	.education-cycle li:first-child {
		display: grid;
		grid-template-columns: 2.75rem 1fr;
		gap: 1rem;
		align-items: center;
		padding: 1.375rem 0;
		border-top: 1px solid rgba(16, 36, 28, 0.14);
		border-left: 0;
	}

	.education-cycle li:first-child {
		border-top: 0;
	}

	.education-cycle small {
		margin: 0;
	}

	.education-cycle-note,
	.education-custom-content .education-prose {
		margin-left: 0;
	}

	.education-faq-grid h2 {
		font-size: 3rem;
	}

	.recovery-stories {
		margin-top: 3.5rem;
		padding-top: 2.75rem;
	}

	.recovery-stories-head,
	.recovery-story-entry {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.recovery-stories-head .eyebrow {
		padding-top: 0;
	}

	.recovery-stories-head h3 {
		font-size: 3rem;
	}

	.recovery-stories-list {
		margin-top: 3rem;
	}

	.recovery-story-entry {
		padding: 2.5rem 0;
	}

	.recovery-story-meta {
		flex-direction: row;
		justify-content: space-between;
		padding-top: 0;
	}

	.recovery-story-journal.has-photo {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.recovery-story-photo {
		max-width: 26rem;
	}

	.recovery-story-copy h4 {
		margin-bottom: 1.75rem;
		font-size: 2.5rem;
	}

	.recovery-story-field > p:not(.recovery-story-label) {
		font-size: 1.1875rem;
	}

	.recovery-stories-disclosure {
		margin-left: 0;
	}

	.course-invitation {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		margin-top: 3.5rem;
		padding-top: 2.5rem;
	}

	.course-invitation > .eyebrow {
		padding-top: 0;
	}

	.course-invitation-copy h3 {
		font-size: 2.75rem;
	}

	.course-invitation .button {
		justify-self: start;
		white-space: normal;
	}

	.start-head {
		gap: 1.75rem;
	}

	.start h2 {
		font-size: 3.875rem;
	}

	.recovery-paths {
		margin-top: 3.625rem;
	}

	.recovery-paths a {
		grid-template-columns: 2.375rem 1fr auto;
		gap: 1rem;
		min-height: 0;
		padding: 1.75rem 0;
	}

	.recovery-paths h3 {
		font-size: 2.125rem;
	}

	.recovery-paths p {
		grid-column: 2 / 4;
		font-size: 0.9375rem;
	}

	.recovery-paths a > span {
		width: 2.625rem;
		height: 2.625rem;
	}

	.closing {
		margin-top: 3.5rem;
		padding: 3.5rem 0;
	}

	.closing blockquote {
		font-size: 3.125rem;
	}

	.footer-inner {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.footer-nav .menu {
		flex-wrap: wrap;
	}

	.footer-note {
		text-align: left;
	}

	.footer-scope {
		flex-direction: column;
	}

	.entry-content,
	.listing-main,
	.not-found {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.listing-header {
		margin-bottom: 3rem;
	}

	.post-summary {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		padding: 2rem 0;
	}

	.post-summary-link {
		grid-column: auto;
		margin-top: 0.5rem;
	}
}

@media (max-width: 380px) {
	:root {
		--shell: calc(100vw - 2rem);
	}

	.hero-inner {
		padding-top: 6.5rem;
	}

	.hero h1,
	.recognition h2,
	.story-copy h2,
	.understanding h2,
	.method h2,
	.start h2 {
		font-size: 2.875rem;
		overflow-wrap: anywhere;
	}

	.recognition-reframe,
	.closing blockquote {
		font-size: 2.5rem;
	}

	.hero-founder {
		margin-inline: 1rem;
	}

	.custom-logo {
		max-width: 7.5rem;
	}

	.menu-toggle-label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.primary-nav {
		gap: 0.125rem;
	}

	.button-nav {
		padding-inline: 0.75rem;
		font-size: 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (pointer: coarse) {
	.footer-nav a,
	.footer-legal a,
	.story-link {
		display: inline-flex;
		min-height: 2.75rem;
		align-items: center;
	}
}

@media (forced-colors: active) {
	:focus-visible {
		outline: 3px solid CanvasText;
	}

	.button,
	.menu-toggle,
	.recovery-paths a,
	.course-faq details,
	.education-faq details {
		border: 1px solid CanvasText;
	}

	.hero::before,
	.editable-media::after {
		display: none;
	}
}

@media print {
	.site-header,
	.site-footer,
	.hero-media,
	.method-media,
	.hero-actions,
	.media-edit-label {
		display: none !important;
	}

	.hero,
	.method,
	.recovery-story {
		background: #fff;
		color: #000;
	}
}

/* Reusable video architecture */

.mindside-video {
	--video-copy: var(--ink);
	--video-surface: var(--cream);
	position: relative;
	color: var(--video-copy);
}

.mindside-video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid rgba(16, 36, 28, 0.1);
	border-radius: clamp(1.25rem, 2.4vw, 2.25rem);
	background:
		radial-gradient(circle at 75% 20%, rgba(167, 182, 165, 0.32), transparent 36%),
		linear-gradient(145deg, var(--cream), var(--sand));
	box-shadow: 0 1.5rem 4rem rgba(7, 27, 21, 0.12);
}

.mindside-video-frame > img,
.mindside-video-frame > iframe,
.mindside-video-frame > video,
.mindside-video-art {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.mindside-video-art {
	display: block;
	background:
		linear-gradient(120deg, transparent 0 56%, rgba(255, 255, 255, 0.23) 56% 57%, transparent 57%),
		linear-gradient(145deg, var(--forest-800), var(--forest-950));
}

.mindside-video-frame::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(7, 27, 21, 0.55));
	content: "";
	pointer-events: none;
}

.mindside-video-frame.is-playing::after {
	display: none;
}

.mindside-video-play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: grid;
	width: clamp(4.25rem, 7vw, 6rem);
	aspect-ratio: 1;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	color: var(--forest-950);
	background: rgba(255, 253, 248, 0.94);
	box-shadow: 0 1rem 2.5rem rgba(7, 27, 21, 0.24);
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: transform 180ms ease, background-color 180ms ease;
}

.mindside-video-play:hover,
.mindside-video-play:focus-visible {
	background: var(--warm-white);
	transform: translate(-50%, -50%) scale(1.04);
}

.mindside-video-coming {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: flex;
	max-width: 32rem;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.65rem;
	margin: auto;
	padding: 2rem;
	color: var(--warm-white);
	text-align: center;
}

.mindside-video-coming > span {
	display: grid;
	width: 3.5rem;
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
}

.mindside-video-coming strong {
	font-family: var(--serif);
	font-size: clamp(1.65rem, 3vw, 2.5rem);
	font-weight: 400;
}

.mindside-video-coming p {
	margin: 0;
	color: var(--sage-light);
}

.mindside-video-duration {
	position: absolute;
	z-index: 3;
	right: 1rem;
	bottom: 1rem;
	padding: 0.35rem 0.6rem;
	border-radius: 999px;
	color: var(--warm-white);
	background: rgba(7, 27, 21, 0.78);
	font-size: 0.75rem;
	font-weight: 600;
}

.mindside-video-modal-label {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 1rem 0 0;
	color: var(--forest-800);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.mindside-video-modal-label span {
	display: grid;
	width: 1.75rem;
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 0.62rem;
}

.mindside-video-category {
	margin: 0 0 0.45rem;
	color: var(--sage);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mindside-video-copy {
	max-width: 52rem;
	padding-top: 1.75rem;
}

.mindside-video-copy h3 {
	margin-bottom: 0.65rem;
	font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.mindside-video-copy p:last-child {
	max-width: 43rem;
	margin-bottom: 0;
	color: var(--muted);
}

.mindside-video-transcript {
	max-width: 52rem;
	margin-top: 1.5rem;
	border-top: 1px solid rgba(16, 36, 28, 0.16);
	border-bottom: 1px solid rgba(16, 36, 28, 0.16);
}

.mindside-video-transcript summary {
	padding: 1rem 0;
	font-weight: 600;
	cursor: pointer;
}

.mindside-video-transcript > div {
	padding-bottom: 1rem;
}

.mindside-video-cta {
	margin-top: 1.5rem;
}

.hero-welcome-video {
	position: relative;
	z-index: 3;
	width: min(54rem, calc(100% - 2.75rem));
	margin: clamp(-8rem, -9vw, -5rem) auto 0;
	padding-bottom: clamp(4rem, 7vw, 7rem);
}

.hero-welcome-video .mindside-video-copy {
	color: var(--warm-white);
}

.hero-welcome-video .mindside-video-copy p:last-child {
	color: var(--sage-light);
}

.hero-welcome-video .mindside-video-modal-label {
	color: var(--warm-white);
}

.founder-video-overlay {
	position: absolute;
	inset: 0;
}

.founder-video-overlay .mindside-video,
.founder-video-overlay .mindside-video-frame {
	height: 100%;
}

.founder-video-overlay .mindside-video-copy,
.founder-video-overlay .mindside-video-duration {
	display: none;
}

.founder-video-embedded {
	align-self: center;
}

.founder-media-overlay .mindside-video-frame {
	aspect-ratio: 4 / 5;
}

.founder-media-overlay .mindside-video-copy,
.founder-media-overlay .mindside-video-transcript,
.founder-media-overlay .mindside-video-cta {
	display: none;
}

.course-preview-video {
	padding-block: var(--section-space);
	background: var(--paper);
}

.course-preview-video .mindside-video {
	width: min(74rem, 100%);
	margin-inline: auto;
}

.faq-video-answer {
	margin: 1.25rem 0 0;
}

.faq-video-answer .mindside-video-copy h3 {
	font-size: 1.5rem;
}

.article-featured-video {
	margin: 2.5rem 0 3.5rem;
}

.mindside-video-hub {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3rem);
}

.mindside-video-card .mindside-video-frame {
	border-radius: var(--radius-small);
	box-shadow: 0 1rem 2.5rem rgba(7, 27, 21, 0.08);
}

.mindside-video-card .mindside-video-copy {
	padding-top: 1.1rem;
}

.mindside-video-card .mindside-video-copy h3 {
	font-size: 1.65rem;
}

.recovery-story-video {
	min-width: 0;
}

.recovery-story-video .mindside-video-frame {
	border-radius: var(--radius-small);
}

.recovery-story-video .mindside-video-copy h3 {
	font-size: 1.5rem;
}

.recovery-story-quote {
	margin: 0 0 2rem;
	padding-left: 1.5rem;
	border-left: 2px solid var(--sage);
}

.recovery-story-quote p {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	line-height: 1.35;
}

.mindside-video-dialog {
	width: min(76rem, calc(100vw - 2rem));
	max-width: none;
	padding: 0;
	border: 0;
	border-radius: var(--radius-large);
	background: var(--forest-950);
	box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.4);
}

.mindside-video-dialog::backdrop {
	background: rgba(3, 13, 10, 0.84);
	backdrop-filter: blur(8px);
}

.mindside-video-dialog-stage {
	aspect-ratio: 16 / 9;
}

.mindside-video-dialog-stage iframe,
.mindside-video-dialog-stage video {
	width: 100%;
	height: 100%;
	border: 0;
}

.mindside-video-dialog-close {
	position: absolute;
	z-index: 2;
	top: 0.75rem;
	right: 0.75rem;
	display: grid;
	width: 2.75rem;
	aspect-ratio: 1;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	color: var(--warm-white);
	background: rgba(7, 27, 21, 0.82);
	font-size: 1.5rem;
	cursor: pointer;
}

@media (max-width: 820px) {
	.hero-welcome-video {
		margin-top: -3rem;
	}

	.mindside-video-hub {
		grid-template-columns: 1fr;
	}

	.mindside-video-copy {
		padding-top: 1.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mindside-video-play {
		transition: none;
	}
}
