/**
 * Inner pages — The Exhale Space brand palette
 */

:root {
	--exhale-charcoal: #3d3835;
	--exhale-olive: #6e7d6d;
	--exhale-sage: #d5ddd0;
	--exhale-sage-deep: #c9d6c5;
	--exhale-pink: #e6c7c7;
	--exhale-clay: #d4b2a4;
	--exhale-offwhite: #f8f5f1;
	--exhale-cream: #f5f1ea;
	--exhale-content-max: 1632px;
	--exhale-font-heading: 'DM Sans', sans-serif;
	--exhale-font-body: Montserrat, sans-serif;
}

/* Base */
body.exhale-editorial .exhale-inner-page,
body.exhale-editorial .exhale-legal-page,
body.exhale-editorial .site-main.resources,
body.exhale-editorial .contact-us-page {
	background-color: var(--exhale-offwhite);
	color: var(--exhale-charcoal);
	font-family: var(--exhale-font-body);
}

/* Unified content width — contact, FAQ, legal */
body.exhale-editorial .exhale-content-shell,
body.exhale-editorial .contact-us-page .exhale-contact-wellness__inner,
body.exhale-editorial .exhale-contact-section__container,
body.exhale-editorial .exhale-inner-page .entry-content {
	box-sizing: border-box;
	width: min(var(--exhale-content-max), 100%);
	max-width: var(--exhale-content-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
}

body.exhale-editorial .exhale-inner-page .exhale-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Sub-hero — full bleed under floating header */
.exhale-inner-page--overlay-hero .exhale-sub-hero,
.exhale-inner-page--overlay-hero .resources-hero {
	position: relative;
	width: 100%;
}

.exhale-inner-page--overlay-hero .exhale-sub-hero > div,
.exhale-inner-page--overlay-hero .resources-hero > div[class*='relative'] {
	min-height: 300px;
}
.exhale-program-detail__intro{
	margin-bottom: 10px;	
}
@media (min-width: 768px) {
	.exhale-inner-page--overlay-hero .exhale-sub-hero > div,
	.exhale-inner-page--overlay-hero .resources-hero > div[class*='relative'] {
		min-height: 450px;
	}
}

@media (min-width: 1024px) {
	.exhale-inner-page--overlay-hero .exhale-sub-hero > div,
	.exhale-inner-page--overlay-hero .resources-hero > div[class*='relative'] {
		min-height: 500px;
	}
}

/* Split section (Resources / Careers) */
.exhale-split-prose strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--exhale-charcoal);
}

.exhale-split-prose p {
	margin: 0 0 1rem;
}

.exhale-split-prose ul {
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
	counter-reset: exhale-split-item;
}

.exhale-split-prose ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.65rem;
	padding: 0.9rem 1rem 0.9rem 1.1rem;
	border-radius: 0.85rem;
	background: rgba(201, 214, 197, 0.45);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--exhale-charcoal);
	counter-increment: exhale-split-item;
}

.exhale-split-prose ul li::after {
	content: counter(exhale-split-item);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	color: rgba(110, 125, 109, 0.22);
}

.exhale-split-section__card-footer {
	pointer-events: none;
}

.exhale-sub-hero__overlay {
	background: linear-gradient(
		to top,
		rgba(61, 56, 53, 0.62) 0%,
		rgba(61, 56, 53, 0.28) 45%,
		rgba(61, 56, 53, 0.08) 100%
	) !important;
}

.exhale-sub-hero__title {
	font-family: var(--exhale-font-heading);
	font-weight: 700;
	color: #fff !important;
	text-shadow: 0 2px 24px rgba(61, 56, 53, 0.35);
}

.resources .resources-hero__overlay {
	background: linear-gradient(
		to top,
		rgba(61, 56, 53, 0.65) 0%,
		rgba(61, 56, 53, 0.3) 50%,
		rgba(61, 56, 53, 0.1) 100%
	) !important;
}

.resources .res-orb--1 {
	background: radial-gradient(circle, rgba(230, 199, 199, 0.5) 0%, transparent 70%) !important;
}

.resources .res-orb--2 {
	background: radial-gradient(circle, rgba(110, 125, 109, 0.4) 0%, transparent 70%) !important;
}

/* Tailwind legacy teal/green overrides inside inner pages */
.exhale-inner-page .text-teal-600,
.exhale-inner-page .text-teal-700,
.exhale-inner-page .text-teal-800,
.exhale-inner-page [class*='text-[#0d9488]'],
.exhale-inner-page [class*='text-[#073f3b]'] {
	color: var(--exhale-charcoal) !important;
}

.exhale-inner-page .text-teal-600,
.exhale-inner-page [class*='text-[#0d9488]'] {
	color: var(--exhale-olive) !important;
}

.exhale-inner-page h1,
.exhale-inner-page h2,
.exhale-inner-page h3,
.exhale-inner-page .font-black {
	font-weight: 600;
}

.exhale-inner-page h1,
.exhale-inner-page h2,
.exhale-inner-page h3 {
	font-family: var(--exhale-font-heading);
	font-weight: 700;
}

.exhale-inner-page .border-emerald-100,
.exhale-inner-page .border-teal-200,
.exhale-inner-page .border-teal-300,
.exhale-inner-page .border-cyan-100,
.exhale-inner-page .border-cyan-200 {
	border-color: rgba(212, 178, 164, 0.45) !important;
}

