/**
 * Styling for Clínica Pichimapu Elementor Widgets
 * Version: 1.0.416
 * Author: Exequiel Araya - Estratega Digital (https://exequielaraya.cl)
 * Widgets: Pichimapu Header Mega Menu, Pichimapu Review Marquee, Pichimapu Buttons, Pichimapu Treatment Carousel, Pichimapu Benefits Carousel, Pichimapu Specialty Pathways
 */

:root {
	--color-brand-950: #013044;
	--color-brand-900: #004B6C;
	--color-brand-700: #0B617A;
	--color-teal-700: #047D7B;
	--color-teal-500: #00B0AD;
	--color-teal-100: #E6F7F6;
	--color-surface: #FFFFFF;
	--color-surface-subtle: #F7FAFA;
	--color-surface-muted: #EEF3F4;
	--color-text: #17343D;
	--color-text-muted: #5C737A;
	--color-border: #D8E5E7;
	--color-focus: #0B6F78;
	--shadow-sm: 0 2px 10px rgba(1, 48, 68, 0.06);
	--shadow-md: 0 16px 48px rgba(1, 48, 68, 0.12);
	--radius-sm: 8px;
	--radius-md: 12px;
	--radius-lg: 16px;
	--radius-pill: 999px;
	--pmm-widget-button-height: 46px;
	--pmm-widget-button-padding-x: 22px;
	--pmm-widget-button-border-width: 1.5px;
	--pmm-widget-button-radius: var(--radius-pill);
	--font-headings: 'Manrope', -apple-system, 'Segoe UI', sans-serif;
	--font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
}

/* ==========================================================================
   HEADER WRAPPER (FLUID & UNRESTRICTED)
   ========================================================================== */
.pmm-header {
	position: relative;
	width: 100%;
	overflow: visible;
	background: var(--color-surface);
	border: none;
	box-shadow: none;
	font-family: var(--font-body);
	box-sizing: border-box;
	z-index: 99;
}

.pmm-header * {
	box-sizing: border-box;
}

.pmm-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	min-height: auto;
	gap: 20px;
}

/* ==========================================================================
   LOGO
   ========================================================================== */
.pmm-header__logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.pmm-header__logo a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.pmm-header__logo img,
.pmm-header__logo svg {
	display: block;
	max-width: 180px;
	height: auto;
	object-fit: contain;
}

.pmm-header__logo-text {
	font-family: var(--font-headings);
	font-weight: 700;
	font-size: 1.4rem;
	color: var(--color-brand-950);
	text-decoration: none;
	letter-spacing: -0.02em;
}

/* ==========================================================================
   DESKTOP NAVIGATION
   ========================================================================== */
.pmm-header__navigation {
	display: none;
}

/* ============================================================================
   STANDALONE BUTTON WIDGETS
   ========================================================================== */
.pmm-widget-button,
.pmm-widget-button *,
.pmm-widget-lead-cta,
.pmm-widget-lead-cta * {
	box-sizing: border-box;
}

.pmm-widget-button,
.pmm-widget-lead-cta {
	display: inline-flex;
	width: auto;
	max-width: 100%;
	font-family: var(--font-body);
}

.pmm-widget-button__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: var(--pmm-widget-button-height);
	max-width: 100%;
	padding: 0 var(--pmm-widget-button-padding-x);
	border: var(--pmm-widget-button-border-width) solid transparent;
	border-radius: var(--pmm-widget-button-radius);
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.pmm-widget-button__link:focus-visible,
.pmm-widget-lead-cta__link:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 3px;
}

.pmm-widget-button__text,
.pmm-widget-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pmm-widget-button__text {
	line-height: 1;
}

.pmm-widget-button__icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pmm-widget-button__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.pmm-widget-button__icon svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Primary: same visual language as the mega menu footer primary CTA. */
.pmm-widget-button--primary .pmm-widget-button__link {
	background-color: var(--color-brand-950);
	color: #ffffff !important;
	border-color: var(--color-brand-950);
	border-radius: var(--pmm-widget-button-radius);
	padding-right: var(--pmm-widget-button-padding-x);
	padding-left: var(--pmm-widget-button-padding-x);
}

.pmm-widget-button--primary .pmm-widget-button__link:hover {
	background-color: var(--color-brand-900);
	border-color: var(--color-brand-900);
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: var(--shadow-sm);
}

.pmm-widget-button--primary .pmm-widget-button__link:active {
	transform: translateY(0);
}

.pmm-widget-button--primary .pmm-widget-button__link:hover .pmm-widget-button__icon,
.pmm-widget-button--primary .pmm-widget-button__link:focus-visible .pmm-widget-button__icon {
	transform: translateX(3px) scale(1.08);
}

/* Primary on #013044: a light surface keeps the action distinct from the dark section. */
.pmm-widget-button--primary-on-dark .pmm-widget-button__link {
	background-color: var(--color-surface);
	color: var(--color-brand-950) !important;
	border-color: var(--color-surface);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.pmm-widget-button--primary-on-dark .pmm-widget-button__link:hover {
	background-color: var(--color-teal-100);
	color: var(--color-brand-950) !important;
	border-color: var(--color-teal-100);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.pmm-widget-button--primary-on-dark .pmm-widget-button__link:focus-visible {
	outline-color: var(--color-teal-500);
}

/* Secondary: white/transparent surface treatment from design.md. */
.pmm-widget-button--secondary .pmm-widget-button__link {
	background-color: var(--color-surface);
	color: var(--color-brand-900) !important;
	border-color: var(--color-brand-900);
	border-radius: var(--pmm-widget-button-radius);
}

.pmm-widget-button--secondary .pmm-widget-button__link:hover {
	background-color: var(--color-teal-100);
	border-color: var(--color-brand-900);
	color: var(--color-brand-900) !important;
	transform: translateY(-1px);
	box-shadow: var(--shadow-sm);
}

.pmm-widget-button--secondary .pmm-widget-button__link:active {
	transform: translateY(0);
}

.pmm-widget-button--secondary .pmm-widget-button__link:hover .pmm-widget-button__icon,
.pmm-widget-button--secondary .pmm-widget-button__link:focus-visible .pmm-widget-button__icon {
	transform: translateX(3px) scale(1.08);
}

/* Secondary on #013044: outlined and translucent, preserving the secondary hierarchy. */
.pmm-widget-button--secondary-on-dark .pmm-widget-button__link {
	background-color: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: none;
}

.pmm-widget-button--secondary-on-dark .pmm-widget-button__link:hover {
	background-color: rgba(230, 247, 246, 0.14);
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.64);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.pmm-widget-button--secondary-on-dark .pmm-widget-button__link:focus-visible {
	outline-color: var(--color-teal-500);
}

/* Lead CTA: the same flat pill and arrow language used by the header menu. */
.pmm-widget-lead-cta {
	align-items: center;
	padding: 0;
}

.pmm-widget-lead-cta__link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: var(--pmm-widget-button-height);
	max-width: 100%;
	padding: 0 var(--pmm-widget-button-padding-x);
	background-color: var(--color-brand-950);
	border: var(--pmm-widget-button-border-width) solid var(--color-brand-950);
	border-radius: var(--pmm-widget-button-radius);
	color: #ffffff !important;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none;
}

.pmm-widget-lead-cta__link:hover {
	background-color: var(--color-brand-950);
	border-color: var(--color-brand-950);
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: none;
}

.pmm-widget-lead-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.pmm-widget-lead-cta__icon i,
.pmm-widget-lead-cta__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.pmm-widget-lead-cta__icon svg {
	overflow: visible;
}

.pmm-widget-lead-cta__text {
	display: inline-block;
	line-height: 1;
}

/* Dark background variant: a light pill remains primary and readable over #013044. */
.pmm-widget-lead-cta--on-dark .pmm-widget-lead-cta__link {
	background-color: var(--color-surface);
	border-color: var(--color-surface);
	color: var(--color-brand-950) !important;
	box-shadow: none;
}

.pmm-widget-lead-cta--on-dark .pmm-widget-lead-cta__link:hover {
	background-color: var(--color-teal-100);
	border-color: var(--color-teal-100);
	color: var(--color-brand-950) !important;
	box-shadow: none;
}

.pmm-widget-lead-cta--on-dark .pmm-widget-lead-cta__link:focus-visible {
	outline-color: var(--color-teal-500);
}

/* Keep the standalone CTA flat in every state, matching the menu reference. */
.pmm-widget-lead-cta .pmm-widget-lead-cta__link:hover,
.pmm-widget-lead-cta .pmm-widget-lead-cta__link:focus-visible,
.pmm-widget-lead-cta .pmm-widget-lead-cta__link:active {
	box-shadow: none;
}

@media (max-width: 767px) {
	.pmm-widget-button,
	.pmm-widget-button__link,
	.pmm-widget-lead-cta,
	.pmm-widget-lead-cta__link {
		width: 100%;
	}

	.pmm-widget-button__link {
		min-height: 46px;
	}

	.pmm-widget-lead-cta__link {
		min-height: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pmm-widget-button__link,
	.pmm-widget-button__icon,
	.pmm-widget-lead-cta__link {
		transition-duration: 0.01ms !important;
	}
}

@media (min-width: 1024px) {
	.pmm-header__navigation {
		display: flex;
		align-items: center;
		flex: 1;
		justify-content: center;
	}
}

.pmm-nav-list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 6px;
}

.pmm-nav-item {
	position: relative;
	margin: 0;
}

@media (min-width: 1024px) {
	.pmm-nav-item--mega {
		position: static !important;
	}
}

.pmm-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 18px;
	font: inherit;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 500;
	color: var(--color-text);
	text-decoration: none;
	border-radius: var(--radius-pill);
	transition: all 0.2s ease;
	cursor: pointer;
	border: none;
	background: transparent;
	line-height: 1.4;
	text-align: left;
	appearance: none;
	-webkit-appearance: none;
}

.pmm-nav-link:hover,
.pmm-nav-link:focus-visible {
	color: var(--color-teal-700);
	background-color: var(--color-surface-subtle);
}

.pmm-nav-link:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 2px;
}

.pmm-nav-link--active,
.pmm-nav-item--active > .pmm-nav-link {
	background-color: var(--color-teal-100);
	color: var(--color-brand-900);
	font-weight: 600;
}

/* Un disclosure abierto no representa la página actual: conserva el aspecto normal. */
.pmm-nav-item.is-active > .pmm-nav-link,
.pmm-nav-link[aria-expanded="true"] {
	background-color: transparent !important;
	color: var(--color-text) !important;
	font-weight: 500;
}

.pmm-nav-item.is-active > .pmm-nav-link:hover,
.pmm-nav-item.is-active > .pmm-nav-link:focus-visible,
.pmm-nav-link[aria-expanded="true"]:hover,
.pmm-nav-link[aria-expanded="true"]:focus-visible {
	background-color: var(--color-surface-subtle) !important;
	color: var(--color-teal-700) !important;
}

/* Escape devuelve el foco al disparador, pero no debe simular un botón seleccionado. */
.pmm-nav-link:focus,
.pmm-nav-link:active,
.pmm-nav-link:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--color-text) !important;
	box-shadow: none !important;
}

/* Un cierre por clic tampoco debe heredar el estado oscuro de estilos globales de botones. */
.pmm-header.pmm-header--click-closed .pmm-nav-item:not(.pmm-nav-item--active) > .pmm-nav-link[aria-expanded="false"] {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--color-text) !important;
	box-shadow: none !important;
}

.pmm-nav-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}

.pmm-nav-item.is-active > .pmm-nav-link .pmm-nav-link__icon,
.pmm-nav-link[aria-expanded="true"] .pmm-nav-link__icon {
	transform: rotate(180deg);
}

/* ==========================================================================
   PRIMARY CTA BUTTON (Agendar hora)
   ========================================================================== */
.pmm-header__actions {
	display: none;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

@media (min-width: 1024px) {
	.pmm-header__actions {
		display: flex;
	}
}

.pmm-header__contact-links {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-right: 4px;
}

.pmm-header__contact-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid transparent;
	border-radius: 50%;
	color: var(--color-brand-900);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.pmm-header__contact-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	transform: translate(var(--pmm-contact-icon-x, 0), var(--pmm-contact-icon-y, 0)) scale(var(--pmm-contact-icon-scale, 1));
	transform-origin: center;
}

.pmm-header__contact-link > i,
.pmm-header__contact-link > svg {
	display: block;
	width: 20px;
	height: 20px;
	transform: translate(var(--pmm-contact-icon-x, 0), var(--pmm-contact-icon-y, 0)) scale(var(--pmm-contact-icon-scale, 1));
	transform-origin: center;
}

.pmm-header__contact-link > i {
	font-size: 20px;
	line-height: 1;
}

.pmm-header__contact-link--whatsapp {
	color: #168c5b;
	--pmm-contact-icon-x: 2px;
	--pmm-contact-icon-y: -1px;
	--pmm-contact-icon-scale: 1.1;
}

.pmm-header__contact-link--whatsapp .pmm-header__contact-icon {
	-webkit-mask: url('../icons/tabler-brand-whatsapp.svg') center / contain no-repeat;
	mask: url('../icons/tabler-brand-whatsapp.svg') center / contain no-repeat;
}

.pmm-header__contact-link--phone {
	color: var(--color-brand-900);
	--pmm-contact-icon-scale: 1.02;
}

.pmm-header__contact-link--phone .pmm-header__contact-icon {
	-webkit-mask: url('../icons/tabler-phone.svg') center / contain no-repeat;
	mask: url('../icons/tabler-phone.svg') center / contain no-repeat;
}

.pmm-header__contact-link--location {
	color: var(--color-teal-700);
	--pmm-contact-icon-x: 2px;
	--pmm-contact-icon-y: 1px;
	--pmm-contact-icon-scale: 0.88;
}

.pmm-header__contact-link--location .pmm-header__contact-icon {
	-webkit-mask: url('../icons/tabler-map-pin.svg') center / contain no-repeat;
	mask: url('../icons/tabler-map-pin.svg') center / contain no-repeat;
}

.pmm-header__contact-link--instagram {
	color: #c13584;
	--pmm-contact-icon-scale: 1.02;
}

.pmm-header__contact-link--facebook {
	color: #1877f2;
	--pmm-contact-icon-scale: 0.96;
}

.pmm-header__contact-link--instagram .pmm-header__contact-icon,
.pmm-header__contact-link--facebook .pmm-header__contact-icon {
	background-color: currentColor;
}

.pmm-header__contact-link--instagram .pmm-header__contact-icon {
	-webkit-mask: url('../icons/tabler-brand-instagram.svg') center / contain no-repeat;
	mask: url('../icons/tabler-brand-instagram.svg') center / contain no-repeat;
}

.pmm-header__contact-link--facebook .pmm-header__contact-icon {
	-webkit-mask: url('../icons/tabler-brand-facebook.svg') center / contain no-repeat;
	mask: url('../icons/tabler-brand-facebook.svg') center / contain no-repeat;
}

.pmm-header__contact-link:hover,
.pmm-header__contact-link:focus-visible {
	background-color: var(--color-teal-100);
	border-color: var(--color-border);
	color: var(--color-brand-900);
	transform: translateY(-1px);
}

.pmm-header__contact-link:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 2px;
}

.pmm-button-cta,
.pmm-menu-cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: var(--color-brand-950);
	color: #ffffff !important;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	padding: 0 22px;
	min-height: 46px;
	border-radius: var(--radius-pill);
	border: 1.5px solid var(--color-brand-950);
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
	line-height: 1;
	white-space: nowrap;
}

.pmm-button-cta::before,
.pmm-menu-cta::before {
	content: '';
	position: absolute;
	top: -45%;
	bottom: -45%;
	left: -30%;
	width: 30%;
	background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0.04) 70%, transparent 100%);
	transform: translateX(-250%) skewX(-18deg);
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}

