/* Aestiva Solo Divi 0.1.0 — all selectors are intentionally prefixed. */
.asdv-divi-module,
.asdv-module,
.asdv-module *,
.asdv-lightbox,
.asdv-lightbox * {
	box-sizing: border-box;
}

.asdv-module {
	--asdv-primary: #24324a;
	--asdv-primary-ink: #fff;
	--asdv-accent: #8e6f5a;
	--asdv-heading: #20242b;
	--asdv-body: #4a4f57;
	--asdv-link: #6f5546;
	--asdv-surface: #fff;
	--asdv-surface-alt: #eee9e5;
	--asdv-border: #ded8d3;
	--asdv-background: #f6f4f2;
	--asdv-card-radius: 24px;
	--asdv-button-radius: 999px;
	--asdv-gap: 24px;
	--asdv-columns: 3;
	--asdv-gallery-cols: 3;
	position: relative;
	width: 100%;
	color: var(--asdv-body);
	font: inherit;
	line-height: 1.65;
}

.asdv-module :where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
	margin-top: 0;
}

.asdv-module :where(a) {
	color: var(--asdv-link);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

.asdv-module :where(button, a) {
	-webkit-tap-highlight-color: transparent;
}

.asdv-module :where(button):focus-visible,
.asdv-module :where(a):focus-visible,
.asdv-lightbox :where(button):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--asdv-primary) 48%, transparent);
	outline-offset: 3px;
}

.asdv-section-header,
.asdv-review-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: clamp(20px, 4vw, 56px);
	margin-bottom: clamp(24px, 4vw, 48px);
}

.asdv-section-header > *,
.asdv-review-header__copy {
	max-width: 760px;
}

