/* Video testimonials page scaffold and interactions. */

.pc-vdo-page {
	background: var(--pc-page);
}

.pc-vdo-hero {
	background: linear-gradient(180deg, var(--pc-peach-a), var(--pc-peach-b));
	padding: 56px 0 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.pc-vdo-hero { padding: 80px 0 60px; }
}

@media (min-width: 1024px) {
	.pc-vdo-hero { padding: 96px 0 72px; }
}

.pc-vdo-hero__eyebrow {
	display: inline-block;
	font-family: var(--pc-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--pc-mocha);
	line-height: 1;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.pc-vdo-hero__eyebrow { font-size: 13px; }
}

.pc-vdo-hero h1 {
	font-family: var(--pc-font-display);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 0;
	color: var(--pc-ink);
	margin: 0 0 18px;
}

@media (min-width: 768px) {
	.pc-vdo-hero h1 {
		font-size: 46px;
		margin-bottom: 22px;
	}
}

@media (min-width: 1280px) {
	.pc-vdo-hero h1 { font-size: 54px; }
}

.pc-vdo-hero__thai {
	font-family: var(--pc-font-body);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.55;
	color: var(--pc-sub-1);
	max-width: 760px;
	margin: 0 auto 20px;
	padding: 0 8px;
}

@media (min-width: 768px) {
	.pc-vdo-hero__thai {
		font-size: 22px;
		line-height: 1.5;
	}
}

@media (min-width: 1280px) {
	.pc-vdo-hero__thai { font-size: 26px; }
}

.pc-vdo-hero__intro {
	font-family: var(--pc-font-body);
	color: var(--pc-sub-2);
	font-size: 15px;
	line-height: 1.9;
	max-width: 720px;
	margin: 0 auto;
	padding: 0 8px;
}

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

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

@media (min-width: 768px) {
	section.pc-section { padding: 64px 0 32px; }
}

@media (min-width: 1024px) {
	section.pc-section { padding: 80px 0 40px; }
}

.pc-sec-head {
	text-align: center;
	margin-bottom: 36px;
	padding: 0 8px;
}

@media (min-width: 768px) {
	.pc-sec-head { margin-bottom: 48px; }
}

.pc-sec-head__eyebrow {
	display: inline-block;
	font-family: var(--pc-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--pc-mocha);
	line-height: 1;
	margin-bottom: 14px;
}

@media (min-width: 768px) {
	.pc-sec-head__eyebrow { font-size: 13px; }
}

.pc-sec-head h2 {
	font-family: var(--pc-font-display);
	font-weight: 400;
	letter-spacing: .2px;
	font-size: 28px;
	line-height: 1.25;
	color: var(--pc-ink);
	margin: 0 0 14px;
}

@media (min-width: 768px) {
	.pc-sec-head h2 { font-size: 38px; }
}

@media (min-width: 1280px) {
	.pc-sec-head h2 { font-size: 44px; }
}

.pc-sec-head__sub {
	color: var(--pc-sub-2);
	font-size: 15px;
	line-height: 1.8;
	max-width: 640px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.pc-sec-head__sub {
		font-size: 16px;
		line-height: 1.9;
	}
}

.pc-featured-outer {
	background: var(--pc-sand);
	padding: 56px 0;
}

@media (min-width: 768px) {
	.pc-featured-outer { padding: 72px 0; }
}

@media (min-width: 1024px) {
	.pc-featured-outer { padding: 88px 0; }
}

.pc-featured {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 16px;
}

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

.pc-featured__card {
	background: var(--pc-white);
	border: 1px solid var(--pc-line-warm);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(155, 121, 73, .08);
}

.pc-featured__body {
	padding: 28px 22px 32px;
	background: linear-gradient(135deg, var(--pc-ivory), var(--pc-cream), var(--pc-ivory));
}

@media (min-width: 768px) {
	.pc-featured__body { padding: 44px 56px 48px; }
}

.pc-featured__eyebrow {
	display: inline-block;
	font-family: var(--pc-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--pc-mocha);
	line-height: 1;
	margin-bottom: 14px;
}

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

.pc-featured__program {
	font-family: var(--pc-font-display);
	font-weight: 400;
	font-size: 28px;
	line-height: 1.05;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--pc-blue);
	margin: 0 0 16px;
}

@media (min-width: 768px) {
	.pc-featured__program {
		font-size: 40px;
		margin-bottom: 18px;
	}
}

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

.pc-featured__title {
	font-family: var(--pc-font-body);
	font-weight: 600;
	font-size: 19px;
	line-height: 1.45;
	color: var(--pc-ink);
	margin: 0 0 16px;
}

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

.pc-featured__quote {
	color: var(--pc-sub-1);
	font-size: 15px;
	line-height: 1.9;
	margin: 0 0 22px;
}

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

