:root {
	--color-bg: #FAF5ED;
	--color-surface: #FFFDF8;
	--color-primary: #8FAF9B;
	--color-primary-dark: #3F5F4A;
	--color-accent: #C8A96A;
	--color-text: #3F342A;
	--color-muted: #786C5E;
	--color-border: #E9DDCB;
	--color-soft-green: #EEF5EF;
	--color-soft-gold: #F5E9D1;
	--font-heading: "Cormorant Garamond", Georgia, serif;
	--font-body: "Inter", Arial, sans-serif;
	--radius-sm: 12px;
	--radius-md: 18px;
	--radius-lg: 26px;
	--shadow-soft: 0 22px 60px rgba(63, 52, 42, 0.08);
	--shadow-card: 0 10px 30px rgba(63, 52, 42, 0.08);
	--shadow-hover: 0 18px 44px rgba(63, 52, 42, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-text);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

a:hover,
a:focus {
	color: var(--color-primary-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

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

.skip-link:focus {
	z-index: 100;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--color-surface);
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow-card);
}

.site-container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(247, 243, 236, 0.92);
	border-bottom: 1px solid rgba(227, 221, 210, 0.75);
	backdrop-filter: blur(16px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	gap: 24px;
}

.site-branding {
	display: flex;
	align-items: center;
	flex: 0 1 260px;
	min-width: 0;
}

.site-branding__link,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	width: clamp(220px, 20vw, 240px);
	max-width: 100%;
	line-height: 0;
}

.site-branding__logo,
.custom-logo {
	display: block;
	width: 100%;
	height: auto;
	max-height: 90px;
	object-fit: contain;
}

.site-branding__name,
.site-footer__name {
	font-family: var(--font-heading);
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
	color: var(--color-primary-dark);
}

.site-branding__tagline {
	margin: 6px 0 0;
	color: var(--color-muted);
	font-size: 13px;
}

.primary-navigation .menu,
.footer-navigation .menu {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a,
.footer-navigation a {
	color: var(--color-text);
	font-size: 14px;
	font-weight: 600;
	transition: color 180ms ease;
}

.nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 999px;
	cursor: pointer;
}

.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
	display: block;
	width: 18px;
	height: 2px;
	margin: 0 auto;
	background: var(--color-primary-dark);
	border-radius: 99px;
	content: "";
}

.nav-toggle__bar::before {
	transform: translateY(-6px);
}

.nav-toggle__bar::after {
	transform: translateY(4px);
}

.hero-section {
	position: relative;
	overflow: hidden;
	padding: 44px 0 50px;
	background:
		radial-gradient(circle at 8% 12%, rgba(216, 184, 143, 0.24), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(247, 243, 236, 0));
}

.hero-section::before {
	position: absolute;
	inset: 22px 4% auto auto;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(216, 184, 143, 0.38);
	border-radius: 50%;
	background:
		linear-gradient(135deg, rgba(234, 241, 232, 0.86), rgba(244, 232, 216, 0.62)),
		radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.74), transparent 36%);
	content: "";
	opacity: 0.72;
	pointer-events: none;
}

.hero-section__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.58fr);
	align-items: start;
	gap: 44px;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: var(--color-text);
	font-family: var(--font-heading);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
}

h1 {
	max-width: 760px;
	font-size: clamp(42px, 5.6vw, 66px);
}

h2 {
	font-size: clamp(34px, 4vw, 52px);
}

h3 {
	font-size: 27px;
}

.hero-section__lead {
	max-width: 620px;
	margin: 18px 0 0;
	color: var(--color-muted);
	font-size: 18px;
	line-height: 1.62;
}

.directory-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
	gap: 10px;
	align-items: end;
	max-width: 780px;
	margin-top: 24px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--color-border);
	border-radius: 22px;
	box-shadow: var(--shadow-soft);
}

.directory-search label {
	display: grid;
	gap: 7px;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 700;
}

.directory-search input,
.directory-search select {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	color: var(--color-text);
	background: var(--color-bg);
	border: 1px solid transparent;
	border-radius: 16px;
	outline: none;
}

.directory-search input:focus,
.directory-search select:focus {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 4px rgba(122, 158, 126, 0.16);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus {
	transform: translateY(-1px);
}

.button--primary {
	color: var(--color-surface);
	background: var(--color-primary-dark);
	box-shadow: 0 12px 24px rgba(79, 112, 84, 0.2);
}

.button--primary:hover,
.button--primary:focus {
	color: var(--color-surface);
	background: var(--color-primary);
	box-shadow: 0 16px 30px rgba(79, 112, 84, 0.23);
}

.button--light {
	color: var(--color-primary-dark);
	background: var(--color-surface);
	box-shadow: var(--shadow-card);
}

.trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.trust-row li {
	position: relative;
	padding: 7px 12px 7px 30px;
	color: var(--color-primary-dark);
	background: rgba(234, 241, 232, 0.72);
	border: 1px solid rgba(122, 158, 126, 0.22);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
}

.trust-row li::before {
	position: absolute;
	top: 50%;
	left: 12px;
	width: 8px;
	height: 8px;
	background: var(--color-accent);
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.hero-card {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--color-border);
	border-radius: 28px;
	box-shadow: var(--shadow-soft);
}

.hero-card::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(234, 241, 232, 0.75), rgba(244, 232, 216, 0.52)),
		radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.78), transparent 28%);
	content: "";
}

.salon-card__media {
	min-height: 176px;
	background:
		linear-gradient(135deg, rgba(122, 158, 126, 0.18), rgba(216, 184, 143, 0.34)),
		radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.78), transparent 34%),
		var(--color-soft-green);
}

.hero-card__body {
	position: relative;
	padding: 34px;
}

.hero-card__body span,
.salon-card__topline span,
.entry-meta {
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hero-card__body h2 {
	margin-top: 10px;
	font-size: 33px;
}

.hero-card__body p {
	margin-bottom: 0;
	color: var(--color-muted);
}

.hero-card__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 28px;
}

.hero-card__stats div {
	padding: 16px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(227, 221, 210, 0.78);
	border-radius: var(--radius-md);
}

.hero-card__stats strong,
.hero-card__stats small {
	display: block;
}

.hero-card__stats strong {
	color: var(--color-primary-dark);
	font-family: var(--font-heading);
	font-size: 34px;
	line-height: 1;
}

