*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	/* Brand palette locked to white + blush pink */
	--vpc-primary: #f48fc3;
	--vpc-primary-dark: #dd74ad;
	--vpc-primary-soft: rgba(244, 143, 195, 0.2);
	--vpc-accent: #ffd6ea;
	--vpc-accent-dark: #f2b8d7;
	--vpc-accent-soft: #fff1f8;
	--vpc-success: var(--vpc-primary);
	--vpc-gallery-green: var(--vpc-success);
	--vpc-gallery-muted: #c79ab3;

	/* Blog — airy medical / editorial */
	--vpc-blog-sky: #fff8fc;
	--vpc-blog-sky-2: #ffedf7;
	--vpc-blog-mint: #fff3f9;
	--vpc-blog-ink: #7d4b67;
	--vpc-blog-ink-soft: #9a6f86;
	--vpc-blog-accent: var(--vpc-primary);
	--vpc-blog-accent-soft: rgba(244, 143, 195, 0.24);
	--vpc-blog-card-radius: 16px;
	--vpc-blog-shadow: 0 18px 44px rgba(21, 50, 67, 0.09);
	--vpc-blog-shadow-hover: 0 26px 56px rgba(21, 50, 67, 0.14);

	/* Header pill — white bar; brand accents on links & CTA */
	--vpc-header-pill-bg: #ffffff;
	--vpc-header-pill-border: rgba(244, 143, 195, 0.36);
	--vpc-header-pill-shadow: rgba(221, 116, 173, 0.12);
	--vpc-header-pill-cta-text: var(--vpc-primary-dark);

	/* Surfaces & text */
	--vpc-bg: #fff9fc;
	--vpc-bg-subtle: #fff0f8;
	--vpc-surface: #ffffff;
	--vpc-text: #7b4d65;
	--vpc-text-muted: #9a6f86;
	--vpc-heading: #6f3d58;
	--vpc-white: #ffffff;
	--vpc-border: #f5cade;
	--vpc-border-strong: #ecb7d2;

	/* Typography — one scale sitewide */
	--vpc-font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--vpc-fw-regular: 400;
	--vpc-fw-medium: 500;
	--vpc-fw-semibold: 600;
	--vpc-fw-bold: 700;
	--vpc-lh-tight: 1.2;
	--vpc-lh-snug: 1.35;
	--vpc-lh-body: 1.65;

	--vpc-fs-h1: clamp(1.875rem, 3.2vw, 2.625rem);
	--vpc-fs-h2: clamp(1.5rem, 2.35vw, 2rem);
	--vpc-fs-h3: clamp(1.125rem, 1.75vw, 1.3125rem);
	--vpc-fs-body: clamp(0.9375rem, 1.12vw, 1.0625rem);
	--vpc-fs-small: clamp(0.8125rem, 1.02vw, 0.9375rem);

	--vpc-align: start;
}

body {
	margin: 0;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	background: linear-gradient(180deg, #ffffff 0%, #fff6fb 58%, #ffdff0 100%);
	color: var(--vpc-text);
	text-align: start;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vpc-main :where(h1, h2, h3, h4) {
	margin-block-start: 0;
}

.vpc-main :where(h1) {
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h1);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-tight);
	letter-spacing: -0.02em;
	text-align: start;
}

.vpc-main :where(h2) {
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
	letter-spacing: -0.02em;
	text-align: start;
}

.vpc-main :where(h3) {
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h3);
	font-weight: var(--vpc-fw-semibold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
	text-align: start;
}

.vpc-main :where(p) {
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	color: var(--vpc-text);
	text-align: start;
}

a {
	color: inherit;
}

.vpc-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 clamp(24px, 6vw, 48px);
}

body:not(.home) .vpc-main .vpc-container {
	max-width: 1240px;
}

.vpc-header {
	background-color: #ffffff;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 1px 0 rgba(31, 24, 34, 0.06);
	transition: box-shadow 0.24s ease, background-color 0.24s ease;
	will-change: box-shadow;
}

.vpc-header__bar {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 clamp(24px, 6vw, 48px);
	background-color: #ffffff;
	background: #ffffff;
}

.vpc-header__pill {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	flex-wrap: nowrap;
	min-height: 60px;
	padding: 10px clamp(10px, 2vw, 18px);
	background-color: var(--vpc-header-pill-bg);
	background: var(--vpc-header-pill-bg);
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.vpc-header__brand {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: clamp(10px, 1.2vw, 16px);
	max-width: min(760px, 68vw);
}

.vpc-header__brand .vpc-logo {
	line-height: 0;
	flex: 0 0 auto;
}

.vpc-brand-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	justify-content: center;
}

.vpc-brand-copy__title,
.vpc-brand-copy__subtitle {
	margin: 0;
	line-height: 1.05;
	white-space: nowrap;
}

.vpc-brand-copy__title {
	font-size: clamp(14px, 1.75vw, 24px);
	font-weight: 700;
	color: #b51f64;
	letter-spacing: -0.02em;
}

.vpc-brand-copy__subtitle {
	font-size: clamp(10px, 0.95vw, 18px);
	font-weight: 500;
	color: #8f7b8a;
	letter-spacing: -0.01em;
}

.vpc-header__pill .vpc-nav {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
}

.vpc-header__pill .vpc-nav__menu {
	justify-content: flex-end;
	flex-wrap: nowrap;
	row-gap: 0;
}

.vpc-header__pill .vpc-header__cta {
	flex: 0 0 auto;
}

.vpc-logo {
	font-family: var(--vpc-font);
	font-size: 34px;
	font-weight: var(--vpc-fw-bold);
	text-decoration: none;
	color: var(--vpc-heading);
}

.vpc-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.vpc-logo__link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.vpc-header__pill .vpc-logo img,
.vpc-header__pill .vpc-logo .custom-logo {
	max-height: 74px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.vpc-logo img,
.vpc-logo .custom-logo {
	width: auto;
	height: auto;
	max-height: 74px;
}

.vpc-nav__menu {
	list-style: none;
	display: flex;
	gap: clamp(14px, 2vw, 26px);
	margin: 0;
	padding: 0;
	align-items: center;
}

.vpc-nav__menu > li {
	position: relative;
}

.vpc-nav__menu > li > a {
	text-decoration: none;
	color: var(--vpc-heading);
	font-size: 0.9375rem;
	font-weight: var(--vpc-fw-semibold);
	letter-spacing: 0.02em;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.vpc-nav__menu > .menu-item-has-children > a {
	padding-right: 0.15em;
}

.vpc-nav__menu > .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 0.28em;
	height: 0.28em;
	margin-left: 0.45em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	vertical-align: middle;
	opacity: 0.85;
}

.vpc-nav__menu > li.vpc-services-mega > a::after {
	width: 0;
	height: 0;
	margin-left: 0.5em;
	border-left: 0.34em solid transparent;
	border-right: 0.34em solid transparent;
	border-top: 0.44em solid currentColor;
	border-bottom: 0;
	transform: translateY(1px);
	opacity: 1;
}

.vpc-nav__menu > li.vpc-services-mega.is-open > a::after {
	transform: rotate(180deg) translateY(-1px);
}

.vpc-nav__menu > li > a:hover,
.vpc-nav__menu > li > a:focus-visible {
	opacity: 1;
	color: var(--vpc-primary);
	outline: none;
}

/* Current page / section — core adds .current-menu-item, .current-menu-ancestor, .current_page_item on <li> */
.vpc-nav__menu > li.current-menu-item > a,
.vpc-nav__menu > li.current_page_item > a,
.vpc-nav__menu > li.current-menu-ancestor > a {
	color: var(--vpc-primary);
	font-weight: var(--vpc-fw-bold);
	opacity: 1;
}

.vpc-nav__menu .sub-menu li.current-menu-item > a,
.vpc-nav__menu .sub-menu li.current_page_item > a {
	color: var(--vpc-primary);
	font-weight: var(--vpc-fw-semibold);
	background: var(--vpc-primary-soft);
}

.vpc-nav__menu .sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
	min-width: 200px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: var(--vpc-surface);
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 1200;
}

.vpc-nav__menu > li:hover > .sub-menu,
.vpc-nav__menu > li:focus-within > .sub-menu,
.vpc-nav__menu > li.is-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.vpc-nav__menu .sub-menu a {
	display: block;
	padding: 10px 18px;
	color: var(--vpc-heading);
	font-weight: var(--vpc-fw-medium);
	font-size: var(--vpc-fs-small);
}

.vpc-nav__menu .sub-menu a:hover,
.vpc-nav__menu .sub-menu a:focus-visible {
	color: var(--vpc-primary);
	background: var(--vpc-primary-soft);
}

@media (min-width: 992px) {
	.vpc-nav__menu > li.vpc-services-mega {
		position: static;
	}

	/* Services mega menu: open only on click (.is-open). */
	.vpc-nav__menu > li.vpc-services-mega:hover > .sub-menu,
	.vpc-nav__menu > li.vpc-services-mega:focus-within > .sub-menu {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.vpc-nav__menu > li.vpc-services-mega.is-open > .sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.vpc-nav__menu > li.vpc-services-mega > .sub-menu {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		width: min(1100px, calc(100vw - 80px));
		max-width: 1100px;
		min-width: 0;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
		padding: 18px;
		background: linear-gradient(180deg, #fffdf9 0%, #fff8fb 100%);
		border: 1px solid rgba(201, 163, 95, 0.34);
		border-radius: 16px;
		box-shadow: 0 18px 40px rgba(31, 24, 34, 0.14);
		backdrop-filter: none;
	}

	.vpc-nav__menu > li.vpc-services-mega > .sub-menu > li {
		margin: 0;
	}

	.vpc-nav__menu > li.vpc-services-mega > .sub-menu > li > a {
		display: flex;
		align-items: center;
		gap: 10px;
		min-height: 52px;
		padding: 12px 15px;
		border-radius: 12px;
		color: var(--vpc-heading);
		font-size: 1rem;
		font-weight: var(--vpc-fw-semibold);
		text-decoration: none;
		background: #ffffff;
		border: 1px solid rgba(201, 163, 95, 0.3);
		box-shadow: 0 4px 12px rgba(31, 24, 34, 0.06);
		transition: transform 0.18s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	}

	.vpc-nav__menu > li.vpc-services-mega > .sub-menu > li > a:hover,
	.vpc-nav__menu > li.vpc-services-mega > .sub-menu > li > a:focus-visible {
		color: var(--vpc-primary);
		background: rgba(193, 39, 111, 0.06);
		border-color: rgba(193, 39, 111, 0.34);
		box-shadow: 0 8px 16px rgba(31, 24, 34, 0.12);
		transform: translateY(-1px);
	}

	.vpc-nav__menu > li.vpc-services-mega > .sub-menu > li > a::before {
		content: "";
		width: 9px;
		height: 9px;
		flex: 0 0 9px;
		border-radius: 999px;
		background: #ffd25f;
		box-shadow: 0 0 0 3px rgba(255, 210, 95, 0.2);
	}
}

.vpc-header__cta {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--vpc-header-pill-cta-text);
	background: #ffffff;
	border: 2px solid var(--vpc-accent);
	box-shadow: 0 2px 12px rgba(31, 24, 34, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vpc-header__cta:hover,
.vpc-header__cta:focus-visible {
	color: var(--vpc-primary-dark);
	background: var(--vpc-accent-soft);
	border-color: var(--vpc-accent-dark);
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(31, 24, 34, 0.12);
	outline: none;
}

.vpc-site-content {
	padding: 24px 0 40px;
}

/* Unified page hero — tighter gap under header (same banner as Services) */
body.page-template-page-services-php .vpc-site-content,
body.page-services .vpc-site-content,
body.page-template-page-about-php .vpc-site-content,
body.page-about .vpc-site-content,
body.page-template-page-our-clinic-php .vpc-site-content,
body.page-template-page-gallery-php .vpc-site-content,
body.page-template-page-contact-php .vpc-site-content,
body.page-template-page-testimonials-php .vpc-site-content,
body.blog .vpc-site-content,
body.category .vpc-site-content,
body.tag .vpc-site-content,
body.author .vpc-site-content,
body.date .vpc-site-content {
	padding-top: 8px;
}

.vpc-contact-intro {
	padding: clamp(12px, 2vw, 20px) 0 4px;
}

.vpc-contact-intro__lead {
	margin: 0;
	max-width: 62ch;
	line-height: var(--vpc-lh-body);
}

.vpc-blog-archive-intro {
	margin: 0 0 clamp(20px, 3vw, 28px);
	max-width: 62ch;
	line-height: var(--vpc-lh-body);
}

.vpc-gallery__header--after-hero {
	margin-bottom: 24px;
}

.vpc-gallery__header--after-hero .vpc-gallery__title-rule {
	margin-top: 0;
}

.vpc-main {
	min-height: 60vh;
}

.vpc-home-hero {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
	background: var(--vpc-white);
	border-radius: 26px;
	padding: 44px;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.vpc-home-hero::before,
.vpc-home-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.vpc-home-hero::before {
	width: 120px;
	height: 120px;
	background: rgba(201, 163, 95, 0.3);
	left: 30px;
	bottom: 18px;
}

.vpc-home-hero::after {
	width: 86px;
	height: 86px;
	background: rgba(193, 39, 111, 0.18);
	top: 24px;
	right: 34%;
}

.vpc-home-hero__content h1 {
	margin: 0 0 18px;
	font-size: var(--vpc-fs-h1);
	font-weight: var(--vpc-fw-bold);
	line-height: var(--vpc-lh-tight);
	color: var(--vpc-heading);
	letter-spacing: -0.02em;
}

.vpc-home-hero__content p {
	margin: 0;
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	color: var(--vpc-text-muted);
	max-width: 620px;
}

.vpc-home-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	padding: 14px 26px;
	border-radius: 999px;
	background: var(--vpc-primary);
	color: var(--vpc-white);
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.2px;
	transition: background 0.2s ease;
}

.vpc-home-hero__cta:hover {
	background: var(--vpc-primary-dark);
}

.vpc-home-hero--no-image {
	grid-template-columns: 1fr;
	padding-right: 56px;
}

.vpc-home-hero__image img {
	width: 100%;
	display: block;
	border-radius: 20px;
	object-fit: cover;
	max-height: 460px;
}

.vpc-home-card,
.vpc-content-card {
	text-decoration: none;
	background: var(--vpc-white);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(110, 42, 86, 0.12);
	padding: 16px;
	display: block;
	color: inherit;
}

.vpc-home-card__image {
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 12px;
}

.vpc-home-card__image img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
}

.vpc-home-card h3,
.vpc-entry-title {
	margin: 0 0 8px;
	font-size: var(--vpc-fs-h3);
	font-weight: var(--vpc-fw-semibold);
	color: var(--vpc-heading);
}

.vpc-entry-title a {
	text-decoration: none;
}

.vpc-home-card p,
.vpc-entry-content {
	margin: 0;
	color: var(--vpc-text-muted);
	font-size: var(--vpc-fs-small);
	line-height: var(--vpc-lh-body);
}

.vpc-footer {
	background: linear-gradient(180deg, var(--vpc-bg-subtle) 0%, #ffeaf5 100%);
	border-top: 0;
	padding: clamp(12px, 2vw, 20px) 0 0;
	position: relative;
}

.vpc-footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--vpc-accent) 22%,
		var(--vpc-primary) 50%,
		var(--vpc-accent) 78%,
		transparent 100%
	);
	opacity: 0.65;
	pointer-events: none;
	display: none;
}

.vpc-footer p {
	margin: 0;
	color: var(--vpc-text-muted);
	font-size: var(--vpc-fs-small);
}

.vpc-footer__bg {
	background: transparent;
	padding: clamp(20px, 3vw, 32px) 0 clamp(8px, 2vw, 14px);
}

.vpc-footer__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 1.25fr);
	gap: clamp(22px, 3vw, 36px);
	padding: clamp(28px, 3.5vw, 40px) 0;
	background: linear-gradient(180deg, rgba(255, 240, 248, 0.92) 0%, rgba(255, 234, 245, 0.96) 100%);
	border: 1px solid rgba(193, 39, 111, 0.12);
	border-radius: 20px;
	box-shadow: 0 16px 40px rgba(120, 44, 89, 0.08);
}

.vpc-footer .vpc-container.vpc-footer__grid {
	max-width: 1160px;
	padding-left: clamp(24px, 6vw, 48px);
	padding-right: clamp(24px, 6vw, 48px);
}

.vpc-footer .vpc-container.vpc-footer__socket-inner {
	max-width: 1160px;
}

.vpc-footer__col {
	position: relative;
	min-width: 0;
	padding: 0 10px;
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.vpc-footer__grid > .vpc-footer__col:not(:last-of-type)::after {
	content: "";
	position: absolute;
	top: 4px;
	right: -8px;
	bottom: 4px;
	width: 1px;
	background: linear-gradient(180deg, transparent 0%, rgba(193, 39, 111, 0.16) 20%, rgba(193, 39, 111, 0.16) 80%, transparent 100%);
}

.vpc-footer__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h3);
	font-weight: var(--vpc-fw-semibold);
	color: var(--vpc-heading);
	letter-spacing: -0.01em;
	line-height: 1.25;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(234, 216, 228, 0.75);
}

.vpc-footer__title::before {
	content: "";
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background-color: var(--vpc-primary-soft);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Column heading icons (decorative only — text unchanged) */
.vpc-footer__grid > .vpc-footer__col:nth-child(1) .vpc-footer__title::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23c1276f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.vpc-footer__grid > .vpc-footer__col:nth-child(2) .vpc-footer__title::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23c1276f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a3 3 0 100-6 3 3 0 000 6z'/%3E%3Cpath d='M21 12h-4M7 12H3m9-4v4m0 4v4'/%3E%3C/svg%3E");
}

.vpc-footer__grid > .vpc-footer__col:nth-child(3) .vpc-footer__title::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23c1276f' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}

.vpc-footer__grid > .vpc-footer__col:nth-child(4) .vpc-footer__title::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23c1276f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
}

.vpc-footer__list,
.vpc-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--vpc-text-muted);
	font-size: var(--vpc-fs-small);
}

.vpc-footer__list li,
.vpc-footer__links li {
	margin: 0 0 8px;
	line-height: var(--vpc-lh-snug);
}

.vpc-footer__list li:last-child,
.vpc-footer__links li:last-child {
	margin-bottom: 0;
}

/* Location — soft leading line */
.vpc-footer__grid > .vpc-footer__col:nth-child(1) .vpc-footer__list {
	margin-left: 10px;
	padding-left: 16px;
	border-left: 3px solid var(--vpc-accent-soft);
}

.vpc-footer__links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: var(--vpc-text-muted);
	padding: 6px 10px 6px 8px;
	margin: 0 -8px;
	border-radius: 10px;
	transition:
		color 0.18s ease,
		background-color 0.18s ease,
		transform 0.18s ease;
}

.vpc-footer__links a::before {
	content: "";
	flex-shrink: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--vpc-accent);
	opacity: 0.55;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.vpc-footer__links a:hover,
.vpc-footer__links a:focus-visible {
	color: var(--vpc-primary);
	background: var(--vpc-primary-soft);
	outline: none;
}

.vpc-footer__links a:hover::before,
.vpc-footer__links a:focus-visible::before {
	opacity: 1;
	transform: scale(1.15);
}

/* Contact — match link styling; icons per row */
.vpc-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

.vpc-footer__contact li::before {
	content: "";
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	margin-top: 3px;
	border-radius: 7px;
	background-color: var(--vpc-primary-soft);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px 13px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.vpc-footer__contact li:nth-child(1)::before,
.vpc-footer__contact li:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23c1276f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
}

.vpc-footer__contact li:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23c1276f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpath d='M22 6l-10 7L2 6'/%3E%3C/svg%3E");
}

.vpc-footer__contact a {
	flex: 1;
	min-width: 0;
	text-decoration: none;
	color: var(--vpc-text-muted);
	padding: 6px 10px;
	border-radius: 8px;
	border: 1px solid transparent;
	transition:
		color 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease;
	word-break: break-word;
}

.vpc-footer__contact li:nth-child(3) a {
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	line-height: 1.45;
	font-size: 0.9rem;
}

.vpc-footer__contact a:hover,
.vpc-footer__contact a:focus-visible {
	color: var(--vpc-primary);
	background: var(--vpc-primary-soft);
	border-color: rgba(193, 39, 111, 0.18);
	outline: none;
}

/* Bottom credit strip (DeveloperBox-style socket) */
.vpc-footer__socket {
	margin-top: 0;
	border-top: 0;
	background: transparent;
	box-shadow: none;
}

.vpc-footer__socket--inline {
	grid-column: 1 / -1;
	text-align: center;
	padding-top: 8px;
}

.vpc-footer__socket-inner {
	padding: 14px 16px 16px;
	text-align: center;
}

.vpc-footer .vpc-footer__socket-text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.65;
	letter-spacing: 0.01em;
	color: #8d7584;
	font-weight: 400;
}

.vpc-footer__socket-muted {
	color: #8d7584;
}

@media (max-width: 991px) {
	.vpc-footer__col {
		padding: 0;
	}

	.vpc-footer__grid > .vpc-footer__col:not(:last-of-type)::after {
		display: none;
	}
}

.vpc-footer__socket-accent {
	color: #b51f64;
	font-weight: 600;
}