.pmm-button-cta__text,
.pmm-button-cta__icon {
	position: relative;
	z-index: 1;
}

.pmm-button-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pmm-button-cta__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.pmm-button-cta:hover::before,
.pmm-button-cta:focus::before,
.pmm-button-cta:active::before,
.pmm-menu-cta:hover::before,
.pmm-menu-cta:focus::before,
.pmm-menu-cta:active::before {
	animation: pmm-cta-sheen 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.pmm-button-cta:hover .pmm-button-cta__icon,
.pmm-button-cta:focus .pmm-button-cta__icon,
.pmm-menu-cta:hover .pmm-button-cta__icon,
.pmm-menu-cta:focus .pmm-button-cta__icon {
	transform: translateX(3px) scale(1.08);
}

.pmm-button-cta:active .pmm-button-cta__icon,
.pmm-menu-cta:active .pmm-button-cta__icon {
	transform: translateX(2px) scale(0.96);
}

@keyframes pmm-cta-sheen {
	0% {
		transform: translateX(-250%) skewX(-18deg);
		opacity: 0;
	}
	18% {
		opacity: 1;
	}
	72% {
		opacity: 0.72;
	}
	100% {
		transform: translateX(500%) skewX(-18deg);
		opacity: 0;
	}
}

.pmm-button-cta__icon svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pmm-button-cta__text {
	display: inline-block;
	line-height: 1;
}

.pmm-button-cta:hover,
.pmm-menu-cta:hover {
	background-color: var(--color-brand-900);
	border-color: var(--color-brand-900);
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: var(--shadow-sm);
}

.pmm-button-cta:active,
.pmm-menu-cta:active {
	transform: translateY(0);
}

.pmm-button-cta:focus-visible,
.pmm-menu-cta:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 2px;
}

.pmm-mega-footer__btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.pmm-mega-footer__btn-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.pmm-mega-footer__btn-icon svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ==========================================================================
   DESKTOP MEGA MENU PANEL (REFERENCE REFERENCE MATCH)
   ========================================================================== */
@media (min-width: 1024px) {
	.pmm-mega-panel {
		position: absolute;
		top: 100%;
		left: 50%;
		right: auto;
		width: 100vw;
		max-width: none;
		margin-left: -50vw;
		background-color: var(--color-surface-subtle);
		box-shadow: 0 18px 40px rgba(1, 48, 68, 0.12);
		border-top: none;
		border-bottom: 1px solid var(--color-border);
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transform: translateY(8px);
		transition: opacity 220ms ease-out, transform 220ms ease-out, visibility 220ms ease-out;
		pointer-events: none;
	}

	.pmm-header:not(.pmm-header--escape-closed):not(.pmm-header--click-closed):not(.pmm-header--scroll-closed) .pmm-nav-item--mega:hover .pmm-mega-panel,
	.pmm-header:not(.pmm-header--escape-closed):not(.pmm-header--click-closed):not(.pmm-header--scroll-closed) .pmm-nav-item--mega:focus-within .pmm-mega-panel,
	.pmm-header:not(.pmm-header--escape-closed):not(.pmm-header--click-closed):not(.pmm-header--scroll-closed) .pmm-nav-item--mega.is-active .pmm-mega-panel,
	.pmm-header--editor-open:not(.pmm-header--escape-closed):not(.pmm-header--click-closed):not(.pmm-header--scroll-closed) .pmm-mega-panel {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.pmm-mega-panel__inner {
		max-width: 1240px;
		margin: 0 auto;
		padding: 40px 24px;
	}

	.pmm-mega-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 24px;
		width: 100%;
	}

	.pmm-mega-column {
		flex: 1 1 0px;
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.pmm-mega-column__title {
		font-family: var(--font-headings);
		font-size: 17px;
		font-weight: 600;
		color: var(--color-brand-950);
		margin: 0 0 12px 0;
		line-height: 1.35;
		letter-spacing: 0;
	}

	.pmm-mega-column__title-link,
	.pmm-mega-column__title-text {
		color: var(--color-brand-950);
		text-decoration: none;
		display: inline-block;
	}

	.pmm-mega-column__title-link:hover,
	.pmm-mega-column__title-link:focus-visible {
		color: var(--color-teal-700);
	}

	.pmm-mega-column__title-link:focus-visible,
	.pmm-mega-footer__btn:focus-visible,
	.pmm-submenu__link:focus-visible {
		outline: 3px solid var(--color-focus);
		outline-offset: 3px;
	}

	.pmm-mega-column__list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.pmm-mega-column__item {
		margin: 0;
	}

	.pmm-mega-column__item-link {
		font-family: var(--font-body);
		font-size: 15px;
		font-weight: 400;
		color: var(--color-text-muted);
		text-decoration: none;
		line-height: 1.5;
		display: inline-block;
		padding: 3px 0;
		transition: color 0.15s ease, transform 0.15s ease;
	}

	.pmm-mega-column__item-link:hover,
	.pmm-mega-column__item-link:focus-visible {
		color: var(--color-brand-900);
		transform: translateX(3px);
	}

	.pmm-mega-column__item-link:focus-visible {
		outline: 2px solid var(--color-focus);
		border-radius: 4px;
	}

	.pmm-mega-footer {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		margin-top: 36px;
		padding-top: 24px;
		border-top: 1px solid var(--color-border);
		width: 100%;
	}

	.pmm-mega-footer__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: var(--pmm-widget-button-height);
		padding: 0 var(--pmm-widget-button-padding-x);
		border: var(--pmm-widget-button-border-width) solid transparent;
		font-family: var(--font-body);
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
		border-radius: var(--pmm-widget-button-radius);
		text-decoration: none !important;
		transition: all 0.2s ease;
		white-space: nowrap;
	}

	.pmm-mega-footer__btn--primary {
		background-color: var(--color-brand-950);
		color: #ffffff !important;
		border-color: var(--color-brand-950);
	}

	.pmm-mega-footer__btn--primary:hover {
		background-color: var(--color-brand-900);
		border-color: var(--color-brand-900);
		transform: translateY(-1px);
		box-shadow: var(--shadow-sm);
	}

	.pmm-mega-footer__btn--secondary {
		background-color: transparent;
		color: var(--color-brand-950) !important;
		border-color: var(--color-brand-950);
	}

	.pmm-mega-footer__btn--secondary:hover {
		background-color: var(--color-teal-100);
		color: var(--color-brand-900) !important;
		transform: translateY(-1px);
	}

	.pmm-mobile-accordion-toggle {
		display: none;
	}
}

/* ==========================================================================
   STANDARD SUBMENU (DESKTOP)
   ========================================================================== */
@media (min-width: 1024px) {
	.pmm-submenu {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 300px;
		white-space: nowrap;
		background-color: var(--color-surface-subtle);
		border-radius: var(--radius-md);
		box-shadow: var(--shadow-md);
		border: 1px solid var(--color-border);
		padding: 10px 0;
		list-style: none;
		margin: 0;
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transform: translateY(8px);
		transition: all 200ms ease;
		pointer-events: none;
	}

	.pmm-header:not(.pmm-header--escape-closed):not(.pmm-header--click-closed):not(.pmm-header--scroll-closed) .pmm-nav-item:not(.pmm-nav-item--mega):hover > .pmm-submenu,
	.pmm-header:not(.pmm-header--escape-closed):not(.pmm-header--click-closed):not(.pmm-header--scroll-closed) .pmm-nav-item:not(.pmm-nav-item--mega):focus-within > .pmm-submenu,
	.pmm-header:not(.pmm-header--escape-closed):not(.pmm-header--click-closed):not(.pmm-header--scroll-closed) .pmm-nav-item:not(.pmm-nav-item--mega).is-active > .pmm-submenu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.pmm-submenu__item {
		margin: 0;
	}

	.pmm-submenu__link {
		display: block;
		padding: 10px 20px;
		font-family: var(--font-body);
		font-size: 15px;
		font-weight: 400 !important;
		color: var(--color-text);
		text-decoration: none;
		transition: background-color 0.15s ease, color 0.15s ease;
	}

	.pmm-submenu__link:hover,
	.pmm-submenu__link:focus-visible {
		background-color: var(--color-teal-100);
		color: var(--color-brand-900);
	}
}

/* ==========================================================================
   MOBILE HAMBURGER TOGGLE BUTTON
   ========================================================================== */
.pmm-header__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: transparent !important;
	border: 1px solid var(--color-border) !important;
	border-radius: var(--radius-md);
	cursor: pointer;
	padding: 0;
	color: var(--color-brand-950) !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

@media (min-width: 1024px) {
	.pmm-header__toggle {
		display: none;
	}
}

.pmm-header__toggle:hover,
.pmm-header__toggle:focus-visible {
	background-color: var(--color-surface-subtle) !important;
	border-color: var(--color-brand-700) !important;
}

.pmm-header__toggle:focus,
.pmm-header__toggle:active {
	background-color: transparent !important;
	border-color: var(--color-border) !important;
}

.pmm-header__toggle:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 2px;
}

.pmm-header__toggle-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 20px;
	height: 14px;
}

.pmm-header__toggle-icon span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--color-brand-950);
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.pmm-header__toggle[aria-expanded="true"] .pmm-header__toggle-icon span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.pmm-header__toggle[aria-expanded="true"] .pmm-header__toggle-icon span:nth-child(2) {
	opacity: 0;
}

.pmm-header__toggle[aria-expanded="true"] .pmm-header__toggle-icon span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* ==========================================================================
   MOBILE DRAWER MODAL (< 1024px)
   ========================================================================== */
.pmm-mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0.3s ease;
}

@media (max-width: 1023px) {
	/* El panel cerrado se desplaza fuera de la pantalla; el propio drawer debe
	 * recortarlo para que no cree un scroll horizontal en navegadores móviles. */
	.pmm-mobile-drawer {
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: hidden;
		overscroll-behavior: none;
	}

	html,
	body {
		overflow-x: clip;
		overscroll-behavior-x: none;
	}

	@supports not (overflow: clip) {
		html,
		body {
			overflow-x: hidden;
		}
	}
}

@media (min-width: 1024px) {
	.pmm-mobile-drawer {
		display: none;
	}
}

.pmm-mobile-drawer--open {
	visibility: visible;
	pointer-events: auto;
}

.pmm-mobile-drawer__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(1, 48, 68, 0.45);
	backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pmm-mobile-drawer--open .pmm-mobile-drawer__overlay {
	opacity: 1;
}

.pmm-mobile-drawer__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(88vw, 400px);
	background-color: var(--color-surface);
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: -8px 0 32px rgba(1, 48, 68, 0.15);
	overflow: hidden;
}

.pmm-mobile-drawer--open .pmm-mobile-drawer__content {
	transform: translateX(0);
}

.pmm-mobile-drawer__header {
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-border);
}

.pmm-mobile-drawer__logo img,
.pmm-mobile-drawer__logo svg {
	max-width: 140px;
	height: auto;
}

.pmm-mobile-drawer__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	color: var(--color-brand-950) !important;
	cursor: pointer;
	line-height: 1;
	padding: 0 !important;
	transition: all 0.2s ease;
}

.pmm-mobile-drawer__close svg {
	display: block;
	width: 24px !important;
	height: 24px !important;
	color: currentColor !important;
	overflow: visible;
}

.pmm-mobile-drawer__close svg path {
	fill: none !important;
	stroke: currentColor !important;
}

.pmm-mobile-drawer__close:hover,
.pmm-mobile-drawer__close:focus-visible {
	background-color: var(--color-surface-subtle);
	color: var(--color-brand-950) !important;
}

.pmm-mobile-drawer__close:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 3px;
}

.pmm-mobile-drawer__nav {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
}

