body.exhale-editorial {
	--font-heading-family: "DM Sans", sans-serif;
	--font-heading-weight: 700;
	--font-body-family: Montserrat, sans-serif;
}

body.exhale-editorial {
	margin: 0;
	background: #f8f5f1;
	color: #3d3835;
	font-family: var(--font-body-family);
	line-height: 1.6;
}

body.exhale-editorial .font-sans,
body.exhale-editorial .exhale-nav-link,
body.exhale-editorial .exhale-footer-link {
	font-family: var(--font-body-family);
}

body.exhale-editorial .site-main.home {
	background: #f8f5f1;
}

/* Uniform section spacing */
body.exhale-editorial .exhale-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Header overlays hero (no spacer) */
.exhale-header-wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 50;
	pointer-events: none;
}

.exhale-site-header {
	box-sizing: border-box;
	width: min(1632px, 100%);
	height: 80px;
	margin: 32px auto 0;
	pointer-events: auto;
}

.exhale-site-header .exhale-header-bar {
	height: 100%;
	padding: 18px 64px;
}

/* Same horizontal bounds as .exhale-site-header (logo ↔ Get In Touch) */
.exhale-header-line {
	box-sizing: border-box;
	width: min(1632px, 100%);
	max-width: 1632px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 64px;
	padding-right: 64px;
}

.exhale-sticky-header-wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 60;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-110%);
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.exhale-header-wrap {
	transition: opacity 0.2s ease;
}

.exhale-site-header-sticky {
	box-sizing: border-box;
	width: min(1760px, 100%);
	height: 80px;
	margin: 32px auto 0;
	pointer-events: auto;
}

.exhale-site-header-sticky .exhale-header-bar {
	height: 100%;
	padding: 18px 64px;
}

/* Site container — same width/padding as header/logo line */
body.exhale-editorial .site-main.home .exhale-hero__inner,
body.exhale-editorial .site-main.home section > .mx-auto.w-full.max-w-\[1400px\] {
	box-sizing: border-box;
	width: min(1760px, 100%);
	max-width: 1760px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 64px;
	padding-right: 64px;
}
.exhale-site-container {
	box-sizing: border-box;
	width: min(1760px, 100%);
	max-width: 1760px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 64px;
	padding-right: 64px;
}

/* Footer + newsletter — same 1632px content line (1760 − 64×2) */
.exhale-footer__inner.exhale-site-container,
.exhale-footer .border-t .exhale-site-container {
	width: min(1760px, 100%);
	max-width: 1760px;
}

body.exhale-editorial .site-main.home section > .mx-auto.w-full.max-w-\[1400px\] {
	max-width: 1760px !important;
	padding-left: 64px !important;
	padding-right: 64px !important;
}

body.exhale-sticky-header-visible .exhale-sticky-header-wrap {
	opacity: 1;
	transform: translateY(0);
}

body.exhale-sticky-header-visible .exhale-header-wrap {
	opacity: 0;
	pointer-events: none;
}

body.exhale-main-header-hidden .exhale-header-wrap {
	display: none !important;
}

/* Inner pages without hero image: clear fixed pill header */
body.exhale-editorial:not(.home) #primary.site-main:not(.exhale-inner-page--overlay-hero):not(.contact-us-page) {
	padding-top: 9.4rem;
}

/* Sub-hero pages: header floats over image (same as home) */
body.exhale-editorial .exhale-inner-page--overlay-hero {
	padding-top: 0;
}
.exhale-contact-card .contact-form { 
	padding: 20px;
}
.contact-us-page {
	padding-top: 0;
}

body.exhale-editorial .contact-us-page:not(.exhale-inner-page--overlay-hero) {
	padding-top: clamp(4.75rem, 8vw, 5.5rem);
}

body.exhale-editorial .contact-us-page.exhale-inner-page--overlay-hero {
	padding-top: 0;
}

body.exhale-editorial .contact-us-page .exhale-contact-modern {
	padding-top: 2.5rem;
}

body.exhale-editorial .contact-us-page:has(.exhale-sub-hero) .exhale-contact-modern {
	padding-top: 2rem;
}

@media (max-width: 991px) {
	body.exhale-editorial .contact-us-page:not(.exhale-inner-page--overlay-hero) {
		padding-top: clamp(4.25rem, 9vw, 5rem);
	}
}