@media (max-width: 520px) {
	.vpc-footer .vpc-footer__socket-text {
		font-size: 0.75rem;
		line-height: 1.7;
	}
}

.vpc-muted {
	color: var(--vpc-text-muted);
}

/* Our Clinic page */
body.page-template-page-our-clinic-php .vpc-site-content,
body.page-our-clinic .vpc-site-content {
	padding-top: calc(var(--vpc-header-offset, 86px) + 8px);
	background: linear-gradient(180deg, #fff 0%, #fbf7fb 62%, #f7f2f6 100%);
}

/* Match Testimonials-like navbar gap on Gallery + Blog pages */
body.page-template-page-gallery-php .vpc-site-content,
body.blog .vpc-site-content,
body.category .vpc-site-content,
body.tag .vpc-site-content,
body.author .vpc-site-content,
body.date .vpc-site-content {
	padding-top: calc(var(--vpc-header-offset, 86px) + 8px);
}

.page-our-clinic .vpc-container {
	max-width: 1240px;
}

.vpc-banner {
	position: relative;
	min-height: clamp(260px, 32vw, 410px);
	border-radius: 0 0 34px 34px;
	background: linear-gradient(135deg, rgba(193, 39, 111, 0.12), rgba(201, 163, 95, 0.10));
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.vpc-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(94deg, rgba(47, 36, 48, 0.72) 0%, rgba(47, 36, 48, 0.38) 38%, rgba(47, 36, 48, 0.12) 74%, rgba(47, 36, 48, 0.06) 100%);
}

.vpc-banner__inner {
	position: relative;
	padding: clamp(36px, 7vw, 78px) 16px;
}

.page-our-clinic .vpc-banner__inner {
	display: flex;
	align-items: center;
	min-height: clamp(280px, 32vw, 420px);
}

.page-our-clinic .vpc-banner__inner > * {
	position: relative;
	z-index: 2;
}

.page-our-clinic .vpc-banner__inner::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: min(620px, calc(100% - 32px));
	height: min(86%, 340px);
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(47, 36, 48, 0.78), rgba(47, 36, 48, 0.50));
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.vpc-banner__title {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.12;
	letter-spacing: 0.2px;
}

.page-our-clinic .vpc-banner__title {
	max-width: 560px;
	padding: 0 22px;
}

.vpc-banner__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	max-width: 720px;
	font-size: clamp(15px, 1.4vw, 17px);
	line-height: 1.7;
}

.page-our-clinic .vpc-banner__text {
	max-width: 560px;
	padding: 0 22px;
	color: rgba(255, 255, 255, 0.92);
}

.vpc-section {
	padding: 28px 0;
}

.vpc-clinic-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 20px;
	align-items: start;
}

.vpc-clinic-intro__content {
	height: 100%;
}

.vpc-clinic-intro__media {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--vpc-border);
	box-shadow: 0 14px 30px rgba(110, 42, 86, 0.12);
	min-height: 280px;
}

.vpc-clinic-intro__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(193, 39, 111, 0.06), rgba(193, 39, 111, 0));
	pointer-events: none;
}

.vpc-clinic-intro__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vpc-section__card {
	background: var(--vpc-white);
	border: 1px solid var(--vpc-border);
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(110, 42, 86, 0.10);
	padding: clamp(18px, 3vw, 28px);
}

.vpc-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	gap: 14px;
	flex-wrap: wrap;
}

.vpc-section__title {
	margin: 0;
	font-size: clamp(24px, 2.4vw, 32px);
	letter-spacing: 0.1px;
	position: relative;
	padding-left: 14px;
}

.vpc-section__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 6px;
	width: 4px;
	border-radius: 10px;
	background: linear-gradient(180deg, var(--vpc-primary), var(--vpc-accent));
}

.vpc-tech-count {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	background: rgba(193, 39, 111, 0.10);
	color: var(--vpc-primary-dark);
	border: 1px solid rgba(193, 39, 111, 0.18);
}

.vpc-section__content :first-child {
	margin-top: 0;
}

.vpc-section__content :last-child {
	margin-bottom: 0;
}

.vpc-section__content {
	color: #493d4a;
	font-size: 16px;
	line-height: 1.8;
}

.vpc-tech-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.vpc-tech-card {
	background: var(--vpc-white);
	border: 1px solid var(--vpc-border);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(110, 42, 86, 0.09);
	overflow: hidden;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.vpc-tech-card:hover {
	transform: translateY(-4px);
	border-color: rgba(193, 39, 111, 0.35);
	box-shadow: 0 16px 30px rgba(110, 42, 86, 0.14);
}

.vpc-tech-card__image img,
.vpc-tech-card__placeholder {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(193, 39, 111, 0.08), rgba(201, 163, 95, 0.10));
}

.vpc-tech-card__title {
	margin: 0;
	padding: 14px 14px 16px;
	font-size: 15px;
	font-weight: 700;
	color: #3a2f39;
	line-height: 1.45;
	min-height: 64px;
}

.vpc-tech-card__image img {
	object-position: center;
}

/* Products grid */
.vpc-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.vpc-product-card {
	background: var(--vpc-white);
	border: 1px solid var(--vpc-border);
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(110, 42, 86, 0.08);
	overflow: hidden;
}

.vpc-product-card__image img,
.vpc-product-card__placeholder {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(193, 39, 111, 0.06), rgba(201, 163, 95, 0.10));
}

.vpc-product-card__body {
	padding: 12px 14px 16px;
}

.vpc-product-card__title {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.35;
	color: var(--vpc-text-muted);
	font-weight: 700;
	min-height: 38px;
}

.vpc-product-card__image img {
	object-position: center;
}

.vpc-product-card__price {
	font-weight: 700;
	color: var(--vpc-text);
	margin-bottom: 10px;
}

.vpc-product-card__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	padding: 10px 12px;
	background: #fff;
	color: var(--vpc-primary-dark);
	border: 1px solid rgba(193, 39, 111, 0.24);
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
}

.vpc-product-card__btn:hover {
	background: #fff;
}

.vpc-product-card__btn--disabled {
	opacity: 0.6;
	cursor: default;
}

.vpc-products__all {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.vpc-products__all-btn {
	background: rgba(201, 163, 95, 0.25);
	border: 1px solid rgba(201, 163, 95, 0.35);
	color: var(--vpc-text);
	text-decoration: none;
	padding: 12px 18px;
	border-radius: 12px;
	font-weight: 700;
}

.vpc-products__all-btn:hover {
	background: rgba(201, 163, 95, 0.35);
}

.vpc-products__pagination {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.vpc-products__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid rgba(31, 24, 34, 0.12);
	background: #fff;
	color: var(--vpc-heading);
	font-size: 0.78rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.18s ease;
}

.vpc-products__pagination .page-numbers:hover,
.vpc-products__pagination .page-numbers:focus-visible,
.vpc-products__pagination .page-numbers.current {
	background: rgba(193, 39, 111, 0.12);
	border-color: rgba(193, 39, 111, 0.35);
	color: var(--vpc-primary-dark);
	outline: none;
}

/* Single product details */
.vpc-product-single-page {
	padding: clamp(28px, 4vw, 52px) 0 clamp(44px, 6vw, 72px);
}

.vpc-product-single {
	background: var(--vpc-surface);
	border: 1px solid rgba(31, 24, 34, 0.08);
	border-radius: 20px;
	box-shadow: 0 20px 48px rgba(31, 24, 34, 0.08);
	padding: clamp(16px, 3vw, 28px);
}

.vpc-product-single__crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: clamp(16px, 2.2vw, 24px);
	font-size: 0.8125rem;
	color: var(--vpc-text-muted);
}

.vpc-product-single__crumbs a {
	color: var(--vpc-primary);
	text-decoration: none;
}

.vpc-product-single__crumbs a:hover {
	color: var(--vpc-primary-dark);
}

.vpc-product-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(20px, 3vw, 34px);
}

@media (min-width: 960px) {
	.vpc-product-single__layout {
		grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
		align-items: start;
	}
}

.vpc-product-single__media {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(31, 24, 34, 0.08);
	background: linear-gradient(135deg, rgba(193, 39, 111, 0.06), rgba(201, 163, 95, 0.1));
}

.vpc-product-single__img,
.vpc-product-single__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 4.2;
	object-fit: cover;
}

.vpc-product-single__media--ba {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(31, 24, 34, 0.08);
}

.vpc-product-single__ba-item {
	position: relative;
	margin: 0;
	background: #fff;
}

.vpc-product-single__ba-label {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(31, 24, 34, 0.76);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Service details: premium polish while keeping same structure */
.single-vpc_service .vpc-product-single {
	border: 1px solid rgba(193, 39, 111, 0.08);
	box-shadow: 0 18px 46px rgba(31, 24, 34, 0.08);
	padding: clamp(20px, 2.6vw, 30px);
	border-radius: 22px;
	background:
		radial-gradient(circle at 8% 6%, rgba(193, 39, 111, 0.08), transparent 40%),
		radial-gradient(circle at 92% 96%, rgba(201, 163, 95, 0.12), transparent 38%),
		#fff;
}

.single-vpc_service .vpc-product-single__crumbs {
	margin-bottom: 16px;
	font-weight: 500;
}

.single-vpc_service .vpc-product-single__layout {
	gap: clamp(18px, 2.6vw, 34px);
}

.single-vpc_service .vpc-product-single__media {
	border-color: rgba(193, 39, 111, 0.16);
	background: linear-gradient(145deg, rgba(193, 39, 111, 0.08), rgba(201, 163, 95, 0.12));
}

.single-vpc_service .vpc-product-single__media--ba {
	padding: 10px;
	gap: 10px;
	border-radius: 18px;
}

.single-vpc_service .vpc-product-single__ba-item {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(31, 24, 34, 0.14);
}

.single-vpc_service .vpc-product-single__img {
	aspect-ratio: 4 / 4.4;
}

.single-vpc_service .vpc-product-single__ba-label {
	left: 12px;
	bottom: 12px;
	background: linear-gradient(120deg, rgba(193, 39, 111, 0.92), rgba(159, 23, 93, 0.92));
	box-shadow: 0 8px 16px rgba(193, 39, 111, 0.26);
}

.single-vpc_service .vpc-product-single__content {
	padding-top: 2px;
}

.single-vpc_service .vpc-product-single__title {
	margin-bottom: 12px;
	letter-spacing: -0.01em;
	font-size: clamp(2rem, 3.1vw, 2.8rem);
	line-height: 1.1;
	position: relative;
	padding-bottom: 12px;
}

.single-vpc_service .vpc-product-single__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: clamp(72px, 10vw, 112px);
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #c1276f 0%, #c9a35f 100%);
}

.single-vpc_service .vpc-product-single__desc {
	border: 1px solid rgba(193, 39, 111, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 248, 0.95));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	padding: clamp(16px, 2vw, 22px);
	border-radius: 14px;
}

.single-vpc_service .vpc-product-single__desc p {
	margin: 0;
	font-size: clamp(1rem, 1.35vw, 1.14rem);
	line-height: 1.85;
	color: #3f3a43;
}

@media (max-width: 920px) {
	.single-vpc_service .vpc-product-single {
		padding: 16px;
		border-radius: 18px;
	}

	.single-vpc_service .vpc-product-single__layout {
		gap: 16px;
	}

	.single-vpc_service .vpc-product-single__title {
		font-size: clamp(1.6rem, 7.2vw, 2.2rem);
	}
}

.vpc-product-single__title {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 2.4vw, 2.2rem);
	line-height: 1.2;
	color: var(--vpc-heading);
}

.vpc-product-single__kicker-wrap {
	margin: 0 0 10px;
}

.vpc-product-single__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--vpc-primary-dark);
	background: rgba(193, 39, 111, 0.1);
	border: 1px solid rgba(193, 39, 111, 0.2);
}

.vpc-product-single__price {
	display: inline-flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--vpc-primary-dark);
	background: rgba(193, 39, 111, 0.1);
}

.vpc-product-single__short {
	margin: 0 0 12px;
	font-size: var(--vpc-fs-body);
	line-height: 1.6;
	color: var(--vpc-text);
}

.vpc-product-single__details {
	margin: 0 0 16px;
	padding-left: 18px;
	color: var(--vpc-text);
	line-height: 1.7;
	background: rgba(201, 163, 95, 0.08);
	border: 1px solid rgba(201, 163, 95, 0.2);
	border-radius: 12px;
	padding: 12px 14px 12px 30px;
}

.vpc-product-single__details li {
	margin-bottom: 6px;
}

.vpc-product-single__details li:last-child {
	margin-bottom: 0;
}

.vpc-product-single__desc {
	color: var(--vpc-text);
	line-height: 1.75;
	background: #fff;
	border: 1px solid rgba(31, 24, 34, 0.08);
	border-radius: 14px;
	padding: 14px 16px;
}

.vpc-product-single__desc > :last-child {
	margin-bottom: 0;
}

.vpc-product-single__section-title {
	margin: 0 0 10px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--vpc-heading);
}

.vpc-product-single__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.vpc-product-single__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 10px;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vpc-product-single__btn--primary {
	background: var(--vpc-primary);
	color: #fff;
	box-shadow: 0 10px 22px rgba(193, 39, 111, 0.22);
}

.vpc-product-single__btn--primary:hover {
	background: var(--vpc-primary-dark);
	color: #fff;
	transform: translateY(-1px);
}

.vpc-product-single__btn--ghost {
	background: #fff;
	color: var(--vpc-heading);
	border: 1px solid rgba(31, 24, 34, 0.16);
}

.vpc-product-single__btn--ghost:hover {
	background: rgba(31, 24, 34, 0.04);
	color: var(--vpc-heading);
}

.vpc-home-hero-slider {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 38px rgba(47, 36, 48, 0.12);
}

.vpc-home-hero-wrap {
	margin-top: 1%;
}

.vpc-home-hero-slides {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	transition: transform 0.55s ease-in-out;
	min-height: clamp(240px, 34vw, 390px);
}

.vpc-home-hero-slide {
	position: relative;
	flex: 0 0 100%;
	background-size: cover;
	background-position: center;
}

.vpc-home-hero-slide__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(47, 36, 48, 0.24) 8%, rgba(47, 36, 48, 0.12) 45%, rgba(47, 36, 48, 0.04) 100%);
}

.vpc-home-hero-slide .vpc-home-hero__content {
	position: absolute;
	z-index: 2;
	left: clamp(16px, 3vw, 34px);
	bottom: clamp(16px, 3vw, 26px);
	max-width: min(320px, 90%);
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 14px;
	padding: 10px;
}

.vpc-home-hero-dots {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 3;
}

.vpc-home-hero-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
}

.vpc-home-hero-dot.is-active {
	background: #fff;
}

.vpc-hero-action-card {
	margin: 1px auto 0;
	max-width: 920px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 20px;
	box-shadow: 0 16px 30px rgba(47, 36, 48, 0.12);
	padding: 12px;
	display: grid;
	grid-template-columns: 1.3fr auto auto;
	gap: 12px;
	position: relative;
	z-index: 4;
}

.vpc-hero-action-card--single-cta {
	display: flex;
	justify-content: center;
	grid-template-columns: none;
	max-width: 320px;
	background: transparent;
	border: 0;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
	padding: 0;
}

.vpc-hero-action-card__search {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #f0d29f;
	border-radius: 14px;
	padding: 8px 10px 8px 14px;
}

.vpc-hero-action-card__search input {
	border: 0;
	outline: 0;
	width: 100%;
	font-size: 21px;
	color: var(--vpc-text);
	background: transparent;
}

.vpc-hero-action-card__search button {
	border: 1px solid #e7e2d6;
	background: #fff;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	color: #60666f;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.vpc-hero-action-card__search button .vpc-hero-search-icon {
	flex-shrink: 0;
	display: block;
}

.vpc-hero-action-card__search button:hover,
.vpc-hero-action-card__search button:focus-visible {
	color: var(--vpc-primary, #b83280);
	border-color: rgba(184, 50, 128, 0.35);
}

.vpc-hero-chip {
	min-width: 162px;
	padding: 14px 18px;
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.vpc-hero-action-card--single-cta .vpc-hero-chip {
	min-width: 220px;
}

.vpc-hero-booknow-form {
	grid-template-columns: minmax(140px, 1fr) minmax(150px, 1fr) minmax(170px, 1fr) minmax(145px, 1fr) auto;
	align-items: center;
	max-width: 980px;
	border-radius: 22px;
	padding: 14px;
	gap: 10px;
}

.vpc-hero-booknow-form__field {
	display: block;
}

.vpc-hero-booknow-form__field input,
.vpc-hero-booknow-form__field select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border-radius: 14px;
	border: 1px solid #ead9bf;
	background: #fff;
	color: var(--vpc-text);
	font-family: var(--vpc-font);
	font-size: 14px;
	line-height: 1;
	outline: none;
}

.vpc-hero-booknow-form__field select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #7a7a7a 50%), linear-gradient(135deg, #7a7a7a 50%, transparent 50%);
	background-position: calc(100% - 20px) 20px, calc(100% - 14px) 20px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 34px;
}

.vpc-hero-booknow-form__field input:focus-visible,
.vpc-hero-booknow-form__field select:focus-visible {
	border-color: var(--vpc-primary);
	box-shadow: 0 0 0 3px rgba(193, 39, 111, 0.14);
}

.vpc-hero-booknow-form__submit {
	height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(145deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
	color: #fff;
	font-family: var(--vpc-font);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vpc-hero-booknow-form__submit:hover,
.vpc-hero-booknow-form__submit:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(120, 20, 76, 0.28);
}

.vpc-hero-chip--gold {
	background: linear-gradient(135deg, #ffbb40, #f39a18);
}

.vpc-hero-chip--teal {
	background: linear-gradient(145deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
}

.vpc-home-about {
	margin-top: clamp(20px, 3vw, 36px);
}

.vpc-home-doctor {
	margin-top: clamp(20px, 3vw, 34px);
}

.vpc-home-doctor__scroller {
	position: relative;
	display: block;
}

.vpc-home-doctor__list {
	display: flex;
	gap: clamp(16px, 2.2vw, 24px);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 8px;
	flex: 1 1 auto;
}

.vpc-home-doctor__list::-webkit-scrollbar {
	display: none;
}

.vpc-home-doctor .vpc-about-doctor {
	grid-template-columns: minmax(270px, 350px) minmax(0, 620px);
	gap: clamp(16px, 2vw, 24px);
	justify-content: start;
	align-items: stretch;
	padding: clamp(8px, 1vw, 12px);
	padding-left: calc(clamp(8px, 1vw, 12px) + 4%);
	border-radius: 18px;
	border: 1px solid rgba(193, 39, 111, 0.12);
	background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
	box-shadow: 0 14px 34px rgba(31, 24, 34, 0.08);
	flex: 0 0 100%;
	min-width: 100%;
	scroll-snap-align: start;
	max-width: 920px;
	margin-inline: auto;
}

.vpc-home-doctor .vpc-about-doctor__left {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 330px;
}

.vpc-home-doctor .vpc-about-doctor__image {
	border-radius: 14px;
	border: 1px solid rgba(193, 39, 111, 0.1);
	background: #fff;
	box-shadow: 0 8px 20px rgba(31, 24, 34, 0.06);
}

.vpc-home-doctor .vpc-about-doctor__image img {
	width: 100%;
	height: 170px;
	max-height: none;
	min-height: 170px;
	object-fit: contain;
	object-position: center center;
}

.vpc-home-doctor .vpc-about-doctor__content h3 {
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.08;
	color: var(--vpc-heading);
}

.vpc-home-doctor .vpc-about-doctor__content > span {
	margin-top: 6px;
	font-size: clamp(14px, 1.1vw, 18px);
	font-weight: 700;
	color: var(--vpc-primary);
}

.vpc-home-doctor .vpc-about-doctor__qual {
	margin: 10px 0 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(193, 39, 111, 0.14);
}

.vpc-home-doctor .vpc-about-doctor__bio {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 16px 18px;
	border-radius: 14px;
	border: 1px solid rgba(193, 39, 111, 0.12);
	background: linear-gradient(180deg, #ffffff 0%, #fff7fb 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	min-height: 100%;
}

.vpc-home-doctor .vpc-about-doctor__bio p {
	color: #4d4450;
	line-height: 1.58;
	margin: 0 0 6px;
	max-width: none;
}

.vpc-home-doctor .vpc-about-doctor__bio p:last-child {
	margin-bottom: 0;
}

.vpc-home-doctor__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(193, 39, 111, 0.24);
	background: #fff;
	color: var(--vpc-primary-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(31, 24, 34, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	z-index: 3;
	pointer-events: auto;
}

.vpc-home-doctor__arrow:hover {
	transform: translateY(calc(-50% - 1px));
	border-color: rgba(193, 39, 111, 0.45);
	box-shadow: 0 10px 18px rgba(193, 39, 111, 0.15);
}

.vpc-home-doctor__arrow--prev {
	left: 8px;
}

.vpc-home-doctor__arrow--next {
	right: 8px;
}

.vpc-home-about__card {
	padding: clamp(24px, 4vw, 38px);
	box-shadow: 0 16px 40px rgba(110, 42, 86, 0.09);
}

#home-our-products .vpc-home-about__header {
	margin-bottom: clamp(18px, 2.6vw, 26px);
}

#home-our-products {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

#home-our-products .vpc-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	overflow: visible;
	padding-bottom: 0;
}

#home-our-products .vpc-products__grid::-webkit-scrollbar {
	display: none;
}

#home-our-products .vpc-product-card {
	min-width: 0;
}

#home-our-products:not(.is-expanded) .vpc-products__grid .vpc-product-card:nth-child(n + 9) {
	display: none;
}

