.rlt-mission-grid {
	justify-content: center;
}

.rlt-mission-card {
	align-items: center;
	text-align: center;
}

.rlt-mission-card > .elementor-element,
.rlt-mission-card .elementor-widget {
	width: 100%;
}

/* Let imported URLs and practitioner website labels wrap without clipping cards or widening pages. */
.elementor-widget-theme-post-content :where(p, li, a) {
	overflow-wrap: break-word;
}

/* One shared Donate treatment across Elementor's desktop and mobile menus. */
.menu-item-donate-button > a,
.menu-item-donate-button a.elementor-item,
.menu-item-donate-button .e-n-menu-title-container {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	padding: 9px 22px !important;
	border-radius: 999px;
	background: var(--rlf-color-accent) !important;
	color: var(--rlf-color-on-accent) !important;
	font-weight: 700;
	letter-spacing: .04em;
	transition: background var(--rlf-motion-fast) var(--rlf-ease-out), transform var(--rlf-motion-fast) var(--rlf-ease-out);
}

.menu-item-donate-button > a:hover,
.menu-item-donate-button a.elementor-item:hover,
.menu-item-donate-button .e-n-menu-title-container:hover {
	background: var(--rlf-color-accent-dark) !important;
	color: var(--rlf-color-on-accent) !important;
	transform: translateY(-1px);
}

.menu-item-donate-button > a::after {
	content: "→";
	font-weight: 700;
}

/* Governed RLT Outcomes Study component. */
.rlf-outcomes {
	--rlf-study-ink: var(--rlf-color-text);
	--rlf-study-wine: var(--rlf-color-accent);
	--rlf-study-wine-dark: var(--rlf-color-accent-dark);
	--rlf-study-cream: var(--rlf-color-surface-soft);
	--rlf-study-sand: var(--rlf-color-border);
	--rlf-study-white: var(--rlf-color-surface);
	color: var(--rlf-study-ink);
	font-family: inherit;
}

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

.rlf-outcomes__wrap {
	width: min(100% - (2 * var(--rlf-gutter)), var(--rlf-width-content));
	margin-inline: auto;
}

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

.rlf-outcomes__section--soft,
.rlf-outcomes__hero {
	background: var(--rlf-study-cream);
}

.rlf-outcomes__hero {
	padding: var(--rlf-space-section-hero) 0 var(--rlf-space-section);
}

.rlf-outcomes__hero-grid,
.rlf-outcomes__invitation,
.rlf-outcomes__participation,
.rlf-outcomes__faq-grid,
.rlf-outcomes__contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	align-items: center;
	gap: clamp(40px, 7vw, 96px);
}

.rlf-outcomes h1,
.rlf-outcomes h2,
.rlf-outcomes h3,
.rlf-outcomes p {
	margin-top: 0;
}

.rlf-outcomes h1 {
	max-width: 850px;
	margin-bottom: 24px;
	font-size: clamp(42px, 6vw, 78px);
	line-height: .98;
	letter-spacing: -.035em;
}

.rlf-outcomes h2 {
	margin-bottom: 20px;
	font-size: clamp(34px, 4.2vw, 54px);
	line-height: 1.05;
	letter-spacing: -.025em;
}

.rlf-outcomes h3 {
	font-size: clamp(21px, 2.2vw, 28px);
	line-height: 1.15;
}

.rlf-outcomes p,
.rlf-outcomes li {
	font-size: 18px;
	line-height: 1.65;
}

.rlf-outcomes__eyebrow {
	margin-bottom: 18px;
	color: var(--rlf-study-wine);
	font-size: 14px !important;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rlf-outcomes__lead {
	max-width: 760px;
	margin-bottom: 24px;
	font-size: clamp(19px, 2vw, 24px) !important;
}

.rlf-outcomes__audience {
	display: inline-flex;
	margin: 0;
	padding: 10px 16px;
	border: 1px solid rgba(114, 47, 55, .28);
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	color: var(--rlf-study-wine-dark);
	font-size: 14px !important;
	font-weight: 700;
}

.rlf-outcomes__graphic img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
}

.rlf-outcomes__video {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	border-radius: 20px;
	background: #17110e;
}

.rlf-outcomes__video iframe,
.rlf-outcomes__video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.rlf-outcomes__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 10px;
	padding: 13px 24px;
	border: 1px solid var(--rlf-study-wine);
	border-radius: 999px;
	background: var(--rlf-study-wine);
	color: var(--rlf-study-white) !important;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .02em;
	text-decoration: none !important;
	transition: background-color .2s ease, transform .2s ease;
}