@media (max-width: 639px) {
	body.exhale-editorial .contact-us-page:not(.exhale-inner-page--overlay-hero) {
		padding-top: clamp(3.75rem, 10vw, 4.5rem);
	}

	body.exhale-editorial .contact-us-page .exhale-contact-modern {
		padding-top: 1.75rem;
	}
}

.exhale-inner-page--overlay-hero > .exhale-sub-hero:first-child,
.exhale-inner-page--overlay-hero > .resources-hero:first-child {
	margin-top: 0;
}

.exhale-hero {
	margin-top: 0;
	margin-bottom: 0;
	height: 86vh;
	min-height: 680px;
}

.exhale-hero__media {
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.exhale-hero__inner {
	height: 100%;
	padding-top: 112px;
	padding-bottom: 48px;
	align-items: center;
}
section.exhale-section.exhale-home-blog-four.bg-exhale-offwhite {
	padding-bottom: 100px;
}
@media (max-width: 1023px) {
	.exhale-hero {
		height: 80vh;
		min-height: 620px;
	}
	section.exhale-section.exhale-home-blog-four.bg-exhale-offwhite {
		padding-bottom: 80px;
	}
}

.exhale-hero__content {
	width: 100%;
}

.exhale-hero-heading {
	margin: 0;
	font-family: var(--font-heading-family);
	font-size: clamp(2.4rem, 4.9vw, 4.025rem);
	font-weight: var(--font-heading-weight);
	line-height: 1.1;
	letter-spacing: 0;
}

.exhale-hero-subtitle {
	font-family: var(--font-body-family);
	font-size: clamp(1rem, 1.6vw, 1.3rem);
	font-weight: 400;
	line-height: 1.4;
}

.exhale-hero-description {
	margin: 0;
	font-family: var(--font-body-family);
	font-size: clamp(0.95rem, 1.4vw, 1.125rem);
	font-weight: 400;
	line-height: 1.5;
	opacity: 0.92;
}

/* Achievements / benefits */
.exhale-achievements__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.exhale-achievements__divider-line {
	display: block;
	width: 3.5rem;
	height: 1px;
	background: rgba(110, 125, 109, 0.35);
}

.exhale-achievements__divider-mark {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e6c7c7;
}

.exhale-benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(110, 125, 109, 0.15);
}

.exhale-benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.75rem 1.5rem;
	border-right: 1px solid rgba(110, 125, 109, 0.2);
}

.exhale-benefit-item:last-child {
	border-right: none;
}

.exhale-benefit-item__icon-circle {
	display: flex;
	width: 3.5rem;
	height: 3.5rem;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.exhale-benefit-item__icon-img {
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	object-fit: contain;
}

.exhale-benefit-item__icon-circle svg {
	width: 1.75rem;
	height: 1.75rem;
}

.exhale-benefit-item__body {
	min-width: 0;
	flex: 1;
}

.exhale-benefit-item__title {
	margin: 0 0 0.35rem;
	font-family: var(--font-body-family);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.35;
	color: #3d3835;
}

.exhale-benefit-item__text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(61, 56, 53, 0.72);
}


@media (max-width: 1023px) {
	.exhale-benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.exhale-benefit-item {
		border-right: none;
		border-bottom: 1px solid rgba(110, 125, 109, 0.2);
	}

	.exhale-benefit-item:nth-child(odd) {
		border-right: 1px solid rgba(110, 125, 109, 0.2);
	}

	.exhale-benefit-item:nth-last-child(-n + 2) {
		border-bottom: none;
	}
}

@media (max-width: 639px) {
	.exhale-benefits-grid {
		grid-template-columns: 1fr;
	}

	.exhale-benefit-item,
	.exhale-benefit-item:nth-child(odd) {
		border-right: none;
	}

	.exhale-benefit-item:not(:last-child) {
		border-bottom: 1px solid rgba(110, 125, 109, 0.2);
	}
	section.exhale-section.exhale-home-blog-four.bg-exhale-offwhite { 
		padding-bottom: 70px;
	}

}

.exhale-full-img-slider__intro {
	margin: 0 auto 3rem;
}

.exhale-full-img-slider__title {
	margin: 0;
	font-family: var(--font-heading-family);
	font-size: clamp(2.1rem, 4vw, 3.1rem);
	font-weight: var(--font-heading-weight);
	line-height: 1.1;
	color: #3d3835;
}