.hero-card__stats small {
	margin-top: 4px;
	color: var(--color-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.section {
	padding: 74px 0;
}

.section--soft {
	background:
		linear-gradient(180deg, rgba(234, 241, 232, 0.92), rgba(247, 243, 236, 0.96)),
		var(--color-soft-green);
}

.section-heading {
	max-width: 720px;
	margin-bottom: 34px;
}

.section-heading--split {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.category-grid,
.salon-grid,
.steps-grid,
.archive-grid {
	display: grid;
	gap: 22px;
}

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

.salon-grid,
.steps-grid,
.archive-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card,
.salon-card,
.step-card,
.content-card {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-card);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.category-card,
.step-card,
.content-card {
	padding: 28px;
}

.category-card__mark {
	position: relative;
	width: 46px;
	height: 46px;
	margin-bottom: 22px;
	background:
		linear-gradient(135deg, rgba(122, 158, 126, 0.18), rgba(216, 184, 143, 0.42)),
		var(--color-soft-gold);
	border: 1px solid var(--color-border);
	border-radius: 50%;
}

.category-card__mark::after {
	position: absolute;
	inset: 13px 10px 11px 15px;
	border: solid var(--color-primary-dark);
	border-width: 0 0 2px 2px;
	border-radius: 0 0 0 14px;
	content: "";
	transform: rotate(-22deg);
}

.category-card > span {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.category-card p,
.step-card p,
.archive-card p,
.content-card p {
	color: var(--color-muted);
}

.category-card:hover,
.salon-card:hover,
.step-card:hover {
	border-color: rgba(122, 158, 126, 0.38);
	box-shadow: var(--shadow-hover);
	transform: translateY(-3px);
}

.salon-card {
	overflow: hidden;
}

.salon-card__media {
	position: relative;
	min-height: 176px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.salon-card__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.salon-card__media--has-image::after {
	display: none;
}

.salon-card__media::after {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 64px;
	height: 64px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(227, 221, 210, 0.82);
	border-radius: 50%;
	content: "";
	box-shadow: 0 10px 22px rgba(46, 51, 47, 0.08);
}

.salon-card__body {
	padding: 24px;
}

.salon-card__topline {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.salon-card__topline span {
	display: inline-flex;
	padding: 5px 10px;
	background: var(--color-soft-green);
	border-radius: 999px;
	line-height: 1;
}

.salon-card p {
	margin-bottom: 0;
}

.salon-card__details {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0;
}

.salon-card__details span {
	padding: 7px 10px;
	color: var(--color-primary-dark);
	background: var(--color-soft-gold);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
}

.salon-card__details span:first-child {
	background: var(--color-soft-green);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 2px;
	color: var(--color-primary-dark);
	font-weight: 800;
	transition: gap 180ms ease, color 180ms ease;
}

.text-link::after {
	content: "";
	width: 22px;
	height: 1px;
	background: currentColor;
}

.text-link:hover,
.text-link:focus {
	gap: 12px;
	color: var(--color-primary);
}

.step-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 22px;
	color: var(--color-primary-dark);
	background: var(--color-soft-gold);
	border-radius: 50%;
	font-weight: 800;
}

.cta-section {
	padding: 74px 0;
	background: var(--color-primary-dark);
	color: var(--color-surface);
}

.cta-section__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.cta-section .eyebrow,
.cta-section h2,
.cta-section p {
	color: var(--color-surface);
}

.cta-section p {
	max-width: 690px;
	opacity: 0.86;
}

.content-layout {
	max-width: 900px;
}

.entry-header {
	margin-bottom: 24px;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content a {
	color: var(--color-primary-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.photo-disclaimer {
	color: #8a7863;
	font-size: 12px;
	line-height: 1.55;
}

.photo-disclaimer-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: inline-flex;
	max-width: calc(100% - 24px);
	padding: 6px 9px;
	color: #6f604f;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2;
	background: rgba(255, 253, 248, 0.9);
	border: 1px solid rgba(200, 169, 106, 0.32);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(63, 52, 42, 0.1);
	backdrop-filter: blur(8px);
}

.salon-card__media--has-image .photo-disclaimer-badge,
.therapist-card__photo--has-image .photo-disclaimer-badge,
.therapist-salon-card__media--has-image .photo-disclaimer-badge {
	display: none;
}

.legal-doc {
	display: grid;
	gap: 16px;
}

.legal-doc h2 {
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 28px;
	line-height: 1.18;
	margin: 18px 0 0;
}

.legal-doc p {
	margin: 0;
}

.legal-doc__updated {
	align-items: center;
	background: var(--color-soft-green);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	color: var(--color-primary-dark);
	display: inline-flex;
	font-weight: 700;
	justify-self: start;
	padding: 8px 12px;
}

/* Cookie Consent */
.mr-cookie-consent,
.mr-cookie-consent-modal__dialog,
.mr-cookie-settings-trigger {
	font-family: var(--font-body);
}

.mr-cookie-consent[hidden],
.mr-cookie-settings-trigger[hidden],
.mr-cookie-consent-modal[hidden] {
	display: none;
}

.mr-cookie-consent--banner {
	position: fixed;
	right: clamp(16px, 3vw, 34px);
	bottom: clamp(16px, 3vw, 30px);
	left: clamp(16px, 3vw, 34px);
	z-index: 900;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	max-width: 1120px;
	padding: 22px;
	margin: 0 auto;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(245, 233, 209, 0.96)),
		var(--color-surface);
	border: 1px solid rgba(200, 169, 106, 0.34);
	border-radius: 24px;
	box-shadow: 0 22px 70px rgba(63, 52, 42, 0.18);
}

.mr-cookie-consent__copy {
	display: grid;
	gap: 8px;
}

.mr-cookie-consent h2,
.mr-cookie-consent-modal h2 {
	margin: 0;
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 28px;
	line-height: 1.1;
}

.mr-cookie-consent p,
.mr-cookie-consent-modal p {
	margin: 0;
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.6;
}

.mr-cookie-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.mr-cookie-consent__actions--modal {
	justify-content: flex-start;
	padding-top: 4px;
}

.mr-cookie-consent__button,
.mr-cookie-settings-trigger,
.mr-cookie-consent-modal__close {
	border: 1px solid rgba(63, 95, 74, 0.24);
	cursor: pointer;
	font-weight: 800;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.mr-cookie-consent__button {
	min-height: 42px;
	padding: 0 16px;
	color: var(--color-primary-dark);
	background: rgba(255, 253, 248, 0.82);
	border-radius: 999px;
}

.mr-cookie-consent__button--primary {
	color: var(--color-surface);
	background: var(--color-primary-dark);
	border-color: var(--color-primary-dark);
	box-shadow: 0 14px 28px rgba(63, 95, 74, 0.18);
}

.mr-cookie-consent__button--text {
	color: var(--color-text);
	background: transparent;
	border-color: transparent;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mr-cookie-consent__button:hover,
.mr-cookie-consent__button:focus,
.mr-cookie-settings-trigger:hover,
.mr-cookie-settings-trigger:focus,
.mr-cookie-consent-modal__close:hover,
.mr-cookie-consent-modal__close:focus {
	border-color: var(--color-primary-dark);
	box-shadow: 0 10px 24px rgba(63, 52, 42, 0.12);
	outline: 0;
	transform: translateY(-1px);
}

.mr-cookie-settings-trigger {
	position: fixed;
	bottom: 18px;
	left: 18px;
	z-index: 850;
	min-height: 38px;
	padding: 0 14px;
	color: var(--color-primary-dark);
	background: rgba(255, 253, 248, 0.94);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(63, 52, 42, 0.12);
}

.mr-cookie-consent-modal {
	position: fixed;
	inset: 0;
	z-index: 950;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(63, 52, 42, 0.28);
	backdrop-filter: blur(8px);
}

html.mr-cookie-consent-is-open body {
	overflow: hidden;
}

.mr-cookie-consent-modal__dialog {
	display: grid;
	gap: 18px;
	width: min(100%, 640px);
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(250, 245, 237, 0.98)),
		var(--color-surface);
	border: 1px solid rgba(200, 169, 106, 0.34);
	border-radius: 26px;
	box-shadow: 0 30px 90px rgba(63, 52, 42, 0.24);
}

.mr-cookie-consent-modal__header {
	display: flex;
	gap: 16px;
	align-items: start;
	justify-content: space-between;
}

.mr-cookie-consent-modal__close {
	flex: 0 0 auto;
	min-height: 36px;
	padding: 0 12px;
	color: var(--color-primary-dark);
	background: var(--color-soft-green);
	border-radius: 999px;
}

.mr-cookie-consent__options {
	display: grid;
	gap: 12px;
}

.mr-cookie-consent__option {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 50px;
	gap: 16px;
	align-items: center;
	padding: 15px;
	background: rgba(255, 253, 248, 0.86);
	border: 1px solid var(--color-border);
	border-radius: 18px;
	cursor: pointer;
}

.mr-cookie-consent__option-copy {
	display: grid;
	gap: 4px;
}

.mr-cookie-consent__option-copy strong {
	color: var(--color-text);
	font-size: 15px;
}

.mr-cookie-consent__option-copy span {
	color: var(--color-muted);
	font-size: 13px;
	line-height: 1.45;
}

.mr-cookie-consent__option input {
	position: absolute;
	right: 15px;
	width: 50px;
	height: 28px;
	margin: 0;
	cursor: pointer;
	opacity: 0;
}

.mr-cookie-consent__option input:disabled {
	cursor: not-allowed;
}

.mr-cookie-consent__switch {
	position: relative;
	width: 50px;
	height: 28px;
	background: #ded5c4;
	border: 1px solid rgba(63, 52, 42, 0.08);
	border-radius: 999px;
	transition: background 180ms ease, border-color 180ms ease;
}

.mr-cookie-consent__switch::after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 12px rgba(63, 52, 42, 0.18);
	content: "";
	transition: transform 180ms ease;
}

.mr-cookie-consent__option input:checked + .mr-cookie-consent__switch {
	background: var(--color-primary-dark);
	border-color: var(--color-primary-dark);
}

.mr-cookie-consent__option input:checked + .mr-cookie-consent__switch::after {
	transform: translateX(22px);
}

.mr-cookie-consent__option input:focus + .mr-cookie-consent__switch {
	box-shadow: 0 0 0 4px rgba(143, 175, 155, 0.28);
}

.mr-cookie-consent__option input:disabled + .mr-cookie-consent__switch {
	background: var(--color-primary);
	opacity: 0.72;
}

.mr-cookie-consent__note {
	padding: 12px 14px;
	background: var(--color-soft-green);
	border: 1px solid rgba(143, 175, 155, 0.28);
	border-radius: 14px;
}

.entry-media,
.archive-card__media {
	overflow: hidden;
	margin: -28px -28px 26px;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.entry-media img,
.archive-card__media img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.post-navigation {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
	color: var(--color-primary-dark);
	font-weight: 800;
}

.archive-header {
	max-width: 760px;
	margin-bottom: 36px;
}

.archive-card__body {
	padding: 0;
}

.pagination {
	margin-top: 36px;
}

.pagination .nav-links {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.pagination .page-numbers {
	min-width: 42px;
	padding: 8px 12px;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 999px;
	text-align: center;
}

.pagination .current {
	color: var(--color-surface);
	background: var(--color-primary-dark);
}

.site-footer {
	padding: 58px 0 24px;
	background: #fcfaf6;
	border-top: 1px solid var(--color-border);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr auto;
	gap: 36px;
	align-items: start;
}

.site-footer__brand p,
.site-footer__legal {
	color: var(--color-muted);
}

.site-footer__legal {
	display: grid;
	gap: 10px;
	justify-items: end;
}

.site-footer__legal a {
	color: var(--color-text);
	font-weight: 800;
}

.site-footer__bottom {
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid var(--color-border);
	color: var(--color-muted);
	font-size: 14px;
}

@media (max-width: 980px) {
	.hero-section__grid,
	.category-grid,
	.steps-grid,
	.archive-grid,
	.salon-grid,
	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.hero-section__grid {
		align-items: start;
	}

	.directory-search {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.hero-card {
		margin-top: 0;
	}
}

/* Wellness marketplace homepage refresh */
.site-main,
.archive-main,
.profile-main,
.city-hub-main {
	background: var(--color-bg);
}

.home .site-header {
	position: sticky;
	right: auto;
	left: auto;
	background: rgba(250, 245, 237, 0.94);
	border-bottom-color: rgba(233, 221, 203, 0.82);
	backdrop-filter: blur(16px);
}

.home .primary-navigation a {
	color: var(--color-text);
}

.home .primary-navigation a:hover,
.home .primary-navigation a:focus {
	color: var(--color-primary-dark);
}

.home .site-header__account {
	color: var(--color-primary-dark);
	background: rgba(238, 245, 239, 0.82);
	border-color: rgba(143, 175, 155, 0.34);
}

.home .site-header__account:hover,
.home .site-header__account:focus {
	color: var(--color-surface);
	background: var(--color-primary-dark);
}

.home .nav-toggle {
	background: var(--color-surface);
	border-color: var(--color-border);
}

.home .nav-toggle__bar,
.home .nav-toggle__bar::before,
.home .nav-toggle__bar::after {
	background: var(--color-primary-dark);
}

.wellness-home {
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.2), rgba(250, 245, 237, 0)),
		var(--color-bg);
}

.wellness-hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-height: calc(100vh - 82px);
	padding: clamp(76px, 10vh, 124px) 0;
	background:
		linear-gradient(90deg, rgba(30, 35, 30, 0.78) 0%, rgba(46, 51, 47, 0.58) 44%, rgba(46, 51, 47, 0.2) 100%),
		linear-gradient(180deg, rgba(30, 35, 30, 0.12), rgba(30, 35, 30, 0.34)),
		url("../images/salon-slider.png"),
		var(--color-primary-dark);
	background-position: center;
	background-size: cover;
}

.wellness-hero::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 36%, rgba(255, 253, 248, 0.16), transparent 30%),
		linear-gradient(180deg, rgba(255, 253, 248, 0.06), rgba(30, 35, 30, 0.18));
	content: "";
	pointer-events: none;
}

.wellness-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 780px);
	gap: 0;
	align-items: center;
}

.wellness-hero__content {
	display: grid;
	align-items: start;
}

.wellness-eyebrow {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 18px;
	padding: 8px 13px;
	color: #fff8e8;
	background: rgba(63, 95, 74, 0.46);
	border: 1px solid rgba(255, 253, 248, 0.28);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wellness-hero h1 {
	max-width: 760px;
	color: #fffaf1;
	text-shadow: 0 8px 34px rgba(0, 0, 0, 0.34);
	font-size: clamp(46px, 5.2vw, 72px);
	line-height: 0.96;
}

.wellness-hero__subtitle {
	max-width: 720px;
	margin: 24px 0 0;
	color: rgba(255, 250, 241, 0.88);
	font-size: 18px;
	line-height: 1.76;
}

.wellness-search {
	display: grid;
	grid-template-columns: minmax(190px, 1fr) minmax(210px, 1fr) auto;
	gap: 12px;
	align-items: end;
	width: min(920px, 100%);
	margin-top: 34px;
	padding: 14px;
	background: rgba(255, 253, 248, 0.18);
	border: 1px solid rgba(255, 253, 248, 0.34);
	border-radius: 28px;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(14px);
}

.wellness-search label {
	display: grid;
	gap: 7px;
	color: rgba(255, 250, 241, 0.86);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.wellness-search select {
	width: 100%;
	min-height: 56px;
	padding: 0 42px 0 16px;
	color: var(--color-text);
	background: rgba(255, 253, 248, 0.94);
	border: 1px solid rgba(255, 253, 248, 0.5);
	border-radius: 18px;
	outline: none;
}

.wellness-search select:focus {
	border-color: rgba(200, 169, 106, 0.82);
	box-shadow: 0 0 0 4px rgba(200, 169, 106, 0.16);
}

.wellness-search__button {
	min-height: 56px;
	padding: 0 28px;
	background: var(--color-accent);
	box-shadow: 0 14px 26px rgba(200, 169, 106, 0.24);
}

.wellness-search__button:hover,
.wellness-search__button:focus {
	background: var(--color-primary-dark);
}

.button--secondary {
	color: #fffaf1;
	background: rgba(255, 253, 248, 0.12);
	border: 1px solid rgba(255, 253, 248, 0.28);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(12px);
}

.wellness-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 24px;
}

.wellness-hero__actions .text-link {
	color: #fffaf1;
}

.wellness-hero__actions .text-link::after {
	background: rgba(255, 250, 241, 0.68);
}

.wellness-hero__panel {
	display: none;
}

.wellness-hero__panel::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.04), rgba(46, 51, 47, 0.12)),
		linear-gradient(90deg, rgba(63, 95, 74, 0.1), transparent 42%);
	content: "";
	pointer-events: none;
}

.wellness-hero__panel--background > * {
	display: none;
}

.wellness-hero__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--color-soft-green);
	border-radius: 24px;
	box-shadow: none;
}

.wellness-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wellness-hero-card {
	padding: 18px;
	background: rgba(255, 253, 248, 0.92);
	border: 1px solid rgba(255, 253, 248, 0.68);
	border-radius: 22px;
	box-shadow: 0 16px 34px rgba(63, 52, 42, 0.14);
}

.wellness-hero-card--feature {
	margin-top: 0;
}

.wellness-hero-card span {
	display: block;
	margin-bottom: 8px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wellness-hero-card strong {
	display: block;
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 25px;
	line-height: 1.1;
}

.wellness-section {
	padding: 82px 0;
	background: var(--color-bg);
}

.wellness-section .section-heading {
	margin-bottom: 30px;
}

.wellness-section .section-heading h2 {
	color: var(--color-text);
}

.wellness-cities {
	padding-top: 72px;
}

.wellness-city-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.wellness-city-card,
.wellness-service-card,
.wellness-trust-card {
	position: relative;
	display: grid;
	align-content: start;
	min-height: 150px;
	padding: 24px;
	overflow: hidden;
	background: rgba(255, 253, 248, 0.96);
	border: 1px solid rgba(233, 221, 203, 0.9);
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(63, 52, 42, 0.08);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wellness-city-card::after,
.wellness-service-card::after {
	position: absolute;
	right: -18px;
	bottom: -18px;
	width: 96px;
	height: 96px;
	background: rgba(200, 169, 106, 0.12);
	border-radius: 50%;
	content: "";
}

.wellness-city-card:hover,
.wellness-city-card:focus,
.wellness-service-card:hover,
.wellness-service-card:focus,
.wellness-trust-card:hover {
	border-color: rgba(200, 169, 106, 0.42);
	box-shadow: 0 18px 44px rgba(63, 52, 42, 0.12);
	transform: translateY(-3px);
}

.wellness-city-card span {
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
}

.wellness-city-card small {
	margin-top: 14px;
	color: var(--color-primary-dark);
	font-weight: 800;
}

.wellness-services {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.56), rgba(250, 245, 237, 0.72)),
		var(--color-bg);
}

.wellness-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.wellness-service-card {
	min-height: 188px;
	gap: 14px;
}

.wellness-service-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	color: var(--color-primary-dark);
	background: rgba(238, 245, 239, 0.94);
	border: 1px solid rgba(143, 175, 155, 0.28);
	border-radius: 18px;
	font-size: 13px;
	font-weight: 900;
}

.wellness-service-card strong {
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 26px;
	line-height: 1.08;
}

.wellness-service-card small {
	color: var(--color-muted);
	font-weight: 700;
}

.wellness-listings {
	position: relative;
}

.wellness-salon-grid {
	gap: 24px;
}

.wellness-salon-grid .salon-card {
	background: rgba(255, 253, 248, 0.98);
	border-color: rgba(233, 221, 203, 0.9);
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(63, 52, 42, 0.08);
}

.wellness-salon-grid .salon-card__media {
	min-height: 214px;
	background:
		linear-gradient(160deg, rgba(143, 175, 155, 0.28), rgba(200, 169, 106, 0.26)),
		var(--color-soft-green);
}

.wellness-salon-grid .salon-card__body {
	padding: 24px;
}

.wellness-salon-grid .salon-card__topline span,
.wellness-salon-grid .salon-card__details span {
	color: var(--color-primary-dark);
	background: var(--color-soft-green);
}

.wellness-salon-grid .salon-card__details span:first-child {
	background: var(--color-soft-gold);
}

.wellness-salon-grid .text-link {
	color: var(--color-primary-dark);
}

.wellness-owner {
	padding: 56px 0;
}

.wellness-owner__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: clamp(28px, 5vw, 48px);
	background:
		linear-gradient(135deg, rgba(238, 245, 239, 0.92), rgba(255, 253, 248, 0.98)),
		var(--color-surface);
	border: 1px solid rgba(143, 175, 155, 0.24);
	border-radius: 28px;
	box-shadow: 0 10px 30px rgba(63, 52, 42, 0.08);
}

.wellness-owner__inner h2 {
	margin-top: 6px;
	color: var(--color-text);
}

.wellness-owner__inner p:not(.eyebrow) {
	max-width: 700px;
	margin: 14px 0 0;
	color: var(--color-muted);
	font-size: 17px;
}

.wellness-trust {
	padding-top: 72px;
}

.wellness-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.wellness-trust-card {
	min-height: 220px;
	gap: 12px;
}

.wellness-trust-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: var(--color-primary-dark);
	background: rgba(245, 233, 209, 0.92);
	border: 1px solid rgba(200, 169, 106, 0.28);
	border-radius: 999px;
	font-weight: 900;
}

