/* Pulse theme - full styles (deferred load acceptable after critical) */
/* Tokens also defined in critical-header.css */
:root {
	--pulse-brand: #ffd100;
	--pulse-brand-hover: #e6bc00;
	--pulse-brand-on: #1a1a1a;
	--pulse-ink: #1a1a1a;
	--pulse-ink-soft: #2b2b2b;
	--pulse-base: #faf9f8;
	--pulse-surface: #ffffff;
	--pulse-muted: #6b6b6b;
	--pulse-border: #e8e6e1;
	--pulse-clinical: #3d6a62;
	--pulse-clinical-dark: #2d5a52;
	--pulse-on-dark-muted: #e8e6e1;
	--pulse-accent-muted: #c4a574;
	--pulse-eyebrow-warm: #8a6b4a;
	--pulse-footer-bg: #2a2622;
	--pulse-link-on-dark: #d0ccc4;
	--pulse-utility-bg: #383430;
	--pulse-overlay-ink: 26, 26, 26;
	--pulse-overlay-text: #fff;
	--pulse-btn-radius: 999px;
}

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

@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/lora-600.woff2") format("woff2");
}

h1,
h2,
h3,
h4,
h5,
h6,
.pulse-hero-bento__caption-title,
.pulse-hero-bento__fallback-title,
.pulse-home-hero h1 {
	font-family: "Lora", Georgia, "Times New Roman", serif;
}

/* Section rhythm */
.pulse-section-wrap--booking {
	padding: 0;
	max-width: none;
}

.pulse-section {
	padding: 5rem 1.25rem;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.pulse-section--base {
	background: var(--pulse-base);
}

.pulse-section--surface {
	background: var(--pulse-surface);
}

main.pulse-main > section:not(.pulse-section):not(.pulse-section-wrap),
main.pulse-main > .pulse-hero-bento,
main.pulse-main > .pulse-news-ticker,
main.pulse-main > .pulse-ecosystem {
	max-width: none;
}

main.pulse-main > .wp-block-group.pulse-section {
	max-width: none;
	width: 100%;
}

.pulse-eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pulse-muted);
}

@media (min-width: 961px) {
	.pulse-primary-nav {
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
	}

	.pulse-primary-menu {
		justify-content: center;
	}
}

.pulse-primary-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pulse-primary-menu > li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.15rem;
}

.pulse-primary-menu > li > a {
	color: var(--pulse-on-dark-muted);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9375rem;
	padding: 0.35rem 0;
}

.pulse-primary-menu > li > a:hover,
.pulse-primary-menu > li > a:focus-visible {
	color: var(--pulse-brand);
}

.pulse-submenu-toggle {
	background: transparent;
	border: none;
	color: #a8b5b2;
	cursor: pointer;
	padding: 0.2rem 0.35rem;
	line-height: 1;
}

.pulse-primary-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 14rem;
	margin: 0;
	padding: 0.5rem 0;
	list-style: none;
	background: var(--pulse-ink-soft);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	z-index: 101;
}

.pulse-primary-menu li.has-children.is-open > .sub-menu,
.pulse-primary-menu li.has-children:focus-within > .sub-menu {
	display: block;
}

.pulse-primary-menu .sub-menu a {
	display: block;
	padding: 0.5rem 1rem;
	color: var(--pulse-on-dark-muted);
	text-decoration: none;
	font-size: 0.875rem;
}

.pulse-primary-menu .sub-menu a:hover,
.pulse-primary-menu .sub-menu a:focus-visible {
	background: rgba(0, 0, 0, 0.15);
	color: var(--pulse-brand);
}

@media (max-width: 960px) {
	.pulse-header-primary__brand {
		flex: 1 1 auto;
		min-width: 0;
	}

	.pulse-primary-nav {
		display: none;
		order: 5;
		flex: 1 0 100%;
		width: 100%;
		background: var(--pulse-footer-bg);
		border-radius: 8px;
		padding: 0.75rem;
	}

	.pulse-primary-nav.is-open {
		display: block;
	}

	.pulse-primary-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.pulse-primary-menu > li {
		flex-direction: column;
		align-items: stretch;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.pulse-primary-menu .sub-menu {
		position: static;
		display: none;
		box-shadow: none;
		border: none;
		background: rgba(0, 0, 0, 0.12);
		padding-left: 0.5rem;
	}

	.pulse-primary-menu li.has-children.is-open > .sub-menu {
		display: block;
	}
}

.pulse-home-speakable__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.pulse-home-speakable__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.92fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: center;
	margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.pulse-home-speakable__copy {
	min-width: 0;
}

.pulse-home-speakable__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--pulse-clinical);
}