.exhale-full-img-slider__desc {
	margin: 1rem auto 0;
	max-width: 700px;
	font-family: var(--font-body-family);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	line-height: 1.6;
	color: rgba(61, 56, 53, 0.78);
}

.exhale-full-img-slider__root {
	position: relative;
}

.exhale-full-img-slider__viewport {
	overflow: hidden;
	border-radius: 1.5rem;
}

.exhale-full-img-slider__track {
	display: flex;
	transition: transform 0.55s ease;
	will-change: transform;
	touch-action: pan-y;
}

.exhale-full-img-slide {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	flex: 0 0 100%;
	min-width: 100%;
	min-height: 0;
	overflow: hidden;
	align-items: center;
}

.exhale-full-img-slide__media {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	order: 2;
	min-height: 0;
	height: auto;
}

.exhale-full-img-slide__media img {
	display: block;
	width: var(--slide-img-width, auto);
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	border-radius: 0 1.5rem 1.5rem 0;
}

.exhale-full-img-slide__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 2.5rem 3rem 2.5rem 5.5rem;
	text-align: left;
	background: #f8f5f1;
	color: #3d3835;
	order: 1;
}

.exhale-full-img-slide__heading {
	margin: 0;
	max-width: 520px;
	font-family: var(--font-heading-family);
	font-size: clamp(2rem, 3.2vw, 3rem);
	font-weight: var(--font-heading-weight);
	line-height: 1.08;
	color: #3d3835;
}

.exhale-full-img-slide__desc {
	margin: 1rem 0 0;
	max-width: 520px;
	font-family: var(--font-body-family);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	line-height: 1.55;
	color: rgba(61, 56, 53, 0.78);
}

.exhale-full-img-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 7;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid rgba(110, 125, 109, 0.3);
	border-radius: 50%;
	background: rgba(248, 245, 241, 0.95);
	color: #3d3835;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	box-shadow: 0 4px 16px rgba(61, 56, 53, 0.1);
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.exhale-full-img-slider__arrow span {
	display: block;
	margin-top: -0.1rem;
}

.exhale-full-img-slider__arrow--prev {
	left: 1.25rem;
}

.exhale-full-img-slider__arrow--next {
	right: 1.25rem;
}

.exhale-full-img-slider__arrow:hover {
	background: #fff;
	border-color: rgba(110, 125, 109, 0.45);
}

@media (max-width: 1023px) {
	.exhale-full-img-slide {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.exhale-full-img-slide__media {
		order: 1;
	}

	.exhale-full-img-slide__content {
		order: 2;
	}

	.exhale-full-img-slide__media {
		justify-content: center;
	}

	.exhale-full-img-slide__media img {
		width: var(--slide-img-width, 100%);
		max-width: 100%;
		height: auto;
		border-radius: 1.5rem;
	}

	.exhale-full-img-slide__content {
		padding: 1.75rem 1.5rem 4rem;
	}

	body.exhale-editorial:not(.home) #primary.site-main:not(.exhale-inner-page--overlay-hero) {
		padding-top: 7.4rem;
	}
}

/* Testimonials */
.exhale-testimonials {
	background-color: #d4b2a4;
}

/* Remove thin seam between hero and next section */
body.exhale-editorial .site-main.home > .exhale-hero + .exhale-section {
	margin-top: -1px;
}

.exhale-stars {
	color: #8a6f5c;
}

/* Program cards — bottom line on hover */
.exhale-programs-grid {
	width: 100%;
}

.exhale-program-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(212, 178, 164, 0.22);
	border-radius: 1.25rem;
	background: #fffdfb;
	box-shadow: 0 8px 32px rgba(61, 56, 53, 0.06);
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.exhale-program-card .aspect-\[4\/3\] {
	border-radius: 1.25rem 1.25rem 0 0;
}

.exhale-program-card:hover {
	border-color: rgba(110, 125, 109, 0.35);
	box-shadow: 0 12px 32px rgba(61, 56, 53, 0.08);
}