.pc-featured__who {
	font-family: var(--pc-font-body);
	font-size: 14px;
	font-weight: 700;
	color: var(--pc-ink);
}

.pc-featured__who span {
	color: var(--pc-muted);
	font-weight: 400;
	margin-left: 8px;
}

.pc-vdo-tabs-wrap {
	max-width: var(--pc-max);
	margin: 0 auto 28px;
	padding: 0 16px;
}

@media (min-width: 768px) {
	.pc-vdo-tabs-wrap {
		padding: 0 24px;
		margin-bottom: 36px;
	}
}

.pc-vdo-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
	padding: 6px;
	background: var(--pc-white);
	border: 1px solid var(--pc-line-warm);
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(75, 55, 40, .05);
}

@media (max-width: 639px) {
	.pc-vdo-tabs {
		border-radius: 8px;
		padding: 8px;
		gap: 6px;
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.pc-vdo-tabs::-webkit-scrollbar { display: none; }
}

.pc-vdo-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--pc-font-body);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 16px;
	border-radius: 999px;
	white-space: nowrap;
	flex-shrink: 0;
	color: var(--pc-sub-1);
	background: transparent;
	transition: box-shadow .2s, transform .2s;
}

@media (min-width: 768px) {
	.pc-vdo-tab {
		font-size: 14px;
		padding: 11px 18px;
	}
}

.pc-vdo-tab:hover {
	background: rgba(155, 121, 73, .08);
	color: var(--pc-mocha-dk);
}

.pc-vdo-tab:focus-visible {
	outline: 2px solid var(--pc-mocha-dk);
	outline-offset: 2px;
}

.pc-vdo-tab.is-active {
	background: #96695E;
	color: var(--pc-white);
	box-shadow: 0 8px 18px rgba(150, 105, 94, .22);
}

.pc-vdo-tab.is-active:hover,
.pc-vdo-tab.is-active:focus-visible {
	background: #82594F;
	color: var(--pc-white);
}

.pc-vdo-tab__count {
	font-size: 11px;
	font-weight: 400;
	opacity: .75;
	padding: 2px 7px;
	border-radius: 999px;
	background: rgba(155, 121, 73, .12);
	color: inherit;
	line-height: 1;
}

.pc-vdo-tab.is-active .pc-vdo-tab__count {
	background: rgba(255, 255, 255, .22);
	color: var(--pc-white);
}

.pc-vdo-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	max-width: var(--pc-max);
	margin: 0 auto;
	padding: 0 16px;
}

@media (min-width: 640px) {
	.pc-vdo-grid {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
}

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

@media (min-width: 1024px) {
	.pc-vdo-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 28px;
	}
}

.pc-vdo-grid__empty {
	text-align: center;
	color: var(--pc-muted);
	font-size: 14px;
	padding: 24px 16px;
	max-width: var(--pc-max);
	margin: 0 auto;
}

.pc-vdo-card {
	background: var(--pc-white);
	border: 1px solid var(--pc-line-warm);
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.pc-vdo-card.is-hidden {
	display: none;
}

.pc-vdo-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(75, 55, 40, .12);
	border-color: var(--pc-line-warm-deep);
}

.pc-vdo-card__body {
	padding: 18px 18px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pc-vdo-card__eyebrow {
	display: block;
	font-family: var(--pc-font-body);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--pc-mocha);
	margin-bottom: 8px;
	line-height: 1;
}

@media (min-width: 768px) {
	.pc-vdo-card__eyebrow { font-size: 12px; }
}

.pc-vdo-card__title {
	font-family: var(--pc-font-body);
	font-weight: 600;
	font-size: 15px;
	line-height: 1.5;
	color: var(--pc-ink);
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

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

.pc-vdo-card__who {
	font-family: var(--pc-font-body);
	font-size: 13px;
	color: var(--pc-muted);
	line-height: 1.5;
	margin-top: auto;
}

.pc-lite-yt {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: var(--pc-cream);
	cursor: pointer;
	border: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	text-align: left;
}

.pc-lite-yt > img,
.pc-lite-yt > picture > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

.pc-lite-yt:hover > img,
.pc-lite-yt:hover > picture > img {
	transform: scale(1.03);
}

.pc-lite-yt__veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .30));
}

.pc-lite-yt__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
	transition: transform .25s ease, background .25s ease;
	pointer-events: none;
}

.pc-lite-yt:hover .pc-lite-yt__play,
.pc-lite-yt:focus-visible .pc-lite-yt__play {
	transform: translate(-50%, -50%) scale(1.06);
	background: var(--pc-white);
}

.pc-lite-yt__play svg {
	width: 22px;
	height: 22px;
	color: var(--pc-mocha-dk);
	margin-left: 3px;
	display: block;
}