.pulse-home-speakable__title {
	margin: 0 0 1.25rem;
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 600;
	line-height: 1.2;
	color: var(--pulse-ink);
}

.pulse-home-speakable__body {
	font-size: clamp(1rem, 1.8vw, 1.125rem);
	color: var(--pulse-muted);
	max-width: 38ch;
	margin: 0;
	line-height: 1.7;
}

.pulse-home-speakable__body p {
	margin: 0;
}

.pulse-home-speakable__media {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 28rem;
	justify-self: end;
	aspect-ratio: 4 / 5;
	border-radius: 20px;
	overflow: hidden;
	background: var(--pulse-surface);
	border: 1px solid var(--pulse-border);
	box-shadow:
		0 2px 4px rgba(26, 26, 26, 0.04),
		0 20px 48px rgba(61, 106, 98, 0.1);
}

.pulse-home-speakable__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(165deg, transparent 55%, rgba(26, 26, 26, 0.12) 100%);
}

.pulse-home-speakable__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pulse-home-speakable__media--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(145deg, rgba(61, 106, 98, 0.08), rgba(255, 209, 0, 0.06)),
		var(--pulse-surface);
	border-style: dashed;
	border-color: rgba(61, 106, 98, 0.28);
	box-shadow: none;
}

.pulse-home-speakable__media--placeholder::after {
	display: none;
}

.pulse-home-speakable__media-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	color: var(--pulse-clinical);
	background: rgba(61, 106, 98, 0.1);
	border: 1px solid rgba(61, 106, 98, 0.18);
	opacity: 0.65;
}

.pulse-home-speakable__why {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
	padding-bottom: clamp(2rem, 4vw, 2.75rem);
	border-bottom: 1px solid var(--pulse-border);
}

.pulse-home-speakable__why-heading {
	margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: clamp(1.125rem, 2vw, 1.3125rem);
	font-weight: 600;
	line-height: 1.3;
	color: var(--pulse-ink);
}

.pulse-home-speakable__why-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.5vw, 2rem) clamp(1.5rem, 4vw, 3rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.pulse-home-speakable__why-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem 1rem;
	align-items: start;
	margin: 0;
	min-width: 0;
}

.pulse-home-speakable__why-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	color: var(--pulse-clinical);
	background: rgba(61, 106, 98, 0.08);
}

.pulse-home-speakable__why-icon svg {
	display: block;
}

.pulse-home-speakable__why-copy {
	min-width: 0;
}

.pulse-home-speakable__why-title {
	margin: 0 0 0.35rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--pulse-ink);
}

.pulse-home-speakable__why-body {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--pulse-muted);
}

.pulse-home-speakable__cards-wrap {
	padding-top: 0.15rem;
}

.pulse-home-speakable__cards-heading {
	margin: 0 0 1.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pulse-muted);
}

.pulse-home-speakable__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.5rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.pulse-home-speakable__card {
	margin: 0;
	min-width: 0;
}

.pulse-home-speakable__card-inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.35rem, 2.5vw, 1.75rem) clamp(1.5rem, 2.5vw, 1.75rem);
	background: var(--pulse-surface);
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(26, 26, 26, 0.03);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pulse-home-speakable__card-inner:hover,
.pulse-home-speakable__card-inner:focus-within {
	box-shadow: 0 10px 32px rgba(26, 26, 26, 0.06);
	transform: translateY(-2px);
}

.pulse-home-speakable__card-icon {
	display: block;
	margin: 0 0 1.5rem;
	color: var(--pulse-ink);
	line-height: 0;
}

.pulse-home-speakable__card-icon-svg {
	display: block;
	width: clamp(3.5rem, 8vw, 4.5rem);
	height: auto;
}

.pulse-home-speakable__card-title {
	margin: 0 0 1rem;
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	font-weight: 400;
	line-height: 1.35;
	color: var(--pulse-ink);
}

.pulse-home-speakable__card-title em {
	font-style: italic;
	font-weight: 400;
}

