/*
Theme Name: Celine Medspas Child
Theme URI: https://celinemedspas.com/
Description: Child theme for the Celine Medspas website.
Author: Celine Medspas
Template: hello-elementor
Version: 1.0.0
Text Domain: celine-medspas-child
*/

:root {
	--cm-bg: #fdf9f6;
	--cm-bg-soft: #fbf0e9;
	--cm-bg-muted: #fff7ef;
	--cm-ink: #391401;
	--cm-ink-deep: #1c0e07;
	--cm-accent: #c86d35;
	--cm-accent-soft: #ffb68f;
	--cm-accent-muted: #946a61;
	--cm-line: #f1ddd0;
	--cm-card: rgba(255, 247, 241, 0.78);
	--cm-shadow: 0 18px 40px rgba(57, 20, 1, 0.08);
	--cm-radius-lg: 16px;
	--cm-radius-md: 12px;
	--cm-radius-sm: 8px;
	--cm-container: min(1599px, calc(100vw - 48px));
	--cm-serif: "Noto Serif", Georgia, serif;
	--cm-sans: "Stack Sans Text", Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cm-ink-deep);
	color: var(--cm-ink);
	font-family: var(--cm-sans);
	font-weight: 300;
	letter-spacing: 0;
	overflow-x: hidden;
}

img,
video {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cm-site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--cm-bg);
	color: var(--cm-ink);
	font-family: var(--cm-sans);
	font-weight: 300;
}

.cm-site > main {
	flex: 1 0 auto;
}

.cm-site > .cm-footer {
	flex-shrink: 0;
}

.cm-site a {
	color: inherit;
	text-decoration: none;
}

.cm-site a:hover,
.cm-site a:focus-visible {
	color: inherit;
	text-decoration: none;
}

.cm-container {
	width: var(--cm-container);
	margin: 0 auto;
}

.cm-eyebrow {
	margin: 0 0 16px;
	color: var(--cm-accent);
	font-size: 18px;
	font-weight: 200;
	line-height: 20px;
	text-transform: uppercase;
}

.cm-title,
.cm-display {
	margin: 0;
	line-height: 1;
	letter-spacing: 0;
}

.cm-display {
	font-family: var(--cm-serif);
	font-size: 76px;
	font-stretch: 62.5%;
	font-weight: 600;
}

.cm-title {
	font-family: var(--cm-sans);
	font-size: 44px;
	font-weight: 200;
	line-height: 1.05;
}

.cm-display,
.cm-title {
	overflow-wrap: anywhere;
}

.cm-copy {
	font-size: 18px;
	line-height: 1.6;
}

.cm-section {
	padding: 88px 0;
}

.cm-btn,
.cm-pill,
.cm-chip {
	font-family: var(--cm-sans);
}

.cm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: var(--cm-ink-deep);
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.cm-btn--outline {
	border: 1px solid #65564d;
	background: transparent;
	color: var(--cm-ink-deep);
}

.cm-btn--light {
	background: var(--cm-bg-muted);
	color: var(--cm-ink-deep);
}

.cm-site .cm-btn {
	color: #fff;
}

.cm-site .cm-btn--outline,
.cm-site .cm-btn--light {
	color: var(--cm-ink-deep);
}

.cm-btn img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.cm-btn,
.cm-pill,
.cm-chip,
.cm-inline-link,
.cm-service-card__link,
.cm-language-switcher a,
.cm-menu-toggle,
.cm-slider__button,
.cm-quiz__button,
.cm-quiz__option,
.cm-quiz-lead__choice,
.cm-quiz-lead__input,
.cm-quiz-lead__restart,
.cm-quiz-result__link {
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.cm-btn:hover,
.cm-btn:focus-visible,
.cm-site .cm-btn:hover,
.cm-site .cm-btn:focus-visible {
	background: #3a1706;
	color: #fff;
}

.cm-btn--outline:hover,
.cm-btn--outline:focus-visible,
.cm-site .cm-btn--outline:hover,
.cm-site .cm-btn--outline:focus-visible {
	border-color: var(--cm-ink-deep);
	background: var(--cm-ink-deep);
	color: #fff;
}

.cm-btn--outline:hover img,
.cm-btn--outline:focus-visible img,
.cm-slider__button:hover img,
.cm-slider__button:focus-visible img {
	filter: brightness(0) invert(1);
}

.cm-btn--light:hover,
.cm-btn--light:focus-visible,
.cm-site .cm-btn--light:hover,
.cm-site .cm-btn--light:focus-visible {
	background: #fff;
	color: var(--cm-ink-deep);
}

.cm-btn:focus-visible,
.cm-pill:focus-visible,
.cm-inline-link:focus-visible,
.cm-service-card__link:focus-visible,
.cm-language-switcher a:focus-visible,
.cm-menu-toggle:focus-visible,
.cm-slider__button:focus-visible,
.cm-quiz__button:focus-visible,
.cm-quiz__option:focus-visible,
.cm-quiz-lead__choice:focus-visible,
.cm-quiz-lead__input:focus-visible,
.cm-quiz-lead__restart:focus-visible,
.cm-quiz-result__link:focus-visible {
	outline: 2px solid #6a2b0b;
	outline-offset: 3px;
}

.cm-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid rgba(190, 96, 47, 0.14);
	background: rgba(251, 239, 232, 0.97);
	backdrop-filter: blur(6px);
}

.cm-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 97px;
	gap: 24px;
}

.cm-logo {
	width: 107px;
}

.cm-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.cm-site .cm-header .cm-nav a {
	position: relative;
	color: var(--cm-ink);
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
}

.cm-site .cm-header .cm-nav a:hover,
.cm-site .cm-header .cm-nav a:focus-visible {
	color: #a25024;
}

.cm-site .cm-header .cm-nav a.is-active {
	color: #a25024;
}

.cm-site .cm-header .cm-nav a::after {
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	height: 1px;
	background: transparent;
	content: "";
}

.cm-site .cm-header .cm-nav a:hover::after,
.cm-site .cm-header .cm-nav a:focus-visible::after,
.cm-site .cm-header .cm-nav a.is-active::after {
	background: currentColor;
}

.cm-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.cm-language-switcher--mobile,
.cm-menu-toggle,
.cm-mobile-menu {
	display: none;
}

.cm-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(101, 86, 77, 0.54) !important;
	border-radius: 999px;
	background: rgba(253, 249, 246, 0.74) !important;
	box-shadow: none !important;
	color: var(--cm-ink-deep) !important;
}

.cm-menu-toggle__line {
	display: block;
	width: 16px;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor !important;
	transition: transform 160ms ease, opacity 160ms ease;
}

.cm-menu-toggle__line + .cm-menu-toggle__line {
	margin-top: 4px;
}

.cm-menu-toggle[aria-expanded="true"] .cm-menu-toggle__line--top {
	transform: translateY(5.5px) rotate(45deg);
}