#home-our-products [data-vpc-products-expand] {
	border: none;
	border-radius: 12px;
	padding: 14px 32px;
	background: linear-gradient(145deg, #f49cc5 0%, #e998be 100%);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 10px 28px rgba(193, 39, 111, 0.35);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#home-our-products [data-vpc-products-expand]:hover,
#home-our-products [data-vpc-products-expand]:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(193, 39, 111, 0.42);
}

.vpc-home-about__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 18px;
}

.vpc-home-about__header h2 {
	margin: 0 0 10px;
	width: 100%;
	text-align: center;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
	letter-spacing: -0.02em;
}

.vpc-home-about__subtitle {
	margin: 0 0 16px;
	max-width: 36em;
	font-family: var(--vpc-font);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--vpc-text-muted);
	text-align: center;
}

.vpc-home-about__accent {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.vpc-home-about__accent-bar {
	display: block;
	height: 5px;
	border-radius: 999px;
}

.vpc-home-about__accent-bar--primary {
	width: 100%;
	background: var(--vpc-primary);
}

.vpc-home-about__accent-bar--gold {
	width: 76%;
	background: var(--vpc-accent);
}

.vpc-home-about__lead {
	margin: 0 auto 22px;
	max-width: 52em;
	text-align: center;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	color: var(--vpc-text-muted);
}

.vpc-home-about__highlights {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

@media (min-width: 768px) {
	.vpc-home-about__highlights {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
		align-items: stretch;
	}
}

.vpc-home-about__highlight {
	margin: 0;
	padding: 18px 18px 20px;
	border-radius: 16px;
	border: 1px solid var(--vpc-border);
	background: linear-gradient(160deg, rgba(193, 39, 111, 0.05) 0%, rgba(201, 163, 95, 0.07) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.vpc-home-about__label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--vpc-primary);
}

.vpc-home-about__highlight p {
	margin: 0;
	font-family: var(--vpc-font);
	font-size: 15px;
	line-height: 1.55;
	color: var(--vpc-text);
}

.vpc-home-about__actions {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	padding-top: 4px;
}

.vpc-home-about__link {
	border-radius: 999px;
	padding: 12px 26px;
	min-width: min(100%, 220px);
	box-shadow: 0 8px 20px rgba(193, 39, 111, 0.22);
}

.vpc-home-about__link:hover {
	box-shadow: 0 10px 24px rgba(193, 39, 111, 0.28);
}

/* Home — same gallery carousel as Gallery page */
.vpc-home-gallery-embed {
	margin-top: clamp(28px, 4vw, 44px);
}

/* Home — testimonials / gallery / blog teasers (brand tokens; layouts differ per block) */
.vpc-home-tease {
	margin-top: clamp(28px, 4vw, 44px);
}

.vpc-home-tease__shell {
	border-radius: 20px;
	padding: clamp(22px, 3.5vw, 36px);
}

.vpc-home-tease__shell--card {
	background: var(--vpc-white);
	border: 1px solid var(--vpc-border);
	box-shadow: 0 16px 36px rgba(110, 42, 86, 0.08);
}

.vpc-home-tease__shell--soft {
	background: linear-gradient(180deg, var(--vpc-bg-subtle) 0%, rgba(255, 255, 255, 0.92) 100%);
	border: 1px solid var(--vpc-border);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.vpc-home-tease__shell--outline {
	background: var(--vpc-white);
	border: 2px dashed rgba(201, 163, 95, 0.45);
	box-shadow: 0 12px 28px rgba(47, 36, 48, 0.05);
}

.vpc-home-tease__head {
	text-align: center;
	margin-bottom: 20px;
}

.vpc-home-tease__head h2 {
	margin: 0 0 8px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	letter-spacing: -0.02em;
}

.vpc-home-tease__sub {
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: 600;
	color: var(--vpc-text-muted);
}

.vpc-home-tease__accent {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.vpc-home-tease__accent--wide {
	max-width: 240px;
}

.vpc-home-tease__accent-bar {
	display: block;
	height: 5px;
	border-radius: 999px;
}

.vpc-home-tease__accent-bar--primary {
	width: 100%;
	background: var(--vpc-primary);
}

.vpc-home-tease__accent-bar--gold {
	width: 76%;
	background: var(--vpc-accent);
}

/* Home — same shortcode UI as testimonials page (see .vpc-review-slider) */
.vpc-home-testimonials {
	margin-top: clamp(28px, 4vw, 44px);
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding: clamp(18px, 2.4vw, 26px) 0;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(193, 39, 111, 0.08);
	box-shadow: 0 10px 24px rgba(47, 36, 48, 0.05);
}

.vpc-home-testimonials .vpc-review-slider {
	margin-bottom: 0;
	padding: clamp(22px, 3vw, 34px) clamp(24px, 6vw, 48px);
	background: transparent;
	border: 0;
	box-shadow: none;
}

.vpc-home-testimonials .vpc-review-slider__main {
	display: block;
	gap: clamp(18px, 2.6vw, 30px);
}

.vpc-home-testimonials .vpc-review-slider__aside {
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	position: static;
	text-align: center;
}

.vpc-home-testimonials .vpc-review-slider__aside-title {
	display: none;
}

.vpc-home-testimonials .vpc-review-slider__quote {
	display: none;
}

.vpc-home-testimonials .vpc-review-slider__tabs {
	display: flex;
	width: auto;
	margin-bottom: 8px;
	gap: 8px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.vpc-home-testimonials .vpc-review-slider__tab {
	flex: 0 0 auto;
	min-width: 140px;
	min-height: 40px;
	padding: 0 22px;
	font-size: 14px;
	border-color: rgba(193, 39, 111, 0.18);
}

.vpc-home-testimonials .vpc-review-slider__nav {
	display: flex;
	justify-content: center;
	max-width: none;
	margin: 0 auto 10px;
	gap: 10px;
}

.vpc-home-testimonials .vpc-review-slider__viewport {
	padding: 2px 2px 10px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
}

.vpc-home-testimonials .vpc-review-slider__viewport::-webkit-scrollbar {
	display: none;
}

.vpc-home-testimonials .vpc-review-slider__viewport:active {
	cursor: grabbing;
}

.vpc-home-testimonials .vpc-review-slider__strip {
	gap: 14px;
	padding: 2px 6px 14px;
}

.vpc-home-testimonials .vpc-review-card {
	flex: 0 0 min(320px, calc(100vw - 56px));
	min-width: min(320px, calc(100vw - 56px));
	scroll-snap-align: start;
	opacity: 1;
	transform: none;
	animation: none;
}

.vpc-home-testimonials .vpc-review-card__bubble {
	border-radius: 14px;
	border: 1px solid rgba(193, 39, 111, 0.14);
	box-shadow: 0 8px 20px rgba(27, 18, 30, 0.06);
	background: #fff;
	padding: 18px 16px;
}

.vpc-home-testimonials .vpc-review-card:hover .vpc-review-card__bubble {
	box-shadow: 0 12px 24px rgba(193, 39, 111, 0.1);
	border-color: rgba(193, 39, 111, 0.2);
}

.vpc-home-testimonials .vpc-review-slider__nav-btn {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(221, 116, 173, 0.42);
	background: #fff;
	color: var(--vpc-primary-dark);
	box-shadow: 0 6px 14px rgba(221, 116, 173, 0.14);
}

.vpc-home-testimonials .vpc-review-slider__progress {
	display: none;
}

.vpc-home-testimonials .vpc-review-card__name {
	font-size: 1.02rem;
}

.vpc-home-testimonials .vpc-review-card__meta {
	opacity: 0.88;
}

/* Home — Latest Stories (3 dynamic posts, reference layout) */
.vpc-home-latest {
	margin-top: clamp(28px, 4vw, 44px);
	padding-bottom: clamp(8px, 2vw, 16px);
}

.vpc-home-latest__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: clamp(22px, 3vw, 32px);
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.vpc-home-latest__kicker {
	margin: 0 0 10px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vpc-accent-dark);
}

.vpc-home-latest__head h2 {
	margin: 0;
	font-family: var(--vpc-font);
	font-size: clamp(26px, 3.2vw, 34px);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
}

.vpc-home-latest__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(22px, 3vw, 28px);
}

@media (min-width: 768px) {
	.vpc-home-latest__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
	}
}

.vpc-home-latest__empty {
	margin: 0 0 16px;
}

.vpc-home-latest__actions {
	display: flex;
	justify-content: center;
	margin-top: clamp(22px, 3vw, 32px);
}

.vpc-home-story-card {
	background: var(--vpc-white);
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(47, 36, 48, 0.1);
	box-shadow: 0 14px 30px rgba(47, 36, 48, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.vpc-home-story-card:hover {
	box-shadow: 0 18px 40px rgba(47, 36, 48, 0.12);
	transform: translateY(-3px);
	border-color: rgba(193, 39, 111, 0.24);
}

.vpc-home-story-card__media-link {
	display: block;
	text-decoration: none;
	line-height: 0;
}

.vpc-home-story-card__media {
	display: block;
	position: relative;
	overflow: hidden;
	clip-path: none;
	background: var(--vpc-bg-subtle);
}

.vpc-home-story-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(12, 22, 36, 0) 55%, rgba(12, 22, 36, 0.12) 100%);
	pointer-events: none;
}

.vpc-home-story-card__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.vpc-home-story-card__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(193, 39, 111, 0.08), rgba(201, 163, 95, 0.12));
}

.vpc-home-story-card__body {
	margin-top: 0;
	position: relative;
	z-index: 1;
	padding: 12px 18px 22px;
	background: var(--vpc-white);
}

.vpc-home-story-card__title {
	margin: 0 0 10px;
	font-size: clamp(17px, 1.9vw, 20px);
	font-weight: var(--vpc-fw-bold);
	line-height: 1.3;
	color: var(--vpc-heading);
}

.vpc-home-story-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.vpc-home-story-card__title a:hover {
	color: var(--vpc-primary);
}

.vpc-home-story-card__meta {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9a8f96;
	line-height: 1.45;
}

.vpc-home-story-card__rule {
	display: block;
	width: 28%;
	max-width: 96px;
	height: 2px;
	margin-bottom: 12px;
	border-radius: 2px;
	background: var(--vpc-primary);
	opacity: 0.85;
}

.vpc-home-story-card__excerpt {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--vpc-text-muted);
}

.vpc-home-story-card__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--vpc-primary);
	padding: 6px 0;
	border-bottom: 1px solid rgba(193, 39, 111, 0.25);
}

.vpc-home-story-card__more:hover {
	color: var(--vpc-primary-dark);
	border-bottom-color: rgba(193, 39, 111, 0.45);
}

.vpc-home-tease__empty {
	text-align: center;
	margin: 8px 0 16px;
}

.vpc-home-tease__actions {
	display: flex;
	justify-content: center;
	margin-top: 22px;
	padding-top: 4px;
}

.vpc-home-oc {
	margin-top: 30px;
}

.vpc-home-oc__card {
	background: var(--vpc-white);
	border: 1px solid var(--vpc-border);
	border-radius: 20px;
	padding: 22px;
	box-shadow: 0 14px 30px rgba(110, 42, 86, 0.10);
}

.vpc-home-oc__card--showcase {
	padding: clamp(24px, 4vw, 38px);
	box-shadow: 0 16px 40px rgba(110, 42, 86, 0.09);
}

.vpc-home-oc__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 18px;
}

.vpc-home-oc__header h2 {
	margin: 0 0 8px;
	width: 100%;
	text-align: center;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
	letter-spacing: -0.02em;
}

.vpc-home-oc__subtitle {
	margin: 0 0 14px;
	max-width: 36em;
	font-family: var(--vpc-font);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--vpc-text-muted);
	text-align: center;
}

.vpc-home-oc__accent {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.vpc-home-oc__accent-bar {
	display: block;
	height: 5px;
	border-radius: 999px;
}

.vpc-home-oc__accent-bar--primary {
	width: 100%;
	background: var(--vpc-primary);
}

.vpc-home-oc__accent-bar--gold {
	width: 76%;
	background: var(--vpc-accent);
}

.vpc-home-oc__lead {
	margin: 0 auto 20px;
	max-width: 52em;
	text-align: center;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	color: var(--vpc-text-muted);
}

.vpc-home-oc__points {
	margin: 0 auto 22px;
	padding: 0;
	max-width: 42em;
	list-style: none;
	display: grid;
	gap: 10px;
}

.vpc-home-oc__points li {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 36em;
	padding-left: 0;
	font-family: var(--vpc-font);
	font-size: 15px;
	line-height: 1.5;
	color: var(--vpc-text);
	text-align: left;
}

.vpc-home-oc__points li::before {
	content: "";
	flex-shrink: 0;
	margin-top: 0.45em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--vpc-primary), var(--vpc-accent));
	box-shadow: 0 0 0 2px rgba(193, 39, 111, 0.15);
}

@media (min-width: 640px) {
	.vpc-home-oc__points {
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		row-gap: 10px;
	}
}

.vpc-home-oc__actions {
	display: flex;
	justify-content: center;
	margin-top: 22px;
	padding-top: 6px;
}

.vpc-home-oc__link--cta {
	border-radius: 999px;
	padding: 12px 26px;
	min-width: min(100%, 220px);
	box-shadow: 0 8px 20px rgba(193, 39, 111, 0.22);
}

.vpc-home-oc__link--cta:hover {
	box-shadow: 0 10px 24px rgba(193, 39, 111, 0.28);
}

.vpc-home-oc__head {
	margin-bottom: 16px;
}

.vpc-home-oc__head h2 {
	margin: 0 0 8px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
	letter-spacing: -0.02em;
}

.vpc-home-oc__head p {
	margin: 0 0 14px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	color: var(--vpc-text-muted);
	max-width: 720px;
	line-height: var(--vpc-lh-body);
}

.vpc-home-oc__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border-radius: 12px;
	background: var(--vpc-primary);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.vpc-home-oc__link:hover {
	background: var(--vpc-primary-dark);
}

.vpc-home-oc__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.vpc-home-oc__item {
	border: 1px solid var(--vpc-border);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}

.vpc-home-oc__image img,
.vpc-home-oc__placeholder {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(193, 39, 111, 0.08), rgba(201, 163, 95, 0.10));
}

.vpc-home-oc__item h3 {
	margin: 0;
	padding: 12px;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}

/* About premium page */
.page-about .vpc-site-content {
	padding-top: 0;
	background: #fff;
}

.vpc-about-hero {
	position: relative;
	min-height: clamp(240px, 28vw, 360px);
	background: linear-gradient(120deg, #fff5f8 0%, #fff 55%, #fff5f8 100%);
	border-bottom: 1px solid #f6e7ef;
}

.vpc-about-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(47, 36, 48, 0.45), rgba(47, 36, 48, 0.12));
}

.vpc-about-hero__inner {
	position: relative;
	z-index: 2;
	padding: clamp(34px, 6vw, 70px) 16px;
	color: #fff;
}

.vpc-about-hero__inner h1 {
	margin: 0 0 12px;
	font-size: clamp(36px, 5vw, 64px);
}

.vpc-about-hero__inner p {
	margin: 0;
	max-width: 760px;
	line-height: 1.75;
	color: #fff7fb;
}

.vpc-about-intro {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	gap: 30px;
	padding-top: 34px;
	align-items: center;
}

.vpc-about-intro__media {
	border-radius: 22px;
	overflow: hidden;
	background: #fff1f6;
}

.vpc-about-intro__media--collage {
	position: relative;
	min-height: 360px;
	background: linear-gradient(135deg, #ffe6f0, #fff);
}

.vpc-about-box {
	position: absolute;
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(89, 52, 79, 0.14);
	background: linear-gradient(135deg, #ffc1d6, #ffe6ef);
}

.vpc-about-box--one {
	left: 8%;
	top: 10%;
	width: 38%;
	height: 44%;
}

.vpc-about-box--two {
	right: 10%;
	top: 22%;
	width: 42%;
	height: 36%;
}

.vpc-about-box--three {
	left: 24%;
	bottom: 10%;
	width: 48%;
	height: 44%;
}

.vpc-about-intro__media img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.vpc-about-kicker {
	color: #f36f96;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-size: 13px;
}

.vpc-about-intro__content h2 {
	margin: 8px 0 12px;
	font-size: clamp(30px, 3.4vw, 52px);
	line-height: 1.1;
	color: #2f2f36;
}

.vpc-about-intro__content p {
	margin: 0;
	color: #585566;
	line-height: 1.8;
}

.vpc-about-stats {
	margin-top: 22px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.vpc-about-stat {
	background: #ff7f9f;
	color: #fff;
	border-radius: 14px;
	padding: 12px 10px;
	text-align: center;
}

.vpc-about-stat strong {
	display: block;
	font-size: 28px;
	line-height: 1;
}

.vpc-about-stat span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
}

.vpc-about-why {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 26px;
	padding-top: 34px;
}

.vpc-about-why__left h2 {
	margin: 8px 0 12px;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.05;
}

.vpc-about-why__left p {
	margin: 0;
	line-height: 1.8;
	color: #5b5868;
}

.vpc-about-exp {
	margin-top: 16px;
	font-size: 58px;
	font-weight: 800;
	color: #ff6c95;
	line-height: 1;
}

.vpc-about-why__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	align-content: start;
}

.vpc-about-feature {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #f0e6ee;
	box-shadow: 0 10px 22px rgba(74, 48, 69, 0.07);
	padding: 16px;
}

.vpc-about-feature h3 {
	margin: 0 0 8px;
	font-size: 30px;
	line-height: 1.05;
}

.vpc-about-feature p {
	margin: 0;
	color: #666274;
	line-height: 1.65;
	font-size: 14px;
}

.vpc-about-copy {
	margin-top: 26px;
	background: #fff7fa;
	border-radius: 20px;
	padding: 26px;
}

.vpc-about-copy h3 {
	margin: 0 0 10px;
	font-size: 44px;
	line-height: 1;
	font-family: "Segoe Script", "Brush Script MT", cursive;
}

.vpc-about-copy p {
	margin: 0 0 22px;
	line-height: 1.85;
	color: #3f3c49;
}

.vpc-about-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 26px;
	margin-top: 8px;
}

.vpc-about-points ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vpc-about-points li {
	margin: 0 0 10px;
	padding-left: 34px;
	position: relative;
	font-weight: 700;
}

.vpc-about-points li::before {
	content: "\2714";
	position: absolute;
	left: 0;
	top: -2px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ff2c7d;
	color: #fff;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.vpc-about-doctor {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	gap: 30px;
	align-items: start;
	padding-top: 26px;
}

.vpc-about-doctor__image {
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(180deg, #fdf8fa 0%, #f3eef2 100%);
	box-shadow: inset 0 0 0 1px rgba(242, 219, 230, 0.6);
}

.vpc-about-doctor__image--placeholder {
	min-height: 520px;
	background: linear-gradient(135deg, #ffd4e3, #f3efff);
	box-shadow: inset 0 0 0 1px #f2dbe6;
}

.vpc-about-doctor__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center bottom;
	max-height: min(720px, 85vh);
}

.vpc-about-doctor__content h3 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	color: var(--vpc-primary);
}

.vpc-about-doctor__content > span {
	display: block;
	margin-top: 4px;
	font-size: 20px;
	color: #5e5a68;
}

.vpc-about-doctor__qual {
	margin: 18px 0 16px;
	padding-top: 14px;
	border-top: 1px solid #eadbe6;
	color: #5e4557;
	line-height: 1.75;
}

.vpc-about-doctor__content p {
	margin: 0;
	line-height: 1.9;
	color: #513f4d;
}

@media (max-width: 980px) {
	.vpc-home-doctor__arrow {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}

	.vpc-home-doctor .vpc-about-doctor {
		grid-template-columns: 1fr;
	}

	.vpc-home-doctor .vpc-about-doctor__bio {
		padding: 12px 14px;
	}

	.vpc-home-doctor .vpc-about-doctor__left {
		max-width: none;
	}

	.vpc-home-doctor .vpc-about-doctor__image img {
		min-height: 170px;
		height: 170px;
	}

	.vpc-logo {
		font-size: 28px;
	}

	.vpc-nav__menu {
		gap: 14px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.vpc-home-hero {
		grid-template-columns: 1fr;
		padding: 28px;
	}

	.vpc-home-hero--no-image {
		padding-right: 28px;
	}

	.vpc-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 32px clamp(18px, 4vw, 28px);
	}

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

	.vpc-clinic-intro {
		grid-template-columns: 1fr;
	}

	.page-our-clinic .vpc-banner__inner::before {
		width: calc(100% - 32px);
		height: calc(100% - 24px);
	}

	.vpc-clinic-intro__media {
		min-height: 240px;
	}

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

	.vpc-home-hero-slides {
		min-height: 300px;
	}

	.vpc-hero-action-card {
		margin-top: 10px;
		grid-template-columns: 1fr 1fr;
	}

	.vpc-hero-action-card__search {
		grid-column: 1 / -1;
	}

	.vpc-home-oc__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vpc-about-intro,
	.vpc-about-why,
	.vpc-about-doctor {
		grid-template-columns: 1fr;
	}

	.vpc-about-stats {
		grid-template-columns: 1fr 1fr;
	}

	.vpc-about-points {
		grid-template-columns: 1fr;
	}

	.vpc-about-intro__media--collage {
		min-height: 280px;
	}
}