.wellness-trust-card h3 {
	color: var(--color-text);
	font-size: 25px;
}

.wellness-trust-card p {
	margin: 0;
	color: var(--color-muted);
}

@media (max-width: 980px) {
	.home .site-header {
		position: sticky;
	}

	.home .primary-navigation {
		background: rgba(255, 253, 248, 0.98);
		border-color: rgba(233, 221, 203, 0.9);
	}

	.home .primary-navigation a {
		color: var(--color-text);
	}

	.wellness-hero {
		padding: 56px 0 68px;
	}

	.wellness-hero__grid,
	.wellness-owner__inner {
		grid-template-columns: 1fr;
	}

	.wellness-search {
		grid-template-columns: 1fr;
	}

	.wellness-search__button,
	.wellness-owner__inner .button {
		width: 100%;
	}

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

@media (max-width: 760px) {
	.wellness-hero {
		padding: 42px 0 54px;
	}

	.wellness-hero h1 {
		font-size: 43px;
	}

	.wellness-hero__subtitle {
		font-size: 16px;
	}

	.wellness-search {
		margin-top: 26px;
		padding: 12px;
		border-radius: 24px;
	}

	.wellness-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wellness-hero__actions .button,
	.wellness-hero__actions .text-link {
		justify-content: center;
		width: 100%;
	}

	.wellness-hero__panel {
		border-radius: 24px;
		min-height: 340px;
	}

	.wellness-hero-card--feature {
		margin-top: 0;
	}

	.wellness-section {
		padding: 48px 0;
	}

	.wellness-city-grid,
	.wellness-service-grid,
	.wellness-trust-grid {
		grid-template-columns: 1fr;
	}

	.wellness-city-card,
	.wellness-service-card,
	.wellness-trust-card {
		min-height: auto;
		padding: 22px;
		border-radius: 22px;
	}

	.wellness-owner {
		padding: 42px 0;
	}
}

@media (max-width: 760px) {
	.site-container {
		width: min(100% - 28px, 1120px);
	}

	.site-header__inner {
		gap: 10px;
		min-height: 72px;
	}

	.site-branding {
		flex-basis: clamp(158px, 49vw, 184px);
	}

	.site-branding__link,
	.custom-logo-link {
		width: clamp(158px, 49vw, 184px);
	}

	.site-branding__logo,
	.custom-logo {
		max-height: 69px;
	}

	.nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		order: 3;
	}

	.primary-navigation {
		position: absolute;
		top: 72px;
		right: 14px;
		left: 14px;
		display: none;
		padding: 18px;
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-radius: var(--radius-md);
		box-shadow: var(--shadow-card);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-navigation .menu {
		display: grid;
		gap: 12px;
	}

	.hero-section {
		padding: 38px 0 42px;
	}

	.hero-section::before {
		width: 200px;
		height: 200px;
		opacity: 0.42;
	}

	.hero-section__grid,
	.category-grid,
	.steps-grid,
	.archive-grid,
	.salon-grid,
	.site-footer__grid,
	.cta-section__inner {
		grid-template-columns: 1fr;
	}

	.cta-section__inner,
	.section-heading--split {
		display: grid;
		align-items: start;
	}

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 36px;
	}

	.hero-section__lead {
		font-size: 16px;
	}

	.directory-search {
		margin-top: 22px;
		border-radius: var(--radius-md);
	}

	.trust-row {
		gap: 8px;
	}

	.trust-row li {
		font-size: 12px;
	}

	.hero-card__body {
		padding: 26px;
	}

	.hero-card__stats {
		grid-template-columns: 1fr;
	}

	.site-footer__grid {
		gap: 24px;
	}

.footer-navigation .menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

/* Platform foundation */
.hero-section--platform {
	padding: 46px 0 58px;
}

.platform-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
	gap: 42px;
	align-items: stretch;
}

.platform-hero__content {
	position: relative;
	z-index: 1;
}

.directory-search--real {
	grid-template-columns: minmax(150px, 1.05fr) minmax(140px, 0.9fr) minmax(150px, 1fr) auto;
}

.platform-hero__visual,
.profile-gallery,
.service-visual,
.therapist-portrait {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(122, 158, 126, 0.18), rgba(216, 184, 143, 0.38)),
		radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.85), transparent 32%),
		var(--color-soft-green);
	border: 1px solid var(--color-border);
	border-radius: 32px;
	box-shadow: var(--shadow-soft);
}

.platform-hero__visual {
	min-height: 420px;
	padding: 26px;
}

.hero-orbit {
	position: relative;
	min-height: 310px;
}

.hero-slide {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 26px;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 260ms ease, transform 260ms ease;
}

.hero-slide.is-active {
	opacity: 1;
	transform: translateY(0);
}

.hero-slide span,
.therapist-card__body span,
.service-card > span {
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hero-slide h2 {
	margin-top: 10px;
	font-size: 38px;
}

.hero-slide p {
	color: var(--color-muted);
}

.hero-visual__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 18px;
	color: var(--color-primary-dark);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.slider-dots {
	display: flex;
	gap: 8px;
}

.slider-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	background: rgba(79, 112, 84, 0.3);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.slider-dots button.is-active {
	background: var(--color-primary-dark);
}

.therapist-grid,
.service-grid,
.city-grid,
.trust-section__grid,
.profile-hero__grid,
.profile-layout {
	display: grid;
	gap: 24px;
}

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

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

.therapist-card,
.service-card,
.profile-info-card,
.trust-panel {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-card);
}

.therapist-card,
.service-card {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.therapist-card:hover,
.service-card:hover {
	border-color: rgba(122, 158, 126, 0.38);
	box-shadow: var(--shadow-hover);
	transform: translateY(-3px);
}

.therapist-card {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	overflow: hidden;
}

.therapist-card__photo {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	min-height: 100%;
	background:
		linear-gradient(145deg, rgba(122, 158, 126, 0.24), rgba(216, 184, 143, 0.34)),
		var(--color-soft-gold);
}

.therapist-card__photo--fallback .photo-disclaimer-badge {
	right: 10px;
	bottom: 10px;
	max-width: calc(100% - 20px);
	font-size: 10px;
}

.therapist-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.therapist-card__initials {
	color: var(--color-primary-dark);
	font-family: var(--font-heading);
	font-size: 40px;
	font-weight: 700;
}

.therapist-card__body,
.service-card {
	padding: 24px;
}

.therapist-card__body h3,
.service-card h3 {
	margin-top: 8px;
}

.therapist-card__body p,
.service-card p,
.trust-panel p {
	color: var(--color-muted);
}

.therapist-card__meta,
.service-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.therapist-card__meta small,
.service-card__meta small {
	padding: 7px 10px;
	color: var(--color-primary-dark);
	background: var(--color-soft-green);
	border-radius: 999px;
	font-weight: 800;
}

.service-card__meta small:nth-child(2) {
	background: var(--color-soft-gold);
}

.service-discovery {
	background: linear-gradient(180deg, rgba(244, 232, 216, 0.52), rgba(247, 243, 236, 0));
}

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

.city-chip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
}

.city-chip span {
	font-family: var(--font-heading);
	font-size: 25px;
	font-weight: 700;
}

.city-chip small {
	color: var(--color-muted);
	font-weight: 800;
}

.trust-section {
	background: var(--color-soft-green);
}

.trust-section__grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
	align-items: center;
}

.trust-panel {
	padding: 30px;
}

.profile-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(247, 243, 236, 0) 420px),
		var(--color-bg);
}

.profile-hero {
	padding: 58px 0;
}

.profile-hero__grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
	align-items: center;
}

.therapist-hero .profile-hero__grid {
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
}

.profile-hero__lead {
	max-width: 680px;
	margin: 20px 0 0;
	color: var(--color-muted);
	font-size: 19px;
}

.profile-badges,
.profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.profile-badges span {
	padding: 8px 12px;
	color: var(--color-primary-dark);
	background: var(--color-soft-green);
	border: 1px solid rgba(122, 158, 126, 0.2);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
}

.profile-badges--wrap {
	margin-top: 0;
}

.profile-gallery {
	min-height: 430px;
}

.profile-gallery__slide {
	position: absolute;
	inset: 22px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 26px;
	background:
		radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.82), transparent 30%),
		linear-gradient(135deg, rgba(122, 158, 126, 0.16), rgba(216, 184, 143, 0.38));
	opacity: 0;
	transition: opacity 240ms ease;
}

.profile-gallery__slide.is-active {
	opacity: 1;
}

.profile-gallery .slider-dots {
	position: absolute;
	right: 28px;
	bottom: 28px;
}

.profile-layout {
	grid-template-columns: minmax(0, 1fr) 340px;
	align-items: start;
}

.profile-main {
	display: grid;
	gap: 34px;
}

.profile-block {
	margin-top: 8px;
}

.profile-sidebar {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 18px;
}

.profile-info-card {
	padding: 24px;
}

.profile-info-card h2 {
	margin-bottom: 16px;
	font-size: 28px;
}

.profile-info-card p,
.contact-card {
	display: grid;
	gap: 8px;
	color: var(--color-muted);
}

.profile-info-card strong {
	color: var(--color-text);
}

.profile-info-card a {
	color: var(--color-primary-dark);
	font-weight: 800;
}

.map-section {
	padding: 72px 0;
	background: var(--color-soft-gold);
}

.map-section iframe {
	width: 100%;
	min-height: 360px;
	border: 0;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
}

.therapist-portrait,
.service-visual {
	min-height: 360px;
}

.atmosphere-block {
	padding: 34px;
	background:
		linear-gradient(135deg, rgba(234, 241, 232, 0.92), rgba(244, 232, 216, 0.62)),
		var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
}

.directory-results__header .directory-search {
	margin-top: 26px;
}

.directory-results__section + .directory-results__section {
	margin-top: 70px;
}

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

@media (max-width: 980px) {
	.platform-hero,
	.profile-hero__grid,
	.therapist-hero .profile-hero__grid,
	.profile-layout,
	.trust-section__grid {
		grid-template-columns: 1fr;
	}

	.directory-search--real,
	.therapist-grid,
	.service-grid,
	.service-grid--compact,
	.city-grid,
	.archive-grid--mixed {
		grid-template-columns: 1fr 1fr;
	}

	.profile-sidebar {
		position: static;
	}
}

@media (max-width: 760px) {
	.platform-hero__visual,
	.profile-gallery,
	.therapist-portrait,
	.service-visual {
		min-height: 300px;
	}

	.directory-search--real,
	.therapist-grid,
	.service-grid,
	.service-grid--compact,
	.city-grid,
	.archive-grid--mixed {
		grid-template-columns: 1fr;
	}

	.therapist-card {
		grid-template-columns: 1fr;
	}

	.therapist-card__photo {
		min-height: 180px;
	}

	.profile-hero {
		padding: 42px 0;
	}
}

/* Classic directory homepage */
.site-header__account {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.site-header__account {
	color: var(--color-primary-dark);
	background: rgba(234, 241, 232, 0.76);
	border: 1px solid rgba(122, 158, 126, 0.28);
	box-shadow: 0 10px 22px rgba(46, 51, 47, 0.08);
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-header__account-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.site-header__account:hover,
.site-header__account:focus {
	color: var(--color-surface);
	background: var(--color-primary-dark);
	transform: translateY(-1px);
}

.home .site-header {
	position: absolute;
	right: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(20, 28, 23, 0.72), rgba(20, 28, 23, 0));
	border-bottom-color: rgba(255, 255, 255, 0.13);
	backdrop-filter: none;
}

.home .site-branding__name,
.home .primary-navigation a {
	color: var(--color-surface);
}

.home .site-branding__tagline {
	color: rgba(255, 255, 255, 0.72);
}

.home .site-header__account {
	color: var(--color-surface);
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.28);
}

.home .site-header__account:hover,
.home .site-header__account:focus {
	color: var(--color-text);
	background: var(--color-surface);
}

.home .nav-toggle {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.24);
}

.home .nav-toggle__bar,
.home .nav-toggle__bar::before,
.home .nav-toggle__bar::after {
	background: var(--color-surface);
}

.directory-home {
	background: var(--color-bg);
}

.directory-hero {
	position: relative;
	display: grid;
	min-height: 760px;
	overflow: hidden;
	padding: 148px 0 118px;
	color: var(--color-surface);
	background:
		linear-gradient(180deg, rgba(20, 28, 23, 0.72), rgba(20, 28, 23, 0.64)),
		linear-gradient(135deg, #243126, #4f7054 52%, #d8b88f);
}

.directory-hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(20, 28, 23, 0.78), rgba(20, 28, 23, 0.38), rgba(20, 28, 23, 0.82)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 18px);
	content: "";
}

.directory-hero__backdrop {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: 1fr 0.82fr 1fr;
	gap: 18px;
	padding: 96px 6vw 82px;
	opacity: 0.58;
	transform: rotate(-2deg) scale(1.04);
}

.hero-tile {
	min-height: 560px;
	background:
		linear-gradient(145deg, rgba(122, 158, 126, 0.34), rgba(216, 184, 143, 0.34)),
		linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent 46%),
		var(--color-primary-dark);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 34px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.hero-tile--two {
	margin-top: 54px;
	background:
		linear-gradient(145deg, rgba(79, 112, 84, 0.56), rgba(244, 232, 216, 0.22)),
		linear-gradient(115deg, rgba(255, 255, 255, 0.24), transparent 48%),
		var(--color-accent);
}

.hero-tile--three {
	margin-top: 24px;
	background:
		linear-gradient(145deg, rgba(216, 184, 143, 0.4), rgba(46, 51, 47, 0.36)),
		linear-gradient(40deg, rgba(255, 255, 255, 0.16), transparent 52%),
		var(--color-primary);
}

.directory-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	text-align: center;
}