.cm-menu-toggle[aria-expanded="true"] .cm-menu-toggle__line--middle {
	opacity: 0;
}

.cm-menu-toggle[aria-expanded="true"] .cm-menu-toggle__line--bottom {
	transform: translateY(-5.5px) rotate(-45deg);
}

.cm-menu-toggle:hover,
.cm-menu-toggle:focus-visible {
	border-color: var(--cm-ink-deep) !important;
	background: #fff !important;
	color: var(--cm-ink-deep) !important;
}

.cm-menu-toggle[aria-expanded="true"] {
	border-color: var(--cm-ink-deep) !important;
	background: var(--cm-ink-deep) !important;
	color: #fff !important;
}

.cm-menu-toggle[aria-expanded="true"]:hover,
.cm-menu-toggle[aria-expanded="true"]:focus-visible {
	background: #3a1706 !important;
	color: #fff !important;
}

.cm-site .cm-menu-toggle {
	display: none !important;
}

.cm-language-switcher {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 3px;
	border: 1px solid rgba(101, 86, 77, 0.54);
	border-radius: 999px;
	background: rgba(253, 249, 246, 0.56);
}

.cm-language-switcher.cm-language-switcher--mobile {
	display: none;
}

.cm-language-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 32px;
	border-radius: 999px;
	color: var(--cm-ink-deep);
	font-family: var(--cm-sans);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.cm-language-switcher a:hover,
.cm-language-switcher a:focus-visible {
	background: var(--cm-bg-muted);
	color: var(--cm-ink-deep);
}

.cm-language-switcher a.is-active {
	background: var(--cm-ink-deep);
	color: #fff;
}

.cm-language-switcher a.is-active:hover,
.cm-language-switcher a.is-active:focus-visible {
	background: var(--cm-ink-deep);
	color: #fff;
}

.cm-mobile-menu[hidden] {
	display: none !important;
}

.cm-hero-shell {
	background: var(--cm-bg-soft);
	padding: 16px 0 8px;
}

.cm-hero {
	position: relative;
	min-height: 498px;
	overflow: hidden;
	border-radius: var(--cm-radius-lg);
	background: var(--cm-bg-muted);
}

.cm-hero--home {
	min-height: min(843px, calc(100vh - 121px));
}

.cm-hero__media,
.cm-hero__overlay {
	position: absolute;
	inset: 0;
}

.cm-hero__media video,
.cm-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cm-hero__overlay {
	background:
		linear-gradient(90deg, rgba(247, 223, 210, 0.92) 0%, rgba(247, 223, 210, 0.7) 42%, rgba(247, 223, 210, 0.22) 72%, rgba(247, 223, 210, 0.15) 100%),
		radial-gradient(circle at 18% 100%, rgba(255, 255, 255, 0.78), transparent 38%);
}

.cm-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: inherit;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
}

.cm-hero__top,
.cm-hero__bottom,
.cm-split,
.cm-cta-grid,
.cm-about-intro,
.cm-story-grid,
.cm-footer__main {
	display: grid;
	gap: 32px;
}

.cm-hero__top {
	grid-template-columns: 1fr auto;
	align-items: start;
}

.cm-location-pills,
.cm-ticker,
.cm-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cm-pill,
.cm-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 14px;
}

.cm-pill {
	border: 1px solid rgba(190, 96, 47, 0.22);
	background: rgba(253, 249, 246, 0.82);
	color: var(--cm-ink);
}

.cm-pill:hover,
.cm-pill:focus-visible {
	border-color: rgba(190, 96, 47, 0.5);
	background: #fff;
	color: var(--cm-ink);
}

.cm-location-pills .cm-pill {
	min-height: 54px;
	padding: 0 16px;
	border-radius: 12px;
	font-size: 16px;
}

.cm-pill img {
	width: 16px;
	height: 16px;
}

.cm-hero__brand {
	width: 135px;
	justify-self: end;
	opacity: 0.8;
}

.cm-hero__bottom {
	grid-template-columns: minmax(0, 1fr) 351px;
	align-items: end;
}

.cm-hero__headline {
	max-width: 760px;
	min-width: 0;
}

.cm-hero--home .cm-hero__headline,
.cm-page-hero .cm-hero__headline {
	max-width: 920px;
}

.cm-hero__headline p {
	margin: 18px 0 0;
	font-size: 24px;
	line-height: 1.45;
}

.cm-hero__card {
	display: grid;
	gap: 20px;
	align-self: end;
	min-width: 0;
}

.cm-hero__card p {
	margin: 0;
	color: var(--cm-ink);
	font-size: 16px;
	line-height: 1.6;
}

.cm-hero__card .cm-btn {
	justify-content: space-between;
	height: 56px;
	background: rgba(251, 239, 232, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: var(--cm-ink-deep);
}

.cm-hero__card .cm-btn:hover,
.cm-hero__card .cm-btn:focus-visible {
	border-color: var(--cm-ink-deep);
	background: var(--cm-ink-deep);
	color: #fff;
}

.cm-ticker-wrap {
	background: var(--cm-bg-soft);
	padding: 21px 0 22px;
	overflow: hidden;
}

.cm-ticker {
	flex-wrap: nowrap;
	gap: 0;
	width: 100%;
	overflow: hidden;
}

.cm-ticker__track {
	display: flex;
	flex: 0 0 auto;
	width: max-content;
	animation: cm-treatment-ticker 36s linear infinite;
	will-change: transform;
}

.cm-ticker-wrap:hover .cm-ticker__track {
	animation-play-state: paused;
}

.cm-ticker__set {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
	padding-right: 8px;
}

.cm-site .cm-chip {
	flex: 0 0 auto;
	min-height: 37px;
	border: 1px solid rgba(190, 96, 47, 0.16);
	background: rgba(253, 249, 246, 0.94);
	color: #78412b;
}

.cm-site .cm-chip:hover,
.cm-site .cm-chip:focus-visible {
	border-color: rgba(190, 96, 47, 0.38);
	background: #fff;
	color: var(--cm-ink);
}

@keyframes cm-treatment-ticker {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-25%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.cm-ticker__track {
		animation: none;
	}
}

.cm-split {
	grid-template-columns: minmax(320px, 1fr) minmax(560px, 1fr);
	align-items: center;
}

.cm-split > *,
.cm-treatment-row > *,
.cm-about-intro > *,
.cm-story-grid > *,
.cm-footer__main > *,
.cm-footer__links > * {
	min-width: 0;
}

.cm-location-grid,
.cm-card-grid,
.cm-feature-grid,
.cm-value-grid,
.cm-core-grid {
	display: grid;
	gap: 12px;
}

.cm-location-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: min(660px, 100%);
}

.cm-split .cm-location-grid {
	justify-self: end;
}