@media (max-width: 640px) {
	.vpc-header__bar {
		padding: 0 8px;
	}

	.vpc-header__pill {
		border-radius: 0;
		padding: 10px 10px 12px;
		justify-content: space-between;
	}

	.vpc-header__brand {
		max-width: min(260px, 70vw);
		order: 1;
	}

	.vpc-header__pill .vpc-header__cta {
		order: 2;
		width: auto;
		padding: 10px 16px;
		font-size: 0.68rem;
	}

	.vpc-header__pill .vpc-nav {
		order: 3;
		width: 100%;
		flex-basis: 100%;
		justify-content: center;
	}

	.vpc-header__pill .vpc-nav__menu {
		justify-content: center;
	}

	.vpc-nav__menu .sub-menu {
		position: static;
		transform: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		box-shadow: none;
		background: var(--vpc-bg-subtle);
		margin-top: 8px;
		border-radius: 12px;
		border: 1px solid var(--vpc-border);
	}

	.vpc-nav__menu .sub-menu a {
		color: var(--vpc-heading);
	}

	.vpc-home-hero__cta {
		width: 100%;
	}

	.vpc-home-hero-slide .vpc-home-hero__content {
		left: 14px;
		right: 14px;
		max-width: none;
		padding: 8px;
	}

	.vpc-home-hero-slides {
		min-height: 240px;
	}

	.vpc-hero-action-card {
		grid-template-columns: 1fr;
	}

	.vpc-hero-chip {
		width: 100%;
	}

	.vpc-home-oc__grid {
		grid-template-columns: 1fr;
	}

	.vpc-footer__grid {
		grid-template-columns: 1fr;
		padding: clamp(26px, 6vw, 34px) clamp(18px, 5vw, 24px);
		border-radius: 18px;
	}

	.vpc-tech-grid {
		grid-template-columns: 1fr;
	}

	.vpc-section__header {
		justify-content: flex-start;
	}

	.page-our-clinic .vpc-banner__title,
	.page-our-clinic .vpc-banner__text {
		padding: 0 14px;
	}

	.vpc-products__grid {
		grid-template-columns: 1fr;
	}

	.vpc-about-stats {
		grid-template-columns: 1fr;
	}

	.vpc-about-copy {
		padding: 18px;
	}
}

/* Testimonials — Trustpilot-style horizontal cards + fixed sidebar */
.vpc-review-slider {
	--vpc-review-green: var(--vpc-success);
	margin: clamp(24px, 4vw, 40px) auto;
	padding: clamp(28px, 4vw, 48px) clamp(12px, 2vw, 20px);
	background: #f5f6f8;
	border-radius: 20px;
	border: 1px solid #e8eaed;
}

.vpc-review-slider__top {
	text-align: center;
	max-width: 720px;
	margin: 0 auto clamp(28px, 4vw, 40px);
}

.vpc-review-slider__top-title {
	margin: 0 0 10px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
	letter-spacing: -0.02em;
}

.vpc-review-slider__top-sub {
	margin: 0;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	color: var(--vpc-text-muted);
	line-height: var(--vpc-lh-body);
}

.vpc-review-slider__main {
	display: grid;
	grid-template-columns: minmax(200px, 0.34fr) minmax(0, 1fr);
	gap: clamp(20px, 4vw, 44px);
	align-items: start;
}

.vpc-review-slider__aside {
	position: sticky;
	top: 100px;
	padding-right: clamp(8px, 2vw, 16px);
}

.vpc-review-slider__quote {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4rem, 12vw, 6.5rem);
	line-height: 0.85;
	color: #e5e7eb;
	font-weight: 700;
	margin-bottom: 4px;
	user-select: none;
}

.vpc-review-slider__aside-title {
	margin: 0 0 clamp(20px, 3vw, 28px);
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h3);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
	letter-spacing: -0.02em;
	text-align: center;
}

.vpc-review-slider__tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
}

.vpc-review-slider__tab {
	flex: 1 1 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid #e8cfe0;
	background: #fff;
	color: var(--vpc-text-muted);
	font-family: var(--vpc-font);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.vpc-review-slider__tab:hover,
.vpc-review-slider__tab:focus-visible {
	border-color: rgba(193, 39, 111, 0.45);
	color: var(--vpc-primary-dark);
	outline: none;
}

.vpc-review-slider__tab.is-active {
	background: linear-gradient(135deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 8px 20px rgba(193, 39, 111, 0.2);
}

.vpc-review-slider__nav {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 280px;
}

.vpc-review-slider__nav-btn {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(193, 39, 111, 0.26);
	border-radius: 12px;
	background: #fff;
	color: var(--vpc-primary-dark);
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 14px rgba(31, 24, 34, 0.08);
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	pointer-events: auto;
}

.vpc-review-slider__nav-btn:hover {
	transform: translateY(-1px);
	background: rgba(193, 39, 111, 0.08);
	border-color: rgba(193, 39, 111, 0.48);
	color: var(--vpc-primary);
	box-shadow: 0 10px 18px rgba(193, 39, 111, 0.16);
}

.vpc-review-slider__nav-btn:focus-visible {
	outline: none;
	border-color: rgba(193, 39, 111, 0.56);
	box-shadow: 0 0 0 3px rgba(193, 39, 111, 0.15);
}

.vpc-review-slider__progress {
	flex: 1;
	min-width: 0;
	padding: 0 4px;
}

.vpc-review-slider__progress-track {
	position: relative;
	height: 4px;
	background: #e5e7eb;
	border-radius: 999px;
	overflow: visible;
}

.vpc-review-slider__progress-thumb {
	position: absolute;
	left: 0;
	top: 50%;
	width: 36px;
	height: 10px;
	margin-top: -5px;
	background: #111;
	border-radius: 999px;
	transform: translate(0, -50%);
	transition: transform 0.35s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.vpc-review-slider__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 8px;
	margin: 0 -4px;
}

.vpc-review-slider__viewport::-webkit-scrollbar {
	display: none;
}

.vpc-review-slider__strip {
	display: flex;
	align-items: stretch;
	gap: 20px;
	padding: 4px 8px 20px;
}

.vpc-review-card {
	flex: 0 0 min(340px, calc(100vw - 48px));
	min-width: min(340px, calc(100vw - 48px));
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	gap: 16px;
	opacity: 0;
	transform: translateY(16px);
	animation: vpcReviewCardIn 0.55s ease forwards;
}

.vpc-review-card:nth-child(2) {
	animation-delay: 0.06s;
}

.vpc-review-card:nth-child(3) {
	animation-delay: 0.12s;
}

.vpc-review-card:nth-child(4) {
	animation-delay: 0.18s;
}

.vpc-review-card__bubble {
	position: relative;
	background: linear-gradient(165deg, #ffffff 0%, #fcfdff 55%, #f9fbff 100%);
	border-radius: 18px;
	padding: clamp(18px, 2.5vw, 22px);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
	border: 1px solid rgba(21, 50, 67, 0.08);
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	gap: 14px;
	transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.vpc-review-card__bubble::after {
	content: "";
	position: absolute;
	left: 32px;
	bottom: -10px;
	border-width: 10px 9px 0 9px;
	border-style: solid;
	border-color: #fcfdff transparent transparent transparent;
	filter: drop-shadow(0 4px 3px rgba(15, 23, 42, 0.05));
}

.vpc-review-card:hover .vpc-review-card__bubble {
	transform: translateY(-4px);
	box-shadow: 0 20px 42px rgba(21, 50, 67, 0.14);
	border-color: rgba(42, 157, 122, 0.2);
}

.vpc-review-card__text {
	flex: 1 1 auto;
	margin: 0;
	min-height: 0;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	color: var(--vpc-text);
	text-align: start;
}

.vpc-review-card__stars {
	display: flex;
	gap: 3px;
	margin: 0;
	margin-top: auto;
	flex-shrink: 0;
}

.vpc-review-card__stars span {
	font-size: 16px;
	line-height: 1;
	color: #d1d5db;
}

.vpc-review-card__stars span.is-active {
	color: var(--vpc-review-green);
}

.vpc-review-card__video-hit {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
	gap: 14px;
}

.vpc-review-card__video-hit:focus-visible {
	outline: 2px solid var(--vpc-review-green);
	outline-offset: 3px;
	border-radius: 8px;
}

.vpc-review-card__watch {
	display: block;
	margin: 0;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 700;
	color: #0d8c66;
	letter-spacing: 0.01em;
}

.vpc-review-card__author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-left: 8px;
	flex-shrink: 0;
}

.vpc-review-card__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	background: #e5e7eb;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
	border: 2px solid #fff;
}

.vpc-review-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vpc-review-card__avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #6b7280;
	background: linear-gradient(145deg, #f3f4f6, #e5e7eb);
}

.vpc-review-card__who {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	text-align: left;
}

.vpc-review-card__name {
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	font-weight: var(--vpc-fw-semibold);
	color: var(--vpc-heading);
}

.vpc-review-card__meta {
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-small);
	color: var(--vpc-text-muted);
}

.vpc-review-card.is-active .vpc-review-card__bubble {
	box-shadow: 0 22px 44px rgba(21, 50, 67, 0.16);
	border-color: rgba(42, 157, 122, 0.26);
}

.vpc-review-card.is-hidden {
	display: none;
}

.vpc-testimonials-page .vpc-review-card {
	animation: none;
	opacity: 1;
	transform: none;
}

/* Testimonials page: normal premium card grid (home slider untouched). */
.vpc-testimonials-page .vpc-review-slider {
	background: linear-gradient(180deg, #fbfdff 0%, #f6f8fb 100%);
	border: 1px solid rgba(21, 50, 67, 0.08);
	box-shadow: 0 14px 36px rgba(21, 50, 67, 0.08);
	padding: clamp(22px, 3vw, 34px);
	border-radius: 22px;
}

.vpc-testimonials-page .vpc-review-slider__main {
	display: block;
}

.vpc-testimonials-page .vpc-review-slider__aside {
	position: static;
	padding-right: 0;
	margin-bottom: 18px;
}

.vpc-testimonials-page .vpc-review-slider__quote {
	font-size: clamp(3rem, 8vw, 4.4rem);
	color: #dbe6ef;
	margin-bottom: 0;
}

.vpc-testimonials-page .vpc-review-slider__aside-title {
	margin-bottom: 10px;
	font-size: clamp(1.2rem, 2.2vw, 1.6rem);
	color: #16384a;
}

.vpc-testimonials-page .vpc-review-slider__nav {
	display: none;
}

.vpc-testimonials-page .vpc-review-slider__tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 14px;
	width: auto;
}

.vpc-testimonials-page .vpc-review-slider__tab {
	flex: 0 0 auto;
	min-width: 150px;
	min-height: 40px;
	padding: 0 22px;
}

.vpc-testimonials-page .vpc-review-slider__viewport {
	overflow: visible;
	margin: 0;
	padding-bottom: 0;
}

.vpc-testimonials-page .vpc-review-slider__strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
	padding: 0;
	align-items: stretch;
}

.vpc-testimonials-page .vpc-review-card {
	flex: initial;
	min-width: 0;
	gap: 12px;
	height: 100%;
}

.vpc-testimonials-page .vpc-review-card__bubble {
	border-radius: 18px;
	border: 1px solid rgba(21, 50, 67, 0.08);
	box-shadow: 0 14px 32px rgba(21, 50, 67, 0.1);
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
	min-height: 220px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.vpc-testimonials-page .vpc-review-card:hover .vpc-review-card__bubble {
	transform: translateY(-3px);
	box-shadow: 0 18px 36px rgba(21, 50, 67, 0.14);
}

.vpc-testimonials-page .vpc-review-card__text {
	font-size: 0.98rem;
	line-height: 1.75;
	color: #1f3340;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vpc-testimonials-page .vpc-review-card__stars span.is-active {
	color: #c1276f;
}

@keyframes vpcReviewCardIn {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vpc-review-card {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.vpc-review-card__bubble {
		transition: none;
	}
}

.vpc-testimonials-page .vpc-review-card__bubble::after {
	border-color: #fcfdff transparent transparent transparent;
}

.vpc-testimonials-page .vpc-review-card__author {
	padding-left: 2px;
	min-height: 56px;
}

.vpc-testimonials-page .vpc-review-card__name {
	font-weight: 700;
	color: #0f2e3d;
}

.vpc-testimonials-page .vpc-review-card__avatar {
	border: 2px solid rgba(193, 39, 111, 0.14);
}

.vpc-review-pagination {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.vpc-review-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid rgba(21, 50, 67, 0.16);
	background: #fff;
	color: #214357;
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(21, 50, 67, 0.08);
	transition: all 0.2s ease;
}

.vpc-review-pagination .page-numbers:hover,
.vpc-review-pagination .page-numbers:focus-visible,
.vpc-review-pagination .page-numbers.current {
	background: rgba(42, 157, 122, 0.14);
	border-color: rgba(42, 157, 122, 0.42);
	color: #16664e;
	outline: none;
}

.vpc-testi-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 18px;
	color: #1b1d21;
}

.vpc-testi-breadcrumb a {
	text-decoration: none;
	color: var(--vpc-primary);
	font-size: var(--vpc-fs-small);
	font-weight: var(--vpc-fw-semibold);
	background: var(--vpc-primary-soft);
	border: 1px solid var(--vpc-border);
	padding: 6px 12px;
	border-radius: 999px;
}

.vpc-testi-breadcrumb__sep {
	color: #6f7d7a;
	font-size: 16px;
}

.vpc-testi-modal[hidden] {
	display: none;
}

.vpc-testi-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.vpc-testi-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.vpc-testi-modal__panel {
	position: relative;
	max-width: 900px;
	margin: 8vh auto;
	background: #0f1720;
	border-radius: 14px;
	padding: 12px;
	z-index: 2;
}

.vpc-testi-modal__close {
	position: absolute;
	right: 8px;
	top: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 34px;
	cursor: pointer;
	line-height: 1;
}

.vpc-testi-modal__frame-wrap {
	position: relative;
	padding-top: 56.25%;
}

.vpc-testi-modal__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 10px;
}

@media (max-width: 900px) {
	.vpc-review-slider__main {
		grid-template-columns: 1fr;
	}

	.vpc-review-slider__aside {
		position: static;
		padding-right: 0;
		max-width: 420px;
	}

	.vpc-review-slider__nav {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.vpc-review-card {
		flex-basis: min(300px, calc(100vw - 40px));
		min-width: min(300px, calc(100vw - 40px));
	}
}

/* About page redesign (content unchanged) */
.vpc-about-page {
	background: linear-gradient(180deg, #f8fcff 0%, #f4fbf8 42%, #ffffff 100%);
}

.vpc-about-page .vpc-about-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(
		104deg,
		#d8e3ea 0%,
		#e8eef2 28%,
		#f2f7f5 58%,
		#f7faf8 100%
	);
	min-height: 0;
	border-bottom: 1px solid rgba(23, 63, 80, 0.08);
}

.vpc-about-page .vpc-about-hero__mesh {
	position: absolute;
	inset: -40% -20% auto auto;
	width: min(72vw, 620px);
	height: min(72vw, 620px);
	border-radius: 50%;
	background: radial-gradient(circle at 35% 40%, rgba(193, 39, 111, 0.06) 0%, transparent 62%);
	pointer-events: none;
	z-index: 0;
}

.vpc-about-page .vpc-about-hero__overlay {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.35) 0%,
		rgba(255, 255, 255, 0) 42%,
		rgba(255, 255, 255, 0.12) 100%
	);
	pointer-events: none;
}

.vpc-about-page .vpc-about-hero__inner {
	position: relative;
	z-index: 2;
	color: #142a38;
	padding: clamp(22px, 3.5vw, 36px) 16px clamp(26px, 4vw, 40px);
	max-width: 720px;
	margin-right: auto;
}

.vpc-about-page .vpc-about-hero__inner h1 {
	margin: 0 0 12px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h1);
	font-weight: var(--vpc-fw-bold);
	letter-spacing: -0.03em;
	line-height: var(--vpc-lh-tight);
	color: var(--vpc-heading);
}

.vpc-about-page .vpc-about-hero__inner .vpc-about-hero__lead {
	margin: 0;
	font-family: var(--vpc-font);
	color: var(--vpc-text-muted);
	max-width: 38em;
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	font-weight: var(--vpc-fw-regular);
}

.vpc-about-home-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 16px 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(23, 63, 80, 0.1);
	color: #1a3d4a;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
	box-shadow: 0 4px 20px rgba(15, 37, 48, 0.06);
	transition: color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.vpc-about-home-link:hover {
	color: #c1276f;
	border-color: rgba(193, 39, 111, 0.25);
	box-shadow: 0 8px 28px rgba(15, 37, 48, 0.1);
	transform: translateY(-1px);
}

.vpc-about-home-link__icon {
	font-size: 13px;
	opacity: 0.75;
	line-height: 1;
}

.vpc-about-story {
	padding-top: 34px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	width: 100%;
}

/* Our Services — intro + three-column cards (no image) */
.vpc-about-services-hub {
	padding-bottom: 16px;
}

.vpc-about-services-hub__heading {
	margin: 0 0 14px;
	text-align: center;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	line-height: var(--vpc-lh-snug);
	color: var(--vpc-heading);
	letter-spacing: -0.02em;
}

.vpc-about-services-hub__intro {
	margin: 0 auto 32px;
	max-width: 52rem;
	text-align: center;
	font-family: var(--vpc-font);
	color: var(--vpc-text-muted);
	line-height: var(--vpc-lh-body);
	font-size: var(--vpc-fs-body);
}

.vpc-about-services-hub__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.5vw, 24px);
	align-items: stretch;
	width: 100%;
}

.vpc-about-hub-card {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--vpc-surface);
	border-radius: 18px;
	padding: 22px 20px 24px;
	box-shadow: 0 14px 36px rgba(31, 24, 34, 0.08);
	border: 1px solid var(--vpc-border);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vpc-about-hub-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(31, 24, 34, 0.12);
}

.vpc-about-hub-card p {
	margin: 0;
	font-family: var(--vpc-font);
	color: var(--vpc-text-muted);
	line-height: var(--vpc-lh-body);
	font-size: var(--vpc-fs-small);
}

.vpc-about-hub-card__icon {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 14px;
	border-radius: 12px;
	background: linear-gradient(145deg, #fff0f5 0%, #fce4ec 100%);
	border: 1px solid #f8bbd9;
	position: relative;
}

.vpc-about-hub-card__icon--skin::after,
.vpc-about-hub-card__icon--facial::after,
.vpc-about-hub-card__icon--hair::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.92;
}

/* Simple line-style icons (SVG data URIs), theme pink accent */
.vpc-about-hub-card__icon--skin::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2185b' stroke-width='1.6'%3E%3Cpath d='M12 3c-2.5 3-4 6.5-4 10a4 4 0 0 0 8 0c0-3.5-1.5-7-4-10z'/%3E%3Cpath d='M8 14c1.5 1 3.5 1.5 5.5 1.2'/%3E%3C/svg%3E");
}

.vpc-about-hub-card__icon--facial::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2185b' stroke-width='1.6'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cpath d='M9 10h.01M15 10h.01M8.5 15c1.2 1.5 3.8 1.5 5 0'/%3E%3C/svg%3E");
}

.vpc-about-hub-card__icon--hair::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2185b' stroke-width='1.6'%3E%3Cpath d='M12 3c-3 2-5 5-5 9v2h10v-2c0-4-2-7-5-9z'/%3E%3Cpath d='M9 21h6'/%3E%3C/svg%3E");
}

/* Mission & Vision — grey bands + half-overlap circles (reference layout) */
.vpc-about-mv {
	margin-top: 26px;
	width: min(1180px, calc(100% - clamp(22px, 4vw, 44px)));
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 28px;
	padding-left: clamp(16px, 3vw, 28px);
	padding-right: clamp(16px, 3vw, 28px);
	background: var(--vpc-surface);
	overflow: visible;
}

body.page-template-page-about-php .vpc-about-mv,
body.page-about .vpc-about-mv {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

body.page-template-page-about-php .vpc-about-mv__header,
body.page-about .vpc-about-mv__header {
	padding-top: 0;
	padding-bottom: 0;
}

body.page-template-page-about-php .vpc-hero-split-outer,
body.page-about .vpc-hero-split-outer {
	padding-bottom: 0;
}

.vpc-about-mv__header {
	padding: 0 0 28px;
}

.vpc-about-mv__header h2 {
	margin: 0;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h1);
	line-height: var(--vpc-lh-tight);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	letter-spacing: -0.02em;
	text-align: center;
}

.vpc-about-mv__accent {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 72px;
}

.vpc-about-mv__accent span:first-child {
	display: block;
	height: 3px;
	width: 100%;
	background: var(--vpc-primary);
	border-radius: 2px;
}