.rlf-outcomes__button:hover,
.rlf-outcomes__button:focus-visible {
	background: var(--rlf-study-wine-dark);
	transform: translateY(-1px);
}

.rlf-outcomes__button:focus-visible,
.rlf-outcomes summary:focus-visible,
.rlf-outcomes a:focus-visible {
	outline: 3px solid var(--rlf-color-focus);
	outline-offset: 3px;
}

.rlf-outcomes__micro {
	margin: 10px 0 0;
	color: #6b625e;
	font-size: 13px !important;
}

.rlf-outcomes__intro {
	max-width: 780px;
	margin-bottom: 42px;
}

.rlf-outcomes__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.rlf-outcomes__card {
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--rlf-study-sand);
	border-radius: 18px;
	background: var(--rlf-study-white);
}

.rlf-outcomes__card > span,
.rlf-outcomes__steps li > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: var(--rlf-study-wine);
	color: var(--rlf-study-white);
	font-weight: 800;
}

.rlf-outcomes__card p,
.rlf-outcomes__steps p {
	margin-bottom: 0;
}

.rlf-outcomes__steps {
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.rlf-outcomes__steps li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	align-items: start;
	padding: 18px 0;
	border-top: 1px solid var(--rlf-study-sand);
}

.rlf-outcomes__steps li > span {
	width: 34px;
	height: 34px;
	margin: 0;
	font-size: 14px;
}

.rlf-outcomes__eligibility {
	padding: clamp(28px, 4vw, 44px);
	border-radius: 20px;
	background: var(--rlf-study-cream);
}

.rlf-outcomes__checks {
	margin: 24px 0;
	padding: 0;
	list-style: none;
}

.rlf-outcomes__checks li {
	position: relative;
	padding: 7px 0 7px 30px;
}

.rlf-outcomes__checks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--rlf-study-wine);
	font-weight: 800;
}

.rlf-outcomes__note {
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid var(--rlf-study-sand);
	font-weight: 700;
}

.rlf-outcomes__trust {
	background: var(--rlf-study-wine-dark);
	color: var(--rlf-study-white);
}

.rlf-outcomes__trust h2,
.rlf-outcomes__trust p,
.rlf-outcomes__final h2,
.rlf-outcomes__final p,
.rlf-outcomes__contact h2,
.rlf-outcomes__contact p {
	color: inherit;
}

.rlf-outcomes__trust .rlf-outcomes__eyebrow {
	color: #e2b89d;
}

.rlf-outcomes__trust-heading {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: end;
}

.rlf-outcomes__markers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 42px 0 0;
	padding: 0;
	list-style: none;
}

.rlf-outcomes__markers li {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
}

.rlf-outcomes__resources {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.rlf-outcomes__resources a {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 22px;
	border: 1px solid var(--rlf-study-sand);
	border-radius: 12px;
	background: var(--rlf-study-white);
	color: var(--rlf-study-ink);
	font-weight: 700;
	text-decoration: none;
}

.rlf-outcomes__faqs details {
	border-top: 1px solid var(--rlf-study-sand);
}

.rlf-outcomes__faqs details:last-child {
	border-bottom: 1px solid var(--rlf-study-sand);
}

.rlf-outcomes__faqs summary {
	position: relative;
	padding: 22px 46px 22px 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: 750;
	list-style: none;
}

.rlf-outcomes__faqs summary::-webkit-details-marker {
	display: none;
}

.rlf-outcomes__faqs summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 18px;
	font-size: 26px;
	font-weight: 400;
}

.rlf-outcomes__faqs details[open] summary::after {
	content: "−";
}

.rlf-outcomes__faqs details p {
	padding: 0 46px 22px 0;
}

.rlf-outcomes__final {
	text-align: center;
	background: var(--rlf-study-wine);
	color: var(--rlf-study-white);
}

.rlf-outcomes__final .rlf-outcomes__wrap {
	max-width: 880px;
}

.rlf-outcomes__button--light {
	border-color: var(--rlf-study-white);
	background: var(--rlf-study-white);
	color: var(--rlf-study-wine-dark) !important;
}

.rlf-outcomes__contact {
	padding: 56px 0;
	background: #241510;
	color: var(--rlf-study-white);
}

.rlf-outcomes__contact-grid {
	grid-template-columns: 1fr 1fr;
	align-items: start;
}

.rlf-outcomes__contact address {
	display: grid;
	gap: 8px;
	font-style: normal;
}

.rlf-outcomes__contact a {
	color: var(--rlf-study-white);
}

.rlf-outcomes__protocol {
	margin: 40px 0 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.16);
	color: #d5c9c3;
	font-size: 14px !important;
}