.exhale-inner-page [class*='bg-[#eaffed]'],
.exhale-inner-page [class*='bg-[#f3fff4]'],
.exhale-inner-page [class*='bg-[#ecfff0]'],
.exhale-inner-page [class*='bg-[#f0fbfc]'],
.exhale-inner-page .bg-emerald-50,
.exhale-inner-page .bg-emerald-100,
.exhale-inner-page .bg-teal-50 {
	background-color: var(--exhale-cream) !important;
}

.exhale-inner-page .from-teal-500,
.exhale-inner-page .to-emerald-400,
.exhale-inner-page [class*='from-teal-'],
.exhale-inner-page [class*='to-emerald-'] {
	--tw-gradient-from: var(--exhale-pink) var(--tw-gradient-from-position) !important;
	--tw-gradient-to: var(--exhale-olive) var(--tw-gradient-to-position) !important;
}

.exhale-inner-page .bg-teal-200\/30,
.exhale-inner-page .bg-emerald-200\/40,
.exhale-inner-page .bg-teal-200\/25,
.exhale-inner-page .bg-emerald-200\/30 {
	background-color: rgba(230, 199, 199, 0.35) !important;
}

.exhale-inner-page .shadow-emerald-950\/5,
.exhale-inner-page .shadow-emerald-950\/8,
.exhale-inner-page .shadow-emerald-950\/10,
.exhale-inner-page .shadow-teal-900\/10,
.exhale-inner-page .shadow-teal-900\/15,
.exhale-inner-page .shadow-teal-900\/20 {
	--tw-shadow-color: rgba(61, 56, 53, 0.08) !important;
}

.exhale-inner-page [class*='from-[#073f3b]'],
.exhale-inner-page [class*='via-teal-'],
.exhale-inner-page [class*='to-teal-'] {
	--tw-gradient-from: #3d3835 var(--tw-gradient-from-position) !important;
	--tw-gradient-to: #6e7d6d var(--tw-gradient-to-position) !important;
	--tw-gradient-stops: var(--tw-gradient-from), #5f6d5e, var(--tw-gradient-to) !important;
}

.exhale-inner-page .group:hover .group-hover\:text-teal-800 {
	color: var(--exhale-olive) !important;
}

.exhale-inner-page .group:hover .group-hover\:border-teal-300,
.exhale-inner-page .group:hover .group-hover\:ring-teal-200 {
	border-color: rgba(110, 125, 109, 0.45) !important;
}

.exhale-inner-page .group:hover .group-hover\:bg-teal-50 {
	background-color: var(--exhale-cream) !important;
}

.exhale-inner-page [class*='before:bg-teal-600'] {
	background-color: var(--exhale-olive) !important;
}