.pulse-home-speakable__card-body {
	flex: 1;
	margin: 0 0 1.75rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--pulse-muted);
}

.pulse-home-speakable__card-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	padding: 0.85rem 1.25rem;
	font-size: 0.9375rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border-radius: var(--pulse-btn-radius);
}

.pulse-home-speakable__card-cta:hover,
.pulse-home-speakable__card-cta:focus-visible {
	text-decoration: none;
}

@media (max-width: 900px) {
	.pulse-home-speakable__intro {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.pulse-home-speakable__media {
		max-width: none;
		justify-self: stretch;
		aspect-ratio: 16 / 10;
	}

	.pulse-home-speakable__body {
		max-width: none;
	}

	.pulse-home-speakable__why-list {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.pulse-home-speakable__cards {
		grid-template-columns: 1fr;
		max-width: 28rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 560px) {
	.pulse-home-speakable__intro {
		margin-bottom: 2rem;
	}

	.pulse-home-speakable__media {
		aspect-ratio: 4 / 3;
	}

	.pulse-home-speakable__cards {
		max-width: none;
	}
}

.pulse-hub-grid h2 {
	margin-top: 0;
}

.pulse-hub-grid__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.25rem;
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
}

.pulse-hub-grid__list a {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	padding: 1.35rem;
	background: var(--pulse-base);
	border: 1px solid var(--pulse-border);
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 1px 2px rgba(26, 26, 26, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pulse-hub-grid__list a:hover,
.pulse-hub-grid__list a:focus-visible {
	border-color: var(--pulse-accent-muted);
	box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
	transform: translateY(-2px);
}

.pulse-hub-grid__icon {
	display: flex;
	color: var(--pulse-accent-muted);
}

.pulse-hub-grid__icon svg {
	display: block;
}

.pulse-hub-grid__list strong {
	display: block;
	color: var(--pulse-ink);
	font-family: "Lora", Georgia, serif;
	font-size: 1.0625rem;
}

.pulse-hub-grid__list a span:not(.pulse-hub-grid__icon) {
	display: block;
	font-size: 0.9375rem;
	color: var(--pulse-muted);
	font-weight: 400;
}

.pulse-clinics-grid h2 {
	margin: 0 0 0.25rem;
}

.pulse-clinics-grid--placeholder .pulse-clinics-grid__placeholder-note {
	margin: 0.75rem 0 0;
	color: var(--pulse-muted);
	font-size: 0.9375rem;
}

.pulse-home-hero .wp-block-button.pulse-btn--primary .wp-block-button__link {
	background: var(--pulse-brand);
	color: var(--pulse-brand-on);
	border: 2px solid var(--pulse-brand);
	border-radius: var(--pulse-btn-radius, 999px);
	font-weight: 700;
}

.pulse-home-hero .wp-block-button.pulse-btn--secondary .wp-block-button__link {
	background: transparent;
	color: var(--pulse-overlay-text, #fff);
	border: 2px solid var(--pulse-overlay-text, #fff);
	border-radius: var(--pulse-btn-radius, 999px);
	font-weight: 700;
}

.pulse-home-hero .wp-block-buttons {
	gap: 0.75rem;
}

.pulse-hero-bento--placeholder,
.pulse-news-ticker--placeholder {
	padding: 1.5rem 1.25rem;
	background: #f5f3ee;
	border: 1px dashed #d4cfc0;
	color: var(--pulse-muted);
	text-align: center;
}

.pulse-hero-bento--placeholder p,
.pulse-news-ticker--placeholder p {
	margin: 0;
}

@keyframes pulse-news-ticker-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.pulse-news-ticker:not(.pulse-news-ticker--static) .pulse-news-ticker__track {
	animation: pulse-news-ticker-scroll var(--pulse-news-ticker-duration, 80s) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.pulse-hub-grid__list a:hover,
	.pulse-hub-grid__list a:focus-visible,
	.pulse-clinics-grid__item a:hover,
	.pulse-clinics-grid__item a:focus-visible {
		transform: none;
	}

	.pulse-news-ticker:not(.pulse-news-ticker--static) .pulse-news-ticker__track {
		animation: none;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		padding: 0.5rem 1rem;
	}

	.pulse-news-ticker__set {
		flex-wrap: wrap;
		justify-content: center;
		padding-right: 0;
	}

	.pulse-news-ticker__set + .pulse-news-ticker__set {
		display: none;
	}
}

.pulse-news-ticker:not(.pulse-news-ticker--static):hover .pulse-news-ticker__track {
	animation-play-state: paused;
}

.pulse-clinics-grid__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25rem;
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
}

.pulse-clinics-grid__item a {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid var(--pulse-border);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(26, 26, 26, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pulse-clinics-grid__item a:hover,
.pulse-clinics-grid__item a:focus-visible {
	border-color: var(--pulse-accent-muted);
	box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
	transform: translateY(-2px);
}

.pulse-clinics-grid__thumb {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.pulse-clinics-grid__title {
	font-weight: 600;
	font-family: "Lora", Georgia, serif;
	padding: 0 1rem;
}

.pulse-clinics-grid__area {
	padding: 0 1rem 1rem;
	color: var(--pulse-muted);
	font-size: 0.875rem;
}

.pulse-booking-cta {
	position: relative;
	max-width: none;
	padding: 4rem 1.25rem;
	color: var(--pulse-ink);
	background-color: var(--pulse-base);
	background-image:
		radial-gradient(ellipse 80% 120% at 8% 50%, rgba(255, 190, 160, 0.28), transparent 55%),
		radial-gradient(ellipse 70% 100% at 92% 20%, rgba(255, 241, 200, 0.45), transparent 50%),
		radial-gradient(ellipse 60% 80% at 50% 100%, rgba(255, 248, 235, 0.9), transparent 70%);
}

.pulse-booking-cta__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
}

.pulse-booking-cta__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--pulse-eyebrow-warm);
}

.pulse-booking-cta__copy h2 {
	margin: 0;
	color: var(--pulse-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(1.5rem, 3.5vw, 2.25rem);
	font-weight: 700;
	line-height: 1.25;
	max-width: 22ch;
}

.pulse-booking-cta__heading-em {
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 600;
}

.pulse-booking-cta__lede {
	margin: 0.75rem 0 0;
	max-width: 42ch;
	font-size: 1rem;
	color: var(--pulse-muted);
}

.pulse-booking-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.pulse-booking-cta .pulse-btn--primary {
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
}

.pulse-booking-cta .pulse-btn--primary:hover,
.pulse-booking-cta .pulse-btn--primary:focus-visible {
	box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
}

.pulse-booking-cta__link-secondary {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--pulse-clinical);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.pulse-booking-cta__link-secondary:hover,
.pulse-booking-cta__link-secondary:focus-visible {
	color: var(--pulse-clinical-dark);
}

.pulse-trust h2 {
	margin-top: 0;
}

.pulse-trust__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.pulse-trust__card {
	padding: 1.35rem;
	background: var(--pulse-base);
	border: 1px solid var(--pulse-border);
	border-radius: 12px;
}

.pulse-trust__card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.0625rem;
	color: var(--pulse-ink);
}

.pulse-trust__card p {
	margin: 0;
	color: var(--pulse-muted);
	font-size: 0.9375rem;
	line-height: 1.55;
}

/* Holistic ecosystem — dedicated home section */
.pulse-ecosystem {
	position: relative;
	padding: clamp(4rem, 8vw, 6rem) 1.25rem;
	color: var(--pulse-ink);
	background-color: var(--pulse-surface);
	overflow: hidden;
}

.pulse-ecosystem__backdrop {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 85% 70% at 0% 0%, rgba(61, 106, 98, 0.14), transparent 55%),
		radial-gradient(ellipse 75% 65% at 100% 100%, rgba(255, 209, 0, 0.1), transparent 50%),
		linear-gradient(180deg, var(--pulse-base) 0%, var(--pulse-surface) 42%, var(--pulse-surface) 100%);
}

.pulse-ecosystem__inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

.pulse-ecosystem__header {
	max-width: 42rem;
	margin: 0 auto 3rem;
	text-align: center;
}

.pulse-ecosystem__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--pulse-clinical);
}

.pulse-ecosystem__title {
	margin: 0;
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: clamp(1.75rem, 4.5vw, 2.75rem);
	font-weight: 600;
	line-height: 1.2;
	color: var(--pulse-ink);
}

.pulse-ecosystem__title::after {
	content: "";
	display: block;
	width: 3.5rem;
	height: 3px;
	margin: 1.25rem auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--pulse-clinical), var(--pulse-brand));
}