@media (max-width: 900px) {
	.rlf-outcomes__hero-grid,
	.rlf-outcomes__invitation,
	.rlf-outcomes__participation,
	.rlf-outcomes__faq-grid,
	.rlf-outcomes__contact-grid,
	.rlf-outcomes__trust-heading {
		grid-template-columns: 1fr;
	}

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

	.rlf-outcomes__graphic {
		max-width: 560px;
	}
}

@media (max-width: 600px) {
	.rlf-outcomes__wrap {
		width: min(100% - 32px, 1180px);
	}

	.rlf-outcomes__cards,
	.rlf-outcomes__markers,
	.rlf-outcomes__resources {
		grid-template-columns: 1fr;
	}

	.rlf-outcomes h1 {
		font-size: clamp(40px, 13vw, 58px);
	}

	.rlf-outcomes p,
	.rlf-outcomes li {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rlf-outcomes__button {
		transition: none;
	}
}

.rlf-event-programme-content {
	display: grid;
	gap: 38px;
	margin-top: 48px;
}

.rlf-event-programme-content section {
	margin: 0;
}

.rlf-event-programme-content h3 {
	margin: 0 0 18px;
}

.rlf-event-programme-content__list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding-left: 22px;
}

.rlf-event-programme-content p {
	margin: 0;
}

.rlf-site-announcement {
	position: relative;
	z-index: 999;
	padding: 10px 20px;
	background: #722f37;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 650;
}

.rlf-site-announcement a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Kim edits governed content, never shared Elementor layout templates. */
.rlf-site-manager #wp-admin-bar-elementor_edit_page,
.rlf-site-manager #wp-admin-bar-new-elementor_library,
.rlf-site-manager #wp-admin-bar-elementor_notes {
	display: none !important;
}

/* --------------------------------------------------------------------------
 * RLF public system — shared templates and browser surfaces
 * -------------------------------------------------------------------------- */

html {
	scroll-padding-top: var(--rlf-header-offset);
}

body {
	background: var(--rlf-color-surface-soft);
	color: var(--rlf-color-text);
	font-family: var(--rlf-font-family);
}

::selection {
	background: var(--rlf-color-accent);
	color: var(--rlf-color-surface);
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--rlf-color-focus);
	outline-offset: 3px;
}

:where(a) {
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

.skip-link:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	border-radius: var(--rlf-radius-small);
	background: var(--rlf-color-surface);
	color: var(--rlf-color-primary);
	font-weight: var(--rlf-weight-bold);
}

.rlf-page {
	min-height: 52vh;
	overflow: clip;
	background: var(--rlf-color-surface-soft);
}

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

.rlf-wrap {
	width: min(calc(100% - (2 * var(--rlf-gutter))), var(--rlf-width-content));
	margin-inline: auto;
}

.rlf-wrap--reading {
	max-width: 62rem;
}

.rlf-back-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: var(--rlf-header-offset);
	color: var(--rlf-color-accent);
	font-size: var(--rlf-font-size-small);
	font-weight: var(--rlf-weight-semibold);
}

.rlf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--rlf-color-accent);
	border-radius: var(--rlf-radius-pill);
	background: var(--rlf-color-accent);
	color: var(--rlf-color-surface) !important;
	font-size: 1rem;
	font-weight: var(--rlf-weight-bold);
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: background-color var(--rlf-motion-standard) var(--rlf-ease-out), border-color var(--rlf-motion-standard) var(--rlf-ease-out), transform var(--rlf-motion-fast) var(--rlf-ease-out);
}

.rlf-button:hover {
	border-color: var(--rlf-color-accent-dark);
	background: var(--rlf-color-accent-dark);
	transform: translateY(-1px);
}

.rlf-button--secondary {
	background: transparent;
	color: var(--rlf-color-accent-dark) !important;
}

.rlf-button--secondary:hover {
	background: var(--rlf-color-accent-dark);
	color: var(--rlf-color-surface) !important;
}

.rlf-button--quiet {
	border-color: transparent;
	background: transparent;
	color: var(--rlf-color-primary) !important;
	text-decoration: underline !important;
}

.rlf-button--quiet:hover {
	border-color: var(--rlf-color-border);
	background: var(--rlf-color-surface);
	color: var(--rlf-color-primary) !important;
}

.rlf-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--rlf-color-accent-dark);
	font-weight: var(--rlf-weight-bold);
}

.rlf-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin: 0;
	padding: 8px 12px;
	border-radius: var(--rlf-radius-pill);
	font-size: .875rem;
	font-weight: var(--rlf-weight-bold);
	line-height: 1.35;
}

.rlf-status::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
}

.rlf-status--open {
	background: var(--rlf-color-success-soft);
	color: var(--rlf-color-success);
}