.directory-hero__eyebrow {
	margin: 0 0 14px;
	color: var(--color-soft-gold);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.directory-hero h1 {
	max-width: 920px;
	color: var(--color-surface);
	font-size: 64px;
	text-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.directory-hero__subtitle {
	max-width: 760px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	line-height: 1.72;
}

.hero-search {
	display: grid;
	grid-template-columns: minmax(240px, 1.2fr) minmax(210px, 0.8fr) auto;
	gap: 12px;
	align-items: end;
	width: min(900px, 100%);
	margin-top: 34px;
	padding: 12px;
	background: var(--color-surface);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 26px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.hero-search label {
	display: grid;
	gap: 6px;
	text-align: left;
	color: var(--color-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hero-search input,
.hero-search select {
	width: 100%;
	min-height: 54px;
	padding: 0 16px;
	color: var(--color-text);
	background: #fbfaf7;
	border: 1px solid var(--color-border);
	border-radius: 18px;
	outline: none;
}

.hero-search input:focus,
.hero-search select:focus {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 4px rgba(122, 158, 126, 0.16);
}

.hero-search .button {
	min-height: 54px;
	padding: 0 30px;
}

.popular-searches {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.78);
}

.popular-searches > span {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.popular-searches__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.popular-searches__chips a {
	padding: 8px 13px;
	color: var(--color-surface);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	backdrop-filter: blur(12px);
}

.popular-searches__chips a:hover,
.popular-searches__chips a:focus {
	color: var(--color-text);
	background: var(--color-soft-gold);
}

.directory-wave {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 3;
	height: 130px;
	color: var(--color-bg);
	line-height: 0;
}

.directory-wave svg {
	width: 100%;
	height: 100%;
}

.directory-wave path {
	fill: currentColor;
}

.directory-listings {
	position: relative;
	padding-top: 66px;
	background:
		radial-gradient(circle at 8% 10%, rgba(216, 184, 143, 0.2), transparent 24%),
		var(--color-bg);
}

.directory-listings::before,
.directory-therapists::before,
.directory-owner-cta::before {
	position: absolute;
	inset: 0 auto auto 50%;
	width: min(760px, 82vw);
	height: 180px;
	border-radius: 0 0 999px 999px;
	background: rgba(255, 255, 255, 0.28);
	content: "";
	pointer-events: none;
	transform: translateX(-50%);
}

.directory-card-grid .salon-card {
	position: relative;
	border-radius: 28px;
	box-shadow: 0 18px 42px rgba(46, 51, 47, 0.08);
}

.directory-card-grid .salon-card__media {
	min-height: 238px;
	background:
		linear-gradient(180deg, rgba(46, 51, 47, 0.02), rgba(46, 51, 47, 0.38)),
		radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.42), transparent 28%),
		linear-gradient(145deg, rgba(122, 158, 126, 0.34), rgba(216, 184, 143, 0.46)),
		var(--color-soft-green);
}

.directory-card-grid .salon-card__media::after {
	display: none;
}

.directory-card-grid .salon-card__body {
	padding: 26px;
}

.directory-card-grid .salon-card__topline span {
	background: var(--color-soft-gold);
}

.directory-card-grid .salon-card h3 {
	font-size: 31px;
}

.salon-card__location {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	color: var(--color-muted);
	font-size: 14px;
	font-weight: 800;
}

.salon-card__location a {
	color: var(--color-primary-dark);
}

.directory-services {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(244, 232, 216, 0.66)),
		var(--color-bg);
}

.directory-services::after {
	position: absolute;
	right: -160px;
	bottom: -160px;
	width: 420px;
	height: 420px;
	background: rgba(122, 158, 126, 0.13);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.service-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.service-category-card {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 12px;
	min-height: 246px;
	padding: 26px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 232, 216, 0.68)),
		var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 30px;
	box-shadow: var(--shadow-card);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-category-card::before {
	position: absolute;
	inset: auto -32px -58px auto;
	width: 190px;
	height: 190px;
	background:
		radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.74), transparent 36%),
		linear-gradient(135deg, rgba(122, 158, 126, 0.18), rgba(216, 184, 143, 0.42));
	border-radius: 42% 58% 48% 52%;
	content: "";
}

.service-category-card:hover,
.service-category-card:focus {
	border-color: rgba(122, 158, 126, 0.38);
	box-shadow: var(--shadow-hover);
	transform: translateY(-3px);
}

.service-category-card__visual {
	position: relative;
	width: 72px;
	height: 72px;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.82), transparent 34%),
		linear-gradient(135deg, rgba(122, 158, 126, 0.22), rgba(216, 184, 143, 0.52)),
		var(--color-soft-gold);
	border: 1px solid var(--color-border);
	border-radius: 44% 56% 52% 48%;
	box-shadow: 0 14px 28px rgba(46, 51, 47, 0.08);
}

.service-category-card strong {
	position: relative;
	font-family: var(--font-heading);
	font-size: 32px;
	line-height: 1.05;
}

.service-category-card p {
	position: relative;
	margin: 0;
	color: var(--color-muted);
}

.service-category-card small {
	position: relative;
	color: var(--color-muted);
	font-weight: 800;
}

.directory-therapists {
	position: relative;
	background:
		linear-gradient(180deg, rgba(234, 241, 232, 0.92), rgba(247, 243, 236, 0.92)),
		var(--color-soft-green);
}

.directory-therapists .therapist-card {
	grid-template-columns: 142px minmax(0, 1fr);
	border-radius: 30px;
	box-shadow: 0 18px 42px rgba(46, 51, 47, 0.08);
}

.directory-therapists .therapist-card__photo {
	min-height: 240px;
	background:
		radial-gradient(circle at 38% 26%, rgba(255, 255, 255, 0.78), transparent 26%),
		linear-gradient(160deg, rgba(216, 184, 143, 0.52), rgba(122, 158, 126, 0.28)),
		var(--color-soft-gold);
}

.directory-therapists .therapist-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
}

.directory-therapists .therapist-card h3 {
	font-size: 31px;
}

.city-discovery {
	background:
		radial-gradient(circle at 92% 20%, rgba(216, 184, 143, 0.2), transparent 26%),
		var(--color-bg);
}

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

.city-discovery .city-chip {
	position: relative;
	overflow: hidden;
	min-height: 132px;
	padding: 26px;
	border-radius: 30px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(234, 241, 232, 0.72)),
		var(--color-surface);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.city-discovery .city-chip::after {
	position: absolute;
	right: -34px;
	bottom: -42px;
	width: 118px;
	height: 118px;
	background: rgba(216, 184, 143, 0.24);
	border-radius: 50%;
	content: "";
}

.city-discovery .city-chip:hover,
.city-discovery .city-chip:focus {
	border-color: rgba(122, 158, 126, 0.38);
	box-shadow: var(--shadow-hover);
	transform: translateY(-3px);
}

.city-discovery .city-chip span,
.city-discovery .city-chip small {
	position: relative;
	z-index: 1;
}

.directory-owner-cta {
	position: relative;
	overflow: hidden;
	margin: 0 0 34px;
	background:
		radial-gradient(circle at 82% 12%, rgba(216, 184, 143, 0.34), transparent 28%),
		linear-gradient(135deg, #223027, var(--color-primary-dark));
}

.directory-owner-cta .cta-section__inner {
	position: relative;
	padding: 12px 0;
}

.directory-owner-cta h2 {
	max-width: 680px;
}

.directory-owner-cta .button--light {
	color: var(--color-text);
	background: var(--color-soft-gold);
}

.cities-index-page,
.city-hub-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(247, 243, 236, 0) 420px),
		var(--color-bg);
}

.cities-hero,
.city-hub-hero {
	position: relative;
	overflow: hidden;
	padding: 96px 0 78px;
	color: var(--color-surface);
	background:
		linear-gradient(135deg, rgba(34, 48, 39, 0.95), rgba(79, 112, 84, 0.9)),
		var(--color-primary-dark);
}

.cities-hero::after,
.city-hub-hero::after {
	position: absolute;
	right: -12%;
	bottom: -42%;
	width: 560px;
	height: 560px;
	content: "";
	background: radial-gradient(circle, rgba(216, 184, 143, 0.24), transparent 66%);
	border-radius: 44% 56% 52% 48%;
}

.cities-hero__inner,
.city-hub-hero__grid {
	position: relative;
	z-index: 1;
}

.cities-hero__inner {
	max-width: 820px;
	text-align: center;
}

.cities-hero .eyebrow,
.cities-hero h1,
.cities-hero p,
.city-hub-hero .eyebrow,
.city-hub-hero h1,
.city-hub-hero p {
	color: inherit;
}

.cities-hero h1,
.city-hub-hero h1 {
	margin: 0 auto 18px;
	font-size: 68px;
	line-height: 0.94;
}

.cities-hero p:not(.eyebrow),
.city-hub-hero p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}

.cities-hero__actions,
.city-hub-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.cities-hero__actions {
	justify-content: center;
}

.city-hub-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
	gap: 44px;
	align-items: center;
}

.city-hub-hero__content {
	max-width: 760px;
}

.city-hub-hero__content h1 {
	margin-right: 0;
	margin-left: 0;
}

.city-hub-hero__media {
	position: relative;
	overflow: hidden;
	display: grid;
	min-height: 430px;
	align-content: end;
	padding: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(46, 51, 47, 0.58)),
		linear-gradient(145deg, rgba(216, 184, 143, 0.44), rgba(122, 158, 126, 0.34));
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 34px;
	box-shadow: 0 26px 70px rgba(20, 31, 24, 0.24);
}

.city-hub-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.city-hub-hero__media--image::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(46, 51, 47, 0.1), rgba(46, 51, 47, 0.62));
}

.city-hub-hero__media span,
.city-hub-hero__media strong {
	position: relative;
	z-index: 1;
}