.exhale-inner-page .bg-\[\#073f3b\],
.exhale-inner-page [class*='bg-[#073f3b]'] {
	background-color: var(--exhale-olive) !important;
}

.exhale-inner-page .hover\:bg-teal-700:hover {
	background-color: #5f6d5e !important;
}

/* Pricing */
.exhale-pricing-page {
	background-color: var(--exhale-offwhite);
	color: var(--exhale-charcoal);
}

.exhale-pricing-page .exhale-pricing-card__price--featured {
	color: var(--exhale-olive) !important;
	border-bottom-color: var(--exhale-olive) !important;
}

.exhale-pricing-page .exhale-pricing-card.is-featured,
.exhale-pricing-page .exhale-pricing-card--featured {
	border-color: var(--exhale-olive) !important;
	box-shadow: 0 12px 40px rgba(61, 56, 53, 0.1) !important;
}

.exhale-pricing-page .exhale-pricing-card__badge {
	background-color: var(--exhale-olive) !important;
}

.exhale-pricing-page .exhale-pricing-compare {
	border-color: rgba(212, 178, 164, 0.45) !important;
	background-color: var(--exhale-cream) !important;
}

.exhale-pricing-page .exhale-pricing-compare th.is-featured,
.exhale-pricing-page .exhale-pricing-compare td.is-featured {
	background-color: rgba(201, 214, 197, 0.45) !important;
}

.exhale-pricing-page .exhale-pricing-compare .text-teal-700 {
	color: var(--exhale-olive) !important;
}

.exhale-pricing-page .bg-emerald-100.text-emerald-700 {
	background-color: rgba(201, 214, 197, 0.65) !important;
	color: var(--exhale-olive) !important;
}

.exhale-pricing-page .exhale-pricing-buy {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 9999px;
	padding: 0.875rem 1.25rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	color: var(--exhale-charcoal);
	background-color: var(--exhale-pink);
	box-shadow: 0 10px 24px rgba(212, 178, 164, 0.35);
	transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.exhale-pricing-page .exhale-pricing-buy:hover {
	background-color: #dcc0c0;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(212, 178, 164, 0.45);
}

/* FAQ queries block (WP page content) */
body.exhale-editorial .exhale-inner-page .faq-queries-section {
	padding: 3rem 0 4rem;
	background: var(--exhale-offwhite);
	font-family: var(--exhale-font-body);
}

body.exhale-editorial .exhale-inner-page .faq-queries-section .container {
	width: min(var(--exhale-content-max), 100%);
	max-width: var(--exhale-content-max);
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
}

body.exhale-editorial .exhale-inner-page .faq-queries-sidebar h3 {
	font-family: var(--exhale-font-heading);
	font-weight: 700;
	color: var(--exhale-charcoal);
}

body.exhale-editorial .exhale-inner-page .faq-cat-link {
	border-color: rgba(212, 178, 164, 0.45);
	background: #fff;
	color: var(--exhale-charcoal);
	font-family: var(--exhale-font-body);
}

body.exhale-editorial .exhale-inner-page .faq-cat-link:hover,
body.exhale-editorial .exhale-inner-page .faq-cat-link.active {
	background: var(--exhale-olive);
	color: #fff;
	border-color: var(--exhale-olive);
}

body.exhale-editorial .exhale-inner-page .faq-cat-badge {
	background: var(--exhale-cream);
	color: var(--exhale-olive);
	font-family: var(--exhale-font-body);
}

body.exhale-editorial .exhale-inner-page .faq-queries-section [data-faq-toggle] {
	font-family: var(--exhale-font-heading);
	color: var(--exhale-charcoal) !important;
}

/* FAQ accordion */
.exhale-inner-page [data-faq-item] button {
	color: var(--exhale-charcoal) !important;
}

.exhale-inner-page [data-faq-icon] {
	background-color: var(--exhale-cream) !important;
	color: var(--exhale-olive) !important;
}

/* Contact — brand form styles */
body.exhale-editorial .exhale-contact-section {
	background: linear-gradient(180deg, var(--exhale-offwhite) 0%, var(--exhale-cream) 100%);
}

body.exhale-editorial .exhale-contact-section__eyebrow {
	color: var(--exhale-olive);
}

body.exhale-editorial .exhale-contact-section__title,
body.exhale-editorial .exhale-contact-section__title strong {
	color: var(--exhale-charcoal);
}

body.exhale-editorial .exhale-contact-section__title strong {
	color: var(--exhale-olive);
}

body.exhale-editorial .exhale-contact-card {
	border-color: rgba(212, 178, 164, 0.45);
	box-shadow: 0 24px 60px rgba(61, 56, 53, 0.08);
}

body.exhale-editorial .exhale-contact-cf7 .wpcf7-form-control {
	border-color: var(--exhale-sage);
}

body.exhale-editorial .exhale-contact-cf7 .wpcf7-form-control:focus {
	border-color: var(--exhale-olive);
	box-shadow: 0 0 0 3px rgba(110, 125, 109, 0.18);
}

body.exhale-editorial .exhale-contact-cf7 input[type='submit'],
body.exhale-editorial .exhale-contact-cf7 .wpcf7-submit {
	background: linear-gradient(90deg, var(--exhale-olive) 0%, var(--exhale-charcoal) 100%) !important;
	box-shadow: 0 12px 28px rgba(61, 56, 53, 0.18) !important;
}

/* Entry content on FAQ / contact */
.exhale-inner-page .entry-content {
	padding-top: 2rem;
	padding-bottom: 3rem;
	color: var(--exhale-charcoal);
	font-family: var(--exhale-font-body);
}

body.exhale-editorial .exhale-faq-page:not(:has(.exhale-sub-hero)) .entry-content {
	padding-top: 60px;
}

body.exhale-editorial .contact-us-page:not(:has(.exhale-sub-hero)) .entry-content {
	padding-top: 7rem;
}

.exhale-inner-page .entry-content a {
	color: var(--exhale-olive);
	font-weight: 600;
}

.exhale-inner-page .entry-content a:hover {
	color: var(--exhale-charcoal);
}

/* About Us — Our Story page */
.exhale-about-page__article {
	margin-top: 0;
}

.exhale-story-hero {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.exhale-story-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 4vw, 3rem);
	align-items: center;
}

@media (min-width: 1024px) {
	.exhale-story-hero__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: clamp(2.5rem, 4vw, 4rem);
	}
}

.exhale-story-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0 0 1.25rem;
	font-family: var(--exhale-font-body);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--exhale-olive);
}

.exhale-story-hero__eyebrow::after {
	content: '';
	flex: 1;
	max-width: 5.5rem;
	height: 1px;
	background: rgba(110, 125, 109, 0.35);
}

.exhale-story-hero__title {
	margin: 0;
	font-family: var(--exhale-font-heading);
	font-size: clamp(2rem, 4.2vw, 3.15rem);
	font-weight: 500;
	line-height: 1.14;
	color: var(--exhale-charcoal);
}

.exhale-story-hero__media {
	min-width: 0;
}

.exhale-story-hero__img,
.exhale-story-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 260px;
	border-radius: 1.35rem;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 1024px) {
	.exhale-story-hero__img,
	.exhale-story-hero__media img {
		min-height: 420px;
	}
}

.exhale-story-pillars {
	padding-bottom: clamp(2rem, 4vw, 3rem);
}

.exhale-story-pillars__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.75rem, 3vw, 2.5rem);
}

@media (min-width: 768px) {
	.exhale-story-pillars__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(1.5rem, 2.5vw, 2rem);
	}
}

.exhale-story-pillar__icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1rem;
	color: var(--exhale-olive);
}

.exhale-story-pillar__icon svg {
	width: 1.65rem;
	height: 1.65rem;
}

.exhale-story-pillar__text p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.75;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-story-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.exhale-story-divider__line {
	display: block;
	width: clamp(4rem, 12vw, 7rem);
	height: 1px;
	background: rgba(110, 125, 109, 0.28);
}

.exhale-story-divider__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--exhale-olive);
}

.exhale-story-divider__mark svg {
	width: 1.35rem;
	height: 1.35rem;
}

.exhale-story-founders {
	padding-bottom: clamp(3rem, 6vw, 5rem);
}

.exhale-story-founders__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 4vw, 3rem);
	align-items: start;
}

@media (min-width: 1024px) {
	.exhale-story-founders__layout {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		gap: clamp(2.5rem, 4vw, 4rem);
	}
}

.exhale-story-founders__img,
.exhale-story-founders__media img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 320px;
	border-radius: 1.35rem;
	object-fit: cover;
	object-position: center;
}