.cm-location-card,
.cm-service-card,
.cm-review,
.cm-core-card,
.cm-value-card {
	overflow: hidden;
	border: 1px solid var(--cm-line);
	border-radius: var(--cm-radius-sm);
	background: rgba(255, 247, 241, 0.96);
}

.cm-location-card {
	display: flex;
	min-height: 704px;
	flex-direction: column;
	gap: 12px;
	padding: 8px;
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	background: rgba(247, 223, 210, 0.69);
	backdrop-filter: blur(2.2px);
}

.cm-location-card__media {
	box-sizing: border-box;
	height: 439px;
	border: 3px solid rgba(253, 249, 246, 0.38);
	border-radius: 6px;
	overflow: hidden;
}

.cm-location-card__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cm-location-card__intro {
	display: flex;
	min-height: 95px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 8px 8px 4px;
	color: var(--cm-ink);
}

.cm-location-card__details {
	display: flex;
	min-height: 130px;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
}

.cm-location-card__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	padding: 3px 8px 1px;
}

.cm-location-card h3,
.cm-service-card h3,
.cm-value-card h3,
.cm-core-card h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
}

.cm-location-card p,
.cm-location-card span,
.cm-service-card p,
.cm-value-card p,
.cm-core-card p {
	margin: 0;
	color: #6f3925;
	font-size: 18px;
	line-height: 1.2;
}

.cm-location-card h3 {
	color: var(--cm-ink);
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0;
}

.cm-location-card__intro p {
	color: #481d00;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
}

.cm-location-card__info span {
	color: rgba(28, 14, 7, 0.65);
	font-size: 16px;
	font-weight: 200;
	line-height: 20px;
}

.cm-location-card__info span:first-child {
	color: var(--cm-ink);
	font-weight: 400;
	line-height: 21px;
}

.cm-site .cm-direction-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	gap: 10px;
	min-height: 44px;
	padding: 12px 11px;
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.46);
	color: #be602f;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.01em;
}

.cm-site .cm-direction-link img {
	width: 16px;
	height: 16px;
}

.cm-site .cm-direction-link:hover,
.cm-site .cm-direction-link:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #8d3d17;
}

.cm-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #a24d21;
	font-size: 15px;
}

.cm-inline-link:hover,
.cm-inline-link:focus-visible {
	color: var(--cm-ink);
}

.cm-inline-link img {
	width: 16px;
	height: 16px;
}

.cm-treatment-row {
	grid-template-columns: minmax(0, 1fr) minmax(420px, 548px);
	align-items: center;
}

.cm-quiz {
	display: grid;
	justify-self: end;
	gap: 12px;
	width: 100%;
	max-width: 548px;
	min-width: 0;
	padding: 10px 12px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	background: #fff0e9;
	backdrop-filter: blur(4px);
	color: var(--cm-ink);
}

.cm-quiz__panel {
	display: grid;
	gap: 12px;
}

.cm-quiz__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 8px 4px;
}

.cm-quiz__head strong {
	min-width: 0;
	color: #391401;
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
	white-space: normal;
}

.cm-quiz__head span {
	flex: 0 0 auto;
	color: #481d00;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
}

.cm-quiz__hint {
	margin: -4px 8px 0;
	color: rgba(57, 20, 1, 0.68);
	font-size: 13px;
	line-height: 18px;
}

.cm-quiz__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.cm-quiz__option,
.cm-quiz__button,
.cm-quiz-result__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 8px;
	font-size: 15px;
}

.cm-quiz__option {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 58px;
	min-width: 0;
	padding: 9px 11px;
	border: 1px solid rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.46);
	box-shadow: none;
	color: var(--cm-accent);
	text-align: left;
}

button.cm-quiz__option {
	align-items: flex-start !important;
	justify-content: flex-start !important;
	border: 1px solid rgba(255, 255, 255, 0.88) !important;
	background: rgba(255, 255, 255, 0.46) !important;
	color: var(--cm-accent) !important;
	text-align: left !important;
}

.cm-quiz__option-label {
	display: block;
	width: 100%;
	min-width: 0;
	font-weight: 400;
	line-height: 19px;
	overflow-wrap: break-word;
	text-align: left !important;
	white-space: normal;
}

.cm-quiz__option small {
	display: block;
	width: 100%;
	min-width: 0;
	color: rgba(57, 20, 1, 0.68);
	font-size: 12px;
	line-height: 16px;
	overflow-wrap: break-word;
	text-align: left !important;
	white-space: normal;
}

.cm-quiz__option:hover,
.cm-quiz__option:focus-visible,
.cm-quiz__option.is-selected,
button.cm-quiz__option:hover,
button.cm-quiz__option:focus-visible,
button.cm-quiz__option.is-selected {
	border-color: rgba(200, 109, 53, 0.48) !important;
	background: #fff !important;
	color: #8d3d17 !important;
}

.cm-quiz__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.cm-quiz__actions [hidden] + .cm-quiz__button {
	grid-column: 1 / -1;
}

.cm-quiz__button {
	border: 0;
	background:
		linear-gradient(99.13deg, rgba(255, 247, 222, 0) -31.75%, rgba(255, 227, 166, 0.27) 85.53%),
		var(--cm-accent);
	color: #fff;
}

button.cm-quiz__button {
	border: 0 !important;
	background:
		linear-gradient(99.13deg, rgba(255, 247, 222, 0) -31.75%, rgba(255, 227, 166, 0.27) 85.53%),
		var(--cm-accent) !important;
	color: #fff !important;
}

.cm-quiz__button:disabled,
button.cm-quiz__button:disabled {
	background: rgba(200, 109, 53, 0.42) !important;
	color: rgba(255, 255, 255, 0.8) !important;
	cursor: not-allowed;
}

.cm-quiz__button--secondary,
button.cm-quiz__button--secondary {
	border: 1px solid rgba(200, 109, 53, 0.24) !important;
	background: rgba(255, 255, 255, 0.58) !important;
	color: var(--cm-accent) !important;
}

.cm-quiz__button--secondary:hover,
.cm-quiz__button--secondary:focus-visible,
button.cm-quiz__button--secondary:hover,
button.cm-quiz__button--secondary:focus-visible {
	border-color: rgba(57, 20, 1, 0.36) !important;
	background: #fff !important;
	color: var(--cm-ink) !important;
}

.cm-quiz__button:not(.cm-quiz__button--secondary):hover,
.cm-quiz__button:not(.cm-quiz__button--secondary):focus-visible {
	background: #a84d1f !important;
	color: #fff !important;
}

.cm-quiz__results {
	display: grid;
	gap: 12px;
}

.cm-quiz__results[hidden] {
	display: none;
}

.cm-quiz__results-head {
	display: grid;
	gap: 6px;
	padding: 4px 8px;
}

.cm-quiz__results-head h3 {
	margin: 0;
	color: #391401;
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
}