.rlf-status--closed {
	background: var(--rlf-color-border);
	color: var(--rlf-color-primary);
}

.rlf-prose {
	max-width: 72ch;
	color: var(--rlf-color-text);
	font-size: clamp(1.0625rem, 1.5vw, var(--rlf-font-size-body));
	line-height: var(--rlf-line-height-body);
}

.rlf-prose > :first-child {
	margin-top: 0;
}

.rlf-prose > :last-child {
	margin-bottom: 0;
}

.rlf-prose :where(h2, h3, h4) {
	color: var(--rlf-color-primary);
	line-height: 1.18;
	letter-spacing: -.02em;
}

.rlf-prose h2 {
	margin: 2.75em 0 .7em;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.rlf-prose h3 {
	margin: 2.1em 0 .6em;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.rlf-prose :where(p, ul, ol, blockquote, figure) {
	margin: 0 0 1.4em;
}

.rlf-prose :where(ul, ol) {
	padding-inline-start: 1.4em;
}

.rlf-prose li + li {
	margin-top: .45em;
}

.rlf-prose a {
	color: var(--rlf-color-accent-dark);
	font-weight: var(--rlf-weight-medium);
	text-decoration: underline;
}

.rlf-prose blockquote {
	margin-inline: 0;
	padding: 1.5rem 0 1.5rem clamp(1.25rem, 4vw, 2rem);
	border-left: 1px solid var(--rlf-color-accent);
	color: var(--rlf-color-primary);
	font-size: 1.18em;
}

.rlf-prose img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: var(--rlf-radius-media);
}

/* Global Elementor header hardening and touch comfort. */
.elementor-location-header :where(.e-n-menu-toggle, .elementor-menu-toggle) {
	min-width: 44px;
	min-height: 44px;
}

.elementor-location-header :where(a, button) {
	text-underline-offset: 4px;
}

.elementor-location-header .elementor-sticky__spacer {
	pointer-events: none;
}

/* Practitioner profile. */
.rlf-profile-hero {
	display: grid;
	grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
	padding: clamp(2rem, 5vw, 4.5rem) 0 var(--rlf-space-section);
}

.rlf-profile-hero__media {
	display: grid;
	place-items: center;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: var(--rlf-radius-media);
	background: var(--rlf-color-border);
}

.rlf-profile-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rlf-profile-hero__initial {
	color: var(--rlf-color-accent);
	font-size: clamp(5rem, 14vw, 10rem);
	font-weight: var(--rlf-weight-semibold);
}

.rlf-profile-hero h1 {
	max-width: 14ch;
	margin: 0 0 14px;
	color: var(--rlf-color-primary);
	font-size: clamp(3rem, 7vw, 6rem);
	font-weight: var(--rlf-weight-semibold);
	line-height: .98;
	letter-spacing: -.035em;
	overflow-wrap: break-word;
	text-wrap: balance;
}

.rlf-profile-hero__type {
	margin: 0 0 24px;
	color: var(--rlf-color-accent-dark);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: var(--rlf-weight-semibold);
}

.rlf-profile-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	margin: 32px 0;
	border-top: 1px solid var(--rlf-color-border);
}

.rlf-profile-facts > div {
	padding: 18px 0;
	border-bottom: 1px solid var(--rlf-color-border);
}

.rlf-profile-facts dt,
.rlf-practitioner-card__facts dt,
.rlf-event-register dt {
	margin-bottom: 5px;
	color: var(--rlf-color-muted-strong);
	font-size: .8125rem;
	font-weight: var(--rlf-weight-bold);
	letter-spacing: .04em;
	text-transform: uppercase;
}

.rlf-profile-facts dd,
.rlf-practitioner-card__facts dd,
.rlf-event-register dd {
	margin: 0;
	color: var(--rlf-color-primary);
	font-weight: var(--rlf-weight-medium);
	line-height: 1.45;
}

.rlf-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rlf-reading-section {
	display: grid;
	grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr);
	gap: clamp(2rem, 6vw, 6rem);
	padding: var(--rlf-space-section) 0;
	border-top: 1px solid var(--rlf-color-border);
}

.rlf-reading-section > h2 {
	margin: 0;
	color: var(--rlf-color-primary);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.05;
	letter-spacing: -.025em;
}

/* Practitioner directory and cards. */
.rlf-directory {
	margin-top: 32px;
	scroll-margin-top: var(--rlf-header-offset);
}

.rlf-directory__filters {
	padding: clamp(1.5rem, 4vw, 2.75rem);
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-card);
	background: var(--rlf-color-surface);
}

.rlf-directory__filter-head {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
}

.rlf-directory__filter-head h2,
.rlf-directory__filter-head p {
	margin: 0;
}