.pulse-ecosystem__lede {
	margin: 1.5rem 0 0;
	font-size: clamp(1.0625rem, 2vw, 1.1875rem);
	line-height: 1.7;
	color: var(--pulse-muted);
}

.pulse-ecosystem__pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pulse-ecosystem__pillar {
	margin: 0;
	min-width: 0;
}

.pulse-ecosystem__pillar-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.75rem 1.5rem 1.5rem;
	background: var(--pulse-surface);
	border: 1px solid var(--pulse-border);
	border-radius: 16px;
	box-shadow:
		0 1px 2px rgba(26, 26, 26, 0.04),
		0 12px 40px rgba(61, 106, 98, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pulse-ecosystem__pillar-card:hover,
.pulse-ecosystem__pillar-card:focus-within {
	border-color: rgba(61, 106, 98, 0.35);
	box-shadow:
		0 4px 24px rgba(26, 26, 26, 0.06),
		0 16px 48px rgba(61, 106, 98, 0.1);
	transform: translateY(-3px);
}

.pulse-ecosystem__pillar-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.pulse-ecosystem__pillar-step {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--pulse-accent-muted);
}

.pulse-ecosystem__pillar-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	color: var(--pulse-clinical);
	background: linear-gradient(145deg, rgba(61, 106, 98, 0.12), rgba(255, 209, 0, 0.12));
	border: 1px solid rgba(61, 106, 98, 0.15);
}