.cm-quiz__results-head p,
.cm-quiz-result p {
	margin: 0;
}

.cm-quiz__results-head p {
	color: rgba(57, 20, 1, 0.72);
	font-size: 14px;
	line-height: 20px;
}

.cm-quiz__result-list {
	display: grid;
	gap: 8px;
}

.cm-quiz-result {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.54);
}

.cm-quiz-result img {
	width: 92px;
	height: 92px;
	border-radius: 8px;
	object-fit: cover;
}

.cm-quiz-result__body {
	display: grid;
	align-content: start;
	gap: 4px;
	min-width: 0;
}

.cm-quiz-result__rank {
	width: max-content;
	border-radius: 999px;
	color: var(--cm-accent);
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

.cm-quiz-result h4 {
	margin: 0;
	color: var(--cm-ink-deep);
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}

.cm-quiz-result p {
	color: rgba(57, 20, 1, 0.72);
	font-size: 13px;
	line-height: 18px;
}

.cm-quiz-result__related {
	color: var(--cm-accent) !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

.cm-quiz-result__link {
	justify-self: start;
	min-height: 32px;
	margin-top: 4px;
	padding: 0 12px;
	background: var(--cm-accent);
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

.cm-quiz-result__link:hover,
.cm-quiz-result__link:focus-visible {
	background: #a84d1f;
	color: #fff;
}

.cm-quiz.is-lead-flow {
	padding: 12px;
	background: #fff5ef;
}

.cm-quiz-lead {
	display: grid;
	gap: 12px;
}

.cm-quiz-lead__head {
	display: grid;
	gap: 4px;
	padding: 4px 6px 0;
}

.cm-quiz-lead__head h2 {
	margin: 0;
	color: #391401;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
}

.cm-quiz-lead__head p,
.cm-quiz-lead__screen p {
	margin: 0;
	color: rgba(57, 20, 1, 0.72);
	font-size: 14px;
	line-height: 20px;
}

.cm-quiz-lead__screen {
	display: grid;
	align-content: start;
	gap: 14px;
	min-height: 420px;
	padding: 22px;
	border: 1px solid rgba(57, 20, 1, 0.14);
	border-radius: 12px;
	background: #fff;
	color: var(--cm-ink);
}

.cm-quiz-lead__screen h3 {
	margin: 0;
	color: var(--cm-ink-deep);
	font-size: 28px;
	font-weight: 500;
	line-height: 35px;
}

.cm-quiz-lead__input {
	width: 100%;
	min-height: 58px;
	padding: 0 16px;
	border: 1px solid rgba(57, 20, 1, 0.18);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	color: var(--cm-ink);
	font-size: 16px;
	line-height: 22px;
}

input.cm-quiz-lead__input {
	border: 1px solid rgba(57, 20, 1, 0.18) !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--cm-ink) !important;
}

.cm-quiz-lead__input::placeholder {
	color: rgba(72, 29, 0, 0.46);
}

.cm-quiz-lead__input:hover,
.cm-quiz-lead__input:focus {
	border-color: rgba(200, 109, 53, 0.56) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(200, 109, 53, 0.12) !important;
	color: var(--cm-ink) !important;
	outline: 0 !important;
}

.cm-quiz-lead__choices {
	display: grid;
	gap: 8px;
}

.cm-quiz-lead__choice {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 54px;
	padding: 0 16px;
	border: 1px solid rgba(57, 20, 1, 0.14);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	color: var(--cm-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

button.cm-quiz-lead__choice {
	border: 1px solid rgba(57, 20, 1, 0.14) !important;
	background: #fff !important;
	color: var(--cm-ink) !important;
}

.cm-quiz-lead__choice:hover,
.cm-quiz-lead__choice:focus-visible,
.cm-quiz-lead__choice.is-selected,
button.cm-quiz-lead__choice:hover,
button.cm-quiz-lead__choice:focus-visible,
button.cm-quiz-lead__choice.is-selected {
	border-color: rgba(200, 109, 53, 0.58) !important;
	background: #fff3eb !important;
	color: var(--cm-accent) !important;
}

.cm-quiz__result-list--compact {
	gap: 8px;
}

.cm-quiz-result--compact {
	grid-template-columns: 64px minmax(0, 1fr);
	padding: 8px;
	border-color: rgba(57, 20, 1, 0.1);
	background: #fffaf7;
}

.cm-quiz-result--compact img {
	width: 64px;
	height: 64px;
}

.cm-quiz-result--compact h4 {
	font-size: 16px;
	line-height: 20px;
}

.cm-quiz-result--compact p:not(.cm-quiz-result__related) {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cm-quiz-lead__selected-treatment {
	display: grid;
	gap: 3px;
	padding: 12px 14px;
	border: 1px solid rgba(200, 109, 53, 0.2);
	border-radius: 8px;
	background: #fff3eb;
}

.cm-quiz-lead__selected-treatment span,
.cm-quiz-lead__review dt {
	color: rgba(57, 20, 1, 0.58);
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

.cm-quiz-lead__selected-treatment strong {
	color: var(--cm-accent);
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

.cm-quiz-lead__footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	padding: 0 4px;
}

.cm-quiz-lead__progress {
	display: grid;
	gap: 7px;
	width: min(188px, 48%);
	min-width: 132px;
}

.cm-quiz-lead__progress strong {
	color: var(--cm-ink-deep);
	font-size: 13px;
	font-weight: 600;
	line-height: 17px;
}

.cm-quiz-lead__bar {
	display: block;
	width: 100%;
	height: 6px;
	overflow: hidden;
	border: 1px solid rgba(200, 109, 53, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
}

.cm-quiz-lead__bar i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--cm-accent);
}

.cm-quiz-lead__actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-left: auto;
}

.cm-quiz-lead__actions .cm-quiz__button {
	min-width: 112px;
	border-radius: 999px;
}

.cm-quiz-lead__actions .cm-quiz__button--secondary {
	background: #fff !important;
}

.cm-quiz-lead__error {
	min-height: 18px;
	color: #9f2f14 !important;
	font-size: 13px !important;
	line-height: 18px !important;
}

.cm-quiz-lead__review {
	display: grid;
	grid-template-columns: minmax(110px, 0.6fr) minmax(0, 1fr);
	gap: 7px 12px;
	margin: 0;
	padding: 12px;
	border: 1px solid rgba(57, 20, 1, 0.1);
	border-radius: 8px;
	background: #fffaf7;
}

.cm-quiz-lead__review dt,
.cm-quiz-lead__review dd {
	margin: 0;
}

.cm-quiz-lead__review dd {
	min-width: 0;
	color: var(--cm-ink);
	font-size: 13px;
	line-height: 18px;
	overflow-wrap: anywhere;
}

.cm-quiz-lead__confirm-actions {
	display: grid;
	grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
	gap: 8px;
	margin-top: 2px;
}

.cm-quiz-lead__confirm-actions .cm-quiz__button {
	width: 100%;
}

.cm-quiz-lead__submit {
	width: 100%;
	min-height: 48px;
	margin-top: 2px;
	background:
		linear-gradient(99.13deg, rgba(255, 247, 222, 0) -31.75%, rgba(255, 227, 166, 0.27) 85.53%),
		var(--cm-accent) !important;
	color: #fff !important;
	text-decoration: none;
}

.cm-site .cm-quiz-lead__submit:hover,
.cm-site .cm-quiz-lead__submit:focus-visible {
	background: #a84d1f !important;
	color: #fff !important;
}

.cm-quiz-lead__embed {
	display: grid;
	gap: 10px;
	overflow: hidden;
	border-radius: 8px;
}

.cm-quiz-lead__embed > strong {
	color: var(--cm-ink-deep);
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

.cm-quiz-lead__embed iframe {
	width: 100%;
	height: clamp(380px, 48vh, 470px) !important;
	min-height: 0 !important;
	max-height: 470px !important;
	border: 0;
	border-radius: 8px;
	background: #fff;
}

.cm-quiz-lead__restart {
	justify-self: center;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--cm-accent) !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cm-quiz-lead__restart:hover,
.cm-quiz-lead__restart:focus-visible {
	background: transparent !important;
	color: var(--cm-ink-deep) !important;
}

.cm-quiz__noscript {
	color: var(--cm-accent);
}

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

.cm-services-head .cm-title {
	max-width: 1091px;
}

.cm-section--treatments-grid .cm-services-head > div {
	flex: 1 1 420px;
}

.cm-section--treatments-grid .cm-services-head .cm-title {
	max-width: 761px;
}

.cm-treatment-search {
	display: flex;
	flex: 1 1 520px;
	align-items: center;
	justify-content: space-between;
	width: min(768px, 100%);
	max-width: 768px;
	height: 56px;
	min-height: 56px;
	gap: 16px;
	margin-left: auto;
	padding: 0 24px;
	border: 1px solid rgba(237, 229, 221, 0.61);
	border-radius: 999px;
	background: #fff;
	box-sizing: border-box;
}

.cm-treatment-search__field {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	gap: 16px;
}

.cm-treatment-search__field img {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.cm-treatment-search input[type="search"] {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--cm-ink);
	font-family: var(--cm-sans);
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0;
	outline: 0;
}

.cm-treatment-search input[type="search"]::placeholder {
	color: #b8aeab;
	opacity: 1;
}

.cm-site .cm-treatment-search .cm-treatment-search__submit[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 7px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	color: #be602f;
	font-family: var(--cm-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
	cursor: pointer;
}

.cm-site .cm-treatment-search .cm-treatment-search__submit[type="submit"] img {
	width: 12px;
	height: 16px;
	object-fit: contain;
}

.cm-site .cm-treatment-search .cm-treatment-search__submit[type="submit"]:hover,
.cm-site .cm-treatment-search .cm-treatment-search__submit[type="submit"]:focus-visible {
	background: transparent;
	color: var(--cm-ink);
}

.cm-treatment-search:focus-within {
	border-color: rgba(190, 96, 47, 0.42);
	box-shadow: 0 0 0 3px rgba(190, 96, 47, 0.08);
}

.cm-treatment-search__empty {
	margin: 28px 0 0;
	padding: 28px;
	border: 1px solid var(--cm-line);
	border-radius: 12px;
	background: rgba(255, 247, 241, 0.78);
	color: #6f3925;
	text-align: center;
}

.cm-service-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cm-service-grid--large {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-service-card {
	position: relative;
	height: 401px;
	min-height: 0;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 4px 6.3px rgba(179, 127, 116, 0.18);
}

.cm-service-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cm-service-card__body {
	position: absolute;
	right: 8px;
	bottom: 8px;
	left: 8px;
	display: grid;
	min-height: 232px;
	gap: 16px;
	grid-template-rows: auto 1fr auto;
	padding: 12px 8px 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	background: rgba(247, 223, 210, 0.59);
	backdrop-filter: blur(2.2px);
}

.cm-service-card__body h3 {
	padding-left: 4px;
	color: var(--cm-ink);
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.cm-service-card__body p {
	max-width: none;
	padding-left: 4px;
	color: #955142;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

.cm-site .cm-service-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 11px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.46);
	color: #be602f;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.01em;
}

.cm-site .cm-service-card__link:hover,
.cm-site .cm-service-card__link:focus-visible {
	border-color: var(--cm-accent);
	background: var(--cm-accent);
	color: #fff;
}

.cm-doctor {
	position: relative;
	overflow: hidden;
	padding: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 247, 241, 0.9));
}

.cm-doctor::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(253, 249, 246, 0.95), rgba(253, 249, 246, 0.58)),
		url("assets/images/contact-us-image.png") center / cover;
	content: "";
}

.cm-doctor__inner {
	position: relative;
	min-height: 697px;
}

.cm-doctor__copy {
	position: absolute;
	top: 109px;
	left: 52px;
	width: 700px;
	z-index: 2;
}

.cm-doctor__image {
	position: absolute;
	bottom: 0;
	left: 52%;
	z-index: 1;
	width: 674px;
	max-width: none;
	transform: translateX(-50%);
}

.cm-doctor__list {
	position: absolute;
	top: 194px;
	right: 0;
	z-index: 2;
	display: grid;
	width: 535px;
	gap: 4px;
	padding: 27px 18px 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	background: rgba(255, 246, 241, 0.78);
	backdrop-filter: blur(4px);
}

.cm-doctor__list span {
	display: flex;
	align-items: center;
	min-height: 54px;
	gap: 10px;
	padding: 0 18px;
	border-radius: 18px;
	background: linear-gradient(274.63deg, rgba(255, 249, 237, 0.66) -13.32%, rgba(253, 249, 246, 0.66) 114.44%);
	color: var(--cm-ink);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.cm-doctor__list span::before {
	flex: 0 0 auto;
	color: var(--cm-accent);
	content: "\2727";
	font-size: 22px;
	line-height: 1;
}

.cm-doctor .cm-display {
	font-size: 89px;
	line-height: 1;
}

.cm-carousel {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.cm-carousel::-webkit-scrollbar {
	display: none;
}

.cm-result-card {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	height: 583px;
	flex: 0 0 482px;
	padding: 8px;
	gap: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	background: rgba(247, 223, 210, 0.69);
	scroll-snap-align: start;
}

.cm-result-card__media {
	min-height: 0;
	overflow: hidden;
	border-radius: 8px;
}

.cm-result-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
	background: var(--cm-bg-muted);
}

.cm-result-card__body {
	display: grid;
	gap: 14px;
}

.cm-result-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 8px;
}

.cm-result-card__meta h3 {
	margin: 0;
	color: var(--cm-ink);
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.cm-result-card__meta span {
	color: #955142;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	white-space: nowrap;
}

.cm-site .cm-result-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 11px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	background:
		linear-gradient(99.13deg, rgba(255, 247, 222, 0) -31.75%, rgba(255, 227, 166, 0.27) 85.53%),
		var(--cm-accent);
	color: #fcf2ec;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.01em;
}

.cm-site .cm-result-card__link:hover,
.cm-site .cm-result-card__link:focus-visible {
	background: #a84d1f;
	color: #fff;
}

.cm-slider {
	position: relative;
	padding-inline: 64px;
}

.cm-carousel--results {
	gap: 16px;
	padding-right: 64px;
	scroll-padding-inline: 64px;
}

.cm-review {
	display: grid;
	height: 432px;
	grid-template-rows: auto minmax(0, 1fr) auto;
	flex: 0 0 491px;
	gap: 18px;
	padding: 32px;
	border-radius: 16px;
	background: var(--cm-bg);
	color: var(--cm-ink);
	scroll-snap-align: start;
}

.cm-stars {
	display: flex;
	gap: 4px;
}

.cm-stars img {
	width: 16px;
	height: 16px;
}

.cm-review__copy {
	display: grid;
	gap: 18px;
	min-height: 0;
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-color: rgba(200, 109, 53, 0.35) transparent;
	scrollbar-width: thin;
}

.cm-review__copy::-webkit-scrollbar {
	width: 4px;
}

.cm-review__copy::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(200, 109, 53, 0.35);
}

.cm-review p {
	margin: 0;
	color: #4e2617;
	font-size: 15px;
	line-height: 1.75;
}

.cm-review__footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.cm-review__footer strong {
	display: block;
	font-weight: 500;
}

.cm-review__footer span {
	display: block;
	color: var(--cm-accent);
	font-size: 13px;
}

.cm-review__source {
	display: grid;
	justify-items: end;
	gap: 8px;
}

.cm-review__source img {
	width: 56px;
}

.cm-review__source span {
	color: rgba(57, 20, 1, 0.45);
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

.cm-slider__controls {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.cm-site .cm-slider__button[type="button"] {
	position: absolute;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(57, 20, 1, 0.36);
	border-radius: 999px;
	background: rgba(253, 249, 246, 0.9);
	color: var(--cm-ink);
	box-shadow: none;
	pointer-events: auto;
	transform: translateY(-50%);
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cm-site .cm-slider__button--prev[type="button"] {
	left: 0;
}

.cm-site .cm-slider__button:not(.cm-slider__button--prev)[type="button"] {
	right: 0;
}

.cm-site .cm-slider__button[type="button"] img {
	width: 16px;
	height: 16px;
	filter: none;
}

.cm-site .cm-slider__button--prev[type="button"] img {
	transform: rotate(180deg);
}

.cm-site .cm-slider__button[type="button"]:hover,
.cm-site .cm-slider__button[type="button"]:focus-visible {
	border-color: var(--cm-ink);
	background: var(--cm-bg-muted);
	color: var(--cm-ink);
}

.cm-site .cm-slider__button[type="button"]:hover img,
.cm-site .cm-slider__button[type="button"]:focus-visible img {
	filter: none;
}

.cm-site .cm-slider__button[type="button"]:disabled {
	border-color: rgba(57, 20, 1, 0.18);
	background: rgba(253, 249, 246, 0.58);
	color: rgba(57, 20, 1, 0.45);
	cursor: default;
	pointer-events: none;
}

.cm-site .cm-slider__button[type="button"]:disabled img {
	opacity: 0.52;
}

.cm-site .cm-nav a:hover,
.cm-site .cm-nav a:focus-visible,
.cm-site .cm-inline-link:hover,
.cm-site .cm-inline-link:focus-visible {
	color: var(--cm-ink);
}

.cm-site .cm-service-card__link:hover,
.cm-site .cm-service-card__link:focus-visible {
	color: #fff;
}

.cm-site .cm-footer a:hover,
.cm-site .cm-footer a:focus-visible {
	color: #fff;
}

.cm-site .cm-footer .cm-btn--outline:hover,
.cm-site .cm-footer .cm-btn--outline:focus-visible {
	color: var(--cm-ink-deep);
}

.cm-site .cm-footer .cm-btn--light:hover,
.cm-site .cm-footer .cm-btn--light:focus-visible {
	background: #fff;
	color: var(--cm-ink-deep);
}

.cm-consultation {
	position: relative;
	overflow: hidden;
}

.cm-consultation::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(246, 219, 198, 0.92), rgba(246, 219, 198, 0.7)),
		url("assets/images/contact-us-image.png") center / cover;
	content: "";
}

.cm-cta-grid {
	position: relative;
	grid-template-columns: minmax(320px, 1fr) 475px;
	align-items: center;
	min-height: 722px;
}

.cm-contact-form {
	align-self: center;
	max-height: min(620px, calc(100dvh - 150px));
	padding: 20px;
	overflow: auto;
	border-radius: var(--cm-radius-md);
	background: rgba(255, 247, 241, 0.92);
	overscroll-behavior: contain;
}

.cm-contact-form iframe {
	display: block;
	height: clamp(430px, 58vh, 560px) !important;
	max-height: 560px !important;
}

.cm-page-hero {
	padding: 16px 0 8px;
	background: var(--cm-bg-soft);
}

.cm-page-hero .cm-hero__content {
	justify-content: center;
}

.cm-page-hero .cm-hero__bottom {
	grid-template-columns: minmax(0, 1fr) 548px;
}

.cm-page-hero .cm-hero__headline p {
	font-size: 24px;
}

.cm-detail-hero .cm-hero__overlay {
	background:
		linear-gradient(90deg, rgba(247, 223, 210, 0.92), rgba(247, 223, 210, 0.62) 42%, rgba(247, 223, 210, 0.18) 72%, rgba(247, 223, 210, 0.1) 100%),
		radial-gradient(circle at 18% 100%, rgba(255, 255, 255, 0.74), transparent 38%);
}

.cm-detail-hero {
	padding-bottom: 92px;
}

.cm-detail-hero .cm-btn {
	height: 59px;
}

.cm-value-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}

.cm-value-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cm-value-card {
	min-height: 0;
	padding: 8px;
	background: rgba(255, 247, 241, 0.78);
}

.cm-detail-list {
	display: grid;
	gap: 4px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.cm-detail-list li {
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.66);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.45);
	color: #6f3925;
	font-size: 15px;
	line-height: 1.35;
}

.cm-detail-list li::before {
	content: none;
}

.cm-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-feature-card {
	position: relative;
	height: 401px;
	min-height: 0;
	overflow: hidden;
	border-radius: var(--cm-radius-sm);
}

.cm-feature-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cm-feature-card__body {
	position: absolute;
	right: 8px;
	bottom: 8px;
	left: 8px;
	display: grid;
	min-height: 190px;
	align-content: start;
	padding: 16px;
	border-radius: 8px;
	background: rgba(255, 247, 241, 0.9);
	backdrop-filter: blur(4px);
}

.cm-feature-card h3 {
	margin: 0 0 6px;
	font-size: 18px;
}

.cm-feature-card p {
	margin: 0;
	color: #6f3925;
	font-size: 14px;
	line-height: 1.5;
}

.cm-about-hero {
	min-height: 897px;
	background: var(--cm-bg-soft);
}

.cm-about-intro {
	grid-template-columns: minmax(320px, 1fr) 580px;
	align-items: start;
	min-height: 745px;
	padding-top: 64px;
	padding-bottom: 88px;
}

.cm-about-copy {
	display: grid;
	gap: 26px;
	align-self: center;
}

.cm-about-intro .cm-display {
	font-size: 72px;
	line-height: 1.07;
}

.cm-about-intro h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
}