.vpc-about-mv__accent span:last-child {
	display: block;
	height: 3px;
	width: 88%;
	background: var(--vpc-accent);
	border-radius: 2px;
}

.vpc-about-mv__band {
	display: flex;
	margin-bottom: 36px;
}

.vpc-about-mv__band:last-child {
	margin-bottom: 0;
}

.vpc-about-mv__band--mission {
	justify-content: flex-end;
	animation: vpcMissionFlipIn 0.85s ease-out both;
	transform-origin: left center;
}

.vpc-about-mv__band--vision {
	justify-content: flex-start;
	animation: vpcVisionFlipIn 0.85s ease-out both;
	transform-origin: right center;
	animation-delay: 0.08s;
}

.vpc-about-mv__band-inner {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	background: linear-gradient(180deg, var(--vpc-white) 0%, var(--vpc-bg-subtle) 100%);
	border: 1px solid var(--vpc-border);
	border-radius: 6px;
	min-height: 148px;
	box-sizing: border-box;
}

.vpc-about-mv__band--mission .vpc-about-mv__band-inner {
	padding: 26px 32px 26px clamp(100px, 14vw, 120px);
	margin-right: 0;
}

.vpc-about-mv__band--vision .vpc-about-mv__band-inner {
	flex-direction: row-reverse;
	padding: 26px clamp(100px, 14vw, 120px) 26px 32px;
	margin-left: 0;
}

.vpc-about-mv__photo-wrap {
	position: absolute;
	top: 50%;
	width: clamp(140px, 22vw, 180px);
	height: clamp(140px, 22vw, 180px);
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
	z-index: 2;
	background: #ddd;
}

.vpc-about-mv__band--mission .vpc-about-mv__photo-wrap {
	left: 0;
	transform: translate(-36%, -50%);
}

.vpc-about-mv__band--vision .vpc-about-mv__photo-wrap {
	right: 0;
	transform: translate(36%, -50%);
}

.vpc-about-mv__photo-wrap--vision::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: rgba(139, 195, 74, 0.22);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.vpc-about-mv__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vpc-about-mv__text {
	flex: 1;
	min-width: 0;
}

.vpc-about-mv__band--mission .vpc-about-mv__text {
	text-align: left;
}

.vpc-about-mv__band--vision .vpc-about-mv__text {
	text-align: right;
}

.vpc-about-mv__text h3 {
	margin: 0 0 10px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
}

.vpc-about-mv__text p {
	margin: 0;
	font-family: var(--vpc-font);
	color: var(--vpc-text);
	line-height: var(--vpc-lh-body);
	font-size: var(--vpc-fs-body);
}

@keyframes vpcMissionFlipIn {
	from {
		opacity: 0;
		transform: translateX(-34px) rotateY(24deg);
	}
	to {
		opacity: 1;
		transform: translateX(0) rotateY(0deg);
	}
}

@keyframes vpcVisionFlipIn {
	from {
		opacity: 0;
		transform: translateX(34px) rotateY(-24deg);
	}
	to {
		opacity: 1;
		transform: translateX(0) rotateY(0deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vpc-about-mv__band--mission,
	.vpc-about-mv__band--vision {
		animation: none;
	}
}

.vpc-about-copy {
	background: var(--vpc-surface);
	border: 1px solid var(--vpc-border);
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 12px 28px rgba(31, 24, 34, 0.06);
}

.vpc-about-copy h3 {
	margin: 0 0 12px;
	font-family: var(--vpc-font);
	font-style: normal;
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-snug);
}

.vpc-about-copy p {
	margin: 0 0 16px;
	color: var(--vpc-text);
	line-height: var(--vpc-lh-body);
	font-size: var(--vpc-fs-body);
}

.vpc-about-copy--points .vpc-about-points {
	margin-top: 0;
}

.vpc-about-copy--points {
	width: min(1180px, calc(100% - clamp(22px, 4vw, 44px)));
	margin-left: auto;
	margin-right: auto;
}

.vpc-about-points li {
	font-weight: var(--vpc-fw-semibold);
	color: var(--vpc-text);
}

.vpc-about-points li::before {
	background: var(--vpc-primary);
}

.vpc-about-doctor {
	border: 1px solid var(--vpc-border);
	border-radius: 20px;
	padding: 22px;
	background: linear-gradient(135deg, var(--vpc-surface) 0%, #fdf8fb 55%, var(--vpc-bg-subtle) 100%);
	box-shadow: 0 14px 30px rgba(31, 24, 34, 0.07);
}

.vpc-about-doctor__content h3 {
	font-family: var(--vpc-font);
	color: var(--vpc-heading);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
}

.vpc-about-doctor__content > span {
	color: var(--vpc-primary);
	font-weight: var(--vpc-fw-semibold);
	font-size: var(--vpc-fs-small);
}

.vpc-about-doctor__qual {
	color: var(--vpc-text-muted);
	font-size: var(--vpc-fs-small);
	line-height: var(--vpc-lh-body);
}

.vpc-about-doctor__content p {
	color: var(--vpc-text);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
}

@media (max-width: 980px) {
	.vpc-about-mv__band,
	.vpc-about-mv__band--mission,
	.vpc-about-mv__band--vision {
		justify-content: stretch;
		margin-bottom: 28px;
	}

	.vpc-about-mv__band-inner,
	.vpc-about-mv__band--mission .vpc-about-mv__band-inner,
	.vpc-about-mv__band--vision .vpc-about-mv__band-inner {
		width: 100%;
		flex-direction: column;
		padding: 72px 20px 22px;
	}

	.vpc-about-mv__band--vision .vpc-about-mv__band-inner {
		flex-direction: column;
	}

	.vpc-about-mv__photo-wrap,
	.vpc-about-mv__band--mission .vpc-about-mv__photo-wrap,
	.vpc-about-mv__band--vision .vpc-about-mv__photo-wrap {
		left: 50%;
		right: auto;
		top: 0;
		transform: translate(-50%, -50%);
		width: 132px;
		height: 132px;
	}

	.vpc-about-mv__text,
	.vpc-about-mv__band--mission .vpc-about-mv__text,
	.vpc-about-mv__band--vision .vpc-about-mv__text {
		text-align: left;
	}

	.vpc-about-services-hub__grid {
		grid-template-columns: 1fr;
	}

	.vpc-about-hub-card:hover {
		transform: none;
		box-shadow: 0 14px 36px rgba(15, 55, 68, 0.1);
	}
}

/* Why Choose — two-column reference layout */
.vpc-about-choose {
	margin-top: clamp(28px, 4vw, 48px);
	padding: clamp(36px, 5vw, 64px) 0 clamp(28px, 4vw, 48px);
	background: #ffffff;
}

.vpc-about-choose__header {
	text-align: center;
	max-width: 820px;
	margin: 0 auto clamp(32px, 4vw, 48px);
	padding: 0 8px;
}

.vpc-about-choose__title {
	margin: 0 0 clamp(10px, 1.5vw, 14px);
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: var(--vpc-lh-snug);
	text-align: center;
}

.vpc-about-choose__subtitle {
	margin: 0 auto;
	max-width: min(56ch, 92vw);
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	color: var(--vpc-text-muted);
	text-align: center;
}

.vpc-about-choose__grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(28px, 5vw, 56px);
	align-items: center;
}

.vpc-about-choose__visual {
	position: relative;
	min-height: min(420px, 52vw);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-left: clamp(16px, 4vw, 40px);
	box-sizing: border-box;
}

.vpc-about-choose__sunburst {
	position: absolute;
	width: min(340px, 88vw);
	height: min(340px, 88vw);
	top: -12%;
	left: -10%;
	border-radius: 50%;
	pointer-events: none;
	background: repeating-conic-gradient(
		from 0deg,
		rgba(42, 157, 143, 0.07) 0deg 6deg,
		transparent 6deg 18deg
	);
	opacity: 0.95;
	z-index: 0;
}

.vpc-about-choose__figure {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: min(440px, 100%);
	aspect-ratio: 11 / 14;
	overflow: hidden;
	border-radius: 0;
}

.vpc-about-choose__figure img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 24px 48px rgba(15, 23, 42, 0.14));
}

.vpc-about-choose__badge {
	position: absolute;
	z-index: 4;
	right: clamp(4%, 8vw, 14%);
	bottom: clamp(12%, 6vw, 22%);
	width: clamp(88px, 18vw, 108px);
	height: clamp(88px, 18vw, 108px);
	border-radius: 50%;
	background: linear-gradient(145deg, #9ca3af 0%, #6b7280 55%, #4b5563 100%);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	padding: 10px;
	transform: rotate(-10deg);
}

.vpc-about-choose__badge-line1,
.vpc-about-choose__badge-line2 {
	display: block;
	font-size: clamp(8px, 1.5vw, 10px);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	line-height: 1.25;
}

.vpc-about-choose__badge-line2 {
	margin-top: 4px;
	font-size: clamp(9px, 1.65vw, 11px);
	letter-spacing: 0.14em;
}

.vpc-about-choose__features {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: clamp(8px, 1.2vw, 14px);
}

.vpc-about-choose__item {
	display: flex;
	align-items: stretch;
	gap: clamp(10px, 1.4vw, 14px);
	padding: clamp(10px, 1.4vw, 14px) clamp(12px, 1.5vw, 16px);
	border-radius: 18px;
	background: transparent;
	box-sizing: border-box;
	min-height: 0;
	cursor: pointer;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.vpc-about-choose__item.is-active {
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 24px rgba(193, 39, 111, 0.12);
}

.vpc-about-choose__item:focus-visible {
	outline: 2px solid rgba(193, 39, 111, 0.45);
	outline-offset: 2px;
}

/* Aage: full width — right edge tak (column ke saath flush) */
.vpc-about-choose__item--row-full {
	align-self: stretch;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* Piche: chhoti width — right se zyada gap, zigzag mein “peeche” */
.vpc-about-choose__item--row-inset {
	align-self: flex-start;
	width: 100%;
	max-width: calc(100% - clamp(40px, 10vw, 100px));
	margin-left: 0;
	margin-right: 0;
}

.vpc-about-choose__item--panel {
	background: #eef1f5;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	padding: clamp(8px, 1.1vw, 12px) clamp(10px, 1.2vw, 14px);
	gap: clamp(8px, 1.2vw, 12px);
}

.vpc-about-choose__item--panel .vpc-about-choose__icon-wrap--solid {
	color: #ffffff;
	background: #4b5563;
	border: 2px solid #374151;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.vpc-about-choose__icon-wrap {
	flex: 0 0 auto;
	align-self: flex-start;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.vpc-about-choose__icon-wrap--line {
	color: #6b7280;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
}

.vpc-about-choose__svg {
	display: block;
}

.vpc-about-choose__body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.vpc-about-choose__item-title {
	margin: 0 0 6px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-small);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: var(--vpc-lh-snug);
}

.vpc-about-choose__item-text {
	margin: 0;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	color: var(--vpc-text-muted);
}

.vpc-about-choose__note {
	margin-top: clamp(28px, 4vw, 40px);
	width: min(1180px, calc(100% - clamp(22px, 4vw, 44px)));
	margin-left: auto;
	margin-right: auto;
	padding: clamp(20px, 3vw, 26px) clamp(22px, 3vw, 28px);
	border-radius: 16px;
	background: var(--vpc-bg-subtle);
	border: 1px solid var(--vpc-border);
}

.vpc-about-choose__note p {
	margin: 0 0 14px;
	font-family: var(--vpc-font);
	color: var(--vpc-text-muted);
	line-height: var(--vpc-lh-body);
	font-size: var(--vpc-fs-body);
}

.vpc-about-choose__note p:last-child {
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.vpc-about-choose__grid {
		grid-template-columns: 1fr;
	}

	.vpc-about-choose__visual {
		min-height: 280px;
		justify-content: center;
		padding-bottom: 24px;
		padding-left: clamp(12px, 4vw, 24px);
	}

	.vpc-about-choose__item--row-inset {
		max-width: 100%;
	}

	.vpc-about-choose__item {
		min-height: 0;
	}

	.vpc-about-choose__figure {
		margin: 0 auto;
		width: min(360px, 100%);
	}

	.vpc-about-choose__figure img {
		object-position: center bottom;
	}

	.vpc-about-choose__sunburst {
		left: 50%;
		transform: translateX(-50%);
	}
}

/* —— Contact page (static split card + map) —— */
.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;
}

.vpc-contact-page {
	background: var(--vpc-surface);
}

.vpc-contact-hero {
	background: linear-gradient(180deg, var(--vpc-bg-subtle) 0%, var(--vpc-bg) 45%, var(--vpc-surface) 100%);
	padding: clamp(28px, 5vw, 48px) 16px clamp(20px, 3vw, 32px);
}

.vpc-contact-hero__inner {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}

.vpc-contact-hero__title {
	margin: 0 0 12px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h1);
	font-weight: var(--vpc-fw-bold);
	letter-spacing: -0.02em;
	color: var(--vpc-heading);
	line-height: var(--vpc-lh-tight);
}

.vpc-contact-hero__lead {
	margin: 0;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	color: var(--vpc-text-muted);
}

.vpc-contact-body {
	padding: 8px 16px 48px;
}

.vpc-contact-card {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 20px 50px rgba(76, 29, 58, 0.1);
	border: 1px solid rgba(193, 39, 111, 0.1);
	overflow: hidden;
}

.vpc-contact-aside {
	flex: 1 1 340px;
	max-width: 100%;
	padding: clamp(32px, 4vw, 48px) clamp(24px, 3vw, 40px);
	background: #faf7f8;
	color: #4a2842;
	overflow: hidden;
}

.vpc-contact-aside__heading {
	margin: 0 0 clamp(24px, 3vw, 32px);
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	line-height: var(--vpc-lh-snug);
	color: var(--vpc-primary);
	letter-spacing: -0.01em;
}

.vpc-contact-aside__mail-visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 clamp(20px, 3vw, 30px);
	padding: 8px 0 2px;
}

.vpc-contact-aside__mail-image {
	position: relative;
	z-index: 1;
	display: block;
	width: clamp(120px, 22vw, 170px);
	height: auto;
	animation: vpcMailFloat 3.6s ease-in-out infinite;
}

.vpc-contact-aside__mail-visual::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: clamp(170px, 25vw, 246px);
	height: 12px;
	bottom: 0;
	border-radius: 999px;
	background: rgba(56, 42, 55, 0.22);
	filter: blur(5px);
	animation: vpcMailShadow 3.6s ease-in-out infinite;
}

@keyframes vpcMailFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes vpcMailShadow {
	0%,
	100% {
		transform: scale(1);
		opacity: 0.35;
	}
	50% {
		transform: scale(0.92);
		opacity: 0.2;
	}
}

.vpc-contact-aside__list {
	list-style: none;
	margin: 0;
	padding: 0 2px 0 6px;
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 3vw, 26px);
}

.vpc-contact-aside__list li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(193, 39, 111, 0.11);
	border-radius: 12px;
}

.vpc-contact-aside__icon--line {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #2e3a4f;
}

.vpc-contact-aside__lines {
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-body);
	font-weight: var(--vpc-fw-medium);
	color: var(--vpc-text);
}

.vpc-contact-aside__lines a {
	color: #5c2d4a;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid rgba(92, 45, 74, 0.25);
}

.vpc-contact-aside__lines a:hover {
	color: #c1276f;
	border-bottom-color: #c1276f;
}

.vpc-contact-aside__phone-extra {
	font-weight: 500;
}

.vpc-contact-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: clamp(28px, 4vw, 36px);
	padding-left: 6px;
}

.vpc-contact-social__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(193, 39, 111, 0.2);
	color: var(--vpc-primary);
	box-shadow: 0 2px 8px rgba(193, 39, 111, 0.12);
	transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.vpc-contact-social__btn:hover {
	color: var(--vpc-primary-dark);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(193, 39, 111, 0.2);
}

.vpc-contact-form-wrap {
	flex: 1 1 400px;
	min-width: 0;
	padding: clamp(28px, 4vw, 44px) clamp(22px, 4vw, 48px);
}

.vpc-contact-form__row--2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(18px, 3vw, 28px);
	margin-bottom: clamp(18px, 3vw, 24px);
}

.vpc-contact-field {
	margin-bottom: clamp(18px, 3vw, 24px);
}

.vpc-contact-field label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.8rem;
	font-weight: 600;
	color: #334155;
	letter-spacing: 0.02em;
}

.vpc-contact-field input,
.vpc-contact-field textarea,
.vpc-contact-field select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #cbd5e1;
	border-radius: 0;
	padding: 10px 0 12px;
	font-size: 0.95rem;
	font-family: inherit;
	color: #1e293b;
	background: transparent;
	transition: border-color 0.2s ease;
}

.vpc-contact-field select {
	cursor: pointer;
	appearance: none;
	border: 1px solid rgba(193, 39, 111, 0.22);
	border-radius: 12px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding: 12px 40px 12px 14px;
	line-height: 1.35;
	box-shadow: 0 2px 10px rgba(193, 39, 111, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.vpc-contact-field input:focus,
.vpc-contact-field textarea:focus,
.vpc-contact-field select:focus {
	outline: none;
	border-bottom-color: #c1276f;
}

.vpc-contact-field select:focus {
	border-color: rgba(193, 39, 111, 0.55);
	box-shadow: 0 0 0 3px rgba(193, 39, 111, 0.12);
}

.vpc-contact-field select option {
	color: #1e293b;
	background: #fff;
}

.vpc-contact-field textarea {
	resize: vertical;
	min-height: 120px;
	line-height: 1.55;
}

.vpc-contact-field--message {
	margin-bottom: 28px;
}

.vpc-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border: none;
	border-radius: 12px;
	background: linear-gradient(145deg, #c1276f 0%, #a41f5c 100%);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 28px rgba(193, 39, 111, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vpc-contact-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(193, 39, 111, 0.42);
}

.vpc-contact-map {
	padding: 0 0 48px;
	background: #f8fafc;
}

.vpc-contact-map__title {
	margin: 0 auto 18px;
	padding: 0 16px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-h2);
	font-weight: var(--vpc-fw-bold);
	color: var(--vpc-heading);
	text-align: center;
	line-height: var(--vpc-lh-snug);
}

.vpc-contact-map__frame-wrap {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 16px;
}

.vpc-contact-body.vpc-container,
.vpc-contact-map__title.vpc-container {
	max-width: 1160px;
}

.vpc-home-contact-card-wrap.vpc-container {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

/* Home landing: match contact section width with Articles section container */
.vpc-home-contact-card-wrap.vpc-container {
	max-width: 1240px;
}

.vpc-home-contact-card-wrap.vpc-contact-body {
	padding-inline: clamp(24px, 6vw, 48px);
}

.vpc-home-contact-card-wrap .vpc-contact-card {
	max-width: 100%;
}

.vpc-contact-map__frame {
	display: block;
	width: 100%;
	height: min(420px, 55vh);
	border: 0;
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

@media (max-width: 720px) {
	.vpc-contact-form__row--2 {
		grid-template-columns: 1fr;
	}

	.vpc-contact-card {
		border-radius: 20px;
		flex-direction: column; 
	}

	.vpc-contact-aside__mail-visual {
		margin-top: -6px;
	}

	.vpc-contact-aside__list,
	.vpc-contact-social {
		padding-left: 0;
	}
}

/* --- Gallery page (3D carousel) — brand magenta + gold --- */
.vpc-gallery-page {
	background: linear-gradient(180deg, var(--vpc-bg) 0%, var(--vpc-surface) 42%, var(--vpc-bg-subtle) 100%);
	padding-bottom: 64px;
}

/* Gallery template only — tab bar reads as one clear control group */
.vpc-gallery-page--standalone .vpc-gallery__filters-row {
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 18px;
	border: 1px solid rgba(193, 39, 111, 0.1);
	box-shadow: 0 8px 28px rgba(47, 36, 48, 0.06);
}

.vpc-gallery-page--standalone .vpc-gallery__filters-kicker {
	margin-bottom: 12px;
}

.vpc-gallery-mount {
	width: 100%;
	max-width: 100%;
}

.vpc-gallery {
	max-width: 1200px;
	margin: 0 auto;
	padding: clamp(24px, 3vw, 34px) 16px 56px;
}

.vpc-gallery__header {
	text-align: center;
	margin-bottom: 36px;
	padding-top: 8px;
}

.vpc-gallery__title {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: var(--vpc-heading);
	text-align: center;
}

.vpc-gallery__intro {
	margin: 10px auto 0;
	max-width: 760px;
	font-size: 0.98rem;
	line-height: 1.7;
	color: var(--vpc-text-muted);
	text-align: center;
}

.vpc-gallery__title-rule {
	width: 72px;
	height: 4px;
	margin: 16px auto 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--vpc-primary) 0%, var(--vpc-accent) 100%);
	opacity: 1;
	box-shadow: 0 2px 8px rgba(193, 39, 111, 0.2);
}

.vpc-gallery__card-title--below {
	display: flex !important;
	visibility: visible;
	opacity: 1;
}

.vpc-gallery__filters {
	text-align: center;
	margin-bottom: 36px;
	position: relative;
	z-index: 12;
	pointer-events: auto;
}

.vpc-gallery__filters-kicker {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: var(--vpc-accent-dark);
	margin-bottom: 16px;
}

.vpc-gallery__filters-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 18px;
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

.vpc-gallery__filter {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	margin: 0;
	border: 1px solid var(--vpc-border);
	border-radius: 999px;
	background: var(--vpc-surface);
	cursor: pointer;
	font-family: var(--vpc-font);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vpc-text-muted);
	position: relative;
	z-index: 3;
	pointer-events: auto;
	transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-shadow: 0 2px 8px rgba(193, 39, 111, 0.04);
}