.city-hub-hero__media span {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.city-hub-hero__media strong {
	max-width: 320px;
	font-family: var(--font-heading);
	font-size: 56px;
	line-height: 0.96;
}

.cities-index-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.city-hub-card,
.city-quick-links__grid a {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 10px;
	min-height: 160px;
	padding: 26px;
	color: var(--color-text);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(234, 241, 232, 0.72)),
		var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 30px;
	box-shadow: 0 16px 36px rgba(46, 51, 47, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.city-hub-card::after,
.city-quick-links__grid a::after {
	position: absolute;
	right: -44px;
	bottom: -58px;
	width: 148px;
	height: 148px;
	content: "";
	background: rgba(216, 184, 143, 0.22);
	border-radius: 50% 44% 58% 42%;
}

.city-hub-card:hover,
.city-hub-card:focus,
.city-quick-links__grid a:hover,
.city-quick-links__grid a:focus {
	color: var(--color-text);
	border-color: rgba(122, 158, 126, 0.38);
	box-shadow: var(--shadow-hover);
	transform: translateY(-3px);
}

.city-hub-card span,
.city-hub-card strong,
.city-hub-card small,
.city-quick-links__grid span,
.city-quick-links__grid strong {
	position: relative;
	z-index: 1;
}

.city-hub-card span,
.city-quick-links__grid span {
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.city-hub-card strong,
.city-quick-links__grid strong {
	font-family: var(--font-heading);
	font-size: 36px;
	line-height: 1;
}

.city-hub-card small {
	color: var(--color-muted);
	font-weight: 800;
}

.cities-index-cta__inner,
.city-b2b-cta__inner {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	padding: 44px;
	color: var(--color-surface);
	background:
		linear-gradient(135deg, rgba(34, 48, 39, 0.96), rgba(79, 112, 84, 0.9)),
		var(--color-primary-dark);
	border-radius: 34px;
	box-shadow: 0 24px 64px rgba(46, 51, 47, 0.14);
}

.cities-index-cta__inner h2,
.cities-index-cta__inner p,
.cities-index-cta__inner .eyebrow,
.city-b2b-cta__inner h2,
.city-b2b-cta__inner p,
.city-b2b-cta__inner .eyebrow {
	color: inherit;
}

.cities-index-cta__inner p:not(.eyebrow),
.city-b2b-cta__inner p:not(.eyebrow) {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.78);
}

.city-quick-links {
	padding-bottom: 20px;
}

.city-quick-links__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.city-quick-links__grid a {
	min-height: 128px;
	padding: 22px;
}

.city-quick-links__grid strong {
	font-size: 28px;
}

.city-local-intro {
	padding-top: 20px;
	padding-bottom: 24px;
}

.city-local-intro__card {
	padding: 28px 32px;
	color: var(--color-muted);
	font-size: 18px;
}

.city-results-section {
	padding-top: 48px;
}

.city-results-grid {
	margin-top: 24px;
}

.city-empty-state {
	display: grid;
	gap: 14px;
	padding: 32px;
	border: 1px dashed rgba(122, 158, 126, 0.34);
}

.city-empty-state h2,
.city-empty-state h3 {
	margin: 0;
}

.city-service-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.city-service-chip-grid a,
.city-service-chip-grid span {
	display: inline-flex;
	padding: 12px 15px;
	color: var(--color-primary-dark);
	font-weight: 800;
	background: var(--color-soft-green);
	border: 1px solid rgba(122, 158, 126, 0.18);
	border-radius: 999px;
}

.city-service-chip-grid a:nth-child(2n),
.city-service-chip-grid span:nth-child(2n) {
	background: var(--color-soft-gold);
	border-color: rgba(216, 184, 143, 0.28);
}

.city-seo-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
	gap: 24px;
	align-items: start;
}

.city-seo-card,
.city-faq-card {
	padding: 32px;
	border-radius: 30px;
}

.city-seo-card p:not(.eyebrow),
.city-faq-card p {
	color: var(--color-muted);
}

.city-faq-card {
	display: grid;
	gap: 12px;
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	box-shadow: var(--shadow-card);
}

.city-faq-card details {
	padding: 16px 0;
	border-top: 1px solid rgba(227, 221, 210, 0.82);
}

.city-faq-card details:first-of-type {
	border-top: 0;
}

.city-faq-card summary {
	color: var(--color-primary-dark);
	font-weight: 800;
	cursor: pointer;
}

.city-faq-card p {
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.home .site-header {
		position: absolute;
	}

	.site-header__account {
		margin-left: auto;
		min-height: 38px;
		order: 2;
		padding: 0 13px;
		font-size: 13px;
	}

	.directory-hero {
		min-height: 720px;
		padding-top: 132px;
	}

	.directory-hero h1 {
		font-size: 52px;
	}

	.hero-search,
	.service-category-grid {
		grid-template-columns: 1fr;
	}

	.cities-index-grid,
	.city-quick-links__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.city-hub-hero__grid,
	.city-seo-grid {
		grid-template-columns: 1fr;
	}

	.city-hub-hero__media {
		min-height: 360px;
	}

	.home .primary-navigation {
		background: rgba(46, 51, 47, 0.95);
		border-color: rgba(255, 255, 255, 0.16);
	}
}

@media (max-width: 760px) {
	.directory-hero {
		min-height: 680px;
		padding: 118px 0 92px;
	}

	.directory-hero__backdrop {
		grid-template-columns: 1fr;
		opacity: 0.34;
	}

	.hero-tile {
		min-height: 360px;
	}

	.hero-tile--two,
	.hero-tile--three {
		display: none;
	}

	.directory-hero h1 {
		font-size: 40px;
	}

	.directory-hero__subtitle {
		font-size: 16px;
	}

	.hero-search {
		margin-top: 26px;
		border-radius: 22px;
	}

	.cities-hero,
	.city-hub-hero {
		padding: 74px 0 62px;
	}

	.cities-hero h1,
	.city-hub-hero h1 {
		font-size: 44px;
	}

	.cities-hero__actions,
	.city-hub-hero__actions,
	.cities-index-cta__inner,
	.city-b2b-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.cities-index-grid,
	.city-quick-links__grid {
		grid-template-columns: 1fr;
	}

	.city-hub-hero__media {
		min-height: 290px;
		border-radius: 26px;
	}

	.city-hub-hero__media strong {
		font-size: 42px;
	}

	.cities-index-cta__inner,
	.city-b2b-cta__inner,
	.city-seo-card,
	.city-faq-card,
	.city-local-intro__card {
		padding: 24px;
		border-radius: 26px;
	}

	.popular-searches {
		align-items: flex-start;
		flex-direction: column;
	}

	.popular-searches__chips {
		justify-content: flex-start;
	}

	.directory-wave {
		height: 86px;
	}

	.service-category-card {
		min-height: 144px;
	}
}

/* Archive and salon profile refinements */
.directory-results__header {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.archive-header.directory-results__header {
	display: grid;
	justify-items: center;
}

.directory-results__header .eyebrow,
.directory-results__header h1 {
	width: 100%;
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.directory-results__header .directory-search {
	width: min(920px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.directory-results__section .section-heading {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.archive-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.archive-load-more {
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

.archive-load-more .button {
	min-width: 210px;
	box-shadow: 0 16px 34px rgba(79, 112, 84, 0.18);
}

.profile-therapist-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 20px;
}

.profile-therapist-grid--single {
	grid-template-columns: 1fr;
}

.profile-therapist-grid .therapist-card {
	grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	min-height: 240px;
	border-radius: 30px;
	box-shadow: 0 18px 42px rgba(46, 51, 47, 0.08);
}

.profile-therapist-grid .therapist-card__photo {
	min-height: 240px;
	background:
		radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.78), transparent 28%),
		linear-gradient(160deg, rgba(216, 184, 143, 0.5), rgba(122, 158, 126, 0.34)),
		var(--color-soft-gold);
}

.profile-therapist-grid .therapist-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
}

.profile-therapist-grid .therapist-card h3 {
	font-size: 31px;
}

.profile-therapist-grid .text-link {
	margin-top: 18px;
}

.bookable-offer-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 26px;
	background:
		linear-gradient(145deg, rgba(234, 241, 232, 0.7), rgba(244, 232, 216, 0.5)),
		var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 28px;
	box-shadow: 0 18px 42px rgba(46, 51, 47, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bookable-offer-card:hover {
	border-color: rgba(122, 158, 126, 0.42);
	box-shadow: var(--shadow-hover);
	transform: translateY(-4px);
}

.bookable-offer-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -10px -10px 2px;
	border-radius: 22px;
	aspect-ratio: 16 / 10;
	background: var(--color-soft-green);
}

.bookable-offer-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bookable-offer-card__header,
.bookable-offer-card__meta,
.bookable-offer-card__attributes,
.bookable-offer-card__context {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	justify-content: space-between;
}

.bookable-offer-card__family,
.bookable-offer-card__promo,
.bookable-offer-card__meta span,
.bookable-offer-card__attributes span {
	display: inline-flex;
	padding: 7px 11px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	background: var(--color-soft-green);
	border-radius: 999px;
}

.bookable-offer-card__attributes {
	justify-content: flex-start;
}

.bookable-offer-card__attributes span {
	color: var(--color-muted);
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid var(--color-border);
}

.bookable-offer-card__promo {
	color: var(--color-text);
	background: var(--color-soft-gold);
}

.bookable-offer-card__promo {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	line-height: 1.15;
}

.bookable-offer-card__promo small {
	color: var(--color-muted);
	font-size: 10px;
	font-weight: 750;
}

.verification-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 7px 12px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	background: linear-gradient(135deg, var(--color-soft-green), #fffaf1);
	border: 1px solid rgba(216, 184, 143, 0.48);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(79, 112, 84, 0.1);
}

.verification-badge--compact {
	padding: 6px 10px;
	font-size: 11px;
	box-shadow: none;
}

.bookable-offer-card__context .verification-badge {
	color: var(--color-primary-dark);
	font-weight: 850;
}

.bookable-offer-card h3 {
	margin: 10px 0 0;
	font-size: 32px;
}

.bookable-offer-card p,
.bookable-offer-card__commercial,
.bookable-offer-card__therapists {
	color: var(--color-muted);
}

.bookable-offer-card__commercial {
	margin-top: 6px;
	font-weight: 700;
}

.bookable-offer-card__context {
	justify-content: flex-start;
}

.bookable-offer-card__context a {
	color: var(--color-primary-dark);
	font-weight: 800;
}

.bookable-offer-card__cta {
	align-self: flex-start;
	margin-top: auto;
}

.bookable-offer-compact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 16px 18px;
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 20px;
	box-shadow: 0 10px 26px rgba(46, 51, 47, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bookable-offer-compact:hover {
	border-color: rgba(122, 158, 126, 0.36);
	box-shadow: 0 16px 36px rgba(46, 51, 47, 0.09);
	transform: translateY(-2px);
}

.bookable-offer-compact__main {
	display: grid;
	gap: 9px;
	min-width: 0;
}

.bookable-offer-compact__title {
	margin: 0;
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.12;
}

.bookable-offer-compact__salon {
	color: var(--color-primary-dark);
	font-size: 14px;
	font-weight: 800;
}

.bookable-offer-compact__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.bookable-offer-compact__meta span {
	display: inline-flex;
	padding: 6px 10px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	background: var(--color-soft-green);
	border-radius: 999px;
}

.bookable-offer-compact__meta span:nth-child(2n) {
	background: var(--color-soft-gold);
}

.bookable-offer-compact p {
	margin: 0;
	color: var(--color-muted);
	font-size: 14px;
}

.bookable-offer-compact__cta {
	justify-self: end;
	margin: 0;
	white-space: nowrap;
}

.bookable-offer-card--compact {
	display: flex;
	flex-direction: row;
	gap: 18px;
	align-items: center;
	padding: 16px 18px;
	background: var(--color-surface);
	border-radius: 20px;
	box-shadow: 0 10px 26px rgba(46, 51, 47, 0.06);
}

.bookable-offer-card--compact .bookable-offer-card__compact-info {
	display: grid;
	flex: 1;
	gap: 9px;
	min-width: 0;
}

.bookable-offer-card__compact-title,
.bookable-offer-card__compact-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.bookable-offer-card__compact-title a,
.bookable-offer-card__compact-title strong {
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.15;
}

.bookable-offer-card__compact-meta span {
	display: inline-flex;
	padding: 6px 10px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	background: var(--color-soft-green);
	border-radius: 999px;
}

.bookable-offer-card--compact .bookable-offer-card__promo {
	color: var(--color-text);
	background: var(--color-soft-gold);
}

.bookable-offer-card--compact .bookable-offer-card__cta {
	flex-shrink: 0;
	margin-top: 0;
	padding-right: 18px;
	padding-left: 18px;
}

.package-archive-hero {
	padding: 108px 0 70px;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(31, 51, 37, 0.92), rgba(79, 112, 84, 0.86)),
		var(--color-primary-dark);
}

.package-archive-hero__inner {
	max-width: 820px;
	text-align: center;
}

.package-archive-hero .eyebrow {
	color: var(--color-accent);
}

.package-archive-hero h1 {
	margin: 10px 0 14px;
	font-size: clamp(44px, 6vw, 78px);
}

.package-archive-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}

.package-filter-form {
	display: grid;
	grid-template-columns: repeat(3, minmax(160px, 1fr)) auto auto auto;
	gap: 14px;
	align-items: end;
	margin-bottom: 34px;
	padding: 20px;
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(46, 51, 47, 0.07);
}

.package-filter-form label {
	display: grid;
	gap: 7px;
	color: var(--color-muted);
	font-size: 12px;
	font-weight: 800;
}

.package-filter-form select {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	color: var(--color-text);
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 14px;
}

.package-filter-form__check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 12px;
	color: var(--color-text);
	background: var(--color-soft-green);
	border-radius: 999px;
}

.package-filter-form__check input {
	width: 16px;
	height: 16px;
}

.directory-filter-panel {
	display: grid;
	grid-template-columns: repeat(4, minmax(150px, 1fr));
	gap: 14px;
	align-items: end;
	margin: 0 0 18px;
	padding: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 232, 216, 0.5)),
		var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.92);
	border-radius: 28px;
	box-shadow: 0 20px 52px rgba(46, 51, 47, 0.08);
}

.directory-filter-panel label {
	display: grid;
	gap: 8px;
	color: var(--color-muted);
	font-size: 12px;
	font-weight: 850;
}

.directory-filter-panel label span {
	line-height: 1.25;
}

.directory-filter-panel input[type="search"],
.directory-filter-panel select {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	color: var(--color-text);
	font: inherit;
	font-size: 14px;
	font-weight: 650;
	background: #fffaf5;
	border: 1px solid rgba(227, 221, 210, 0.98);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.directory-filter-panel input[type="search"]:focus,
.directory-filter-panel select:focus {
	outline: 2px solid rgba(122, 158, 126, 0.28);
	outline-offset: 2px;
	border-color: rgba(122, 158, 126, 0.72);
}

.directory-filter-panel__checks,
.directory-filter-panel__actions {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.directory-filter-panel__checks {
	padding-top: 4px;
}

.directory-filter-panel__checks label {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	min-height: 42px;
	padding: 0 13px;
	color: var(--color-primary-dark);
	background: var(--color-soft-green);
	border: 1px solid rgba(122, 158, 126, 0.16);
	border-radius: 999px;
}

.directory-filter-panel__checks input {
	width: 16px;
	height: 16px;
	accent-color: var(--color-primary);
}

.directory-filter-panel__actions {
	justify-content: flex-end;
	padding-top: 2px;
}

.directory-filter-panel__actions .button {
	min-height: 46px;
}

.directory-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin: 0 0 30px;
}

.directory-filter-chips span,
.directory-filter-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 850;
	background: var(--color-soft-green);
	border: 1px solid rgba(122, 158, 126, 0.14);
	border-radius: 999px;
}

.directory-filter-chips a {
	color: var(--color-text);
	background: var(--color-soft-gold);
	border-color: rgba(216, 184, 143, 0.34);
}

.directory-empty-state {
	max-width: 760px;
	margin: 0 auto;
	padding: 34px;
	text-align: center;
	background: var(--color-surface);
	border: 1px dashed rgba(122, 158, 126, 0.32);
	border-radius: 28px;
}

.directory-empty-state p {
	margin: 0 0 18px;
	color: var(--color-muted);
}

.services-filter-section {
	padding-top: 42px;
	background: linear-gradient(180deg, rgba(244, 232, 216, 0.38), rgba(247, 243, 236, 0));
}

.service-offers-preview--filtered {
	margin-top: 26px;
}

.offer-archive-content {
	padding-top: 54px;
}

.offer-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

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

.package-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 232, 216, 0.48)),
		var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 28px;
	box-shadow: 0 18px 42px rgba(46, 51, 47, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.package-card:hover {
	border-color: rgba(216, 184, 143, 0.68);
	box-shadow: var(--shadow-hover);
	transform: translateY(-4px);
}

.package-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, var(--color-soft-green), var(--color-soft-gold));
}

.package-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.package-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 15px;
	padding: 24px;
}

.package-card__topline,
.package-card__meta,
.package-card__context {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
}

.package-card__type,
.package-card__discount,
.package-card__meta span {
	display: inline-flex;
	padding: 7px 11px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	background: var(--color-soft-green);
	border-radius: 999px;
}

.package-card__discount {
	color: var(--color-text);
	background: var(--color-soft-gold);
}

.package-card h3 {
	margin: 0;
	font-size: 31px;
}

.package-card h3 a,
.package-card__context a {
	color: var(--color-text);
}

.package-card p,
.package-card__includes {
	color: var(--color-muted);
}

.package-card__price-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: baseline;
}

.package-card__price-row strong {
	color: var(--color-primary-dark);
	font-size: 24px;
}

.package-card__price-row del {
	color: var(--color-muted);
}

.package-card__cta {
	align-self: flex-start;
	margin-top: auto;
}

.package-archive-empty {
	max-width: 720px;
	margin: 0 auto;
	padding: 46px;
	text-align: center;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 28px;
	box-shadow: 0 18px 42px rgba(46, 51, 47, 0.08);
}