.cm-about-quote {
	margin: 0 0 18px;
	font-family: var(--cm-serif);
	font-size: 36px;
	font-weight: 500;
	line-height: 1.17;
}

.cm-about-copy .cm-title {
	max-width: 720px;
}

.cm-story-grid {
	grid-template-columns: 1.2fr 0.8fr;
	align-items: start;
}

.cm-story-grid h2 {
	margin-bottom: 18px;
}

.cm-story-grid p {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.55;
}

.cm-core-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}

.cm-core-card {
	display: grid;
	min-height: 141px;
	grid-template-columns: 1fr auto;
	gap: 10px;
	padding: 16px;
}

.cm-core-card img {
	width: 36px;
	height: 56px;
	flex-shrink: 0;
	object-fit: contain;
}

.cm-footer {
	background: var(--cm-ink-deep);
	color: rgba(250, 249, 244, 0.9);
}

.cm-footer__main {
	grid-template-columns: minmax(260px, 387px) 1fr;
	gap: 56px;
	padding: 72px 0 32px;
}

.cm-footer__brand {
	display: grid;
	gap: 32px;
}

.cm-footer__brand .cm-logo {
	width: 107px;
	filter: brightness(1.3);
}

.cm-footer__brand .cm-display {
	max-width: 380px;
	color: var(--cm-bg-muted);
	font-size: 76px;
	line-height: 0.86;
}