.rlf-directory__filter-head h2 {
	color: var(--rlf-color-primary);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	letter-spacing: -.02em;
}

.rlf-directory__filter-head p {
	max-width: 44ch;
	color: var(--rlf-color-muted-strong);
}

.rlf-directory__filter-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.rlf-directory-filter {
	display: grid;
	gap: 7px;
	color: var(--rlf-color-primary);
	font-size: .875rem;
	font-weight: var(--rlf-weight-bold);
}

.rlf-directory-filter select {
	width: 100%;
	min-height: 46px;
	padding: 10px 36px 10px 12px;
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-small);
	background-color: var(--rlf-color-surface-soft);
	color: var(--rlf-color-text);
	font: inherit;
	cursor: pointer;
}

.rlf-directory__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.rlf-directory__actions .rlf-button {
	min-height: 44px;
}

.rlf-directory__result-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	padding: clamp(3rem, 7vw, 5rem) 0 24px;
}

.rlf-directory__result-head h2,
.rlf-directory__count {
	margin: 0;
}

.rlf-directory__result-head h2 {
	color: var(--rlf-color-primary);
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1;
	letter-spacing: -.03em;
}

.rlf-directory__count {
	color: var(--rlf-color-muted-strong);
	font-variant-numeric: tabular-nums;
}

.rlf-directory__results {
	transition: opacity var(--rlf-motion-standard) var(--rlf-ease-out);
}

.rlf-directory.is-loading .rlf-directory__results {
	opacity: .45;
	pointer-events: none;
}

.rlf-practitioner-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.75rem);
}

.rlf-practitioner-card {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 20px;
	height: 100%;
	padding: 20px;
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-card);
	background: var(--rlf-color-surface);
	transition: border-color var(--rlf-motion-standard) var(--rlf-ease-out), transform var(--rlf-motion-standard) var(--rlf-ease-out);
}

.rlf-practitioner-card:hover,
.rlf-practitioner-card:focus-within {
	border-color: var(--rlf-color-accent);
	transform: translateY(-2px);
}

.rlf-practitioner-card__media {
	display: grid;
	place-items: center;
	overflow: hidden;
	width: 128px;
	height: 160px;
	border-radius: 12px;
	background: var(--rlf-color-border);
	text-decoration: none;
}

.rlf-practitioner-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rlf-practitioner-card__initial {
	color: var(--rlf-color-accent);
	font-size: 3.5rem;
	font-weight: var(--rlf-weight-semibold);
}

.rlf-practitioner-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	background: var(--rlf-color-surface);
}

.rlf-practitioner-card__name {
	width: 100%;
	max-width: 100%;
	margin: 0 0 4px;
	font-size: 1.35rem;
	line-height: 1.18;
	letter-spacing: -.015em;
}

.rlf-page .rlf-practitioner-card__name {
	font-size: 1.35rem;
}

.rlf-practitioner-card__name a {
	background: var(--rlf-color-surface);
	color: var(--rlf-color-primary);
	overflow-wrap: break-word;
	text-decoration: none;
}

.rlf-prose :where(p, li, a) {
	overflow-wrap: anywhere;
}

.rlf-practitioner-card__name a:hover {
	text-decoration: underline;
}

.rlf-practitioner-card__type {
	margin: 0 0 12px;
	color: var(--rlf-color-accent-dark);
	font-size: .9rem;
	font-weight: var(--rlf-weight-semibold);
}

.rlf-practitioner-card .rlf-status {
	margin-bottom: 14px;
	padding: 6px 9px;
	font-size: .75rem;
}

.rlf-practitioner-card__facts {
	display: grid;
	gap: 10px;
	width: 100%;
	margin: 0 0 14px;
}

.rlf-practitioner-card__facts dt {
	font-size: .6875rem;
}

.rlf-practitioner-card__facts dd {
	font-size: .875rem;
}

.rlf-practitioner-card__excerpt {
	margin: 0;
	color: var(--rlf-color-muted-strong);
	font-size: .9rem;
	line-height: 1.55;
}

.rlf-practitioner-card .rlf-text-link {
	margin-top: auto;
}

.rlf-practitioner-card--closed .rlf-practitioner-card__media {
	filter: saturate(.55);
}

.rlf-pagination,
.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 36px;
}

.rlf-pagination__page,
.navigation.pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-small);
	background: var(--rlf-color-surface);
	color: var(--rlf-color-primary);
	font-weight: var(--rlf-weight-semibold);
	text-decoration: none;
}