.salon-packages-section {
	padding-top: 72px;
	background: linear-gradient(180deg, rgba(244, 232, 216, 0.45), rgba(247, 243, 236, 0));
}

.mrc-onboarding {
	max-width: 1120px;
	margin: 64px auto;
	padding: 0 20px;
}

body.onboarding-page .site-header {
	position: sticky;
	background: rgba(247, 243, 236, 0.92);
	border-bottom-color: rgba(227, 221, 210, 0.75);
	backdrop-filter: blur(16px);
}

body.onboarding-page .site-branding__name,
body.onboarding-page .primary-navigation a {
	color: var(--color-primary-dark);
}

body.onboarding-page .nav-toggle {
	background: var(--color-surface);
	border-color: var(--color-border);
}

body.onboarding-page .nav-toggle__bar,
body.onboarding-page .nav-toggle__bar::before,
body.onboarding-page .nav-toggle__bar::after {
	background: var(--color-primary-dark);
}

.mrc-onboarding-form,
.mrc-onboarding-success,
.mrc-onboarding-error {
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.86);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(46, 51, 47, 0.1);
}

.mrc-onboarding-form {
	padding: clamp(24px, 4vw, 44px);
}

.mrc-onboarding-success,
.mrc-onboarding-error {
	padding: 32px;
}

.mrc-onboarding-error {
	margin-bottom: 22px;
	color: #7a3128;
	background: #fff7f3;
}

.mrc-onboarding-intro {
	max-width: 760px;
	margin-bottom: 26px;
}

.mrc-onboarding-intro h2,
.mrc-onboarding-success h2 {
	margin: 8px 0 12px;
	font-size: clamp(34px, 5vw, 58px);
}

.mrc-onboarding-mode-note {
	margin-top: 16px;
	padding: 13px 16px;
	color: var(--color-primary-dark);
	font-size: 14px;
	background: var(--color-soft-green);
	border-radius: 16px;
}

.mrc-onboarding-progress {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 28px;
}

.mrc-onboarding-progress span {
	display: inline-grid;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 8px 12px;
	color: var(--color-muted);
	font-size: 12px;
	font-weight: 850;
	background: var(--color-soft-green);
	border: 1px solid rgba(122, 158, 126, 0.14);
	border-radius: 999px;
}

.mrc-onboarding-progress span small {
	color: inherit;
	font-size: 10px;
	font-weight: 800;
	opacity: 0.7;
}

.mrc-onboarding-progress span.is-active {
	color: var(--color-text);
	background: var(--color-soft-gold);
	border-color: rgba(216, 184, 143, 0.42);
}

.mrc-onboarding-step {
	padding: 26px 0 6px;
	border-top: 1px solid var(--color-border);
}

.mrc-onboarding-form--js .mrc-onboarding-step {
	display: none;
}

.mrc-onboarding-form--js .mrc-onboarding-step.is-active {
	display: block;
}

.mrc-onboarding-step h3 {
	margin: 0 0 16px;
	font-size: clamp(28px, 3.5vw, 42px);
}

.onboarding-step__intro {
	max-width: 780px;
	margin-bottom: 20px;
}

.onboarding-step__intro p {
	color: var(--color-muted);
}

.onboarding-step__intro span {
	display: inline-flex;
	padding: 8px 12px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 850;
	background: var(--color-soft-green);
	border-radius: 999px;
}

.mrc-onboarding-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.mrc-onboarding label {
	display: grid;
	gap: 8px;
	color: var(--color-text);
	font-weight: 800;
}

.mrc-onboarding input,
.mrc-onboarding textarea,
.mrc-onboarding select {
	width: 100%;
	padding: 13px 14px;
	color: var(--color-text);
	font: inherit;
	background: #fffaf5;
	border: 1px solid var(--color-border);
	border-radius: 16px;
}

.mrc-onboarding textarea {
	resize: vertical;
}

.mrc-onboarding input[type="checkbox"] {
	width: auto;
}

.mrc-onboarding input[type="file"] {
	background: var(--color-soft-green);
}

.onboarding-upload-card {
	padding: 18px;
	background: linear-gradient(135deg, rgba(234, 241, 232, 0.9), rgba(244, 232, 216, 0.62));
	border: 1px solid rgba(216, 184, 143, 0.38);
	border-radius: 22px;
}

.onboarding-upload-card small {
	color: var(--color-muted);
	font-weight: 650;
}

.onboarding-upload-card:first-child::after,
.mrc-onboarding-advanced .onboarding-upload-card:first-child::after {
	display: block;
	margin-top: 10px;
	color: #8a7863;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
	content: "Prin încărcarea fotografiilor, confirmi că ai dreptul să le folosești și că ai acordul persoanelor care apar în imagini.";
}

.mrc-onboarding-wide {
	grid-column: 1 / -1;
}

.mrc-onboarding-advanced {
	margin-top: 20px;
	padding: 17px 18px;
	background: rgba(247, 243, 236, 0.54);
	border: 1px solid var(--color-border);
	border-radius: 22px;
}

.mrc-onboarding-advanced summary {
	color: var(--color-primary-dark);
	font-weight: 800;
	cursor: pointer;
}

.mrc-onboarding-advanced .mrc-onboarding-grid {
	margin-top: 18px;
}

.mrc-onboarding-checks,
.mrc-onboarding-repeat,
.mrc-onboarding-summary,
.mrc-onboarding-step-error,
.mrc-onboarding-status-note {
	margin-top: 18px;
	padding: 18px;
	background: rgba(247, 243, 236, 0.72);
	border: 1px solid var(--color-border);
	border-radius: 22px;
}

.mrc-onboarding-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
}

.mrc-onboarding-checks strong {
	flex-basis: 100%;
}

.mrc-onboarding-checks label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 750;
}

.mrc-onboarding-repeat h4 {
	margin: 0 0 14px;
	font-size: 22px;
}

.mrc-onboarding-linked-note {
	margin: 16px 0 0;
	color: var(--color-muted);
	font-size: 14px;
}

.mrc-onboarding-status-note {
	display: grid;
	gap: 6px;
	color: var(--color-primary-dark);
	background: linear-gradient(135deg, var(--color-soft-green), #fffaf1);
}

.mrc-onboarding-summary ul,
.mrc-onboarding-step-error ul {
	margin: 10px 0 0;
	padding-left: 20px;
}

.mrc-onboarding-summary {
	background: #fffaf5;
}

.mrc-onboarding-step-error {
	color: #7a3128;
	background: #fff7f3;
	border-color: rgba(122, 49, 40, 0.22);
}

.mrc-onboarding-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid var(--color-border);
}

.mrc-onboarding-hp {
	position: absolute;
	left: -9999px;
}

.services-decision-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(247, 243, 236, 0) 360px),
		var(--color-bg);
}

.services-decision-hero {
	position: relative;
	overflow: hidden;
	padding: 102px 0 86px;
	color: var(--color-surface);
	background:
		linear-gradient(135deg, rgba(36, 54, 40, 0.92), rgba(79, 112, 84, 0.86)),
		linear-gradient(120deg, var(--color-primary-dark), var(--color-primary));
}

.services-decision-hero::after {
	position: absolute;
	right: -8%;
	bottom: -46%;
	width: 520px;
	height: 520px;
	content: "";
	background:
		radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 0.2), transparent 32%),
		radial-gradient(circle, rgba(216, 184, 143, 0.28), transparent 68%);
	border-radius: 48% 52% 43% 57%;
}

.services-decision-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 790px;
	text-align: center;
}

.services-decision-hero .eyebrow,
.services-decision-hero h1,
.services-decision-hero p {
	color: inherit;
}

.services-decision-hero h1 {
	margin: 0 auto 18px;
	font-size: 64px;
	line-height: 0.96;
}

.services-decision-hero p:not(.eyebrow) {
	max-width: 650px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}

.services-decision-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 30px;
}

.services-category-slider {
	padding-top: 58px;
	padding-bottom: 36px;
}

.services-category-slider__head {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
	text-align: center;
}

.services-category-slider__title-row {
	display: grid;
	grid-template-columns: 48px minmax(0, auto) 48px;
	gap: clamp(16px, 2.8vw, 28px);
	align-items: center;
	justify-content: center;
}

.services-category-slider__title-row h2 {
	margin: 0;
}

.services-category-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: var(--color-primary-dark);
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	background: var(--color-surface);
	border: 1px solid rgba(122, 158, 126, 0.28);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(46, 51, 47, 0.08);
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.services-category-slider__arrow:hover,
.services-category-slider__arrow:focus {
	background: var(--color-soft-green);
	box-shadow: var(--shadow-hover);
	transform: translateY(-2px);
}

.services-category-slider__viewport {
	overflow: hidden;
	border-radius: 34px;
	touch-action: pan-y;
}

.services-category-slider__track {
	display: flex;
	transform: translateX(calc(var(--service-slide-index, 0) * -100%));
	transition: transform 320ms ease;
	will-change: transform;
}

.services-category-slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.services-category-slider__tabs {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 24px;
	padding: 10px;
	overflow-x: auto;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(227, 221, 210, 0.82);
	border-radius: 999px;
}

.services-category-slider__tab {
	flex: 0 0 auto;
	padding: 10px 14px;
	color: var(--color-primary-dark);
	font-size: 13px;
	font-weight: 800;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	white-space: nowrap;
}

.services-category-slider__tab:hover,
.services-category-slider__tab:focus {
	border-color: rgba(122, 158, 126, 0.32);
}

.services-category-slider__tab.is-active {
	color: var(--color-surface);
	background: var(--color-primary);
	box-shadow: 0 10px 24px rgba(57, 91, 65, 0.18);
}

.services-decision-list {
	padding-top: 36px;
}

.services-offer-panel[hidden] {
	display: none;
}

.service-decision-card {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
	gap: 0;
	overflow: hidden;
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.95);
	border-radius: 34px;
	box-shadow: 0 24px 62px rgba(46, 51, 47, 0.09);
}

.service-decision-card--no-media {
	grid-template-columns: 1fr;
}

.service-decision-card__media {
	position: relative;
	display: block;
	min-height: 100%;
	overflow: hidden;
	background: var(--color-soft-green);
}

.service-decision-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
}

.service-decision-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
}

.service-decision-card__badges,
.service-decision-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.service-decision-card__badges span {
	display: inline-flex;
	padding: 8px 12px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	background: var(--color-soft-green);
	border-radius: 999px;
}

.service-decision-card h2 {
	margin: 18px 0 12px;
	font-size: 46px;
	line-height: 1;
}

.service-decision-card__body > p {
	color: var(--color-muted);
	font-size: 17px;
}

.service-decision-card__meta {
	margin: 22px 0;
}

.service-decision-card__meta span {
	display: grid;
	gap: 5px;
	min-width: 142px;
	padding: 14px 16px;
	background: var(--color-soft-gold);
	border-radius: 18px;
}

.service-decision-card__meta strong,
.service-decision-card__details strong {
	color: var(--color-primary-dark);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.service-decision-card__details {
	display: grid;
	gap: 12px;
	margin-bottom: 26px;
}

.service-decision-card__details p {
	display: grid;
	gap: 4px;
	margin: 0;
	color: var(--color-muted);
}

.service-offers-preview {
	padding: 28px;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(227, 221, 210, 0.88);
	border-radius: 32px;
}

.service-offers-preview__head {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 22px;
}

.service-offers-preview__head h3 {
	margin: 0;
	font-size: 34px;
}

.service-offers-preview__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.service-offers-preview__grid--compact {
	grid-template-columns: 1fr;
	gap: 12px;
}

.service-offers-preview__grid .bookable-offer-card {
	padding: 22px;
	border-radius: 26px;
}

.service-offers-preview__grid .bookable-offer-card h3 {
	font-size: 28px;
}

.service-offers-preview__grid .bookable-offer-card p {
	font-size: 14px;
}

.service-offers-preview__empty {
	padding: 24px;
	color: var(--color-muted);
	background: var(--color-surface);
	border: 1px dashed var(--color-border);
	border-radius: 22px;
}

.services-hub-cta {
	padding-top: 38px;
}

.services-hub-cta__inner {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	padding: 42px;
	color: var(--color-surface);
	background:
		linear-gradient(135deg, rgba(36, 54, 40, 0.96), rgba(79, 112, 84, 0.9)),
		var(--color-primary-dark);
	border-radius: 34px;
	box-shadow: 0 24px 64px rgba(46, 51, 47, 0.14);
}

.services-hub-cta__inner h2,
.services-hub-cta__inner p,
.services-hub-cta__inner .eyebrow {
	color: inherit;
}

.services-hub-cta__inner p:not(.eyebrow) {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.78);
}

.salon-conversion-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(247, 243, 236, 0) 460px),
		var(--color-bg);
}

.salon-conversion-hero {
	position: relative;
	overflow: hidden;
	padding: 52px 0 50px;
	background:
		linear-gradient(180deg, rgba(234, 241, 232, 0.78), rgba(247, 243, 236, 0.96)),
		var(--color-bg);
}

.salon-conversion-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 85% 18%, rgba(216, 184, 143, 0.28), transparent 28%),
		radial-gradient(circle at 8% 82%, rgba(122, 158, 126, 0.18), transparent 30%);
	pointer-events: none;
}

.salon-conversion-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
	gap: 44px;
	align-items: start;
}

.salon-conversion-hero__lead {
	max-width: 660px;
	margin: 18px 0 0;
	color: var(--color-muted);
	font-size: 19px;
}

.salon-hero-facts,
.salon-hero-services,
.salon-hero-actions {
	margin-top: 22px;
}

.salon-hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.salon-hero-facts span,
.salon-service-chip-grid span,
.salon-amenity-badges span {
	display: inline-flex;
	padding: 8px 12px;
	color: var(--color-primary-dark);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	background: var(--color-soft-green);
	border: 1px solid rgba(122, 158, 126, 0.18);
	border-radius: 999px;
}