.cm-footer .cm-btn--outline {
	border-color: rgba(253, 249, 246, 0.7);
	color: #fff;
}

.cm-footer .cm-btn--outline img {
	filter: brightness(0) invert(1);
}

.cm-footer .cm-btn--outline:hover,
.cm-footer .cm-btn--outline:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--cm-ink-deep);
}

.cm-footer .cm-btn--outline:hover img,
.cm-footer .cm-btn--outline:focus-visible img {
	filter: none;
}

.cm-footer__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px;
	justify-self: end;
	width: min(631px, 100%);
}

.cm-footer h3 {
	margin: 0 0 18px;
	color: var(--cm-accent-soft);
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-transform: uppercase;
}

.cm-footer ul,
.cm-footer p {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cm-footer li,
.cm-footer p {
	font-size: 14px;
	line-height: 1.8;
}

.cm-footer a:hover,
.cm-footer a:focus-visible {
	color: #fff;
}

.cm-footer__copy {
	padding: 0 0 22px;
	color: #f9f7ed;
	text-align: center;
}

.cm-section--locations {
	min-height: 856px;
	display: flex;
	align-items: center;
	padding: 64px 0 88px;
}

.cm-section--locations .cm-display,
.cm-section--find-treatment .cm-display,
.cm-consultation .cm-display {
	font-size: 89px;
	line-height: 1;
}

.cm-section--find-treatment {
	min-height: 391px;
	display: flex;
	align-items: center;
	padding: 0;
}

.cm-section--home-services {
	min-height: 681px;
	padding: 64px 0 44px;
}

.cm-doctor {
	min-height: 697px;
}

.cm-section--transformations {
	min-height: 805px;
	padding: 64px 0 44px;
}

.cm-section--reviews {
	min-height: 666px;
	padding: 44px 0 64px;
}

.cm-consultation {
	min-height: 722px;
}

.cm-section--treatments-grid {
	min-height: 1601px;
	padding: 64px 0;
	background: var(--cm-bg-muted);
}

.cm-section--detail-value {
	min-height: 426px;
	padding: 44px 0;
}

.cm-section--detail-features {
	min-height: 623px;
	padding: 64px 0 44px;
}

.cm-section--about-leader {
	min-height: 697px;
	padding: 0;
}

.cm-section--about-story {
	min-height: 479px;
	padding: 72px 0 64px;
}

.cm-section--about-values {
	min-height: 466px;
	padding: 0 0 64px;
}

@media (max-width: 1180px) {
	.cm-header__inner,
	.cm-hero__bottom,
	.cm-page-hero .cm-hero__bottom,
	.cm-split,
	.cm-treatment-row,
	.cm-cta-grid,
	.cm-about-intro,
	.cm-story-grid,
	.cm-footer__main,
	.cm-footer__links {
		grid-template-columns: 1fr;
	}

	.cm-header__inner {
		padding: 18px 0;
	}

	.cm-logo,
	.cm-header__actions,
	.cm-nav {
		justify-self: center;
	}

	.cm-hero--home {
		min-height: 720px;
	}

	.cm-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cm-quiz {
		justify-self: start;
	}

	.cm-doctor__inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 32px;
		padding-top: 48px;
	}

	.cm-doctor__inner > * {
		min-width: 0;
	}

	.cm-doctor__image {
		width: 100%;
		max-width: 100%;
		justify-self: center;
	}

	.cm-doctor__copy,
	.cm-doctor__image,
	.cm-doctor__list {
		position: static;
		width: auto;
		transform: none;
	}

	.cm-location-grid,
	.cm-core-grid,
	.cm-value-grid,
	.cm-feature-grid {
		grid-template-columns: 1fr;
	}

	.cm-split .cm-location-grid {
		justify-self: start;
	}

	.cm-footer__links {
		justify-self: start;
	}

	.cm-location-card {
		min-height: 0;
	}

	.cm-location-card__media {
		height: 360px;
	}

	.cm-about-hero,
	.cm-about-intro,
	.cm-section--locations,
	.cm-section--find-treatment,
	.cm-section--home-services,
	.cm-doctor,
	.cm-section--transformations,
	.cm-section--reviews,
	.cm-consultation,
	.cm-section--treatments-grid,
	.cm-section--detail-value,
	.cm-section--detail-features,
	.cm-section--about-leader,
	.cm-section--about-story,
	.cm-section--about-values {
		min-height: 0;
	}
}