.rlf-pagination__page:hover,
.navigation.pagination a.page-numbers:hover,
.rlf-pagination__page.is-current,
.navigation.pagination .page-numbers.current {
	border-color: var(--rlf-color-accent);
	background: var(--rlf-color-accent);
	color: var(--rlf-color-surface);
}

.rlf-pagination__ellipsis {
	display: inline-grid;
	place-items: center;
	min-width: 28px;
}

.rlf-empty-state {
	padding: clamp(2rem, 6vw, 4rem);
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-card);
	background: var(--rlf-color-surface);
	text-align: center;
}

.rlf-empty-state h2,
.rlf-empty-state h3 {
	margin-top: 0;
	color: var(--rlf-color-primary);
}

/* Event detail. */
.rlf-event-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
	padding: clamp(2rem, 5vw, 4rem) 0 var(--rlf-space-section);
}

.rlf-event-intro--text-only {
	grid-template-columns: minmax(0, 920px);
}

.rlf-event-intro h1 {
	max-width: 14ch;
	margin: 0;
	color: var(--rlf-color-primary);
	font-size: clamp(2.5rem, 4vw, 3.75rem);
	font-weight: var(--rlf-weight-semibold);
	line-height: .98;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.rlf-event-intro__programme {
	margin: 22px 0 0;
	color: var(--rlf-color-accent-dark);
	font-size: 1rem;
	font-weight: var(--rlf-weight-bold);
}

.rlf-event-intro__summary {
	max-width: 56ch;
	margin: 18px 0 0;
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	line-height: 1.55;
}

.rlf-event-intro__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.rlf-event-intro__facts span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-pill);
	background: var(--rlf-color-surface);
	color: var(--rlf-color-primary);
	font-size: .9rem;
	font-weight: var(--rlf-weight-semibold);
}

.rlf-event-intro__media {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin: 0;
	border-radius: var(--rlf-radius-media);
	background: var(--rlf-color-border);
	box-shadow: var(--rlf-shadow-raised);
}

.rlf-event-intro__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rlf-event-intro__media--poster {
	aspect-ratio: 16 / 9;
	background: var(--rlf-color-surface);
}

.rlf-event-intro__media--poster img {
	object-fit: contain;
}

.rlf-event-notice {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 40px;
	padding: 16px 20px;
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-small);
	background: var(--rlf-color-warning-soft);
	color: var(--rlf-color-primary);
}

.rlf-event-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	gap: clamp(3rem, 8vw, 7rem);
	align-items: start;
	padding: var(--rlf-space-section) 0;
	border-top: 1px solid var(--rlf-color-border);
}

.rlf-event-layout--details-only {
	grid-template-columns: minmax(0, 420px);
	justify-content: center;
}

.rlf-event-layout--content-only {
	grid-template-columns: minmax(0, 820px);
}

.rlf-event-content > h2,
.rlf-event-content > section > h2,
.rlf-event-recording h2,
.rlf-event-register h2,
.rlf-facilitators > h2 {
	margin: 0 0 20px;
	color: var(--rlf-color-primary);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.08;
	letter-spacing: -.025em;
}

.rlf-event-content > section {
	max-width: 72ch;
	margin-top: clamp(3rem, 7vw, 5rem);
}

.rlf-event-content > section p,
.rlf-event-content > section li {
	font-size: 1.0625rem;
	line-height: 1.65;
}

.rlf-event-list {
	display: grid;
	gap: 12px;
	padding-left: 1.35rem;
}

.rlf-event-register {
	position: static;
	align-self: start;
	padding: clamp(1.5rem, 3vw, 2rem);
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-card);
	background: var(--rlf-color-surface);
}

.rlf-event-register h2 {
	font-size: 1.65rem;
}

.rlf-event-register__intro {
	margin: -6px 0 20px;
	color: var(--rlf-color-muted-strong);
	line-height: 1.55;
}

.rlf-event-register dl {
	margin: 0;
}

.rlf-event-register dl > div {
	padding: 15px 0;
	border-top: 1px solid var(--rlf-color-border);
}

.rlf-event-register__actions {
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.rlf-event-register__contact {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--rlf-color-border);
}

.rlf-event-register > .rlf-event-register__contact:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.rlf-event-register__contact h3 {
	margin: 0 0 8px;
	color: var(--rlf-color-primary);
	font-size: 1.1rem;
}

.rlf-event-register__contact p {
	margin: 0 0 10px;
	color: var(--rlf-color-muted-strong);
	line-height: 1.55;
}

.rlf-event-recording iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	border-radius: var(--rlf-radius-card);
}

.rlf-facilitators {
	padding: var(--rlf-space-section) 0;
	border-top: 1px solid var(--rlf-color-border);
}