.vpc-gallery__filter::after {
	display: none;
}

.vpc-gallery__filter:hover,
.vpc-gallery__filter:focus-visible {
	color: var(--vpc-heading);
	border-color: rgba(193, 39, 111, 0.35);
	outline: none;
}

.vpc-gallery__filter.is-active {
	color: var(--vpc-white);
	border-color: transparent;
	background: linear-gradient(135deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
	box-shadow: 0 8px 22px rgba(193, 39, 111, 0.28);
}

.vpc-gallery__filter-label {
	text-align: left;
	line-height: 1.25;
	max-width: none;
	white-space: nowrap;
}

.vpc-gallery__filter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
	color: var(--vpc-white);
	flex-shrink: 0;
	box-shadow: 0 2px 6px rgba(193, 39, 111, 0.25);
}

.vpc-gallery__filter.is-active .vpc-gallery__filter-icon {
	background: rgba(255, 255, 255, 0.22);
	box-shadow: none;
}

.vpc-gallery__choose {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 28px;
	border: 1px solid var(--vpc-accent);
	border-radius: 999px;
	background: var(--vpc-surface);
	color: var(--vpc-primary-dark);
	font-family: var(--vpc-font);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 14px rgba(201, 163, 95, 0.15);
}

.vpc-gallery__choose:hover,
.vpc-gallery__choose:focus-visible {
	background: var(--vpc-accent-soft);
	border-color: var(--vpc-accent-dark);
	outline: none;
}

.vpc-gallery__stage-wrap {
	min-height: 200px;
}

.vpc-gallery__empty {
	text-align: center;
	max-width: 520px;
	margin: 48px auto;
}

.vpc-gallery__stage {
	position: relative;
}

.vpc-gallery__canvas {
	perspective: 1400px;
	perspective-origin: 50% 45%;
	min-height: min(400px, 58vw);
	padding: 8px 0 24px;
	overflow: visible;
}

.vpc-gallery__track {
	position: relative;
	height: min(380px, 52vw);
	max-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
}

.vpc-gallery__track-empty {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	color: var(--vpc-text-muted);
	font-size: var(--vpc-fs-body);
}

.vpc-gallery__card {
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(520px, 86vw);
	height: min(340px, 48vw);
	max-height: 380px;
	margin-left: calc(min(520px, 86vw) / -2);
	margin-top: calc(min(340px, 48vw) / -2);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow:
		0 24px 50px rgba(193, 39, 111, 0.14),
		0 12px 28px rgba(47, 36, 48, 0.12);
	transition:
		transform 0.78s cubic-bezier(0.22, 1, 0.32, 1),
		opacity 0.65s cubic-bezier(0.22, 1, 0.32, 1),
		filter 0.65s ease,
		box-shadow 0.65s ease;
	transform-style: preserve-3d;
	will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
	.vpc-gallery__card {
		transition-duration: 0.01ms;
		transition-delay: 0s;
	}
}

/* Full photo visible in frame (no crop); letterboxing uses brand-tinted fill */
.vpc-gallery__card-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: var(--vpc-bg-subtle);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.vpc-gallery__card-link {
	display: block;
	width: 100%;
	height: calc(100% - 66px);
	text-decoration: none;
}

.vpc-gallery__card-title--below {
	margin: 0;
	height: 66px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	background: #fff;
	color: var(--vpc-heading);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
	letter-spacing: 0.01em;
}

.vpc-gallery__card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(31, 24, 34, 0.72) 0%,
		rgba(31, 24, 34, 0.38) 42%,
		rgba(31, 24, 34, 0.12) 68%,
		transparent 100%
	);
	pointer-events: none;
}

.vpc-gallery__card-body {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 28px 24px 26px 52px;
	color: var(--vpc-white);
}

.vpc-gallery__card-edge {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: center;
	font-size: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.92;
	white-space: nowrap;
}

.vpc-gallery__card-title {
	margin: 0 0 6px;
	font-size: clamp(1rem, 1.75vw, 1.35rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--vpc-white);
}

.vpc-gallery__card-title.vpc-gallery__card-title--below {
	color: #111111 !important;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}

.vpc-gallery__card-desc {
	margin: 0 0 14px;
	font-size: 0.78rem;
	line-height: 1.5;
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.92);
	white-space: pre-line;
}

.vpc-gallery__card-expand {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 3;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12);
	color: var(--vpc-white);
	cursor: pointer;
	backdrop-filter: blur(6px);
	transition: background 0.2s ease;
}

.vpc-gallery__card-expand:hover,
.vpc-gallery__card-expand:focus-visible {
	background: rgba(193, 39, 111, 0.35);
	outline: none;
}

/* 3D positions */
.vpc-gallery__card[data-pos="-2"] {
	transform: translateX(-200px) translateZ(-140px) rotateY(26deg) scale(0.68);
	opacity: 0.55;
	z-index: 1;
	filter: brightness(0.92);
}

.vpc-gallery__card[data-pos="-1"] {
	transform: translateX(-105px) translateZ(-60px) rotateY(16deg) scale(0.82);
	opacity: 0.78;
	z-index: 3;
	filter: brightness(0.96);
}

.vpc-gallery__card[data-pos="0"] {
	transform: translateX(0) translateZ(0) rotateY(0deg) scale(1);
	opacity: 1;
	z-index: 10;
}

.vpc-gallery__card[data-pos="1"] {
	transform: translateX(105px) translateZ(-60px) rotateY(-16deg) scale(0.82);
	opacity: 0.78;
	z-index: 3;
	filter: brightness(0.96);
}

.vpc-gallery__card[data-pos="2"] {
	transform: translateX(200px) translateZ(-140px) rotateY(-26deg) scale(0.68);
	opacity: 0.55;
	z-index: 1;
	filter: brightness(0.92);
}

.vpc-gallery__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 8px;
}

.vpc-gallery__nav-btn {
	padding: 4px 14px;
	border: none;
	background: transparent;
	font-size: 1.05rem;
	line-height: 1;
	color: var(--vpc-text-muted);
	cursor: pointer;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.vpc-gallery__nav-btn:hover:not(:disabled),
.vpc-gallery__nav-btn:focus-visible {
	color: var(--vpc-primary);
	outline: none;
}

.vpc-gallery__nav-btn.is-disabled,
.vpc-gallery__nav-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.vpc-gallery__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 280px;
}

.vpc-gallery__dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: var(--vpc-border);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}

.vpc-gallery__dot.is-active {
	background: linear-gradient(135deg, var(--vpc-primary), var(--vpc-primary-dark));
	transform: scale(1.15);
	box-shadow: 0 2px 8px rgba(193, 39, 111, 0.35);
}

.vpc-gallery__lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.vpc-gallery__lightbox[hidden] {
	display: none !important;
}

.vpc-gallery__lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 12, 18, 0.72);
	cursor: pointer;
}

.vpc-gallery__lightbox-panel {
	position: relative;
	z-index: 1;
	max-width: min(960px, 94vw);
	max-height: 90vh;
}

.vpc-gallery__lightbox-img {
	display: block;
	max-width: 100%;
	max-height: 86vh;
	width: auto;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.vpc-gallery__lightbox-close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 40px;
	height: 40px;
	border: 1px solid var(--vpc-border);
	border-radius: 50%;
	background: var(--vpc-surface);
	color: var(--vpc-primary);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(193, 39, 111, 0.12);
}

.vpc-gallery__lightbox-close:hover,
.vpc-gallery__lightbox-close:focus-visible {
	background: var(--vpc-primary-soft);
	outline: none;
}

@media (max-width: 720px) {
	.vpc-gallery__filter {
		padding: 8px 12px;
		font-size: 0.65rem;
	}

	.vpc-gallery__filter-label {
		max-width: 100px;
	}

	.vpc-gallery__card[data-pos="-2"] {
		transform: translateX(-120px) translateZ(-100px) rotateY(22deg) scale(0.62);
	}

	.vpc-gallery__card[data-pos="-1"] {
		transform: translateX(-62px) translateZ(-45px) rotateY(14deg) scale(0.78);
	}

	.vpc-gallery__card[data-pos="1"] {
		transform: translateX(62px) translateZ(-45px) rotateY(-14deg) scale(0.78);
	}

	.vpc-gallery__card[data-pos="2"] {
		transform: translateX(120px) translateZ(-100px) rotateY(-22deg) scale(0.62);
	}

	.vpc-gallery__card-body {
		padding: 22px 18px 22px 46px;
	}
}

/* --- Premium blog index / archives --- */
.vpc-blog {
	--vpc-scroll-pad: env(safe-area-inset-bottom, 0);
	background: linear-gradient(180deg, var(--vpc-blog-sky) 0%, var(--vpc-surface) 18%, var(--vpc-bg) 100%);
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	.vpc-blog {
		scroll-behavior: auto;
	}
}

.vpc-blog-hero {
	position: relative;
	padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px);
	overflow: hidden;
}

.vpc-blog-hero__bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		125deg,
		var(--vpc-blog-sky) 0%,
		var(--vpc-blog-mint) 42%,
		var(--vpc-surface) 88%
	);
	opacity: 1;
}

.vpc-blog-hero__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(0);
	opacity: 0.45;
	pointer-events: none;
}

.vpc-blog-hero__blob--1 {
	width: min(420px, 55vw);
	height: min(420px, 55vw);
	background: radial-gradient(circle at 35% 35%, var(--vpc-blog-sky-2), transparent 65%);
	top: -120px;
	right: -80px;
}

.vpc-blog-hero__blob--2 {
	width: min(320px, 45vw);
	height: min(320px, 45vw);
	background: radial-gradient(circle at 50% 50%, rgba(42, 157, 122, 0.22), transparent 70%);
	bottom: -60px;
	left: -40px;
}

.vpc-blog-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
}

.vpc-blog-hero__kicker {
	margin: 0 0 10px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--vpc-blog-accent);
}

.vpc-blog-hero__title {
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: var(--vpc-blog-ink);
}

.vpc-blog-hero__desc {
	margin: 16px 0 0;
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-snug);
	color: var(--vpc-blog-ink-soft);
	max-width: 52ch;
}

.vpc-blog-hero__desc p {
	margin: 0 0 0.75em;
}

.vpc-blog-hero__desc p:last-child {
	margin-bottom: 0;
}

.vpc-blog-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
	gap: clamp(24px, 3.2vw, 40px);
	align-items: start;
	padding-top: clamp(16px, 2.2vw, 28px);
	padding-bottom: clamp(48px, 8vw, 88px);
}

.vpc-blog-primary {
	min-width: 0;
}

.vpc-blog-featured {
	margin-bottom: clamp(28px, 4vw, 40px);
}

.vpc-blog-featured__visual {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	border-radius: var(--vpc-blog-card-radius);
	overflow: visible;
	box-shadow: var(--vpc-blog-shadow);
	border: 1px solid rgba(21, 50, 67, 0.08);
}

@media (min-width: 900px) {
	.vpc-blog-featured__visual {
		grid-template-columns: 1.15fr 0.85fr;
		min-height: min(420px, 52vh);
		align-items: stretch;
	}
}

.vpc-blog-featured__clip {
	display: none;
}

@media (min-width: 900px) {
	.vpc-blog-featured__clip {
		display: block;
		position: absolute;
		width: 120px;
		height: 100%;
		left: calc(58% - 60px);
		top: 0;
		background: var(--vpc-surface);
		transform: skewX(-8deg);
		z-index: 2;
		box-shadow: 12px 0 32px rgba(21, 50, 67, 0.06);
		pointer-events: none;
	}
}

.vpc-blog-featured__media {
	position: relative;
	display: block;
	min-height: 240px;
	overflow: hidden;
	border-radius: var(--vpc-blog-card-radius) var(--vpc-blog-card-radius) 0 0;
}

@media (min-width: 900px) {
	.vpc-blog-featured__media {
		border-radius: var(--vpc-blog-card-radius) 0 0 var(--vpc-blog-card-radius);
		min-height: 100%;
	}
}

.vpc-blog-featured__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.vpc-blog-featured:hover .vpc-blog-featured__img {
	transform: scale(1.04);
}

.vpc-blog-featured__placeholder {
	width: 100%;
	height: 100%;
	min-height: 260px;
	background: linear-gradient(145deg, var(--vpc-blog-sky-2), var(--vpc-blog-mint));
}

.vpc-blog-featured__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(21, 50, 67, 0.55) 100%);
	pointer-events: none;
}

@media (min-width: 900px) {
	.vpc-blog-featured__shade {
		background: linear-gradient(90deg, transparent 20%, rgba(21, 50, 67, 0.25) 100%);
	}
}

.vpc-blog-featured__panel {
	position: relative;
	z-index: 3;
	padding: clamp(22px, 3vw, 32px);
	background: var(--vpc-surface);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	border-radius: 0 0 var(--vpc-blog-card-radius) var(--vpc-blog-card-radius);
}

@media (min-width: 900px) {
	.vpc-blog-featured__panel {
		border-radius: 0 var(--vpc-blog-card-radius) var(--vpc-blog-card-radius) 0;
		margin-left: -24px;
		padding-left: clamp(28px, 3vw, 40px);
		box-shadow: -20px 0 40px rgba(21, 50, 67, 0.05);
	}
}

.vpc-blog-featured__cat {
	align-self: flex-start;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--vpc-blog-accent);
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--vpc-blog-accent-soft);
	transition: background 0.2s ease;
}

.vpc-blog-featured__cat:hover {
	background: rgba(42, 157, 122, 0.22);
}

.vpc-blog-featured__title {
	margin: 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.vpc-blog-featured__title a {
	color: var(--vpc-blog-ink);
	text-decoration: none;
	transition: color 0.2s ease;
}

.vpc-blog-featured__title a:hover {
	color: var(--vpc-blog-accent);
}

.vpc-blog-featured__excerpt {
	margin: 0;
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-snug);
	color: var(--vpc-blog-ink-soft);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vpc-blog-featured__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: var(--vpc-fs-small);
	color: var(--vpc-text-muted);
}

.vpc-blog-featured__sep {
	opacity: 0.6;
}

.vpc-blog-featured__cta {
	align-self: flex-start;
	margin-top: 4px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: var(--vpc-white);
	background: linear-gradient(135deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
	box-shadow: 0 10px 28px rgba(193, 39, 111, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vpc-blog-featured__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(193, 39, 111, 0.34);
	color: var(--vpc-white);
}

/* Asymmetric grid */
.vpc-blog-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 24px);
}

.vpc-blog-card {
	grid-column: span 12;
	display: flex;
	flex-direction: column;
	background: var(--vpc-surface);
	border-radius: var(--vpc-blog-card-radius);
	overflow: hidden;
	box-shadow: var(--vpc-blog-shadow);
	border: 1px solid rgba(21, 50, 67, 0.08);
	min-height: 100%;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		border-color 0.25s ease;
}

@media (min-width: 640px) {
	.vpc-blog-card {
		grid-column: span 6;
	}
}

@media (min-width: 1024px) {
	.vpc-blog-card {
		grid-column: span 6;
	}

	.vpc-blog-card--wide {
		grid-column: span 12;
		flex-direction: row;
		align-items: stretch;
	}

	.vpc-blog-card--wide .vpc-blog-card__media {
		flex: 0 0 48%;
		min-height: 100%;
	}

	.vpc-blog-card--wide .vpc-blog-card__body {
		flex: 1;
		justify-content: center;
	}

	.vpc-blog-card--lift {
		transform: translateY(0);
		margin-top: -12px;
		z-index: 1;
	}
}

.vpc-blog-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--vpc-blog-shadow-hover);
	border-color: rgba(42, 157, 122, 0.28);
}

@media (prefers-reduced-motion: reduce) {
	.vpc-blog-card:hover,
	.vpc-blog-featured:hover .vpc-blog-featured__img {
		transform: none;
	}
}

.vpc-blog-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	flex-shrink: 0;
}

.vpc-blog-card--wide .vpc-blog-card__media {
	aspect-ratio: auto;
	min-height: 220px;
}

.vpc-blog-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.vpc-blog-card:hover .vpc-blog-card__img {
	transform: scale(1.06);
}

.vpc-blog-card__placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(160deg, var(--vpc-blog-sky), var(--vpc-blog-mint));
}

.vpc-blog-card__body {
	padding: 20px 20px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
}

.vpc-blog-card__cat {
	align-self: flex-start;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	text-decoration: none;
	color: #1f7d62;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(42, 157, 122, 0.12);
	border: 1px solid rgba(42, 157, 122, 0.24);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vpc-blog-card__cat:hover {
	text-decoration: none;
	background: rgba(42, 157, 122, 0.2);
	border-color: rgba(42, 157, 122, 0.35);
	color: #16674f;
}

.vpc-blog-card__title {
	margin: 0;
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vpc-blog-card__title a {
	color: var(--vpc-blog-ink);
	text-decoration: none;
	transition: color 0.2s ease;
}

.vpc-blog-card__title a:hover {
	color: var(--vpc-blog-accent);
}

.vpc-blog-card__excerpt {
	margin: 0;
	flex: 1;
	font-size: var(--vpc-fs-small);
	line-height: var(--vpc-lh-snug);
	color: var(--vpc-blog-ink-soft);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vpc-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	font-size: 0.75rem;
	color: var(--vpc-text-muted);
	margin-top: auto;
	padding-top: 4px;
}

.vpc-blog-card__sep {
	opacity: 0.55;
}

.vpc-blog-card__read {
	align-self: flex-start;
	margin-top: 4px;
	display: inline-flex;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--vpc-blog-ink);
	border: 1px solid rgba(21, 50, 67, 0.14);
	background: var(--vpc-surface);
	transition:
		border-color 0.2s ease,
		background 0.2s ease,
		color 0.2s ease;
}

.vpc-blog-card__read:hover {
	border-color: var(--vpc-blog-accent);
	color: var(--vpc-blog-accent);
	background: var(--vpc-blog-accent-soft);
}

/* Sidebar */
.vpc-blog-sidebar {
	position: sticky;
	top: calc(var(--vpc-header-offset, 86px) + 16px);
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.vpc-blog-widget {
	background: var(--vpc-surface);
	border-radius: var(--vpc-blog-card-radius);
	padding: 22px 20px;
	box-shadow: var(--vpc-blog-shadow);
	border: 1px solid rgba(21, 50, 67, 0.06);
}

.vpc-blog-widget__title {
	margin: 0 0 14px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vpc-blog-ink);
	display: flex;
	align-items: center;
	gap: 10px;
}

.vpc-blog-widget__title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(21, 50, 67, 0.22), rgba(21, 50, 67, 0));
}

.vpc-search-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (min-width: 400px) {
	.vpc-search-form {
		flex-direction: row;
		align-items: stretch;
	}
}

.vpc-search-form__input {
	flex: 1;
	min-width: 0;
	padding: 12px 14px;
	border: 1px solid rgba(21, 50, 67, 0.12);
	border-radius: 12px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-small);
	background: var(--vpc-bg);
	color: var(--vpc-text);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vpc-search-form__input:focus {
	outline: none;
	border-color: var(--vpc-blog-accent);
	box-shadow: 0 0 0 3px var(--vpc-blog-accent-soft);
}

.vpc-search-form__btn {
	padding: 12px 18px;
	border: none;
	border-radius: 12px;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-small);
	font-weight: 600;
	cursor: pointer;
	color: var(--vpc-white);
	background: var(--vpc-blog-ink);
	transition: background 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.vpc-search-form__btn:hover {
	background: var(--vpc-blog-accent);
}

.vpc-blog-cats > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vpc-blog-cats .cat-item {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(21, 50, 67, 0.08);
}

.vpc-blog-cats .cat-item:last-child {
	border-bottom: none;
}

.vpc-blog-cats a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 10px 10px;
	text-decoration: none;
	color: var(--vpc-blog-ink-soft);
	font-size: var(--vpc-fs-small);
	font-weight: 500;
	border-radius: 10px;
	transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}

.vpc-blog-cats a:hover {
	color: var(--vpc-blog-accent);
	padding-left: 14px;
	background: rgba(42, 157, 122, 0.09);
}

.vpc-blog-cats .children {
	margin-left: 12px;
}

