.pc-service-category-page {
	background: var(--pc-page-warm);
	color: var(--pc-sub-1);
}

.pc-service-category-page .container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 16px;
}

@media (min-width: 768px) {
	.pc-service-category-page .container {
		padding: 0 24px;
	}
}

.pc-phero {
	background: linear-gradient(180deg, var(--pc-peach-a) 0%, var(--pc-peach-b) 100%);
	padding: 22px 0 18px;
	text-align: center;
}

@media (min-width: 768px) {
	.pc-phero {
		padding: 30px 0 24px;
	}
}

.pc-phero h1 {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1140px;
}

.pc-phero__thai {
	color: var(--pc-ink);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
	text-wrap: balance;
}

@media (min-width: 768px) {
	.pc-phero__thai {
		font-size: 26px;
	}
}

@media (min-width: 1280px) {
	.pc-phero__thai {
		font-size: 32px;
	}
}

.pc-phero__lede {
	color: var(--pc-sub-2);
	font-size: 15px;
	line-height: 1.75;
	margin: 10px auto 0;
	max-width: 720px;
}

@media (min-width: 768px) {
	.pc-phero__lede {
		font-size: 16px;
	}
}

.pc-catgrid {
	padding: 10px 0 14px;
}

.pc-cat-tiles {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 920px;
}

.pc-catgrid--two-up .pc-cat-tiles {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: center;
	margin-inline: auto;
	max-width: 660px;
}

@media (min-width: 768px) {
	.pc-catgrid {
		padding: 14px 0 18px;
	}

	.pc-cat-tiles {
		gap: 14px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pc-catgrid--four-up .pc-cat-tiles,
	.pc-catgrid--treatment .pc-cat-tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.pc-catgrid {
		align-items: center;
		display: flex;
		min-height: calc(100dvh - 205px);
		padding: 8px 0 14px;
	}

	.pc-catgrid > .container {
		width: 100%;
	}

	.pc-cat-tiles {
		gap: 16px;
		max-width: 960px;
	}

	.pc-catgrid--four-up,
	.pc-catgrid--treatment,
	.pc-catgrid--two-up {
		display: block;
		min-height: 0;
		padding: 14px 0 24px;
	}

	.pc-catgrid--two-up .pc-cat-tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: center;
		margin: 0 auto;
		max-width: 660px;
	}

	.pc-catgrid--four-up > .container,
	.pc-catgrid--treatment > .container {
		max-width: 1332px;
	}

	.pc-catgrid--four-up .pc-cat-tiles,
	.pc-catgrid--treatment .pc-cat-tiles {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 1284px;
	}
}

.pc-cat-tile {
	color: inherit;
	display: block;
	text-decoration: none;
	transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

a.pc-cat-tile:hover {
	transform: translateY(-3px);
}

.pc-cat-tile__frame {
	aspect-ratio: 1 / 1;
	background: var(--pc-cream);
	box-shadow: 0 1px 2px rgba(75, 55, 40, 0.04), 0 14px 36px rgba(75, 55, 40, 0.09);
	display: block;
	overflow: hidden;
	position: relative;
}

.pc-cat-tile__frame::after {
	border: 1px solid rgba(255, 252, 245, 0.28);
	content: "";
	inset: 6px;
	pointer-events: none;
	position: absolute;
	transition: inset 0.6s ease;
	z-index: 1;
}

a.pc-cat-tile:hover .pc-cat-tile__frame {
	box-shadow: 0 4px 8px rgba(75, 55, 40, 0.05), 0 26px 52px rgba(75, 55, 40, 0.14);
}

a.pc-cat-tile:hover .pc-cat-tile__frame::after {
	inset: 10px;
}

.pc-cat-tile img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s ease;
	width: 100%;
}

a.pc-cat-tile:hover img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.035);
}

.pc-cat-tile__label {
	background: rgba(255, 251, 246, 0.9);
	bottom: 12px;
	color: #261f1b;
	font-size: 13px;
	font-weight: 600;
	left: 12px;
	line-height: 1.35;
	padding: 7px 10px;
	position: absolute;
	right: 12px;
	text-align: center;
	z-index: 2;
}

.pc-catgrid--laser-masonry {
	padding: 12px 0 24px;
}

.pc-catgrid--laser-masonry .pc-cat-tiles {
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 980px;
}

.pc-catgrid--laser-masonry .pc-cat-tile__frame {
	border-radius: 2px;
}

.pc-catgrid--laser-masonry .pc-cat-tile__frame::after {
	inset: 5px;
}