/* Testimonial cards — top accent line on hover */
.exhale-testimonial-card {
	position: relative;
	overflow: hidden;
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.exhale-testimonial-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	width: 88%;
	height: 4px;
	border-radius: 0 0 2px 2px;
	background: linear-gradient(90deg, #e6c7c7 0%, #6e7d6d 50%, #e6c7c7 100%);
	transform: translateX(-50%) scaleX(0);
	transform-origin: center center;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
}

.exhale-testimonial-card:hover {
	border-color: rgba(110, 125, 109, 0.3);
	box-shadow: 0 10px 28px rgba(61, 56, 53, 0.09);
}

.exhale-testimonial-card:hover::before {
	transform: translateX(-50%) scaleX(1);
}

.exhale-testimonials [data-testimonial-track] {
	transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Testimonial Read More modal — rendered in wp_footer (outside slider/transform parents) */
.exhale-testimonial-modal-root {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.exhale-testimonial-modal-root.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.exhale-testimonial-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1;
	background: rgba(61, 56, 53, 0.55);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.exhale-testimonial-modal-root.is-open .exhale-testimonial-backdrop {
	opacity: 1;
}

.exhale-testimonial-modal {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 42rem;
	max-height: calc(100vh - 2rem);
	margin: 0 auto;
}

.exhale-testimonial-modal-panel {
	position: relative;
	width: 100%;
	max-height: calc(100vh - 2rem);
	overflow-y: auto;
	border: 1px solid rgba(212, 178, 164, 0.45);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 24px 60px rgba(61, 56, 53, 0.1);
	padding: 1.75rem 1.5rem;
	opacity: 0;
	transform: scale(0.97) translateY(8px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (min-width: 640px) {
	.exhale-testimonial-modal-panel {
		padding: 2rem 2rem;
	}
}

.exhale-testimonial-modal-root.is-open .exhale-testimonial-modal-panel {
	opacity: 1;
	transform: scale(1) translateY(0);
}

.exhale-testimonial-modal-close {
	position: absolute;
	top: 0.50rem;
	right: 0.75rem;
	z-index: 3;
	border: 0;
	background: transparent;
	font-size: 2rem;
	line-height: 1;
	color: rgba(61, 56, 53, 0.5);
	cursor: pointer;
	transition: color 0.2s ease;
}

.exhale-testimonial-modal-close:hover {
	color: #3d3835;
}

.exhale-testimonial-modal-content {
	font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.625;
	color: rgba(61, 56, 53, 0.85);
}

.exhale-testimonial-modal-content > :first-child {
	margin-top: 0;
}

.exhale-testimonial-modal-content > :last-child {
	margin-bottom: 0;
}

.exhale-testimonial-modal-content p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.exhale-testimonial-modal-content p:last-child {
	margin-bottom: 0;
}

.exhale-testimonial-excerpt {
	flex: 1 1 auto;
	min-height: 0;
}

/* Subtle float animation on scroll-reveal sections */
@keyframes exhale-soft-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.exhale-editorial [data-reveal].opacity-100 {
	animation: exhale-soft-rise 0.75s ease-out forwards;
}
.exhale-brand-logo {
	display: block;
	height: auto;
	object-fit: contain;
}

.exhale-brand-logo--header {
	width: 110px;
	max-width: 110px;
}

.exhale-brand-logo--footer {
	width: 200px;
	max-width: 200px;
	object-position: left center;
}

/* Buttons — hover animation */
.exhale-btn {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transition:
		box-shadow 0.45s ease,
		background-color 0.35s ease,
		border-color 0.35s ease,
		color 0.35s ease,
		filter 0.35s ease,
		transform 0.35s ease;
}

.exhale-btn::before {
	content: '';
	position: absolute;
	inset: -1px;
	z-index: -1;
	border-radius: inherit;
	background: radial-gradient(circle at -10% 50%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 45%);
	opacity: 0;
	transform: translateX(-35%);
	transition: opacity 0.35s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.exhale-btn:hover {
	filter: saturate(1.08);
	transform: translateY(-1px);
}

.exhale-btn:hover::before {
	opacity: 1;
	transform: translateX(35%);
}

.exhale-btn--pink {
	background-color: #e6c7c7;
	color: #3d3835;
	box-shadow: 0 6px 20px rgba(61, 56, 53, 0.08);
}

.exhale-btn--pink:hover {
	background-color: #dcc0c0;
	box-shadow: 0 12px 28px rgba(212, 178, 164, 0.45);
}

.exhale-btn--olive {
	background-color: #6e7d6d;
	color: #fff;
	box-shadow: 0 6px 20px rgba(61, 56, 53, 0.1);
}

.exhale-btn--olive:hover {
	background-color: #5f6d5e;
	box-shadow: 0 12px 28px rgba(110, 125, 109, 0.4);
}

.exhale-btn--outline {
	border: 1px solid rgba(183, 173, 164, 0.55);
	background: transparent;
	color: #3d3835;
}

.exhale-btn--outline:hover {
	border-color: rgba(110, 125, 109, 0.55);
	background-color: rgba(248, 245, 241, 0.9);
}

.exhale-btn--header {
	border: 1px solid rgba(61, 56, 53, 0.18);
	background: transparent;
	color: #3d3835;
	box-shadow: none;
}

.exhale-btn--header:hover {
	border-color: rgba(110, 125, 109, 0.45);
	background-color: rgba(230, 199, 199, 0.45);
	box-shadow: 0 8px 22px rgba(212, 178, 164, 0.25);
}

/* Footer — less top padding */
.exhale-footer__inner {
	padding-top: 1rem;
	padding-bottom: 2.25rem;
}
@media (max-width: 1199px) {
	.exhale-site-header {
		box-sizing: border-box;
		width: 100%;
		height: 60px;
		margin: 16px auto 0;
	}

	.exhale-site-header .exhale-header-bar {
		padding: 35px 20px;
	}
	.exhale-site-header-sticky {
		width:100%;
		height: 60px;
		margin: 16px auto 0;
	}

	.exhale-site-header-sticky .exhale-header-bar {
		height: 100%;
		padding:35px 20px;
	}

	/* Align all sections with header line */
	.exhale-site-container,
	.exhale-header-line,
	body.exhale-editorial .site-main.home .exhale-hero__inner,
	body.exhale-editorial .site-main.home > section > .mx-auto,
	body.exhale-editorial .site-main.home section > .mx-auto.w-full.max-w-\[1400px\] {
		width: 100%;
		max-width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (min-width: 1024px) {
	.exhale-footer__inner {
		padding-top: 1.125rem;
	}
}
.exhale-nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #6e7d6d;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.45s ease;
}
.exhale-nav-link:hover::after,
.exhale-nav-link.exhale-nav-link--active::after,
body.exhale-editorial .current-menu-item > a.exhale-nav-link::after {
	transform: scaleX(1);
}

body.exhale-editorial .exhale-nav-link.exhale-nav-link--active::after,
body.exhale-editorial .current-menu-item > a.exhale-nav-link::after {
	background: #e6c7c7;
	height: 2px;
	bottom: -6px;
}

/* Floating pill header */
.exhale-site-header--pill .exhale-header-bar {
	box-shadow: 0 4px 24px rgba(61, 56, 53, 0.06);
}

.exhale-mobile-nav {
	background: #f8f5f1;
}

/* Primary nav — desktop hover dropdown + mobile accordion */
.exhale-site-header nav > ul,
.exhale-sticky-header nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.exhale-nav-item-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.exhale-nav-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--exhale-charcoal);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.exhale-nav-submenu-toggle__icon {
	display: block;
	font-weight: 400;
	line-height: 1;
}

.exhale-sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
	.exhale-site-header nav > ul > li,
	.exhale-sticky-header nav > ul > li {
		position: relative;
	}

	.exhale-site-header nav > ul > li.menu-item-has-children::after,
	.exhale-sticky-header nav > ul > li.menu-item-has-children::after {
		content: '';
		position: absolute;
		left: -0.5rem;
		right: -0.5rem;
		top: 100%;
		height: 0.85rem;
	}

	.exhale-nav-submenu-toggle {
		display: none;
	}

	.exhale-nav-item-row {
		display: inline-flex;
	}

	.exhale-sub-menu {
		position: absolute;
		top: calc(100% + 0.85rem);
		left: 50%;
		transform: translateX(-50%);
		min-width: 17.5rem;
		padding: 0.45rem 0;
		border: 1px solid rgba(212, 178, 164, 0.45);
		border-radius: 1rem;
		background: #fffdfb;
		box-shadow: 0 12px 36px rgba(61, 56, 53, 0.12);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
		z-index: 120;
	}

	.exhale-sub-menu::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: -0.85rem;
		height: 0.85rem;
	}

	.menu-item-has-children:hover > .exhale-sub-menu,
	.menu-item-has-children:focus-within > .exhale-sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(-50%) translateY(0);
	}

	.exhale-sub-menu a {
		display: block;
		padding: 0.7rem 1.15rem;
		font-family: var(--exhale-font-body);
		font-size: 0.95rem;
		font-weight: 500;
		line-height: 1.35;
		color: rgba(61, 56, 53, 0.88);
		text-decoration: none;
		white-space: nowrap;
		transition: background-color 0.2s ease, color 0.2s ease;
	}

	.exhale-sub-menu a.exhale-nav-link--stacked {
		white-space: normal;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}

	.exhale-nav-link__label {
		display: block;
		font-weight: 500;
		line-height: 1.3;
	}

	.exhale-nav-link__subtitle {
		display: block;
		margin-top: 0.2rem;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.35;
		color: rgba(61, 56, 53, 0.88);
	}

	.exhale-sub-menu a:hover,
	.exhale-sub-menu .current-menu-item > a {
		background: rgba(230, 199, 199, 0.22);
		color: var(--exhale-olive);
	}

	.exhale-sub-menu .current-menu-item > a {
		font-weight: 600;
	}
}

@media (max-width: 991px) {
	.exhale-mobile-nav nav > ul > li {
		border-bottom: 1px solid rgba(212, 178, 164, 0.28);
	}

	.exhale-mobile-nav nav > ul > li:last-child {
		border-bottom: 0;
	}

	.exhale-mobile-nav .exhale-nav-link {
		border-bottom: 0 !important;
	}

	.exhale-mobile-nav .exhale-menu-item--parent {
		border-bottom: 0;
	}

	.exhale-mobile-nav .exhale-nav-item-row {
		border-bottom: 0;
	}

	.exhale-mobile-nav .exhale-nav-link--parent {
		border-bottom: 0 !important;
		flex: 1;
	}

	.exhale-mobile-nav .exhale-sub-menu {
		display: none;
		padding: 0.35rem 0 0.75rem;
		background: rgba(248, 245, 241, 0.92);
	}

	.exhale-mobile-nav .menu-item-has-children.is-submenu-open > .exhale-sub-menu {
		display: block;
	}

	.exhale-mobile-nav .exhale-sub-menu a {
		display: block;
		padding: 0.8rem 1.25rem 0.8rem 1.75rem;
		border-bottom: 1px solid rgba(212, 178, 164, 0.18);
		font-family: var(--exhale-font-body);
		font-size: 0.98rem;
		font-weight: 500;
		color: rgba(61, 56, 53, 0.88);
		text-decoration: none;
	}

	.exhale-mobile-nav .exhale-sub-menu a.exhale-nav-link--stacked {
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
	}

	.exhale-mobile-nav .exhale-nav-link__subtitle {
		margin-top: 0.2rem;
		font-size: 14px;
		font-weight: 400;
		color: #000;
	}

	.exhale-mobile-nav .exhale-sub-menu li:last-child a {
		border-bottom: 0;
	}

	.exhale-mobile-nav .exhale-sub-menu a:hover,
	.exhale-mobile-nav .exhale-sub-menu .current-menu-item > a {
		background: rgba(230, 199, 199, 0.18);
		color: var(--exhale-olive);
	}
}

/* Header + footer menu links — 16px */
.exhale-nav-link,
.exhale-footer-link {
	font-size: 16px;
}

.exhale-site-header .exhale-nav-link {
	font-family: var(--font-body-family);
	font-size: 16.8px;
}

@keyframes ia-scroll-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}

@keyframes ia-scroll-down {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0);
	}
}