.exhale-story-founders__title {
	margin: 0 0 1.75rem;
	font-family: var(--exhale-font-heading);
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--exhale-charcoal);
}

.exhale-about-page__content {
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 5rem);
}

.exhale-about-story {
	max-width: 820px;
	margin: 0 auto;
}

.exhale-about-story__eyebrow {
	margin: 0 0 0.75rem;
	font-family: var(--exhale-font-body);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--exhale-olive);
}

.exhale-about-story__title {
	margin: 0 0 1.5rem;
	font-family: var(--exhale-font-heading);
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--exhale-charcoal);
}
.exhale-about-founder__title {
	margin: 0 0 1.5rem;
	font-family: var(--exhale-font-heading);
	font-size: clamp(1.50rem, 4vw, 2rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--exhale-charcoal);
}
.exhale-about-story__lead {
	margin: 0 0 2.5rem;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-about-founder {
	padding:10px 0;
	border-top: 1px solid rgba(212, 178, 164, 0.35);
}

.exhale-about-founder__name {
	margin: 0 0 0.35rem;
	font-family: var(--exhale-font-heading);
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--exhale-charcoal);
}

.exhale-about-founder__role {
	margin: 0 0 1rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--exhale-olive);
}

.exhale-about-founder p,
.exhale-about-story > p,
.exhale-about-founder__bio p {
	margin: 0 0 1.15rem;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-about-founder p:last-child,
.exhale-about-story > p:last-child,
.exhale-about-founder__bio p:last-child {
	margin-bottom: 0;
}

/* Program detail — product description / page content */
body.exhale-program-page {
	background: var(--exhale-offwhite);
}

body.exhale-program-page #primary.site-main {
	position: relative;
	z-index: 5;
	overflow: visible !important;
}

body.exhale-program-page .exhale-program-page__article,
body.exhale-program-page .exhale-program-page__content,
body.exhale-program-page .exhale-program-showcase,
body.exhale-program-page .exhale-program-showcase__detail {
	overflow: visible;
}

.exhale-footer {
	position: relative;
	z-index: 1;
}

.exhale-program-page__article {
	padding-bottom: clamp(3rem, 6vw, 5rem);
}

/* Program showcase — sidebar nav + hero image + detail column */
.exhale-program-detail--showcase {
	max-width: none;
	width: 100%;
	padding: 0;
}

.exhale-program-showcase {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.25rem, 2.5vw, 2rem);
	align-items: start;
}

@media (max-width: 991px) {
	.exhale-program-showcase__nav {
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.exhale-program-showcase {
		grid-template-columns: minmax(108px, 132px) minmax(0, 1fr) minmax(360px, 1.12fr);
		gap: 40px;
		align-items: start;
	}

	.exhale-program-showcase__media {
		justify-self: end;
	}
}

.exhale-program-showcase__media {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	max-width: 600px;
}

.exhale-program-showcase__width-anchor {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.exhale-program-showcase__nav {
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
	overflow-x: auto;
	padding-bottom: 0.35rem;
	scrollbar-width: thin;
}

@media (min-width: 1024px) {
	.exhale-program-showcase__nav {
		flex-direction: column;
		overflow: visible;
		padding-bottom: 0;
		gap: 1.35rem;
	}
}

.exhale-program-showcase__nav-item {
	display: grid !important;
	grid-template-columns: auto 1fr;
	gap: 0.75rem;
	align-items: center;
	flex: 0 0 auto;
	min-width: 12.5rem;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

@media (min-width: 1024px) {
	.exhale-program-showcase__nav-item {
		min-width: 0;
		gap: 0.85rem;
	}
}

.exhale-program-showcase__nav-item:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.exhale-program-showcase__nav-item.is-active .exhale-program-showcase__nav-thumb {
	box-shadow: 0 0 0 2px var(--exhale-olive);
}

.exhale-program-showcase__nav-num {
	font-family: var(--exhale-font-heading);
	font-size: clamp(2.75rem, 4vw, 3.5rem);
	font-weight: 500;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(110, 125, 109, 0.42);
	text-stroke: 1.5px rgba(110, 125, 109, 0.42);
}

.exhale-program-showcase__nav-item.is-active .exhale-program-showcase__nav-num {
	-webkit-text-stroke-color: var(--exhale-olive);
	text-stroke-color: var(--exhale-olive);
}

.exhale-program-showcase__nav-thumb {
	position: relative;
	overflow: hidden;
	border-radius: 0.9rem;
	aspect-ratio: 3 / 4;
	width: 4.75rem;
	background: var(--exhale-cream);
	flex-shrink: 0;
}

@media (min-width: 1024px) {
	.exhale-program-showcase__nav-thumb {
		width: 100%;
	}
}

.exhale-program-showcase__nav-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exhale-program-showcase__nav-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0.55rem 0.6rem;
	background: linear-gradient(to top, rgba(61, 56, 53, 0.78) 0%, rgba(61, 56, 53, 0.08) 72%);
}

.exhale-program-showcase__nav-title,
.exhale-program-showcase__nav-subtitle {
	display: block;
	color: #fff;
	line-height: 1.25;
}

.exhale-program-showcase__nav-title {
	font-family: var(--exhale-font-body);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.exhale-program-showcase__nav-subtitle {
	margin-top: 0.2rem;
	font-family: var(--exhale-font-body);
	font-size: 0.5rem;
	font-weight: 500;
	line-height: 1.3;
	text-transform: none;
	opacity: 0.95;
}

.exhale-program-showcase__feature {
	position: relative;
	overflow: visible;
	width: 100%;
	max-width: 600px;
	border-radius: 1.25rem;
	background: var(--exhale-cream);
	box-shadow: 0 12px 36px rgba(61, 56, 53, 0.08);
}

.exhale-program-showcase__feature img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 1.25rem;
}

.exhale-program-showcase__feature-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: clamp(1.35rem, 2.5vw, 2rem);
	background: linear-gradient(to bottom, rgba(248, 245, 241, 0.96) 0%, rgba(248, 245, 241, 0) 88%);
}

.exhale-program-showcase__feature-title {
	margin: 0;
	font-family: var(--exhale-font-heading);
	font-size: clamp(1.65rem, 2.8vw, 2.35rem);
	font-weight: 700;
	line-height: 1.12;
	color: var(--exhale-charcoal);
}

.exhale-program-showcase__feature-dur {
	margin: 0.4rem 0 0;
	font-family: var(--exhale-font-body);
	font-size: 0.98rem;
	font-weight: 500;
	color: rgba(61, 56, 53, 0.72);
}

.exhale-program-showcase__feature-cta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: clamp(1rem, 2vw, 1.35rem);
	background: linear-gradient(to top, rgba(248, 245, 241, 0.98) 0%, rgba(248, 245, 241, 0.88) 55%, rgba(248, 245, 241, 0) 100%);
}