@media (min-width: 768px) {
	.pc-lite-yt__play {
		width: 74px;
		height: 74px;
	}

	.pc-lite-yt__play svg {
		width: 28px;
		height: 28px;
		margin-left: 4px;
	}
}

.pc-lite-yt__length {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .72);
	color: var(--pc-white);
	font-family: var(--pc-font-body);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 1;
}

.pc-lite-yt__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--pc-mocha-dk);
	color: var(--pc-white);
	font-family: var(--pc-font-body);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1;
}

.pc-lite-yt__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.pc-lite-yt:focus-visible {
	outline: 3px solid var(--pc-mocha-dk);
	outline-offset: -3px;
}

.pc-consult-wrap {
	padding: 24px 16px 56px;
}

@media (min-width: 768px) {
	.pc-consult-wrap { padding: 32px 24px 72px; }
}

.pc-consult {
	max-width: var(--pc-max);
	margin: 0 auto;
	background: var(--pc-white);
	border: 1px solid var(--pc-line-warm);
	border-radius: 4px;
	padding: 32px 24px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 900px) {
	.pc-consult {
		grid-template-columns: 380px 1fr;
		gap: 56px;
		padding: 48px;
	}
}

.pc-consult__photo {
	aspect-ratio: 4/5;
	max-width: 260px;
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
	background: linear-gradient(135deg, var(--pc-ivory), var(--pc-cream));
	box-shadow: 0 1px 2px rgba(75, 55, 40, .05), 0 18px 40px rgba(75, 55, 40, .10);
}

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

@media (min-width: 900px) {
	.pc-consult__photo {
		max-width: 100%;
		aspect-ratio: auto;
		height: 460px;
	}
}

.pc-consult__body h3 {
	font-family: var(--pc-font-display);
	font-size: 26px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .2px;
	margin: 0 0 14px;
}

@media (min-width: 768px) {
	.pc-consult__body h3 {
		font-size: 32px;
		margin-bottom: 16px;
	}
}

.pc-consult__body .subcopy {
	color: var(--pc-sub-2);
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 24px;
}

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

.pc-consult__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 18px;
}

.pc-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-family: var(--pc-font-body);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding: 11px 20px;
	border-radius: 999px;
	background: var(--pc-mocha-dk);
	color: var(--pc-white);
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition: background .2s, transform .2s;
	opacity: 1;
}

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

.pc-pill:hover,
.pc-pill:focus-visible {
	background: var(--pc-mocha-dk-hover);
	color: var(--pc-white);
	transform: translateY(-1px);
	opacity: 1;
}

.pc-pill--line {
	background: var(--pc-green);
}

.pc-pill--line:hover,
.pc-pill--line:focus-visible {
	background: #05ad4a;
	color: var(--pc-white);
}

.pc-consult__caption {
	font-size: 12px;
	color: var(--pc-muted);
	margin-bottom: 22px;
	line-height: 1.6;
}

.pc-consult__divider {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 20px 0;
}

.pc-consult__divider .line {
	flex: 1;
	height: 1px;
	background: var(--pc-line);
}

.pc-consult__divider .word {
	font-family: var(--pc-font-italic);
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	color: var(--pc-mocha);
	letter-spacing: .5px;
}

.pc-bridge {
	position: relative;
	overflow: hidden;
	min-height: 440px;
	background: #f6e7d6;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 36px 18px;
}

.pc-bridge__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	z-index: 0;
	pointer-events: none;
}

.pc-bridge__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.pc-bridge__panel {
	width: 100%;
	max-width: 860px;
	color: var(--pc-black);
	text-align: center;
	font-family: var(--pc-font-body);
}

.pc-bridge__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	color: var(--pc-black);
	margin: 0 0 16px;
}

.pc-bridge__panel p {
	font-size: 14px;
	line-height: 1.7;
	color: var(--pc-black);
	margin: 0 0 14px;
}

.pc-bridge__panel p:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
	.pc-bridge { min-height: auto; }
	.pc-bridge__bg { object-position: 30% center; }
	.pc-bridge__inner { justify-content: center; }
	.pc-bridge__panel {
		background: rgba(255, 247, 238, .88);
		padding: 20px 16px;
		border-radius: 6px;
	}
}

@media (min-width: 768px) {
	.pc-bridge {
		min-height: 460px;
		padding: 48px 24px;
	}

	.pc-bridge__title {
		font-size: 22px;
		margin-bottom: 22px;
	}

	.pc-bridge__panel p { font-size: 15px; }
}

@media (min-width: 1024px) {
	.pc-bridge { min-height: 540px; }
	.pc-bridge__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.pc-bridge__panel p {
		font-size: 16px;
		line-height: 1.7;
	}
}