.salon-hero-facts span:nth-child(2n),
.salon-amenity-badges span:nth-child(2n) {
	background: var(--color-soft-gold);
	border-color: rgba(216, 184, 143, 0.28);
}

.salon-hero-media {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	grid-template-rows: 1fr 1fr;
	gap: 14px;
	min-height: 430px;
	padding: 14px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 232, 216, 0.64)),
		var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 34px;
	box-shadow: 0 26px 70px rgba(46, 51, 47, 0.12);
}

.salon-hero-media__item {
	position: relative;
	overflow: hidden;
	display: grid;
	place-items: center;
	isolation: isolate;
	margin: 0;
	background:
		linear-gradient(145deg, rgba(234, 241, 232, 0.88), rgba(244, 232, 216, 0.72)),
		var(--color-soft-green);
	border-radius: 24px;
}

.salon-hero-media__item--1 {
	grid-row: span 2;
}

.salon-hero-media--count-1 {
	display: block;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	align-self: start;
	min-height: 0;
}

.salon-hero-media--count-1 .salon-hero-media__item--1 {
	display: block;
	grid-row: auto;
	min-height: 0;
	line-height: 0;
	background: transparent;
}

.salon-hero-media--count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 1fr;
}

.salon-hero-media--count-2 .salon-hero-media__item--1 {
	grid-row: auto;
}

.salon-hero-media__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.salon-hero-media__backdrop {
	position: absolute;
	inset: -24px;
	z-index: 0;
	display: block;
	width: calc(100% + 48px);
	height: calc(100% + 48px);
	object-fit: cover;
	opacity: 0.38;
	filter: blur(28px) saturate(0.96);
	transform: scale(1.04);
}

.salon-hero-media--count-1 .salon-hero-media__backdrop {
	display: none;
}

.salon-hero-media--count-1 .salon-hero-media__item--1 .salon-hero-media__image {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: none;
	min-height: 0;
	object-fit: contain;
}

.salon-hero-media__more {
	position: absolute;
	right: 28px;
	bottom: 28px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	color: var(--color-surface);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	background: rgba(46, 51, 47, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(46, 51, 47, 0.18);
	backdrop-filter: blur(10px);
}

.salon-hero-media__disclaimer {
	grid-column: 2;
	margin: -30px 4px 0;
}

.salon-hero-media__mobile-description {
	display: none;
}

.salon-hero-media__fallback {
	grid-column: 1 / -1;
	display: grid;
	align-content: end;
	min-height: 400px;
	padding: 34px;
	color: var(--color-surface);
	background:
		linear-gradient(180deg, rgba(46, 51, 47, 0.1), rgba(46, 51, 47, 0.72)),
		radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.28), transparent 24%),
		linear-gradient(135deg, var(--color-primary), var(--color-accent));
	border-radius: 26px;
}

.salon-hero-media--fallback > .photo-disclaimer-badge {
	right: 28px;
	bottom: 28px;
}

.salon-hero-media__fallback span {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.salon-hero-media__fallback strong {
	max-width: 330px;
	font-family: var(--font-heading);
	font-size: 40px;
	line-height: 1;
}

.salon-offers-section {
	padding-top: 58px;
}

.salon-offers-section .section-heading {
	margin-bottom: 26px;
}

.salon-offer-group {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.salon-offer-group + .salon-offer-group {
	margin-top: 42px;
}

.salon-offer-group h3 {
	margin: 0;
	color: var(--color-primary-dark);
	font-size: 34px;
}

.salon-offers-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.salon-mobile-offer-list {
	display: none;
}

.salon-offers-grid .bookable-offer-card {
	width: 100%;
	border-radius: 30px;
}

.salon-offers-empty {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	color: var(--color-muted);
	background: var(--color-surface);
	border: 1px dashed var(--color-border);
	border-radius: 28px;
	box-shadow: var(--shadow-card);
}

.salon-conversion-details {
	padding-top: 34px;
}

.salon-conversion-layout {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.salon-conversion-layout .profile-main {
	min-width: 0;
}

.salon-service-types {
	padding: 28px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(227, 221, 210, 0.88);
	border-radius: 30px;
}

.salon-service-types--compact .section-heading {
	margin-bottom: 22px;
}

.salon-service-chip-grid,
.salon-amenity-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.salon-therapist-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.salon-therapist-card {
	width: 100%;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	overflow: hidden;
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 30px;
	box-shadow: 0 18px 42px rgba(46, 51, 47, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.salon-therapist-card:hover {
	border-color: rgba(122, 158, 126, 0.38);
	box-shadow: var(--shadow-hover);
	transform: translateY(-3px);
}

.salon-therapist-card__photo {
	position: relative;
	display: block;
	min-height: 245px;
	background:
		radial-gradient(circle at 38% 24%, rgba(255, 255, 255, 0.78), transparent 28%),
		linear-gradient(160deg, rgba(216, 184, 143, 0.52), rgba(122, 158, 126, 0.3)),
		var(--color-soft-gold);
}

.salon-therapist-card__photo .photo-disclaimer-badge {
	right: 14px;
	bottom: 14px;
}

.salon-therapist-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.salon-therapist-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 26px;
}

.salon-therapist-card__badge {
	align-self: flex-start;
	padding: 7px 10px;
	color: var(--color-primary-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	background: var(--color-soft-green);
	border-radius: 999px;
}

.salon-therapist-card h3 {
	margin: 12px 0 8px;
	font-size: 30px;
}

.salon-therapist-card p {
	color: var(--color-muted);
}

.salon-therapist-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 16px;
}

.salon-therapist-card__meta small {
	padding: 7px 10px;
	color: var(--color-muted);
	background: rgba(244, 232, 216, 0.74);
	border-radius: 999px;
	font-weight: 800;
}

.salon-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 22px;
}

.salon-trust-card {
	display: grid;
	gap: 8px;
	padding: 22px;
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 24px;
	box-shadow: 0 14px 32px rgba(46, 51, 47, 0.06);
}

.salon-trust-card strong {
	color: var(--color-primary-dark);
	font-family: var(--font-heading);
	font-size: 25px;
	line-height: 1.05;
}

.salon-trust-card span {
	color: var(--color-muted);
	font-size: 14px;
}

.salon-about-card {
	padding: 30px;
}

.salon-map-card iframe {
	width: 100%;
	min-height: 330px;
	border: 0;
	border-radius: 28px;
	box-shadow: var(--shadow-card);
}

.salon-sticky-card {
	position: sticky;
	top: 98px;
	align-self: start;
}

.salon-sticky-card__inner {
	display: grid;
	gap: 16px;
	padding: 28px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(234, 241, 232, 0.72)),
		var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 30px;
	box-shadow: 0 22px 54px rgba(46, 51, 47, 0.1);
}

.salon-sticky-card__inner h2 {
	margin: 0;
	font-size: 33px;
}

.salon-sticky-card__details {
	display: grid;
	gap: 14px;
	margin-top: 8px;
}

.salon-sticky-card__details p {
	display: grid;
	gap: 4px;
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(227, 221, 210, 0.82);
}

.salon-sticky-card__details strong {
	color: var(--color-primary-dark);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.salon-sticky-card__details span,
.salon-sticky-card__details a {
	color: var(--color-muted);
	font-weight: 700;
}

.salon-final-cta {
	padding-top: 38px;
}

.salon-final-cta__inner {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	padding: 44px;
	color: var(--color-surface);
	background:
		linear-gradient(135deg, rgba(36, 54, 40, 0.96), rgba(79, 112, 84, 0.9)),
		var(--color-primary-dark);
	border-radius: 34px;
	box-shadow: 0 24px 64px rgba(46, 51, 47, 0.14);
}

.salon-final-cta__inner h2,
.salon-final-cta__inner p,
.salon-final-cta__inner .eyebrow {
	color: inherit;
}

.salon-final-cta__inner p:not(.eyebrow) {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.78);
}

.salon-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.therapist-conversion-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(247, 243, 236, 0) 420px),
		var(--color-bg);
}

.therapist-conversion-hero {
	position: relative;
	overflow: hidden;
	padding: 58px 0 54px;
	background:
		radial-gradient(circle at 86% 18%, rgba(216, 184, 143, 0.24), transparent 28%),
		linear-gradient(180deg, rgba(234, 241, 232, 0.82), rgba(247, 243, 236, 0.96)),
		var(--color-bg);
}

.therapist-conversion-hero__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.46fr) minmax(0, 1fr);
	gap: 44px;
	align-items: center;
}

.therapist-hero-portrait {
	position: relative;
	overflow: hidden;
	display: grid;
	min-height: 520px;
	place-items: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 232, 216, 0.7)),
		var(--color-soft-green);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 34px;
	box-shadow: 0 26px 70px rgba(46, 51, 47, 0.12);
}

.therapist-hero-portrait img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.therapist-hero-portrait--fallback::before {
	position: absolute;
	inset: 22px;
	content: "";
	background:
		radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.68), transparent 24%),
		linear-gradient(155deg, rgba(122, 158, 126, 0.34), rgba(216, 184, 143, 0.5));
	border-radius: 28px;
}

.therapist-hero-portrait--fallback span {
	position: relative;
	z-index: 1;
	color: var(--color-primary-dark);
	font-family: var(--font-heading);
	font-size: 92px;
	font-weight: 700;
}

.therapist-conversion-hero__lead {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--color-muted);
	font-size: 19px;
}

.therapist-hero-facts,
.therapist-specialty-badges,
.therapist-hero-actions {
	margin-top: 22px;
}

.therapist-hero-facts,
.therapist-specialty-badges,
.therapist-credential-badges,
.therapist-salon-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.therapist-hero-facts span,
.therapist-hero-facts a,
.therapist-specialty-badges span,
.therapist-credential-badges span,
.therapist-salon-card__facts span {
	display: inline-flex;
	padding: 8px 12px;
	color: var(--color-primary-dark);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	background: var(--color-soft-green);
	border: 1px solid rgba(122, 158, 126, 0.18);
	border-radius: 999px;
}

.therapist-hero-facts span:nth-child(2n),
.therapist-specialty-badges span:nth-child(2n),
.therapist-credential-badges span:nth-child(2n),
.therapist-salon-card__facts span:nth-child(2n) {
	background: var(--color-soft-gold);
	border-color: rgba(216, 184, 143, 0.28);
}

.salon-hero-facts .verification-badge,
.therapist-hero-facts .verification-badge,
.therapist-salon-card__facts .verification-badge {
	color: var(--color-primary-dark);
	letter-spacing: 0;
	text-transform: none;
	background: linear-gradient(135deg, var(--color-soft-green), #fffaf1);
	border-color: rgba(216, 184, 143, 0.48);
	box-shadow: 0 10px 22px rgba(79, 112, 84, 0.1);
}

.therapist-offers-section {
	padding-top: 58px;
}

.therapist-offers-section .section-heading {
	margin-bottom: 26px;
}

.therapist-offers-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.therapist-mobile-offer-list {
	display: none;
}

.therapist-offers-grid .bookable-offer-card {
	width: 100%;
	border-radius: 30px;
}

.therapist-offers-empty {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	color: var(--color-muted);
	background: var(--color-surface);
	border: 1px dashed var(--color-border);
	border-radius: 28px;
	box-shadow: var(--shadow-card);
}

.therapist-conversion-details {
	padding-top: 34px;
}

.therapist-conversion-layout {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.therapist-conversion-layout .profile-main {
	min-width: 0;
}

.therapist-style-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.therapist-style-card,
.therapist-credential-card {
	display: grid;
	gap: 10px;
	padding: 24px;
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 26px;
	box-shadow: 0 16px 36px rgba(46, 51, 47, 0.07);
}

.therapist-style-card strong,
.therapist-credential-card strong {
	color: var(--color-primary-dark);
	font-family: var(--font-heading);
	font-size: 28px;
	line-height: 1.05;
}

.therapist-style-card p {
	margin: 0;
	color: var(--color-muted);
}

.therapist-salon-card {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	overflow: hidden;
	background: var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 30px;
	box-shadow: 0 20px 48px rgba(46, 51, 47, 0.09);
}

.therapist-salon-card__media {
	min-height: 290px;
	background:
		radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.7), transparent 28%),
		linear-gradient(150deg, rgba(122, 158, 126, 0.28), rgba(216, 184, 143, 0.42)),
		var(--color-soft-green);
}

.therapist-salon-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.therapist-salon-card__body {
	display: grid;
	align-content: center;
	gap: 16px;
	padding: 30px;
}

.therapist-salon-card__body h3 {
	margin: 0;
	font-size: 36px;
}

.therapist-salon-card__body p:not(.eyebrow) {
	margin: 0;
	color: var(--color-muted);
}

.therapist-salon-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.therapist-credentials-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.therapist-bio-card {
	padding: 30px;
}

.therapist-sticky-card {
	position: sticky;
	top: 98px;
	align-self: start;
}

.therapist-sticky-card__inner {
	display: grid;
	gap: 16px;
	padding: 28px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(234, 241, 232, 0.72)),
		var(--color-surface);
	border: 1px solid rgba(227, 221, 210, 0.9);
	border-radius: 30px;
	box-shadow: 0 22px 54px rgba(46, 51, 47, 0.1);
}

.therapist-sticky-card__inner h2 {
	margin: 0;
	font-size: 33px;
}

.therapist-sticky-card__details {
	display: grid;
	gap: 14px;
	margin-top: 8px;
}

.therapist-sticky-card__details p {
	display: grid;
	gap: 4px;
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(227, 221, 210, 0.82);
}