.exhale-program-showcase__feature-cta .exhale-program-cta {
	justify-content: center;
}

.exhale-program-showcase__detail {
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	border-radius: 1.25rem;
	background: #fffdfb;
	border: 1px solid rgba(212, 178, 164, 0.28);
	box-shadow: 0 10px 34px rgba(61, 56, 53, 0.06);
}

.exhale-program-showcase__intro {
	margin: 0 0 1.5rem;
	font-size: 0.98rem;
	line-height: 1.75;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-program-showcase__block {
	margin-bottom: clamp(1.35rem, 2.5vw, 1.75rem);
	padding-bottom: clamp(1.35rem, 2.5vw, 1.75rem);
	border-bottom: 1px solid rgba(212, 178, 164, 0.22);
}

.exhale-program-showcase__block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.exhale-program-showcase__block--gains {
	margin-top: 0;
	padding-top: clamp(0.5rem, 1vw, 0.75rem);
}

.exhale-program-showcase__heading {
	margin: 0 0 0.75rem;
	font-family: var(--exhale-font-heading);
	font-size: clamp(1.2rem, 2.2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--exhale-charcoal);
}

.exhale-program-showcase__subheading {
	margin: 0 0 1rem;
	font-family: var(--exhale-font-body);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: rgba(61, 56, 53, 0.9);
}

.exhale-program-showcase__block p {
	margin: 0 0 1rem;
	font-size: 0.98rem;
	line-height: 1.75;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-program-showcase__block p:last-child {
	margin-bottom: 0;
}

.exhale-program-showcase__list,
.exhale-program-showcase__goals {
	margin: 0;
	padding: 0;
	list-style: none;
}

.exhale-program-showcase__list li,
.exhale-program-showcase__goals li {
	position: relative;
	margin-bottom: 0.65rem;
	padding-left: 1.1rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-program-showcase__list li::before,
.exhale-program-showcase__goals li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: var(--exhale-olive);
}

.exhale-program-showcase__list li:last-child,
.exhale-program-showcase__goals li:last-child {
	margin-bottom: 0;
}

.exhale-program-showcase__gains {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.exhale-program-showcase__gains li {
	padding: 0.85rem 0.9rem 0.85rem 2.35rem;
	border-radius: 0.75rem;
	background: rgba(248, 245, 241, 0.9);
}

.exhale-program-showcase__gains li::before {
	left: 0.95rem;
	top: 1.15rem;
}

.exhale-program-showcase__gains li strong {
	color: var(--exhale-charcoal);
	font-weight: 600;
}

.exhale-program-page__content {
	padding-top: 0;
}

.exhale-program-detail:not(.exhale-program-detail--showcase),
.exhale-single-product__details .exhale-program-detail:not(.exhale-program-detail--showcase),
.exhale-program-page__content .exhale-program-detail:not(.exhale-program-detail--showcase) {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 5rem);
}

.exhale-program-detail__hero {
	margin-bottom: 2rem;
	padding: clamp(1.75rem, 4vw, 2.5rem);
	border: 1px solid rgba(212, 178, 164, 0.4);
	border-radius: 1.25rem;
	background: linear-gradient(135deg, rgba(255, 253, 251, 0.98) 0%, rgba(248, 245, 241, 0.92) 100%);
	box-shadow: 0 10px 34px rgba(61, 56, 53, 0.06);
}

.exhale-program-detail__eyebrow {
	margin: 0 0 0.75rem;
	font-family: var(--exhale-font-body);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--exhale-olive);
}

.exhale-program-detail__title {
	margin: 0 0 0.35rem;
	font-family: var(--exhale-font-heading);
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 500;
	line-height: 1.15;
	color: var(--exhale-charcoal);
}

.exhale-program-detail__subtitle {
	margin: 0 0 1rem;
	font-family: var(--exhale-font-body);
	font-size: clamp(1rem, 2.2vw, 1.2rem);
	font-weight: 600;
	line-height: 1.45;
	color: var(--exhale-olive);
}

.exhale-program-detail__intro {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-program-detail__section {
	margin-bottom: 1.5rem;
	padding: clamp(1.5rem, 3vw, 2rem);
	border: 1px solid rgba(212, 178, 164, 0.35);
	border-radius: 1.15rem;
	background: #fffdfb;
	box-shadow: 0 8px 28px rgba(61, 56, 53, 0.05);
}

.exhale-program-detail__section:last-child {
	margin-bottom: 0;
}

.exhale-program-detail__heading {
	margin: 0 0 1rem;
	font-family: var(--exhale-font-heading);
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 500;
	line-height: 1.25;
	color: var(--exhale-charcoal);
}

.exhale-program-detail__subheading {
	margin: 0 0 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(212, 178, 164, 0.28);
	font-family: var(--exhale-font-body);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.5;
	color: rgba(61, 56, 53, 0.9);
}

.exhale-program-detail__section p {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-program-detail__section p:last-child {
	margin-bottom: 0;
}

.exhale-program-detail__list,
.exhale-program-detail__gains {
	margin: 0;
	padding: 0;
	list-style: none;
}

.exhale-program-detail__list li,
.exhale-program-detail__gains li {
	position: relative;
	margin-bottom: 0.75rem;
	padding-left: 1.35rem;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(61, 56, 53, 0.82);
}

.exhale-program-detail__list li::before,
.exhale-program-detail__gains li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--exhale-olive);
}

.exhale-program-detail__list li:last-child,
.exhale-program-detail__gains li:last-child {
	margin-bottom: 0;
}

.exhale-program-detail__gains li {
	padding: 0.9rem 1rem 0.9rem 2.5rem;
	border-radius: 0.85rem;
	background: rgba(248, 245, 241, 0.85);
}

.exhale-program-detail__gains li::before {
	left: 1rem;
	top: 1.2rem;
}

.exhale-program-detail__gains li strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--exhale-charcoal);
	font-weight: 600;
}