.vpc-blog-recent {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.vpc-blog-recent__link {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 8px;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.vpc-blog-recent__link:hover {
	opacity: 0.85;
	background: rgba(21, 50, 67, 0.04);
}

.vpc-blog-recent__thumb {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(21, 50, 67, 0.1);
}

.vpc-blog-recent__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vpc-blog-recent__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.vpc-blog-recent__title {
	font-size: var(--vpc-fs-small);
	font-weight: 600;
	line-height: 1.35;
	color: var(--vpc-blog-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vpc-blog-recent__date {
	font-size: 0.72rem;
	color: var(--vpc-text-muted);
}

/* Pagination */
.vpc-blog-pag {
	margin-top: clamp(36px, 5vw, 52px);
	display: flex;
	justify-content: center;
}

.vpc-blog-pag .navigation,
.vpc-blog-pag .nav-links {
	width: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(21, 50, 67, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 24px rgba(21, 50, 67, 0.08);
}

.vpc-blog-pag .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 12px;
	font-size: var(--vpc-fs-small);
	font-weight: 600;
	text-decoration: none;
	color: var(--vpc-blog-ink-soft);
	background: var(--vpc-surface);
	border: 1px solid rgba(21, 50, 67, 0.1);
	box-shadow: 0 4px 14px rgba(21, 50, 67, 0.06);
	transition:
		background 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.vpc-blog-pag .page-numbers:hover,
.vpc-blog-pag .page-numbers.current {
	background: var(--vpc-blog-accent-soft);
	border-color: var(--vpc-blog-accent);
	color: var(--vpc-blog-accent);
}

.vpc-blog-pag .page-numbers.current {
	font-weight: 700;
}

.vpc-blog-pag__arrow {
	font-size: 1rem;
}

.vpc-blog-empty {
	text-align: center;
	padding: 48px 16px;
	color: var(--vpc-text-muted);
}

/* CTA band */
.vpc-blog-cta {
	padding: clamp(48px, 7vw, 80px) 0 calc(56px + var(--vpc-scroll-pad));
	background: linear-gradient(120deg, var(--vpc-blog-ink) 0%, #1a4a5e 45%, #174a5c 100%);
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.vpc-blog-cta::before {
	content: "";
	position: absolute;
	width: 480px;
	height: 480px;
	right: -160px;
	top: -200px;
	background: radial-gradient(circle, rgba(42, 157, 122, 0.35), transparent 68%);
	pointer-events: none;
}

.vpc-blog-cta__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.vpc-blog-cta__title {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	color: var(--vpc-white);
	letter-spacing: -0.02em;
}

.vpc-blog-cta__text {
	margin: 0;
	max-width: 520px;
	font-size: var(--vpc-fs-body);
	line-height: var(--vpc-lh-snug);
	color: rgba(255, 255, 255, 0.88);
}

.vpc-blog-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vpc-blog-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease,
		color 0.2s ease;
}

.vpc-blog-cta__btn--primary {
	color: var(--vpc-blog-ink);
	background: var(--vpc-white);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.vpc-blog-cta__btn--primary:hover {
	transform: translateY(-2px);
	color: var(--vpc-blog-ink);
}

.vpc-blog-cta__btn--ghost {
	color: var(--vpc-white);
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: transparent;
}

.vpc-blog-cta__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--vpc-white);
}

@media (max-width: 1023px) {
	.vpc-blog-shell {
		grid-template-columns: 1fr;
	}

	.vpc-blog-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap: 20px;
	}
}

@media (max-width: 639px) {
	.vpc-blog-sidebar {
		grid-template-columns: 1fr;
	}

	.vpc-blog-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Blog single details page */
.vpc-blog-single-page {
	padding: clamp(24px, 4vw, 42px) 0 clamp(42px, 6vw, 70px);
}

.vpc-blog-single-card {
	background: #fff;
	border: 1px solid rgba(21, 50, 67, 0.08);
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba(21, 50, 67, 0.08);
	padding: clamp(18px, 3vw, 30px);
}

.vpc-blog-single__head {
	margin-bottom: 18px;
}

.vpc-blog-single__cats {
	margin-bottom: 12px;
}

.vpc-blog-single__cats a {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	margin: 0 6px 6px 0;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #1f7d62;
	background: rgba(42, 157, 122, 0.12);
	border: 1px solid rgba(42, 157, 122, 0.25);
}

.vpc-blog-single__title {
	margin: 0 0 10px;
	font-size: clamp(1.55rem, 2.8vw, 2.4rem);
	line-height: 1.18;
	letter-spacing: -0.02em;
	color: var(--vpc-blog-ink);
}

.vpc-blog-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	font-size: 0.84rem;
	color: var(--vpc-text-muted);
}

.vpc-blog-single__media {
	margin: 0 0 18px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(21, 50, 67, 0.08);
}

.vpc-blog-single__img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 560px;
	object-fit: cover;
}

.vpc-blog-single__content {
	color: var(--vpc-text);
	line-height: 1.82;
	font-size: 1rem;
}

.vpc-blog-single__content > :last-child {
	margin-bottom: 0;
}

.vpc-blog-single__content h2,
.vpc-blog-single__content h3 {
	margin-top: 1.4em;
	margin-bottom: 0.5em;
	color: var(--vpc-blog-ink);
}

.vpc-blog-single__content img {
	border-radius: 12px;
}

.vpc-blog-single__foot {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(21, 50, 67, 0.1);
}

.vpc-blog-single__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.vpc-blog-single__tags-label {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--vpc-blog-ink);
}

.vpc-blog-single__tags a {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--vpc-blog-ink-soft);
	border: 1px solid rgba(21, 50, 67, 0.16);
	background: #f8fbfd;
}

.vpc-blog-single__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.vpc-blog-single__nav-item a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--vpc-blog-ink);
	background: #f8fbfd;
	border: 1px solid rgba(21, 50, 67, 0.12);
}

@media (max-width: 767px) {
	.vpc-blog-single__nav {
		grid-template-columns: 1fr;
	}
}

/* --- Default sub-page hero (Services, etc.) --- */
.vpc-page-hero-outer {
	padding-top: 12px;
	padding-bottom: 18px;
}

.vpc-page-hero {
	position: relative;
}

.vpc-page-hero__banner {
	position: relative;
	min-height: min(300px, 42vw);
	border-top-left-radius: clamp(22px, 3.5vw, 36px);
	border-top-right-radius: 14px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(21, 50, 67, 0.12);
}

.vpc-page-hero__banner-media {
	position: absolute;
	inset: -28px;
	background-size: cover;
	background-position: center;
	filter: blur(11px);
	transform: scale(1.08);
}

.vpc-page-hero__banner-media--fallback {
	inset: 0;
	filter: none;
	transform: none;
	background: linear-gradient(
		135deg,
		var(--vpc-blog-sky) 0%,
		var(--vpc-blog-mint) 45%,
		var(--vpc-primary-soft) 100%
	);
}

.vpc-page-hero__banner-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.12) 0%,
		rgba(21, 50, 67, 0.28) 100%
	);
	pointer-events: none;
}

.vpc-page-hero__card {
	position: relative;
	z-index: 2;
	margin-top: clamp(-56px, -8vw, -80px);
	max-width: min(720px, 100%);
	padding: clamp(26px, 4vw, 42px) clamp(22px, 4vw, 46px) clamp(20px, 3vw, 30px);
	background: linear-gradient(180deg, #f2f8fd 0%, #e8f2fa 100%);
	border-radius: clamp(20px, 3vw, 32px) clamp(20px, 3vw, 28px) 24px 14px;
	box-shadow:
		0 28px 60px rgba(21, 50, 67, 0.14),
		0 0 0 1px rgba(255, 255, 255, 0.9);
}

.vpc-page-hero__title {
	margin: 0 0 14px;
	font-family: var(--vpc-font);
	font-size: clamp(1.875rem, 3.8vw, 2.65rem);
	font-weight: 400;
	line-height: 1.14;
	letter-spacing: -0.03em;
	color: var(--vpc-blog-ink);
}

.vpc-page-hero__title-strong {
	font-weight: 700;
}

.vpc-page-hero__title-soft {
	font-weight: 400;
}

.vpc-page-hero__crumbs-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
}

.vpc-page-hero__crumbs-item,
.vpc-page-hero__crumbs-sep {
	display: inline-flex;
	align-items: center;
}

.vpc-page-hero__crumbs-link {
	color: #4e87b5;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.vpc-page-hero__crumbs-link:hover,
.vpc-page-hero__crumbs-link:focus-visible {
	color: var(--vpc-primary);
	outline: none;
}

.vpc-page-hero__crumbs-current {
	color: #4e87b5;
	font-weight: 600;
}

.vpc-page-hero__crumbs-sep {
	color: #7aa3c7;
	font-size: 0.8rem;
	font-weight: 500;
}

.vpc-page-hero__crumbs-sep--tail {
	margin-left: 2px;
}

.vpc-page-main {
	padding-top: clamp(28px, 4vw, 44px);
	padding-bottom: 48px;
}

.vpc-page-article {
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.vpc-page-content {
	padding-top: 8px;
}

@media (max-width: 640px) {
	.vpc-page-hero__banner {
		min-height: 200px;
		border-top-right-radius: 10px;
	}

	.vpc-page-hero__card {
		margin-top: -48px;
		border-radius: 22px 20px 18px 12px;
	}
}

/* --- Services hero — full-width banner; illustration = CSS background, copy on the left --- */
.vpc-hero-split-outer {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.vpc-hero-split {
	--vpc-hero-split-blue-1: #3a7ec4;
	--vpc-hero-split-blue-2: #2563a8;
	--vpc-hero-split-blue-3: #1a4f7a;
	position: relative;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(31, 24, 34, 0.08);
	border-bottom: 1px solid var(--vpc-border);
	outline: none;
}

.vpc-hero-split__inner {
	position: relative;
	z-index: 1;
}

.vpc-hero-split--banner-photo .vpc-hero-split__inner {
	min-height: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	z-index: 2;
}

/* Hide bottom strip of artwork (tan bar, dot grid) + avoid extra rule line */
.vpc-hero-split--banner-photo::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: clamp(44px, 11%, 96px);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.75) 40%,
		#ffffff 88%,
		#ffffff 100%
	);
	pointer-events: none;
	z-index: 1;
}

.vpc-hero-split--banner {
	display: block;
	min-height: min(232px, 32vw);
	max-height: min(320px, 42vw);
	background-color: #f6f4f7;
	background-repeat: no-repeat;
}

/*
 * Photo banner: shallow strip + light zoom (height > 100%) so the figure stays prominent;
 * overflow hidden on .vpc-hero-split clips edges slightly — keeps layout clean.
 */
.vpc-hero-split--banner-photo {
	border-bottom: none;
	box-shadow: 0 6px 24px rgba(31, 24, 34, 0.07);
	background-image: var(--vpc-hero-split-banner);
	background-size: auto 107%;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #ffffff;
	background-clip: padding-box;
	aspect-ratio: 3.45 / 1;
	min-height: 0;
	max-height: none;
	width: 100%;
}

.vpc-hero-split--banner-fallback {
	background: linear-gradient(155deg, var(--vpc-hero-split-blue-1) 0%, var(--vpc-hero-split-blue-2) 45%, var(--vpc-hero-split-blue-3) 100%);
}

.vpc-hero-split__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(12px, 1.8vw, 18px);
	padding: clamp(22px, 3.5vw, 44px) clamp(20px, 3vw, 40px);
	min-height: min(232px, 32vw);
	position: relative;
	z-index: 1;
	overflow: hidden;
	max-width: min(52%, 520px);
}

.vpc-hero-split--banner-photo .vpc-hero-split__left {
	min-height: 100%;
	align-self: stretch;
	gap: 0;
	color: var(--vpc-heading);
	background: transparent;
}

.vpc-hero-split--banner-photo .vpc-hero-split__left::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.94) 0%,
		rgba(255, 255, 255, 0.72) 42%,
		rgba(255, 255, 255, 0.2) 62%,
		transparent 78%
	);
	pointer-events: none;
	z-index: 0;
}

.vpc-hero-split--banner-fallback .vpc-hero-split__left {
	max-width: none;
	color: #ffffff;
	background:
		radial-gradient(ellipse 120% 80% at 0% 100%, rgba(255, 255, 255, 0.14) 0%, transparent 55%),
		transparent;
}

.vpc-hero-split__left::after {
	content: "";
	position: absolute;
	left: 0;
	top: 22%;
	bottom: 22%;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, transparent 0%, var(--vpc-accent) 35%, var(--vpc-accent) 65%, transparent 100%);
	opacity: 0.55;
	pointer-events: none;
	z-index: 1;
}

.vpc-hero-split--banner-photo .vpc-hero-split__left::after {
	opacity: 0.75;
}

