/* Clinic authority page island. */

body.hong-main-v2--clinic-authority {
	--tpv2-background: #f6f4ef;
	--tpv2-surface: #fbfaf7;
	--tpv2-surface-alt: #f1eee8;
	--tpv2-border: #d9d4ca;
	--tpv2-ink: #111111;
	--tpv2-heading: #0f1419;
	--tpv2-body: #1b1f24;
	--tpv2-muted: #1f2933;
	--tpv2-red: #d81f26;
	background: var(--tpv2-background);
	font-family: var(--hong-sans);
}

html body.hong-main-v2--clinic-authority,
body.hong-main-v2--clinic-authority .site-container {
	background-color: var(--tpv2-background) !important;
}

body.hong-main-v2--clinic-authority .site-inner,
body.hong-main-v2--clinic-authority .content-sidebar-wrap,
body.hong-main-v2--clinic-authority .content,
body.hong-main-v2--clinic-authority .entry,
body.hong-main-v2--clinic-authority .entry-content {
	background: transparent;
}

body.hong-main-v2--clinic-authority .entry {
	border-top: 0;
	padding-top: 0;
}

body.hong-main-v2--clinic-authority .site-inner,
body.hong-main-v2--clinic-authority .content-sidebar-wrap,
body.hong-main-v2--clinic-authority .content {
	float: none;
	inline-size: 100%;
	max-width: none;
	max-inline-size: none;
	padding-inline: 0;
	width: 100%;
}

body.hong-main-v2--clinic-authority .hong-page-template {
	padding: 0;
}

body.hong-main-v2--clinic-authority .hong-page-entry,
body.hong-main-v2--clinic-authority .hong-page-content__inner {
	max-width: none;
	padding-inline: 0;
	width: 100%;
}

body.hong-main-v2--clinic-authority :is(.entry-header .entry-title, .title.entry-title) {
	display: none !important;
}

body.hong-main-v2--clinic-authority :where(h1, h2, h3, h4) {
	font-family: var(--hong-display);
	letter-spacing: 0;
}

body.hong-main-v2--clinic-authority :where(h1, h2) {
	font-weight: 600;
}