/* Restructuración de menú dentro del Drawer móvil */
@media (max-width: 1023px) {
	.pmm-mobile-drawer__nav .pmm-nav-list {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.pmm-mobile-drawer__nav .pmm-nav-item {
		width: 100%;
	}

	.pmm-mobile-drawer__nav .pmm-nav-link {
		width: 100%;
		justify-content: space-between;
		padding: 12px 16px;
		font-size: 16px;
		border-radius: var(--radius-md);
	}
}

/* Mobile nested navigation: each submenu enters from the right. */
@media (max-width: 1023px) {
	.pmm-mobile-drawer__nav {
		position: relative;
		height: 100%;
		min-height: 0;
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: hidden;
		overscroll-behavior-x: none;
		touch-action: pan-y;
		padding: 0;
	}

	.pmm-mobile-drawer__nav .pmm-nav-list {
		position: relative;
		height: 100%;
		min-height: 100%;
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior-x: none;
		touch-action: pan-y;
		padding: 20px;
	}

	.pmm-mobile-drawer__nav .pmm-nav-item {
		position: static;
	}

	.pmm-mobile-drawer__nav.pmm-mobile-nav--panel-open .pmm-nav-list > .pmm-nav-item > .pmm-nav-link {
		visibility: hidden;
		pointer-events: none;
	}

	.pmm-mobile-drawer__nav .pmm-nav-link__icon,
	.pmm-mobile-drawer__nav .pmm-nav-item.is-accordion-open > .pmm-nav-link .pmm-nav-link__icon,
	.pmm-mobile-drawer__nav .pmm-nav-link[aria-expanded="true"] .pmm-nav-link__icon {
		transform: rotate(-90deg);
	}

	.pmm-mobile-drawer__nav .pmm-nav-item > .pmm-mega-panel,
	.pmm-mobile-drawer__nav .pmm-nav-item > .pmm-submenu {
		position: absolute;
		inset: 0;
		z-index: 5;
		display: block;
		width: 100%;
		min-width: 0;
		max-width: none;
		height: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: var(--color-surface);
		border: 0;
		border-radius: 0;
		box-shadow: -10px 0 28px rgba(1, 48, 68, 0.1);
		opacity: 1;
		visibility: hidden;
		transform: translateX(100%);
		pointer-events: none;
		overflow: hidden;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
	}

	.pmm-mobile-drawer__nav .pmm-nav-item.is-accordion-open > .pmm-mega-panel,
	.pmm-mobile-drawer__nav .pmm-nav-item.is-accordion-open > .pmm-submenu {
		visibility: visible;
		transform: translateX(0);
		pointer-events: auto;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-panel__header {
		position: sticky;
		top: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		gap: 12px;
		width: 100%;
		min-height: 64px;
		margin: 0;
		padding: 12px 20px;
		background: var(--color-surface);
		border-bottom: 1px solid var(--color-border);
		list-style: none;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-panel__back {
		display: inline-flex;
		flex: 0 0 52px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		min-height: 44px;
		padding: 4px 16px 4px 0;
		background: transparent !important;
		border: 0 !important;
		border-right: 1px solid var(--color-border) !important;
		color: var(--color-brand-900) !important;
		font: inherit;
		font-size: 12px;
		font-weight: 600;
		cursor: pointer;
		box-shadow: none !important;
		appearance: none;
		-webkit-appearance: none;
		white-space: nowrap;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-panel__back:hover,
	.pmm-mobile-drawer__nav .pmm-mobile-panel__back:focus-visible {
		color: var(--color-teal-700) !important;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-panel__back:focus-visible {
		outline: 3px solid var(--color-focus);
		outline-offset: 2px;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-panel__back-icon {
		font-size: 24px;
		font-weight: 400;
		line-height: 1;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-panel__title {
		min-width: 0;
		overflow: hidden;
		color: var(--color-brand-950);
		font-family: var(--font-headings);
		font-size: 17px;
		font-weight: 600;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-panel__title-group {
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-panel__eyebrow {
		overflow: hidden;
		color: var(--color-text-muted);
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.06em;
		line-height: 1.1;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.pmm-mobile-drawer__nav .pmm-mega-panel__inner {
		width: 100%;
		max-width: none;
		height: calc(100% - 64px);
		margin: 0;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior-x: none;
		touch-action: pan-y;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-mega-panel--category-open > .pmm-mega-panel__inner {
		visibility: hidden;
		pointer-events: none;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-mega-panel--category-open > .pmm-mobile-panel__header {
		visibility: hidden;
		pointer-events: none;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-panel {
		position: absolute;
		inset: 0;
		z-index: 6;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		background: var(--color-surface);
		visibility: hidden;
		transform: translateX(100%);
		pointer-events: none;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-panel.is-open {
		visibility: visible;
		transform: translateX(0);
		pointer-events: auto;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-panel__title-link {
		min-width: 0;
		overflow: hidden;
		color: var(--color-brand-950);
		font-family: var(--font-headings);
		font-size: 17px;
		font-weight: 600;
		line-height: 1.3;
		text-decoration: none;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-panel__list {
		flex: 1;
		min-height: 0;
		display: flex;
		flex-direction: column;
		gap: 4px;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior-x: none;
		touch-action: pan-y;
		margin: 0;
		padding: 20px;
		list-style: none;
	}

	.pmm-mobile-drawer__nav .pmm-mega-grid {
		display: flex;
		flex-direction: column;
		/* Mantener el mismo ritmo vertical que la lista principal del drawer. */
		gap: 12px;
	}

	.pmm-mobile-drawer__nav .pmm-mega-column {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.pmm-mobile-drawer__nav .pmm-mega-column__title {
		font-family: var(--font-headings);
		font-size: 16px;
		font-weight: 600;
		line-height: 1.3;
		margin: 0;
		color: var(--color-brand-950);
	}

	.pmm-mobile-drawer__nav .pmm-mega-column__title-link,
	.pmm-mobile-drawer__nav .pmm-mega-column__title-text {
		color: inherit;
		text-decoration: none;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-trigger {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		min-height: 44px;
		padding: 10px 16px;
		background: transparent !important;
		border: 0 !important;
		border-radius: var(--radius-md);
		color: var(--color-brand-950) !important;
		font: inherit;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.3;
		text-align: left;
		cursor: pointer;
		box-shadow: none !important;
		appearance: none;
		-webkit-appearance: none;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-trigger:hover,
	.pmm-mobile-drawer__nav .pmm-mobile-category-trigger:focus-visible {
		color: var(--color-teal-700) !important;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-trigger:focus-visible {
		outline: 3px solid var(--color-focus);
		outline-offset: 2px;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-trigger--active {
		background: var(--color-teal-100) !important;
		color: var(--color-brand-900) !important;
		font-weight: 700;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-trigger__icon {
		flex: 0 0 auto;
		font-size: 28px;
		font-weight: 400;
		line-height: 0.8;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-accordion-toggle {
		display: none;
	}

	.pmm-mobile-drawer__nav .pmm-mega-column__list {
		display: flex;
		flex-direction: column;
		gap: 4px;
		margin: 0;
		padding: 0 0 0 12px;
		list-style: none;
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-panel .pmm-mobile-category-panel__list {
		padding: 20px;
	}

	.pmm-mobile-drawer__nav .pmm-mega-column__item-link {
		display: block;
		padding: 8px 0;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.45;
		color: var(--color-text-muted);
		text-decoration: none;
	}

	.pmm-mobile-drawer__nav .pmm-mega-column__item-link:hover,
	.pmm-mobile-drawer__nav .pmm-mega-column__item-link:focus-visible {
		color: var(--color-brand-900);
	}

	.pmm-mobile-drawer__nav .pmm-mobile-category-panel__title-link:focus-visible,
	.pmm-mobile-drawer__nav .pmm-mega-column__item-link:focus-visible,
	.pmm-mobile-drawer__nav .pmm-submenu__link:focus-visible,
	.pmm-mobile-drawer__nav .pmm-mega-footer__btn:focus-visible {
		outline: 3px solid var(--color-focus);
		outline-offset: 3px;
	}

	.pmm-mobile-drawer__nav .pmm-mega-footer {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-top: 24px;
		padding-top: 20px;
		padding-bottom: 28px;
		border-top: 1px solid var(--color-border);
	}

	.pmm-mobile-drawer__nav .pmm-mega-footer__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		min-height: var(--pmm-widget-button-height);
		padding: 2px var(--pmm-widget-button-padding-x);
		border: var(--pmm-widget-button-border-width) solid transparent;
		border-radius: var(--pmm-widget-button-radius);
		font-size: 15px;
		font-weight: 600;
		line-height: 1.2;
		text-align: center;
		text-wrap: balance;
		text-decoration: none;
	}

	.pmm-mobile-drawer__nav .pmm-mega-footer__btn--primary {
		background: var(--color-brand-950);
		border-color: var(--color-brand-950);
		color: #ffffff;
	}

	.pmm-mobile-drawer__nav .pmm-mega-footer__btn--secondary {
		background: transparent;
		border-color: var(--color-brand-950);
		color: var(--color-brand-950);
	}

	.pmm-mobile-drawer__nav .pmm-nav-item > .pmm-submenu {
		overflow-y: auto;
	}

	.pmm-mobile-drawer__nav .pmm-nav-item > .pmm-submenu > .pmm-submenu__item {
		margin-right: 20px;
		margin-left: 20px;
	}

	/* Match the 20px top inset used by the mobile mega-menu result lists. */
	.pmm-mobile-drawer__nav .pmm-nav-item > .pmm-submenu > .pmm-mobile-panel__header + .pmm-submenu__item {
		padding-top: 20px;
	}

	.pmm-mobile-drawer__nav .pmm-submenu__link {
		display: block;
		padding: 8px 0;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.45;
		color: var(--color-text-muted);
		text-decoration: none;
	}

	.pmm-mobile-drawer__nav .pmm-submenu__item + .pmm-submenu__item {
		margin-top: 4px;
	}

	.pmm-mobile-drawer__nav .pmm-submenu__link:hover,
	.pmm-mobile-drawer__nav .pmm-submenu__link:focus-visible {
		background: transparent;
		color: var(--color-brand-900);
	}

	.pmm-mobile-drawer__nav .pmm-submenu--nested,
	.pmm-mobile-drawer__nav .pmm-submenu--deep {
		position: static;
		inset: auto;
		display: block;
		width: auto;
		height: auto;
		min-width: 0;
		margin: 0;
		padding: 0 0 0 16px;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
		overflow: visible;
	}

	.pmm-mobile-drawer__nav .pmm-submenu--nested .pmm-submenu__link,
	.pmm-mobile-drawer__nav .pmm-submenu--deep .pmm-submenu__link {
		padding: 8px 0;
	}
}

.pmm-mobile-drawer__footer {
	padding: 20px;
	border-top: 1px solid var(--color-border);
}

.pmm-mobile-drawer__footer .pmm-header__contact-links {
	justify-content: center;
	margin-right: 0;
	margin-bottom: 16px;
}

.pmm-mobile-drawer__footer .pmm-header__contact-link {
	width: 42px;
	height: 42px;
}

.pmm-button-cta--full {
	width: 100%;
	text-align: center;
}

/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
	.pmm-header *,
	.pmm-mega-panel,
	.pmm-submenu,
	.pmm-mobile-drawer__content,
	.pmm-mobile-drawer__overlay {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}

	.pmm-button-cta::before,
	.pmm-menu-cta::before,
	.pmm-button-cta__icon {
		animation: none !important;
		transition-duration: 0.01ms !important;
	}
}

/* ============================================================================
   CURRENT PAGE IN NAVIGATION
   ============================================================================ */
.pmm-menu-link--current,
.pmm-submenu__link--active,
.pmm-mega-column__item-link--active,
.pmm-mega-column__title-link--active,
.pmm-submenu__item--active > .pmm-submenu__link,
.pmm-mega-column__item--active > .pmm-mega-column__item-link {
	color: var(--color-brand-900);
	font-weight: 600;
}

.pmm-mega-column--active > .pmm-mega-column__title .pmm-mega-column__title-link,
.pmm-mega-column--active > .pmm-mega-column__title .pmm-mega-column__title-text {
	color: var(--color-brand-900);
}

@media (max-width: 1023px) {
	.pmm-mobile-drawer__nav .pmm-submenu__link--active,
	.pmm-mobile-drawer__nav .pmm-submenu__item--active > .pmm-submenu__link,
	.pmm-mobile-drawer__nav .pmm-mega-column__item-link--active,
	.pmm-mobile-drawer__nav .pmm-mega-column__item--active > .pmm-mega-column__item-link,
	.pmm-mobile-drawer__nav .pmm-mega-column__title-link--active {
		background: transparent;
		border-radius: 0;
		color: var(--color-brand-900);
		font-weight: 600;
	}
}

/* En escritorio, los subítems del megamenu mantienen un peso uniforme. */
@media (min-width: 1024px) {
	.pmm-header .pmm-header__navigation .pmm-mega-column__item,
	.pmm-header .pmm-header__navigation .pmm-mega-column__item-link {
		font-weight: 400 !important;
	}
}

/* ============================================================================
   HEADER NAVIGATION STYLE CONTRACT
   Elementor puede aplicar reglas globales a todos los enlaces del sitio.
   El menú del widget debe conservar aquí su propia jerarquía visual.
   ============================================================================ */
.pmm-header .pmm-header__navigation .pmm-nav-link,
.pmm-header .pmm-header__navigation .pmm-nav-link:visited,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link:visited {
	box-sizing: border-box;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--color-text) !important;
	font-family: var(--font-body) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	letter-spacing: normal !important;
	line-height: 1.4 !important;
	padding: 10px 18px !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.pmm-header .pmm-header__navigation .pmm-nav-link:hover,
.pmm-header .pmm-header__navigation .pmm-nav-link:focus-visible,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link:hover,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link:focus-visible {
	background-color: var(--color-surface-subtle) !important;
	color: var(--color-teal-700) !important;
}

.pmm-header .pmm-header__navigation .pmm-nav-link--active,
.pmm-header .pmm-header__navigation .pmm-nav-item--active > .pmm-nav-link,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link--active,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-item--active > .pmm-nav-link {
	background-color: var(--color-teal-100) !important;
	color: var(--color-brand-900) !important;
	font-weight: 600 !important;
}

/* Abrir un submenú no debe convertirlo en un estado de página activa. */
.pmm-header .pmm-header__navigation .pmm-nav-item.is-active > .pmm-nav-link,
.pmm-header .pmm-header__navigation .pmm-nav-link[aria-expanded="true"],
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-item.is-active > .pmm-nav-link,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link[aria-expanded="true"] {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--color-text) !important;
	font-weight: 500 !important;
}

.pmm-header .pmm-header__navigation .pmm-nav-item.is-active > .pmm-nav-link:hover,
.pmm-header .pmm-header__navigation .pmm-nav-item.is-active > .pmm-nav-link:focus-visible,
.pmm-header .pmm-header__navigation .pmm-nav-link[aria-expanded="true"]:hover,
.pmm-header .pmm-header__navigation .pmm-nav-link[aria-expanded="true"]:focus-visible,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-item.is-active > .pmm-nav-link:hover,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-item.is-active > .pmm-nav-link:focus-visible,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link[aria-expanded="true"]:hover,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link[aria-expanded="true"]:focus-visible {
	background-color: var(--color-surface-subtle) !important;
	color: var(--color-teal-700) !important;
}

/* El clic/foco no debe dejar estilos de botones globales sobre el enlace. */
.pmm-header .pmm-header__navigation .pmm-nav-link:focus,
.pmm-header .pmm-header__navigation .pmm-nav-link:active,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link:focus,
.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link:active {
	box-shadow: none !important;
}

/* La pagina actual mantiene su jerarquia visual aunque el menu este abierto o en hover. */
@media (min-width: 1024px) {
	.pmm-header .pmm-header__navigation .pmm-menu-link--current,
	.pmm-header .pmm-header__navigation .pmm-nav-link--active,
	.pmm-header .pmm-header__navigation .pmm-nav-item.pmm-nav-item--active > .pmm-nav-link,
	.pmm-header .pmm-header__navigation .pmm-nav-item.pmm-nav-item--active.is-active > .pmm-nav-link,
	.pmm-header .pmm-header__navigation .pmm-submenu__link--active,
	.pmm-header .pmm-header__navigation .pmm-submenu__item--active > .pmm-submenu__link,
	.pmm-header .pmm-header__navigation .pmm-mega-column__item-link--active,
	.pmm-header .pmm-header__navigation .pmm-mega-column__item--active > .pmm-mega-column__item-link,
	.pmm-header .pmm-header__navigation .pmm-mega-column__title-link--active,
	.pmm-header .pmm-header__navigation .pmm-mega-column--active > .pmm-mega-column__title .pmm-mega-column__title-link {
		font-weight: 600 !important;
	}
}

@media (max-width: 1023px) {
	.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link,
	.pmm-header .pmm-mobile-drawer__nav .pmm-nav-link:visited {
		font-size: 16px !important;
		padding: 12px 16px !important;
	}
}

/* ============================================================================
   REVIEW MARQUEE
   ============================================================================ */
.pmm-review-marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: var(--pmm-review-marquee-line-padding, 12px) 0;
	background: var(--pmm-review-marquee-background, var(--color-surface-subtle));
	color: var(--pmm-review-marquee-review-color, var(--color-text));
	font-family: var(--font-body);
	box-sizing: border-box;
	contain: layout paint style;
}

.pmm-review-marquee *,
.pmm-review-marquee *::before,
.pmm-review-marquee *::after {
	box-sizing: border-box;
}

.pmm-review-marquee__viewport {
	width: 100%;
	overflow: hidden;
	outline: none;
}

.pmm-review-marquee__viewport:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 4px;
}

.pmm-review-marquee__track {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: pmm-review-marquee-scroll var(--pmm-review-marquee-duration-desktop, var(--pmm-review-marquee-duration, 60s)) linear infinite;
}

.pmm-review-marquee__group {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}

.pmm-review-marquee__item {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
	padding: 2px var(--pmm-review-marquee-item-gap, 32px);
	border-right: var(--pmm-review-marquee-separator-width, 1px) var(--pmm-review-marquee-separator-style, solid) var(--pmm-review-marquee-separator-color, var(--color-border));
	color: var(--pmm-review-marquee-review-color, var(--color-text));
	white-space: nowrap;
}

.pmm-review-marquee__stars {
	display: inline-flex;
	align-items: center;
	gap: var(--pmm-review-marquee-star-gap, 3px);
	color: var(--pmm-review-marquee-star-color, #f2b233);
	line-height: 1;
}

.pmm-review-marquee__star {
	display: inline-flex;
	width: var(--pmm-review-marquee-star-size, 16px);
	height: var(--pmm-review-marquee-star-size, 16px);
	color: inherit;
	line-height: 0;
}

.pmm-review-marquee__star svg {
	display: block;
	width: 100%;
	height: 100%;
}

.pmm-review-marquee__star.is-empty {
	color: var(--pmm-review-marquee-star-empty-color, var(--color-border));
	opacity: 0.72;
}

.pmm-review-marquee__text {
	margin: 0;
	color: var(--pmm-review-marquee-review-color, var(--color-text));
	font-size: var(--pmm-review-marquee-review-size, 16px);
	font-weight: 400;
	line-height: 1.3;
}

.pmm-review-marquee__text::before {
	content: "\201C";
}

.pmm-review-marquee__text::after {
	content: "\201D";
}

.pmm-review-marquee__author {
	color: var(--pmm-review-marquee-author-color, var(--color-text-muted));
	font-size: var(--pmm-review-marquee-author-size, 13px);
	font-weight: 600;
	line-height: 1.3;
}

.pmm-review-marquee__author::before {
	content: "\2014\00a0";
}

.pmm-review-marquee__empty {
	margin: 0 auto;
	padding: 16px 20px;
	color: var(--color-text-muted);
	font-size: 15px;
	text-align: center;
}

.pmm-review-marquee--pause-hover .pmm-review-marquee__viewport:hover .pmm-review-marquee__track,
.pmm-review-marquee__viewport:focus .pmm-review-marquee__track {
	animation-play-state: paused;
}

@keyframes pmm-review-marquee-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (max-width: 1023px) {
	.pmm-review-marquee__track {
		animation-duration: var(--pmm-review-marquee-duration-tablet, var(--pmm-review-marquee-duration-desktop, 60s));
	}
}

@media (max-width: 767px) {
	.pmm-review-marquee__track {
		animation-duration: var(--pmm-review-marquee-duration-mobile, var(--pmm-review-marquee-duration-tablet, 60s));
	}
}

@media (prefers-reduced-motion: reduce) {
	.pmm-review-marquee__track {
		animation: none;
		will-change: auto;
	}

	.pmm-review-marquee__group[aria-hidden="true"] {
		display: none;
	}

	.pmm-review-marquee__viewport {
		overflow-x: auto;
		scrollbar-width: thin;
	}
}

/* ============================================================================
   TREATMENT CAROUSEL
   ============================================================================ */
.pmm-treatment-carousel,
.pmm-treatment-carousel *,
.pmm-treatment-carousel *::before,
.pmm-treatment-carousel *::after {
	box-sizing: border-box;
}

.pmm-treatment-carousel {
	width: 100%;
	max-width: 100%;
	color: var(--color-text);
	font-family: var(--font-body);
}

.pmm-treatment-carousel__viewport {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	/* Keep the card's lower border inside the clipped viewport. */
	padding-bottom: 1px;
	outline: none;
	overscroll-behavior-x: contain;
	touch-action: pan-y;
}

.pmm-treatment-carousel__viewport:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 5px;
	border-radius: var(--radius-lg);
}

.pmm-treatment-carousel__track {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-width: 0;
	gap: 24px;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.pmm-treatment-carousel__track.is-animating {
	transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pmm-treatment-carousel__viewport.is-dragging .pmm-treatment-carousel__track {
	transition: none;
}

.pmm-treatment-carousel__slide {
	min-width: 0;
	flex: 0 0 calc((100% - 48px) / 3);
}

.pmm-treatment-carousel__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: var(--color-border);
	border: 1px solid var(--color-border) !important;
	border-radius: var(--radius-lg);
	box-shadow: none;
	transition: background-color 420ms cubic-bezier(0.25, 0.8, 0.25, 1), border-color 420ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 420ms cubic-bezier(0.25, 0.8, 0.25, 1), transform 420ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pmm-treatment-carousel__media {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	isolation: isolate;
	aspect-ratio: 4 / 3;
	background: var(--color-surface-muted);
	cursor: pointer;
	border-radius: 0 !important;
	line-height: 0;
	transform-origin: center center;
	transition: transform 420ms cubic-bezier(0.25, 0.8, 0.25, 1);
	will-change: transform;
}

.pmm-treatment-carousel a,
.pmm-treatment-carousel a:hover,
.pmm-treatment-carousel a:focus,
.pmm-treatment-carousel a:active {
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
}

.pmm-treatment-carousel__media-link,
.pmm-treatment-carousel__image {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
}

.pmm-treatment-carousel__media-link {
	position: absolute;
	inset: 0;
	overflow: visible;
	text-decoration: none;
}

.pmm-treatment-carousel__media-link:focus-visible {
	position: absolute;
	inset: 0;
	z-index: 1;
	outline: 3px solid var(--color-focus);
	outline-offset: -3px;
}

.pmm-treatment-carousel__image {
	position: absolute;
	inset: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover !important;
	object-position: center center;
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	background: var(--color-surface-muted);
	transition: none;
}

.pmm-treatment-carousel__image-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
	background: var(--color-surface-muted);
}

.pmm-treatment-carousel__image-placeholder > span {
	display: block;
	width: 44px;
	height: 32px;
	border: 2px solid var(--color-text-muted);
	border-radius: var(--radius-sm);
	opacity: 0.45;
}

.pmm-treatment-carousel__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding: 20px;
	background: var(--color-surface);
	border-radius: 0 !important;
}

.pmm-treatment-carousel__category {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 0 0 12px;
	padding: 7px 10px;
	background: var(--color-teal-100);
	border-radius: var(--radius-pill);
	color: var(--color-brand-900);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pmm-treatment-carousel__title {
	width: 100%;
	margin: 0;
	color: #013044;
	font-family: var(--font-headings);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.pmm-treatment-carousel__title-link {
	color: #013044;
	font-family: var(--font-headings) !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-decoration: none;
	transition: color 160ms ease-out;
}

.pmm-treatment-carousel__title-link:hover,
.pmm-treatment-carousel__title-link:focus-visible {
	color: #013044;
}

.pmm-treatment-carousel__title-link:focus-visible,
.pmm-treatment-carousel__cta:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 3px;
	border-radius: 4px;
}

.pmm-treatment-carousel__description {
	width: 100%;
	margin: 14px 0 20px;
	color: var(--color-text-muted);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.pmm-treatment-carousel__cta {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-height: 44px;
	margin-top: auto;
	color: var(--color-teal-700);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: color 160ms ease-out;
}

.pmm-treatment-carousel__cta:hover {
	color: var(--color-brand-900);
}

.pmm-treatment-carousel__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pmm-treatment-carousel__cta-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.pmm-treatment-carousel__cta-icon path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pmm-treatment-carousel__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	margin-top: 24px;
}

.pmm-treatment-carousel__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	background: var(--color-surface);
	border: 1px solid var(--color-brand-900);
	border-radius: 50%;
	color: var(--color-brand-900);
	cursor: pointer;
	transition: background-color 160ms ease-out, border-color 160ms ease-out, color 160ms ease-out, opacity 160ms ease-out, transform 160ms ease-out;
}

.pmm-treatment-carousel__arrow:hover:not(:disabled),
.pmm-treatment-carousel__arrow:focus-visible:not(:disabled) {
	background: var(--color-teal-100);
	border-color: var(--color-brand-700);
	color: var(--color-brand-950);
}

.pmm-treatment-carousel__arrow:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 3px;
}

.pmm-treatment-carousel__arrow:active:not(:disabled) {
	transform: scale(0.96);
}

.pmm-treatment-carousel__arrow:disabled {
	opacity: 0.38;
	cursor: not-allowed;
}

.pmm-treatment-carousel__arrow svg {
	display: block;
	width: 20px;
	height: 20px;
}

.pmm-treatment-carousel__arrow path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pmm-treatment-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 auto;
	gap: 0;
	max-width: calc(100% - 120px);
	min-height: 44px;
	overflow-x: auto;
	padding: 0;
	background: transparent;
	border-radius: 0;
	scrollbar-width: none;
}

.pmm-treatment-carousel__dots::-webkit-scrollbar {
	display: none;
}

.pmm-treatment-carousel__controls[hidden],
.pmm-treatment-carousel__dot[hidden] {
	display: none !important;
}

.pmm-treatment-carousel__dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 6px;
	box-shadow: none !important;
	color: transparent;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	-webkit-user-select: none;
}

.pmm-treatment-carousel__dot + .pmm-treatment-carousel__dot {
	margin-left: -8px;
}

.pmm-treatment-carousel__dot::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: var(--color-teal-500);
	border-radius: var(--radius-pill);
	opacity: 0.72;
	transition: width 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 160ms ease-out, opacity 160ms ease-out;
}

.pmm-treatment-carousel__dot.is-active::before {
	width: 24px;
	background: var(--color-brand-900);
	opacity: 1;
}

.pmm-treatment-carousel__dot:hover::before,
.pmm-treatment-carousel__dot:focus-visible::before {
	background: var(--color-brand-700);
	opacity: 1;
}

.pmm-treatment-carousel__dot:focus-visible {
	position: relative;
	z-index: 2;
	outline: 3px solid var(--color-focus);
	outline-offset: -3px;
}

/* Touch browsers and themes may leave a pressed/focused button surface behind the dot. */
.pmm-treatment-carousel__dot:focus:not(:focus-visible),
.pmm-treatment-carousel__dot:active {
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.pmm-treatment-carousel__empty {
	width: 100%;
	padding: 24px;
	background: var(--color-surface-subtle);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	color: var(--color-text-muted);
	font-size: 1rem;
	text-align: center;
}

@media (hover: hover) and (pointer: fine) {
	/* Reserve the hover lift inside the clipped viewport so the top border stays visible. */
	.pmm-treatment-carousel__viewport {
		padding-top: 2px;
		cursor: grab;
	}

	.pmm-treatment-carousel__viewport.is-pointer-active,
	.pmm-treatment-carousel__viewport.is-dragging,
	.pmm-treatment-carousel__viewport.is-pointer-active a,
	.pmm-treatment-carousel__viewport.is-dragging a {
		cursor: grabbing;
		user-select: none;
		-webkit-user-select: none;
	}

	.pmm-treatment-carousel__card:hover {
		transform: translateY(-2px);
		border-color: var(--color-brand-700) !important;
		background-color: var(--color-brand-700);
		box-shadow: var(--shadow-sm);
	}

	.pmm-treatment-carousel__card:hover .pmm-treatment-carousel__media {
		transform: scale(1.02);
	}

	.pmm-treatment-carousel__cta:hover .pmm-treatment-carousel__cta-icon {
		transform: translateX(3px);
	}
}

@media (max-width: 1023px) {
	.pmm-treatment-carousel__track {
		gap: 20px;
	}

	.pmm-treatment-carousel__slide {
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 767px) {
	.pmm-treatment-carousel__viewport {
		overflow-x: auto;
		overflow-y: hidden;
		scroll-padding-inline: 32px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x pan-y;
	}

	.pmm-treatment-carousel__viewport::-webkit-scrollbar {
		display: none;
	}

	.pmm-treatment-carousel__track {
		align-items: flex-start;
		gap: 16px;
		padding-inline: 32px;
		transform: none;
	}

	.pmm-treatment-carousel__slide {
		/* The track padding centers the active card and leaves a small peek on each side. */
		flex-basis: 100%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	/* Make the final slide wider outside while keeping its card aligned with the others. */
	.pmm-treatment-carousel__slide:last-child {
		flex-basis: calc(100% + 2rem);
		padding-inline-end: 2rem;
	}

	.pmm-treatment-carousel__content {
		padding: 20px;
	}

	.pmm-treatment-carousel__card {
		height: auto;
	}

	.pmm-treatment-carousel__title {
		font-size: 1.25rem;
	}

	.pmm-treatment-carousel__controls {
		justify-content: center;
		margin-top: 20px;
	}

	.pmm-treatment-carousel__arrow {
		display: none;
	}

	.pmm-treatment-carousel__dots {
		width: max-content;
		max-width: 100%;
		justify-content: flex-start;
		margin-inline: auto;
	}

	.pmm-treatment-carousel__dot + .pmm-treatment-carousel__dot {
		margin-left: -20px;
	}

	.pmm-treatment-carousel__dot::before {
		width: 6px;
		height: 6px;
	}

	.pmm-treatment-carousel__dot.is-active::before {
		width: 18px;
	}
}

/* Static treatment layout: keep the card surface while removing carousel mechanics. */
.pmm-treatment-carousel--grid .pmm-treatment-carousel__viewport {
	overflow: visible;
	padding: 0;
	touch-action: auto;
	cursor: default;
}

.pmm-treatment-carousel--grid .pmm-treatment-carousel__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	transform: none;
	will-change: auto;
}

.pmm-treatment-carousel--grid .pmm-treatment-carousel__track.is-animating {
	transition: none;
}

.pmm-treatment-carousel--grid .pmm-treatment-carousel__item {
	display: flex;
	min-width: 0;
}

.pmm-treatment-carousel--grid .pmm-treatment-carousel__card {
	height: 100%;
}

@media (max-width: 1023px) {
	.pmm-treatment-carousel--grid .pmm-treatment-carousel__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.pmm-treatment-carousel--grid .pmm-treatment-carousel__viewport {
		overflow: visible;
		scroll-padding: 0;
		scroll-snap-type: none;
		-webkit-overflow-scrolling: auto;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__track {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
		padding-inline: 0;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__item {
		scroll-snap-align: none;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__card {
		display: grid;
		grid-template-columns: minmax(160px, 34%) minmax(0, 1fr);
		height: auto;
		min-height: 210px;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__media {
		aspect-ratio: auto;
		height: 100%;
		min-height: 210px;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__content {
		min-width: 0;
		padding: 14px 12px 12px;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__category {
		margin-bottom: 8px;
		padding: 4px 8px;
		font-size: 0.6875rem;
		line-height: 1.2;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__title {
		font-size: 1rem;
		line-height: 1.2;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__description {
		display: -webkit-box;
		margin: 8px 0 10px;
		overflow: hidden;
		font-size: 0.9rem;
		line-height: 1.45;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__cta {
		width: 100%;
		min-height: 0;
		justify-content: space-between;
		font-size: 0.6875rem;
		font-weight: 700;
		letter-spacing: 0.03em;
		line-height: 1.25;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__cta > span:first-child {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pmm-treatment-carousel--grid .pmm-treatment-carousel__cta-icon {
		width: 14px;
		height: 14px;
		flex: 0 0 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pmm-treatment-carousel__track,
	.pmm-treatment-carousel__track.is-animating,
	.pmm-treatment-carousel__card,
	.pmm-treatment-carousel__media,
	.pmm-treatment-carousel__title-link,
	.pmm-treatment-carousel__cta,
	.pmm-treatment-carousel__cta-icon,
	.pmm-treatment-carousel__arrow,
	.pmm-treatment-carousel__dot::before {
		transition-duration: 0.01ms !important;
	}

	.pmm-treatment-carousel__card:hover {
		transform: none;
	}

	.pmm-treatment-carousel__card:hover .pmm-treatment-carousel__media {
		transform: none;
	}
}

/* ============================================================================
   BENEFITS CAROUSEL
   ============================================================================ */
.pmm-benefits-carousel,
.pmm-benefits-carousel *,
.pmm-benefits-carousel *::before,
.pmm-benefits-carousel *::after {
	box-sizing: border-box;
}

.pmm-benefits-carousel {
	width: 100%;
	max-width: 100%;
	padding-left: 2rem;
	color: var(--color-text);
	font-family: var(--font-body);
}

.pmm-benefits-carousel__viewport {
	width: 100%;
	min-width: 0;
	padding: 4px 0 16px;
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
}

.pmm-benefits-carousel__track {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-width: 0;
	gap: 18px;
	margin: 0;
	padding: 0;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.pmm-benefits-carousel__track.is-animating {
	transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pmm-benefits-carousel__track:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 5px;
	border-radius: var(--radius-lg);
}

.pmm-benefits-carousel__viewport.is-pointer-active,
.pmm-benefits-carousel__viewport.is-dragging {
	cursor: grabbing;
	user-select: none;
	-webkit-user-select: none;
}

.pmm-benefits-carousel__viewport.is-dragging .pmm-benefits-carousel__track {
	transition: none;
}

.pmm-benefits-carousel__slide {
	position: relative;
	min-width: 0;
	flex: 0 0 100%;
}

.pmm-benefits-carousel__card {
	position: relative;
	display: block;
	min-width: 0;
	overflow: visible;
}

.pmm-benefits-carousel__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	background: var(--color-teal-100);
	box-shadow: var(--shadow-sm);
	line-height: 0;
}

.pmm-benefits-carousel__image,
.pmm-benefits-carousel__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.pmm-benefits-carousel__image {
	position: absolute;
	inset: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover !important;
	object-position: 50% 50% !important;
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	background: var(--color-surface-muted);
}

.pmm-benefits-carousel__image.is-portrait {
	object-fit: contain !important;
	object-position: 50% 50% !important;
	background: var(--color-surface-muted);
}

.pmm-benefits-carousel__image-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: var(--color-surface-muted);
}

.pmm-benefits-carousel__image-placeholder > span {
	display: block;
	width: 44px;
	height: 32px;
	border: 2px solid var(--color-text-muted);
	border-radius: var(--radius-sm);
	opacity: 0.45;
}

/* The overlap is intentional: the white panel anchors the message to the photo. */
.pmm-benefits-carousel__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 76%;
	min-width: 0;
	margin: -88px 0 0 14%;
	padding: 24px 28px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
}

.pmm-benefits-carousel__step {
	display: none;
	margin: 0 0 8px;
	color: var(--color-teal-700);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pmm-benefits-carousel__title {
	margin: 0 0 7px;
	color: var(--color-brand-950);
	font-family: var(--font-headings);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.pmm-benefits-carousel__description {
	margin: 0 !important;
	margin-block-end: 0 !important;
	color: var(--color-text-muted);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
}

.pmm-benefits-carousel__body > :last-child {
	margin-block-end: 0 !important;
}

.pmm-benefits-carousel__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 16px;
	padding-inline: 0;
}

.pmm-benefits-carousel__progress {
	display: none;
	align-items: center;
	gap: 12px;
	color: var(--color-text-muted);
	font-size: 0.75rem;
	font-weight: 700;
}

.pmm-benefits-carousel__mobile-count {
	display: none;
	color: var(--color-brand-900);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
}

.pmm-benefits-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.pmm-benefits-carousel__dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: var(--radius-pill);
	background: transparent !important;
	box-shadow: none !important;
	color: transparent;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
}

.pmm-benefits-carousel__dot::before {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: var(--radius-pill);
	background: rgba(0, 90, 115, 0.2);
	content: '';
	transition: width 160ms ease-out, background-color 160ms ease-out;
}

.pmm-benefits-carousel__dot.is-active::before {
	width: 20px;
	background: var(--color-teal-500);
}

.pmm-benefits-carousel__dot:hover::before,
.pmm-benefits-carousel__dot:focus-visible::before {
	background: var(--color-teal-700);
}

.pmm-benefits-carousel__dot:focus-visible {
	position: relative;
	z-index: 2;
	outline: 3px solid var(--color-focus);
	outline-offset: -3px;
}

.pmm-benefits-carousel__dot:focus:not(:focus-visible),
.pmm-benefits-carousel__dot:active {
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.pmm-benefits-carousel__controls {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transform: translateX(-1rem);
	padding: 4px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-pill);
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
}

.pmm-benefits-carousel__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 44px;
	padding-inline: 8px;
	color: var(--color-brand-900);
	font-size: 0.75rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.pmm-benefits-carousel__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	border: 0;
	border-radius: var(--radius-pill);
	background: transparent;
	color: var(--color-brand-950);
	cursor: pointer;
	transition: background-color 160ms ease-out, color 160ms ease-out, opacity 160ms ease-out, transform 160ms ease-out;
}

.pmm-benefits-carousel__arrow:hover:not(:disabled),
.pmm-benefits-carousel__arrow:focus-visible:not(:disabled) {
	background: var(--color-teal-100);
	color: var(--color-teal-700);
	transform: translateY(-1px);
}

.pmm-benefits-carousel__arrow:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 3px;
}

.pmm-benefits-carousel__arrow:active:not(:disabled) {
	transform: scale(0.96);
}

.pmm-benefits-carousel__arrow:disabled {
	cursor: not-allowed;
	opacity: 0.35;
}

.pmm-benefits-carousel__arrow svg {
	display: block;
	width: 20px;
	height: 20px;
}

.pmm-benefits-carousel__arrow path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pmm-benefits-carousel__empty {
	width: 100%;
	padding: 24px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	background: var(--color-surface-subtle);
	color: var(--color-text-muted);
	font-size: 1rem;
	text-align: center;
}

@media (hover: hover) and (pointer: fine) {
	.pmm-benefits-carousel__card:hover .pmm-benefits-carousel__image:not(.is-portrait) {
		transform: scale(1.03);
		transition: transform 500ms ease;
	}
}

@media (max-width: 767px) {
	.pmm-benefits-carousel {
		margin: 0;
	}

	.pmm-benefits-carousel__viewport {
		padding: 2px 0 14px;
	}

	.pmm-benefits-carousel__track {
		gap: 14px;
		padding: 0;
	}

	.pmm-benefits-carousel__track.is-animating {
		transition-duration: 460ms;
	}

	.pmm-benefits-carousel__slide {
		flex-basis: calc(100% - 30px);
		cursor: pointer;
	}

	.pmm-benefits-carousel__media {
		aspect-ratio: 4 / 3;
		min-height: 260px;
		border-radius: var(--radius-lg);
	}

	.pmm-benefits-carousel__body {
		width: auto;
		margin: -32px 16px 0;
		padding: 20px 18px;
		border-radius: var(--radius-md);
	}

	.pmm-benefits-carousel__title {
		margin-bottom: 6px;
		font-size: 1.25rem;
	}

	.pmm-benefits-carousel__description {
		font-size: 0.875rem;
		line-height: 1.55;
	}

	.pmm-benefits-carousel__footer {
		justify-content: center;
		margin-top: 8px;
		padding-inline: 0;
	}

	.pmm-benefits-carousel__progress {
		display: none !important;
	}

	.pmm-benefits-carousel__mobile-count {
		display: none !important;
	}

	.pmm-benefits-carousel__dots {
		display: none !important;
	}

	.pmm-benefits-carousel__controls {
		display: inline-flex;
	}

	.pmm-benefits-carousel__count {
		display: inline-flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pmm-benefits-carousel__track.is-animating {
		transition-duration: 0.01ms !important;
	}

	.pmm-benefits-carousel__image,
	.pmm-benefits-carousel__arrow,
	.pmm-benefits-carousel__dot::before {
		transition-duration: 0.01ms !important;
	}
}

/* ==========================================================================
   SPECIALTY PATHWAYS / ROUTES BY NEED
   ========================================================================== */
.pmm-specialty-pathways {
	--pmm-specialty-font-heading: 'Manrope', -apple-system, 'Segoe UI', sans-serif;
	--pmm-specialty-font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
	--pmm-specialty-columns: 3;
	--pmm-specialty-menu-max-width: 620px;
	--pmm-specialty-filter-width: 360px;
	position: relative;
	width: 100%;
	overflow: visible;
	color: var(--color-text);
	font-family: var(--pmm-specialty-font-body);
}

.pmm-specialty-pathways,
.pmm-specialty-pathways * {
	box-sizing: border-box;
}

.pmm-specialty-pathways__search {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 28px;
}

.pmm-specialty-pathways__search-control {
	position: relative;
	width: min(100%, 640px);
}

.pmm-specialty-pathways .pmm-specialty-pathways__search-input {
	display: block;
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 0 52px !important;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
	color: var(--color-brand-950);
	font-family: var(--pmm-specialty-font-body);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	outline: 0;
	text-indent: 0;
	transition: border-color 160ms ease-out, box-shadow 160ms ease-out;
}

.pmm-specialty-pathways .pmm-specialty-pathways__search-input::placeholder {
	color: var(--color-text-muted);
	opacity: 0.82;
}

.pmm-specialty-pathways .pmm-specialty-pathways__search-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}

.pmm-specialty-pathways .pmm-specialty-pathways__search-input:hover,
.pmm-specialty-pathways .pmm-specialty-pathways__search-input:focus {
	border-color: #a7d4d7;
	box-shadow: 0 0 0 3px rgba(0, 176, 173, 0.1), var(--shadow-sm);
}

.pmm-specialty-pathways__search-icon {
	position: absolute;
	top: 50%;
	left: 17px;
	display: block;
	width: 20px;
	height: 20px;
	z-index: 1;
	color: var(--color-text-muted);
	pointer-events: none;
	transform: translateY(-50%);
}

.pmm-specialty-pathways__search-clear {
	position: absolute;
	top: 50%;
	right: 12px;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: var(--radius-pill);
	background: transparent;
	color: var(--color-text-muted);
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 160ms ease-out, background-color 160ms ease-out;
}

.pmm-specialty-pathways__search-clear[hidden] {
	display: none;
}

.pmm-specialty-pathways__search-clear:hover,
.pmm-specialty-pathways__search-clear:focus-visible {
	background: var(--color-teal-100);
	color: var(--color-brand-900);
	outline: 0;
}

.pmm-specialty-pathways__search-clear svg {
	display: block;
	width: 17px;
	height: 17px;
}

.pmm-specialty-pathways__category-nav {
	display: block;
	width: min(100%, 1240px);
	margin: 0 auto 28px;
}

.pmm-specialty-pathways .pmm-specialty-pathways__category-heading {
	margin: 0 0 12px;
	color: var(--color-brand-950);
	font-family: var(--pmm-specialty-font-heading);
	font-size: 1rem !important;
	font-weight: 700;
	line-height: 1.35;
}

.pmm-specialty-pathways__category-cards {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-auto-rows: minmax(96px, auto);
	column-gap: 14px;
	row-gap: 14px;
	width: 100%;
}

.pmm-specialty-pathways .pmm-specialty-pathways__category-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 96px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(216, 229, 231, 0.95);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
	color: var(--color-brand-950);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease-out, background-color 160ms ease-out, box-shadow 160ms ease-out, transform 160ms ease-out;
}

.pmm-specialty-pathways .pmm-specialty-pathways__category-card:hover,
.pmm-specialty-pathways .pmm-specialty-pathways__category-card:focus-visible,
.pmm-specialty-pathways .pmm-specialty-pathways__category-card[aria-pressed="true"] {
	border-color: #8bcdd0;
	background: #f1fbfb;
	box-shadow: 0 6px 18px rgba(1, 48, 68, 0.08);
	outline: 0;
	transform: translateY(-1px);
}

.pmm-specialty-pathways .pmm-specialty-pathways__category-card[aria-pressed="true"] {
	box-shadow: inset 0 0 0 1px rgba(0, 176, 173, 0.12), 0 6px 18px rgba(1, 48, 68, 0.08);
}

.pmm-specialty-pathways__category-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 4px;
	padding: 0;
}

.pmm-specialty-pathways__category-copy strong,
.pmm-specialty-pathways__category-copy small {
	display: -webkit-box;
	min-width: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.pmm-specialty-pathways__category-copy strong {
	-webkit-line-clamp: 2;
	color: var(--color-brand-950);
	font-family: var(--pmm-specialty-font-heading);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3;
}

.pmm-specialty-pathways__category-copy small {
	-webkit-line-clamp: 2;
	color: var(--color-text-muted);
	font-family: var(--pmm-specialty-font-body);
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.pmm-specialty-pathways__category-cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 899px) {
	.pmm-specialty-pathways__category-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.pmm-specialty-pathways__filter-bar {
	display: none;
	grid-template-columns: max-content minmax(280px, var(--pmm-specialty-filter-width)) minmax(0, 1fr);
	align-items: center;
	column-gap: 16px;
	width: 100%;
	margin: 0 0 32px;
	overflow: visible;
	padding: 12px 0;
	background: transparent;
}

.pmm-specialty-pathways:not(.is-enhanced) .pmm-specialty-pathways__filter-bar {
	display: grid;
}

.pmm-specialty-pathways__filter-select-label {
	justify-self: start;
	margin: 0;
	color: var(--color-brand-950);
	font-family: var(--pmm-specialty-font-heading);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap;
}

.pmm-specialty-pathways__select-wrap {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: var(--pmm-specialty-filter-width);
	overflow: visible;
}

.pmm-specialty-pathways__native-select,
.pmm-specialty-pathways__select-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 56px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	box-shadow: none;
	color: var(--color-brand-950);
	font: inherit;
	font-family: var(--pmm-specialty-font-heading);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
}

.pmm-specialty-pathways__native-select {
	appearance: auto;
	-webkit-appearance: auto;
	cursor: pointer;
}

.pmm-specialty-pathways.is-enhanced .pmm-specialty-pathways__native-select {
	display: none;
}

.pmm-specialty-pathways__select-trigger {
	display: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: border-color 160ms ease-out, box-shadow 160ms ease-out, background-color 160ms ease-out;
}

.pmm-specialty-pathways.is-enhanced .pmm-specialty-pathways__select-trigger {
	display: flex;
}

.pmm-specialty-pathways__select-trigger:hover,
.pmm-specialty-pathways__select-trigger:focus,
.pmm-specialty-pathways__select-trigger:focus-visible,
.pmm-specialty-pathways__select-trigger:active,
.pmm-specialty-pathways__select-trigger[aria-expanded="true"] {
	border-color: var(--color-teal-700);
	background: var(--color-surface) !important;
	background-color: var(--color-surface) !important;
	color: var(--color-brand-950) !important;
	box-shadow: none !important;
}

.pmm-specialty-pathways__select-trigger:hover .pmm-specialty-pathways__select-icon,
.pmm-specialty-pathways__select-trigger:focus .pmm-specialty-pathways__select-icon,
.pmm-specialty-pathways__select-trigger:focus-visible .pmm-specialty-pathways__select-icon,
.pmm-specialty-pathways__select-trigger:active .pmm-specialty-pathways__select-icon,
.pmm-specialty-pathways__select-trigger[aria-expanded="true"] .pmm-specialty-pathways__select-icon {
	color: var(--color-teal-700) !important;
}

.pmm-specialty-pathways__select-trigger:focus-visible,
.pmm-specialty-pathways__native-select:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 2px;
}

.pmm-specialty-pathways__select-value {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--color-brand-950) !important;
	font-family: var(--pmm-specialty-font-heading);
	font-size: 0.9375rem;
	font-weight: 700;
	opacity: 1 !important;
	visibility: visible !important;
	white-space: nowrap;
}

.pmm-specialty-pathways__select-trigger:hover .pmm-specialty-pathways__select-value,
.pmm-specialty-pathways__select-trigger:focus .pmm-specialty-pathways__select-value,
.pmm-specialty-pathways__select-trigger:focus-visible .pmm-specialty-pathways__select-value,
.pmm-specialty-pathways__select-trigger[aria-expanded="true"] .pmm-specialty-pathways__select-value {
	color: var(--color-brand-950) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.pmm-specialty-pathways__select-icon {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-left: 12px;
	color: var(--color-teal-700);
	transition: transform 160ms ease-out;
}

.pmm-specialty-pathways__select-trigger[aria-expanded="true"] .pmm-specialty-pathways__select-icon {
	transform: rotate(180deg);
}

.pmm-specialty-pathways__options {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 30;
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	gap: 4px;
	width: max-content;
	min-width: 100%;
	max-width: min(var(--pmm-specialty-menu-max-width), calc(100vw - 32px));
	max-height: min(520px, calc(100vh - 120px));
	overflow-y: auto;
	padding: 8px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	background: var(--color-surface);
	box-shadow: var(--shadow-md);
}

.pmm-specialty-pathways__options[hidden] {
	display: none;
}

.pmm-specialty-pathways__option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	min-height: 64px;
	gap: 12px;
	padding: 12px 12px;
	border: 1px solid transparent;
	border-radius: var(--radius-md);
	background: transparent;
	color: var(--color-brand-950);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: background-color 160ms ease-out, border-color 160ms ease-out, color 160ms ease-out;
}

.pmm-specialty-pathways__option:hover,
.pmm-specialty-pathways__option:focus-visible {
	border-color: #b8dfe1;
	background: var(--color-teal-100);
	color: var(--color-brand-900);
	outline: 0;
}

.pmm-specialty-pathways__option[aria-selected="true"] {
	border-color: #b8dfe1;
	background: #eefafa;
	color: var(--color-brand-900);
}

.pmm-specialty-pathways__option--all {
	grid-column: 1 / -1;
	margin-bottom: 4px;
	border-bottom-color: var(--color-border);
	border-radius: 0;
}

.pmm-specialty-pathways__option--all[aria-selected="true"],
.pmm-specialty-pathways__option--all:hover,
.pmm-specialty-pathways__option--all:focus-visible {
	border-radius: var(--radius-md);
}

.pmm-specialty-pathways__option-copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.pmm-specialty-pathways__option-copy strong,
.pmm-specialty-pathways__option-copy small {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pmm-specialty-pathways__option-copy strong {
	font-family: var(--pmm-specialty-font-heading);
	font-size: 0.8125rem;
	line-height: 1.3;
}

.pmm-specialty-pathways__option-copy small {
	font-family: var(--pmm-specialty-font-body);
	color: var(--color-text-muted);
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.3;
}

.pmm-specialty-pathways__options::-webkit-scrollbar {
	width: 8px;
}

.pmm-specialty-pathways__options::-webkit-scrollbar-thumb {
	border: 2px solid var(--color-surface);
	border-radius: var(--radius-pill);
	background: #bfd9dc;
}

.pmm-specialty-pathways__options::-webkit-scrollbar-track {
	background: transparent;
}

.pmm-specialty-pathways__status {
	display: inline-flex;
	align-items: center;
	justify-self: end;
	gap: 8px;
	margin: 0;
	color: var(--color-text-muted);
	font-family: var(--pmm-specialty-font-body);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
}

.pmm-specialty-pathways__status::before {
	display: block;
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: var(--radius-pill);
	background: var(--color-teal-500);
	box-shadow: 0 0 0 5px rgba(0, 176, 173, 0.12);
	content: '';
}

.pmm-specialty-pathways__results-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0 0 14px;
}

.pmm-specialty-pathways .pmm-specialty-pathways__results-title {
	min-width: 0;
	margin: 0;
	color: var(--color-brand-950);
	font-family: var(--pmm-specialty-font-heading);
	font-size: 1.125rem !important;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.pmm-specialty-pathways__results-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	flex: 0 0 auto;
	min-width: 0;
}

.pmm-specialty-pathways__results-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 34px;
	margin: 0;
	padding: 7px 12px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-pill);
	background: var(--color-surface);
	box-shadow: none;
	color: var(--color-brand-900);
	font-family: var(--pmm-specialty-font-body);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	transition: border-color 160ms ease-out, background-color 160ms ease-out, box-shadow 160ms ease-out, color 160ms ease-out;
}

.pmm-specialty-pathways__results-reset:hover,
.pmm-specialty-pathways__results-reset:focus-visible {
	border-color: #8bcdd0;
	background: #f1fbfb;
	color: var(--color-teal-700);
	outline: 0;
	box-shadow: 0 4px 12px rgba(1, 48, 68, 0.08);
}

.pmm-specialty-pathways__results-reset svg {
	display: block;
	width: 16px;
	height: 16px;
}

.pmm-specialty-pathways__results-reset svg path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.pmm-specialty-pathways__no-results {
	width: 100%;
	margin: 4px 0 0;
	padding: 22px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	color: var(--color-text-muted);
	font-family: var(--pmm-specialty-font-body);
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
}

.pmm-specialty-pathways__routes {
	display: grid;
	grid-template-columns: repeat(var(--pmm-specialty-columns), minmax(0, 1fr));
	grid-auto-rows: max-content;
	align-content: start;
	align-items: stretch;
	gap: 24px;
	width: 100%;
}

.pmm-specialty-pathways.is-enhanced .pmm-specialty-pathways__routes[data-masonry-layout="columns"] {
	display: flex !important;
	align-items: flex-start;
	gap: 16px;
}

.pmm-specialty-pathways__masonry-columns {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
	min-width: 0;
}

.pmm-specialty-pathways__masonry-column {
	display: flex;
	min-width: 0;
	flex: 1 1 0;
	flex-direction: column;
	gap: 16px;
}

.pmm-specialty-pathways.is-enhanced .pmm-specialty-pathways__masonry-column > .pmm-specialty-pathways__card {
	width: 100%;
	align-self: stretch;
}

.pmm-specialty-pathways__category {
	display: contents;
}

.pmm-specialty-pathways__category[hidden] {
	display: none !important;
}

.pmm-specialty-pathways__category-grid {
	display: contents;
}

.pmm-specialty-pathways__card {
	display: block;
	min-width: 0;
	min-height: 0;
	height: auto;
	align-self: stretch;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
	transition: height 460ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 180ms ease;
	will-change: height;
}

.pmm-specialty-pathways__card-layout {
	display: grid;
	grid-template-columns: minmax(0, clamp(120px, 28%, 148px)) minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr);
	min-height: 188px;
	overflow: hidden;
	transition: height 460ms cubic-bezier(0.22, 0.61, 0.36, 1), grid-template-columns 460ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.pmm-specialty-pathways__card[data-state="opening"] .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card[data-state="open"] .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card.is-description-opening .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card.is-description-open .pmm-specialty-pathways__card-layout {
	grid-template-columns: minmax(0, 0px) minmax(0, 1fr);
}

.pmm-specialty-pathways__card[data-state="closing"] .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card[data-state="closed"] .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card.is-description-closing .pmm-specialty-pathways__card-layout {
	grid-template-columns: minmax(0, clamp(120px, 28%, 148px)) minmax(0, 1fr);
}

.pmm-specialty-pathways__card[data-state="opening"],
.pmm-specialty-pathways__card[data-state="open"],
.pmm-specialty-pathways__card.is-description-open,
.pmm-specialty-pathways__card.is-description-opening {
	min-height: 0 !important;
}

.pmm-specialty-pathways__card[data-state="opening"] .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card[data-state="open"] .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card[data-state="closing"] .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card.is-description-opening .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card.is-description-open .pmm-specialty-pathways__card-layout,
.pmm-specialty-pathways__card.is-description-closing .pmm-specialty-pathways__card-layout {
	min-height: 0;
}

.pmm-specialty-pathways__card[hidden] {
	display: none !important;
}

.pmm-specialty-pathways__card-media {
	position: relative;
	min-width: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 0 !important;
	margin: 0;
	border: 0;
	background: var(--color-surface-muted);
	cursor: pointer;
	opacity: 1;
	transform: translateX(0) scale(1);
	transform-origin: left center;
	transition: opacity 310ms ease, transform 460ms cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: opacity, transform;
}

/* Elementor/theme card presets must not impose a fixed media height here. */
.pmm-specialty-pathways .pmm-specialty-pathways__card-media.specialty-card__top {
	min-height: 0 !important;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.pmm-specialty-pathways__card[data-state="opening"] .pmm-specialty-pathways__card-media,
.pmm-specialty-pathways__card[data-state="open"] .pmm-specialty-pathways__card-media,
.pmm-specialty-pathways__card.is-description-opening .pmm-specialty-pathways__card-media,
.pmm-specialty-pathways__card.is-description-open .pmm-specialty-pathways__card-media {
	opacity: 0;
	transform: translateX(-16px);
	pointer-events: none;
}

.pmm-specialty-pathways__card[data-state="closing"] .pmm-specialty-pathways__card-media,
.pmm-specialty-pathways__card[data-state="closed"] .pmm-specialty-pathways__card-media {
	opacity: 1;
	transform: translateX(0) scale(1);
}

.pmm-specialty-pathways__card-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center center;
	-webkit-user-drag: none;
	user-select: none;
}

.pmm-specialty-pathways__card-body {
	display: flex;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	flex-direction: column;
	align-self: stretch;
	justify-content: space-between;
	padding: 16px 14px;
}

.pmm-specialty-pathways__card[data-state="opening"] .pmm-specialty-pathways__card-body,
.pmm-specialty-pathways__card[data-state="open"] .pmm-specialty-pathways__card-body,
.pmm-specialty-pathways__card.is-description-opening .pmm-specialty-pathways__card-body,
.pmm-specialty-pathways__card.is-description-open .pmm-specialty-pathways__card-body {
	justify-content: flex-start !important;
}

/* Keep the footer anchored to the bottom while the closing height animates. */
.pmm-specialty-pathways__card[data-state="closing"] .pmm-specialty-pathways__card-body {
	justify-content: space-between !important;
}

.pmm-specialty-pathways__card-main,
.pmm-specialty-pathways__card-footer {
	min-width: 0;
}

.pmm-specialty-pathways__card-main {
	min-height: 0;
}

.pmm-specialty-pathways__card-footer {
	margin-top: 14px;
	padding-top: 0;
}

.pmm-specialty-pathways__card-title {
	margin: 0;
	color: var(--color-brand-950);
	font-family: var(--pmm-specialty-font-heading);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.pmm-specialty-pathways__description-disclosure {
	display: block;
	min-width: 0;
	margin: 0;
}

.pmm-specialty-pathways__description-native-summary {
	display: none;
}

.pmm-specialty-pathways .pmm-specialty-pathways__description-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: none;
	min-height: 0 !important;
	height: auto !important;
	margin: 14px 0 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #00807D !important;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--pmm-specialty-font-body);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	text-align: left;
}

.pmm-specialty-pathways .pmm-specialty-pathways__description-toggle:hover,
.pmm-specialty-pathways .pmm-specialty-pathways__description-toggle:active,
.pmm-specialty-pathways .pmm-specialty-pathways__description-toggle:focus {
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #00807D !important;
}

.pmm-specialty-pathways .pmm-specialty-pathways__description-toggle::before,
.pmm-specialty-pathways .pmm-specialty-pathways__description-toggle::after {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.pmm-specialty-pathways__description-toggle:focus {
	outline: none;
}

.pmm-specialty-pathways__description-toggle:focus-visible {
	outline: none;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.pmm-specialty-pathways__description-toggle-label {
	display: inline-flex;
	min-width: 0;
	max-width: calc(100% - 24px);
	align-items: center;
	gap: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pmm-specialty-pathways__description-toggle-open,
.pmm-specialty-pathways__description-toggle-close {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pmm-specialty-pathways__description-toggle-close {
	display: none;
}

.pmm-specialty-pathways__description-toggle[aria-expanded="true"] .pmm-specialty-pathways__description-toggle-open {
	display: none;
}

.pmm-specialty-pathways__description-toggle[aria-expanded="true"] .pmm-specialty-pathways__description-toggle-close {
	display: inline;
}

.pmm-specialty-pathways__description-toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: currentColor;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.pmm-specialty-pathways__description-toggle-icon--open {
	display: inline-flex;
}

.pmm-specialty-pathways__description-toggle-icon--close {
	display: none;
}

.pmm-specialty-pathways__description-toggle[aria-expanded="true"] .pmm-specialty-pathways__description-toggle-icon--open {
	display: none;
}

.pmm-specialty-pathways__description-toggle[aria-expanded="true"] .pmm-specialty-pathways__description-toggle-icon--close {
	display: inline-flex;
}

.pmm-specialty-pathways .pmm-specialty-pathways__card-description {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	color: var(--color-text-muted);
	font-family: var(--pmm-specialty-font-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.pmm-specialty-pathways__description-wrap {
	display: grid;
	grid-template-rows: 0fr;
	min-width: 0;
	opacity: 0;
	transition: grid-template-rows 460ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 230ms ease;
}

.pmm-specialty-pathways__description-inner {
	min-height: 0;
	overflow: hidden;
}

.pmm-specialty-pathways__card[data-state="opening"] .pmm-specialty-pathways__description-wrap,
.pmm-specialty-pathways__card[data-state="open"] .pmm-specialty-pathways__description-wrap,
.pmm-specialty-pathways__card.is-description-opening .pmm-specialty-pathways__description-wrap,
.pmm-specialty-pathways__card.is-description-open .pmm-specialty-pathways__description-wrap {
	grid-template-rows: 1fr;
	opacity: 1;
}

.pmm-specialty-pathways__card[data-state="closing"] .pmm-specialty-pathways__description-wrap,
.pmm-specialty-pathways__card[data-state="closed"] .pmm-specialty-pathways__description-wrap {
	grid-template-rows: 0fr;
	opacity: 0;
}

.pmm-specialty-pathways__solutions {
	display: flex;
	flex-direction: column;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--color-border);
}

.pmm-specialty-pathways__card-footer .pmm-specialty-pathways__solutions {
	margin-top: 0;
}

/*
 * An open card is a natural vertical flow. The closed state uses flexible
 * space to align the footer across a row, but that space must not survive
 * while the description is opening or remain between the paragraph and the
 * solutions block.
 */
.pmm-specialty-pathways .pmm-specialty-pathways__solutions-label {
	margin: 0 0 10px;
	color: var(--color-text-muted);
	font-family: var(--pmm-specialty-font-body);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pmm-specialty-pathways__solutions-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pmm-specialty-pathways__solution-item {
	margin: 0;
	padding: 0;
}

.pmm-specialty-pathways .pmm-specialty-pathways__solution-link,
.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:link,
.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:visited,
.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:hover,
.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:focus,
.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:active {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-height: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #004B6C;
	font-family: var(--pmm-specialty-font-body);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	transition: color 160ms ease-out;
}

.pmm-specialty-pathways__solution-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pmm-specialty-pathways__solution-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.pmm-specialty-pathways__solution-icon path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:hover,
.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:focus-visible {
	background: transparent;
	color: #004B6C;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:hover .pmm-specialty-pathways__solution-icon,
.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:focus-visible .pmm-specialty-pathways__solution-icon {
	transform: translateX(3px);
}

.pmm-specialty-pathways__solution-link:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 3px;
	border-radius: 4px;
}

.pmm-specialty-pathways__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pmm-specialty-pathways__empty {
	width: 100%;
	padding: 24px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	background: var(--color-surface-subtle);
	color: var(--color-text-muted);
	font-size: 1rem;
	text-align: center;
}

@media (min-width: 768px) {
	.pmm-specialty-pathways.is-enhanced .pmm-specialty-pathways__filter-bar {
		display: none !important;
	}

	.pmm-specialty-pathways__routes {
		gap: 16px;
	}

	.pmm-specialty-pathways__card {
		display: block;
		min-height: 0;
		transition: height 460ms cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.pmm-specialty-pathways__card-media {
		width: 100%;
		height: 100% !important;
		aspect-ratio: auto;
		flex: none;
		margin: 0;
		border: 0;
		border-radius: 0;
	}

	.pmm-specialty-pathways__card-body {
		display: flex;
		min-width: 0;
		width: auto;
		justify-content: space-between;
		gap: 0;
		padding: 16px 20px 16px 14px;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__card-title {
		font-size: 1.125rem;
		line-height: 1.25;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__card-description {
		margin-top: 10px;
		font-size: 0.875rem;
		line-height: 1.5;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solutions {
		margin-top: 14px;
		padding-top: 10px;
	}

	.pmm-specialty-pathways__card-footer .pmm-specialty-pathways__solutions {
		margin-top: 0;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solutions-label {
		margin-bottom: 6px;
		font-size: 0.6875rem;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solutions-list {
		column-gap: 12px;
		row-gap: 2px;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:link,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:visited,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:hover,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:focus,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:active {
		gap: 5px;
		font-size: 0.8125rem;
		line-height: 1.3;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solution-icon {
		width: 13px;
		height: 13px;
		flex-basis: 13px;
	}

}

@media (max-width: 1023px) {
	.pmm-specialty-pathways__filter-bar {
		grid-template-columns: 1fr;
		row-gap: 8px;
		justify-items: center;
	}

	.pmm-specialty-pathways__filter-select-label,
	.pmm-specialty-pathways__select-wrap,
	.pmm-specialty-pathways__status {
		grid-column: 1;
		justify-self: center;
	}

	.pmm-specialty-pathways__status {
		text-align: center;
	}

	.pmm-specialty-pathways__routes {
		--pmm-specialty-columns: 2 !important;
	}
}

@media (max-width: 767px) {
	.pmm-specialty-pathways__category-nav {
		display: none;
	}

	.pmm-specialty-pathways__search {
		margin-bottom: 20px;
	}

	.pmm-specialty-pathways__search-input {
		min-height: 50px;
		font-size: 0.8125rem;
	}

	.pmm-specialty-pathways__filter-bar {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10px;
		margin-bottom: 24px;
		padding-block: 0;
	}

	.pmm-specialty-pathways__results-header {
		display: grid;
		align-items: start;
		gap: 10px;
		margin-bottom: 14px;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__results-title {
		font-size: 1rem !important;
		line-height: 1.3;
	}

	.pmm-specialty-pathways__results-meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		width: 100%;
	}

	.pmm-specialty-pathways__status {
		min-width: 0;
		flex: 1 1 auto;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pmm-specialty-pathways__results-reset {
		flex: 0 0 auto;
		min-height: 32px;
		padding: 6px 9px;
		font-size: 12px;
	}

	.pmm-specialty-pathways__results-reset svg {
		width: 14px;
		height: 14px;
	}

	.pmm-specialty-pathways__filter-select-label,
	.pmm-specialty-pathways__select-wrap,
	.pmm-specialty-pathways__status {
		grid-column: 1;
		justify-self: center;
		max-width: none;
	}

	.pmm-specialty-pathways__status {
		justify-self: start;
		text-align: left;
		white-space: nowrap;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__card-title {
		font-size: 1.125rem;
		line-height: 1.25;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solutions {
		margin-top: auto;
		padding-top: 22px;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solutions-label {
		margin-bottom: 6px;
		font-size: 0.6875rem;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solutions-list {
		row-gap: 2px;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:link,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:visited,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:hover,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:focus,
	.pmm-specialty-pathways .pmm-specialty-pathways__solution-link:active {
		min-height: 0;
		line-height: 1.2;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__solution-icon {
		width: 15px;
		height: 15px;
		flex-basis: 15px;
	}

	.pmm-specialty-pathways__options {
		right: 0;
		left: 0;
		width: 100%;
		max-width: none;
		grid-template-columns: 1fr;
	}

	.pmm-specialty-pathways__option--all {
		grid-column: 1;
	}

	.pmm-specialty-pathways__option-copy strong,
	.pmm-specialty-pathways__option-copy small {
		text-overflow: clip;
		white-space: normal;
	}

	.pmm-specialty-pathways__routes {
		--pmm-specialty-columns: 1 !important;
		gap: 16px;
	}

	.pmm-specialty-pathways__card {
		transition: height 120ms cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	/* Keep mobile opening and closing responsive without desynchronizing the card parts. */
	.pmm-specialty-pathways__card-layout {
		transition: height 120ms cubic-bezier(0.22, 0.61, 0.36, 1), grid-template-columns 100ms cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.pmm-specialty-pathways__card-media {
		transition: opacity 70ms ease;
		transform: none !important;
	}

	.pmm-specialty-pathways__description-wrap {
		/* The card height provides the motion; avoid a second layout animation while text reflows. */
		transition: opacity 80ms ease;
	}

	.pmm-specialty-pathways .pmm-specialty-pathways__description-toggle {
		font-size: 0.9375rem;
	}

	.pmm-specialty-pathways__card-media {
		min-height: 0;
		width: 100%;
		height: 100% !important;
		aspect-ratio: auto;
		flex: none;
		border: 0;
	}

	.pmm-specialty-pathways__card-body {
		display: flex;
		min-width: 0;
		width: auto;
		justify-content: space-between;
		gap: 0;
		padding: 16px 14px;
	}

	.pmm-specialty-pathways__card-footer {
		padding-top: 0;
	}

	.pmm-specialty-pathways__card-footer .pmm-specialty-pathways__solutions {
		margin-top: 0;
		padding-top: 10px;
	}
}

/* --------------------------------------------------------------------------
   EXPLORATION BAR / SEARCH + PRIORITY CHIPS + MORE MENU
   -------------------------------------------------------------------------- */
.pmm-specialty-pathways__explore-bar {
	position: relative;
	z-index: 20;
	display: grid;
	grid-template-columns: minmax(270px, 320px) minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px 16px;
	width: 100%;
	max-width: none !important;
	justify-self: stretch;
	margin: 0 0 28px;
	padding: 7px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
}

.pmm-specialty-pathways__explore-search,
.pmm-specialty-pathways__category-tools,
.pmm-specialty-pathways__explore-meta {
	min-width: 0;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__search {
	display: flex;
	justify-content: stretch;
	width: 100%;
	margin: 0;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__search-control {
	width: 100%;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__search-input {
	min-height: 42px;
	padding-inline: 45px 40px !important;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	box-shadow: inset 0 0 0 1px rgba(1, 48, 68, 0.02);
	font-size: 0.8125rem;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__search-input:hover,
.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__search-input:focus {
	border-color: #a7d4d7;
	background: #f8fcfc;
	box-shadow: 0 0 0 3px rgba(0, 176, 173, 0.1);
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__search-icon {
	left: 14px;
	width: 18px;
	height: 18px;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__search-clear {
	right: 8px;
}

.pmm-specialty-pathways__category-chips {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	overflow: visible;
}

.pmm-specialty-pathways__chip,
.pmm-specialty-pathways__more-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 0;
	min-height: 40px;
	padding: 8px 11px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-pill);
	background: var(--color-surface);
	color: var(--color-brand-900);
	font-family: var(--pmm-specialty-font-body);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 160ms ease-out, background-color 160ms ease-out, color 160ms ease-out, box-shadow 160ms ease-out;
}

.pmm-specialty-pathways__chip:hover,
.pmm-specialty-pathways__chip:focus-visible,
.pmm-specialty-pathways__more-trigger:hover,
.pmm-specialty-pathways__more-trigger:focus-visible,
.pmm-specialty-pathways__chip[aria-pressed="true"] {
	border-color: #8bcdd0;
	background: #eaf7fa;
	color: var(--color-brand-900);
	outline: 0;
	box-shadow: 0 2px 8px rgba(1, 48, 68, 0.06);
}

.pmm-specialty-pathways__chip--all[aria-pressed="true"] {
	background: var(--color-teal-100);
}

/* Keep the overflow trigger from inheriting a dark theme focus/active surface. */
.pmm-specialty-pathways__more-trigger:focus:not(:focus-visible),
.pmm-specialty-pathways__more-trigger:active {
	border-color: var(--color-border);
	background: var(--color-surface);
	color: var(--color-brand-900);
	outline: 0;
	box-shadow: none;
}

.pmm-specialty-pathways__more-trigger[aria-expanded="true"] {
	border-color: #8bcdd0 !important;
	background: #eaf7fa !important;
	color: var(--color-brand-900) !important;
	box-shadow: 0 2px 8px rgba(1, 48, 68, 0.06) !important;
}

.pmm-specialty-pathways__chip-label,
.pmm-specialty-pathways__more-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pmm-specialty-pathways__more-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	overflow: visible;
	text-overflow: clip;
}

.pmm-specialty-pathways__more-count {
	display: inline-grid;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	place-items: center;
	border-radius: var(--radius-pill);
	background: #eefafa;
	color: var(--color-brand-900);
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
}

.pmm-specialty-pathways__more-trigger:hover .pmm-specialty-pathways__more-count,
.pmm-specialty-pathways__more-trigger:focus-visible .pmm-specialty-pathways__more-count,
.pmm-specialty-pathways__more-trigger[aria-expanded="true"] .pmm-specialty-pathways__more-count {
	background: #d5f0f1;
}

.pmm-specialty-pathways__chip-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.pmm-specialty-pathways__chip--overflow-selected[hidden],
.pmm-specialty-pathways__more-menu[hidden],
.pmm-specialty-pathways__more-option--laptop-priority[hidden],
.pmm-specialty-pathways__results-reset[hidden] {
	display: none;
}

.pmm-specialty-pathways__more-control {
	position: relative;
	flex: 0 0 auto;
}

.pmm-specialty-pathways__more-trigger {
	gap: 6px;
}

.pmm-specialty-pathways__more-icon {
	display: block;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	transition: transform 160ms ease-out;
}

.pmm-specialty-pathways__more-trigger[aria-expanded="true"] .pmm-specialty-pathways__more-icon {
	transform: rotate(180deg);
}

.pmm-specialty-pathways__more-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 50;
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	gap: 4px;
	width: max-content;
	min-width: 230px;
	max-width: min(420px, calc(100vw - 32px));
	max-height: min(360px, calc(100vh - 100px));
	overflow-y: auto;
	padding: 8px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	background: var(--color-surface);
	box-shadow: var(--shadow-md);
}

.pmm-specialty-pathways__more-option {
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid transparent;
	border-radius: var(--radius-md);
	background: transparent;
	color: var(--color-brand-900);
	font-family: var(--pmm-specialty-font-body);
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease-out, background-color 160ms ease-out, color 160ms ease-out;
}

.pmm-specialty-pathways__more-option:hover,
.pmm-specialty-pathways__more-option:focus-visible,
.pmm-specialty-pathways__more-option[aria-selected="true"] {
	border-color: #b8dfe1;
	background: #eefafa;
	color: var(--color-brand-900);
	outline: 0;
}

.pmm-specialty-pathways__more-option-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pmm-specialty-pathways__explore-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__status {
	justify-self: auto;
	min-width: 0;
	margin: 0;
	color: var(--color-text-muted);
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__status::before {
	display: none;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__results-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 32px;
	margin: 0;
	padding: 6px 9px;
	border: 1px solid transparent;
	border-radius: var(--radius-pill);
	background: transparent;
	box-shadow: none;
	color: var(--color-brand-900);
	font-family: var(--pmm-specialty-font-body);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 160ms ease-out, background-color 160ms ease-out, color 160ms ease-out;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__results-reset:hover,
.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__results-reset:focus-visible {
	border-color: #8bcdd0;
	background: #eaf7fa;
	color: var(--color-teal-700);
	outline: 0;
}

.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__results-reset svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

@media (max-width: 1300px) {
	.pmm-specialty-pathways__explore-bar {
		grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.35fr) auto;
		column-gap: 10px;
	}

	.pmm-specialty-pathways__chip,
	.pmm-specialty-pathways__more-trigger {
		padding-inline: 9px;
		font-size: 12px;
	}

	.pmm-specialty-pathways__chip--laptop-priority {
		display: none;
	}

	.pmm-specialty-pathways__more-option--laptop-priority:not([hidden]) {
		display: flex;
	}
}

@media (max-width: 1099px) {
	.pmm-specialty-pathways__explore-bar {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.pmm-specialty-pathways__explore-search,
	.pmm-specialty-pathways__category-tools,
	.pmm-specialty-pathways__explore-meta {
		grid-column: 1;
	}

	.pmm-specialty-pathways__explore-meta {
		justify-content: space-between;
		width: 100%;
		padding-top: 2px;
	}

	.pmm-specialty-pathways__category-chips {
		flex-wrap: wrap;
	}

}

@media (max-width: 767px) {
	.pmm-specialty-pathways__explore-bar {
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
		margin-bottom: 20px;
		padding: 8px;
	}

	.pmm-specialty-pathways__explore-search,
	.pmm-specialty-pathways__category-tools,
	.pmm-specialty-pathways__explore-meta {
		grid-column: 1;
	}

	.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__search-input {
		min-height: 46px;
	}

	.pmm-specialty-pathways__category-chips {
		gap: 6px;
	}

	.pmm-specialty-pathways__chip,
	.pmm-specialty-pathways__more-trigger {
		min-height: 38px;
		padding: 8px 10px;
	}

	.pmm-specialty-pathways__more-menu {
		right: 0;
		left: auto;
		grid-template-columns: 1fr;
		width: min(300px, calc(100vw - 32px));
		min-width: 0;
	}

	.pmm-specialty-pathways__explore-meta {
		justify-content: space-between;
		width: 100%;
		padding-inline: 8px;
	}

	.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__status {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.pmm-specialty-pathways__chip,
	.pmm-specialty-pathways__more-trigger,
	.pmm-specialty-pathways__status,
	.pmm-specialty-pathways__results-reset,
	.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__status,
	.pmm-specialty-pathways__explore-bar .pmm-specialty-pathways__results-reset {
		font-size: 12px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pmm-specialty-pathways__select-trigger,
	.pmm-specialty-pathways__select-icon,
	.pmm-specialty-pathways__option,
	.pmm-specialty-pathways__solution-link,
	.pmm-specialty-pathways__solution-icon,
	.pmm-specialty-pathways__card-description,
	.pmm-specialty-pathways__description-wrap {
		transition-duration: 0.01ms;
	}
}

/* ==========================================================================
   HEADER MEGA MENU V2 · DENTAL / ESTÉTICA FACIAL
   ========================================================================== */
.pmm-header--v2 .pmm-v2-mega-panel {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-top: 1px solid var(--color-border);
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(1, 48, 68, 0.1);
	overflow: hidden;
}

.pmm-header--v2 .pmm-nav-item--active > .pmm-nav-link .pmm-nav-link__icon {
	color: var(--color-brand-900);
}

.pmm-header--v2 .pmm-nav-item--active > .pmm-nav-link[aria-expanded="true"] .pmm-nav-link__icon {
	transform: rotate(180deg);
}

@media (min-width: 1024px) {
	.pmm-header--v2 .pmm-v2-mega-panel {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		overflow: visible;
		padding-top: 8px;
		transition: opacity 220ms ease-out, transform 220ms ease-out, visibility 220ms ease-out;
	}

	.pmm-header--v2 .pmm-v2-mega-panel > .pmm-mega-panel__inner {
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-radius: 20px;
		box-shadow: 0 12px 32px rgba(1, 48, 68, 0.1);
		overflow: hidden;
		position: relative;
		z-index: 1;
	}

	.pmm-header--v2 .pmm-v2-mega-panel::before {
		content: '';
		position: absolute;
		top: 3px;
		left: var(--pmm-v2-caret-left, 50%);
		box-sizing: border-box;
		width: 12px;
		height: 12px;
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-bottom-color: var(--color-surface);
		clip-path: polygon(0 0, 100% 0, 0 100%);
		pointer-events: none;
		transform: translateX(-50%) rotate(45deg);
		z-index: 2;
	}

	.pmm-header--v2 .pmm-nav-item:not(.pmm-nav-item--mega) > .pmm-submenu {
		top: 100%;
		padding: 22px 0 10px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		overflow: visible;
		transition: opacity 220ms ease-out, transform 220ms ease-out, visibility 220ms ease-out;
	}

	.pmm-header--v2 .pmm-nav-item:not(.pmm-nav-item--mega) > .pmm-submenu::before {
		content: '';
		position: absolute;
		top: 7px;
		left: var(--pmm-v2-caret-left, 50%);
		box-sizing: border-box;
		width: 12px;
		height: 12px;
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-bottom-color: var(--color-surface);
		clip-path: polygon(0 0, 100% 0, 0 100%);
		pointer-events: none;
		transform: translateX(-50%) rotate(45deg);
		z-index: 2;
	}

	.pmm-header--v2 .pmm-nav-item:not(.pmm-nav-item--mega) > .pmm-submenu::after {
		content: '';
		position: absolute;
		top: 12px;
		right: 0;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-radius: 20px;
		box-shadow: 0 12px 30px rgba(1, 48, 68, 0.15);
		pointer-events: none;
		z-index: 0;
	}

	.pmm-header--v2 .pmm-nav-item:not(.pmm-nav-item--mega) > .pmm-submenu > .pmm-submenu__item {
		position: relative;
		z-index: 1;
	}

	.pmm-header--v2 .pmm-nav-item--mega > .pmm-mega-panel {
		opacity: 0 !important;
		visibility: hidden !important;
		transform: translateY(8px) !important;
		pointer-events: none !important;
	}

	.pmm-header--v2:not(.pmm-header--escape-closed):not(.pmm-header--click-closed):not(.pmm-header--scroll-closed) .pmm-nav-item--mega.is-active > .pmm-mega-panel {
		opacity: 1 !important;
		visibility: visible !important;
		transform: translateY(0) !important;
		pointer-events: auto !important;
	}

	.pmm-header--v2 .pmm-nav-item:not(.pmm-nav-item--mega) > .pmm-submenu {
		opacity: 0 !important;
		visibility: hidden !important;
		transform: translateY(8px) !important;
		pointer-events: none !important;
	}

	.pmm-header--v2 .pmm-nav-item:not(.pmm-nav-item--mega).is-active > .pmm-submenu {
		opacity: 1 !important;
		visibility: visible !important;
		transform: translateY(0) !important;
		pointer-events: auto !important;
	}
}

.pmm-header--v2 .pmm-v2-mega-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	min-height: 100%;
	background: var(--color-surface);
}

.pmm-header--v2 .pmm-v2-mega-rail {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px 22px 28px;
	background: #eef8f8;
	border-right: 1px solid var(--color-border);
}

.pmm-header--v2 .pmm-v2-mega-rail__eyebrow,
.pmm-header--v2 .pmm-v2-mega-section__eyebrow {
	margin: 0;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.08em;
	color: var(--color-text-muted);
}

.pmm-header--v2 .pmm-v2-mega-rail__title {
	max-width: 205px;
	margin: 24px 0 10px;
	font-family: var(--font-headings);
	font-size: clamp(1.65rem, 2.2vw, 2rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: var(--color-brand-950);
}

.pmm-header--v2 .pmm-v2-mega-rail__description {
	max-width: 190px;
	margin: 0;
	font-family: var(--font-body);
	font-size: 14px;
	line-height: 1.6;
	color: var(--color-text-muted);
}

.pmm-header--v2 .pmm-v2-mega-rail__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin-top: 26px;
	margin-bottom: 16px;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-brand-950);
	text-decoration: none;
}

.pmm-header--v2 .pmm-v2-mega-content__view-all {
	display: none;
}

.pmm-header--v2 .pmm-v2-mega-rail__view-all:hover,
.pmm-header--v2 .pmm-v2-mega-rail__view-all:focus-visible,
.pmm-header--v2 .pmm-v2-mega-content__view-all:hover,
.pmm-header--v2 .pmm-v2-mega-content__view-all:focus-visible,
.pmm-header--v2 .pmm-v2-mega-rail__help-link:hover,
.pmm-header--v2 .pmm-v2-mega-rail__help-link:focus-visible {
	color: var(--color-teal-700);
}

.pmm-header--v2 .pmm-v2-mega-rail__view-all:focus-visible,
.pmm-header--v2 .pmm-v2-mega-content__view-all:focus-visible,
.pmm-header--v2 .pmm-v2-mega-rail__help-link:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 3px;
	border-radius: 4px;
}

.pmm-header--v2 .pmm-v2-mega-rail__arrow {
	flex: 0 0 auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.pmm-header--v2 .pmm-v2-mega-rail__help {
	width: 100%;
	box-sizing: border-box;
	margin-top: 24px;
	padding: 18px 16px 16px;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 16px;
}

.pmm-header--v2 .pmm-v2-mega-rail__help-title {
	margin: 0 0 8px;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-brand-950);
}

.pmm-header--v2 .pmm-v2-mega-rail__help-description {
	margin: 0 0 12px;
	font-family: var(--font-body);
	font-size: 13px;
	line-height: 1.45;
	color: var(--color-text-muted);
}

.pmm-header--v2 .pmm-v2-mega-rail__help-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: var(--font-body);
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-brand-950);
	text-decoration: none;
	white-space: nowrap;
}

.pmm-header--v2 .pmm-v2-mega-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 28px;
	padding: 18px 20px;
	background: #eef8f8;
	border: 1px solid var(--color-border);
	border-radius: 16px;
}

.pmm-header--v2 .pmm-v2-mega-footer__copy {
	min-width: 0;
}

.pmm-header--v2 .pmm-v2-mega-footer__title {
	margin: 0 0 5px;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-brand-950);
}

.pmm-header--v2 .pmm-v2-mega-footer__title-link {
	color: inherit;
	text-decoration: none;
}

.pmm-header--v2 .pmm-v2-mega-footer__title-link:hover,
.pmm-header--v2 .pmm-v2-mega-footer__title-link:focus-visible {
	color: var(--color-teal-700);
}

.pmm-header--v2 .pmm-v2-mega-footer__description {
	margin: 0;
	font-family: var(--font-body);
	font-size: 13px;
	line-height: 1.45;
	color: var(--color-text-muted);
}

.pmm-header--v2 .pmm-v2-mega-footer__link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex: 0 0 auto;
	font-family: var(--font-body);
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-brand-950);
	text-decoration: none;
	white-space: nowrap;
}

@media (min-width: 1024px) {
	.pmm-header--v2 .pmm-v2-mega-content {
		display: flex;
		flex-direction: column;
	}

	.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-content {
		height: 100%;
	}

	.pmm-header--v2 .pmm-v2-mega-footer {
		justify-content: flex-start;
		gap: 48px;
		margin-top: auto;
	}

	.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-footer {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		gap: 8px;
		margin-top: auto;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
	}
}

.pmm-header--v2 .pmm-v2-mega-footer__link:hover,
.pmm-header--v2 .pmm-v2-mega-footer__link:focus-visible {
	color: var(--color-teal-700);
}

.pmm-header--v2 .pmm-v2-mega-footer__link:focus-visible {
	outline: 3px solid var(--color-focus);
	outline-offset: 3px;
	border-radius: 4px;
}

.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-footer {
	display: none;
}

.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-rail__view-all,
.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-rail__view-all {
	margin-bottom: 0;
}

.pmm-header--v2 .pmm-v2-mega-content {
	min-width: 0;
	box-sizing: border-box;
	padding: 28px 30px 34px;
	background: var(--color-surface);
}

.pmm-header--v2 .pmm-v2-mega-section + .pmm-v2-mega-section {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--color-border);
}

.pmm-header--v2 .pmm-v2-mega-section__eyebrow {
	margin-bottom: 14px;
}

.pmm-header--v2 .pmm-v2-mega-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	gap: 22px 28px;
}

.pmm-header--v2 .pmm-v2-mega-category {
	min-width: 0;
	gap: 0;
}

.pmm-header--v2 .pmm-v2-mega-category__title {
	margin: 0 0 12px;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-brand-950);
}

.pmm-header--v2 .pmm-v2-mega-category__list {
	gap: 5px;
}

.pmm-header--v2 .pmm-v2-mega-category__link {
	font-size: 14px;
	line-height: 1.45;
	color: var(--color-text-muted);
}

.pmm-header--v2 .pmm-v2-mega-category__link:hover,
.pmm-header--v2 .pmm-v2-mega-category__link:focus-visible {
	color: var(--color-brand-900);
}

@media (min-width: 1024px) {
	.pmm-header--v2 .pmm-v2-mega-panel {
		left: calc(50% - min(720px, 50vw));
		width: min(1440px, 100vw);
		max-width: 1440px;
		margin-left: 0;
	}

	.pmm-header--v2 .pmm-mega-panel__inner {
		max-width: none;
		padding: 0;
	}

	.pmm-header--v2 .pmm-v2-mega-panel {
		min-height: 0;
	}

	.pmm-header--v2 .pmm-v2-mega-rail__help {
		margin-top: auto;
	}
}

@media (min-width: 1024px) and (max-width: 1299px) {
	.pmm-header--v2 .pmm-v2-mega-panel {
		left: 0;
		right: 0;
		width: auto;
	}

	.pmm-header--v2 .pmm-v2-mega-layout {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.pmm-header--v2 .pmm-v2-mega-rail {
		padding: 20px 18px 18px;
	}

	.pmm-header--v2 .pmm-v2-mega-rail__title {
		max-width: 184px;
		margin: 16px 0 6px;
		font-size: clamp(1.5rem, 2vw, 1.8rem);
	}

	.pmm-header--v2 .pmm-v2-mega-rail__description {
		max-width: 184px;
		font-size: 13px;
		line-height: 1.5;
	}

	.pmm-header--v2 .pmm-v2-mega-content {
		padding: 18px 24px 22px;
	}

	.pmm-header--v2 .pmm-v2-mega-section + .pmm-v2-mega-section {
		margin-top: 22px;
		padding-top: 18px;
	}

	.pmm-header--v2 .pmm-v2-mega-section__eyebrow {
		margin-bottom: 8px;
	}

	.pmm-header--v2 .pmm-v2-mega-grid {
		gap: 14px 20px;
	}

	.pmm-header--v2 .pmm-v2-mega-category__title {
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 1.3;
	}

	.pmm-header--v2 .pmm-v2-mega-category__link {
		font-size: 13px;
		line-height: 1.3;
	}
}

@media (max-width: 1023px) {
	.pmm-header--v2 .pmm-mobile-drawer__content--v2-panel-open .pmm-mobile-drawer__logo {
		display: none;
	}

	.pmm-header--v2 .pmm-mobile-drawer__content--v2-panel-open .pmm-mobile-drawer__footer,
	.pmm-header--v2 .pmm-mobile-drawer__content--v2-panel-open .pmm-v2-mega-footer {
		display: none !important;
	}

	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open {
		position: relative;
		z-index: 7;
		min-height: 64px;
		padding: 0 20px;
		gap: 0;
	}

	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open .pmm-mobile-panel__header {
		position: static;
		display: flex;
		flex: 1 1 auto;
		align-items: center;
		gap: 12px;
		width: auto;
		min-width: 0;
		min-height: 64px;
		margin: 0;
		padding: 12px 0;
		background: var(--color-surface);
		border-bottom: 0;
		list-style: none;
	}

	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open .pmm-mobile-panel__back {
		display: inline-flex;
		flex: 0 0 52px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		min-height: 44px;
		padding: 4px 16px 4px 0;
		background: transparent !important;
		border: 0 !important;
		border-right: 1px solid var(--color-border) !important;
		color: var(--color-brand-900) !important;
		font: inherit;
		font-size: 12px;
		font-weight: 600;
		line-height: 1;
		cursor: pointer;
		box-shadow: none !important;
		appearance: none;
		-webkit-appearance: none;
		white-space: nowrap;
	}

	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open .pmm-mobile-panel__back-icon {
		font-size: 24px;
		font-weight: 400;
		line-height: 1;
	}

	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open .pmm-mobile-panel__back:hover,
	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open .pmm-mobile-panel__back:focus-visible {
		color: var(--color-teal-700) !important;
	}

	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open .pmm-mobile-panel__back:focus-visible {
		outline: 3px solid var(--color-focus);
		outline-offset: 2px;
	}

	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open .pmm-mobile-panel__title {
		min-width: 0;
		overflow: hidden;
		color: var(--color-brand-950);
		font-family: var(--font-headings);
		font-size: 17px;
		font-weight: 600;
		line-height: 1.3;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pmm-header--v2 .pmm-mobile-drawer__header--v2-panel-open .pmm-mobile-drawer__close {
		flex: 0 0 40px;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-mega-grid {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.pmm-header--v2 .pmm-mobile-drawer__content--v2-panel-open .pmm-v2-mega-panel > .pmm-mega-panel__inner {
		height: 100%;
	}

	.pmm-header--v2 .pmm-mobile-drawer__content--v2-panel-open .pmm-v2-mega-content {
		padding: 0 0 20px;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-mega-category__title {
		display: block;
		width: 100%;
		margin: 0 0 4px;
		font-family: var(--font-body);
		font-size: 14px;
		font-weight: 700;
		line-height: 1.3;
		color: var(--color-brand-950);
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-mega-category__title .pmm-mobile-category-trigger {
		font-family: var(--font-body);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4;
		padding: 12px 16px;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-mega-category__title .pmm-mobile-category-trigger__icon {
		margin-left: auto;
		width: 12px;
		height: 12px;
		font-size: 0;
		line-height: 1;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-mega-category {
		gap: 2px;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-mega-category__list {
		gap: 0;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-mega-category__link {
		padding: 4px 0;
		font-size: 14px;
		line-height: 1.3;
	}

	.pmm-header--v2 .pmm-v2-mega-layout {
		display: block;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-mega-panel {
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.pmm-header--v2 .pmm-v2-mega-rail {
		display: none;
		padding: 24px 20px;
		border-right: 0;
		border-bottom: 1px solid var(--color-border);
	}

	.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-rail__eyebrow,
	.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-rail__title,
	.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-rail__description,
	.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-rail__eyebrow,
	.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-rail__title,
	.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-rail__description,
	.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-rail__help,
	.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-rail__help {
		display: none;
	}

	.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-footer {
		display: flex;
	}

	.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-rail__view-all,
	.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-rail__view-all {
		margin-top: 0;
	}

	.pmm-header--v2 .pmm-v2-mega-rail__view-all {
		display: none;
	}

	.pmm-header--v2 .pmm-v2-mega-content__view-all {
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		width: 100%;
		max-width: none;
		margin: 24px 0 0;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0;
		box-shadow: none !important;
		font-family: var(--font-body);
		font-size: 14px;
		font-weight: 700;
		line-height: 1.35;
		color: var(--color-brand-950);
		text-decoration: none;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-profile--dental .pmm-v2-mega-content__view-all > span:first-child {
		flex: 1 1 auto;
		min-width: 0;
		white-space: normal;
	}

	.pmm-header--v2 .pmm-mobile-drawer__nav .pmm-v2-profile--dental .pmm-v2-mega-content__view-all .pmm-v2-mega-rail__arrow {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.pmm-header--v2 .pmm-v2-mega-rail__title {
		max-width: 25ch;
		margin-top: 14px;
	}

	.pmm-header--v2 .pmm-v2-mega-rail__description {
		max-width: 48ch;
	}

	.pmm-header--v2 .pmm-v2-mega-rail__view-all {
		max-width: 250px;
	}

	.pmm-header--v2 .pmm-v2-mega-rail__help {
		max-width: 360px;
	}

	.pmm-header--v2 .pmm-v2-mega-content {
		padding: 24px 0 28px;
	}

	.pmm-header--v2 .pmm-v2-mega-section + .pmm-v2-mega-section {
		margin-top: 12px;
		padding-top: 24px;
	}

	.pmm-header--v2 .pmm-v2-mega-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		margin-top: 24px;
		padding: 20px;
	}

	.pmm-header--v2 .pmm-v2-mega-footer__copy {
		width: 100%;
		margin-bottom: 0;
	}

	.pmm-header--v2 .pmm-v2-mega-footer__title {
		width: 100%;
		margin-bottom: 6px;
		font-size: 14px;
	}

	.pmm-header--v2 .pmm-v2-profile--dental .pmm-v2-mega-footer__description,
	.pmm-header--v2 .pmm-v2-profile--facial .pmm-v2-mega-footer__description,
	.pmm-header--v2 .pmm-v2-mega-footer__description {
		font-size: 14px;
	}

	.pmm-header--v2 .pmm-v2-mega-footer__link {
		font-size: 13.5px;
	}

	.pmm-header--v2 .pmm-v2-mega-footer__title-link {
		display: block;
		width: 100%;
	}

	.pmm-header--v2 .pmm-v2-mega-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

}

@media (max-width: 767px) {
	.pmm-header--v2 .pmm-v2-mega-content {
		padding: 20px 0 24px;
	}

	.pmm-header--v2 .pmm-v2-mega-section + .pmm-v2-mega-section {
		margin-top: 8px;
		padding-top: 20px;
	}

	.pmm-header--v2 .pmm-v2-mega-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.pmm-header--v2 .pmm-v2-mega-category__title {
		font-size: 15px;
	}

	.pmm-header--v2 .pmm-v2-mega-category__link {
		font-size: 15px;
	}
}