.pc-catgrid--laser-masonry .pc-cat-tile__label {
	background: linear-gradient(180deg, rgba(38, 31, 27, 0) 0%, rgba(38, 31, 27, 0.66) 100%);
	bottom: 0;
	color: var(--pc-white);
	font-size: 12px;
	font-weight: 700;
	left: 0;
	padding: 28px 8px 10px;
	right: 0;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

@media (min-width: 768px) {
	.pc-catgrid--laser-masonry {
		padding: 16px 0 30px;
	}

	.pc-catgrid--laser-masonry .pc-cat-tiles {
		gap: 12px;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		max-width: 1040px;
	}

	.pc-catgrid--laser-masonry .pc-cat-tile {
		grid-column: span 4;
	}

	.pc-catgrid--laser-masonry .pc-cat-tile:nth-child(n+4) {
		grid-column: span 3;
	}

	.pc-catgrid--laser-masonry .pc-cat-tile__label {
		font-size: 13px;
		padding: 34px 10px 12px;
	}
}

@media (min-width: 1024px) {
	.pc-catgrid--laser-masonry {
		display: block;
		min-height: 0;
		padding: 18px 0 36px;
	}

	.pc-catgrid--laser-masonry > .container {
		max-width: 1120px;
	}
}

.pc-compare {
	background: var(--pc-white);
	padding: 48px 0;
}

.pc-compare__header {
	margin: 0 auto 34px;
	max-width: 820px;
	text-align: center;
}

.pc-compare__eyebrow {
	color: var(--pc-mocha-dk-hover);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pc-compare__title {
	color: #261f1b;
	font-family: "Prata", "Noto Serif Thai", Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	text-wrap: balance;
}

@media (min-width: 768px) {
	.pc-compare__title {
		font-size: 32px;
	}
}

.pc-compare__lead {
	color: var(--pc-sub-2);
	font-size: 15px;
	line-height: 1.75;
	margin: 12px auto 0;
	max-width: 680px;
}

.pc-compare__table-wrap {
	background: var(--pc-white);
	border: 1px solid var(--pc-line-warm);
	border-radius: 4px;
	box-shadow: 0 4px 18px rgba(155, 121, 73, .08);
	margin: 0 auto;
	max-width: 1100px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pc-compare__table {
	border-collapse: collapse;
	font-size: 14px;
	min-width: 720px;
	width: 100%;
}

.pc-compare__table caption {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.pc-compare__table th,
.pc-compare__table td {
	border-bottom: 1px solid var(--pc-line-warm);
	line-height: 1.6;
	padding: 16px;
	text-align: left;
	transition: background .25s;
	vertical-align: middle;
}

.pc-compare__table thead th {
	background: var(--pc-ivory);
	border-bottom: 0;
	box-shadow: inset 0 -2px 0 var(--pc-gold);
	color: var(--pc-mocha-dk-hover);
	font-family: "Prata", "Noto Serif Thai", Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.pc-compare__table tbody tr:last-child th,
.pc-compare__table tbody tr:last-child td {
	border-bottom: 0;
}

.pc-compare__table tbody tr:nth-child(odd) th,
.pc-compare__table tbody tr:nth-child(odd) td {
	background: var(--pc-cream-warm);
}

.pc-compare__table tbody tr:nth-child(even) th,
.pc-compare__table tbody tr:nth-child(even) td {
	background: var(--pc-peach-a);
}

.pc-compare__table tbody tr:hover th,
.pc-compare__table tbody tr:hover td {
	background: #F4E2C5;
}

.pc-compare__table .pc-compare__row-heading {
	color: var(--pc-ink);
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: "Prata", "Noto Serif Thai", Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
	min-width: 220px;
	text-transform: uppercase;
}

.pc-compare__row-media {
	flex: 0 0 auto;
	margin: 0;
	max-width: none;
}

.pc-compare__row-image {
	background: var(--pc-white);
	border: 1px solid rgba(155, 121, 73, .32);
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(155, 121, 73, .12);
	display: block;
	height: 88px;
	object-fit: contain;
	padding: 6px;
	width: 88px;
}

.pc-compare__row-label {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-start;
}

.pc-compare__cell {
	color: var(--pc-sub-1);
}

.pc-compare__cell > span {
	border-radius: 999px;
	box-shadow: 0 1px 3px rgba(155, 121, 73, .14);
	display: inline-block;
	font-family: "Noto Sans Thai", "Sarabun", "Helvetica Neue", system-ui, -apple-system, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .4px;
	line-height: 1;
	padding: 8px 13px;
	white-space: nowrap;
}

.pc-compare__cell--featured > span {
	background: linear-gradient(135deg, #E0C07B, var(--pc-gold), #D4B16A, #9B7E3A);
	box-shadow: 0 2px 8px rgba(155, 121, 73, .30), inset 0 1px 0 rgba(255, 255, 255, .18);
	color: var(--pc-white);
}

.pc-compare__cell--check {
	text-align: center;
}

.pc-compare__cell--check > span {
	align-items: center;
	aspect-ratio: 1;
	border: 1px solid rgba(184, 151, 79, .34);
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(155, 121, 73, .22);
	display: inline-flex;
	font-family: "Noto Sans Thai", "Sarabun", "Helvetica Neue", system-ui, -apple-system, sans-serif;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-width: 28px;
	padding: 0;
	width: 28px;
}

.pc-compare__cell--high > span {
	background: var(--pc-mocha-dk-hover);
	border: 1px solid rgba(224, 192, 123, .45);
	color: var(--pc-white);
}

.pc-compare__cell--medium > span {
	background: var(--pc-mocha);
	color: var(--pc-white);
}

.pc-compare__cell--low > span {
	background: var(--pc-ivory);
	border: 1px solid rgba(155, 121, 73, .32);
	color: var(--pc-mocha-dk-hover);
}

.pc-compare__table tbody td:not(.pc-compare__cell) > span {
	color: #6B6B6B;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 4px;
}

@media (max-width: 768px) {
	.pc-compare__table-wrap {
		background: transparent;
		border: 0;
		box-shadow: none;
		max-width: none;
		overflow: visible;
	}

	.pc-compare__table,
	.pc-compare__table thead,
	.pc-compare__table tbody,
	.pc-compare__table tr,
	.pc-compare__table th,
	.pc-compare__table td {
		display: block;
		width: 100%;
	}

	.pc-compare__table {
		min-width: 0;
	}

	.pc-compare__table thead {
		clip: rect(0, 0, 0, 0);
		height: 1px;
		left: -9999px;
		overflow: hidden;
		position: absolute;
		width: 1px;
	}

	.pc-compare__table tbody {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.pc-compare__table tbody tr {
		background: var(--pc-white);
		border: 1px solid rgba(155, 121, 73, .32);
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(75, 55, 40, .04), 0 12px 28px rgba(75, 55, 40, .06);
		overflow: hidden;
	}

	.pc-compare__table tbody tr:nth-child(odd) th,
	.pc-compare__table tbody tr:nth-child(odd) td,
	.pc-compare__table tbody tr:nth-child(even) th,
	.pc-compare__table tbody tr:nth-child(even) td {
		background: transparent;
	}

	.pc-compare__table tbody tr:hover th,
	.pc-compare__table tbody tr:hover td {
		background: transparent;
	}

	.pc-compare__table .pc-compare__row-heading {
		background: var(--pc-peach-a) !important;
		border-bottom: 1px solid var(--pc-line-warm);
		box-shadow: inset 0 -2px 0 var(--pc-gold);
		font-size: 18px;
		min-width: 0;
		padding: 18px 18px 14px;
		text-align: center;
	}

	.pc-compare__row-media {
		display: block;
		margin: 0 auto 12px;
	}

	.pc-compare__row-image {
		height: 96px;
		margin: 0 auto;
		width: 96px;
	}

	.pc-compare__row-label {
		display: block;
		margin: 0;
	}

	.pc-compare__table tbody td {
		align-items: center;
		border-bottom: 1px solid var(--pc-line-warm);
		display: flex;
		gap: 14px;
		justify-content: space-between;
		padding: 13px 18px;
		text-align: right;
	}

	.pc-compare__table tbody tr td:last-child {
		border-bottom: 0;
	}

	.pc-compare__table tbody td::before {
		color: var(--pc-mocha-dk-hover);
		content: attr(data-label);
		flex: 1;
		font-family: "Prata", "Noto Serif Thai", Georgia, "Times New Roman", serif;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: left;
		text-transform: uppercase;
	}
}

.pc-service-category-page .up-section {
	padding: 48px 0;
}

@media (min-width: 768px) {
	.pc-service-category-page .up-section {
		padding: 64px 0;
	}
}

@media (min-width: 1024px) {
	.pc-service-category-page .up-section {
		padding: 80px 0;
	}
}

.pc-service-category-page .up-section[id] {
	scroll-margin-top: 100px;
}

.pc-service-category-page .up-section--cream {
	background: var(--pc-cream);
}

.pc-service-category-page .up-section--ivory {
	background: var(--pc-peach-b);
}

.pc-service-category-page .up-section--white {
	background: var(--pc-white);
}

.pc-service-category-page .up-header {
	margin: 0 auto 34px;
	max-width: 820px;
	text-align: center;
}

.pc-service-category-page .up-rule {
	background: rgba(150, 105, 94, 0.32);
	display: block;
	height: 1px;
	margin: 0 auto 16px;
	width: 72px;
}

.pc-program-cards__eyebrow {
	color: var(--pc-mocha-dk-hover);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pc-suitability__eyebrow,
.pc-faq__eyebrow {
	color: var(--pc-mocha-dk);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pc-service-category-page .up-h2 {
	color: #261f1b;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	text-wrap: balance;
}

@media (min-width: 768px) {
	.pc-service-category-page .up-h2 {
		font-size: 34px;
	}
}

.pc-service-category-page .up-lead {
	color: var(--pc-sub-2);
	font-size: 15px;
	line-height: 1.75;
	margin: 12px auto 0;
	max-width: 680px;
}

.up-programs {
	display: grid;
	gap: 36px;
	grid-template-columns: 1fr;
}

@media (min-width: 900px) {
	.up-programs {
		gap: 48px;
	}
}

.up-program {
	background: var(--pc-white);
	border: 1px solid var(--pc-line-rose);
	box-shadow: 0 1px 2px rgba(75, 55, 40, 0.04), 0 14px 36px rgba(75, 55, 40, 0.09);
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 24px;
	scroll-margin-top: 100px;
}

.up-program__main {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.up-program {
		padding: 32px;
	}

	.up-program__main {
		gap: 36px;
		grid-template-columns: 1fr 1.1fr;
	}

	.up-program--rev .up-program__media {
		order: 2;
	}

	.up-program--no-media .up-program__main {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1024px) {
	.up-program {
		padding: 40px;
	}
}

.up-program__media {
	aspect-ratio: 3 / 2;
	background: var(--pc-cream);
	box-shadow: 0 1px 2px rgba(75, 55, 40, 0.06), 0 12px 32px rgba(75, 55, 40, 0.14);
	margin: 0;
	overflow: hidden;
}

.up-program__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.up-program__head {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 10px;
}

.up-program__brand {
	color: var(--pc-ink);
	font-family: "Prata", Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.up-program__brand {
		font-size: 34px;
	}
}

@media (min-width: 1280px) {
	.up-program__brand {
		font-size: 40px;
	}
}

.up-program__badge {
	align-items: center;
	background: #f7f4ef;
	border: 1px solid var(--pc-line-rose);
	color: var(--pc-mocha-dk-hover);
	display: inline-flex;
	font-size: 10.5px;
	font-weight: 500;
	gap: 6px;
	letter-spacing: 0;
	padding: 4px 10px;
	text-transform: uppercase;
}

.up-program__badge::before {
	background: var(--pc-mocha-dk);
	border-radius: 50%;
	content: "";
	height: 5px;
	width: 5px;
}

.up-program__h3 {
	color: var(--pc-sub-1);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0 0 14px;
}

@media (min-width: 768px) {
	.up-program__h3 {
		font-size: 17px;
	}
}

.up-program p {
	color: var(--pc-sub-1);
	font-size: 15px;
	line-height: 1.85;
	margin: 0 0 14px;
}

.up-program__specs {
	border-bottom: 1px solid var(--pc-line-rose);
	border-top: 1px solid var(--pc-line-rose);
	display: grid;
	gap: 10px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 8px 0 18px;
	padding: 16px 0;
}

.up-program__specs dt {
	color: var(--pc-mocha-dk);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.up-program__specs dd {
	color: var(--pc-sub-1);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 6px;
}

.up-program__bullets {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 16px;
	padding: 0;
}

.up-program__bullets li {
	color: var(--pc-sub-1);
	font-size: 14px;
	line-height: 1.7;
	list-style: none;
	padding-left: 22px;
	position: relative;
}

.up-program__bullets li::before {
	background: var(--pc-mocha-dk);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 6px;
	position: absolute;
	top: 9px;
	width: 6px;
}

.up-program__price {
	color: var(--pc-mocha-dk);
	display: inline-block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 16px;
}

.up-program__cta-wrap {
	text-align: center;
}

.up-program__cta {
	color: var(--pc-mocha-dk);
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: underline;
	text-decoration-color: rgba(150, 105, 94, 0.5);
	text-underline-offset: 3px;
}

.up-program__cta:hover {
	color: var(--pc-mocha-dk-hover);
	opacity: 1;
}

.up-suit {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.up-suit {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.up-suit {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.up-suit__item {
	background: var(--pc-white);
	border: 1px solid var(--pc-line-rose);
	box-shadow: 0 1px 2px rgba(75, 55, 40, 0.04), 0 14px 36px rgba(75, 55, 40, 0.09);
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 100%;
	padding: 24px 22px;
	transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.up-suit__item:hover {
	border-color: rgba(150, 105, 94, 0.34);
	box-shadow: 0 4px 8px rgba(75, 55, 40, 0.05), 0 22px 44px rgba(75, 55, 40, 0.13);
	transform: translateY(-3px);
}

.up-suit__link {
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	text-decoration: none;
}

.up-suit__item .for {
	color: var(--pc-mocha-dk);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: uppercase;
}

.up-suit__item h3 {
	color: var(--pc-ink);
	font-family: "Prata", Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.up-suit__item p {
	color: var(--pc-sub-2);
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
}

.up-faq {
	margin: 0 auto;
	max-width: 840px;
}

.up-faq__item {
	border-bottom: 1px solid var(--pc-line-rose);
}

.up-faq__item[open] summary {
	color: var(--pc-mocha-dk);
}

.up-faq__q {
	align-items: flex-start;
	color: #261f1b;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	gap: 20px;
	justify-content: space-between;
	line-height: 1.45;
	list-style: none;
	padding: 22px 4px;
	transition: color 0.25s;
}

@media (min-width: 768px) {
	.up-faq__q {
		font-size: 17px;
		padding: 24px 4px;
	}
}

.up-faq__q::-webkit-details-marker {
	display: none;
}

.up-faq__q::after {
	color: var(--pc-mocha-dk);
	content: "+";
	flex-shrink: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1;
	margin-left: 8px;
}

.up-faq__item[open] .up-faq__q::after {
	content: "-";
}

.up-faq__a {
	color: var(--pc-sub-2);
	font-size: 14.5px;
	line-height: 1.85;
	max-width: 760px;
	padding: 0 4px 24px;
}

@media (min-width: 768px) {
	.up-faq__a {
		font-size: 15px;
	}
}

.up-faq__a p {
	margin: 0 0 12px;
}

.up-faq__a p:last-child {
	margin-bottom: 0;
}

.up-faq__a ul,
.up-faq__a ol {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 12px 0 0;
	padding: 0;
}

.up-faq__a li {
	line-height: 1.75;
	list-style: none;
	padding-left: 22px;
	position: relative;
}

.up-faq__a li::before {
	background: var(--pc-mocha-dk);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 6px;
	position: absolute;
	top: 10px;
	width: 6px;
}

.up-faq__a a {
	color: var(--pc-mocha-dk);
	text-decoration: underline;
	text-decoration-color: rgba(150, 105, 94, 0.45);
	text-underline-offset: 3px;
}

.pc-doctor-proof__card {
	align-items: center;
	background: var(--pc-white);
	border: 1px solid var(--pc-line-rose);
	box-shadow: 0 1px 2px rgba(75, 55, 40, 0.04), 0 18px 44px rgba(75, 55, 40, 0.1);
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 980px;
	padding: 24px;
}

@media (min-width: 768px) {
	.pc-doctor-proof__card {
		gap: 36px;
		grid-template-columns: minmax(220px, 0.45fr) 1fr;
		padding: 34px;
	}
}

.pc-doctor-proof__media {
	aspect-ratio: 4 / 5;
	background: var(--pc-cream);
	margin: 0;
	overflow: hidden;
}

.pc-doctor-proof__image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.pc-doctor-proof__name {
	color: var(--pc-ink);
	font-family: "Prata", Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
}

.pc-doctor-proof__title {
	color: var(--pc-mocha-dk);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.pc-doctor-proof__text {
	color: #3c332c;
	font-size: 15px;
	line-height: 1.85;
	margin: 0 0 18px;
}

.pc-doctor-proof__credentials {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 18px;
	padding: 0;
}

.pc-doctor-proof__credentials li {
	color: #3c332c;
	font-size: 14px;
	line-height: 1.65;
	list-style: none;
	padding-left: 22px;
	position: relative;
}

.pc-doctor-proof__credentials li::before {
	background: var(--pc-mocha-dk);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 6px;
	position: absolute;
	top: 9px;
	width: 6px;
}

.pc-doctor-proof__link {
	color: var(--pc-mocha-dk);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(150, 105, 94, 0.45);
	text-underline-offset: 3px;
}

.pc-cta-bridge__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	text-align: center;
}

@media (min-width: 900px) {
	.pc-cta-bridge__inner {
		gap: 40px;
		grid-template-columns: minmax(0, 1fr) auto;
		text-align: left;
	}
}

.pc-cta-bridge__header {
	margin: 0;
	max-width: 680px;
}

.pc-cta-bridge__header p {
	color: var(--pc-sub-2);
	font-size: 15px;
	line-height: 1.75;
	margin: 12px 0 0;
}

.pc-cta-bridge__row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

@media (min-width: 900px) {
	.pc-cta-bridge__row {
		justify-content: flex-end;
	}
}

.pc-cta-bridge__button {
	align-items: center;
	border: 1px solid var(--pc-mocha);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	min-height: 44px;
	min-width: 132px;
	padding: 11px 18px;
	text-decoration: none;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.pc-cta-bridge__button--primary {
	background: var(--pc-mocha-dk);
	color: var(--pc-white);
}

.pc-cta-bridge__button--line {
	background: #047A33;
	border-color: #047A33;
	color: var(--pc-white);
}

.pc-cta-bridge__button--ghost {
	background: transparent;
	color: var(--pc-mocha-dk-hover);
}

.pc-cta-bridge__button:hover {
	opacity: 0.88;
}

.pc-service-related__header {
	margin-bottom: 28px;
}

.pc-service-related__eyebrow {
	color: var(--pc-mocha-dk-hover);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.pc-service-related__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.pc-service-related__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.pc-service-related-card__link {
	background: var(--pc-white);
	border: 1px solid var(--pc-line-rose);
	color: inherit;
	display: block;
	height: 100%;
	padding: 20px;
	text-decoration: none;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.pc-service-related-card__link:hover {
	border-color: var(--pc-mocha);
	box-shadow: 0 14px 34px rgba(75, 55, 40, 0.1);
	transform: translateY(-2px);
}

.pc-service-related-card__badge {
	color: var(--pc-mocha-dk-hover);
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}

.pc-service-related-card__title {
	color: var(--pc-ink);
	font-size: 18px;
	line-height: 1.45;
	margin: 0;
}

.pc-service-related-card__excerpt {
	color: var(--pc-sub-2);
	font-size: 14px;
	line-height: 1.7;
	margin: 10px 0 0;
}

.pc-service-related__more {
	margin: 24px 0 0;
	text-align: center;
}

.pc-service-related__archive-link {
	align-items: center;
	border: 1px solid var(--pc-mocha);
	color: var(--pc-mocha-dk-hover);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	min-height: 44px;
	padding: 11px 18px;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}

.pc-service-related__archive-link:hover {
	background: var(--pc-mocha-dk);
	color: var(--pc-white);
}

@media (max-width: 767px) {
	.pc-compare {
		padding: 36px 0;
	}

	.pc-compare__table-wrap {
		overflow-x: visible;
	}

	.pc-compare__table {
		min-width: 0;
	}

	.pc-compare__table thead {
		display: none;
	}

	.pc-compare__table,
	.pc-compare__table tbody,
	.pc-compare__table tr,
	.pc-compare__table th,
	.pc-compare__table td {
		display: block;
		width: 100%;
	}

	.pc-compare__table tr {
		border-bottom: 1px solid var(--pc-line-rose);
		padding: 12px 0;
	}

	.pc-compare__table tbody tr:last-child {
		border-bottom: 0;
	}

	.pc-compare__table th,
	.pc-compare__table td,
	.pc-compare__table tbody tr:last-child th,
	.pc-compare__table tbody tr:last-child td {
		border-bottom: 0;
	}

	.pc-compare__table td::before {
		color: var(--pc-mocha-dk-hover);
		content: attr(data-label);
		display: block;
		font-size: 12px;
		font-weight: 700;
		margin-bottom: 4px;
	}
}

.pc-service-category-page__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: clamp(48px, 8vw, 96px) 20px;
}

.pc-service-category-page__header {
	max-width: 760px;
}

.pc-service-category-page__title {
	font-family: "Prata", Georgia, serif;
	font-size: clamp(2.25rem, 6vw, 5rem);
	font-weight: 400;
	line-height: 1.05;
	margin: 0;
}

.pc-service-category-page__content {
	margin-top: 32px;
	max-width: 760px;
}