.vpc-hero-split__left-mesh {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.vpc-hero-split--banner-photo .vpc-hero-split__left-mesh {
	background-image: radial-gradient(rgba(193, 39, 111, 0.06) 1px, transparent 1px);
	background-size: 20px 20px;
	opacity: 0.5;
}

.vpc-hero-split--banner-fallback .vpc-hero-split__left-mesh {
	background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
	background-size: 18px 18px;
	opacity: 0.35;
}

.vpc-hero-split__title {
	margin: 0;
	position: relative;
	z-index: 2;
	font-family: var(--vpc-font);
	font-size: clamp(1.875rem, 3.5vw, 2.75rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.vpc-hero-split--banner-photo .vpc-hero-split__title {
	color: var(--vpc-heading);
	text-shadow: none;
}

.vpc-hero-split--banner-fallback .vpc-hero-split__title {
	color: #ffffff;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.18);
}

.vpc-hero-split__crumbs-wrap {
	position: relative;
	z-index: 2;
	display: inline-flex;
	max-width: 100%;
}

/* % resolves against width of containing block (CSS); spacing under title */
.vpc-hero-split--banner-photo .vpc-hero-split__crumbs-wrap {
	margin-top: 2%;
}

.vpc-hero-split__intro {
	margin: clamp(14px, 2.2vw, 22px) 0 0;
	padding: 0;
	font-family: var(--vpc-font);
	font-size: var(--vpc-fs-small);
	line-height: var(--vpc-lh-body);
	font-weight: var(--vpc-fw-regular);
	color: var(--vpc-text-muted);
	max-width: 38rem;
	position: relative;
	z-index: 2;
}

.vpc-hero-split--banner-photo .vpc-hero-split__intro {
	color: var(--vpc-text);
}

.vpc-hero-split--with-intro .vpc-hero-split__left {
	max-width: min(58%, 600px);
}

.vpc-hero-split__crumbs-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	list-style: none;
	margin: 0;
	padding: 10px 16px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	border-radius: 999px;
	box-shadow: 0 4px 20px rgba(31, 24, 34, 0.06);
}

.vpc-hero-split--banner-photo .vpc-hero-split__crumbs-list {
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(234, 216, 228, 0.95);
}

.vpc-hero-split--banner-fallback .vpc-hero-split__crumbs-list {
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.vpc-hero-split__crumbs-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.vpc-hero-split--banner-photo .vpc-hero-split__crumbs-link {
	color: var(--vpc-text-muted);
}

.vpc-hero-split--banner-photo .vpc-hero-split__crumbs-link:hover,
.vpc-hero-split--banner-photo .vpc-hero-split__crumbs-link:focus-visible {
	color: var(--vpc-primary);
	opacity: 1;
	outline: none;
}

.vpc-hero-split--banner-fallback .vpc-hero-split__crumbs-link {
	color: rgba(255, 255, 255, 0.98);
}

.vpc-hero-split--banner-fallback .vpc-hero-split__crumbs-link:hover,
.vpc-hero-split--banner-fallback .vpc-hero-split__crumbs-link:focus-visible {
	opacity: 0.92;
	color: var(--vpc-accent-soft);
	outline: none;
}

.vpc-hero-split__crumbs-icon {
	display: inline-flex;
	opacity: 0.95;
}

.vpc-hero-split--banner-photo .vpc-hero-split__crumbs-current {
	color: var(--vpc-heading);
}

.vpc-hero-split--banner-fallback .vpc-hero-split__crumbs-current {
	color: rgba(255, 255, 255, 0.95);
}

.vpc-hero-split--banner-photo .vpc-hero-split__crumbs-sep {
	color: rgba(107, 95, 104, 0.45);
	font-weight: 500;
}

.vpc-hero-split--banner-fallback .vpc-hero-split__crumbs-sep {
	color: rgba(255, 255, 255, 0.55);
	font-weight: 500;
}

.vpc-services-page {
	padding-top: clamp(28px, 4vw, 44px);
	padding-bottom: 48px;
}

/* Sub-pages: remove top banner image, keep compact centered title + breadcrumbs. */
.vpc-hero-split,
.vpc-hero-split--banner,
.vpc-hero-split--banner-photo,
.vpc-hero-split--banner-fallback {
	background: transparent;
	background-image: none;
	box-shadow: none;
	border-bottom: 0;
	min-height: auto;
	max-height: none;
	aspect-ratio: auto;
}

.vpc-hero-split--banner-photo::after {
	display: none;
}

.vpc-hero-split__inner {
	display: flex;
	justify-content: center;
}

.vpc-hero-split-outer {
	padding-top: clamp(24px, 3vw, 34px);
	padding-bottom: clamp(14px, 2vw, 20px);
}

.vpc-hero-split__left,
.vpc-hero-split--banner-photo .vpc-hero-split__left,
.vpc-hero-split--banner-fallback .vpc-hero-split__left,
.vpc-hero-split--with-intro .vpc-hero-split__left {
	max-width: 100%;
	min-height: auto;
	padding: clamp(20px, 3vw, 30px) clamp(12px, 3vw, 24px);
	align-items: center;
	text-align: center;
	gap: 0;
}

.vpc-hero-split__left::before,
.vpc-hero-split__left::after,
.vpc-hero-split__left-mesh {
	display: none;
}

.vpc-hero-split__crumbs-wrap,
.vpc-hero-split--banner-photo .vpc-hero-split__crumbs-wrap {
	margin-top: 14px;
}

.vpc-hero-split__intro {
	display: none;
}

.vpc-page-hero__banner {
	display: none;
}

.vpc-page-hero__card {
	margin-top: 0;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: clamp(16px, 2.5vw, 24px) clamp(12px, 2.5vw, 22px);
	background: transparent;
	box-shadow: none;
	text-align: center;
}

/* Services page template only — palette matches site logo (magenta + gold). */
.vpc-services-page .vpc-service-catalog__tab {
	border: 1px solid var(--vpc-border);
	background: var(--vpc-surface);
	color: var(--vpc-text-muted);
}

.vpc-services-page .vpc-service-catalog__tab:hover {
	border-color: var(--vpc-header-pill-border);
	color: var(--vpc-text);
}

.vpc-services-page .vpc-service-catalog__tab.is-active {
	background: linear-gradient(135deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
	color: var(--vpc-white);
	border-color: transparent;
	box-shadow: 0 10px 22px rgba(193, 39, 111, 0.22);
}

.vpc-services-page .vpc-service-card {
	background: var(--vpc-surface);
	border: 1px solid var(--vpc-border);
	box-shadow: 0 14px 28px rgba(193, 39, 111, 0.08);
}

.vpc-services-page .vpc-service-card:hover {
	border-color: rgba(193, 39, 111, 0.22);
	box-shadow: 0 18px 36px rgba(193, 39, 111, 0.12);
}

.vpc-services-page .vpc-service-card__image {
	background: linear-gradient(125deg, var(--vpc-primary-soft) 0%, rgba(201, 163, 95, 0.14) 100%);
}

.vpc-services-page .vpc-service-card:nth-child(3n) .vpc-service-card__image:not(.vpc-service-card__image--compare) {
	background: linear-gradient(125deg, rgba(201, 163, 95, 0.16) 0%, var(--vpc-primary-soft) 100%);
}

.vpc-services-page .vpc-service-card:nth-child(4n) .vpc-service-card__image:not(.vpc-service-card__image--compare) {
	background: linear-gradient(125deg, rgba(193, 39, 111, 0.1) 0%, rgba(201, 163, 95, 0.12) 100%);
}

.vpc-services-page .vpc-service-card__image--compare {
	background: var(--vpc-bg-subtle);
}

.vpc-services-page .vpc-ba-slider__divider {
	background: var(--vpc-surface);
	box-shadow: 0 0 0 1px rgba(201, 163, 95, 0.35);
}

.vpc-services-page .vpc-ba-slider__grip {
	background: var(--vpc-surface);
	border: 1px solid var(--vpc-header-pill-border);
	color: var(--vpc-primary);
	box-shadow: 0 4px 14px rgba(193, 39, 111, 0.12);
}

.vpc-services-page .vpc-service-card__body h3 {
	color: var(--vpc-heading);
}

.vpc-services-page .vpc-service-card__btn--book {
	background: #f8bfdd;
	color: var(--vpc-heading);
	border: 1px solid #f0a7cf;
}

.vpc-services-page .vpc-service-card__btn--book:hover {
	background: #f6b2d5;
}

.vpc-services-page .vpc-service-card__btn--view {
	background: #ffffff;
	color: var(--vpc-heading);
	border: 1px solid #f0a7cf;
}

.vpc-services-page .vpc-service-card__btn--view:hover {
	background: #fff6fb;
	color: var(--vpc-heading);
}

.vpc-services-page .vpc-service-catalog__view-all {
	background: var(--vpc-surface);
	border: 1px solid var(--vpc-header-pill-border);
	color: var(--vpc-primary);
}

.vpc-services-page .vpc-service-catalog__view-all:hover {
	background: var(--vpc-accent-soft);
	border-color: rgba(201, 163, 95, 0.55);
	color: var(--vpc-primary-dark);
}

.vpc-service-catalog {
	padding: clamp(24px, 3vw, 34px) 0 clamp(16px, 3vw, 28px);
}

body.page-template-page-services-php .vpc-hero-split-outer,
body.page-services .vpc-hero-split-outer {
	padding-bottom: 0px;
}

body.page-template-page-services-php .vpc-service-catalog,
body.page-services .vpc-service-catalog {
	padding-top: clamp(8px, 1.2vw, 14px);
}

.vpc-service-catalog .vpc-container {
	padding-left: clamp(24px, 6vw, 48px);
	padding-right: clamp(24px, 6vw, 48px);
}

.vpc-service-catalog[data-mode="home"] {
	padding-top: clamp(48px, 7vw, 76px);
}

.vpc-service-catalog__head {
	margin-bottom: 16px;
	text-align: center;
}

.vpc-service-catalog[data-mode="home"] .vpc-service-catalog__head {
	margin-bottom: 26px;
}

.vpc-service-catalog__accent {
	margin-top: 4px;
}

.vpc-main .vpc-service-catalog__head--accent p {
	margin: 0 0 16px;
}

.vpc-main .vpc-service-catalog__head h2 {
	margin: 0 0 8px;
	font-size: clamp(26px, 3.6vw, 36px);
	line-height: 1.2;
	color: var(--vpc-heading);
	text-align: center;
}

.vpc-main .vpc-service-catalog__head p {
	margin: 0;
	color: var(--vpc-text-muted);
	font-size: 15px;
	text-align: center;
}

.vpc-service-catalog__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 20px;
	justify-content: center;
}

/* Matches services page template (magenta + gold; same vars as .vpc-services-page). */
.vpc-service-catalog__tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--vpc-border);
	background: var(--vpc-surface);
	color: var(--vpc-text-muted);
	border-radius: 999px;
	padding: 11px 20px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.vpc-service-catalog__tab-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	line-height: 0;
	flex: 0 0 16px;
	font-style: normal;
}

.vpc-service-catalog__tab-icon svg {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 1;
}

.vpc-service-catalog__tab:hover {
	border-color: var(--vpc-header-pill-border);
	color: var(--vpc-text);
}

.vpc-service-catalog__tab.is-active {
	background: linear-gradient(135deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
	color: var(--vpc-white);
	border-color: transparent;
	box-shadow: 0 10px 22px rgba(193, 39, 111, 0.22);
}

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

.vpc-service-card {
	background: var(--vpc-surface);
	border: 1px solid var(--vpc-border);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 14px 28px rgba(193, 39, 111, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vpc-service-card:hover {
	transform: translateY(-3px);
	border-color: rgba(193, 39, 111, 0.22);
	box-shadow: 0 18px 36px rgba(193, 39, 111, 0.12);
}

.vpc-service-card__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	background: linear-gradient(125deg, var(--vpc-primary-soft) 0%, rgba(201, 163, 95, 0.14) 100%);
}

.vpc-service-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vpc-service-card:nth-child(3n) .vpc-service-card__image:not(.vpc-service-card__image--compare) {
	background: linear-gradient(125deg, rgba(201, 163, 95, 0.16) 0%, var(--vpc-primary-soft) 100%);
}

.vpc-service-card:nth-child(4n) .vpc-service-card__image:not(.vpc-service-card__image--compare) {
	background: linear-gradient(125deg, rgba(193, 39, 111, 0.1) 0%, rgba(201, 163, 95, 0.12) 100%);
}

.vpc-service-card__image--compare {
	background: var(--vpc-bg-subtle);
}

.vpc-service-card__image--compare .vpc-ba-slider {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	touch-action: none;
	user-select: none;
}

.vpc-ba-slider__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.vpc-ba-slider__img--after {
	z-index: 0;
}

.vpc-ba-slider__img--before {
	z-index: 1;
	clip-path: inset(0 50% 0 0);
}

.vpc-ba-slider__divider {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	transform: translateX(-50%);
	background: var(--vpc-surface);
	box-shadow: 0 0 0 1px rgba(201, 163, 95, 0.35);
	z-index: 2;
	cursor: ew-resize;
	pointer-events: auto;
}

.vpc-ba-slider__grip {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--vpc-surface);
	border: 1px solid var(--vpc-header-pill-border);
	box-shadow: 0 4px 14px rgba(193, 39, 111, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--vpc-primary);
	letter-spacing: -2px;
}

.vpc-service-card__body {
	padding: 12px 12px 13px;
}

.vpc-service-card__body h3 {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.35;
	color: var(--vpc-heading);
	min-height: 40px;
}

.vpc-service-card__actions {
	display: flex;
	gap: 8px;
}

.vpc-service-card__btn {
	flex: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 999px;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 700;
}

.vpc-service-card__btn--book {
	background: #f8bfdd;
	color: var(--vpc-heading);
	border: 1px solid #f0a7cf;
}

.vpc-service-card__btn--book:hover {
	background: #f6b2d5;
}

.vpc-service-card__btn--view {
	background: #ffffff;
	color: var(--vpc-heading);
	border: 1px solid #f0a7cf;
}

.vpc-service-card__btn--view:hover {
	background: #fff6fb;
	color: var(--vpc-heading);
}

.vpc-service-catalog__foot {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.vpc-service-catalog__pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.vpc-service-catalog__pagination .page-numbers {
	appearance: none;
	cursor: pointer;
	font-family: var(--vpc-font);
	line-height: 1;
	min-width: 48px;
	height: 48px;
	padding: 0 12px;
	border-radius: 14px;
	border: 1px solid rgba(193, 39, 111, 0.3);
	background: #fff;
	color: #1f2a3d;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	box-shadow: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.vpc-service-catalog__pagination .page-numbers:hover,
.vpc-service-catalog__pagination .page-numbers:focus-visible {
	transform: none;
	border-color: var(--vpc-primary);
	background: #fff;
	color: var(--vpc-primary);
	outline: none;
}

.vpc-service-catalog__pagination .page-numbers.current {
	background: var(--vpc-primary);
	border-color: var(--vpc-primary);
	color: #fff;
	box-shadow: none;
	pointer-events: none;
}

.vpc-service-catalog__pagination .vpc-service-pag__arrow {
	font-size: 15px;
}

@media (max-width: 767px) {
	.vpc-service-catalog__pagination {
		gap: 8px;
	}

	.vpc-service-catalog__pagination .page-numbers {
		min-width: 42px;
		height: 42px;
		font-size: 13px;
		border-radius: 12px;
	}

	.vpc-service-catalog__pagination .vpc-service-pag__arrow {
		font-size: 15px;
	}
}

.vpc-service-catalog__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 999px;
	padding: 11px 24px;
	background: var(--vpc-surface);
	border: 1px solid var(--vpc-header-pill-border);
	color: var(--vpc-primary);
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.vpc-service-catalog__view-all:hover {
	background: var(--vpc-accent-soft);
	border-color: rgba(201, 163, 95, 0.55);
	color: var(--vpc-primary-dark);
}

.vpc-service-card.is-hidden {
	display: none;
}

@media (max-width: 767px) {
	.vpc-service-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.vpc-service-card__body {
		padding: 10px 10px 12px;
	}

	.vpc-service-card__body h3 {
		font-size: 13px;
		min-height: 34px;
	}

	.vpc-service-card__btn {
		font-size: 11px;
		padding: 7px 8px;
	}

	.vpc-hero-split--banner:not(.vpc-hero-split--banner-photo) {
		max-height: none;
		min-height: min(200px, 48vw);
		border-radius: 0;
	}

	.vpc-hero-split--banner-photo {
		min-height: 0;
		max-height: none;
		border-radius: 0;
		aspect-ratio: 3.65 / 1;
		background-size: auto 108%;
	}

	.vpc-hero-split__left {
		max-width: none;
		min-height: min(200px, 48vw);
		padding: clamp(20px, 5vw, 32px) clamp(16px, 5vw, 24px);
	}

	.vpc-hero-split--with-intro .vpc-hero-split__left {
		max-width: none;
	}

	.vpc-hero-split--banner-photo .vpc-hero-split__left {
		min-height: 100%;
	}

	.vpc-hero-split--banner-photo .vpc-hero-split__left::before {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.96) 0%,
			rgba(255, 255, 255, 0.78) 52%,
			rgba(255, 255, 255, 0.28) 100%
		);
	}

	.vpc-hero-split__left::after {
		top: 12%;
		bottom: 12%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.vpc-service-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Elementor Filterable Gallery: keep hover description text white. */
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item:hover .gallery-item-caption-over p,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item:hover .gallery-item-hoverer-bg p,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item:hover .gallery-item-content p {
	color: #fff !important;
}

/* Gallery cards: no hover overlay; show clean title under image. */
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-content,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-hoverer-bg {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-caption-over {
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	background: transparent !important;
	padding: 10px 0 0 !important;
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item:hover .gallery-item-caption-over,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item:hover .gallery-item-content,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item:hover .gallery-item-hoverer-bg {
	opacity: 1 !important;
	transform: none !important;
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-caption-over *,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item:hover .gallery-item-caption-over * {
	color: var(--vpc-heading) !important;
}

/* Elementor Filterable Gallery: hide hover action icons. */
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-buttons,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-buttons a,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-hoverer-buttons,
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-hoverer-buttons a {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.home .vpc-home-gallery-embed__head {
	width: min(1240px, 100%);
	padding-inline: clamp(24px, 6vw, 48px);
	margin: 0 auto 18px;
	text-align: center;
}

.home .vpc-home-gallery-embed__title {
	margin: 0;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.15;
	color: var(--vpc-heading);
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
}

.home .vpc-home-gallery-embed__title::before,
.home .vpc-home-gallery-embed__title::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 999px;
}

.home .vpc-home-gallery-embed__title::before {
	bottom: 11px;
	width: 200px;
	height: 5px;
	background: #c12e79;
}

.home .vpc-home-gallery-embed__title::after {
	bottom: 0;
	width: 152px;
	height: 5px;
	background: #c7a257;
}

/* Home gallery (Elementor) tabs: align with Services tab style */
.home .vpc-home-gallery-embed .eael-filter-gallery-control ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.home .vpc-home-gallery-embed .eael-filter-gallery-control li {
	margin: 0;
	padding: 9px 16px;
	border: 1px solid var(--vpc-border);
	border-radius: 999px;
	background: #fff;
	color: var(--vpc-text-muted);
	font-family: var(--vpc-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
}

.eael-filter-gallery-control li {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
}

.eael-filter-gallery-control li::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	background: currentColor;
	opacity: 0.92;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.home .vpc-home-gallery-embed .eael-filter-gallery-control li:hover {
	border-color: var(--vpc-header-pill-border);
	color: var(--vpc-text);
}

.home .vpc-home-gallery-embed .eael-filter-gallery-control li.active,
.home .vpc-home-gallery-embed .eael-filter-gallery-control li.is-active {
	background: linear-gradient(135deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 10px 22px rgba(193, 39, 111, 0.22);
}

/* Gallery tabs (all pages): avoid black active state, use brand style. */
.eael-filter-gallery-control li.active,
.eael-filter-gallery-control li.is-active {
	background: linear-gradient(135deg, var(--vpc-primary) 0%, var(--vpc-primary-dark) 100%) !important;
	color: #fff !important;
	border-color: transparent !important;
	box-shadow: 0 10px 22px rgba(193, 39, 111, 0.22) !important;
}

.home .vpc-main .vpc-home-heading-anim {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.home .vpc-main .vpc-home-heading-anim.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.home .vpc-main .vpc-home-heading-anim,
	.home .vpc-main .vpc-home-heading-anim.is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Responsive hardening: all pages + home-specific layout stability. */
html,
body {
	overflow-x: hidden;
}

img,
svg,
video,
iframe {
	max-width: 100%;
	height: auto;
}

.vpc-main,
.vpc-site-content {
	overflow-x: clip;
}

/* Keep home testimonials in horizontal scroll mode (override page grid rule). */
.vpc-home-testimonials.vpc-testimonials-page .vpc-review-slider__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0;
	padding-bottom: 8px;
}

.vpc-home-testimonials.vpc-testimonials-page .vpc-review-slider__strip {
	display: flex;
	grid-template-columns: none;
	gap: 14px;
	padding: 2px 6px 14px;
}

.vpc-home-testimonials.vpc-testimonials-page .vpc-review-card {
	flex: 0 0 min(320px, calc(100vw - 56px));
	min-width: min(320px, calc(100vw - 56px));
}

.vpc-home-testimonials.vpc-testimonials-page .vpc-review-slider__nav {
	display: flex;
}

.vpc-home-testimonials.vpc-testimonials-page .vpc-review-slider__nav-btn {
	display: inline-flex;
}

.vpc-site-content {
	padding-top: var(--vpc-header-offset, 86px);
}

/* Global background follows theme variables everywhere. */
body,
.vpc-site-content,
.vpc-main {
	background: linear-gradient(180deg, var(--vpc-white) 0%, var(--vpc-bg) 60%, var(--vpc-bg-subtle) 100%);
}

/* Gallery: force stable grid mode */
.vpc-gallery__canvas {
	perspective: none !important;
	min-height: 0 !important;
	padding: 0 !important;
}

.vpc-gallery__track {
	position: static !important;
	height: auto !important;
	max-height: none !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(14px, 1.8vw, 22px) !important;
	transform-style: flat !important;
	align-items: stretch !important;
}

.vpc-gallery__card {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 !important;
	transform: none !important;
	filter: none !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden !important;
}

.vpc-gallery__card-link {
	height: auto !important;
	display: block !important;
	flex: 0 0 auto !important;
}

.vpc-gallery__card-bg {
	aspect-ratio: 4 / 3;
	background-size: cover !important;
	border-bottom: 1px solid rgba(193, 39, 111, 0.1);
}

.vpc-gallery__card-title--below {
	height: auto !important;
	min-height: 56px;
	padding: 12px 14px;
	align-items: flex-start;
	font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
	line-height: 1.3 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.vpc-gallery__nav,
.vpc-gallery__dots {
	display: none !important;
}

@media (max-width: 1199px) {
	.vpc-container {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-header__bar {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-footer .vpc-container.vpc-footer__grid {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-service-catalog .vpc-container,
	.home .vpc-home-gallery-embed__head {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-home-testimonials .vpc-review-slider {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-header__pill {
		border-radius: 0;
	}

	.vpc-nav__menu {
		gap: clamp(10px, 1.7vw, 18px);
	}
}

@media (max-width: 991px) {
	.vpc-header__bar {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-footer .vpc-container.vpc-footer__grid {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-service-catalog .vpc-container,
	.home .vpc-home-gallery-embed__head {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-header__pill {
		padding: 10px 12px;
		gap: 10px;
		border-radius: 0;
	}

	.vpc-header__brand {
		max-width: 72vw;
	}

	.vpc-brand-copy__title {
		font-size: clamp(16px, 2.7vw, 24px);
	}

	.vpc-brand-copy__subtitle {
		font-size: clamp(10px, 1.55vw, 14px);
	}

	.vpc-header__pill .vpc-logo img,
	.vpc-header__pill .vpc-logo .custom-logo {
		max-height: 56px;
	}

	.vpc-header__pill .vpc-nav {
		flex: 1 1 100%;
		order: 3;
	}

	.vpc-header__pill .vpc-nav__menu {
		width: 100%;
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	.vpc-header__pill .vpc-nav__menu > li {
		white-space: nowrap;
	}

	.vpc-header__cta {
		padding: 10px 14px;
		font-size: 12px;
	}

	.vpc-home-hero-wrap .vpc-container {
		padding-inline: clamp(18px, 4vw, 28px);
	}

	.vpc-hero-action-card {
		left: 50%;
		transform: translateX(-50%);
		width: min(94vw, 520px);
		padding: 12px;
		gap: 8px;
	}

	.vpc-hero-booknow-form {
		grid-template-columns: 1fr 1fr;
		width: min(94vw, 760px);
		max-width: 760px;
	}

	.vpc-hero-booknow-form__submit {
		grid-column: 1 / -1;
	}

	.vpc-hero-action-card__search {
		flex: 1 1 100%;
	}

	.vpc-home-about__card,
	.vpc-home-oc__card,
	.vpc-home-latest,
	.vpc-home-testimonials,
	.vpc-home-gallery-embed {
		margin-top: 24px;
	}

	.vpc-home-oc__grid,
	.vpc-home-latest__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vpc-gallery-page .elementor-container,
	.vpc-gallery-page .elementor-column,
	.vpc-gallery-page .elementor-widget-wrap {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.vpc-container {
		padding-inline: 14px;
	}

	.vpc-header__bar {
		padding-inline: 14px;
	}

	.vpc-home-hero-wrap .vpc-container {
		padding-inline: 14px;
	}

	.home .vpc-home-gallery-embed__head {
		padding-inline: 14px;
	}

	.vpc-footer .vpc-container.vpc-footer__grid {
		padding-inline: 14px;
	}

	.vpc-service-catalog .vpc-container {
		padding-inline: 14px;
	}

	.vpc-home-testimonials .vpc-review-slider {
		padding-inline: 14px;
	}

	.vpc-main :where(h1) {
		font-size: clamp(1.55rem, 8vw, 2rem);
	}

	.vpc-main :where(h2) {
		font-size: clamp(1.25rem, 6.5vw, 1.6rem);
	}

	.vpc-gallery__track {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.vpc-header__pill .vpc-logo img,
	.vpc-header__pill .vpc-logo .custom-logo {
		max-height: 40px;
	}

	.vpc-brand-copy {
		gap: 2px;
	}

	.vpc-brand-copy__title {
		font-size: clamp(14px, 4.2vw, 20px);
	}

	.vpc-brand-copy__subtitle {
		font-size: clamp(9px, 2.6vw, 11px);
	}

	.vpc-header__cta {
		padding: 8px 12px;
		border-radius: 999px;
	}

	.vpc-home-hero-slider {
		min-height: 300px;
	}

	.vpc-hero-action-card {
		bottom: 10px;
		width: calc(100% - 18px);
		padding: 10px;
	}

	.vpc-hero-booknow-form {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.vpc-hero-booknow-form__field input,
	.vpc-hero-booknow-form__field select,
	.vpc-hero-booknow-form__submit {
		height: 44px;
		font-size: 13px;
	}

	.vpc-hero-action-card__search input {
		padding: 10px 40px 10px 12px;
	}

	.vpc-hero-chip {
		font-size: 12px;
		padding: 8px 12px;
	}

	.vpc-home-about__highlights,
	.vpc-home-oc__grid,
	.vpc-home-latest__grid {
		grid-template-columns: 1fr;
	}

	.vpc-home-oc__points {
		margin-inline: 0;
	}

	.vpc-home-gallery-embed__title {
		padding-bottom: 16px;
	}

	.vpc-home-gallery-embed__title::before {
		width: min(180px, 72vw);
		bottom: 9px;
	}

	.vpc-home-gallery-embed__title::after {
		width: min(136px, 54vw);
	}
}

@media (max-width: 520px) {
	.vpc-gallery__track {
		grid-template-columns: 1fr !important;
	}
}

/* Mobile header: logo left, hamburger right, left drawer menu. */
.vpc-header__menu-toggle,
.vpc-header__mobile-overlay {
	display: none;
}

@media (max-width: 991px) {
	.vpc-header__pill {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.vpc-header__brand {
		order: 1;
	}

	.vpc-header__menu-toggle {
		order: 3;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 1px solid var(--vpc-border);
		border-radius: 10px;
		background: #fff;
		color: var(--vpc-heading);
		cursor: pointer;
	}

	.vpc-header__menu-toggle-line {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background: currentColor;
		transition: transform 0.25s ease, opacity 0.25s ease;
	}

	.vpc-mobile-menu-open .vpc-header__menu-toggle-line:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.vpc-mobile-menu-open .vpc-header__menu-toggle-line:nth-child(2) {
		opacity: 0;
	}

	.vpc-mobile-menu-open .vpc-header__menu-toggle-line:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.vpc-header__pill .vpc-header__cta {
		order: 2;
		display: inline-flex;
		margin-left: auto;
		margin-right: 8px;
		padding: 8px 12px;
		font-size: 12px;
		line-height: 1;
	}

	.vpc-header__mobile-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(18, 12, 18, 0.38);
		backdrop-filter: blur(1px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.25s ease;
		z-index: 108;
	}

	.vpc-mobile-menu-open .vpc-header__mobile-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.vpc-header__pill .vpc-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: min(84vw, 320px);
		height: 100vh;
		padding: 20px 16px;
		background: #fff;
		border-right: 1px solid var(--vpc-border);
		box-shadow: 8px 0 28px rgba(0, 0, 0, 0.12);
		transform: translateX(-104%);
		transition: transform 0.28s ease;
		z-index: 109;
		overflow-y: auto;
	}

	.vpc-header__pill .vpc-nav.is-open {
		transform: translateX(0);
	}

	.vpc-header__pill .vpc-nav__menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		width: 100%;
		overflow: visible;
		padding: 0;
	}

	.vpc-header__pill .vpc-nav__menu > li {
		width: 100%;
	}

	.vpc-header__pill .vpc-nav__menu > li > a {
		display: block;
		width: 100%;
		padding: 10px 8px;
		font-size: 0.95rem;
	}

	.vpc-header__pill .vpc-nav__menu .sub-menu {
		position: static;
		transform: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		min-width: 0;
		margin: 4px 0 8px 8px;
		padding: 6px;
		box-shadow: none;
		background: var(--vpc-bg-subtle);
		border: 1px solid var(--vpc-border);
	}
}