@media (max-width: 760px) {
	:root {
		--cm-container: calc(100vw - 32px);
	}

	.cm-section {
		padding: 64px 0;
	}

	.cm-display,
	.cm-section--locations .cm-display,
	.cm-section--find-treatment .cm-display,
	.cm-consultation .cm-display,
	.cm-doctor .cm-display,
	.cm-about-intro .cm-display {
		font-size: 40px;
		line-height: 1.05;
	}

	.cm-title {
		font-size: 28px;
	}

	.cm-eyebrow {
		font-size: 14px;
		line-height: 18px;
	}

	.cm-header__inner {
		position: relative;
		grid-template-columns: 1fr auto 1fr;
		gap: 8px;
		min-height: 0;
		padding: 12px 0;
	}

	.cm-header__logo-link {
		grid-column: 1;
		justify-self: start;
	}

	.cm-logo {
		width: 78px;
	}

	.cm-nav--desktop,
	.cm-header__actions--desktop {
		display: none;
	}

	.cm-language-switcher.cm-language-switcher--mobile {
		display: inline-flex;
		grid-column: 2;
		justify-self: center;
	}

	.cm-site .cm-menu-toggle {
		display: inline-flex !important;
		grid-column: 3;
		justify-self: end;
	}

	.cm-mobile-menu {
		position: fixed;
		top: 73px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 30;
		display: flex;
		flex-direction: column;
		gap: 24px;
		min-height: calc(100dvh - 73px);
		padding: 24px 16px 28px;
		overflow-y: auto;
		border: 0;
		border-top: 1px solid rgba(190, 96, 47, 0.16);
		border-radius: 0;
		background: #fdf9f6;
		box-shadow: 0 18px 44px rgba(57, 20, 1, 0.14);
	}

	body.cm-mobile-menu-open {
		overflow: hidden;
	}

	.cm-mobile-menu__nav,
	.cm-mobile-menu__actions {
		display: grid;
		gap: 10px;
	}

	.cm-mobile-menu__actions {
		margin-top: auto;
	}

	.cm-mobile-menu__nav a {
		padding: 16px 14px;
		border: 1px solid rgba(57, 20, 1, 0.08);
		border-radius: 8px;
		background: #fff;
		color: var(--cm-ink);
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
	}

	.cm-mobile-menu__nav a:hover,
	.cm-mobile-menu__nav a:focus-visible,
	.cm-mobile-menu__nav a.is-active {
		border-color: rgba(200, 109, 53, 0.38);
		background: #fff3eb;
		color: var(--cm-accent);
	}

	.cm-mobile-menu__actions .cm-btn {
		width: 100%;
	}

	.cm-doctor__inner {
		gap: 0;
	}

	.cm-doctor__copy {
		margin-bottom: 32px;
	}

	.cm-doctor__image {
		display: block;
		margin-bottom: 0;
	}

	.cm-doctor__list {
		margin-top: -1px;
	}

	.cm-hero-shell,
	.cm-page-hero {
		padding-top: 12px;
	}

	.cm-hero,
	.cm-hero--home {
		min-height: 620px;
	}

	.cm-hero__content {
		padding: 24px;
	}

	.cm-hero__top {
		grid-template-columns: 1fr;
	}

	.cm-hero__brand {
		justify-self: start;
	}

	.cm-hero__headline p {
		font-size: 18px;
	}

	.cm-hero__card {
		max-width: none;
	}

	.cm-services-head {
		display: grid;
	}

	.cm-treatment-search {
		width: 100%;
		max-width: none;
		min-width: 0;
		margin-left: 0;
	}

	.cm-service-grid,
	.cm-service-grid--large {
		grid-template-columns: 1fr;
	}

	.cm-services-head .cm-pill[style*="min-width"] {
		min-width: 0 !important;
		width: 100%;
	}

	.cm-quiz {
		max-width: none;
	}

	.cm-quiz__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.cm-quiz__options,
	.cm-quiz__actions {
		grid-template-columns: 1fr;
	}

	.cm-quiz__actions [hidden] + .cm-quiz__button {
		grid-column: auto;
	}

	.cm-quiz-result {
		grid-template-columns: 80px minmax(0, 1fr);
	}

	.cm-quiz-result img {
		width: 80px;
		height: 80px;
	}

	.cm-quiz-lead__screen {
		min-height: 360px;
		padding: 18px;
	}

	.cm-quiz-lead__screen h3 {
		font-size: 23px;
		line-height: 29px;
	}

	.cm-quiz-lead__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.cm-quiz-lead__progress {
		width: 100%;
	}

	.cm-quiz-lead__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-left: 0;
	}

	.cm-quiz-lead__actions .cm-quiz__button {
		min-width: 0;
	}

	.cm-quiz-lead__review {
		grid-template-columns: 1fr;
	}

	.cm-quiz-lead__confirm-actions {
		grid-template-columns: 1fr;
	}

	.cm-quiz-lead__embed iframe {
		height: clamp(380px, 58vh, 500px) !important;
		max-height: 500px !important;
	}

	.cm-service-card {
		height: 260px;
		min-height: 260px;
	}

	.cm-result-card {
		height: 520px;
		flex-basis: 280px;
	}

	.cm-result-card__media {
		min-height: 350px;
	}

	.cm-result-card img {
		height: 100%;
	}

	.cm-result-card__meta {
		display: grid;
		gap: 4px;
	}

	.cm-result-card__meta h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.cm-result-card__meta span {
		font-size: 13px;
		white-space: normal;
	}

	.cm-slider {
		padding-inline: 40px;
	}

	.cm-carousel--results {
		padding-right: 40px;
		scroll-padding-inline: 40px;
	}

	.cm-slider__controls {
		position: absolute;
		inset: 0;
		margin-top: 0;
		transform: none;
	}

	.cm-site .cm-slider__button[type="button"] {
		width: 40px;
		height: 40px;
	}

	.cm-review {
		flex-basis: 280px;
	}

	.cm-cta-grid {
		min-height: 0;
		padding: 48px 0;
	}

	.cm-contact-form {
		max-height: none;
	}

	.cm-page-hero .cm-hero__bottom {
		gap: 24px;
	}

	.cm-location-pills .cm-pill {
		min-height: 44px;
		font-size: 14px;
	}

	.cm-location-grid {
		width: 100%;
	}

	.cm-location-card__media {
		height: 280px;
	}

	.cm-location-card__details {
		min-height: 0;
	}

	.cm-feature-card {
		height: 320px;
	}

	.cm-review {
		min-height: 0;
		height: 432px;
	}

	.cm-about-hero {
		padding: 0;
	}

	.cm-about-intro {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cm-about-quote {
		font-size: 26px;
	}

	.cm-footer__brand .cm-display {
		font-size: 40px;
		line-height: 1.05;
	}
}