.pulse-ecosystem__pillar-icon svg {
	display: block;
}

.pulse-ecosystem__pillar-title {
	margin: 0 0 0.65rem;
	font-family: "Lora", Georgia, serif;
	font-size: 1.1875rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--pulse-ink);
}

.pulse-ecosystem__pillar-body {
	margin: 0;
	flex: 1;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--pulse-muted);
}

.pulse-footer {
	position: relative;
	background: var(--pulse-footer-bg);
	color: var(--pulse-link-on-dark);
	margin-top: 0;
	padding: 3rem 1.25rem 2.5rem;
}

.pulse-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3rem;
	background: linear-gradient(180deg, var(--pulse-base) 0%, transparent 100%);
	pointer-events: none;
	transform: translateY(-100%);
}

.pulse-footer__inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.pulse-footer a {
	color: var(--pulse-link-on-dark);
	text-decoration: none;
	transition: color 0.15s ease;
}

.pulse-footer a:hover,
.pulse-footer a:focus-visible {
	color: var(--pulse-brand);
}

.pulse-footer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 2rem;
}

.pulse-footer__grid h2 {
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	color: var(--pulse-accent-muted);
	margin: 0 0 1rem;
}

.pulse-footer__grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pulse-footer__grid li {
	margin-bottom: 0.5rem;
}

.pulse-footer__grid li a {
	font-size: 0.9375rem;
}

.pulse-footer__copy {
	margin: 2.5rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.8125rem;
	color: rgba(208, 204, 196, 0.75);
}

.pulse-breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.75rem 1.25rem;
	font-size: 0.875rem;
}

.pulse-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pulse-breadcrumb li:not(:last-child)::after {
	content: "/";
	margin-left: 0.35rem;
	color: var(--pulse-muted);
}

.pulse-breadcrumb a {
	color: var(--pulse-clinical);
}

.pulse-breadcrumb a:hover,
.pulse-breadcrumb a:focus-visible {
	color: var(--pulse-clinical-dark);
}

@media (max-width: 640px) {
	.pulse-section {
		padding: 3.5rem 1.25rem;
	}

	.pulse-booking-cta {
		padding: 3rem 1.25rem;
	}

	.pulse-booking-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.pulse-booking-cta__copy h2 {
		max-width: none;
	}

	.pulse-ecosystem {
		padding: 3.5rem 1.25rem;
	}

	.pulse-ecosystem__header {
		margin-bottom: 2rem;
		text-align: left;
	}

	.pulse-ecosystem__title::after {
		margin-left: 0;
		margin-right: auto;
	}

	.pulse-ecosystem__pillars {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.pulse-ecosystem__pillars {
		grid-template-columns: 1fr;
	}
}