body.hong-main-v2--clinic-authority .hong-authority-page {
	color: var(--tpv2-ink);
	inline-size: min(100% - 40px, var(--hong-width-wide, 1360px));
	margin: 0 auto;
	padding: clamp(8px, 2vw, 24px) 0 clamp(56px, 8vw, 112px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__hero {
	display: grid;
	gap: clamp(24px, 4vw, 54px);
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
	margin-block-end: clamp(34px, 6vw, 84px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__hero-copy,
body.hong-main-v2--clinic-authority .hong-authority-page__hero-proof,
body.hong-main-v2--clinic-authority .hong-authority-page__section,
body.hong-main-v2--clinic-authority .hong-authority-page__feature,
body.hong-main-v2--clinic-authority .hong-authority-page__review {
	background: var(--tpv2-surface);
	border: 1px solid rgba(15, 20, 25, 0.1);
}

body.hong-main-v2--clinic-authority .hong-authority-page__hero-copy {
	min-block-size: clamp(520px, 48vw, 650px);
	padding: clamp(30px, 5vw, 72px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__eyebrow {
	color: var(--tpv2-red);
	font-family: var(--hong-mono);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

body.hong-main-v2--clinic-authority .hong-authority-page__title {
	font-size: clamp(42px, 4.25vw, 64px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.96;
	margin: clamp(28px, 4vw, 54px) 0 0;
	max-inline-size: 13ch;
}

body.hong-clinic-authority-template--rehab.hong-main-v2--clinic-authority .hong-authority-page__title {
	max-inline-size: 15ch;
	text-wrap: balance;
}

body.hong-main-v2--clinic-authority .hong-authority-page__lead {
	font-size: clamp(21px, 2.2vw, 31px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.13;
	margin: clamp(28px, 4vw, 52px) 0 0;
	max-inline-size: 42rem;
}

body.hong-main-v2--clinic-authority .hong-authority-page__intro,
body.hong-main-v2--clinic-authority .hong-authority-page__section-head > p,
body.hong-main-v2--clinic-authority .hong-authority-page__feature > div > p,
body.hong-main-v2--clinic-authority .hong-authority-page__step p,
body.hong-main-v2--clinic-authority .hong-authority-page__matrix-card p,
body.hong-main-v2--clinic-authority .hong-authority-page__faq-item p {
	color: var(--tpv2-body);
	font-size: clamp(18px, 1.25vw, 20px);
	line-height: 1.58;
}

body.hong-main-v2--clinic-authority .hong-authority-page__intro {
	margin: 22px 0 0;
	max-inline-size: 48rem;
}

body.hong-main-v2--clinic-authority .hong-authority-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-block-start: clamp(26px, 4vw, 48px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__button {
	align-items: center;
	border: 1px solid #111;
	border-radius: 999px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	min-block-size: 48px;
	padding: 12px 18px;
	text-decoration: none;
}

body.hong-main-v2--clinic-authority .hong-authority-page__button--primary {
	background: #111;
	color: #fff;
}

body.hong-main-v2--clinic-authority .hong-authority-page__button--secondary {
	background: transparent;
	color: #111;
}

body.hong-main-v2--clinic-authority .hong-authority-page__hero-proof {
	align-self: stretch;
	display: grid;
	grid-template-rows: minmax(300px, 1fr) auto;
	overflow: hidden;
}

body.hong-main-v2--clinic-authority .hong-authority-page__figure {
	background: #111;
	margin: 0;
	min-block-size: 320px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__image {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
}

body.hong-main-v2--clinic-authority .hong-authority-page__proof-grid {
	background: #111;
	color: #fff;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

body.hong-main-v2--clinic-authority .hong-authority-page__proof-item {
	border-block-start: 1px solid rgba(255, 255, 255, 0.16);
	border-inline-end: 1px solid rgba(255, 255, 255, 0.16);
	min-inline-size: 0;
	padding: clamp(18px, 3vw, 30px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__proof-item:last-child {
	border-inline-end: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__proof-item strong {
	color: #fff;
	display: block;
	font-size: clamp(30px, 3.2vw, 48px);
	letter-spacing: 0;
	line-height: 0.95;
	overflow-wrap: anywhere;
}

body.hong-main-v2--clinic-authority .hong-authority-page__proof-item span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 15px;
	line-height: 1.35;
	margin-block-start: 14px;
	overflow-wrap: anywhere;
}

body.hong-main-v2--clinic-authority .hong-authority-page__hero-proof,
body.hong-main-v2--clinic-authority .hong-authority-page__figure,
body.hong-main-v2--clinic-authority .hong-authority-page__image,
body.hong-main-v2--clinic-authority .hong-authority-page__proof-grid,
body.hong-main-v2--clinic-authority .hong-authority-page__proof-item {
	min-inline-size: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__figure,
body.hong-main-v2--clinic-authority .hong-authority-page__image,
body.hong-main-v2--clinic-authority .hong-authority-page__proof-grid {
	inline-size: 100%;
}

body.hong-main-v2--clinic-authority .hong-authority-page__proof-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__hero {
	gap: clamp(24px, 3.5vw, 48px);
	grid-template-columns: minmax(0, 1fr) minmax(460px, 0.82fr);
}

body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__hero-copy {
	min-block-size: clamp(500px, 44vw, 620px);
	padding: clamp(30px, 4.5vw, 62px);
}

body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__title {
	font-size: clamp(40px, 3.85vw, 58px);
	letter-spacing: 0;
	line-height: 1.04;
	margin-block-start: clamp(24px, 3.2vw, 42px);
	max-inline-size: min(100%, 760px);
	text-wrap: balance;
}

body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__lead {
	font-size: clamp(20px, 1.8vw, 28px);
	letter-spacing: 0;
	line-height: 1.2;
}

body.hong-clinic-authority-template--international.hong-main-v2--clinic-authority .hong-authority-page__hero {
	grid-template-columns: minmax(0, 1fr) minmax(430px, 0.78fr);
}

body.hong-clinic-authority-template--international.hong-main-v2--clinic-authority .hong-authority-page__title {
	font-size: clamp(40px, 3.75vw, 58px);
	line-height: 1.02;
	max-inline-size: 27ch;
	text-wrap: balance;
}

body.hong-clinic-authority-template--international.hong-main-v2--clinic-authority .hong-authority-page__lead {
	font-size: clamp(20px, 1.85vw, 28px);
	line-height: 1.22;
}

body.hong-clinic-authority-template--international.hong-main-v2--clinic-authority .hong-authority-page__proof-item strong {
	font-size: clamp(23px, 2.25vw, 34px);
	line-height: 1.05;
}

body.hong-clinic-authority-template--international.hong-main-v2--clinic-authority .hong-authority-page__feature-list {
	background: #7d161a;
}

body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__proof-item {
	padding: clamp(16px, 2vw, 24px);
}

body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__proof-item strong {
	font-size: clamp(21px, 1.8vw, 28px);
	line-height: 1.04;
	overflow-wrap: normal;
}

body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__proof-item span {
	font-size: 13px;
	line-height: 1.32;
	margin-block-start: 10px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__section {
	margin-block-end: clamp(28px, 5vw, 70px);
	padding: clamp(28px, 5vw, 64px);
}

body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__section {
	margin-block-end: clamp(18px, 3.5vw, 48px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__section-head {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.58fr);
	margin-block-end: clamp(28px, 5vw, 58px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__section--path .hong-authority-page__section-head {
	align-items: start;
	grid-template-columns: 1fr;
	max-inline-size: 900px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__section-head--compact {
	align-items: start;
	grid-template-columns: minmax(0, 1fr);
	max-inline-size: 860px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__section-head h2,
body.hong-main-v2--clinic-authority .hong-authority-page__feature h2 {
	font-size: clamp(36px, 4vw, 58px);
	letter-spacing: 0;
	line-height: 1;
	margin: 16px 0 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__steps {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
}

body.hong-main-v2--clinic-authority .hong-authority-page__step {
	background: #f6f4ef;
	border: 1px solid rgba(15, 20, 25, 0.08);
	display: flex;
	flex-direction: column;
	min-block-size: 260px;
	min-inline-size: 0;
	padding: clamp(22px, 3vw, 34px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__step span,
body.hong-main-v2--clinic-authority .hong-authority-page__matrix-card span {
	color: var(--tpv2-red);
	font-family: var(--hong-mono);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.hong-main-v2--clinic-authority .hong-authority-page__step h3,
body.hong-main-v2--clinic-authority .hong-authority-page__matrix-card h3,
body.hong-main-v2--clinic-authority .hong-authority-page__faq-item h3 {
	font-size: clamp(23px, 2vw, 31px);
	letter-spacing: 0;
	line-height: 1.06;
	margin: auto 0 14px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__matrix-card h3,
body.hong-main-v2--clinic-authority .hong-authority-page__faq-item h3 {
	margin-block-start: 26px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__faq-item h3 {
	font-size: clamp(19px, 1.35vw, 23px);
	line-height: 1.16;
	margin-block-start: 16px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__faq-item p {
	font-size: clamp(15.5px, 0.95vw, 16.5px);
	line-height: 1.58;
}

body.hong-main-v2--clinic-authority .hong-authority-page__step p,
body.hong-main-v2--clinic-authority .hong-authority-page__matrix-card p,
body.hong-main-v2--clinic-authority .hong-authority-page__faq-item p {
	margin: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__feature {
	align-items: stretch;
	display: grid;
	gap: clamp(22px, 4vw, 58px);
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.6fr);
	margin-block-end: clamp(28px, 5vw, 70px);
	padding: clamp(30px, 5vw, 64px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__feature-list {
	background: #111;
	color: #fff;
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__feature-list li {
	border-block-end: 1px solid rgba(255, 255, 255, 0.14);
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 700;
	line-height: 1.35;
	padding: 20px 24px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__feature-list li:last-child {
	border-block-end: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__matrix,
body.hong-main-v2--clinic-authority .hong-authority-page__faq-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

body.hong-main-v2--clinic-authority .hong-authority-page__treatment-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background: rgba(15, 20, 25, 0.14);
	border: 1px solid rgba(15, 20, 25, 0.14);
}

body.hong-main-v2--clinic-authority .hong-authority-page__treatment-card {
	background: #fffdf8;
	color: var(--tpv2-ink);
	display: grid;
	gap: 14px;
	min-block-size: 230px;
	padding: clamp(22px, 3vw, 34px);
	text-decoration: none;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treatment-card:nth-child(3n + 1) {
	background: #f6f4ef;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treatment-card span {
	color: var(--tpv2-red);
	font-family: var(--hong-mono);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treatment-card h3 {
	color: var(--tpv2-heading);
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.04;
	margin: 0;
	text-wrap: balance;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treatment-card p {
	color: var(--tpv2-body);
	font-size: clamp(17px, 1.12vw, 19px);
	line-height: 1.55;
	margin: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__matrix-card,
body.hong-main-v2--clinic-authority .hong-authority-page__faq-item {
	background: #f6f4ef;
	border: 1px solid rgba(15, 20, 25, 0.09);
	min-block-size: 250px;
	padding: clamp(22px, 3vw, 34px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__review {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	margin-block-end: clamp(28px, 5vw, 70px);
	padding: 22px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__review img {
	aspect-ratio: 1;
	border-radius: 999px;
	inline-size: 76px;
	object-fit: cover;
}

body.hong-main-v2--clinic-authority .hong-authority-page__review h2 {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 6px 0 4px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__review p:not(.hong-authority-page__eyebrow) {
	color: var(--tpv2-body);
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__review a {
	border: 1px solid rgba(15, 20, 25, 0.18);
	border-radius: 999px;
	color: #111;
	font-weight: 800;
	padding: 10px 14px;
	text-decoration: none;
}

body.hong-main-v2--clinic-authority .hong-authority-page__final-cta {
	align-items: end;
	background: #111;
	color: #fff;
	display: grid;
	gap: clamp(22px, 4vw, 54px);
	grid-template-columns: minmax(0, 0.78fr) auto;
	margin-block-start: clamp(28px, 5vw, 70px);
	padding: clamp(30px, 5vw, 68px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__final-cta .hong-authority-page__eyebrow {
	color: #ff5b61;
}

body.hong-main-v2--clinic-authority .hong-authority-page__final-cta h2 {
	color: #fff;
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1;
	margin: 16px 0 0;
	max-inline-size: 13ch;
	text-wrap: balance;
}

body.hong-main-v2--clinic-authority .hong-authority-page__final-cta p:not(.hong-authority-page__eyebrow) {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(18px, 1.25vw, 21px);
	line-height: 1.58;
	margin: 22px 0 0;
	max-inline-size: 62ch;
}

body.hong-main-v2--clinic-authority .hong-authority-page__final-cta .hong-authority-page__actions {
	justify-content: flex-end;
	margin-block-start: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__final-cta .hong-authority-page__button--primary {
	background: #25d366;
	border-color: #25d366;
	color: #06170c;
}

body.hong-main-v2--clinic-authority .hong-authority-page__final-cta .hong-authority-page__button--secondary {
	border-color: rgba(255, 255, 255, 0.42);
	color: #fff;
}

@media (min-width: 981px) and (max-width: 1180px) {
	body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__hero {
		grid-template-columns: 1fr;
	}

	body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__proof-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__proof-item strong {
		font-size: clamp(26px, 2.8vw, 34px);
		letter-spacing: 0;
		line-height: 1.04;
	}
}

@media (max-width: 980px) {
	body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__hero {
		grid-template-columns: 1fr;
	}

	body.hong-clinic-authority-template--international.hong-main-v2--clinic-authority .hong-authority-page__hero {
		grid-template-columns: 1fr;
	}

	body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__hero-copy {
		min-block-size: auto;
	}

	body.hong-clinic-authority-template--international.hong-main-v2--clinic-authority .hong-authority-page__hero-copy {
		min-block-size: auto;
	}
}

@media (max-width: 760px) {
	body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__title {
		font-size: clamp(34px, 9.4vw, 42px);
		letter-spacing: 0;
		line-height: 1.08;
		max-inline-size: 16ch;
	}

	body.hong-clinic-authority-template--multimodal.hong-main-v2--clinic-authority .hong-authority-page__lead {
		font-size: 20px;
		line-height: 1.38;
	}
}

@media (max-width: 980px) {
	body.hong-main-v2--clinic-authority .hong-authority-page {
		inline-size: min(100% - 32px, var(--hong-width-landing, 1240px));
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__hero,
	body.hong-main-v2--clinic-authority .hong-authority-page__section-head,
	body.hong-main-v2--clinic-authority .hong-authority-page__feature {
		grid-template-columns: 1fr;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__hero-copy {
		min-block-size: auto;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__steps {
		grid-template-columns: repeat(2, 1fr);
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__treatment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-section--variant-page-text {
	background: transparent;
	margin-block: clamp(28px, 5vw, 64px);
	padding: 0;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-section--surface .hong-treatment-v2-page-text {
	background: #f1eee8;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2__shell {
	inline-size: 100%;
	margin-inline: auto;
	max-inline-size: none;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text {
	background: var(--tpv2-surface);
	border: 1px solid rgba(15, 20, 25, 0.1);
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
	padding: clamp(26px, 4.6vw, 58px);
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__head,
body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__body,
body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__block,
body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__note {
	min-inline-size: 0;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__head {
	align-self: start;
	position: sticky;
	top: 24px;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-kicker,
body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__note span {
	color: var(--tpv2-red);
	font-family: var(--hong-mono);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text h2 {
	color: var(--tpv2-heading);
	font-size: clamp(34px, 3.6vw, 54px);
	line-height: 1.02;
	margin: 14px 0 0;
	text-wrap: balance;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__lede {
	color: var(--tpv2-body);
	font-size: clamp(19px, 1.4vw, 22px);
	font-weight: 650;
	line-height: 1.45;
	margin: 20px 0 0;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__body {
	display: grid;
	gap: 14px;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__block {
	background: #fffdf8;
	border: 1px solid rgba(15, 20, 25, 0.09);
	padding: clamp(20px, 3vw, 30px);
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__block h3 {
	color: var(--tpv2-heading);
	font-size: clamp(22px, 1.8vw, 29px);
	line-height: 1.1;
	margin: 0 0 12px;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__block p,
body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__block li {
	color: var(--tpv2-body);
	font-size: clamp(17px, 1.12vw, 19px);
	line-height: 1.66;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__block p {
	margin: 0 0 0.85em;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__block p:last-child {
	margin-bottom: 0;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__block ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-inline-start: 1.15em;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__note {
	background: #111;
	color: #fff;
	grid-column: 1 / -1;
	padding: clamp(20px, 3vw, 30px);
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__note span {
	color: #ff5b61;
	font-size: 15px;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__note strong {
	display: block;
	font-size: clamp(20px, 2vw, 30px);
	line-height: 1.24;
	margin-block-start: 12px;
	max-inline-size: 56ch;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text a {
	color: #9f171b;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

@media (max-width: 760px) {
	body.hong-main-v2--clinic-authority .hong-authority-page {
		inline-size: min(100% - 28px, var(--hong-width-landing, 1240px));
		padding-block: 26px 72px;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__title {
		font-size: clamp(38px, 11vw, 50px);
		letter-spacing: 0;
		max-inline-size: 12ch;
	}

	body.hong-clinic-authority-template--rehab.hong-main-v2--clinic-authority .hong-authority-page__title {
		font-size: clamp(34px, 8.6vw, 40px);
		line-height: 1.04;
		max-inline-size: 100%;
		text-wrap: wrap;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__lead {
		font-size: 20px;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__intro,
	body.hong-main-v2--clinic-authority .hong-authority-page__section-head > p,
	body.hong-main-v2--clinic-authority .hong-authority-page__feature > div > p,
	body.hong-main-v2--clinic-authority .hong-authority-page__step p,
	body.hong-main-v2--clinic-authority .hong-authority-page__matrix-card p,
	body.hong-main-v2--clinic-authority .hong-authority-page__faq-item p {
		font-size: 18px;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__hero-copy,
	body.hong-main-v2--clinic-authority .hong-authority-page__section,
	body.hong-main-v2--clinic-authority .hong-authority-page__feature {
		padding: 24px;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__proof-grid,
	body.hong-main-v2--clinic-authority .hong-authority-page__steps,
	body.hong-main-v2--clinic-authority .hong-authority-page__matrix,
	body.hong-main-v2--clinic-authority .hong-authority-page__treatment-grid,
	body.hong-main-v2--clinic-authority .hong-authority-page__faq-grid,
	body.hong-main-v2--clinic-authority .hong-authority-page__review,
	body.hong-main-v2--clinic-authority .hong-authority-page__final-cta {
		grid-template-columns: 1fr;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__review {
		align-items: start;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__review a,
	body.hong-main-v2--clinic-authority .hong-authority-page__button {
		inline-size: 100%;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__final-cta .hong-authority-page__actions {
		justify-content: stretch;
	}
}

@media (max-width: 980px) {
	body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text {
		grid-template-columns: 1fr;
	}

	body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__head {
		position: static;
	}
}

@media (max-width: 760px) {
	body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text {
		padding: 24px;
	}
}

/* Multimodal rebuild — authority band, conditions, logistics, photos. */

body.hong-main-v2--clinic-authority .hong-authority-page__authority {
	align-items: center;
	background: var(--tpv2-surface);
	border: 1px solid rgba(15, 20, 25, 0.1);
	display: flex;
	flex-wrap: wrap;
	gap: clamp(18px, 3vw, 40px);
	justify-content: space-between;
	margin-block-end: clamp(18px, 3.5vw, 48px);
	padding: clamp(20px, 3vw, 34px) clamp(24px, 4vw, 48px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__authority-stats {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(20px, 3vw, 46px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__authority-stat {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__authority-stat strong {
	color: var(--tpv2-ink);
	font-family: var(--hong-display);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

body.hong-main-v2--clinic-authority .hong-authority-page__authority-stat span {
	color: var(--tpv2-muted);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

body.hong-main-v2--clinic-authority .hong-authority-page__authority-logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(14px, 2vw, 26px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__authority-logo {
	block-size: clamp(20px, 2vw, 26px);
	inline-size: auto;
	object-fit: contain;
	opacity: 0.72;
	width: auto;
}

body.hong-main-v2--clinic-authority .hong-authority-page__conditions-grid {
	background: rgba(15, 20, 25, 0.14);
	border: 1px solid rgba(15, 20, 25, 0.14);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.hong-main-v2--clinic-authority .hong-authority-page__condition-card {
	background: #fffdf8;
	color: var(--tpv2-ink);
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-block-size: 172px;
	padding: clamp(20px, 2.6vw, 30px);
	text-decoration: none;
}

body.hong-main-v2--clinic-authority .hong-authority-page__condition-card:nth-child(3n + 1) {
	background: #f6f4ef;
}

body.hong-main-v2--clinic-authority .hong-authority-page__condition-card h3 {
	color: var(--tpv2-heading);
	font-size: clamp(21px, 1.7vw, 27px);
	line-height: 1.08;
	margin: 0;
	text-wrap: balance;
}

body.hong-main-v2--clinic-authority .hong-authority-page__condition-card p {
	color: var(--tpv2-body);
	font-size: clamp(15.5px, 1vw, 17px);
	line-height: 1.5;
	margin: 0;
}

body.hong-main-v2--clinic-authority a.hong-authority-page__condition-card .hong-authority-page__condition-go {
	color: var(--tpv2-red);
	font-size: 20px;
	line-height: 1;
	margin-block-start: auto;
}

body.hong-main-v2--clinic-authority a.hong-authority-page__condition-card:hover {
	background: #fff;
}

body.hong-main-v2--clinic-authority a.hong-authority-page__condition-card:hover h3 {
	color: var(--tpv2-red);
}

body.hong-main-v2--clinic-authority .hong-authority-page__logistics-grid {
	background: rgba(15, 20, 25, 0.14);
	border: 1px solid rgba(15, 20, 25, 0.14);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.hong-main-v2--clinic-authority .hong-authority-page__logistics-item {
	background: #f6f4ef;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-block-size: 150px;
	padding: clamp(20px, 2.6vw, 30px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__logistics-item h3 {
	color: var(--tpv2-heading);
	font-size: clamp(18px, 1.4vw, 22px);
	line-height: 1.12;
	margin: 0;
	text-wrap: balance;
}

body.hong-main-v2--clinic-authority .hong-authority-page__logistics-item p {
	color: var(--tpv2-body);
	font-size: clamp(15.5px, 0.98vw, 16.5px);
	line-height: 1.5;
	margin: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__photos-grid {
	display: grid;
	gap: clamp(10px, 1.4vw, 16px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.hong-main-v2--clinic-authority .hong-authority-page__photo {
	margin: 0;
	overflow: hidden;
}

body.hong-main-v2--clinic-authority .hong-authority-page__photo img {
	aspect-ratio: 4 / 3;
	display: block;
	inline-size: 100%;
	object-fit: cover;
}

@media (max-width: 980px) {
	body.hong-main-v2--clinic-authority .hong-authority-page__conditions-grid,
	body.hong-main-v2--clinic-authority .hong-authority-page__logistics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Travel variant — wider island, calmer hero, no mid-word breaks in proof. */

body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__proof-item strong {
	overflow-wrap: normal;
}

body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__step h3 {
	margin-block-start: 18px;
}

/* Treatments hero band — photo + dark treatment index. */

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero {
	background: #111;
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	margin-block-end: clamp(28px, 5vw, 70px);
	overflow: hidden;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-figure {
	margin: 0;
	min-block-size: 420px;
	min-inline-size: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-figure img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-panel {
	display: flex;
	flex-direction: column;
	min-inline-size: 0;
	padding: clamp(30px, 4.5vw, 64px);
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-panel .hong-authority-page__eyebrow {
	color: #ff5b61;
	font-size: 15px;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-panel h2 {
	color: #fff;
	font-size: clamp(32px, 3.2vw, 50px);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 16px 0 0;
	max-inline-size: 18ch;
	text-wrap: balance;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-text {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(17px, 1.2vw, 20px);
	line-height: 1.5;
	margin: 18px 0 0;
	max-inline-size: 46ch;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-list {
	column-gap: clamp(24px, 3vw, 48px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: clamp(26px, 3.4vw, 44px) 0 0;
	padding: 0;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-list li {
	border-block-end: 1px solid rgba(255, 255, 255, 0.16);
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-list a,
body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-plain {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: clamp(17px, 1.2vw, 20px);
	font-weight: 700;
	gap: 14px;
	justify-content: space-between;
	line-height: 1.3;
	min-block-size: 56px;
	padding: 14px 0;
	text-decoration: none;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-list a span {
	color: #ff5b61;
	flex: none;
	font-size: 20px;
	line-height: 1;
}

body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-list a:hover,
body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-list a:focus-visible {
	color: #ff5b61;
}

@media (max-width: 980px) {
	body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero {
		grid-template-columns: 1fr;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-figure {
		min-block-size: 260px;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-figure img {
		aspect-ratio: 16 / 10;
		block-size: auto;
	}
}

@media (max-width: 760px) {
	body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-panel {
		padding: 24px;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__treat-hero-list {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 981px) {
	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page {
		inline-size: min(100% - 40px, 1520px);
	}

	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__hero {
		gap: clamp(24px, 3vw, 44px);
		grid-template-columns: minmax(0, 1.2fr) minmax(400px, 0.8fr);
	}

	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__hero-copy {
		display: flex;
		flex-direction: column;
		min-block-size: clamp(480px, 42vw, 600px);
	}

	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__title {
		font-size: clamp(40px, 3.9vw, 60px);
		line-height: 1.02;
		margin-block-start: clamp(24px, 3.4vw, 44px);
		max-inline-size: 20ch;
		text-wrap: balance;
	}

	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__lead {
		font-size: clamp(20px, 1.75vw, 27px);
		line-height: 1.24;
		margin-block-start: clamp(22px, 3vw, 40px);
		max-inline-size: 32em;
	}

	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__actions {
		margin-block-start: auto;
		padding-block-start: clamp(26px, 4vw, 48px);
	}

	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__proof-item {
		padding: clamp(18px, 2.2vw, 26px);
	}

	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__proof-item strong {
		font-size: clamp(21px, 2vw, 30px);
		line-height: 1.05;
	}

	body.hong-clinic-authority-template--travel.hong-main-v2--clinic-authority .hong-authority-page__proof-item span {
		margin-block-start: 10px;
	}
}

@media (max-width: 760px) {
	body.hong-main-v2--clinic-authority .hong-authority-page__authority {
		padding: 22px 24px;
	}

	body.hong-main-v2--clinic-authority .hong-authority-page__conditions-grid,
	body.hong-main-v2--clinic-authority .hong-authority-page__logistics-grid,
	body.hong-main-v2--clinic-authority .hong-authority-page__photos-grid {
		grid-template-columns: 1fr;
	}
}

/* ---- Page-text photos (config `figure` key; renders in the sticky header column) ---- */

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__photo {
	margin: clamp(22px, 2.8vw, 32px) 0 0;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__photo img {
	aspect-ratio: 3 / 2;
	border: 1px solid rgba(15, 20, 25, 0.14);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.hong-main-v2--clinic-authority .hong-treatment-v2-page-text__photo figcaption {
	color: #4c4c45;
	font-size: 14px;
	line-height: 1.5;
	margin-block-start: 10px;
	max-inline-size: 52ch;
}

/* ---- Estudos-chave: bento evidence grid (dark anchor tile + muted tone cards) ---- */

body.hong-main-v2--clinic-authority .hong-evidence-card-block {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block-end: clamp(28px, 5vw, 70px);
}

body.hong-main-v2--clinic-authority .hong-evidence-card-block__head {
	background: #111;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	padding: clamp(26px, 3.4vw, 42px);
}

body.hong-main-v2--clinic-authority .hong-evidence-card-block__eyebrow {
	color: #ff5b61;
	font-family: var(--hong-mono);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.25;
	margin: 0 0 14px;
	text-transform: uppercase;
}

body.hong-main-v2--clinic-authority .hong-evidence-card-block h2 {
	color: #fff;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.04;
	margin: 0;
	text-wrap: balance;
}

body.hong-main-v2--clinic-authority .hong-evidence-card-block__head > p {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(16px, 1.15vw, 18px);
	line-height: 1.6;
	margin: 0;
	max-inline-size: 52ch;
}

body.hong-main-v2--clinic-authority .hong-evidence-card-block__grid {
	display: contents;
}

body.hong-main-v2--clinic-authority .hong-evidence-card {
	--evi-bg: oklch(97.8% 0.013 80);
	--evi-edge: oklch(90% 0.018 80);
	background: var(--evi-bg);
	border: 1px solid var(--evi-edge);
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: clamp(24px, 2.8vw, 34px);
	transition: border-color 0.25s ease, background 0.25s ease;
}

body.hong-main-v2--clinic-authority .hong-evidence-card:nth-child(2) {
	--evi-bg: oklch(95.5% 0.018 160);
	--evi-edge: oklch(87% 0.03 160);
}

body.hong-main-v2--clinic-authority .hong-evidence-card:nth-child(3) {
	--evi-bg: oklch(95.5% 0.016 245);
	--evi-edge: oklch(88% 0.03 245);
}

body.hong-main-v2--clinic-authority .hong-evidence-card:hover,
body.hong-main-v2--clinic-authority .hong-evidence-card:focus-within {
	background: color-mix(in oklch, var(--evi-bg), #191914 5%);
	border-color: #9f171b;
}

body.hong-main-v2--clinic-authority .hong-evidence-card__meta {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	justify-content: space-between;
	margin: 0;
}

body.hong-main-v2--clinic-authority .hong-evidence-card__meta span {
	color: #9f171b;
	font-family: var(--hong-mono);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.hong-main-v2--clinic-authority .hong-evidence-card__meta small {
	color: #4c4c45;
	font-size: 13px;
	line-height: 1.45;
}

body.hong-main-v2--clinic-authority .hong-evidence-card h3 {
	color: var(--tpv2-heading);
	font-size: clamp(20px, 1.6vw, 24px);
	line-height: 1.18;
	margin: 0;
}

body.hong-main-v2--clinic-authority .hong-evidence-card h3 a {
	color: inherit;
	text-decoration: none;
}

body.hong-main-v2--clinic-authority .hong-evidence-card:hover h3 a,
body.hong-main-v2--clinic-authority .hong-evidence-card h3 a:focus {
	color: #9f171b;
}

body.hong-main-v2--clinic-authority .hong-evidence-card__finding {
	color: var(--tpv2-body);
	font-size: clamp(16px, 1.05vw, 17px);
	line-height: 1.62;
	margin: 0;
}

body.hong-main-v2--clinic-authority .hong-evidence-card__actions {
	border-block-start: 1px solid var(--evi-edge);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-block-start: auto;
	padding-block-start: 16px;
}

body.hong-main-v2--clinic-authority .hong-evidence-card__cta {
	align-items: center;
	color: #111;
	display: inline-flex;
	font-family: var(--hong-mono);
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
}

body.hong-main-v2--clinic-authority .hong-evidence-card__cta::after {
	content: "\2192";
}

body.hong-main-v2--clinic-authority .hong-evidence-card__cta:hover,
body.hong-main-v2--clinic-authority .hong-evidence-card__cta:focus {
	color: #9f171b;
}

@media (max-width: 980px) {
	body.hong-main-v2--clinic-authority .hong-evidence-card-block {
		grid-template-columns: 1fr;
	}
}