.ia-section {
	position: relative;
	width: min(1630px, 100%);
	height: 800px;
	min-height: 800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #111111;
	border-radius: 0;
}

.ia-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.58);
	z-index: 1;
	pointer-events: none;
}

.ia-grid {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: row;
	gap: 25px;
	padding: 0;
	z-index: 0;
	align-items: center;
	height: 800px;
}

.ia-column {
	position: relative;
	height: 800px;
	overflow: hidden;
	flex-shrink: 0;
}

.ia-column.ia-flex {
	flex: 1;
}

.ia-column.ia-fixed {
	width: 470px;
}

.ia-column-track {
	display: flex;
	flex-direction: column;
	gap: 25px;
	height: max-content;
}

.ia-phone img {
	display: block;
	width: 100%;
	height: 800px;
	object-fit: cover;
	object-position: top center;
}

.ia-scroll-up {
	animation: ia-scroll-up 36s linear infinite;
}

.ia-scroll-down {
	animation: ia-scroll-down 36s linear infinite;
}

.ia-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	color: #ffffff;
	padding: 0 20px;
	width: 100%;
}

.ia-subtitle {
	font-family: var(--font-body-family);
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
	margin: 0 0 14px;
	font-weight: 500;
}

.ia-heading {
	font-family: var(--font-heading-family);
	font-size: 64px;
	font-weight: var(--font-heading-weight);
	line-height: 1.06;
	color: #ffffff;
	margin: 0 0 20px;
	letter-spacing: -0.025em;
}