.therapist-sticky-card__details strong {
	color: var(--color-primary-dark);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.therapist-sticky-card__details span,
.therapist-sticky-card__details a {
	color: var(--color-muted);
	font-weight: 700;
}

.therapist-final-cta {
	padding-top: 38px;
}

.therapist-final-cta__inner {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	padding: 44px;
	color: var(--color-surface);
	background:
		linear-gradient(135deg, rgba(36, 54, 40, 0.96), rgba(79, 112, 84, 0.9)),
		var(--color-primary-dark);
	border-radius: 34px;
	box-shadow: 0 24px 64px rgba(46, 51, 47, 0.14);
}

.therapist-final-cta__inner h2,
.therapist-final-cta__inner p,
.therapist-final-cta__inner .eyebrow {
	color: inherit;
}

.therapist-final-cta__inner p:not(.eyebrow) {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.78);
}

.therapist-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

@media (max-width: 980px) {
	.archive-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.services-decision-hero {
		padding: 88px 0 74px;
	}

	.services-decision-hero h1 {
		font-size: 52px;
	}

	.services-choice-grid,
	.service-offers-preview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-decision-card {
		grid-template-columns: 1fr;
	}

	.service-decision-card__media img {
		min-height: 340px;
	}

	.services-hub-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.salon-conversion-hero__grid,
	.salon-conversion-layout {
		grid-template-columns: 1fr;
	}

	.package-filter-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.directory-filter-panel,
	.offer-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.salon-hero-media {
		min-height: 390px;
	}

	.salon-sticky-card {
		position: static;
	}

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

	.therapist-conversion-hero__grid,
	.therapist-conversion-layout {
		grid-template-columns: 1fr;
	}

	.therapist-hero-portrait {
		min-height: 420px;
	}

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

	.therapist-sticky-card {
		position: static;
	}
}

@media (max-width: 760px) {
	.archive-card-grid,
	.profile-therapist-grid,
	.profile-therapist-grid--single {
		grid-template-columns: 1fr;
	}

	.profile-therapist-grid .therapist-card {
		grid-template-columns: 1fr;
	}

	.profile-therapist-grid .therapist-card__photo {
		min-height: 190px;
	}

	.services-decision-hero {
		padding: 74px 0 64px;
	}

	.services-decision-hero h1 {
		font-size: 42px;
	}

	.services-category-slider__title-row {
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		gap: 10px;
	}

	.services-category-slider__arrow {
		width: 42px;
		height: 42px;
		font-size: 30px;
	}

	.services-choice-grid,
	.service-offers-preview__grid {
		grid-template-columns: 1fr;
	}

	.service-decision-section {
		margin-bottom: 52px;
	}

	.service-decision-card,
	.service-offers-preview,
	.services-hub-cta__inner {
		border-radius: 26px;
	}

	.service-decision-card__body,
	.service-offers-preview,
	.services-hub-cta__inner {
		padding: 24px;
	}

	.service-decision-card__media img {
		min-height: 260px;
	}

	.service-decision-card h2 {
		font-size: 36px;
	}

	.service-offers-preview__head h3 {
		font-size: 29px;
	}

	.bookable-offer-card--compact {
		flex-direction: column;
		align-items: stretch;
	}

	.bookable-offer-card--compact .bookable-offer-card__cta {
		justify-content: center;
		width: 100%;
	}

	.bookable-offer-compact {
		grid-template-columns: 1fr;
	}

	.bookable-offer-compact__cta {
		justify-self: stretch;
		justify-content: center;
		width: 100%;
	}

	.salon-conversion-hero {
		padding: 48px 0 42px;
	}

	.salon-conversion-hero__grid {
		gap: 28px;
	}

	.salon-hero-media,
	.salon-offers-grid,
	.package-filter-form,
	.directory-filter-panel,
	.offer-archive-grid,
	.package-grid,
	.package-grid--salon,
	.salon-therapist-grid,
	.salon-trust-grid,
	.mrc-onboarding-grid {
		grid-template-columns: 1fr;
	}

	.salon-hero-media__disclaimer {
		grid-column: auto;
		margin: -12px 4px 0;
	}

	.salon-hero-media {
		grid-template-rows: none;
		min-height: auto;
	}

	.salon-hero-media__item {
		min-height: 220px;
	}

	.salon-hero-media__item--1 {
		grid-row: auto;
	}

	.salon-hero-media__item:nth-child(n+3) {
		display: none;
	}

	.salon-offers-empty,
	.directory-filter-panel__actions,
	.salon-final-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.directory-filter-panel__actions .button {
		width: 100%;
		justify-content: center;
	}

	.salon-service-types,
	.salon-sticky-card__inner,
	.salon-final-cta__inner {
		padding: 24px;
		border-radius: 26px;
	}

	.salon-therapist-card {
		grid-template-columns: 1fr;
	}

	.salon-therapist-card__photo {
		min-height: 210px;
	}

	.salon-final-cta__actions {
		justify-content: flex-start;
	}

	.therapist-conversion-hero {
		padding: 46px 0 42px;
	}

	.therapist-hero-portrait {
		min-height: 330px;
	}

	.therapist-offers-grid,
	.therapist-style-grid,
	.therapist-salon-card,
	.therapist-credentials-grid {
		grid-template-columns: 1fr;
	}

	.therapist-salon-card__media {
		min-height: 210px;
	}

	.therapist-offers-empty,
	.therapist-final-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.therapist-style-card,
	.therapist-credential-card,
	.therapist-salon-card__body,
	.therapist-sticky-card__inner,
	.therapist-final-cta__inner {
		padding: 24px;
		border-radius: 26px;
	}

	.therapist-final-cta__actions {
		justify-content: flex-start;
	}

	.mrc-onboarding {
		margin: 36px auto;
	}

	.mrc-onboarding-form,
	.mrc-onboarding-success,
	.mrc-onboarding-error {
		border-radius: 24px;
	}

	.mrc-onboarding-form {
		padding: 22px;
	}

	.mrc-onboarding-actions {
		justify-content: stretch;
	}

	.mrc-onboarding-actions .button {
		width: 100%;
	}
}

@media (max-width: 760px) {
	.mr-cookie-consent--banner {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 18px;
		border-radius: 20px;
	}

	.mr-cookie-consent h2,
	.mr-cookie-consent-modal h2 {
		font-size: 24px;
	}

	.mr-cookie-consent__actions {
		justify-content: stretch;
	}

	.mr-cookie-consent__button {
		flex: 1 1 100%;
		width: 100%;
	}

	.mr-cookie-settings-trigger {
		bottom: 12px;
		left: 12px;
		min-height: 36px;
		padding: 0 12px;
		font-size: 13px;
	}

	.mr-cookie-consent-modal {
		align-items: end;
		padding: 12px;
	}

	.mr-cookie-consent-modal__dialog {
		max-height: calc(100vh - 24px);
		padding: 20px;
		border-radius: 22px;
	}

	.mr-cookie-consent-modal__header {
		align-items: flex-start;
	}

	.mr-cookie-consent__option {
		grid-template-columns: minmax(0, 1fr) 46px;
		padding: 14px;
	}

	.mr-cookie-consent__option input,
	.mr-cookie-consent__switch {
		width: 46px;
	}

	.mr-cookie-consent__option input:checked + .mr-cookie-consent__switch::after {
		transform: translateX(18px);
	}
}

/* Final cascade layer for the refreshed homepage */
.home .site-header {
	position: sticky;
	right: auto;
	left: auto;
	background: rgba(250, 245, 237, 0.94);
	border-bottom-color: rgba(233, 221, 203, 0.82);
	backdrop-filter: blur(16px);
}

.home .primary-navigation a {
	color: var(--color-text);
}

.home .primary-navigation a:hover,
.home .primary-navigation a:focus {
	color: var(--color-primary-dark);
}

.home .site-header__account {
	color: var(--color-primary-dark);
	background: rgba(238, 245, 239, 0.82);
	border-color: rgba(143, 175, 155, 0.34);
}

.home .site-header__account:hover,
.home .site-header__account:focus {
	color: var(--color-surface);
	background: var(--color-primary-dark);
}

.home .nav-toggle {
	background: var(--color-surface);
	border-color: var(--color-border);
}

.home .nav-toggle__bar,
.home .nav-toggle__bar::before,
.home .nav-toggle__bar::after {
	background: var(--color-primary-dark);
}

.wellness-home .wellness-salon-grid .salon-card {
	background: rgba(255, 253, 248, 0.98);
	border-color: rgba(233, 221, 203, 0.9);
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(63, 52, 42, 0.08);
}

.wellness-home .wellness-salon-grid .salon-card__media {
	min-height: 214px;
	background:
		linear-gradient(160deg, rgba(143, 175, 155, 0.28), rgba(200, 169, 106, 0.26)),
		var(--color-soft-green);
}

.wellness-home .wellness-salon-grid .salon-card__body {
	padding: 24px;
}

.wellness-home .wellness-salon-grid .salon-card__topline span,
.wellness-home .wellness-salon-grid .salon-card__details span {
	color: var(--color-primary-dark);
	background: var(--color-soft-green);
}

.wellness-home .wellness-salon-grid .salon-card__details span:first-child {
	background: var(--color-soft-gold);
}

.wellness-home .wellness-salon-grid .text-link {
	color: var(--color-primary-dark);
}

/* Contact page */
.contact-page {
	background: var(--color-bg);
}

.contact-hero {
	padding: clamp(64px, 8vw, 104px) 0 clamp(44px, 6vw, 74px);
	background:
		linear-gradient(135deg, rgba(234, 241, 232, 0.88), rgba(244, 232, 216, 0.62)),
		var(--color-bg);
	border-bottom: 1px solid rgba(227, 221, 210, 0.82);
}

.contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
	gap: clamp(28px, 5vw, 72px);
	align-items: end;
}

.contact-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--color-text);
	font-size: clamp(46px, 5vw, 72px);
	line-height: 0.96;
}

.contact-hero__content > p:not(.eyebrow) {
	max-width: 680px;
	margin: 22px 0 0;
	color: var(--color-muted);
	font-size: 19px;
	line-height: 1.75;
}

.contact-support-card,
.contact-form-card,
.contact-info-card {
	background: rgba(255, 253, 248, 0.96);
	border: 1px solid rgba(227, 221, 210, 0.92);
	border-radius: 28px;
	box-shadow: 0 20px 58px rgba(63, 52, 42, 0.09);
}

.contact-support-card {
	padding: 28px;
	background:
		linear-gradient(145deg, rgba(63, 95, 74, 0.94), rgba(79, 112, 84, 0.86)),
		var(--color-primary-dark);
	color: var(--color-surface);
}

.contact-support-card span {
	display: block;
	margin-bottom: 12px;
	color: rgba(255, 250, 241, 0.76);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-support-card strong,
.contact-support-card strong a {
	color: var(--color-surface);
	font-family: var(--font-heading);
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1;
	text-decoration: none;
}

.contact-support-card p {
	margin: 18px 0 0;
	color: rgba(255, 250, 241, 0.82);
}

.contact-section {
	padding-top: clamp(46px, 6vw, 78px);
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
	gap: 28px;
	align-items: start;
}

.contact-form-card {
	padding: clamp(24px, 4vw, 42px);
}

.contact-form-card h2,
.contact-info-card h2 {
	margin: 0 0 12px;
	font-size: clamp(30px, 3vw, 42px);
}

.contact-form-card > p,
.contact-info-card p {
	color: var(--color-muted);
}

.contact-form-alert {
	margin: 22px 0;
	padding: 14px 16px;
	border-radius: 16px;
	font-weight: 750;
}

.contact-form-alert--success {
	color: var(--color-primary-dark);
	background: var(--color-soft-green);
	border: 1px solid rgba(122, 158, 126, 0.24);
}

.contact-form-alert--error {
	color: #7a3128;
	background: #fff7f3;
	border: 1px solid rgba(122, 49, 40, 0.18);
}

.contact-form {
	margin-top: 26px;
}

.contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.contact-form label {
	display: grid;
	gap: 8px;
	color: var(--color-text);
	font-weight: 800;
}

.contact-form label span {
	font-size: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 13px 14px;
	color: var(--color-text);
	font: inherit;
	background: #fff;
	border: 1px solid rgba(227, 221, 210, 0.96);
	border-radius: 16px;
	outline: none;
}

.contact-form textarea {
	resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: rgba(200, 169, 106, 0.82);
	box-shadow: 0 0 0 4px rgba(200, 169, 106, 0.14);
}

.contact-form__wide {
	grid-column: 1 / -1;
}

.contact-form__hp {
	position: absolute;
	left: -9999px;
}

.contact-form .button {
	margin-top: 22px;
}

.contact-info-stack {
	display: grid;
	gap: 18px;
}

.contact-info-card {
	padding: 26px;
}

.contact-info-card--notice {
	background:
		linear-gradient(145deg, rgba(234, 241, 232, 0.9), rgba(255, 250, 241, 0.98)),
		var(--color-surface);
}

.contact-info-card p {
	display: grid;
	gap: 5px;
	margin: 14px 0 0;
}

.contact-info-card strong {
	color: var(--color-text);
}

.contact-info-card a {
	color: var(--color-primary-dark);
	font-weight: 800;
}

.contact-map-section {
	padding: clamp(44px, 6vw, 76px) 0 clamp(58px, 8vw, 96px);
}

.contact-map {
	overflow: hidden;
	margin-top: 24px;
	border: 1px solid rgba(227, 221, 210, 0.92);
	border-radius: 28px;
	box-shadow: 0 20px 58px rgba(63, 52, 42, 0.09);
}

.contact-map iframe {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
}

@media (max-width: 980px) {
	.home .site-header {
		position: sticky;
	}

	.home .primary-navigation {
		background: rgba(255, 253, 248, 0.98);
		border-color: rgba(233, 221, 203, 0.9);
	}

	.home .primary-navigation a {
		color: var(--color-text);
	}

	.contact-hero__grid,
	.contact-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.contact-form__grid {
		grid-template-columns: 1fr;
	}

	.contact-support-card,
	.contact-form-card,
	.contact-info-card,
	.contact-map {
		border-radius: 22px;
	}

	.contact-map iframe {
		min-height: 340px;
	}
}