/* WooCommerce description tab */
.exhale-single-product__details .woocommerce-Tabs-panel .exhale-program-detail {
	padding-left: 0;
	padding-right: 0;
}

/* Contact wellness block — theme (replaces dark green band from page content) */
body.exhale-editorial .contact-us-page .exhale-contact-wellness {
	color: var(--exhale-charcoal);
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness__band {
	background: transparent !important;
	background-image: none !important;
	padding-top: 2.5rem;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	body.exhale-editorial .contact-us-page .exhale-contact-wellness__band {
		padding-top: 3rem;
		padding-bottom: 0;
	}
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness__inner {
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness [class*='text-[#99f6e4]'] {
	color: var(--exhale-olive) !important;
	font-family: var(--exhale-font-body);
	font-weight: 600;
	letter-spacing: 0.22em;
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness h2 {
	color: var(--exhale-charcoal) !important;
	font-family: var(--exhale-font-heading);
	font-weight: 700;
	line-height: 1.15;
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness .text-white,
body.exhale-editorial .contact-us-page .exhale-contact-wellness a.text-white,
body.exhale-editorial .contact-us-page .exhale-contact-wellness p.text-white {
	color: var(--exhale-charcoal) !important;
	font-family: var(--exhale-font-body);
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness a.text-white {
	font-weight: 600;
	text-decoration: none;
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness a.text-white:hover,
body.exhale-editorial .contact-us-page .exhale-contact-wellness a[class*='hover:text-[#99f6e4]']:hover {
	color: var(--exhale-olive) !important;
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness .bg-white\/10 {
	background-color: rgba(201, 214, 197, 0.55) !important;
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness .border-white\/15 {
	border-color: rgba(212, 178, 164, 0.45) !important;
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness__map-wrap {
	box-shadow: 0 24px 60px rgba(61, 56, 53, 0.08);
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness .flex.flex-wrap.items-center.gap-4 a {
	background-color: var(--exhale-cream) !important;
	border: 1px solid rgba(212, 178, 164, 0.35);
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.exhale-editorial .contact-us-page .exhale-contact-wellness .flex.flex-wrap.items-center.gap-4 a:hover {
	transform: translateY(-2px);
	border-color: rgba(110, 125, 109, 0.45);
}

body.exhale-editorial .exhale-contact-section__container {
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
}

body.exhale-editorial .exhale-contact-section__title {
	font-family: var(--exhale-font-heading);
	font-weight: 700;
}

body.exhale-editorial .exhale-contact-section__eyebrow {
	font-family: var(--exhale-font-body);
	letter-spacing: 0.22em;
}

body.exhale-editorial .exhale-contact-section__lead {
	font-family: var(--exhale-font-body);
	color: rgba(61, 56, 53, 0.78);
}

/* Contact Us — tighter gap between info/map and form */
body.exhale-editorial .contact-us-page .entry-content {
	padding-bottom: 0;
}

body.exhale-editorial .contact-us-page .exhale-contact-section {
	padding: 1.5rem clamp(0.875rem, 2.5vw, 2rem) 2.5rem;
}

body.exhale-editorial .contact-us-page .exhale-contact-section__intro {
	margin-bottom: 1.25rem;
}

/* FAQ — tighter gap between FAQ block and contact form */
body.exhale-editorial .exhale-faq-page .entry-content {
	padding-bottom: 0;
}

body.exhale-editorial .exhale-faq-page .faq-queries-section {
	padding-bottom: 1.5rem;
}

body.exhale-editorial .exhale-faq-page .exhale-contact-section {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

body.exhale-editorial .exhale-faq-page .exhale-contact-section__intro {
	margin-bottom: 1.25rem;
}

/* Responsive — Contact Us, FAQ, Privacy, Terms, Refund */
@media (max-width: 1023px) {
	body.exhale-editorial .contact-us-page .exhale-contact-wellness__map-wrap {
		min-height: 16rem;
		height: 16rem;
	}

	body.exhale-editorial .exhale-inner-page .faq-queries-wrapper {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	body.exhale-editorial .exhale-faq-page:not(:has(.exhale-sub-hero)) .entry-content {
		padding-top: 40px;
	}

	body.exhale-editorial .exhale-faq-page .faq-queries-section {
		padding-top: 1.5rem;
		padding-bottom: 1rem;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-wellness__inner,
	body.exhale-editorial .exhale-contact-section__container,
	body.exhale-editorial .exhale-faq-page .entry-content {
		padding-left: clamp(0.875rem, 2.5vw, 1.5rem);
		padding-right: clamp(0.875rem, 2.5vw, 1.5rem);
	}
}

@media (max-width: 767px) {
	body.exhale-editorial .contact-us-page .exhale-contact-wellness__band {
		padding-top: 1.25rem;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-wellness__grid {
		gap: 1.5rem !important;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-wellness__map-wrap {
		min-height: 12rem;
		height: 12rem;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-section,
	body.exhale-editorial .exhale-faq-page .exhale-contact-section {
		padding: 1rem 0.875rem 2rem;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-section__intro,
	body.exhale-editorial .exhale-faq-page .exhale-contact-section__intro {
		margin-bottom: 0.875rem;
	}

	body.exhale-editorial .exhale-inner-page .faq-queries-section {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
	}

	body.exhale-editorial .exhale-faq-page:not(:has(.exhale-sub-hero)) .entry-content {
		padding-top: 32px;
	}

	body.exhale-editorial .exhale-contact-card {
		padding: 1rem 0.875rem 1.25rem;
		border-radius: 1.125rem;
	}

	body.exhale-editorial .exhale-contact-section__title {
		font-size: clamp(1.25rem, 4.5vw, 1.625rem);
	}

	body.exhale-editorial .exhale-contact-section__eyebrow {
		margin-bottom: 0.35rem;
	}
}

@media (max-width: 639px) {
	body.exhale-editorial .contact-us-page .exhale-contact-wellness .flex.items-center.gap-4,
	body.exhale-editorial .contact-us-page .exhale-contact-wellness .flex.items-start.gap-4 {
		gap: 0.625rem !important;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-wellness a.text-white {
		font-size: 0.9375rem !important;
	}

	body.exhale-editorial .exhale-inner-page .faq-category-list {
		grid-template-columns: 1fr;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-wellness__inner,
	body.exhale-editorial .exhale-contact-section__container,
	body.exhale-editorial .exhale-faq-page .entry-content {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-section,
	body.exhale-editorial .exhale-faq-page .exhale-contact-section {
		padding: 0.875rem 0.75rem 1.75rem;
	}
}

@media (max-width: 479px) {
	body.exhale-editorial .exhale-faq-page:not(:has(.exhale-sub-hero)) .entry-content {
		padding-top: 28px;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-wellness__band {
		padding-top: 1rem;
	}

	body.exhale-editorial .contact-us-page .exhale-contact-wellness__map-wrap {
		min-height: 10rem;
		height: 10rem;
	}
}

/* Program page CTA row — Start Your 7-Day Free Trial + Subscribe dropdown */
.exhale-program-actions {
	position: relative;
	z-index: 20;
	overflow: visible;
	margin-top: clamp(2rem, 4vw, 3rem);
	padding-top: clamp(1.5rem, 3vw, 2rem);
	border-top: 1px solid rgba(212, 178, 164, 0.28);
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Trial + Subscribe set the width; gift card matches that row exactly */
.exhale-program-actions__width-anchor {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	width: auto;
	max-width: 100%;
	margin-inline: auto;
}

.exhale-program-actions__width-anchor > .exhale-program-cta {
	flex: 0 0 auto;
	width: auto;
	align-self: flex-start;
}

.exhale-program-actions__width-anchor > .exhale-gift-wellness--inline {
	flex: 0 0 auto;
	align-self: stretch;
	width: auto;
	min-width: 0;
	box-sizing: border-box;
}

.exhale-program-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
	position: relative;
	z-index: 20;
	overflow: visible;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.exhale-program-cta__trial,
.exhale-program-cta__subscribe-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	min-height: 3.25rem;
	margin: 0;
	padding: 0.8rem 1.65rem !important;
	border-radius: 0.65rem !important;
	font-family: var(--exhale-font-body) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: 0;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
	transform: none !important;
	filter: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.exhale-program-cta__trial::before,
.exhale-program-cta__subscribe-btn::before {
	display: none !important;
}

.exhale-program-cta__trial {
	border: 1px solid rgba(61, 56, 53, 0.16) !important;
	background: #fff !important;
	color: var(--exhale-charcoal) !important;
}

.exhale-program-cta__trial:hover,
.exhale-program-cta__trial:focus-visible {
	border-color: rgba(61, 56, 53, 0.28) !important;
	background: #fff !important;
	color: var(--exhale-charcoal) !important;
	transform: none !important;
	filter: none !important;
	box-shadow: none !important;
}

.exhale-program-cta__subscribe {
	position: relative;
	display: inline-flex;
	z-index: 21;
}

/* Invisible bridge so moving from the button to the menu does not drop :hover */
.exhale-program-cta__subscribe::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0.85rem;
}

.exhale-program-cta__subscribe-btn {
	gap: 0.45rem;
	border: 0 !important;
	background: #e6c7c7 !important;
	color: var(--exhale-charcoal) !important;
}

.exhale-program-cta__subscribe-btn:hover,
.exhale-program-cta__subscribe-btn:focus-visible,
.exhale-program-cta__subscribe.is-open .exhale-program-cta__subscribe-btn {
	background: #dcc0c0 !important;
	color: var(--exhale-charcoal) !important;
	transform: none !important;
	filter: none !important;
	box-shadow: none !important;
}

.exhale-program-cta__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.55rem;
	height: 0.55rem;
	margin-top: 0.1rem;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.exhale-program-cta__chevron::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-top: 0.42rem solid var(--exhale-charcoal);
	transition: transform 0.2s ease;
}

.exhale-program-cta__subscribe.is-open .exhale-program-cta__chevron::before {
	transform: rotate(180deg);
}

.exhale-program-cta__plans {
	position: absolute;
	top: calc(100% + 0.65rem);
	left: 0;
	z-index: 200;
	min-width: 17.5rem;
	background: #0b0821;
	border: 0;
	border-radius: 0.85rem;
	box-shadow: 0 18px 42px rgba(11, 8, 33, 0.35);
	padding: 0.65rem 0;
	display: none;
	flex-direction: column;
	pointer-events: auto;
}

.exhale-program-cta__subscribe.is-open .exhale-program-cta__plans {
	display: flex;
}

@media (hover: hover) and (pointer: fine) {
	.exhale-program-cta__subscribe:hover .exhale-program-cta__plans {
		display: flex;
	}
}

.exhale-program-cta__plan {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 1.1rem;
	border-radius: 0;
	text-decoration: none;
	color: #fff;
	transition: background 0.15s ease;
}

.exhale-program-cta__plan:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.exhale-program-cta__plan--subscribed {
	pointer-events: none;
	cursor: default;
	opacity: 0.72;
}

.exhale-program-cta__plan--subscribed:hover {
	background: transparent;
	color: inherit;
}

.exhale-program-cta__plan-status {
	font-family: var(--exhale-font-body);
	font-size: 0.88rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.exhale-program-cta__plan-name {
	font-family: var(--exhale-font-body);
	font-size: 0.98rem;
	font-weight: 600;
	white-space: nowrap;
}

.exhale-program-cta__plan-prices {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.1rem;
	text-align: right;
}

.exhale-program-cta__plan-regular,
.exhale-program-cta__plan-prices del {
	font-size: 0.82rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: line-through;
}

.exhale-program-cta__plan-sale,
.exhale-program-cta__plan-current,
.exhale-program-cta__plan-prices ins,
.exhale-program-cta__plan-prices .woocommerce-Price-amount {
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.exhale-program-cta__plan-prices .woocommerce-Price-currencySymbol {
	color: inherit;
}

@media (hover: none) {
	.exhale-program-cta__subscribe::after {
		display: none;
	}

	.exhale-program-cta__subscribe.is-open .exhale-program-cta__plans {
		position: relative;
		top: 0.65rem;
		left: 0;
		right: 0;
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 640px) {
	.exhale-program-cta {
		flex-direction: column;
		align-items: stretch;
	}

	.exhale-program-cta__subscribe {
		width: 100%;
		flex-direction: column;
	}

	.exhale-program-cta__trial,
	.exhale-program-cta__subscribe-btn {
		width: 100%;
	}
}

/* Gift card CTA — Programs & program detail pages */
.exhale-gift-wellness {
	background: #f8f5f1;
	padding: 0 0 4.5rem;
}

.exhale-gift-wellness--inline {
	background: transparent;
	padding: 0;
	margin-top: 0;
	width: 100%;
	min-width: 0;
}

.exhale-gift-wellness__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 3rem 2rem;
	border: 1px solid rgba(212, 178, 164, 0.4);
	border-radius: 1.25rem;
	background: #fffdfb;
	box-shadow: 0 8px 32px rgba(61, 56, 53, 0.07);
}

.exhale-gift-wellness--inline .exhale-gift-wellness__inner {
	align-items: stretch;
	text-align: left;
	width: 100%;
	max-width: none;
	margin-left: 0;
	padding: 1.25rem 1.5rem;
	box-sizing: border-box;
}

.exhale-gift-wellness--inline .exhale-gift-wellness__icon,
.exhale-gift-wellness--inline .exhale-gift-wellness__title,
.exhale-gift-wellness--inline .exhale-gift-wellness__text {
	align-self: flex-start;
}

.exhale-gift-wellness__icon {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.exhale-gift-wellness--inline .exhale-gift-wellness__icon {
	font-size: 1.15rem;
	line-height: 1;
	margin-bottom: 0.35rem;
}

.exhale-gift-wellness__title {
	margin: 0 0 0.65rem;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #3d3835;
}

.exhale-gift-wellness--inline .exhale-gift-wellness__title {
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 1.3;
}

.exhale-gift-wellness__text {
	margin: 0 0 1.5rem;
	max-width: 28rem;
	font-size: 1rem;
	color: rgba(61, 56, 53, 0.72);
}

.exhale-gift-wellness--inline .exhale-gift-wellness__text {
	margin-bottom: 1rem;
	font-size: 0.88rem;
	max-width: none;
	line-height: 1.45;
}

.exhale-gift-wellness__btn {
	min-width: 12rem;
}

.exhale-gift-wellness--inline .exhale-gift-wellness__btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0;
	padding: 0.8rem 1.25rem !important;
	text-align: center !important;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.exhale-program-showcase__width-anchor {
		width: 100%;
	}

	.exhale-program-showcase__feature-cta .exhale-program-cta {
		width: 100%;
	}
}