.ia-description {
	font-family: var(--font-body-family);
	font-size: 20px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.6;
	margin: 0 0 36px;
}

.ia-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.ia-btn {
	font-size: 16px;
	padding: 16px 40px !important;
}

.ia-section .ia-btn.exhale-btn--outline {
	border-color: rgba(255, 255, 255, 0.55);
	color: #ffffff;
	background: transparent;
}

.ia-section .ia-btn.exhale-btn--outline:hover {
	border-color: rgba(255, 255, 255, 0.85);
	background-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.ia-btn:hover,
.ia-btn:focus-visible {
	text-decoration: none;
}

.ia-btn:active {
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.ia-column-track {
		animation: none !important;
	}
}

@media (max-width: 900px) {
	.ia-section {
		height: 600px;
		min-height: 600px;
	}

	.ia-grid {
		height: 600px;
		gap: 10px;
		padding: 0;
	}

	.ia-column {
		height: 600px;
	}

	.ia-column.ia-fixed {
		width: 300px;
	}

	.ia-phone img {
		height: 600px;
	}

	.ia-heading {
		font-size: clamp(2.2rem, 8vw, 3.2rem);
	}
}

@media (max-width: 600px) {
	.ia-section {
		height: 500px;
		min-height: 500px;
	}

	.ia-grid {
		height: 500px;
		gap: 8px;
		padding: 0;
	}

	.ia-column:nth-child(3),
	.ia-column:nth-child(4) {
		display: none;
	}

	.ia-column {
		height: 500px;
	}

	.ia-column.ia-fixed {
		width: 200px;
	}

	.ia-phone img {
		height: 500px;
	}

	.ia-content {
		padding: 32px 20px;
	}
}

@media (max-width: 480px) {
	body.exhale-editorial .exhale-section {
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	body.exhale-editorial .home .exhale-btn {
		min-width: 0 !important;
		padding: 10px 18px !important;
		font-size: 13px !important;
		letter-spacing: 0.02em !important;
		white-space: normal;
		text-align: center;
		line-height: 1.35;
		max-width: 100%;
	}

	body.exhale-editorial .home .exhale-btn.ia-btn {
		padding: 10px 18px !important;
		font-size: 13px !important;
	}

	.exhale-full-img-slide__content {
		padding: 1.25rem 1rem 1.25rem;
	}

	.exhale-full-img-slide__heading {
		font-size: 2rem;
		line-height: 1.12;
	}

	.exhale-full-img-slide__desc {
		font-size: 1rem;
		line-height: 1.5;
	}

	.exhale-journey-card {
		padding: 1.25rem !important;
	}

	.exhale-journey-title {
		font-size: 2rem !important;
		line-height: 1.1;
	}

	body.exhale-editorial .home .exhale-journey-btn {
		padding: 10px 18px !important;
		font-size: 13px !important;
		letter-spacing: 0.02em !important;
	}
}

@media (max-width: 360px) {
	body.exhale-editorial .home .exhale-btn {
		padding: 9px 14px !important;
		font-size: 12px !important;
		letter-spacing: 0 !important;
	}

	body.exhale-editorial .home .exhale-btn.ia-btn,
	body.exhale-editorial .home .exhale-journey-btn {
		padding: 9px 14px !important;
		font-size: 12px !important;
		letter-spacing: 0 !important;
	}

	body.exhale-editorial .home .exhale-full-img-slide__content {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	body.exhale-editorial .home .exhale-full-img-slide__content > .mt-6,
	body.exhale-editorial .home .exhale-hero__content > .mt-8,
	body.exhale-editorial .home .exhale-journey-card > .mt-8 {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	body.exhale-editorial .home .exhale-mama-section__actions {
		justify-content: center;
	}

	body.exhale-editorial .home .exhale-mama-section__actions .exhale-btn,
	body.exhale-editorial .home form .exhale-btn {
		flex: 0 1 auto;
		align-self: center;
		width: auto;
		max-width: 100%;
	}
}

/* Footer decor */
.exhale-footer {
	background-color: #c9d6c5;
}

.exhale-footer-decor-wrap {
	min-height: 0;
}

.exhale-footer-decor {
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	object-fit: contain;
	object-position: bottom right;
}

@media (min-width: 1024px) {
	.exhale-footer-decor {
		max-width: 100%;
		max-height: 260px;
	}
}
.exhale-hero-overlay {
	background: linear-gradient(180deg, rgba(10, 15, 24, 0.38) 0%, rgba(10, 15, 24, 0.56) 100%);
}
/* Keep moving Mama — split section (Momday-style) */
.exhale-mama-section__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

@media (min-width: 1024px) {
	.exhale-mama-section__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

.exhale-mama-section__eyebrow {
	margin: 0 0 1rem;
	font-family: var(--font-body-family);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6e7d6d;
}

.exhale-mama-section__title {
	margin: 0;
	font-family: var(--font-heading-family);
	font-size: clamp(2rem, 3.8vw, 2.75rem);
	font-weight: var(--font-heading-weight);
	line-height: 1.12;
	color: #3d3835;
}

.exhale-mama-section__desc {
	margin-top: 1.25rem;
	font-family: var(--font-body-family);
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-mama-section__desc p {
	margin: 0 0 1rem;
}

.exhale-mama-section__desc p:last-child {
	margin-bottom: 0;
}

.exhale-mama-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.exhale-mama-section__media {
	width: 100%;
	min-width: 0;
}

.exhale-mama-section__img,
.exhale-mama-section__media img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 280px;
	border-radius: 1.25rem;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 1024px) {
	.exhale-mama-section__img,
	.exhale-mama-section__media img {
		min-height: 420px;
	}
}

.exhale-about-image {
	overflow: hidden;
	border-radius: 1.5rem;
}

.exhale-about-image__img,
.exhale-about-image img {
	display: block;
	width: 100%;
	max-width: 440px;
	height: auto;
	max-height: 560px;
	object-fit: cover;
	object-position: center;
}
.exhale-program-card a svg,
.exhale-program-card span svg {
	display: block;
	flex-shrink: 0;
}

/* Testimonial slider dots */
[data-testimonial-dot] {
	background-color: rgba(212, 178, 164, 0.45);
}

[data-testimonial-dot].is-active {
	background-color: #6e7d6d;
}

/* Auth register / login / popup — brand palette */
.exhale-form-page {
	background: #f8f5f1 !important;
}

.exhale-auth-modal-layer .exhale-auth-panel {
	border: 1px solid rgba(212, 178, 164, 0.45) !important;
	background: #fff;
	box-shadow: 0 24px 60px rgba(61, 56, 53, 0.1) !important;
}

.exhale-auth-eyebrow {
	color: #6e7d6d;
}

.exhale-auth-title {
	color: #3d3835;
}

.exhale-auth-stat {
	color: #6e7d6d;
}

.exhale-auth-cf7 .wpcf7-form-control,
.exhale-auth-cf7 .exhale-custom-select__trigger {
	border-color: #d5ddd0 !important;
}

.exhale-auth-cf7 .wpcf7-form-control:focus,
.exhale-custom-select--open .exhale-custom-select__trigger {
	border-color: #6e7d6d !important;
	box-shadow: 0 0 0 3px rgba(110, 125, 109, 0.18) !important;
}

.exhale-auth-cf7 .wpcf7-list-item label:has(input:checked),
.exhale-auth-cf7 .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.exhale-radio-pill input:checked + span {
	border-color: #6e7d6d !important;
	background: #f5f1ea !important;
	color: #3d3835 !important;
}

.exhale-auth-cf7 .iti--separate-dial-code .iti__selected-country,
.exhale-form-page .iti--separate-dial-code .iti__selected-country {
	background: #f5f1ea !important;
	border-right-color: #d5ddd0 !important;
}

.exhale-auth-cf7 input[type='submit'],
.exhale-auth-cf7 .wpcf7-submit,
.exhale-auth-submit {
	background: linear-gradient(90deg, #6e7d6d 0%, #3d3835 100%) !important;
	box-shadow: 0 10px 24px rgba(61, 56, 53, 0.18) !important;
}

.exhale-auth-cf7 input[type='submit']:hover,
.exhale-auth-cf7 .wpcf7-submit:hover,
.exhale-auth-submit:hover:not(:disabled) {
	transform: translateY(-2px);
}

.exhale-custom-select--open .exhale-custom-select__trigger {
	box-shadow: 0 0 0 3px rgba(110, 125, 109, 0.15) !important;
}