.asdv-eyebrow {
	margin-bottom: 8px;
	color: var(--asdv-primary);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.asdv-title {
	margin-bottom: 12px;
	color: var(--asdv-heading);
	font-size: clamp(1.75rem, 3.3vw, 3.5rem);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.asdv-intro,
.asdv-treatment-intro {
	max-width: 68ch;
	margin: 0;
	color: var(--asdv-body);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.65;
}

.asdv-intro > :last-child,
.asdv-rich-text > :last-child,
.asdv-card-text > :last-child {
	margin-bottom: 0;
}

.asdv-empty {
	padding: 28px;
	border: 1px dashed var(--asdv-border);
	border-radius: var(--asdv-card-radius);
	background: color-mix(in srgb, var(--asdv-surface) 76%, transparent);
	color: var(--asdv-body);
	text-align: center;
}

/* Shared buttons and small labels. */
.asdv-actions,
.asdv-card-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.asdv-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: var(--asdv-button-radius);
	font-size: .95rem;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.asdv-button:hover {
	transform: translateY(-2px);
}

.asdv-button--primary {
	border-color: var(--asdv-primary);
	background: var(--asdv-primary);
	box-shadow: 0 10px 28px color-mix(in srgb, var(--asdv-primary) 22%, transparent);
	color: var(--asdv-primary-ink) !important;
}

.asdv-button--secondary {
	border-color: color-mix(in srgb, var(--asdv-primary) 28%, var(--asdv-border));
	background: transparent;
	color: var(--asdv-primary) !important;
}

.asdv-button--secondary:hover {
	background: color-mix(in srgb, var(--asdv-primary) 7%, transparent);
}

.asdv-pill,
.asdv-category,
.asdv-duration {
	display: inline-flex;
	align-items: center;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.3;
}

.asdv-pill {
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--asdv-primary);
	color: var(--asdv-primary-ink);
}

.asdv-category,
.asdv-duration {
	color: color-mix(in srgb, var(--asdv-body) 78%, transparent);
}

/* Treatments collection. */
.asdv-items,
.asdv-review-grid,
.asdv-price-list--cards .asdv-price-items {
	display: grid;
	grid-template-columns: repeat(var(--asdv-columns), minmax(0, 1fr));
	gap: var(--asdv-gap);
}

.asdv-treatment-card,
.asdv-review-card,
.asdv-price-item,
.asdv-info-card {
	position: relative;
	min-width: 0;
	border: 1px solid var(--asdv-border);
	border-radius: var(--asdv-card-radius);
	background: var(--asdv-surface);
	box-shadow: 0 18px 50px rgba(20, 28, 40, .08);
	overflow: clip;
}

.asdv-is-equal-height .asdv-treatment-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

.asdv-media {
	position: relative;
	background: var(--asdv-surface-alt);
	overflow: hidden;
}

.asdv-treatment-card__media {
	aspect-ratio: 4 / 3;
}

.asdv-image,
.asdv-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.asdv-image-placeholder {
	min-height: 220px;
	background:
		linear-gradient(135deg, transparent 0 42%, color-mix(in srgb, var(--asdv-border) 55%, transparent) 42% 58%, transparent 58% 100%),
		var(--asdv-surface-alt);
}

.asdv-treatment-card .asdv-image {
	transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.asdv-treatment-card:hover .asdv-image {
	transform: scale(1.035);
}

.asdv-treatment-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(20px, 3vw, 30px);
}

.asdv-kickers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.asdv-item-title,
.asdv-section-title,
.asdv-group-title {
	color: var(--asdv-heading);
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.asdv-item-title {
	margin-bottom: 12px;
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.asdv-item-title a {
	color: inherit;
	text-decoration: none;
}

.asdv-card-text {
	margin-bottom: 20px;
	color: var(--asdv-body);
}

.asdv-card-meta {
	display: flex;
	width: 100%;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 4px;
}

.asdv-price {
	display: inline-flex;
	flex-direction: column;
	color: var(--asdv-heading);
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.2;
}

.asdv-price small {
	margin-top: 4px;
	color: var(--asdv-body);
	font-size: .72em;
	font-weight: 550;
}

.asdv-card-actions {
	width: 100%;
	margin-top: 22px;
}

.asdv-card-actions .asdv-button {
	width: 100%;
}

.asdv-treatments--list .asdv-items {
	display: flex;
	flex-direction: column;
}

.asdv-treatments--list .asdv-treatment-card {
	display: grid;
	grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr);
}

.asdv-treatments--list .asdv-treatment-card__media {
	min-height: 100%;
	aspect-ratio: auto;
}

/* Shared sliders. */
.asdv-items.asdv-slider-track,
.asdv-slider__viewport {
	display: flex;
	gap: var(--asdv-gap);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	overscroll-behavior-inline: contain;
}

.asdv-items.asdv-slider-track {
	grid-template-columns: none;
	padding: 4px 2px 14px;
}

.asdv-items.asdv-slider-track > .asdv-treatment-card {
	width: min(420px, calc((100% - (var(--asdv-gap) * (var(--asdv-columns) - 1))) / var(--asdv-columns)));
	min-width: min(420px, calc((100% - (var(--asdv-gap) * (var(--asdv-columns) - 1))) / var(--asdv-columns)));
	scroll-snap-align: start;
}

.asdv-slider__track {
	display: flex;
	gap: var(--asdv-gap);
}

.asdv-slider__slide {
	width: min(460px, calc((100% - (var(--asdv-gap) * (var(--asdv-columns) - 1))) / var(--asdv-columns)));
	min-width: min(460px, calc((100% - (var(--asdv-gap) * (var(--asdv-columns) - 1))) / var(--asdv-columns)));
	scroll-snap-align: start;
}

.asdv-slider-controls,
.asdv-slider__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 18px;
}

.asdv-slider-button,
.asdv-slider__controls button {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	padding: 0;
	border: 1px solid var(--asdv-border);
	border-radius: 50%;
	background: var(--asdv-surface);
	color: var(--asdv-heading);
	font: inherit;
	font-size: 1.2rem;
	cursor: pointer;
	transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.asdv-slider-button:hover,
.asdv-slider__controls button:hover {
	transform: translateY(-2px);
	background: var(--asdv-surface-alt);
}

.asdv-slider-button:disabled,
.asdv-slider__controls button:disabled {
	opacity: .35;
	cursor: default;
	transform: none;
}

.asdv-slider-status,
.asdv-slider__status {
	min-width: 54px;
	color: var(--asdv-body);
	font-size: .85rem;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

/* Treatment details. */
.asdv-treatment-details {
	display: grid;
	gap: clamp(36px, 6vw, 72px);
}

.asdv-treatment-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
}

.asdv-treatment-hero__media {
	min-height: clamp(380px, 54vw, 680px);
	border-radius: var(--asdv-card-radius);
}

.asdv-treatment-hero__content {
	min-width: 0;
}

.asdv-treatment-hero .asdv-title {
	font-size: clamp(2rem, 5vw, 4.7rem);
}

.asdv-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 26px 0;
}

.asdv-facts > div {
	padding: 14px;
	border: 1px solid var(--asdv-border);
	border-radius: calc(var(--asdv-card-radius) * .65);
	background: color-mix(in srgb, var(--asdv-surface) 88%, transparent);
}

.asdv-facts dt {
	margin-bottom: 4px;
	color: var(--asdv-body);
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.asdv-facts dd {
	color: var(--asdv-heading);
	font-weight: 750;
}

.asdv-detail-section {
	min-width: 0;
}

.asdv-detail-content {
	max-width: 820px;
	margin-inline: auto;
}

.asdv-rich-text {
	color: var(--asdv-body);
	font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.asdv-rich-text :where(h2, h3, h4) {
	margin-top: 1.8em;
	margin-bottom: .7em;
	color: var(--asdv-heading);
	line-height: 1.2;
}

.asdv-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--asdv-gap);
}

.asdv-info-card {
	padding: clamp(22px, 3.5vw, 36px);
}

.asdv-section-title {
	margin-bottom: 14px;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.asdv-gallery-section,
.asdv-faq-section {
	display: grid;
	gap: 20px;
}

.asdv-gallery {
	display: grid;
	grid-template-columns: repeat(var(--asdv-gallery-cols), minmax(0, 1fr));
	gap: var(--asdv-gap);
}

.asdv-gallery-item {
	margin: 0;
	aspect-ratio: 4 / 3;
	border-radius: var(--asdv-card-radius);
	background: var(--asdv-surface-alt);
	overflow: hidden;
}

.asdv-gallery-item button {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.asdv-gallery-item img,
.asdv-gallery-item video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.asdv-faqs {
	display: grid;
	gap: 12px;
}

.asdv-faq {
	border: 1px solid var(--asdv-border);
	border-radius: calc(var(--asdv-card-radius) * .72);
	background: var(--asdv-surface);
	overflow: hidden;
}

.asdv-faq summary {
	position: relative;
	padding: 19px 54px 19px 20px;
	color: var(--asdv-heading);
	font-weight: 750;
	cursor: pointer;
	list-style: none;
}

.asdv-faq summary::-webkit-details-marker {
	display: none;
}

.asdv-faq summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '+';
	font-size: 1.4rem;
	font-weight: 400;
	transform: translateY(-50%);
}

.asdv-faq[open] summary::after {
	content: '−';
}

.asdv-faq > div {
	padding: 0 20px 20px;
}

.asdv-treatment-details--editorial .asdv-treatment-hero {
	grid-template-columns: 1fr;
}

.asdv-treatment-details--editorial .asdv-treatment-hero__media {
	order: 2;
	min-height: min(70vh, 760px);
}

.asdv-treatment-details--editorial .asdv-treatment-hero__content {
	max-width: 900px;
	text-align: center;
	margin-inline: auto;
}

.asdv-treatment-details--editorial .asdv-actions,
.asdv-treatment-details--editorial .asdv-facts {
	justify-content: center;
}

.asdv-treatment-details--compact .asdv-treatment-hero {
	grid-template-columns: minmax(220px, .35fr) minmax(0, 1fr);
}

.asdv-treatment-details--compact .asdv-treatment-hero__media {
	min-height: 320px;
}

.asdv-treatment-details--facts .asdv-treatment-hero__media {
	display: none;
}

.asdv-treatment-details--facts .asdv-treatment-hero {
	grid-template-columns: 1fr;
}

/* Price list. */
.asdv-price-groups {
	display: grid;
	gap: clamp(34px, 5vw, 64px);
}

.asdv-price-group {
	display: grid;
	gap: 18px;
}

.asdv-group-title {
	margin-bottom: 0;
	font-size: clamp(1.25rem, 2.3vw, 1.85rem);
}

.asdv-price-items {
	display: grid;
	gap: 12px;
}

.asdv-price-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(18px, 3vw, 36px);
	padding: clamp(18px, 3vw, 28px);
}

.asdv-price-item .asdv-item-title {
	margin-bottom: 6px;
}

.asdv-price-item .asdv-card-text {
	max-width: 70ch;
	margin-bottom: 8px;
}

.asdv-price-item__aside {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.asdv-price-list--cards .asdv-price-item {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: stretch;
}

.asdv-price-list--cards .asdv-price-item__main {
	flex: 1;
}

.asdv-price-list--cards .asdv-price-item__aside {
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--asdv-border);
}

.asdv-price-list--compact .asdv-price-item {
	padding-block: 13px;
	box-shadow: none;
}

.asdv-price-table-wrap {
	width: 100%;
	border: 1px solid var(--asdv-border);
	border-radius: var(--asdv-card-radius);
	overflow-x: auto;
}

.asdv-price-table {
	width: 100%;
	min-width: 660px;
	border-collapse: collapse;
	background: var(--asdv-surface);
}

.asdv-price-table :where(th, td) {
	padding: 16px 18px;
	border-bottom: 1px solid var(--asdv-border);
	vertical-align: middle;
	text-align: left;
}

.asdv-price-table thead th {
	background: var(--asdv-surface-alt);
	color: var(--asdv-heading);
	font-size: .75rem;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.asdv-price-table tbody tr:last-child > * {
	border-bottom: 0;
}

.asdv-price-table td:last-child {
	text-align: right;
}

/* Reviews. */
.asdv-review-header {
	align-items: center;
}

.asdv-review-summary,
.asdv-review-summary__inner {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.asdv-review-summary a {
	color: inherit;
	text-decoration: none;
}

.asdv-review-score {
	color: var(--asdv-heading);
	font-size: 1.35rem;
	font-weight: 850;
	font-variant-numeric: tabular-nums;
}

.asdv-stars {
	display: inline-block;
	color: var(--asdv-accent);
	font-size: 1.05rem;
	letter-spacing: .08em;
	line-height: 1;
	white-space: nowrap;
}

.asdv-review-count,
.asdv-review-provider {
	color: var(--asdv-body);
	font-size: .8rem;
	white-space: nowrap;
}

.asdv-review-provider {
	font-weight: 750;
}

.asdv-review-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: clamp(22px, 3vw, 32px);
}

.asdv-review-card__top {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.asdv-review-avatar {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: var(--asdv-surface-alt);
	color: var(--asdv-primary);
	font-size: .86rem;
	font-weight: 850;
	object-fit: cover;
}

.asdv-review-person {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.asdv-review-author {
	color: var(--asdv-heading);
	font-size: .98rem;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.asdv-review-date {
	margin-top: 2px;
	color: var(--asdv-body);
	font-size: .75rem;
}

.asdv-review-text {
	margin: 0;
	color: var(--asdv-body);
	font-size: 1rem;
	line-height: 1.72;
}

.asdv-review-card--featured .asdv-review-text {
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	line-height: 1.6;
}

.asdv-review-toggle,
.asdv-load-more {
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--asdv-link);
	font: inherit;
	font-size: .83rem;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.asdv-review-reply {
	margin-top: 20px;
	padding: 15px;
	border-left: 3px solid var(--asdv-primary);
	border-radius: 0 12px 12px 0;
	background: var(--asdv-surface-alt);
	font-size: .86rem;
}

.asdv-review-reply strong {
	display: block;
	margin-bottom: 4px;
	color: var(--asdv-heading);
}

.asdv-review-reply p {
	margin-bottom: 0;
}

.asdv-review-source {
	margin-top: auto;
	padding-top: 20px;
	font-size: .75rem;
	font-weight: 750;
}

.asdv-review-list {
	display: grid;
	gap: 14px;
}

.asdv-review-list .asdv-review-card {
	min-height: auto;
}

.asdv-review-list--compact,
.asdv-reviews--list-compact .asdv-review-card {
	padding-block: 17px;
	box-shadow: none;
}

.asdv-load-more {
	display: block;
	margin: 22px auto 0;
	padding: 12px 18px;
	border: 1px solid var(--asdv-border);
	border-radius: var(--asdv-button-radius);
	background: var(--asdv-surface);
	text-decoration: none;
}

.asdv-review-single {
	max-width: 920px;
	margin-inline: auto;
}

.asdv-reviews--single-featured .asdv-review-card {
	padding: clamp(30px, 6vw, 72px);
	text-align: center;
}

.asdv-reviews--single-featured .asdv-review-card__top {
	grid-template-columns: auto minmax(0, 1fr);
	max-width: 430px;
	margin-inline: auto;
	text-align: left;
}

.asdv-reviews--single-featured .asdv-review-card__top .asdv-stars {
	grid-column: 1 / -1;
	justify-self: center;
}

.asdv-reviews--grid-masonry .asdv-review-grid {
	display: block;
	columns: var(--asdv-columns);
	column-gap: var(--asdv-gap);
}

.asdv-reviews--grid-masonry .asdv-review-card {
	margin-bottom: var(--asdv-gap);
	break-inside: avoid;
}

.asdv-reviews--grid-clean .asdv-review-card,
.asdv-reviews--slider-minimal .asdv-review-card,
.asdv-reviews--style-minimal .asdv-review-card {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.asdv-reviews--style-outline .asdv-review-card {
	box-shadow: none;
}

.asdv-reviews--style-dark .asdv-review-card,
.asdv-reviews--style-dark .asdv-review-badge,
.asdv-reviews--style-dark .asdv-review-button {
	border-color: color-mix(in srgb, #fff 18%, transparent);
	background: #17191d;
	color: #e9ebef;
}

.asdv-reviews--style-dark :where(.asdv-review-author, .asdv-review-score, .asdv-review-text) {
	color: #fff;
}

.asdv-reviews--style-dark :where(.asdv-review-date, .asdv-review-count, .asdv-review-provider) {
	color: #c8ccd4;
}

.asdv-reviews--slider-centered .asdv-review-card,
.asdv-reviews--slider-large .asdv-review-card {
	text-align: center;
}

.asdv-reviews--slider-centered .asdv-review-card__top,
.asdv-reviews--slider-large .asdv-review-card__top {
	grid-template-columns: 1fr;
	justify-items: center;
}

.asdv-reviews--slider-centered .asdv-review-avatar,
.asdv-reviews--slider-large .asdv-review-avatar {
	width: 64px;
	height: 64px;
}

.asdv-reviews--slider-compact .asdv-review-card {
	padding: 18px;
}

/* Distinct legacy design presets kept inside one configurable module. */
.asdv-reviews--slider-header .asdv-review-card {
	padding-top: 0;
}

.asdv-reviews--slider-header .asdv-review-card__top {
	margin: 0 clamp(-32px, -3vw, -22px) 24px;
	padding: 22px clamp(22px, 3vw, 32px);
	background: var(--asdv-surface-alt);
}

.asdv-reviews--slider-profile .asdv-review-card__top,
.asdv-reviews--grid-photos .asdv-review-card__top {
	grid-template-columns: 1fr;
	justify-items: center;
	text-align: center;
}

.asdv-reviews--slider-profile .asdv-review-avatar,
.asdv-reviews--grid-photos .asdv-review-avatar {
	width: 72px;
	height: 72px;
	font-size: 1rem;
}

.asdv-reviews--slider-profile .asdv-review-text {
	text-align: center;
}

.asdv-reviews--slider-large .asdv-review-card {
	padding: clamp(34px, 6vw, 68px);
}

.asdv-reviews--slider-large .asdv-review-text {
	font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.asdv-reviews--list-full .asdv-review-card {
	display: grid;
	grid-template-columns: minmax(190px, .3fr) minmax(0, 1fr);
	column-gap: clamp(24px, 4vw, 54px);
}

.asdv-reviews--list-full .asdv-review-card__top {
	align-content: start;
	grid-row: 1 / span 3;
	grid-template-columns: auto minmax(0, 1fr);
}

.asdv-reviews--list-full .asdv-review-card__top .asdv-stars {
	grid-column: 1 / -1;
}

.asdv-reviews--single-compact .asdv-review-single {
	max-width: 680px;
}

.asdv-reviews--single-compact .asdv-review-card {
	padding: 22px;
}

.asdv-review-slider-layout {
	display: grid;
	grid-template-columns: minmax(210px, .3fr) minmax(0, 1fr);
	align-items: stretch;
	gap: var(--asdv-gap);
}

.asdv-review-slider-layout > aside {
	display: grid;
	place-items: center;
	padding: 28px;
	border: 1px solid var(--asdv-border);
	border-radius: var(--asdv-card-radius);
	background: var(--asdv-surface-alt);
}

.asdv-review-summary--large .asdv-review-summary__inner {
	flex-direction: column;
	text-align: center;
}

.asdv-review-summary--large .asdv-review-score {
	font-size: 3.2rem;
	line-height: 1;
}

.asdv-review-badge,
.asdv-review-button {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding: 16px 20px;
	border: 1px solid var(--asdv-border);
	border-radius: var(--asdv-card-radius);
	background: var(--asdv-surface);
	box-shadow: 0 16px 42px rgba(20, 28, 40, .08);
}

.asdv-review-badge {
	flex-wrap: wrap;
}

.asdv-badge-company {
	display: flex;
	flex-direction: column;
}

.asdv-badge-company strong {
	color: var(--asdv-heading);
}

.asdv-badge-company span {
	font-size: .78rem;
}

.asdv-top-rated {
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--asdv-primary);
	color: var(--asdv-primary-ink);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.asdv-reviews--badge-square .asdv-review-badge,
.asdv-reviews--badge-top-rated-vertical .asdv-review-badge {
	width: min(100%, 250px);
	min-height: 220px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.asdv-reviews--badge-inline .asdv-review-badge,
.asdv-reviews--badge-minimal .asdv-review-badge,
.asdv-reviews--badge-footer .asdv-review-badge {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.asdv-reviews--badge-top-rated-horizontal .asdv-review-badge {
	flex-wrap: nowrap;
}

.asdv-reviews--badge-card .asdv-review-badge {
	padding: 24px 28px;
}

.asdv-reviews--badge-company .asdv-review-badge {
	justify-content: space-between;
	width: min(100%, 620px);
}

.asdv-reviews--badge-footer .asdv-review-badge {
	width: 100%;
	justify-content: center;
}

.asdv-reviews--button-write .asdv-review-button {
	border-color: var(--asdv-primary);
	background: color-mix(in srgb, var(--asdv-primary) 7%, var(--asdv-surface));
}

.asdv-review-button {
	justify-content: space-between;
}

.asdv-review-floating {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;
}

.asdv-reviews--floating-side .asdv-review-floating {
	top: 50%;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
}

.asdv-review-floating__trigger {
	padding: 10px 14px;
	border: 1px solid var(--asdv-border);
	border-radius: var(--asdv-button-radius);
	background: var(--asdv-surface);
	box-shadow: 0 16px 48px rgba(20, 28, 40, .18);
	color: var(--asdv-heading);
	font: inherit;
	cursor: pointer;
}

.asdv-reviews--floating-side .asdv-review-floating__trigger {
	border-radius: var(--asdv-card-radius) 0 0 var(--asdv-card-radius);
	writing-mode: vertical-rl;
}

.asdv-review-floating__panel {
	position: absolute;
	right: 0;
	bottom: calc(100% + 12px);
	width: min(390px, calc(100vw - 32px));
	padding: 12px;
	border: 1px solid var(--asdv-border);
	border-radius: var(--asdv-card-radius);
	background: var(--asdv-surface);
	box-shadow: 0 24px 70px rgba(20, 28, 40, .22);
}

.asdv-reviews--floating-side .asdv-review-floating__panel {
	top: 50%;
	right: calc(100% + 12px);
	bottom: auto;
	transform: translateY(-50%);
}

.asdv-review-floating__panel[hidden] {
	display: none;
}

.asdv-review-floating__close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--asdv-surface-alt);
	color: var(--asdv-heading);
	font-size: 1.3rem;
	cursor: pointer;
}

.asdv-review-floating__panel .asdv-review-card {
	border: 0;
	box-shadow: none;
}

/* Contact CTA. */
.asdv-contact-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(26px, 5vw, 64px);
	padding: clamp(26px, 5vw, 58px);
	border: 1px solid var(--asdv-border);
	border-radius: var(--asdv-card-radius);
	background:
		radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--asdv-primary) 12%, transparent), transparent 42%),
		var(--asdv-surface);
	box-shadow: 0 22px 65px rgba(20, 28, 40, .1);
}

.asdv-contact-cta .asdv-title {
	font-size: clamp(1.7rem, 3.5vw, 3.2rem);
}

.asdv-contact-cta__copy {
	max-width: 800px;
}

.asdv-contact-cta__actions {
	justify-content: flex-end;
}

.asdv-contact-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-top: 18px;
	font-size: .86rem;
}

.asdv-contact-facts a {
	color: var(--asdv-link);
}

.asdv-contact-cta--inline {
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 20px 24px;
	box-shadow: none;
}

.asdv-contact-cta--inline .asdv-eyebrow,
.asdv-contact-cta--inline .asdv-intro,
.asdv-contact-cta--inline .asdv-contact-facts {
	display: none;
}

.asdv-contact-cta--inline .asdv-title {
	margin-bottom: 0;
	font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.asdv-contact-cta--split {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
}

.asdv-contact-cta--split .asdv-contact-cta__actions {
	display: grid;
}

.asdv-contact-cta--split .asdv-button {
	width: 100%;
}

.asdv-contact-cta--banner {
	border-radius: 0;
	box-shadow: none;
}

.asdv-contact-cta--dark {
	--asdv-heading: #fff;
	--asdv-body: #d6d9df;
	--asdv-link: #fff;
	--asdv-surface: #17191d;
	--asdv-surface-alt: #252932;
	--asdv-border: rgba(255, 255, 255, .15);
	background: #17191d;
}

/* Lightbox. */
.asdv-lightbox {
	width: min(1100px, calc(100vw - 34px));
	max-width: none;
	max-height: calc(100vh - 34px);
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: #101114;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
	overflow: hidden;
}

.asdv-lightbox::backdrop {
	background: rgba(8, 9, 12, .82);
	backdrop-filter: blur(8px);
}

.asdv-lightbox figure {
	margin: 0;
}

.asdv-lightbox img {
	display: block;
	width: 100%;
	max-height: calc(100vh - 34px);
	object-fit: contain;
}

.asdv-lightbox__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	background: rgba(0, 0, 0, .55);
	color: #fff;
	font: inherit;
	font-size: 1.55rem;
	cursor: pointer;
}

/* Visual Builder feedback. */
.asdv-vb-preview {
	position: relative;
	min-height: 40px;
	transition: opacity .18s ease;
}

.asdv-vb-preview.is-refreshing {
	opacity: .55;
}

.asdv-vb-message {
	padding: 18px;
	border: 1px dashed #b9bec8;
	border-radius: 10px;
	background: #f7f8fa;
	color: #313640;
	font: 14px/1.5 system-ui, sans-serif;
	text-align: center;
}

.asdv-vb-message--error {
	border-color: #dc8b8b;
	background: #fff4f4;
	color: #8a2323;
}

@media (max-width: 980px) {
	.asdv-items,
	.asdv-review-grid,
	.asdv-price-list--cards .asdv-price-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asdv-treatment-hero,
	.asdv-treatment-details--compact .asdv-treatment-hero,
	.asdv-contact-cta,
	.asdv-contact-cta--split {
		grid-template-columns: 1fr;
	}

	.asdv-treatment-hero__media {
		min-height: min(70vw, 600px);
	}

	.asdv-contact-cta__actions {
		justify-content: flex-start;
	}

	.asdv-review-slider-layout {
		grid-template-columns: 1fr;
	}

	.asdv-review-slider-layout > aside {
		justify-content: start;
	}

	.asdv-review-summary--large .asdv-review-summary__inner {
		flex-direction: row;
		text-align: left;
	}

	.asdv-review-summary--large .asdv-review-score {
		font-size: 1.8rem;
	}

	.asdv-slider__slide,
	.asdv-items.asdv-slider-track > .asdv-treatment-card {
		width: calc((100% - var(--asdv-gap)) / 2);
		min-width: calc((100% - var(--asdv-gap)) / 2);
	}
}

@media (max-width: 767px) {
	.asdv-section-header,
	.asdv-review-header {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 24px;
	}

	.asdv-items,
	.asdv-review-grid,
	.asdv-price-list--cards .asdv-price-items,
	.asdv-detail-grid,
	.asdv-gallery {
		grid-template-columns: 1fr;
	}

	.asdv-treatments--list .asdv-treatment-card {
		grid-template-columns: 1fr;
	}

	.asdv-treatments--list .asdv-treatment-card__media {
		min-height: auto;
		aspect-ratio: 4 / 3;
	}

	.asdv-slider__slide,
	.asdv-items.asdv-slider-track > .asdv-treatment-card {
		width: min(86vw, 410px);
		min-width: min(86vw, 410px);
	}

	.asdv-facts {
		grid-template-columns: 1fr;
	}

	.asdv-treatment-hero__media {
		min-height: min(90vw, 520px);
	}

	.asdv-price-item,
	.asdv-price-list--cards .asdv-price-item {
		grid-template-columns: 1fr;
	}

	.asdv-price-item__aside,
	.asdv-price-list--cards .asdv-price-item__aside {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
	}

	.asdv-price-item__aside .asdv-button {
		width: 100%;
	}

	.asdv-reviews--list-full .asdv-review-card {
		display: flex;
	}

	.asdv-reviews--list-full .asdv-review-card__top {
		grid-row: auto;
	}

	.asdv-review-card__top {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.asdv-review-card__top .asdv-stars {
		grid-column: 1 / -1;
	}

	.asdv-reviews--grid-masonry .asdv-review-grid {
		columns: 1;
	}

	.asdv-review-summary,
	.asdv-review-summary__inner {
		flex-wrap: wrap;
	}

	.asdv-review-button,
	.asdv-review-badge {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
	}

	.asdv-contact-cta,
	.asdv-contact-cta--inline {
		padding: 24px;
	}

	.asdv-contact-cta--inline .asdv-eyebrow,
	.asdv-contact-cta--inline .asdv-intro {
		display: block;
	}

	.asdv-contact-cta__actions,
	.asdv-contact-cta__actions .asdv-button {
		width: 100%;
	}

	.asdv-review-floating {
		right: 12px;
		bottom: 12px;
	}

	.asdv-reviews--floating-side .asdv-review-floating {
		top: auto;
		right: 12px;
		bottom: 12px;
		transform: none;
	}

	.asdv-reviews--floating-side .asdv-review-floating__trigger {
		border-radius: var(--asdv-button-radius);
		writing-mode: horizontal-tb;
	}

	.asdv-reviews--floating-side .asdv-review-floating__panel {
		top: auto;
		right: 0;
		bottom: calc(100% + 12px);
		transform: none;
	}
}

@media (max-width: 480px) {
	.asdv-treatment-card__body,
	.asdv-review-card,
	.asdv-price-item,
	.asdv-info-card {
		padding: 18px;
	}

	.asdv-actions,
	.asdv-actions .asdv-button,
	.asdv-card-actions,
	.asdv-card-actions .asdv-button {
		width: 100%;
	}

	.asdv-card-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.asdv-reviews--compact-mobile .asdv-review-card {
		padding: 16px;
	}

	.asdv-reviews--compact-mobile .asdv-review-avatar {
		width: 38px;
		height: 38px;
	}

	.asdv-review-count,
	.asdv-review-provider {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.asdv-module *,
	.asdv-module *::before,
	.asdv-module *::after {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
	}
}