.rlf-event-layout > .rlf-facilitators {
	grid-column: 1 / -1;
	width: 100%;
	padding: clamp(2.5rem, 5vw, 4rem) 0 0;
}

.rlf-facilitators__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
}

.rlf-facilitator {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	padding: 24px;
	border: 1px solid var(--rlf-color-border);
	border-radius: var(--rlf-radius-card);
	background: var(--rlf-color-surface);
}

.rlf-facilitator__media {
	display: grid;
	place-items: center;
	overflow: hidden;
	width: 160px;
	height: 190px;
	border-radius: 12px;
	background: var(--rlf-color-border);
	color: var(--rlf-color-accent);
	font-size: 4rem;
	font-weight: var(--rlf-weight-semibold);
}

.rlf-facilitator__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rlf-facilitator h3 {
	margin: 0 0 6px;
	color: var(--rlf-color-primary);
	font-size: 1.4rem;
	line-height: 1.2;
}

.rlf-facilitator__role {
	margin: 0 0 14px;
	color: var(--rlf-color-accent-dark);
	font-size: .9rem;
	font-weight: var(--rlf-weight-bold);
}

.rlf-facilitator p:not(.rlf-facilitator__role) {
	margin: 0;
	color: var(--rlf-color-muted-strong);
	line-height: 1.6;
}

.rlf-facilitator__learn-more {
	margin-top: 20px;
}

/* Blog article and reusable content cards. */
.rlf-article-header {
	padding: clamp(2rem, 5vw, 4rem) 0 0;
}

.rlf-article-header h1 {
	max-width: 16ch;
	margin: 0;
	color: var(--rlf-color-primary);
	font-size: clamp(3rem, 7vw, 5.75rem);
	font-weight: var(--rlf-weight-semibold);
	line-height: 1;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.rlf-article-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 24px 0 32px;
	color: var(--rlf-color-muted-strong);
	font-size: .95rem;
	font-weight: var(--rlf-weight-semibold);
}

.rlf-article-header figure {
	overflow: hidden;
	margin: 0;
	border-radius: var(--rlf-radius-media);
}

.rlf-article-header img {
	display: block;
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.rlf-article-body {
	margin: clamp(3rem, 7vw, 5.5rem) 0 var(--rlf-space-section);
}

.rlf-related {
	padding: var(--rlf-space-section) 0;
	background: var(--rlf-color-surface);
}

.rlf-related h2 {
	margin: 0 0 32px;
	color: var(--rlf-color-primary);
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1;
	letter-spacing: -.03em;
}

.rlf-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.75rem);
}

.rlf-content-card {
	display: flex;
	overflow: hidden;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	border-radius: var(--rlf-radius-card);
	background: var(--rlf-color-surface);
	box-shadow: var(--rlf-shadow-card);
	transition: transform var(--rlf-motion-standard) var(--rlf-ease-out), box-shadow var(--rlf-motion-standard) var(--rlf-ease-out);
}

.rlf-content-card:hover,
.rlf-content-card:focus-within {
	transform: translateY(-3px);
	box-shadow: var(--rlf-shadow-raised);
}

.rlf-content-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--rlf-color-border);
}

.rlf-content-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 440ms var(--rlf-ease-out);
}

.rlf-content-card:hover .rlf-content-card__media img {
	transform: scale(1.025);
}

.rlf-content-card__body {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.rlf-content-card__meta,
.rlf-content-card__details {
	margin: 0 0 10px;
	color: var(--rlf-color-muted-strong);
	font-size: .8125rem;
	font-weight: var(--rlf-weight-bold);
	line-height: 1.45;
}

.rlf-content-card h2,
.rlf-content-card h3 {
	margin: 0 0 12px;
	font-size: clamp(1.3rem, 2.2vw, 1.65rem);
	line-height: 1.2;
	letter-spacing: -.015em;
}

.rlf-content-card h2 a,
.rlf-content-card h3 a {
	color: var(--rlf-color-primary);
	text-decoration: none;
}

.rlf-content-card h2 a:hover,
.rlf-content-card h3 a:hover {
	text-decoration: underline;
}

.rlf-content-card__body > p:not(.rlf-content-card__meta, .rlf-content-card__details) {
	margin: 0;
	color: var(--rlf-color-muted-strong);
	font-size: .95rem;
	line-height: 1.6;
}

.rlf-content-card .rlf-text-link {
	margin-top: auto;
	padding-top: 14px;
}

/* Taxonomy archives. */
.rlf-archive-header {
	padding: calc(var(--rlf-header-offset) + 2rem) 0 clamp(3rem, 8vw, 6.5rem);
	background: var(--rlf-color-primary);
	color: var(--rlf-color-surface-soft);
}

.rlf-archive-header h1 {
	max-width: 15ch;
	margin: 0;
	color: inherit;
	font-size: clamp(3rem, 7vw, 6rem);
	font-weight: var(--rlf-weight-semibold);
	line-height: .98;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.rlf-archive-header__description {
	max-width: 64ch;
	margin-top: 24px;
	font-size: 1.1rem;
	line-height: 1.65;
}

.rlf-archive-results {
	padding: var(--rlf-space-section) 0;
}

/* Correct contrast in legacy Event cards still used by Elementor Page loops. */
.rlt-ec__loc,
.rlt-ec__spk-role {
	color: var(--rlf-color-muted-strong);
}

.rlt-ec__btn,
.elementor-widget-taxonomy-filter .e-filter-item,
.rlft-filter select {
	min-height: 44px;
}

/* Contact and legal fallback pages need the same header-safe arrival rhythm. */
body:is(.page-id-3457, .page-id-440, .page-id-442, .page-id-444) main#content {
	padding-top: var(--rlf-header-offset);
}

body:is(.page-id-440, .page-id-442, .page-id-444) main#content {
	padding-bottom: var(--rlf-space-section);
}

/* The footer remains comprehensive, but stops dominating short records. */
.elementor-location-footer .elementor-element-fbanc01 > .e-con-inner {
	min-height: 0;
}

.elementor-location-footer .elementor-element-79de154 > .e-con-inner {
	gap: clamp(2rem, 5vw, 4rem);
}

.elementor-location-footer .elementor-icon-list-item a {
	min-height: 36px;
}

.elementor-location-footer .elementor-social-icon {
	min-width: 44px;
	min-height: 44px;
}

@media (max-width: 1024px) {
	.rlf-directory__filter-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.rlf-event-intro,
	.rlf-event-layout {
		grid-template-columns: 1fr;
	}

	.rlf-event-intro__media {
		max-width: 760px;
	}

	.rlf-event-register {
		position: static;
	}

	.rlf-facilitators__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.rlf-back-link {
		margin-top: calc(var(--rlf-header-offset) - 1rem);
	}

	.rlf-profile-hero,
	.rlf-reading-section {
		grid-template-columns: 1fr;
	}

	.rlf-profile-hero__media {
		width: min(78vw, 360px);
	}

	.rlf-profile-hero h1,
	.rlf-article-header h1,
	.rlf-archive-header h1 {
		font-size: clamp(2.65rem, 12vw, 4.4rem);
	}

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

	.rlf-directory__filter-head {
		display: grid;
	}

	.rlf-directory__filter-grid {
		grid-template-columns: 1fr;
	}

	.rlf-practitioner-grid,
	.rlf-content-grid {
		grid-template-columns: 1fr;
	}

	.rlf-practitioner-card {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 16px;
		padding: 16px;
	}

	.rlf-practitioner-card__media {
		width: 112px;
		height: 140px;
	}

	.rlf-event-intro {
		gap: 2.25rem;
	}

	.rlf-event-intro__media {
		order: -1;
	}

	.rlf-facilitator {
		grid-template-columns: 104px minmax(0, 1fr);
		gap: 16px;
		padding: 16px;
	}

	.rlf-facilitator__media {
		width: 104px;
		height: 128px;
		font-size: 2.75rem;
	}

	.elementor-location-footer .elementor-element-79de154 > .e-con-inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.elementor-location-footer .elementor-element-79de154 > .e-con-inner > .e-con {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.elementor-location-footer .elementor-icon-list-item a {
		min-height: 44px;
	}
}

@media (max-width: 480px) {
	.rlf-profile-hero h1 {
		font-size: clamp(2.5rem, 11vw, 3rem);
		text-wrap: wrap;
	}

	.rlf-practitioner-card {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.rlf-page .rlf-practitioner-card__name {
		font-size: 1.2rem;
	}

	.rlf-practitioner-card__media {
		width: 88px;
		height: 112px;
	}

	.rlf-practitioner-card__excerpt,
	.rlf-practitioner-card__facts {
		grid-column: 1 / -1;
	}

	.rlf-profile-actions,
	.rlf-directory__actions {
		display: grid;
	}

	.rlf-profile-actions .rlf-button,
	.rlf-directory__actions .rlf-button {
		width: 100%;
	}
}

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

	.rlf-button,
	.rlf-practitioner-card,
	.rlf-directory__results,
	.rlf-content-card,
	.rlf-content-card__media img {
		transition: none;
	}

	.rlf-button:hover,
	.rlf-practitioner-card:hover,
	.rlf-content-card:hover,
	.rlf-content-card:hover .rlf-content-card__media img {
		transform: none;
	}
}
