.vp-skip-link {
	background: var(--vp-color-blue);
	color: var(--vp-color-graphite);
	font-weight: 700;
	left: 1rem;
	padding: 0.75rem 1rem;
	position: absolute;
	top: 0.75rem;
	transform: translateY(-150%);
	z-index: 1000;
}

.vp-skip-link:focus {
	transform: translateY(0);
}

.vp-site-header {
	backdrop-filter: blur(16px);
	background: rgba(16, 19, 20, 0.88);
	border-bottom: 1px solid var(--vp-border);
	position: sticky;
	top: 0;
	z-index: 100;
}

.vp-header-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	min-height: 4.6rem;
	padding: 0.85rem clamp(1rem, 4vw, 2rem);
	width: 100%;
}

.vp-brand {
	align-items: center;
	display: flex;
	gap: 0.85rem;
	min-width: 0;
}

.vp-site-title a,
.vp-site-title {
	color: var(--vp-color-ivory);
	font-size: 1rem;
	font-weight: 760;
	text-decoration: none;
	white-space: nowrap;
}

.vp-footer-nav a,
.vp-category-nav a {
	color: var(--vp-color-mist);
	font-size: 0.76rem;
	font-weight: 760;
	text-decoration: none;
	text-transform: uppercase;
}

.vp-footer-nav a:hover,
.vp-category-nav a:hover {
	color: var(--vp-color-ivory);
}

.vp-footer-nav,
.vp-footer-nav ul,
.vp-footer-nav .wp-block-navigation__container {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vp-hc-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	line-height: 0;
}

.vp-hc-icon svg {
	fill: none;
	height: 1.35rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.85;
	width: 1.35rem;
}

.vp-main {
	padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem) clamp(4rem, 8vw, 7rem);
}

.vp-main > * + * {
	margin-block-start: clamp(2.5rem, 6vw, 5.5rem);
}

.vp-hero {
	border-bottom: 1px solid var(--vp-border);
	border-top: 1px solid var(--vp-border);
	padding-block: clamp(4.5rem, 11vw, 8.5rem);
	position: relative;
}

.vp-hero::before {
	background: var(--vp-color-blue);
	content: "";
	height: 3.4rem;
	left: 0;
	position: absolute;
	top: clamp(4.5rem, 11vw, 8.5rem);
	width: 3px;
}

.vp-home-hero::before {
	background: var(--vp-color-copper);
}

.vp-photography-hero::before {
	background: var(--vp-color-sage);
}

.vp-kicker {
	color: var(--vp-color-copper);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 760;
	margin-block-end: 1rem;
	text-transform: uppercase;
}

.vp-hero h1 {
	max-width: 13ch;
}

.vp-professional-hero h1,
.vp-photography-hero h1 {
	max-width: 15ch;
}

.vp-hero-copy {
	max-width: 46rem;
}

.vp-hero-actions {
	margin-block-start: 2rem;
}

.vp-section {
	padding-block: clamp(1rem, 4vw, 3rem);
}

.vp-section > h2,
.vp-section > .wp-block-heading {
	max-width: 12ch;
}

.vp-section .has-lead-font-size {
	max-width: 64rem;
}

.vp-page,
.vp-single,
.vp-archive {
	padding-top: clamp(3rem, 8vw, 6rem);
}

.vp-page-hero {
	border-bottom: 1px solid var(--vp-border);
	padding-bottom: clamp(2rem, 6vw, 4rem);
}

.vp-path-grid,
.vp-pillar-grid {
	display: grid !important;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.vp-path-card,
.vp-pillar,
.vp-chip-group,
.vp-testimonial,
.vp-social-card,
.vp-photo-card,
.vp-detail-list section {
	background: rgba(32, 38, 41, 0.78);
	border: 1px solid var(--vp-border);
	border-radius: var(--vp-radius);
	padding: clamp(1.1rem, 3vw, 1.6rem);
}

.vp-path-card,
.vp-pillar {
	min-height: 14rem;
}

.vp-path-card h3,
.vp-pillar h3,
.vp-chip-group h3 {
	font-size: 1.18rem;
	line-height: 1.15;
	margin-top: 0;
}

.vp-metrics {
	border-bottom: 1px solid var(--vp-border);
	border-top: 1px solid var(--vp-border);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
}

.vp-metric {
	background: rgba(247, 241, 232, 0.035);
	padding: clamp(1rem, 3vw, 1.4rem);
}

.vp-metric strong {
	color: var(--vp-color-ivory);
	display: block;
	font-size: 1.45rem;
	line-height: 1.1;
}

.vp-metric span {
	color: var(--vp-color-muted);
	display: block;
	font-size: var(--wp--preset--font-size--small);
	margin-top: 0.35rem;
}

.vp-chip-groups {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr));
}

.vp-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.vp-chips span,
.vp-cert-list li {
	background: rgba(247, 241, 232, 0.06);
	border: 1px solid rgba(247, 241, 232, 0.12);
	border-radius: 999px;
	color: var(--vp-color-mist);
	display: inline-flex;
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.25;
	padding: 0.45rem 0.7rem;
}

.vp-cert-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	padding-left: 0;
}

.vp-resume-panel,
.vp-cta-band {
	align-items: center;
	background: var(--vp-color-panel);
	border: 1px solid var(--vp-border);
	border-radius: var(--vp-radius);
	box-shadow: var(--vp-shadow);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(1.4rem, 4vw, 2.4rem);
}

.vp-cta-band {
	border-left: 4px solid var(--vp-color-blue);
}

.vp-cta-band h2,
.vp-resume-panel h2 {
	margin-top: 0;
	max-width: 17ch;
}

.vp-testimonial-grid,
.vp-card-grid {
	gap: 1rem;
}

.vp-testimonial blockquote,
.vp-testimonial blockquote p {
	color: var(--vp-color-ivory);
	font-family: var(--wp--preset--font-family--system-serif);
	font-size: 1.18rem;
	line-height: 1.55;
	margin: 0;
}

.vp-testimonial figcaption {
	border-top: 1px solid var(--vp-border);
	color: var(--vp-color-muted);
	display: grid;
	gap: 0.15rem;
	margin-top: 1.2rem;
	padding-top: 1rem;
}

.vp-testimonial figcaption strong {
	color: var(--vp-color-ivory);
}

.vp-photo-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.vp-photo-card,
.vp-gallery-figure {
	overflow: hidden;
}

.vp-photo-card a {
	color: var(--vp-color-ivory);
	display: grid;
	gap: 0.75rem;
	text-decoration: none;
}

.vp-photo-card img,
.vp-gallery-figure img,
.vp-featured-image img {
	aspect-ratio: 4 / 3;
	background: var(--vp-color-panel);
	border-radius: calc(var(--vp-radius) - 2px);
	object-fit: cover;
	width: 100%;
}

.vp-photo-card span {
	font-weight: 760;
}

.vp-photo-card small,
.vp-gallery-figure figcaption,
.vp-disclosure {
	color: var(--vp-color-muted);
	font-size: var(--wp--preset--font-size--small);
}

.vp-social-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.vp-social-card {
	color: var(--vp-color-ivory);
	display: grid;
	gap: 0.6rem;
	min-height: 10rem;
	text-decoration: none;
}

.vp-social-card:hover {
	background: rgba(247, 241, 232, 0.08);
	border-color: rgba(247, 241, 232, 0.32);
	color: var(--vp-color-ivory);
}

.vp-social-card span {
	font-size: 1.15rem;
	font-weight: 760;
}

.vp-social-card small {
	color: var(--vp-color-muted);
	font-size: var(--wp--preset--font-size--small);
}

.vp-category-nav {
	background: rgba(247, 241, 232, 0.04);
	border: 1px solid var(--vp-border);
	border-radius: var(--vp-radius);
	padding: 0.6rem;
}

.vp-category-nav .wp-block-navigation-item__content {
	border-radius: 999px;
	padding: 0.45rem 0.7rem;
}

.vp-detail-list {
	display: grid;
	gap: 1rem;
}

.vp-detail-list h2 {
	font-size: 1.15rem;
	margin-top: 0;
}

.vp-contact-form {
	background: var(--vp-color-panel);
	border: 1px solid var(--vp-border);
	border-radius: var(--vp-radius);
	box-shadow: var(--vp-shadow);
	display: grid;
	gap: 1rem;
	max-width: 48rem;
	padding: clamp(1.2rem, 4vw, 2rem);
}

.vp-contact-form p {
	margin: 0;
}

.vp-contact-form label {
	color: var(--vp-color-ivory);
	display: block;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.vp-contact-form input,
.vp-contact-form select,
.vp-contact-form textarea {
	background: rgba(16, 19, 20, 0.8);
	border: 1px solid var(--vp-border);
	border-radius: 6px;
	color: var(--vp-color-ivory);
	font: inherit;
	padding: 0.85rem 0.95rem;
	width: 100%;
}

.vp-form-message {
	background: rgba(157, 183, 162, 0.16);
	border: 1px solid rgba(157, 183, 162, 0.42);
	border-radius: var(--vp-radius);
	color: var(--vp-color-ivory);
	padding: 0.85rem 1rem;
}

.vp-form-message.is-error {
	background: rgba(200, 147, 93, 0.18);
	border-color: rgba(200, 147, 93, 0.46);
}

.vp-honeypot {
	left: -9999px;
	position: absolute;
}

.vp-site-footer {
	background: var(--vp-color-charcoal);
	border-top: 1px solid var(--vp-border);
	padding: 1.1rem clamp(1rem, 4vw, 2rem);
}

.vp-footer-meta {
	align-items: center;
	color: var(--vp-color-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: space-between;
	margin-block: 0;
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
}

.vp-footer-social {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.vp-footer-social a {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.72rem;
	font-weight: 850;
	text-decoration: none;
	text-transform: uppercase;
}

.vp-footer-social a:hover,
.vp-footer-social a:focus-visible {
	color: #ffffff;
}

.vp-lightbox {
	align-items: center;
	background: rgba(5, 7, 8, 0.92);
	display: grid;
	inset: 0;
	justify-items: center;
	padding: 1rem;
	position: fixed;
	z-index: 10000;
}

.vp-lightbox[hidden] {
	display: none;
}

.vp-lightbox__frame {
	display: grid;
	gap: 1rem;
	max-height: 94vh;
	max-width: min(92rem, 94vw);
	width: 100%;
}

.vp-lightbox__image {
	border-radius: var(--vp-radius);
	box-shadow: var(--vp-shadow);
	max-height: 78vh;
	object-fit: contain;
	width: 100%;
}

.vp-lightbox__caption {
	color: var(--vp-color-mist);
	margin: 0;
	text-align: center;
}

.vp-lightbox__controls {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: center;
}

.vp-lightbox button {
	background: var(--vp-color-ivory);
	border: 0;
	border-radius: 6px;
	color: var(--vp-color-graphite);
	cursor: pointer;
	font: inherit;
	font-weight: 760;
	min-height: 2.6rem;
	padding: 0.7rem 0.9rem;
}

@media (max-width: 760px) {
	.vp-header-inner {
		min-height: 4.2rem;
	}

	.vp-header-inner {
		align-items: flex-start;
		display: grid;
		gap: 0.9rem;
	}

	.vp-main {
		padding-inline: 1rem;
	}

	.vp-hero {
		padding-block: 3.5rem;
	}

	.vp-hero::before {
		top: 3.5rem;
	}

	.vp-resume-panel,
	.vp-cta-band {
		grid-template-columns: 1fr;
	}

	.vp-path-card,
	.vp-pillar {
		min-height: auto;
	}
}

.vp-main-showcase {
	max-width: none !important;
	padding: 0 !important;
}

.vp-main-showcase > .wp-block-shortcode {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.vp-hc-page {
	background: #0b0d0f;
	color: #f7f7f4;
	isolation: isolate;
	overflow: hidden;
}

.vp-hc-page h1,
.vp-hc-page h2,
.vp-hc-page h3,
.vp-hc-page p,
.vp-hc-page blockquote,
.vp-hc-page figure {
	margin-top: 0;
}

.vp-hc-page h1,
.vp-hc-page h2,
.vp-hc-page h3 {
	color: #ffffff;
	font-family: var(--wp--preset--font-family--system-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 0.98;
}

.vp-hc-page p,
.vp-hc-page li {
	color: rgba(247, 247, 244, 0.75);
}

.vp-hc-hero {
	align-items: center;
	display: grid;
	min-height: calc(100svh - 4.6rem);
	padding: clamp(5rem, 10vw, 8.5rem) clamp(1.2rem, 5vw, 5rem);
	position: relative;
}

.vp-hc-hero-bg,
.vp-hc-hero-shade {
	inset: 0;
	position: absolute;
}

.vp-hc-hero-bg img {
	filter: saturate(0.88) contrast(1.05);
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.vp-hc-hero-shade {
	background:
		linear-gradient(90deg, rgba(5, 7, 8, 0.94) 0%, rgba(5, 7, 8, 0.64) 42%, rgba(5, 7, 8, 0.2) 100%),
		linear-gradient(0deg, rgba(5, 7, 8, 0.7) 0%, rgba(5, 7, 8, 0.06) 38%, rgba(5, 7, 8, 0.42) 100%);
	z-index: 1;
}

.vp-hc-hero-content {
	max-width: min(48rem, 100%);
	position: relative;
	z-index: 2;
}

.vp-hc-mark {
	height: 4.5rem;
	margin-bottom: 2rem;
	object-fit: contain;
	width: 4.5rem;
}

.vp-hc-overline {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
	font-weight: 800;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.vp-hc-hero h1 {
	font-size: 7.6rem;
	max-width: 11ch;
	text-transform: uppercase;
}

.vp-hc-hero-pro h1 {
	font-size: 4.45rem;
	line-height: 1.04;
	max-width: 14ch;
	text-transform: none;
}

.vp-hc-hero-photo h1,
.vp-hc-hero-contact h1 {
	font-size: 5.8rem;
	max-width: 12ch;
	text-transform: none;
}

.vp-hc-lead {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.28rem;
	line-height: 1.62;
	max-width: 42rem;
}

.vp-hc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2.1rem;
}

.vp-hc-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0;
	color: #0b0d0f !important;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 850;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.95rem 1.25rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vp-hc-button:hover {
	background: var(--vp-color-blue);
	border-color: var(--vp-color-blue);
	color: #081014 !important;
	transform: translateY(-2px);
}

.vp-hc-button.is-ghost {
	background: transparent;
	color: #ffffff !important;
}

.vp-hc-button.is-ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.vp-hc-scroll {
	bottom: 2.25rem;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
	font-weight: 800;
	position: absolute;
	right: clamp(1.2rem, 5vw, 5rem);
	text-transform: uppercase;
	z-index: 2;
}

.vp-hc-metrics {
	background: #101316;
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: -3rem auto 0;
	max-width: min(1120px, calc(100% - 2rem));
	position: relative;
	z-index: 5;
}

.vp-hc-metrics div {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	min-width: 0;
	padding: clamp(1rem, 2.6vw, 1.8rem) clamp(0.9rem, 3vw, 2rem);
}

.vp-hc-metrics strong {
	color: #ffffff;
	display: block;
	font-size: 3.35rem;
	line-height: 0.9;
}

.vp-hc-metrics span {
	color: rgba(255, 255, 255, 0.62);
	display: block;
	font-size: 0.78rem;
	font-weight: 760;
	margin-top: 0.65rem;
	text-transform: uppercase;
}

.vp-hc-section {
	margin-inline: auto;
	max-width: 1240px;
	padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 5vw, 4rem);
}

.vp-hc-professional .vp-hc-section,
.vp-hc-photography .vp-hc-section,
.vp-hc-contact .vp-hc-section {
	padding-block: clamp(2.7rem, 5.5vw, 4.8rem);
}

.vp-hc-photo-intro {
	align-items: center;
	padding-block: clamp(2rem, 4vw, 3.2rem) !important;
}

.vp-hc-photo-intro h2 {
	font-size: 3.35rem;
	max-width: 13ch;
}

.vp-hc-intro {
	display: grid;
	gap: clamp(1.5rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.vp-hc-section h2 {
	font-size: 4.8rem;
	max-width: 11ch;
}

.vp-hc-section p {
	font-size: 1.16rem;
	line-height: 1.78;
}

.vp-hc-section-head {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.vp-hc-section-head h2 {
	margin-bottom: 0;
}

.vp-hc-section-head p {
	max-width: 30rem;
}

.vp-hc-section-head a,
.vp-hc-split a {
	color: var(--vp-color-blue);
	font-size: 0.78rem;
	font-weight: 850;
	text-decoration: none;
	text-transform: uppercase;
}

.vp-hc-routes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 28rem;
}

.vp-hc-route {
	color: #ffffff;
	display: grid;
	min-height: 32rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.vp-hc-route::after {
	background: linear-gradient(0deg, rgba(5, 7, 8, 0.88) 0%, rgba(5, 7, 8, 0.15) 100%);
	content: "";
	inset: 0;
	position: absolute;
	transition: background-color 220ms ease;
	z-index: 1;
}

.vp-hc-route img {
	filter: saturate(0.88) contrast(1.04);
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease, filter 250ms ease;
	width: 100%;
}

.vp-hc-route:hover img {
	filter: saturate(1) contrast(1.08);
	transform: scale(1.045);
}

.vp-hc-route span {
	align-self: end;
	display: grid;
	gap: 0.75rem;
	padding: clamp(1.4rem, 4vw, 2.4rem);
	position: absolute;
	z-index: 2;
}

.vp-hc-route strong {
	color: #ffffff;
	font-size: 2.35rem;
	line-height: 1;
}

.vp-hc-route em {
	color: rgba(255, 255, 255, 0.76);
	font-style: normal;
	line-height: 1.5;
	max-width: 22rem;
}

.vp-hc-split {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
}

.vp-hc-split figure {
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin: 0;
	overflow: hidden;
}

.vp-hc-split img {
	aspect-ratio: 4 / 5;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-hc-photo-strip {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-hc-photo-strip figure {
	background: #15191d;
	overflow: hidden;
	position: relative;
}

.vp-hc-photo-strip img {
	aspect-ratio: 16 / 11;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 550ms ease;
	width: 100%;
}

.vp-hc-photo-strip figure:hover img {
	transform: scale(1.04);
}

.vp-hc-photo-strip figcaption {
	background: rgba(5, 7, 8, 0.68);
	bottom: 0;
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 760;
	left: 0;
	padding: 0.7rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.vp-hc-quote {
	background: #ffffff;
	color: #0b0d0f;
	padding: clamp(4rem, 10vw, 8rem) clamp(1.2rem, 7vw, 7rem);
}

.vp-hc-quote blockquote {
	color: #0b0d0f;
	font-family: var(--wp--preset--font-family--system-serif);
	font-size: 4.4rem;
	line-height: 1.08;
	max-width: 980px;
}

.vp-hc-quote p {
	color: rgba(11, 13, 15, 0.68);
	font-weight: 800;
	text-transform: uppercase;
}

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

.vp-hc-pillars article,
.vp-hc-skill-wall article,
.vp-hc-testimonials figure,
.vp-hc-cert-grid div {
	background: #12161a;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.vp-hc-pillars article {
	display: grid;
	gap: 1rem;
	min-height: 12rem;
	padding: clamp(1.2rem, 3vw, 2rem);
}

.vp-hc-pillars article::after {
	background: var(--vp-color-blue);
	content: "";
	display: block;
	height: 2px;
	margin-top: 0.2rem;
	width: 3rem;
}

.vp-hc-pillars h3 {
	font-size: 1.75rem;
	line-height: 1.08;
}

.vp-hc-skill-wall {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vp-hc-skill-wall article {
	padding: clamp(1.2rem, 3vw, 2rem);
}

.vp-hc-skill-wall h3 {
	font-size: 1.25rem;
	margin-bottom: 1.1rem;
}

.vp-hc-skill-wall p {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0;
}

.vp-hc-skill-wall span {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.78);
	display: inline-flex;
	font-size: 0.82rem;
	line-height: 1.25;
	padding: 0.5rem 0.66rem;
}

.vp-hc-cert-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vp-hc-cert-grid div {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 760;
	min-height: 8rem;
	padding: 1.3rem;
}

.vp-hc-testimonials {
	column-count: 2;
	column-gap: 1rem;
}

.vp-hc-testimonials figure {
	break-inside: avoid;
	margin: 0 0 1rem;
	padding: clamp(1.2rem, 3vw, 2rem);
}

.vp-hc-testimonials blockquote {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--wp--preset--font-family--system-serif);
	font-size: 1.25rem;
	line-height: 1.55;
}

.vp-hc-testimonials figcaption {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: 0.2rem;
	margin-top: 1.3rem;
	padding-top: 1rem;
}

.vp-hc-testimonials strong {
	color: #ffffff;
}

.vp-hc-testimonials span {
	color: rgba(255, 255, 255, 0.58);
}

.vp-hc-category-nav,
.vp-hc-social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.vp-hc-category-nav a,
.vp-hc-social a {
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 850;
	padding: 0.8rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.vp-hc-category-nav a:hover,
.vp-hc-social a:hover {
	background: #ffffff;
	color: #0b0d0f;
}

.vp-hc-masonry {
	display: grid;
	gap: 1rem;
	grid-auto-flow: dense;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vp-hc-masonry figure {
	background: #12161a;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.vp-hc-masonry figure.is-wide {
	grid-column: span 2;
}

.vp-hc-masonry a {
	display: block;
}

.vp-hc-masonry img {
	aspect-ratio: 4 / 5;
	height: 100%;
	object-fit: cover;
	transition: filter 220ms ease, transform 650ms ease;
	width: 100%;
}

.vp-hc-masonry figure.is-wide img {
	aspect-ratio: 16 / 10;
}

.vp-hc-masonry figure:hover img {
	filter: brightness(0.82);
	transform: scale(1.035);
}

.vp-hc-masonry figcaption {
	bottom: 0;
	display: grid;
	left: 0;
	padding: 1rem;
	position: absolute;
	right: 0;
}

.vp-hc-masonry strong {
	color: #ffffff;
}

.vp-hc-masonry span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.vp-hc-contact-grid {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.vp-hc-contact-grid .vp-contact-form {
	max-width: none;
}

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

.vp-hc-executive-grid article {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		#11161b;
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 0.85rem;
	min-height: 15rem;
	padding: clamp(1.5rem, 4vw, 2.6rem);
}

.vp-hc-executive-grid .vp-hc-icon,
.vp-hc-pillars .vp-hc-icon {
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--vp-color-blue);
	height: 3.1rem;
	width: 3.1rem;
}

.vp-hc-executive-grid .vp-hc-icon svg,
.vp-hc-pillars .vp-hc-icon svg {
	height: 1.35rem;
	width: 1.35rem;
}

.vp-hc-executive-grid span {
	color: var(--vp-color-copper);
	display: block;
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
}

.vp-hc-executive-grid h3 {
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.vp-hc-executive-grid p {
	font-size: 1rem;
	line-height: 1.65;
}

.vp-hc-testimonial-slider {
	background: #101418;
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin-inline: auto;
	max-width: 880px;
	overflow: hidden;
	position: relative;
}

.vp-hc-testimonial-track {
	min-height: 17rem;
	position: relative;
}

.vp-hc-testimonial-slider figure {
	display: grid;
	inset: 0;
	margin: 0;
	opacity: 0;
	padding: clamp(1.4rem, 4vw, 2.4rem);
	pointer-events: none;
	position: absolute;
	transform: translateX(2rem);
	transition: opacity 420ms ease, transform 520ms ease;
}

.vp-hc-testimonial-slider figure.is-active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transform: translateX(0);
}

.vp-hc-testimonial-slider blockquote {
	color: #ffffff;
	font-family: var(--wp--preset--font-family--system-serif);
	font-size: 1.45rem;
	line-height: 1.35;
	margin: 0;
	max-width: 34rem;
}

.vp-hc-testimonial-slider figcaption {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 0.25rem;
	margin-top: 1.2rem;
	padding-top: 1.2rem;
}

.vp-hc-testimonial-slider strong {
	color: #ffffff;
}

.vp-hc-testimonial-slider span {
	color: rgba(255, 255, 255, 0.62);
}

.vp-hc-testimonial-controls {
	align-items: center;
	bottom: clamp(1rem, 3vw, 1.6rem);
	display: flex;
	gap: 0.8rem;
	position: absolute;
	right: clamp(1rem, 3vw, 1.6rem);
	z-index: 4;
}

.vp-hc-testimonial-controls > button {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	height: 2.8rem;
	justify-content: center;
	padding: 0;
	width: 2.8rem;
}

.vp-hc-testimonial-controls > button:hover,
.vp-hc-testimonial-controls > button:focus-visible {
	background: #ffffff;
	color: #0b0d0f;
}

.vp-hc-testimonial-controls svg {
	fill: none;
	height: 1rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 1rem;
}

.vp-hc-testimonial-dots {
	display: flex;
	gap: 0.45rem;
}

.vp-hc-testimonial-dots button {
	background: rgba(255, 255, 255, 0.22);
	border: 0;
	cursor: pointer;
	height: 0.46rem;
	padding: 0;
	width: 1.6rem;
}

.vp-hc-testimonial-dots button.is-active {
	background: var(--vp-color-copper);
}

.vp-hc-social-profiles {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-hc-social-profile {
	background:
		linear-gradient(145deg, rgba(110, 168, 216, 0.12), rgba(200, 147, 93, 0.08)),
		#11161a;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	display: grid;
	gap: 1.2rem;
	min-height: 20rem;
	padding: clamp(1.4rem, 4vw, 2.3rem);
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease;
}

.vp-hc-social-profile:hover,
.vp-hc-social-profile:focus-visible {
	border-color: rgba(255, 255, 255, 0.48);
	color: #ffffff;
	transform: translateY(-3px);
}

.vp-hc-social-profile-mark {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: var(--vp-color-copper);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 950;
	height: 3.2rem;
	justify-content: center;
	width: 3.2rem;
}

.vp-hc-social-profile-body {
	display: grid;
	gap: 0.55rem;
}

.vp-hc-social-profile strong {
	color: #ffffff;
	font-size: 2rem;
	line-height: 1;
}

.vp-hc-social-profile em {
	color: var(--vp-color-blue);
	font-style: normal;
	font-weight: 850;
}

.vp-hc-social-profile small {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.96rem;
	line-height: 1.55;
}

.vp-hc-social-profile-action {
	align-self: end;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
}

.vp-hc-feed-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.vp-hc-feed-card,
.vp-hc-amazon-showcase,
.vp-hc-calendar-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		#11161b;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.vp-hc-feed-card {
	display: grid;
	gap: 1.25rem;
	min-height: 28rem;
	padding: clamp(1.2rem, 3vw, 2rem);
}

.vp-hc-feed-card-head {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.vp-hc-feed-card-head .vp-hc-icon,
.vp-hc-calendar-intro .vp-hc-icon,
.vp-hc-calendar-empty .vp-hc-icon,
.vp-hc-amazon-showcase .vp-hc-icon {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--vp-color-copper);
	flex: 0 0 auto;
	height: 3.2rem;
	width: 3.2rem;
}

.vp-hc-feed-card h3,
.vp-hc-amazon-showcase h3,
.vp-hc-calendar-card h3 {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0.35rem;
}

.vp-hc-feed-card p,
.vp-hc-amazon-showcase p,
.vp-hc-calendar-card p {
	font-size: 0.98rem;
	line-height: 1.55;
	margin: 0;
}

.vp-hc-instagram-frame,
.vp-hc-video-frame {
	background: #07090b;
	border: 1px solid rgba(255, 255, 255, 0.1);
	min-height: 20rem;
	overflow: hidden;
}

.vp-hc-video-frame {
	aspect-ratio: 16 / 10;
	min-height: 0;
}

.vp-hc-video-frame iframe,
.vp-hc-calendar-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.vp-hc-video-frame img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-hc-feed-fallback {
	display: grid;
	gap: 1rem;
	height: 100%;
	min-height: 20rem;
	position: relative;
}

.vp-hc-feed-fallback.is-instagram {
	grid-template-rows: minmax(0, 1fr) auto;
}

.vp-hc-feed-fallback.is-youtube {
	min-height: 100%;
}

.vp-hc-feed-fallback-mosaic {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 13rem;
}

.vp-hc-feed-fallback-mosaic span,
.vp-hc-feed-fallback-poster {
	background: rgba(255, 255, 255, 0.06);
	display: block;
	overflow: hidden;
	position: relative;
}

.vp-hc-feed-fallback-mosaic img,
.vp-hc-feed-fallback-poster img {
	filter: saturate(0.95) contrast(1.08);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-hc-feed-fallback-poster {
	aspect-ratio: 16 / 10;
}

.vp-hc-feed-fallback-poster::after {
	background: linear-gradient(0deg, rgba(5, 6, 8, 0.82), rgba(5, 6, 8, 0.08));
	content: "";
	inset: 0;
	position: absolute;
}

.vp-hc-feed-fallback-poster .vp-hc-icon {
	background: rgba(5, 6, 8, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--vd-gold);
	height: 4rem;
	inset: 50% auto auto 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 4rem;
	z-index: 2;
}

.vp-hc-feed-fallback-copy {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: 0.55rem;
	padding: 1rem;
}

.vp-hc-feed-fallback-copy strong {
	color: var(--vd-text, #f5f0e8);
	font-size: 1rem;
	line-height: 1.2;
}

.vp-hc-feed-fallback-copy p,
.vp-hc-feed-fallback-copy small {
	color: var(--vd-text-muted, rgba(245, 240, 232, 0.68));
	font-size: 0.82rem;
	line-height: 1.45;
}

.vp-hc-feed-fallback-copy small {
	color: rgba(198, 165, 106, 0.84);
}

.vp-hc-social-mosaic {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vp-hc-social-mosaic img {
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-hc-feed-link {
	align-self: end;
	color: var(--vp-color-blue);
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.vp-hc-amazon-showcase {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-top: 1rem;
	padding: clamp(1.4rem, 4vw, 2.4rem);
}

.vp-hc-amazon-showcase > div {
	align-items: center;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: auto minmax(0, 1fr);
	max-width: 48rem;
}

.vp-hc-amazon-showcase h3,
.vp-hc-amazon-showcase p {
	grid-column: 2;
}

.vp-hc-calendar-card {
	display: grid;
	gap: 1px;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	overflow: hidden;
}

.vp-hc-calendar-intro,
.vp-hc-calendar-empty {
	display: grid;
	gap: 1rem;
	padding: clamp(1.5rem, 4vw, 2.6rem);
}

.vp-hc-calendar-empty {
	align-content: center;
	background:
		linear-gradient(145deg, rgba(110, 168, 216, 0.16), rgba(200, 147, 93, 0.12)),
		#101418;
	min-height: 25rem;
}

.vp-hc-calendar-empty strong {
	color: #ffffff;
	font-size: 2rem;
	line-height: 1.05;
	max-width: 15ch;
}

.vp-hc-calendar-empty span {
	color: rgba(255, 255, 255, 0.68);
	max-width: 26rem;
}

.vp-hc-calendar-frame {
	background: #ffffff;
	min-height: 34rem;
}

.vp-hc-contact-options {
	max-width: 1320px;
}

.vp-hc-contact-methods {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 1px;
}

.vp-hc-contact-method {
	background: #ffffff;
	color: #0b0d0f;
	display: grid;
	gap: 0.55rem;
	min-height: 13rem;
	padding: clamp(1.4rem, 4vw, 2.4rem);
	text-decoration: none;
}

.vp-hc-contact-method:hover {
	color: #0b0d0f;
}

.vp-hc-contact-method span {
	color: var(--vp-color-copper);
	font-size: 0.75rem;
	font-weight: 950;
}

.vp-hc-contact-method strong {
	color: #0b0d0f;
	font-size: 2.15rem;
	line-height: 1;
}

.vp-hc-contact-method em {
	color: rgba(11, 13, 15, 0.76);
	font-style: normal;
	font-weight: 850;
}

.vp-hc-contact-method small {
	color: rgba(11, 13, 15, 0.62);
	line-height: 1.5;
}

.vp-hc-final {
	background: #ffffff;
	color: #0b0d0f;
	padding: clamp(4rem, 10vw, 8rem) clamp(1.2rem, 7vw, 7rem);
}

.vp-hc-final h2 {
	color: #0b0d0f;
	font-size: 5.2rem;
	line-height: 0.98;
	margin-bottom: 1.2rem;
	max-width: 12ch;
}

.vp-hc-final p {
	color: rgba(11, 13, 15, 0.68);
	max-width: 46rem;
}

.vp-hc-final .vp-hc-button {
	background: #0b0d0f;
	border-color: #0b0d0f;
	color: #ffffff !important;
}

.vp-hc-final .vp-hc-button.is-ghost {
	background: transparent;
	color: #0b0d0f !important;
}

.vp-hc-final .vp-hc-button:hover {
	background: var(--vp-color-blue);
	border-color: var(--vp-color-blue);
	color: #081014 !important;
}

@media (max-width: 980px) {
	.vp-hc-metrics,
	.vp-hc-routes,
	.vp-hc-pillars,
	.vp-hc-cert-grid,
	.vp-hc-executive-grid,
	.vp-hc-social-profiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vp-hc-intro,
	.vp-hc-split,
	.vp-hc-contact-grid,
	.vp-hc-contact-methods,
	.vp-hc-feed-grid,
	.vp-hc-calendar-card {
		grid-template-columns: 1fr;
	}

	.vp-hc-photo-strip,
	.vp-hc-masonry {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vp-hc-testimonials {
		column-count: 1;
	}

	.vp-hc-testimonial-track {
		min-height: 18rem;
	}

	.vp-hc-hero h1 {
		font-size: 5.4rem;
	}

	.vp-hc-hero-pro h1,
	.vp-hc-hero-photo h1,
	.vp-hc-hero-contact h1,
	.vp-hc-section h2,
	.vp-hc-final h2 {
		font-size: 3.9rem;
	}

	.vp-hc-quote blockquote {
		font-size: 3.4rem;
	}

	.vp-hc-testimonial-slider blockquote {
		font-size: 1.35rem;
	}
}

@media (max-width: 640px) {
	.vp-hc-hero {
		min-height: 88svh;
		padding-inline: 1rem;
	}

	.vp-hc-hero-shade {
		background: linear-gradient(0deg, rgba(5, 7, 8, 0.9) 0%, rgba(5, 7, 8, 0.5) 100%);
	}

	.vp-hc-hero h1,
	.vp-hc-hero-pro h1,
	.vp-hc-hero-photo h1,
	.vp-hc-hero-contact h1 {
		font-size: 3.15rem;
	}

	.vp-hc-metrics,
	.vp-hc-routes,
	.vp-hc-pillars,
	.vp-hc-skill-wall,
	.vp-hc-cert-grid,
	.vp-hc-photo-strip,
	.vp-hc-masonry,
	.vp-hc-executive-grid,
	.vp-hc-social-profiles,
	.vp-hc-contact-methods,
	.vp-hc-feed-grid,
	.vp-hc-calendar-card {
		grid-template-columns: 1fr;
	}

	.vp-hc-metrics {
		margin-top: 0;
		max-width: calc(100% - 1rem);
	}

	.vp-hc-metrics div {
		border-right: 0;
	}

	.vp-hc-masonry figure.is-wide {
		grid-column: auto;
	}

	.vp-hc-section-head {
		align-items: start;
		display: grid;
	}

	.vp-hc-section {
		padding-inline: 1rem;
	}

	.vp-hc-route {
		min-height: 24rem;
	}

	.vp-hc-testimonial-slider figure {
		padding: 1.4rem;
	}

	.vp-hc-testimonial-track {
		min-height: 20rem;
	}

	.vp-hc-testimonial-slider blockquote {
		font-size: 1.2rem;
	}

	.vp-hc-testimonial-controls {
		bottom: 1rem;
		left: 1rem;
		right: auto;
	}

	.vp-hc-social-profile {
		min-height: 16rem;
	}

	.vp-hc-feed-card,
	.vp-hc-calendar-empty {
		min-height: auto;
	}

	.vp-hc-amazon-showcase,
	.vp-hc-amazon-showcase > div {
		align-items: start;
		display: grid;
		grid-template-columns: 1fr;
	}

	.vp-hc-amazon-showcase h3,
	.vp-hc-amazon-showcase p {
		grid-column: auto;
	}

	.vp-hc-calendar-frame {
		min-height: 30rem;
	}
}

.vp-hc-carousel-page {
	background: #07090b;
	min-height: 100dvh;
	overflow: hidden;
}

.vp-hc-home-carousel {
	background: #07090b;
	color: #ffffff;
	height: 100dvh;
	min-height: 34rem;
	overflow: hidden;
	position: relative;
}

.vp-hc-carousel-brand {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	gap: 0.85rem;
	left: clamp(1rem, 4vw, 3.5rem);
	position: absolute;
	text-decoration: none;
	top: clamp(1rem, 4vh, 2rem);
	z-index: 8;
}

.vp-hc-carousel-brand img {
	border: 1px solid rgba(255, 255, 255, 0.28);
	height: 3rem;
	object-fit: contain;
	width: 3rem;
}

.vp-hc-carousel-brand span {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 850;
}

.vp-hc-carousel-stage,
.vp-hc-carousel-slide,
.vp-hc-carousel-bg,
.vp-hc-carousel-shade {
	inset: 0;
	position: absolute;
}

.vp-hc-carousel-slide {
	opacity: 0;
	pointer-events: none;
	transform: scale(1.015);
	transition: opacity 520ms ease, transform 920ms ease;
}

.vp-hc-carousel-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
	z-index: 2;
}

.vp-hc-carousel-bg img {
	filter: saturate(0.9) contrast(1.05);
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.vp-hc-carousel-slide:nth-child(1) .vp-hc-carousel-bg img {
	object-position: center 35%;
}

.vp-hc-carousel-slide:nth-child(2) .vp-hc-carousel-bg img {
	object-position: 66% center;
}

.vp-hc-carousel-shade {
	background:
		linear-gradient(90deg, rgba(4, 6, 8, 0.96) 0%, rgba(4, 6, 8, 0.72) 42%, rgba(4, 6, 8, 0.2) 100%),
		linear-gradient(0deg, rgba(4, 6, 8, 0.72) 0%, rgba(4, 6, 8, 0.04) 48%, rgba(4, 6, 8, 0.45) 100%);
}

.vp-hc-carousel-copy {
	bottom: clamp(10rem, 19vh, 13rem);
	left: clamp(1.2rem, 6vw, 6.5rem);
	max-width: 48rem;
	position: absolute;
	z-index: 3;
}

.vp-hc-carousel-copy h1 {
	color: #ffffff;
	font-size: 5.8rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.93;
	margin: 0 0 1.2rem;
	max-width: 11ch;
	overflow-wrap: normal;
	text-transform: uppercase;
	word-break: normal;
}

.vp-hc-carousel-copy p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.18rem;
	line-height: 1.56;
	margin: 0;
	max-width: 39rem;
}

.vp-hc-carousel-preview {
	bottom: clamp(1rem, 4vh, 2rem);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	left: clamp(1rem, 4vw, 3.5rem);
	position: absolute;
	width: min(52rem, calc(100vw - 2rem));
	z-index: 5;
}

.vp-hc-carousel-preview button {
	align-items: center;
	background: rgba(12, 16, 19, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #ffffff;
	cursor: pointer;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 5.8rem minmax(0, 1fr);
	min-height: 5.8rem;
	padding: 0;
	text-align: left;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.vp-hc-carousel-preview button:hover,
.vp-hc-carousel-preview button:focus-visible,
.vp-hc-carousel-preview button.is-active {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.52);
	transform: translateX(-4px);
}

.vp-hc-carousel-preview img {
	aspect-ratio: 1 / 1;
	height: 5.8rem;
	object-fit: cover;
	width: 5.8rem;
}

.vp-hc-carousel-preview span {
	display: grid;
	gap: 0.25rem;
	min-width: 0;
	padding-right: 0.8rem;
}

.vp-hc-carousel-preview strong {
	color: #ffffff;
	font-size: 0.96rem;
	line-height: 1.12;
}

.vp-hc-carousel-controls {
	display: flex;
	gap: 0.65rem;
	left: auto;
	position: absolute;
	right: clamp(1rem, 4vw, 3.5rem);
	top: clamp(1.4rem, 4vh, 3rem);
	z-index: 5;
}

.vp-hc-carousel-controls button {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	padding: 0;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: 3rem;
}

.vp-hc-carousel-controls button:hover,
.vp-hc-carousel-controls button:focus-visible {
	background: #ffffff;
	border-color: #ffffff;
	color: #0b0d0f;
	transform: translateY(-2px);
}

.vp-hc-carousel-controls svg {
	fill: none;
	height: 1.2rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 1.2rem;
}

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

.vp-hc-performance-grid article {
	background: #12161a;
	border: 1px solid rgba(255, 255, 255, 0.1);
	min-height: 14rem;
	padding: clamp(1.4rem, 4vw, 2.4rem);
}

.vp-hc-performance-grid h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.vp-hc-performance-grid p {
	font-size: 1rem;
	line-height: 1.6;
}

@media (max-width: 1180px) {
	.vp-hc-carousel-copy {
		max-width: 38rem;
	}

	.vp-hc-carousel-copy h1 {
		font-size: 4.8rem;
	}

	.vp-hc-carousel-preview {
		width: min(46rem, calc(100vw - 2rem));
	}
}

@media (max-width: 980px) {
	.vp-hc-carousel-copy {
		bottom: 14.5rem;
	}

	.vp-hc-carousel-copy h1 {
		font-size: 4rem;
	}

	.vp-hc-testimonial-slider blockquote {
		font-size: 1.35rem;
	}

	.vp-hc-carousel-preview {
		left: 1rem;
		right: 1rem;
		width: auto;
	}

	.vp-hc-carousel-preview button {
		display: block;
		min-height: 10rem;
		overflow: hidden;
		position: relative;
	}

	.vp-hc-carousel-preview img {
		height: 100%;
		inset: 0;
		position: absolute;
		width: 100%;
	}

	.vp-hc-carousel-preview button::after {
		background: linear-gradient(0deg, rgba(5, 7, 8, 0.88), rgba(5, 7, 8, 0.12));
		content: "";
		inset: 0;
		position: absolute;
	}

	.vp-hc-carousel-preview span {
		bottom: 0;
		left: 0;
		padding: 0.85rem;
		position: absolute;
		right: 0;
		z-index: 2;
	}

	.vp-hc-performance-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.vp-hc-home-carousel {
		min-height: 34rem;
	}

	.vp-hc-carousel-copy {
		bottom: 13.2rem;
		left: 1rem;
		right: 1rem;
	}

	.vp-hc-carousel-copy h1 {
		font-size: 2.35rem;
		max-width: 13ch;
	}

	.vp-hc-carousel-copy p {
		font-size: 1rem;
	}

	.vp-hc-testimonial-slider blockquote {
		font-size: 1.2rem;
	}

	.vp-hc-carousel-preview {
		gap: 0.5rem;
	}

	.vp-hc-carousel-preview button {
		min-height: 8.2rem;
	}

	.vp-hc-carousel-preview strong {
		font-size: 0.78rem;
	}

	.vp-hc-carousel-controls {
		display: none;
	}
}

body.vp-forced-showcase {
	background: #0b0d0f !important;
	color: #ffffff;
	min-width: 0;
}

body.vp-forced-showcase .vp-forced-site-header {
	background: rgba(11, 13, 15, 0.92);
	width: 100%;
}

.admin-bar.vp-forced-showcase .vp-forced-site-header {
	top: 32px;
}

body.vp-forced-showcase .vp-header-inner {
	max-width: none;
	padding-inline: clamp(1rem, 4vw, 3.5rem);
}

body.vp-forced-showcase .vp-forced-brand {
	color: #ffffff;
	text-decoration: none;
}

body.vp-forced-showcase .vp-forced-brand-mark {
	border: 1px solid rgba(255, 255, 255, 0.24);
	height: 2.75rem;
	object-fit: contain;
	width: 2.75rem;
}

body.vp-forced-showcase .vp-forced-showcase-main {
	max-width: none !important;
	min-height: 100vh;
	padding: 0 !important;
	width: 100%;
}

body.vp-forced-showcase .vp-forced-showcase-main > * {
	margin: 0 !important;
	max-width: none !important;
	width: 100%;
}

body.vp-forced-showcase .vp-hc-page {
	min-height: 100vh;
	width: 100%;
}

body.vp-forced-showcase .vp-hc-hero {
	min-height: calc(100vh - 4.6rem);
	min-height: calc(100dvh - 4.6rem);
}

body.vp-forced-home {
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: hidden;
	overflow-y: hidden;
}

body.vp-forced-home .vp-forced-showcase-main {
	min-height: 100dvh;
	overflow: hidden;
}

body.vp-forced-home .vp-hc-carousel-page,
body.vp-forced-home .vp-hc-home-carousel {
	height: 100dvh;
	min-height: 100dvh;
}

body.vp-forced-home .vp-forced-site-footer {
	display: none;
}

@media (max-width: 782px) {
	.admin-bar.vp-forced-showcase .vp-forced-site-header {
		top: 46px;
	}
}

.vp-site-header {
	transition: transform 260ms ease, background-color 220ms ease, border-color 220ms ease;
	will-change: transform;
}

.vp-site-header.is-hidden-on-scroll {
	transform: translateY(-105%);
}

.vp-site-header.is-scrolled {
	background: rgba(8, 10, 12, 0.86);
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.vp-hc-carousel-copy {
	bottom: clamp(3.5rem, 9vh, 7rem);
}

.vp-hc-carousel-preview {
	display: none !important;
}

.vp-hc-carousel-controls {
	flex-direction: column;
	right: clamp(1rem, 3vw, 2.2rem);
	top: 50%;
	transform: translateY(-50%);
}

.vp-hc-carousel-controls button {
	background: rgba(8, 10, 12, 0.42);
	backdrop-filter: blur(16px);
	border-color: rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	height: 3.4rem;
	width: 3.4rem;
}

.vp-hc-social-icons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	z-index: 8;
}

.vp-hc-social-icons.is-home-dock {
	bottom: clamp(1.2rem, 4vh, 2.3rem);
	position: absolute;
	right: clamp(1rem, 4vw, 3.5rem);
}

.vp-hc-social-icons a {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	height: 2.9rem;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: 2.9rem;
}

.vp-hc-social-icons a:hover,
.vp-hc-social-icons a:focus-visible {
	background: #ffffff;
	border-color: #ffffff;
	color: #0b0d0f;
	transform: translateY(-3px);
}

.vp-hc-social-icons span:not(.vp-hc-icon) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.vp-hc-social-icons .vp-hc-icon svg {
	height: 1.2rem;
	width: 1.2rem;
}

.vp-hc-metrics {
	background: transparent;
	border: 0;
	gap: 1rem;
	margin-top: clamp(-4rem, -5vw, -2rem);
	max-width: min(1160px, calc(100% - 2rem));
}

.vp-hc-metrics article {
	background:
		radial-gradient(circle at 20% 0%, rgba(110, 168, 216, 0.22), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	display: grid;
	gap: 0.35rem;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 7.8rem;
	padding: 1rem 1.25rem;
	position: relative;
}

.vp-hc-metrics article::after {
	background: linear-gradient(180deg, var(--vp-color-blue), var(--vp-color-copper));
	border-radius: 999px;
	content: "";
	inset: 0.45rem auto 0.45rem 0.45rem;
	position: absolute;
	width: 0.22rem;
}

.vp-hc-metrics article .vp-hc-icon {
	align-self: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: var(--vp-color-copper);
	grid-row: span 2;
	height: 4.5rem;
	margin-left: 0.45rem;
	width: 4.5rem;
}

.vp-hc-metrics article .vp-hc-icon svg {
	height: 1.8rem;
	width: 1.8rem;
}

.vp-hc-metric-value {
	color: #ffffff !important;
	display: block;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 920;
	line-height: 0.92;
}

.vp-hc-metrics article strong {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.vp-hc-executive-grid {
	gap: 1rem;
}

.vp-hc-executive-grid article {
	border-radius: 0 2.4rem 0 2.4rem;
	gap: 1.1rem;
	min-height: 18rem;
	overflow: hidden;
	position: relative;
}

.vp-hc-executive-grid article::before {
	background: radial-gradient(circle, rgba(110, 168, 216, 0.2), transparent 62%);
	content: "";
	height: 12rem;
	position: absolute;
	right: -4rem;
	top: -4rem;
	width: 12rem;
}

.vp-hc-executive-grid .vp-hc-icon,
.vp-hc-pillars .vp-hc-icon {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 1.3rem;
	height: 4.8rem;
	position: relative;
	width: 4.8rem;
}

.vp-hc-executive-grid .vp-hc-icon svg,
.vp-hc-pillars .vp-hc-icon svg {
	height: 2.15rem;
	width: 2.15rem;
}

.vp-hc-executive-grid h3 {
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	max-width: 12ch;
}

.vp-hc-pillars {
	gap: 1rem;
}

.vp-hc-pillars article {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
		#101418;
	border-radius: 1.4rem;
	min-height: 13rem;
	transition: border-color 180ms ease, transform 180ms ease;
}

.vp-hc-pillars article:hover {
	border-color: rgba(255, 255, 255, 0.34);
	transform: translateY(-4px);
}

.vp-hc-pillars article::after {
	display: none;
}

.vp-hc-expertise-board {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-hc-expertise-board article {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		#101418;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.2rem;
	display: grid;
	gap: 1.1rem;
	min-height: 21rem;
	padding: clamp(1.2rem, 3vw, 1.8rem);
	position: relative;
	transition: border-color 180ms ease, transform 180ms ease;
}

.vp-hc-expertise-board article:hover {
	border-color: rgba(110, 168, 216, 0.55);
	transform: translateY(-4px);
}

.vp-hc-expertise-card-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.vp-hc-expertise-card-head .vp-hc-icon {
	background: rgba(110, 168, 216, 0.12);
	border: 1px solid rgba(110, 168, 216, 0.32);
	border-radius: 1rem;
	color: var(--vp-color-blue);
	height: 3.8rem;
	width: 3.8rem;
}

.vp-hc-expertise-card-head span {
	color: rgba(255, 255, 255, 0.22);
	font-size: 2.8rem;
	font-weight: 930;
	line-height: 1;
}

.vp-hc-expertise-board h3 {
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	line-height: 1.04;
	max-width: 13ch;
}

.vp-hc-expertise-tags {
	align-self: end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.vp-hc-expertise-tags span {
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.76rem;
	font-weight: 760;
	line-height: 1.2;
	padding: 0.48rem 0.66rem;
}

.vp-hc-credential-rail {
	counter-reset: credential;
	display: grid;
	gap: 0.8rem;
}

.vp-hc-credential-rail article {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
		#101418;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: grid;
	gap: 1rem;
	grid-template-columns: 3rem 3.3rem minmax(0, 1fr);
	min-height: 5.9rem;
	padding: 0.7rem 1.2rem;
}

.vp-hc-credential-rail article > span {
	color: rgba(255, 255, 255, 0.28);
	font-size: 1.25rem;
	font-weight: 930;
}

.vp-hc-credential-rail .vp-hc-icon {
	background: rgba(200, 147, 93, 0.12);
	border: 1px solid rgba(200, 147, 93, 0.3);
	border-radius: 999px;
	color: var(--vp-color-copper);
	height: 3.3rem;
	width: 3.3rem;
}

.vp-hc-credential-rail strong {
	color: #ffffff;
	font-size: clamp(1rem, 2vw, 1.22rem);
	line-height: 1.25;
}

.vp-hc-testimonial-slider {
	background: transparent;
	border: 0;
	max-width: min(1120px, 100%);
	overflow: visible;
}

.vp-hc-testimonial-track {
	min-height: 19rem;
}

.vp-hc-testimonial-slider figure {
	background:
		radial-gradient(circle at 12% 0%, rgba(200, 147, 93, 0.18), transparent 38%),
		transparent;
	padding: clamp(1rem, 4vw, 2.4rem) 0;
}

.vp-hc-testimonial-slider blockquote {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.08;
	max-width: 20ch;
}

.vp-hc-testimonial-slider figcaption {
	border-top: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1.4rem;
	padding-top: 0;
}

.vp-hc-testimonial-slider figcaption::before {
	background: var(--vp-color-copper);
	border-radius: 999px;
	content: "";
	height: 0.35rem;
	margin-top: 0.62rem;
	width: 2.8rem;
}

.vp-hc-testimonial-controls {
	bottom: 0;
	right: 0;
}

.vp-hc-feed-card,
.vp-hc-amazon-showcase,
.vp-hc-calendar-card {
	border-radius: 1.4rem;
}

.vp-hc-live-feed-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-hc-live-feed-grid a {
	color: #ffffff;
	display: grid;
	min-height: 9.5rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.vp-hc-live-feed-grid img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-hc-live-feed-grid span {
	background: linear-gradient(0deg, rgba(5, 7, 8, 0.88), rgba(5, 7, 8, 0));
	bottom: 0;
	font-size: 0.72rem;
	font-weight: 760;
	left: 0;
	line-height: 1.25;
	padding: 2.4rem 0.7rem 0.7rem;
	position: absolute;
	right: 0;
}

.vp-hc-youtube-list {
	display: grid;
	gap: 0.65rem;
}

.vp-hc-youtube-list a {
	align-items: center;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0.8rem;
	color: #ffffff;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: 5rem minmax(0, 1fr);
	padding: 0.55rem;
	text-decoration: none;
}

.vp-hc-youtube-list img {
	aspect-ratio: 16 / 10;
	border-radius: 0.55rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-hc-youtube-profile-mark {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: rgba(198, 165, 106, 0.13);
	border: 1px solid rgba(198, 165, 106, 0.24);
	border-radius: 0.55rem;
	color: var(--vd-gold);
	display: flex;
	justify-content: center;
}

.vp-hc-youtube-profile-mark .vp-hc-icon {
	height: 1.8rem;
	width: 1.8rem;
}

.vp-hc-youtube-list span {
	display: grid;
	gap: 0.25rem;
	min-width: 0;
}

.vp-hc-youtube-list strong {
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.2;
}

.vp-hc-youtube-list em {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.72rem;
	font-style: normal;
}

.vp-hc-amazon-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.55fr) auto;
}

.vp-hc-amazon-showcase ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vp-hc-amazon-showcase li {
	background: rgba(200, 147, 93, 0.13);
	border: 1px solid rgba(200, 147, 93, 0.24);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	font-weight: 850;
	padding: 0.55rem 0.78rem;
}

body.vp-forced-contact {
	height: 100dvh;
	overflow: hidden;
}

body.vp-forced-contact .vp-forced-site-footer {
	display: none;
}

.vp-hc-contact-screen,
.vp-hc-contact-canvas {
	height: calc(100dvh - 4.6rem);
	min-height: 34rem;
	overflow: hidden;
}

.vp-hc-contact-canvas {
	position: relative;
}

.vp-hc-contact-bg,
.vp-hc-contact-shade {
	inset: 0;
	position: absolute;
}

.vp-hc-contact-bg img {
	filter: saturate(0.9) contrast(1.04);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-hc-contact-shade {
	background:
		linear-gradient(90deg, rgba(5, 7, 8, 0.96), rgba(5, 7, 8, 0.7) 45%, rgba(5, 7, 8, 0.38)),
		linear-gradient(0deg, rgba(5, 7, 8, 0.8), transparent 55%);
}

.vp-hc-contact-shell {
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1fr);
	height: 100%;
	padding: clamp(1rem, 4vw, 3rem);
	position: relative;
	z-index: 2;
}

.vp-hc-contact-intro {
	align-self: center;
	max-width: 38rem;
}

.vp-hc-contact-intro h1 {
	color: #ffffff;
	font-size: clamp(3.4rem, 7vw, 6.2rem);
	line-height: 0.94;
	margin-bottom: 1rem;
}

.vp-hc-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.vp-hc-contact-actions button {
	cursor: pointer;
	font-family: inherit;
}

.vp-hc-contact-actions button.is-active {
	background: #ffffff;
	color: #0b0d0f !important;
}

.vp-hc-contact-stage {
	align-self: center;
	display: grid;
	min-height: min(34rem, calc(100dvh - 10rem));
	position: relative;
}

.vp-hc-contact-panel {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
		rgba(12, 16, 19, 0.72);
	backdrop-filter: blur(22px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 1.8rem;
	display: grid;
	gap: 1rem;
	inset: 0;
	opacity: 0;
	overflow: hidden;
	padding: clamp(1.3rem, 3vw, 2.2rem);
	pointer-events: none;
	position: absolute;
	transform: translateY(1rem) scale(0.985);
	transition: opacity 220ms ease, transform 260ms ease;
}

.vp-hc-contact-panel.is-active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transform: translateY(0) scale(1);
}

.vp-hc-contact-panel > .vp-hc-icon {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 1.2rem;
	color: var(--vp-color-copper);
	height: 4.4rem;
	width: 4.4rem;
}

.vp-hc-contact-panel h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	max-width: 10ch;
}

.vp-hc-contact-panel a {
	color: #ffffff;
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	font-weight: 850;
	text-decoration: none;
}

.vp-hc-availability-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.vp-hc-availability-chips span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8rem;
	font-weight: 800;
	padding: 0.55rem 0.75rem;
}

.vp-hc-contact-calendar-frame {
	background: #ffffff;
	border-radius: 1rem;
	height: clamp(18rem, 42vh, 28rem);
	overflow: hidden;
}

.vp-hc-contact-calendar-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.vp-hc-contact-calendar-empty {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1rem;
	display: grid;
	gap: 1rem;
	min-height: 14rem;
	padding: 1.2rem;
}

.vp-hc-contact-calendar-empty strong {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.2;
	max-width: 18ch;
}

.vp-hc-contact-panel .vp-hc-social-profiles.is-contact-follow {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: auto;
	padding-right: 0.25rem;
}

.vp-hc-contact-panel .vp-hc-social-profile {
	border-radius: 1rem;
	min-height: 11rem;
	padding: 1.1rem;
}

.vp-hc-contact-panel .vp-hc-social-profile strong {
	font-size: 1.35rem;
}

.vp-hc-contact-footer {
	align-items: center;
	bottom: 1rem;
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	left: clamp(1rem, 4vw, 3rem);
	margin: 0;
	position: absolute;
	right: clamp(1rem, 4vw, 3rem);
	z-index: 3;
}

@media (max-width: 1180px) {
	.vp-hc-expertise-board {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vp-hc-amazon-showcase {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.vp-hc-metrics article {
		border-radius: 1.8rem;
	}

	.vp-hc-contact-shell {
		grid-template-columns: 1fr;
	}

	.vp-hc-contact-intro {
		align-self: end;
	}

	.vp-hc-contact-stage {
		align-self: start;
		min-height: 26rem;
	}
}

@media (max-width: 640px) {
	.vp-hc-carousel-copy {
		bottom: 6.5rem;
	}

	.vp-hc-carousel-controls {
		display: flex;
		flex-direction: row;
		right: 1rem;
		top: auto;
		bottom: 1rem;
		transform: none;
	}

	.vp-hc-social-icons.is-home-dock {
		bottom: 1rem;
		left: 1rem;
		right: auto;
	}

	.vp-hc-metrics,
	.vp-hc-expertise-board {
		grid-template-columns: 1fr;
	}

	.vp-hc-credential-rail article {
		border-radius: 1.2rem;
		grid-template-columns: 2.2rem 3rem minmax(0, 1fr);
	}

	body.vp-forced-contact {
		overflow: auto;
	}

	.vp-hc-contact-screen,
	.vp-hc-contact-canvas {
		height: auto;
		min-height: calc(100dvh - 4.2rem);
		overflow: visible;
	}

	.vp-hc-contact-shell {
		min-height: calc(100dvh - 4.2rem);
		padding-bottom: 5.5rem;
	}

	.vp-hc-contact-stage {
		min-height: 31rem;
	}

	.vp-hc-contact-panel .vp-hc-social-profiles.is-contact-follow,
	.vp-hc-live-feed-grid {
		grid-template-columns: 1fr;
	}
}

@media print {
	@page {
		margin: 0;
		size: landscape;
	}

	html,
	body,
	body.vp-forced-showcase {
		background: #0b0d0f !important;
		margin: 0 !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	body.vp-forced-showcase .vp-forced-site-header {
		backdrop-filter: none;
		background: #0b0d0f !important;
		position: relative !important;
		top: auto !important;
	}

	body.vp-forced-showcase .vp-forced-showcase-main {
		min-height: 0;
		padding: 0 !important;
	}

	body.vp-forced-showcase .vp-hc-page {
		background: #0b0d0f !important;
		overflow: visible;
	}

	body.vp-forced-showcase .vp-hc-hero {
		break-inside: avoid;
		min-height: calc(100vh - 4.6rem) !important;
		overflow: hidden;
		page-break-inside: avoid;
	}

	body.vp-forced-showcase .vp-hc-hero-bg,
	body.vp-forced-showcase .vp-hc-hero-shade {
		position: absolute !important;
	}

	body.vp-forced-showcase .vp-hc-hero-bg img {
		display: block !important;
		height: 100% !important;
		max-width: none !important;
		object-fit: cover !important;
		width: 100% !important;
	}

	body.vp-forced-showcase .vp-hc-metrics,
	body.vp-forced-showcase .vp-hc-route,
	body.vp-forced-showcase .vp-hc-section,
	body.vp-forced-showcase .vp-hc-quote,
	body.vp-forced-showcase .vp-hc-final {
		break-inside: avoid;
		page-break-inside: avoid;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

body.vp-forced-showcase a[href]::after {
		content: "" !important;
	}
}

/* 2.6.0 corrective visual layer */
.vp-hc-carousel-controls {
	display: block !important;
	inset: 0 !important;
	pointer-events: none;
	position: absolute;
	right: auto !important;
	top: 0 !important;
	transform: none !important;
	z-index: 8;
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow {
	align-items: center;
	background: rgba(9, 11, 13, 0.28) !important;
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.26) !important;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	height: 2.95rem !important;
	justify-content: center;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.95rem !important;
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow.is-prev {
	left: clamp(0.9rem, 2.6vw, 2.2rem);
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow.is-next {
	right: clamp(0.9rem, 2.6vw, 2.2rem);
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow:hover,
.vp-hc-carousel-controls .vp-hc-carousel-arrow:focus-visible {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #0b0d0f;
}

.vp-hc-social-icons a.is-placeholder,
.vp-hc-social-profile.is-placeholder {
	opacity: 1;
}

.vp-footer-social {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-left: 0.6rem;
	vertical-align: middle;
}

.vp-footer-social a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: currentColor;
	display: inline-flex;
	height: 1.9rem;
	justify-content: center;
	text-decoration: none;
	width: 1.9rem;
}

.vp-footer-social a:hover,
.vp-footer-social a:focus-visible {
	background: rgba(255, 255, 255, 0.92);
	color: #0b0d0f;
}

.vp-footer-social .vp-hc-icon svg {
	height: 0.95rem;
	width: 0.95rem;
}

.vp-footer-social a > span:not(.vp-hc-icon) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.vp-pro-hcode {
	background: #0a0c0e;
	color: #f7f3ed;
}

.vp-pro-hero,
.vp-pro-summary,
.vp-pro-section,
.vp-pro-final {
	margin-inline: auto;
	max-width: min(1240px, calc(100% - 2rem));
}

.vp-pro-hero {
	align-items: stretch;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1fr);
	min-height: calc(100vh - 4.6rem);
	padding-block: clamp(3rem, 8vw, 7rem);
}

.vp-pro-hero-image {
	min-height: 34rem;
	overflow: hidden;
	position: relative;
}

.vp-pro-hero-image::after {
	background: linear-gradient(0deg, rgba(10, 12, 14, 0.62), rgba(10, 12, 14, 0.04));
	content: "";
	inset: 0;
	position: absolute;
}

.vp-pro-hero-image img {
	filter: saturate(0.92) contrast(1.05);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-pro-hero-copy {
	align-self: center;
	display: grid;
	gap: 1.35rem;
	padding-block: clamp(2rem, 6vw, 5rem);
}

.vp-pro-hero-copy h1 {
	color: #ffffff;
	font-size: clamp(4.2rem, 10vw, 9rem);
	letter-spacing: 0;
	line-height: 0.84;
	margin: 0;
	max-width: 8ch;
	text-transform: uppercase;
}

.vp-pro-hero-copy .vp-hc-lead,
.vp-pro-summary > p,
.vp-pro-capability-list p,
.vp-pro-final p {
	color: rgba(247, 243, 237, 0.72);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.75;
}

.vp-pro-statline {
	border-block: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: auto;
	max-width: min(1240px, calc(100% - 2rem));
}

.vp-pro-statline article {
	background: transparent;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	padding: clamp(1.2rem, 3vw, 2rem) 1rem;
}

.vp-pro-statline article:last-child {
	border-right: 0;
}

.vp-pro-statline .vp-hc-metric-value {
	color: #ffffff !important;
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	line-height: 0.92;
}

.vp-pro-statline strong {
	color: rgba(247, 243, 237, 0.58);
	display: block;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.25;
	margin-top: 0.45rem;
	text-transform: uppercase;
}

.vp-pro-summary {
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	padding-block: clamp(4rem, 8vw, 7rem);
}

.vp-pro-summary h2,
.vp-pro-section-head h2,
.vp-pro-final h2 {
	color: #ffffff;
	font-size: clamp(2.2rem, 5vw, 5.4rem);
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.vp-pro-section {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-block: clamp(3.4rem, 7vw, 6rem);
}

.vp-pro-section-head {
	display: grid;
	gap: 0.8rem;
	margin-bottom: clamp(1.8rem, 4vw, 3rem);
	max-width: 52rem;
}

.vp-pro-capability-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vp-pro-capability-list article {
	border-left: 1px solid rgba(255, 255, 255, 0.13);
	display: grid;
	gap: 1rem;
	min-height: 16rem;
	padding: clamp(1.1rem, 2.4vw, 1.8rem);
}

.vp-pro-capability-list h3,
.vp-pro-skill-board h3 {
	color: #ffffff;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	line-height: 1.05;
	margin: 0;
}

.vp-pro-skill-board {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-pro-skill-board article {
	background: #111519;
	display: grid;
	gap: 1.2rem;
	min-height: 15rem;
	padding: clamp(1.2rem, 2.6vw, 1.8rem);
}

.vp-pro-skill-tags {
	align-content: end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.48rem;
}

.vp-pro-skill-tags span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: rgba(247, 243, 237, 0.78);
	font-size: 0.78rem;
	font-weight: 760;
	line-height: 1.2;
	padding: 0.52rem 0.72rem;
}

.vp-pro-credential-timeline {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
}

.vp-pro-credential-timeline article {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 1.4rem;
	grid-template-columns: 4rem minmax(0, 1fr);
	min-height: 5.6rem;
}

.vp-pro-credential-timeline span {
	color: rgba(200, 147, 93, 0.9);
	font-size: 1rem;
	font-weight: 900;
}

.vp-pro-credential-timeline strong {
	color: #ffffff;
	font-size: clamp(1rem, 2vw, 1.35rem);
	line-height: 1.25;
}

.vp-pro-testimonials .vp-hc-testimonial-slider {
	background: transparent;
	border: 0;
	max-width: 100%;
	overflow: visible;
	padding: 0;
}

.vp-pro-testimonials .vp-hc-testimonial-track {
	min-height: clamp(22rem, 42vw, 32rem);
}

.vp-pro-testimonials .vp-hc-testimonial-slider figure {
	background: transparent;
	padding: 0;
}

.vp-pro-testimonials .vp-hc-testimonial-slider blockquote {
	color: #ffffff;
	font-size: clamp(2.2rem, 5vw, 5.2rem);
	line-height: 1.03;
	max-width: 22ch;
}

.vp-pro-final {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 1.3rem;
	padding-block: clamp(4rem, 8vw, 7rem);
}

.vp-social-michi {
	background: #f4f0e8;
	color: #161616;
}

.vp-sm-hero,
.vp-sm-section,
.vp-sm-shop,
.vp-sm-final {
	margin-inline: auto;
	max-width: min(1240px, calc(100% - 2rem));
}

.vp-sm-hero {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4.5rem);
	grid-template-columns: minmax(0, 0.86fr) minmax(20rem, 1fr);
	min-height: calc(100vh - 4.6rem);
	padding-block: clamp(3rem, 8vw, 7rem);
}

.vp-sm-copy h1 {
	color: #151515;
	font-size: clamp(3.8rem, 8vw, 8.6rem);
	letter-spacing: 0;
	line-height: 0.86;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.vp-sm-copy p:not(.vp-hc-overline) {
	color: rgba(22, 22, 22, 0.72);
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	line-height: 1.65;
	max-width: 34rem;
}

.vp-social-michi .vp-hc-social-icons a {
	background: #151515;
	border-color: #151515;
	color: #ffffff;
}

.vp-social-michi .vp-hc-social-icons a:hover,
.vp-social-michi .vp-hc-social-icons a:focus-visible {
	background: #ffffff;
	color: #151515;
}

.vp-sm-collage {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: 1.1fr 0.9fr;
}

.vp-sm-collage figure {
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
}

.vp-sm-collage figure.is-tall {
	aspect-ratio: auto;
	grid-row: span 2;
}

.vp-sm-collage img {
	filter: saturate(0.95) contrast(1.03);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-sm-strip {
	background: #151515;
	color: #f4f0e8;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.4rem;
	justify-content: center;
	padding: 1rem;
	text-transform: uppercase;
}

.vp-sm-strip span {
	font-size: 0.82rem;
	font-weight: 900;
}

.vp-sm-section,
.vp-sm-shop,
.vp-sm-final {
	padding-block: clamp(3.4rem, 7vw, 6rem);
}

.vp-sm-section-head {
	display: grid;
	gap: 0.8rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.6rem);
	max-width: 45rem;
}

.vp-sm-section-head h2,
.vp-sm-shop h2,
.vp-sm-final h2 {
	color: #151515;
	font-size: clamp(2.2rem, 5vw, 5rem);
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.vp-social-michi .vp-hc-social-profiles {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vp-social-michi .vp-hc-social-profile {
	background: #ffffff;
	border: 0;
	color: #151515;
	min-height: 15rem;
	padding: 1.2rem;
}

.vp-social-michi .vp-hc-social-profile small,
.vp-social-michi .vp-hc-social-profile em {
	color: rgba(21, 21, 21, 0.62);
}

.vp-social-michi .vp-hc-social-profile-action {
	color: #151515;
}

.vp-sm-live .vp-hc-feed-card,
.vp-sm-shop .vp-hc-amazon-showcase {
	background: #151515;
	color: #ffffff;
}

.vp-sm-shop {
	align-items: center;
	border-block: 1px solid rgba(21, 21, 21, 0.12);
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
}

.vp-sm-shop p:not(.vp-hc-overline) {
	color: rgba(21, 21, 21, 0.68);
	font-size: 1.05rem;
	line-height: 1.65;
}

.vp-sm-final {
	text-align: center;
}

.vp-sm-final .vp-hc-actions {
	justify-content: center;
}

.vp-hc-contact-intro .vp-hc-social-icons.is-contact-dock {
	margin-top: 1.2rem;
	position: static;
}

.vp-hc-contact-intro .vp-hc-social-icons.is-contact-dock a {
	height: 2.5rem;
	width: 2.5rem;
}

.vp-hc-contact-stage {
	min-height: min(38rem, calc(100dvh - 8rem));
}

.vp-hc-contact-panel h2 {
	max-width: 12ch;
}

.vp-hc-contact-calendar-frame {
	height: clamp(17rem, 40vh, 25rem);
}

.vp-hc-photography .vp-hc-section {
	padding-block: clamp(2.8rem, 6vw, 5rem);
}

.vp-hc-photography .vp-hc-masonry {
	gap: 0.8rem;
}

.vp-hc-photography .vp-hc-masonry figure {
	border-radius: 0;
}

@media (max-width: 1180px) {
	.vp-pro-capability-list,
	.vp-pro-skill-board {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vp-social-michi .vp-hc-social-profiles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.vp-pro-hero,
	.vp-pro-summary,
	.vp-sm-hero,
	.vp-sm-shop {
		grid-template-columns: 1fr;
	}

	.vp-pro-hero {
		min-height: 0;
	}

	.vp-pro-hero-image {
		min-height: 24rem;
	}

	.vp-pro-statline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vp-pro-statline article:nth-child(2) {
		border-right: 0;
	}

	.vp-pro-statline article:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
}

@media (max-width: 640px) {
	.vp-hc-carousel-controls .vp-hc-carousel-arrow {
		height: 2.6rem !important;
		width: 2.6rem !important;
	}

	.vp-hc-social-icons.is-home-dock {
		bottom: 1.1rem;
		left: auto;
		right: 1rem;
	}

	.vp-hc-social-icons.is-home-dock a {
		height: 2.35rem;
		width: 2.35rem;
	}

	.vp-pro-capability-list,
	.vp-pro-skill-board,
	.vp-pro-statline,
	.vp-social-michi .vp-hc-social-profiles {
		grid-template-columns: 1fr;
	}

	.vp-pro-statline article,
	.vp-pro-statline article:nth-child(2),
	.vp-pro-statline article:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		border-right: 0;
	}

	.vp-pro-statline article:last-child {
		border-bottom: 0;
	}

	.vp-sm-collage {
		grid-template-columns: 1fr;
	}

	.vp-sm-collage figure.is-tall {
		aspect-ratio: 4 / 5;
	}

	.vp-hc-contact-stage {
		min-height: 31rem;
	}
}

/* 2.7.0 luxury home and H-Code-inspired professional reset */
.vp-hc-home-carousel {
	background: #050607;
}

.vp-hc-carousel-bg img {
	filter: saturate(0.78) contrast(1.16) brightness(0.72);
	transform: scale(1.04);
}

.vp-hc-carousel-slide.is-active .vp-hc-carousel-bg img {
	transform: scale(1);
	transition: transform 5600ms ease, filter 700ms ease;
}

.vp-hc-carousel-shade {
	background:
		radial-gradient(circle at 74% 28%, rgba(210, 160, 92, 0.26), transparent 22%),
		linear-gradient(90deg, rgba(4, 5, 6, 0.94), rgba(4, 5, 6, 0.5) 48%, rgba(4, 5, 6, 0.42)),
		linear-gradient(0deg, rgba(4, 5, 6, 0.96), rgba(4, 5, 6, 0.18) 55%, rgba(4, 5, 6, 0.72));
}

.vp-hc-carousel-brand {
	color: #f7f0e6;
	font-size: 0.96rem;
	font-weight: 850;
	gap: 0.8rem;
	letter-spacing: 0;
}

.vp-hc-carousel-brand img {
	border-color: rgba(220, 174, 105, 0.58);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 60px rgba(0, 0, 0, 0.32);
}

.vp-hc-carousel-copy {
	bottom: clamp(4.3rem, 8vh, 6.4rem) !important;
	left: clamp(4rem, 8vw, 8.5rem);
	max-width: min(48rem, calc(100% - 8rem));
}

.vp-hc-carousel-copy h1 {
	color: #f7f0e6;
	font-size: clamp(5.2rem, 11vw, 10.8rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.86;
	margin-bottom: 1rem;
	max-width: 8ch;
	text-transform: uppercase;
}

.vp-hc-carousel-copy p {
	color: rgba(247, 240, 230, 0.74);
	font-size: clamp(0.86rem, 1.2vw, 1rem);
	font-weight: 760;
	letter-spacing: 0.18em;
	line-height: 1.6;
	margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
	text-transform: uppercase;
}

.vp-hc-carousel-actionline {
	align-items: end;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: minmax(12rem, 22rem) auto;
}

.vp-hc-carousel-actionline span {
	border-top: 1px solid rgba(220, 174, 105, 0.56);
	color: #f7f0e6;
	display: block;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 850;
	line-height: 1.12;
	padding-top: 1.05rem;
}

.vp-hc-carousel-actionline .vp-hc-button,
.vp-pro-hero-copy .vp-hc-button {
	background: #dcae69;
	border-color: #dcae69;
	color: #0b0d0f !important;
	min-height: 3rem;
	padding-inline: 1.35rem;
}

.vp-hc-carousel-actionline .vp-hc-button.is-ghost,
.vp-pro-hero-copy .vp-hc-button.is-ghost {
	background: transparent;
	border-color: rgba(247, 240, 230, 0.56);
	color: #f7f0e6 !important;
}

.vp-hc-social-icons.is-home-dock {
	bottom: clamp(1.2rem, 3vh, 2rem);
	right: clamp(1.5rem, 4vw, 3rem);
}

.vp-hc-social-icons.is-home-dock a {
	background: transparent;
	border-color: transparent;
	color: #f7f0e6;
	height: 2.4rem;
	width: 2.4rem;
}

.vp-hc-social-icons.is-home-dock a:hover,
.vp-hc-social-icons.is-home-dock a:focus-visible {
	background: #f7f0e6;
	color: #0b0d0f;
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow {
	background: transparent !important;
	border-color: transparent !important;
	color: #dcae69;
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow svg {
	height: 1.9rem;
	width: 1.9rem;
}

.vp-pro-hcode .vp-pro-hero {
	display: grid;
	grid-template-columns: minmax(6rem, 0.22fr) minmax(0, 0.86fr) minmax(20rem, 0.9fr);
	isolation: isolate;
	margin-inline: 0;
	max-width: none;
	min-height: calc(100dvh - 4.6rem);
	overflow: hidden;
	padding: clamp(2rem, 4vw, 3.2rem) clamp(1.5rem, 4vw, 3.6rem);
	position: relative;
}

.vp-pro-hcode .vp-pro-hero::before {
	background:
		linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, 0.98) 34%, rgba(5, 6, 7, 0.64) 62%, rgba(5, 6, 7, 0.32)),
		radial-gradient(circle at 72% 36%, rgba(220, 174, 105, 0.18), transparent 28%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.vp-pro-hcode .vp-pro-hero-image {
	inset: 0 0 0 50%;
	min-height: 0;
	position: absolute;
	z-index: -2;
}

.vp-pro-hcode .vp-pro-hero-image::after {
	background:
		linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, 0.18) 42%, rgba(5, 6, 7, 0.76) 100%),
		linear-gradient(0deg, rgba(5, 6, 7, 0.94), transparent 42%, rgba(5, 6, 7, 0.4));
}

.vp-pro-hcode .vp-pro-hero-image img {
	filter: saturate(0.76) contrast(1.18) brightness(0.9);
	object-position: center top;
}

.vp-pro-anchor-rail {
	align-self: center;
	display: grid;
	gap: 1.15rem;
	grid-column: 1;
	position: relative;
	z-index: 2;
}

.vp-pro-anchor-rail::before {
	background: #dcae69;
	content: "";
	height: 2px;
	left: -1.7rem;
	position: absolute;
	top: 0.72rem;
	width: 1.05rem;
}

.vp-pro-anchor-rail a {
	color: rgba(247, 240, 230, 0.74);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
}

.vp-pro-anchor-rail a:hover,
.vp-pro-anchor-rail a:focus-visible {
	color: #ffffff;
}

.vp-pro-hcode .vp-pro-hero-copy {
	align-self: center;
	grid-column: 2;
	max-width: 35rem;
	padding: clamp(4rem, 8vh, 7rem) 0 clamp(9rem, 15vh, 12rem);
	position: relative;
	z-index: 2;
}

.vp-pro-hcode .vp-pro-hero-copy::after {
	background: #dcae69;
	content: "";
	height: 2px;
	margin-top: 0.8rem;
	position: absolute;
	top: calc(50% + 7.2rem);
	width: 4rem;
}

.vp-pro-hcode .vp-pro-hero-copy h1 {
	color: #f7f0e6;
	font-size: clamp(4.4rem, 8vw, 8.4rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.88;
	max-width: 9ch;
	text-transform: uppercase;
}

.vp-pro-hcode .vp-pro-hero-copy .vp-hc-lead {
	color: rgba(247, 240, 230, 0.76);
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 1.68;
	margin-top: 1.6rem;
	max-width: 34rem;
}

.vp-pro-hero-stats {
	border-top: 1px solid rgba(220, 174, 105, 0.58);
	bottom: clamp(1.3rem, 4vh, 2.4rem);
	display: grid;
	gap: 0;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	left: clamp(1.5rem, 4vw, 3.6rem);
	padding-top: clamp(1rem, 2vw, 1.7rem);
	position: absolute;
	right: clamp(1.5rem, 4vw, 3.6rem);
	z-index: 3;
}

.vp-pro-hero-stats article {
	border-right: 1px solid rgba(247, 240, 230, 0.18);
	text-align: center;
}

.vp-pro-hero-stats article:last-child {
	border-right: 0;
}

.vp-pro-hero-stats .vp-hc-metric-value {
	color: #dcae69 !important;
	font-size: clamp(2.6rem, 5vw, 4rem);
	font-weight: 520;
	line-height: 0.9;
}

.vp-pro-hero-stats strong {
	color: rgba(247, 240, 230, 0.74);
	display: block;
	font-size: 0.76rem;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.22;
	margin-top: 0.65rem;
	text-transform: uppercase;
}

.vp-pro-summary,
.vp-pro-section,
.vp-pro-final {
	max-width: min(1180px, calc(100% - 2rem));
}

.vp-pro-summary {
	padding-block: clamp(5rem, 10vw, 9rem);
}

.vp-pro-capability-list {
	border-top: 1px solid rgba(247, 240, 230, 0.14);
}

.vp-pro-capability-list article {
	background: transparent;
	border-left: 0;
	border-bottom: 1px solid rgba(247, 240, 230, 0.12);
	min-height: 0;
	padding: clamp(1.4rem, 3vw, 2.2rem) 0;
}

.vp-pro-capability-list h3 {
	max-width: 13ch;
}

.vp-pro-skill-board {
	border-top: 1px solid rgba(247, 240, 230, 0.14);
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
}

.vp-pro-skill-board article {
	align-items: start;
	background: transparent;
	border-bottom: 1px solid rgba(247, 240, 230, 0.12);
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(12rem, 0.36fr) minmax(0, 1fr);
	min-height: 0;
	padding: clamp(1.3rem, 3vw, 2rem) 0;
}

.vp-pro-skill-board h3 {
	font-size: clamp(1.2rem, 2.4vw, 2rem);
	max-width: 16ch;
}

.vp-pro-skill-tags span {
	background: transparent;
	border-color: rgba(220, 174, 105, 0.32);
	color: rgba(247, 240, 230, 0.82);
}

.vp-pro-experience-list {
	border-top: 1px solid rgba(247, 240, 230, 0.14);
	display: grid;
}

.vp-pro-experience-list article {
	border-bottom: 1px solid rgba(247, 240, 230, 0.12);
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: 4rem minmax(0, 1fr);
	padding: clamp(1.4rem, 3.4vw, 2.4rem) 0;
}

.vp-pro-experience-list article > span {
	color: #dcae69;
	font-size: 0.92rem;
	font-weight: 900;
}

.vp-pro-experience-list strong {
	color: rgba(220, 174, 105, 0.88);
	display: block;
	font-size: 0.76rem;
	font-weight: 850;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.vp-pro-experience-list h3 {
	color: #ffffff;
	font-size: clamp(1.55rem, 3vw, 2.6rem);
	line-height: 1.05;
	margin: 0 0 0.55rem;
}

.vp-pro-experience-list p {
	color: rgba(247, 240, 230, 0.68);
	font-size: 1rem;
	line-height: 1.72;
	margin: 0;
	max-width: 54rem;
}

@media (max-width: 980px) {
	.vp-hc-carousel-copy {
		left: clamp(1.3rem, 5vw, 3rem);
		max-width: calc(100% - 2.6rem);
	}

	.vp-hc-carousel-actionline {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.vp-pro-hcode .vp-pro-hero {
		grid-template-columns: 1fr;
		padding-bottom: 16rem;
	}

	.vp-pro-anchor-rail {
		display: none;
	}

	.vp-pro-hcode .vp-pro-hero-image {
		inset: 0;
		opacity: 0.42;
	}

	.vp-pro-hcode .vp-pro-hero-copy {
		grid-column: 1;
		max-width: 42rem;
		padding-bottom: 6rem;
	}

	.vp-pro-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vp-pro-hero-stats article:nth-child(2) {
		border-right: 0;
	}

	.vp-pro-hero-stats article:nth-child(-n+2) {
		border-bottom: 1px solid rgba(247, 240, 230, 0.14);
		padding-bottom: 1rem;
	}

	.vp-pro-hero-stats article:nth-child(n+3) {
		padding-top: 1rem;
	}
}

@media (max-width: 640px) {
	.vp-hc-carousel-copy {
		bottom: 6.2rem !important;
	}

	.vp-hc-carousel-copy h1 {
		font-size: clamp(3.5rem, 18vw, 5.4rem);
	}

	.vp-hc-carousel-copy p {
		font-size: 0.72rem;
	}

	.vp-pro-hcode .vp-pro-hero-copy h1 {
		font-size: clamp(3.4rem, 17vw, 5.1rem);
	}

	.vp-pro-hcode .vp-pro-hero {
		padding-inline: 1rem;
	}

	.vp-pro-hero-stats {
		left: 1rem;
		right: 1rem;
	}

	.vp-pro-skill-board article,
	.vp-pro-experience-list article {
		grid-template-columns: 1fr;
	}
}

/* 2.8.0 premium finish: luxury home, H-Code editorial professional, compact contact follow */
.vp-hc-home-carousel {
	background: #030405;
	min-height: 100dvh;
}

.vp-hc-home-carousel::after {
	border: 1px solid rgba(247, 240, 230, 0.16);
	content: "";
	inset: clamp(0.8rem, 1.8vw, 1.6rem);
	pointer-events: none;
	position: absolute;
	z-index: 6;
}

.vp-hc-carousel-shade {
	background:
		linear-gradient(90deg, rgba(3, 4, 5, 0.96), rgba(3, 4, 5, 0.52) 48%, rgba(3, 4, 5, 0.24)),
		linear-gradient(0deg, rgba(3, 4, 5, 0.92), rgba(3, 4, 5, 0.12) 54%, rgba(3, 4, 5, 0.58)) !important;
}

.vp-hc-carousel-bg img {
	filter: saturate(0.82) contrast(1.12) brightness(0.68) !important;
}

.vp-hc-carousel-brand,
.vp-hc-carousel-copy,
.vp-hc-social-icons.is-home-dock,
.vp-hc-carousel-controls {
	z-index: 10;
}

.vp-hc-carousel-copy h1 {
	text-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.vp-hc-carousel-actionline span {
	border-top-color: rgba(220, 174, 105, 0.8);
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow {
	background: rgba(3, 4, 5, 0.38) !important;
	border-color: rgba(247, 240, 230, 0.46) !important;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	color: #f7f0e6 !important;
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow.is-prev {
	left: clamp(1rem, 2.2vw, 2.3rem) !important;
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow.is-next {
	right: clamp(1rem, 2.2vw, 2.3rem) !important;
}

.vp-hc-carousel-controls .vp-hc-carousel-arrow:hover,
.vp-hc-carousel-controls .vp-hc-carousel-arrow:focus-visible {
	background: #f7f0e6 !important;
	border-color: #f7f0e6 !important;
	color: #080808 !important;
}

.vp-hc-social-icons.is-home-dock {
	background: rgba(3, 4, 5, 0.32);
	border: 1px solid rgba(247, 240, 230, 0.18);
	bottom: clamp(1.4rem, 3vh, 2.4rem) !important;
	padding: 0.35rem;
	right: clamp(1.4rem, 3vw, 3rem) !important;
}

.vp-hc-social-icons.is-home-dock a {
	border-color: rgba(247, 240, 230, 0.18) !important;
	color: #f7f0e6 !important;
}

.vp-pro-editorial {
	background: #ffffff !important;
	color: #0b0b0b !important;
	font-family: Inter, Arial, Helvetica, sans-serif;
	min-height: 100dvh;
	position: relative;
}

.vp-pro-editorial .vp-pro-anchor-rail {
	display: grid !important;
	gap: 0.75rem;
	left: clamp(0.9rem, 2vw, 2rem);
	position: fixed !important;
	top: 50%;
	transform: translateY(-50%);
	z-index: 70;
}

.vp-pro-editorial .vp-pro-anchor-rail::before {
	background: #0b0b0b;
	height: 1.8rem;
	left: 0;
	top: -2.4rem;
	width: 1px;
}

.vp-pro-editorial .vp-pro-anchor-rail a {
	color: rgba(11, 11, 11, 0.62);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.vp-pro-editorial .vp-pro-anchor-rail a:hover,
.vp-pro-editorial .vp-pro-anchor-rail a:focus-visible {
	color: #0b0b0b;
}

.vp-pro-editorial section {
	margin-inline: auto;
	max-width: min(940px, calc(100% - clamp(2rem, 13vw, 13rem)));
	scroll-margin-top: 6rem;
}

.vp-pro-ed-hero {
	align-content: center;
	display: grid;
	justify-items: center;
	min-height: calc(100dvh - 4.6rem);
	padding-block: clamp(5rem, 12vw, 9rem);
	text-align: center;
}

.vp-pro-ed-kicker,
.vp-pro-ed-hero > p:last-child {
	color: rgba(11, 11, 11, 0.34);
	font-size: clamp(1rem, 1.8vw, 1.38rem);
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.vp-pro-ed-hero h1 {
	color: #050505;
	font-size: clamp(3.7rem, 7.6vw, 7.4rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 1.3rem 0 1.5rem;
	text-transform: uppercase;
}

.vp-pro-ed-media {
	border-top: 1px solid rgba(11, 11, 11, 0.12);
	display: grid;
	gap: clamp(3rem, 7vw, 5.5rem);
	padding-block: clamp(4.5rem, 9vw, 8rem);
	text-align: center;
}

.vp-pro-ed-media h2,
.vp-pro-ed-skills h2,
.vp-pro-ed-certs h2,
.vp-pro-ed-testimonials h2,
.vp-pro-ed-contact h2 {
	color: #050505;
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.vp-pro-ed-video-card {
	aspect-ratio: 16 / 9;
	margin-inline: auto;
	max-width: 47rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.vp-pro-ed-video-card img {
	filter: saturate(1.02) contrast(1.04);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vp-pro-ed-video-card::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 45%);
	content: "";
	inset: 0;
	position: absolute;
}

.vp-pro-ed-play {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid #0b0b0b;
	border-radius: 999px;
	display: inline-flex;
	height: 4.2rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4.2rem;
	z-index: 2;
}

.vp-pro-ed-play::before {
	border-bottom: 0.72rem solid transparent;
	border-left: 1.05rem solid #0b0b0b;
	border-top: 0.72rem solid transparent;
	content: "";
	margin-left: 0.25rem;
}

.vp-pro-ed-about-copy {
	border-bottom: 1px solid rgba(11, 11, 11, 0.12);
	padding-block: clamp(3.5rem, 7vw, 6.4rem);
}

.vp-pro-ed-about-copy > div {
	margin-inline: auto;
	max-width: 41rem;
}

.vp-pro-ed-about-copy p {
	color: #0b0b0b;
	font-size: clamp(1.08rem, 1.7vw, 1.28rem);
	line-height: 1.75;
	margin: 0 0 1.35rem;
}

.vp-pro-ed-facts {
	display: grid;
	gap: 0.62rem;
	list-style: square;
	margin: 2rem 0;
	padding-left: 1.5rem;
}

.vp-pro-ed-facts li {
	font-size: 1.02rem;
	line-height: 1.45;
}

.vp-pro-ed-outline {
	align-items: center;
	border: 2px solid #0b0b0b;
	color: #0b0b0b;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	min-height: 4.2rem;
	padding: 1rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}

.vp-pro-ed-outline:hover,
.vp-pro-ed-outline:focus-visible {
	background: #0b0b0b;
	color: #ffffff;
}

.vp-pro-ed-skills,
.vp-pro-ed-certs,
.vp-pro-ed-testimonials,
.vp-pro-ed-contact {
	padding-block: clamp(4.8rem, 9vw, 8.2rem);
}

.vp-pro-ed-skill-grid {
	display: grid;
	gap: clamp(2.2rem, 5vw, 4.6rem) clamp(2rem, 5vw, 5rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(3rem, 7vw, 5.5rem);
}

.vp-pro-ed-skill-grid article {
	align-items: start;
	display: grid;
	gap: 1.45rem;
	grid-template-columns: 5.4rem minmax(0, 1fr);
}

.vp-pro-ed-skill-grid .vp-hc-icon {
	align-items: center;
	color: #050505;
	display: flex;
	height: 5.4rem;
	justify-content: center;
	width: 5.4rem;
}

.vp-pro-ed-skill-grid .vp-hc-icon svg {
	height: 4.2rem;
	stroke-width: 1.55;
	width: 4.2rem;
}

.vp-pro-ed-skill-grid h3 {
	color: #050505;
	font-size: 0.98rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 1.1rem;
	text-transform: uppercase;
}

.vp-pro-ed-skill-grid p {
	color: #111111;
	font-size: clamp(1rem, 1.35vw, 1.14rem);
	line-height: 1.7;
	margin: 0;
}

.vp-pro-ed-proof {
	border-block: 1px solid rgba(11, 11, 11, 0.12);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: none !important;
	padding: clamp(4rem, 8vw, 7rem) clamp(2rem, 5vw, 4rem);
}

.vp-pro-ed-proof article {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	justify-items: center;
	text-align: center;
}

.vp-pro-ed-proof .vp-hc-icon {
	color: #050505;
	height: 2rem;
	width: 2rem;
}

.vp-pro-ed-proof .vp-hc-icon svg {
	height: 1.6rem;
	stroke-width: 1.7;
	width: 1.6rem;
}

.vp-pro-ed-proof .vp-hc-metric-value {
	color: #050505 !important;
	font-size: clamp(3.3rem, 6vw, 5.4rem);
	font-weight: 300;
	line-height: 0.9;
}

.vp-pro-ed-proof strong {
	color: #050505;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.55;
	text-transform: uppercase;
}

.vp-pro-ed-cert-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.4rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(3rem, 7vw, 5rem);
}

.vp-pro-ed-cert-grid article {
	align-content: center;
	border: 2px solid #0b0b0b;
	display: grid;
	gap: 1rem;
	justify-items: center;
	min-height: 13rem;
	padding: 1.3rem;
	text-align: center;
}

.vp-pro-ed-cert-grid .vp-hc-icon {
	color: #050505;
	height: 3rem;
	width: 3rem;
}

.vp-pro-ed-cert-grid .vp-hc-icon svg {
	height: 2.7rem;
	stroke-width: 1.55;
	width: 2.7rem;
}

.vp-pro-ed-cert-grid strong {
	color: #050505;
	font-size: 0.94rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: uppercase;
}

.vp-pro-ed-testimonial-slider {
	background: transparent !important;
	border: 0 !important;
	margin-top: clamp(3rem, 7vw, 5rem);
	overflow: visible !important;
	padding: 0 !important;
}

.vp-pro-ed-testimonial-slider .vp-hc-testimonial-track {
	min-height: clamp(24rem, 39vw, 34rem);
}

.vp-pro-ed-testimonial-slider figure {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	display: grid;
	gap: 1.35rem;
	inset: 0;
	justify-items: center;
	padding: 0 clamp(1rem, 5vw, 4rem) !important;
	text-align: center;
}

.vp-pro-ed-avatar {
	align-items: center;
	background: #f2f2f2;
	border: 1px solid rgba(11, 11, 11, 0.12);
	border-radius: 999px;
	color: #0b0b0b;
	display: flex;
	font-size: 2.1rem;
	font-weight: 900;
	height: 7rem;
	justify-content: center;
	width: 7rem;
}

.vp-pro-ed-testimonial-slider blockquote {
	color: #111111 !important;
	font-size: clamp(1.1rem, 1.75vw, 1.35rem) !important;
	line-height: 1.65 !important;
	margin: 0 !important;
	max-width: 46rem !important;
}

.vp-pro-ed-testimonial-slider figcaption strong,
.vp-pro-ed-testimonial-slider figcaption span {
	color: #050505 !important;
	display: block;
	font-size: 0.84rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: uppercase;
}

.vp-pro-ed-testimonial-slider figcaption span {
	font-weight: 700;
	opacity: 0.58;
}

.vp-pro-ed-testimonial-slider .vp-hc-testimonial-controls {
	justify-content: center;
}

.vp-pro-ed-testimonial-slider .vp-hc-testimonial-controls button {
	border-color: #0b0b0b;
	color: #0b0b0b;
}

.vp-pro-ed-testimonial-slider .vp-hc-testimonial-dots button {
	background: rgba(11, 11, 11, 0.24);
	border: 0;
}

.vp-pro-ed-testimonial-slider .vp-hc-testimonial-dots button.is-active {
	background: #0b0b0b;
}

.vp-pro-ed-contact {
	border-top: 1px solid rgba(11, 11, 11, 0.12);
}

.vp-pro-ed-contact-grid {
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(3rem, 7vw, 5rem);
	text-align: center;
}

.vp-pro-ed-contact-grid a {
	color: #050505;
	display: grid;
	gap: 1.1rem;
	justify-items: center;
	text-decoration: none;
}

.vp-pro-ed-contact-grid .vp-hc-icon {
	border: 2px solid #0b0b0b;
	border-radius: 999px;
	color: #050505;
	height: 4rem;
	padding: 0.8rem;
	width: 4rem;
}

.vp-pro-ed-contact-grid span:not(.vp-hc-icon) {
	font-size: 0.84rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.vp-contact-follow-compact {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.5rem;
	width: min(34rem, 100%);
}

.vp-contact-follow-compact a {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #ffffff;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 2.8rem minmax(0, 1fr);
	min-height: 4.6rem;
	padding: 0.85rem;
	text-decoration: none;
}

.vp-contact-follow-compact a:hover,
.vp-contact-follow-compact a:focus-visible {
	background: rgba(255, 255, 255, 0.94);
	color: #0b0d0f;
}

.vp-contact-follow-mark {
	align-items: center;
	background: rgba(220, 174, 105, 0.16);
	border: 1px solid rgba(220, 174, 105, 0.45);
	display: flex;
	height: 2.8rem;
	justify-content: center;
	width: 2.8rem;
}

.vp-contact-follow-mark .vp-hc-icon {
	height: 1.2rem;
	width: 1.2rem;
}

.vp-contact-follow-compact strong,
.vp-contact-follow-compact small {
	display: block;
	line-height: 1.25;
}

.vp-contact-follow-compact strong {
	font-size: 0.98rem;
}

.vp-contact-follow-compact small {
	color: currentColor;
	font-size: 0.72rem;
	font-weight: 850;
	margin-top: 0.18rem;
	opacity: 0.68;
	text-transform: uppercase;
}

.vp-hc-contact-panel .vp-hc-icon {
	max-height: 3rem;
	max-width: 3rem;
}

@media (max-width: 980px) {
	.vp-pro-editorial .vp-pro-anchor-rail {
		display: none !important;
	}

	.vp-pro-editorial section {
		max-width: min(940px, calc(100% - 2rem));
	}

	.vp-pro-ed-skill-grid,
	.vp-pro-ed-cert-grid,
	.vp-pro-ed-contact-grid {
		grid-template-columns: 1fr;
	}

	.vp-pro-ed-proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.vp-hc-home-carousel::after {
		inset: 0.6rem;
	}

	.vp-hc-carousel-copy {
		left: 1.35rem !important;
		max-width: calc(100% - 2.7rem) !important;
	}

	.vp-hc-carousel-controls .vp-hc-carousel-arrow {
		height: 2.55rem !important;
		width: 2.55rem !important;
	}

	.vp-pro-ed-hero h1 {
		font-size: clamp(3.1rem, 17vw, 5.2rem);
	}

	.vp-pro-ed-skill-grid article {
		grid-template-columns: 4.2rem minmax(0, 1fr);
	}

	.vp-pro-ed-skill-grid .vp-hc-icon {
		height: 4.2rem;
		width: 4.2rem;
	}

	.vp-pro-ed-skill-grid .vp-hc-icon svg {
		height: 3.25rem;
		width: 3.25rem;
	}

	.vp-pro-ed-proof {
		grid-template-columns: 1fr;
	}

	.vp-contact-follow-compact {
		grid-template-columns: 1fr;
	}
}

/* 2.9.0 Command & Cinematic corrective redesign */
body.vp-forced-showcase {
	background:
		radial-gradient(circle at 14% 0%, rgba(95, 124, 255, 0.11), transparent 28rem),
		var(--vd-bg);
	color: var(--vd-text);
	font-family: Inter, Arial, Helvetica, sans-serif;
}

body.vp-forced-showcase .vp-forced-site-header {
	background: rgba(5, 6, 8, 0.82);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--vd-line);
	min-height: var(--vd-header-height);
}

body.vp-forced-showcase .vp-header-inner {
	min-height: var(--vd-header-height);
	max-width: var(--vd-max);
}

body.vp-forced-showcase .vp-forced-site-footer {
	background: #050608;
	border-top: 1px solid var(--vd-line);
	color: var(--vd-text-muted);
}

body.vp-forced-contact .vp-forced-site-footer,
body.vp-forced-home .vp-forced-site-footer {
	display: none;
}

.vd-page {
	background: var(--vd-bg);
	color: var(--vd-text);
	overflow: clip;
}

.vd-page h1,
.vd-page h2,
.vd-page h3 {
	color: var(--vd-text);
	letter-spacing: 0;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.vd-page p,
.vd-page li {
	color: var(--vd-text-muted);
	word-break: normal;
}

.vd-section {
	margin-inline: auto;
	max-width: min(var(--vd-max), calc(100% - clamp(2rem, 6vw, 7rem)));
	padding-block: clamp(72px, 9vw, 144px);
}

.vd-section-head {
	display: grid;
	gap: 1rem;
	margin-bottom: clamp(2rem, 5vw, 4.5rem);
	max-width: 62rem;
}

.vd-eyebrow {
	color: var(--vd-gold) !important;
	font-size: 0.78rem;
	font-weight: 820;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.vd-lead {
	color: var(--vd-text-muted);
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	line-height: 1.75;
	max-width: 44rem;
}

.vd-section h2,
.vd-section-head h2 {
	font-size: clamp(2.2rem, 4vw, 4.8rem);
	line-height: 0.98;
	margin: 0;
	max-width: 13ch;
}

.vd-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.vd-button {
	align-items: center;
	background: var(--vd-blue);
	border: 1px solid var(--vd-blue);
	border-radius: 999px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 850;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 3.1rem;
	padding: 0.95rem 1.25rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 220ms var(--vd-ease), border-color 220ms var(--vd-ease), color 220ms var(--vd-ease), transform 220ms var(--vd-ease);
}

.vd-button:hover,
.vd-button:focus-visible {
	background: var(--vd-text);
	border-color: var(--vd-text);
	color: var(--vd-bg) !important;
	transform: translateY(-2px);
}

.vd-button.is-secondary {
	background: transparent;
	border-color: var(--vd-line);
	color: var(--vd-text) !important;
}

.vd-button.is-text {
	background: transparent;
	border-color: transparent;
	color: var(--vd-text-muted) !important;
	padding-inline: 0.4rem;
}

.vd-button.is-secondary:hover,
.vd-button.is-secondary:focus-visible,
.vd-button.is-text:hover,
.vd-button.is-text:focus-visible {
	background: rgba(245, 240, 232, 0.08);
	border-color: rgba(245, 240, 232, 0.32);
	color: var(--vd-text) !important;
}

.vd-home-hero {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.82fr) minmax(24rem, 1.08fr);
	isolation: isolate;
	min-height: 100svh;
	overflow: hidden;
	padding: clamp(2rem, 6vw, 5rem);
	position: relative;
}

.vd-home-hero::before {
	background:
		linear-gradient(90deg, rgba(95, 124, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(95, 124, 255, 0.06) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, #000 0%, transparent 68%);
	opacity: 0.42;
	position: absolute;
	z-index: -2;
}

.vd-home-hero::after {
	background: radial-gradient(circle at 76% 38%, rgba(95, 124, 255, 0.18), transparent 24rem);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.vd-home-copy {
	display: grid;
	gap: clamp(1rem, 2.4vw, 1.8rem);
	max-width: 55rem;
}

.vd-home-copy h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.3rem, 6.5vw, 7.6rem);
	font-weight: 520;
	line-height: 0.96;
	margin: 0;
	max-width: 12ch;
}

.vd-home-visual {
	aspect-ratio: 1 / 1;
	min-height: 34rem;
	position: relative;
}

.vd-home-frame {
	background: var(--vd-surface);
	box-shadow: 0 40px 110px rgba(0, 0, 0, 0.48);
	overflow: hidden;
	position: absolute;
}

.vd-home-frame img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-home-frame.is-main {
	aspect-ratio: 4 / 5;
	inset: 4% 16% 5% 14%;
}

.vd-home-frame.is-portrait {
	aspect-ratio: 4 / 5;
	right: 0;
	top: 0;
	width: 34%;
}

.vd-home-frame.is-strip {
	aspect-ratio: 16 / 9;
	bottom: 3%;
	left: 0;
	width: 48%;
}

.vd-home-signal {
	background: rgba(5, 6, 8, 0.78);
	border-left: 3px solid var(--vd-blue);
	bottom: 15%;
	display: grid;
	gap: 0.45rem;
	padding: 1rem;
	position: absolute;
	right: 7%;
	width: min(14rem, 48%);
}

.vd-home-signal span {
	color: var(--vd-text);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vd-home-social {
	background: transparent !important;
	border: 0 !important;
	bottom: clamp(1.1rem, 3vw, 2rem) !important;
	right: clamp(1.1rem, 3vw, 2rem) !important;
	z-index: 8;
}

.vd-home-social a {
	background: rgba(255, 255, 255, 0.055) !important;
	border: 0 !important;
	color: var(--vd-text) !important;
}

.vd-scroll-cue {
	bottom: clamp(1.3rem, 3vw, 2.5rem);
	color: var(--vd-text-muted);
	font-size: 0.72rem;
	font-weight: 850;
	left: clamp(2rem, 6vw, 5rem);
	letter-spacing: 0.12em;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
}

.vd-home-paths {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: clamp(72px, 9vw, 120px);
}

.vd-path {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.02)),
		var(--vd-surface-soft);
	color: var(--vd-text);
	min-height: clamp(23rem, 38vw, 33rem);
	padding: clamp(2rem, 5vw, 4.5rem);
	position: relative;
	text-decoration: none;
}

.vd-path::after {
	background: var(--vd-blue);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0.12);
	transform-origin: left;
	transition: transform 420ms var(--vd-ease);
	width: 100%;
}

.vd-path:hover::after,
.vd-path:focus-visible::after {
	transform: scaleX(1);
}

.vd-path h2 {
	font-size: clamp(2.5rem, 5vw, 5.6rem);
	line-height: 0.92;
	margin: 0 0 1.25rem;
	max-width: 11ch;
}

.vd-path p {
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	line-height: 1.7;
	max-width: 34rem;
}

.vd-proof-strip {
	border-block: 1px solid var(--vd-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: auto;
	max-width: var(--vd-max);
}

.vd-proof-strip article {
	padding: clamp(1.5rem, 4vw, 3rem);
	text-align: center;
}

.vd-proof-strip article + article {
	border-left: 1px solid var(--vd-line);
}

.vd-proof-strip .vp-hc-metric-value,
.vd-proof-strip article > span {
	color: var(--vd-text) !important;
	display: block;
	font-size: clamp(2.5rem, 5vw, 5rem);
	font-weight: 360;
	line-height: 0.95;
}

.vd-proof-strip strong {
	color: var(--vd-text-muted);
	display: block;
	font-size: 0.78rem;
	font-weight: 830;
	line-height: 1.4;
	margin-top: 0.7rem;
	text-transform: uppercase;
}

.vd-home-testimonial {
	max-width: min(980px, calc(100% - clamp(2rem, 8vw, 10rem)));
}

.vd-home-testimonial blockquote {
	color: var(--vd-text);
	font-size: clamp(1.8rem, 4vw, 4.4rem);
	line-height: 1.08;
	margin: 1rem 0;
	text-wrap: balance;
}

.vd-home-testimonial cite {
	color: var(--vd-gold);
	font-style: normal;
	font-weight: 850;
	text-transform: uppercase;
}

.vd-home-photo-strip {
	display: grid;
	gap: 1px;
	grid-template-columns: 1.2fr 0.8fr 1fr 0.9fr;
	margin-inline: auto;
	max-width: var(--vd-max);
	padding-inline: clamp(1rem, 3vw, 2rem);
}

.vd-home-photo-strip figure {
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.vd-home-photo-strip figure:nth-child(even) {
	margin-top: 4rem;
}

.vd-home-photo-strip img {
	filter: saturate(0.94) contrast(1.05);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-final-cta {
	text-align: center;
}

.vd-final-cta h2 {
	margin-inline: auto;
	max-width: 16ch;
}

.vd-final-cta .vd-actions {
	justify-content: center;
	margin-top: 1.5rem;
}

.vd-professional-page {
	background:
		radial-gradient(circle at 84% 6%, rgba(95, 124, 255, 0.12), transparent 24rem),
		var(--vd-bg);
}

.vd-professional-shell {
	align-items: start;
	display: grid;
	gap: clamp(40px, 6vw, 96px);
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	margin-inline: auto;
	max-width: min(var(--vd-max), calc(100% - clamp(2rem, 6vw, 7rem)));
	padding-block: clamp(56px, 8vw, 104px);
}

.vd-professional-rail {
	align-self: start;
	display: grid;
	gap: 0.7rem;
	max-height: calc(100svh - var(--vd-header-height) - 64px);
	overflow: auto;
	position: sticky;
	top: calc(var(--vd-header-height) + 32px);
}

.vd-professional-rail::before {
	background: linear-gradient(var(--vd-blue), transparent);
	content: "";
	height: 7rem;
	margin-bottom: 0.7rem;
	width: 1px;
}

.vd-professional-rail a {
	color: var(--vd-text-muted);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	padding-block: 0.38rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms var(--vd-ease), transform 180ms var(--vd-ease);
}

.vd-professional-rail a.is-active,
.vd-professional-rail a:hover,
.vd-professional-rail a:focus-visible {
	color: var(--vd-text);
	transform: translateX(0.35rem);
}

.vd-professional-rail a.is-active {
	color: var(--vd-blue);
}

.vd-professional-content {
	min-width: 0;
}

.vd-pro-hero,
.vd-pro-section {
	scroll-margin-top: calc(var(--vd-header-height) + 2rem);
}

.vd-pro-hero {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
	min-height: calc(100svh - var(--vd-header-height) - 64px);
	padding-bottom: clamp(2rem, 5vw, 5rem);
	position: relative;
}

.vd-pro-hero-copy h1 {
	font-size: clamp(2.8rem, 5.2vw, 5.8rem);
	font-weight: 860;
	line-height: 1;
	margin: 0 0 1.4rem;
	max-width: 14ch;
}

.vd-pro-blueprint {
	aspect-ratio: 1 / 1;
	background:
		linear-gradient(90deg, rgba(95, 124, 255, 0.14) 1px, transparent 1px),
		linear-gradient(180deg, rgba(95, 124, 255, 0.14) 1px, transparent 1px),
		radial-gradient(circle at 50% 50%, rgba(95, 124, 255, 0.16), transparent 56%),
		var(--vd-surface-soft);
	background-size: 44px 44px, 44px 44px, auto, auto;
	border-radius: var(--vd-radius-lg);
	position: relative;
}

.vd-pro-blueprint span {
	background: var(--vd-blue);
	border-radius: 999px;
	box-shadow: 0 0 0 10px var(--vd-blue-soft);
	height: 0.62rem;
	position: absolute;
	width: 0.62rem;
}

.vd-pro-blueprint span:nth-child(1) {
	left: 24%;
	top: 28%;
}

.vd-pro-blueprint span:nth-child(2) {
	right: 22%;
	top: 34%;
}

.vd-pro-blueprint span:nth-child(3) {
	bottom: 24%;
	left: 34%;
}

.vd-pro-blueprint span:nth-child(4) {
	bottom: 18%;
	right: 26%;
}

.vd-pro-section {
	border-top: 1px solid var(--vd-line);
	padding-block: clamp(72px, 9vw, 132px);
}

.vd-pro-profile-grid {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(16rem, 0.45fr) minmax(0, 1fr);
}

.vd-pro-profile-grid figure {
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.vd-pro-profile-grid img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-pro-profile-grid p {
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 1.8;
}

.vd-pro-profile-grid ul {
	display: grid;
	gap: 0.8rem;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.vd-pro-profile-grid li {
	align-items: baseline;
	border-top: 1px solid var(--vd-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: 7rem minmax(0, 1fr);
	padding-top: 0.8rem;
}

.vd-pro-profile-grid li strong {
	color: var(--vd-gold);
	font-size: 0.78rem;
	text-transform: uppercase;
}

.vd-pro-profile-grid li span {
	color: var(--vd-text);
}

.vd-pro-expertise-grid {
	display: grid;
	gap: clamp(1.2rem, 2.5vw, 2rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vd-pro-expertise-grid article {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
	border-radius: var(--vd-radius-md);
	min-height: 20rem;
	padding: clamp(1.3rem, 3vw, 2rem);
}

.vd-pro-expertise-grid .vp-hc-icon {
	color: var(--vd-blue);
	display: block;
	height: 2rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
	width: 2rem;
}

.vd-pro-expertise-grid .vp-hc-icon svg {
	height: 100%;
	width: 100%;
}

.vd-pro-expertise-grid h3 {
	font-size: clamp(1.2rem, 2vw, 2rem);
	line-height: 1.08;
	margin: 0 0 1rem;
	max-width: 13ch;
}

.vd-pro-expertise-grid p {
	font-size: 0.96rem;
	line-height: 1.7;
}

.vd-pro-proof {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vd-pro-proof article {
	background: rgba(255, 255, 255, 0.04);
	display: grid;
	gap: 0.75rem;
	min-height: 14rem;
	padding: 1.4rem;
}

.vd-pro-proof .vp-hc-icon {
	color: var(--vd-gold);
	height: 1.45rem;
	width: 1.45rem;
}

.vd-pro-proof .vp-hc-metric-value {
	color: var(--vd-text) !important;
	font-size: clamp(2.8rem, 5vw, 5rem);
	font-weight: 340;
	line-height: 0.9;
}

.vd-pro-proof strong {
	color: var(--vd-text-muted);
	font-size: 0.74rem;
	line-height: 1.45;
	text-transform: uppercase;
}

.vd-pro-cert-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vd-pro-cert-grid article {
	background: rgba(255, 255, 255, 0.04);
	display: grid;
	gap: 1rem;
	min-height: 13rem;
	padding: 1.2rem;
}

.vd-pro-cert-grid .vp-hc-icon {
	color: var(--vd-blue);
	height: 1.8rem;
	width: 1.8rem;
}

.vd-pro-cert-grid strong {
	align-self: end;
	color: var(--vd-text);
	font-size: 0.86rem;
	line-height: 1.45;
	text-transform: uppercase;
}

.vd-testimonial-slider {
	background: transparent !important;
	border: 0 !important;
	margin-top: 2rem;
	padding: 0 !important;
}

.vd-testimonial-slider .vp-hc-testimonial-track {
	min-height: clamp(19rem, 31vw, 27rem);
}

.vd-testimonial-slider figure {
	background: transparent !important;
	padding: 0 !important;
}

.vd-testimonial-slider blockquote {
	color: var(--vd-text) !important;
	font-size: clamp(1.7rem, 3.2vw, 3.6rem) !important;
	line-height: 1.12 !important;
	max-width: 22ch;
}

.vd-testimonial-slider figcaption strong {
	color: var(--vd-gold) !important;
}

.vd-social-page {
	background: var(--vd-bg);
}

.vd-social-hero,
.vd-social-launchpad,
.vd-social-shop {
	margin-inline: auto;
	max-width: min(var(--vd-max), calc(100% - clamp(2rem, 6vw, 7rem)));
}

.vd-social-hero {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.78fr) minmax(18rem, 1fr);
	min-height: calc(100svh - var(--vd-header-height));
	padding-block: clamp(64px, 8vw, 128px);
}

.vd-social-copy h1,
.vd-photo-hero-copy h1,
.vd-contact-copy h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 5.6vw, 6.2rem);
	font-weight: 520;
	line-height: 1;
	margin: 0 0 1.2rem;
	max-width: 13ch;
}

.vd-social-icons {
	margin-top: 1.6rem;
	position: static !important;
}

.vd-social-icons a {
	background: rgba(255, 255, 255, 0.055) !important;
	border: 0 !important;
	color: var(--vd-text) !important;
}

.vd-social-collage {
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr 0.72fr;
}

.vd-social-collage figure {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.vd-social-collage figure.is-large {
	aspect-ratio: 4 / 5;
	grid-row: span 2;
}

.vd-social-collage img,
.vd-photo-reel img {
	filter: saturate(0.95) contrast(1.06);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-social-launchpad {
	align-items: start;
	border-block: 1px solid var(--vd-line);
	display: grid;
	gap: clamp(1.5rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
	padding-block: clamp(56px, 8vw, 112px);
}

.vd-social-launchpad h2,
.vd-social-shop h2 {
	font-size: clamp(2.2rem, 4vw, 4.8rem);
	line-height: 1;
	margin: 0;
	max-width: 11ch;
}

.vd-social-link-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vd-social-link-list a {
	background: rgba(255, 255, 255, 0.045);
	color: var(--vd-text);
	display: grid;
	gap: 1rem;
	min-height: 12rem;
	padding: 1.2rem;
	text-decoration: none;
}

.vd-social-link-list a:hover,
.vd-social-link-list a:focus-visible {
	background: rgba(95, 124, 255, 0.14);
}

.vd-social-link-list .vp-hc-icon {
	color: var(--vd-gold);
	height: 1.35rem;
	width: 1.35rem;
}

.vd-social-link-list strong {
	align-self: end;
	font-size: 1.15rem;
}

.vd-social-link-list em {
	color: var(--vd-text-muted);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 850;
	text-transform: uppercase;
}

.vd-social-live .vp-hc-feed-grid,
.vd-social-shop {
	display: grid;
	gap: clamp(1.2rem, 3vw, 2rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vd-social-live .vp-hc-feed-card,
.vd-social-shop .vp-hc-amazon-showcase {
	background: rgba(255, 255, 255, 0.045) !important;
	border: 0 !important;
	border-radius: var(--vd-radius-md);
	color: var(--vd-text);
}

.vd-social-shop {
	align-items: center;
	border-top: 1px solid var(--vd-line);
	padding-block: clamp(72px, 9vw, 144px);
}

.vd-photo-page {
	background: var(--vd-bg);
}

.vd-photo-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-height: calc(100svh - var(--vd-header-height));
	position: relative;
}

.vd-photo-hero-image {
	inset: 0;
	position: absolute;
}

.vd-photo-hero-image::after {
	background:
		linear-gradient(90deg, rgba(5, 6, 8, 0.92), rgba(5, 6, 8, 0.34) 58%, rgba(5, 6, 8, 0.12)),
		linear-gradient(0deg, rgba(5, 6, 8, 0.86), transparent 55%);
	content: "";
	inset: 0;
	position: absolute;
}

.vd-photo-hero-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-photo-hero-copy {
	align-self: end;
	max-width: min(820px, calc(100% - clamp(2rem, 10vw, 12rem)));
	padding: clamp(7rem, 12vw, 12rem) clamp(1.5rem, 6vw, 6rem);
	position: relative;
	z-index: 2;
}

.vd-photo-reel {
	display: grid;
	gap: 1px;
	grid-template-columns: 1.25fr 0.75fr 1fr;
	margin-inline: auto;
	max-width: var(--vd-max);
	padding: clamp(1rem, 3vw, 2rem);
}

.vd-photo-reel figure {
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.vd-photo-reel figure:nth-child(2) {
	aspect-ratio: 3 / 4;
	margin-top: clamp(2rem, 6vw, 5rem);
}

.vd-photo-intro {
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	padding-top: clamp(48px, 7vw, 96px);
}

.vd-photo-intro > p {
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
	line-height: 1.8;
}

.vd-photo-gallery .vp-hc-masonry {
	gap: 1px;
}

.vd-photo-gallery .vp-hc-masonry figure {
	border-radius: 0;
}

.vd-contact-page {
	min-height: calc(100svh - var(--vd-header-height));
}

.vd-contact-hero {
	isolation: isolate;
	min-height: calc(100svh - var(--vd-header-height));
	padding: clamp(1rem, 3vw, 2rem);
	position: relative;
}

.vd-contact-bg {
	inset: 0;
	position: absolute;
	z-index: -2;
}

.vd-contact-bg::after {
	background: rgba(5, 6, 8, 0.78);
	content: "";
	inset: 0;
	position: absolute;
}

.vd-contact-bg img {
	filter: saturate(0.72) brightness(0.7);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-contact-shell {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.78fr) minmax(22rem, 1fr);
	margin-inline: auto;
	max-width: var(--vd-max);
	min-height: calc(100svh - var(--vd-header-height) - 4rem);
}

.vd-contact-copy {
	display: grid;
	gap: 1rem;
}

.vd-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1rem;
}

.vd-contact-stage {
	min-height: min(35rem, calc(100svh - var(--vd-header-height) - 7rem));
	position: relative;
}

.vd-contact-panel {
	background: linear-gradient(135deg, rgba(17, 21, 26, 0.88), rgba(17, 21, 26, 0.62));
	border-radius: var(--vd-radius-lg);
	inset: 0;
	opacity: 0;
	padding: clamp(1.3rem, 4vw, 3rem);
	pointer-events: none;
	position: absolute;
	transform: translateY(12px);
	transition: opacity 240ms var(--vd-ease), transform 240ms var(--vd-ease);
}

.vd-contact-panel.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.vd-contact-panel-head {
	align-items: center;
	display: flex;
	gap: 0.9rem;
	margin-bottom: 1.2rem;
}

.vd-contact-panel-head .vp-hc-icon {
	color: var(--vd-gold);
	height: 1.45rem;
	width: 1.45rem;
}

.vd-contact-panel h2 {
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1;
	margin: 0;
}

.vd-contact-calendar-frame {
	border-radius: var(--vd-radius-md);
	height: clamp(18rem, 45vh, 27rem);
	margin-top: 1.2rem;
	overflow: hidden;
}

.vd-contact-empty {
	align-content: center;
	background: rgba(255, 255, 255, 0.045);
	border-radius: var(--vd-radius-md);
	display: grid;
	gap: 0.8rem;
	min-height: 16rem;
	padding: 1.4rem;
}

.vd-contact-empty .vp-hc-icon {
	color: var(--vd-blue);
	height: 1.8rem;
	width: 1.8rem;
}

.vd-contact-empty strong {
	color: var(--vd-text);
	font-size: 1.2rem;
}

.vd-contact-empty span {
	color: var(--vd-text-muted);
	line-height: 1.55;
}

.vd-contact-page .vp-contact-follow-compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.vd-contact-page .vp-contact-follow-compact a {
	background: rgba(255, 255, 255, 0.045);
	border: 0;
	border-radius: var(--vd-radius-md);
}

.vd-contact-footer {
	bottom: 1rem;
	color: var(--vd-text-muted);
	font-size: 0.9rem;
	left: clamp(1rem, 3vw, 2rem);
	margin: 0;
	position: absolute;
	z-index: 3;
}

@media (prefers-reduced-motion: no-preference) {
	.vd-home-copy,
	.vd-home-frame,
	.vd-pro-hero-copy,
	.vd-social-copy,
	.vd-social-collage,
	.vd-photo-hero-copy,
	.vd-contact-copy,
	.vd-contact-stage {
		animation: vd-rise 720ms var(--vd-ease) both;
	}

	.vd-home-frame.is-portrait,
	.vd-social-collage figure:nth-child(2) {
		animation-delay: 90ms;
	}

	.vd-home-frame.is-strip,
	.vd-social-collage figure:nth-child(3) {
		animation-delay: 170ms;
	}
}

@keyframes vd-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1120px) {
	.vd-home-hero,
	.vd-social-hero,
	.vd-contact-shell,
	.vd-pro-hero {
		grid-template-columns: 1fr;
	}

	.vd-home-visual {
		min-height: 26rem;
	}

	.vd-professional-shell {
		grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	}

	.vd-pro-expertise-grid,
	.vd-social-live .vp-hc-feed-grid,
	.vd-social-shop,
	.vd-photo-intro {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.vd-section {
		padding-block: clamp(56px, 8vw, 96px);
	}

	.vd-home-hero,
	.vd-social-hero {
		min-height: auto;
		padding-block: 5rem 3rem;
	}

	.vd-home-copy h1,
	.vd-social-copy h1,
	.vd-photo-hero-copy h1,
	.vd-contact-copy h1,
	.vd-pro-hero-copy h1 {
		font-size: clamp(3rem, 14vw, 5.4rem);
	}

	.vd-home-paths,
	.vd-proof-strip,
	.vd-home-photo-strip,
	.vd-social-launchpad,
	.vd-social-link-list,
	.vd-pro-proof,
	.vd-pro-cert-grid,
	.vd-photo-reel {
		grid-template-columns: 1fr;
	}

	.vd-proof-strip article + article {
		border-left: 0;
		border-top: 1px solid var(--vd-line);
	}

	.vd-home-photo-strip figure:nth-child(even),
	.vd-photo-reel figure:nth-child(2) {
		margin-top: 0;
	}

	.vd-professional-shell {
		display: block;
		max-width: calc(100% - 2rem);
		padding-block: 3rem;
	}

	.vd-professional-rail {
		background: rgba(5, 6, 8, 0.86);
		display: flex;
		gap: 1rem;
		margin-bottom: 2rem;
		overflow-x: auto;
		padding-block: 0.7rem;
		position: sticky;
		top: var(--vd-header-height);
		z-index: 20;
	}

	.vd-professional-rail::before {
		display: none;
	}

	.vd-professional-rail a {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.vd-professional-rail a.is-active,
	.vd-professional-rail a:hover,
	.vd-professional-rail a:focus-visible {
		transform: none;
	}

	.vd-pro-profile-grid,
	.vd-contact-page .vp-contact-follow-compact {
		grid-template-columns: 1fr;
	}

	.vd-contact-hero,
	.vd-contact-shell {
		min-height: auto;
	}

	.vd-contact-stage {
		min-height: 32rem;
	}

	.vd-contact-footer {
		position: static;
		padding: 1rem;
	}
}

@media (max-width: 560px) {
	.vd-home-hero,
	.vd-contact-hero {
		padding-inline: 1rem;
	}

	.vd-home-visual {
		min-height: 22rem;
	}

	.vd-home-frame.is-main {
		inset: 0 12% 8% 3%;
	}

	.vd-home-frame.is-portrait {
		width: 42%;
	}

	.vd-home-frame.is-strip {
		width: 56%;
	}

	.vd-scroll-cue {
		display: none;
	}

	.vd-photo-hero-copy {
		max-width: calc(100% - 2rem);
		padding-inline: 1rem;
	}
}

/* 2.10.0 live-readiness: navigation, scrolling, and icon polish */
body.vp-forced-home {
	display: flex;
	flex-direction: column;
	height: 100svh !important;
	min-height: 100svh;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

body.vp-forced-home .vp-forced-showcase-main {
	flex: 1 1 auto;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.vp-forced-showcase .vp-forced-site-header {
	background: rgba(5, 6, 8, 0.88) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--vd-line);
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.vp-forced-showcase .vp-header-inner {
	gap: 1.5rem;
	max-width: var(--vd-max) !important;
	min-height: var(--vd-header-height);
	padding-block: 0 !important;
}

body.vp-forced-showcase .vp-forced-brand {
	flex: 0 0 auto;
	gap: 0;
}

body.vp-forced-showcase .vp-forced-brand .vp-site-title {
	display: none;
}

.vp-forced-nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: clamp(0.35rem, 1.2vw, 0.95rem);
	justify-content: flex-end;
	min-width: 0;
}

.vp-forced-nav a {
	border-radius: 999px;
	color: var(--vd-text-muted);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 0.76rem 0.9rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms var(--vd-ease), color 180ms var(--vd-ease);
	white-space: nowrap;
}

.vp-forced-nav a:hover,
.vp-forced-nav a:focus-visible,
.vp-forced-nav a.is-active {
	background: rgba(245, 240, 232, 0.08);
	color: var(--vd-text);
}

.vd-home-hero::before,
.vd-home-hero::after,
.vd-photo-hero-image::after,
.vd-contact-bg::after {
	pointer-events: none;
}

.vd-home-copy,
.vd-actions,
.vd-home-visual,
.vd-scroll-cue,
.vd-home-social,
.vd-path,
.vd-final-cta {
	position: relative;
	z-index: 2;
}

.vd-home-hero {
	height: 100%;
	min-height: 0;
}

body.vp-forced-home .vd-home > section:not(.vd-home-hero) {
	display: none !important;
}

body.vp-forced-home .vd-home {
	height: 100%;
	overflow: hidden;
}

body.vp-forced-home .vd-home-hero {
	grid-template-columns: minmax(0, 0.76fr) minmax(22rem, 0.92fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	padding: clamp(1.35rem, 3.2vw, 3rem) clamp(2rem, 5vw, 4.8rem);
}

body.vp-forced-home .vd-home-copy {
	position: relative;
}

body.vp-forced-home .vd-home-copy::before {
	background: linear-gradient(90deg, rgba(5, 6, 8, 0.55), rgba(5, 6, 8, 0.14)), url("../images/profile-portrait.jpeg") center / cover no-repeat;
	content: "";
	filter: grayscale(1) contrast(1.05);
	inset: -8% -4% -8% 28%;
	mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 72%, transparent 100%);
	opacity: 0.24;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

body.vp-forced-home .vd-home-copy h1 {
	font-size: clamp(3.2rem, 5.4vw, 5.9rem);
	line-height: 0.94;
	max-width: 11.5ch;
}

body.vp-forced-home .vd-lead {
	line-height: 1.62;
	max-width: 38rem;
}

body.vp-forced-home .vd-home-visual {
	height: min(58vh, 35rem);
	min-height: 0;
}

body.vp-forced-home .vd-home-frame.is-strip,
body.vp-forced-home .vd-home-signal {
	display: none !important;
}

body.vp-forced-home .vd-home-frame.is-main {
	inset: 8% 12% 3% 5%;
}

body.vp-forced-home .vd-home-frame.is-portrait {
	right: 0;
	top: 2%;
	width: 32%;
}

.vd-path {
	background:
		linear-gradient(135deg, rgba(95, 124, 255, 0.12), rgba(198, 165, 106, 0.045)),
		#0b0f14 !important;
	color: var(--vd-text) !important;
}

.vd-path h2 {
	color: var(--vd-text) !important;
}

.vd-path p {
	color: rgba(245, 240, 232, 0.72) !important;
}

.vp-hc-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 1em;
	justify-content: center;
	line-height: 1;
	width: 1em;
}

.vp-hc-icon svg {
	display: block;
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
	width: 100%;
}

.vp-hc-social-icons {
	pointer-events: auto;
}

.vp-hc-social-icons a,
.vd-home-social a,
.vd-social-icons a,
.vp-footer-social a {
	align-items: center;
	border: 0 !important;
	box-shadow: none !important;
	display: inline-flex;
	height: 2.45rem !important;
	justify-content: center;
	padding: 0 !important;
	width: 2.45rem !important;
}

.vp-hc-social-icons a .vp-hc-icon,
.vp-footer-social a .vp-hc-icon {
	height: 1.05rem;
	width: 1.05rem;
}

.vd-social-link-list .vp-hc-icon,
.vd-pro-proof .vp-hc-icon,
.vd-pro-cert-grid .vp-hc-icon,
.vd-contact-panel-head .vp-hc-icon,
.vp-contact-follow-mark .vp-hc-icon {
	height: 1.35rem;
	width: 1.35rem;
}

.vd-pro-expertise-grid .vp-hc-icon {
	background: rgba(95, 124, 255, 0.11);
	border-radius: 999px;
	color: var(--vd-blue);
	height: 3rem;
	margin-bottom: clamp(1.2rem, 2.4vw, 2rem);
	padding: 0.72rem;
	width: 3rem;
}

.vd-pro-video {
	padding-top: clamp(48px, 7vw, 88px);
}

.vd-pro-video-frame {
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(135deg, rgba(95, 124, 255, 0.14), rgba(245, 240, 232, 0.035)),
		#0b0f14;
	border: 1px solid rgba(245, 240, 232, 0.1);
	border-radius: var(--vd-radius-lg);
	box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
	overflow: hidden;
	width: min(100%, 980px);
}

.vd-pro-video-frame iframe,
.vd-pro-video-frame video {
	border: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-pro-proof article,
.vd-pro-cert-grid article,
.vd-social-link-list a,
.vd-contact-page .vp-contact-follow-compact a {
	background: rgba(255, 255, 255, 0.038) !important;
	border: 1px solid rgba(245, 240, 232, 0.08);
}

.vd-pro-proof article:hover,
.vd-pro-cert-grid article:hover,
.vd-social-link-list a:hover,
.vd-social-link-list a:focus-visible,
.vd-contact-page .vp-contact-follow-compact a:hover,
.vd-contact-page .vp-contact-follow-compact a:focus-visible {
	background: rgba(95, 124, 255, 0.11) !important;
	border-color: rgba(95, 124, 255, 0.28);
}

.vp-contact-follow-mark {
	background: transparent;
	border: 0;
	color: var(--vd-gold);
	height: 2.2rem;
	width: 2.2rem;
}

@media (max-width: 820px) {
	body.vp-forced-showcase .vp-header-inner {
		flex-wrap: wrap;
		gap: 0.8rem;
		padding-block: 0.75rem;
	}

	.vp-forced-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 0.15rem;
		width: 100%;
	}

	.vp-forced-nav a {
		font-size: 0.7rem;
		padding: 0.68rem 0.78rem;
	}

	.vd-home-hero {
		align-content: start;
		height: 100%;
		min-height: 0;
		overflow: hidden;
		padding-top: clamp(2rem, 7vw, 4rem);
	}

	body.vp-forced-home .vd-home-hero {
		grid-template-columns: 1fr;
		padding: clamp(1.4rem, 5vw, 2rem);
	}

	body.vp-forced-home .vd-home-copy {
		gap: 1rem;
	}

	body.vp-forced-home .vd-home-copy h1 {
		font-size: clamp(2.8rem, 12vw, 4.25rem);
		line-height: 0.95;
		max-width: 10ch;
	}

	body.vp-forced-home .vd-home-copy::before {
		inset: 0 -6% 4% 26%;
		opacity: 0.2;
	}

	body.vp-forced-home .vd-lead {
		font-size: 1rem;
		line-height: 1.55;
		max-width: 32rem;
	}

	body.vp-forced-home .vd-home-visual,
	body.vp-forced-home .vd-scroll-cue,
	body.vp-forced-home .vd-home-social {
		display: none !important;
	}
}

@media (max-width: 520px) {
	body.vp-forced-showcase .vp-header-inner {
		gap: 0.55rem;
	}

	.vp-forced-nav {
		gap: 0.12rem;
		justify-content: space-between;
		overflow: hidden;
	}

	.vp-forced-nav a {
		font-size: clamp(0.52rem, 2.25vw, 0.62rem);
		letter-spacing: 0.02em;
		padding: 0.58rem 0.34rem;
	}
}

/* 2.13.0 Precision Atlas final completion layer */
html {
	overflow-x: hidden;
}

body.vp-forced-showcase {
	background:
		linear-gradient(rgba(244, 239, 231, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(244, 239, 231, 0.026) 1px, transparent 1px),
		radial-gradient(circle at 80% 0%, rgba(95, 124, 255, 0.16), transparent 30rem),
		var(--vd-bg) !important;
	background-size: 96px 96px, 96px 96px, auto, auto;
	color: var(--vd-ink);
}

body.vp-forced-showcase .vp-forced-site-header {
	background: rgba(5, 6, 8, 0.74) !important;
	border-bottom: 1px solid var(--vd-line-soft);
}

body.vp-forced-showcase.admin-bar .vp-forced-site-header {
	top: 32px;
}

body.vp-forced-showcase .vp-header-inner {
	width: var(--vd-page);
}

body.vp-forced-showcase .vp-forced-brand-mark {
	border-color: rgba(244, 239, 231, 0.18);
	box-shadow: 0 0 0 1px rgba(95, 124, 255, 0.18) inset;
	height: 3rem;
	width: 3rem;
}

.vp-forced-nav {
	gap: clamp(0.25rem, 1.2vw, 1rem);
}

.vp-forced-nav a {
	background: transparent;
	border-radius: 0;
	color: var(--vd-ink-faint);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	padding: 0.72rem 0.35rem;
	position: relative;
}

.vp-forced-nav a::after {
	background: var(--vd-gold);
	bottom: 0.42rem;
	content: "";
	height: 1px;
	left: 0.35rem;
	opacity: 0;
	position: absolute;
	right: 0.35rem;
	transform: scaleX(0.35);
	transition: opacity 180ms var(--vd-ease), transform 180ms var(--vd-ease);
}

.vp-forced-nav a:hover,
.vp-forced-nav a:focus-visible,
.vp-forced-nav a.is-active {
	background: transparent;
	color: var(--vd-ink);
}

.vp-forced-nav a:hover::after,
.vp-forced-nav a:focus-visible::after,
.vp-forced-nav a.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.vd-page {
	background: transparent;
	overflow: visible;
}

.vd-button,
.vp-hc-button {
	border-radius: 999px;
	font-size: 0.78rem;
	letter-spacing: 0.05em;
	min-height: 3.1rem;
	padding-inline: 1.25rem;
	text-transform: uppercase;
}

.vd-button.is-secondary {
	background: rgba(255, 255, 255, 0.035);
	border-color: rgba(244, 239, 231, 0.16);
}

.vd-button.is-text {
	background: transparent;
	border-color: transparent;
	color: var(--vd-ink-soft);
}

.vp-hc-social-icons {
	gap: 0.18rem;
}

.vp-hc-social-icons a,
.vd-home-social a,
.vd-social-icons a,
.vp-footer-social a {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: var(--vd-ink-soft) !important;
	height: 2.4rem !important;
	opacity: 0.9;
	width: 2.4rem !important;
}

.vp-hc-social-icons a:hover,
.vp-hc-social-icons a:focus-visible,
.vd-home-social a:hover,
.vd-home-social a:focus-visible,
.vd-social-icons a:hover,
.vd-social-icons a:focus-visible,
.vp-footer-social a:hover,
.vp-footer-social a:focus-visible {
	background: transparent !important;
	color: var(--vd-gold) !important;
	opacity: 1;
	transform: translateY(-2px);
}

body.vp-forced-home {
	height: 100svh !important;
	min-height: 100svh !important;
	overflow: hidden !important;
}

body.vp-forced-home .vp-forced-showcase-main {
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.vp-forced-home .vd-home,
body.vp-forced-home .vd-home-hero {
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

body.vp-forced-home .vd-home-hero {
	align-items: center;
	grid-template-columns: minmax(0, 0.82fr) minmax(24rem, 0.9fr);
	padding: clamp(1.4rem, 3.5vw, 3.25rem) clamp(1.5rem, 5vw, 4.8rem);
}

body.vp-forced-home .vd-home-copy {
	max-width: 42rem;
}

body.vp-forced-home .vd-home-copy::before {
	background:
		linear-gradient(90deg, rgba(5, 6, 8, 0.32), rgba(5, 6, 8, 0.08)),
		url("../images/profile-portrait.jpeg") center / cover no-repeat;
	filter: grayscale(1) contrast(1.08);
	inset: -12% -12% -12% 16%;
	mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 72%, transparent 100%);
	opacity: 0.27;
}

body.vp-forced-home .vd-home-copy h1 {
	font-size: clamp(3.65rem, 6vw, 6.85rem);
	line-height: 0.9;
	max-width: 10.8ch;
}

body.vp-forced-home .vd-lead {
	color: var(--vd-ink-soft);
	font-size: clamp(0.98rem, 1.15vw, 1.12rem);
	max-width: 34rem;
}

body.vp-forced-home .vd-home-visual {
	height: min(66vh, 43rem);
	min-height: 27rem;
}

body.vp-forced-home .vd-home-frame.is-main {
	border-radius: 0;
	box-shadow: var(--vd-shadow-media);
	inset: 5% 7% 0 2%;
}

body.vp-forced-home .vd-home-frame.is-portrait {
	border-radius: 0;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
	right: 0;
	top: 0;
	width: 31%;
}

body.vp-forced-home .vd-home-frame.is-strip,
body.vp-forced-home .vd-home-signal,
body.vp-forced-home .vd-scroll-cue,
body.vp-forced-home .vd-home > section:not(.vd-home-hero) {
	display: none !important;
}

body.vp-forced-home .vd-home-social {
	bottom: clamp(0.8rem, 2vw, 1.4rem);
	right: clamp(1rem, 3vw, 2rem);
}

.vd-professional-page {
	overflow: visible;
}

.vd-professional-shell {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(12rem, 14rem) minmax(0, 1fr);
	margin-inline: auto;
	max-width: var(--vd-page);
	overflow: visible;
	padding-block: clamp(1.75rem, 4vw, 4rem) clamp(4rem, 8vw, 8rem);
	width: var(--vd-page);
}

.vd-professional-rail {
	align-self: start;
	background: transparent;
	border: 0;
	display: grid;
	gap: 0.45rem;
	min-height: 0;
	overflow: visible;
	padding: clamp(0.75rem, 1.8vw, 1.15rem) 0;
	position: sticky;
	top: calc(var(--vd-header-height) + 1.4rem);
	z-index: 30;
}

.admin-bar .vd-professional-rail {
	top: calc(var(--vd-header-height) + 33px + 1.4rem);
}

.vd-professional-rail::before {
	background: linear-gradient(var(--vd-gold), rgba(95, 124, 255, 0.18));
	border-radius: 999px;
	bottom: 0.7rem;
	content: "";
	left: 0;
	position: absolute;
	top: 0.7rem;
	width: 1px;
}

.vd-professional-rail a {
	color: var(--vd-ink-faint);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 0.62rem 0 0.62rem 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
	transform: none;
}

.vd-professional-rail a.is-active,
.vd-professional-rail a:hover,
.vd-professional-rail a:focus-visible {
	color: var(--vd-ink);
	transform: translateX(0.35rem);
}

.vd-professional-content {
	overflow-x: clip;
	min-width: 0;
}

.vd-pro-hero {
	background:
		linear-gradient(rgba(244, 239, 231, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(244, 239, 231, 0.035) 1px, transparent 1px),
		linear-gradient(135deg, rgba(95, 124, 255, 0.1), rgba(199, 166, 106, 0.035)),
		rgba(255, 255, 255, 0.035);
	background-size: 44px 44px, 44px 44px, auto, auto;
	border: 1px solid var(--vd-line-soft);
	border-radius: var(--vd-radius-lg);
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 0.86fr) minmax(16rem, 0.46fr);
	min-height: min(620px, calc(100svh - var(--vd-header-height) - 3.5rem));
	overflow: hidden;
	padding: clamp(1.8rem, 5vw, 4rem);
}

.vd-pro-hero-copy h1 {
	font-size: clamp(2.85rem, 5.2vw, 6.15rem);
	line-height: 0.94;
	max-width: 12ch;
}

.vd-pro-blueprint {
	align-self: stretch;
	background:
		radial-gradient(circle at 38% 32%, rgba(95, 124, 255, 0.34), transparent 0.38rem),
		radial-gradient(circle at 64% 54%, rgba(199, 166, 106, 0.34), transparent 0.34rem),
		linear-gradient(135deg, rgba(244, 239, 231, 0.08), rgba(244, 239, 231, 0.018));
	border: 1px solid var(--vd-line);
	border-radius: var(--vd-radius-md);
	box-shadow: inset 0 0 0 1px rgba(95, 124, 255, 0.08);
	justify-self: end;
	min-height: 20rem;
	overflow: hidden;
	position: relative;
	width: min(100%, 28rem);
}

.vd-pro-blueprint::before,
.vd-pro-blueprint::after {
	background: linear-gradient(90deg, transparent, rgba(244, 239, 231, 0.18), transparent);
	content: "";
	height: 1px;
	left: 11%;
	position: absolute;
	right: 11%;
	top: 38%;
}

.vd-pro-blueprint::after {
	top: 62%;
	transform: rotate(-24deg);
}

.vd-pro-section {
	padding-block: clamp(3rem, 7vw, 6.5rem);
}

.vd-pro-profile-grid,
.vd-pro-expertise-grid {
	gap: clamp(1rem, 2vw, 1.4rem);
}

.vd-pro-profile-grid figure,
.vd-social-collage figure,
.vd-photo-reel figure,
.vd-photo-gallery .vp-hc-masonry figure {
	box-shadow: var(--vd-shadow-media);
}

.vd-pro-expertise-grid article,
.vd-pro-cert-grid article {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)) !important;
	border: 1px solid var(--vd-line-soft);
	border-radius: var(--vd-radius-md);
}

.vd-pro-proof {
	border-block: 1px solid var(--vd-line-soft);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vd-pro-proof article {
	background: transparent !important;
	border: 0 !important;
	border-right: 1px solid var(--vd-line-soft);
	min-height: 13rem;
	padding: clamp(1rem, 2.4vw, 1.7rem);
}

.vd-pro-proof article:last-child {
	border-right: 0;
}

.vd-pro-proof .vp-hc-icon {
	color: var(--vd-gold);
	height: 1.75rem;
	width: 1.75rem;
}

.vd-pro-proof span {
	color: var(--vd-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.8vw, 2.8rem);
	line-height: 1;
}

.vd-pro-proof strong {
	color: var(--vd-ink-soft);
	font-size: 0.9rem;
	font-weight: 520;
	letter-spacing: 0;
	line-height: 1.55;
	text-transform: none;
}

.vd-testimonial-slider,
.vd-testimonial-slider .vp-hc-testimonial-track,
.vd-testimonial-slider figure,
.vd-testimonial-slider figcaption {
	box-sizing: border-box;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.vd-social-hero {
	grid-template-columns: minmax(0, 0.68fr) minmax(22rem, 0.82fr);
	min-height: min(760px, calc(100svh - var(--vd-header-height)));
	padding-block: clamp(3rem, 7vw, 6rem);
}

.vd-social-copy h1,
.vd-photo-hero-copy h1,
.vd-contact-copy h1 {
	font-size: clamp(3rem, 5vw, 5.8rem);
	hyphens: none;
	line-height: 0.98;
	max-width: 15ch;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.vd-social-copy .vd-lead {
	max-width: 34rem;
}

.vd-social-collage {
	gap: clamp(0.45rem, 1vw, 0.8rem);
	grid-template-columns: minmax(0, 1fr) minmax(11rem, 0.58fr);
}

.vd-social-collage figure,
.vd-social-collage figure.is-large {
	border-radius: var(--vd-radius-md);
}

.vd-social-launchpad {
	border-block-color: var(--vd-line-soft);
	grid-template-columns: minmax(14rem, 0.4fr) minmax(0, 1fr);
}

.vd-social-launchpad h2,
.vd-social-shop h2 {
	max-width: 13ch;
}

.vd-social-link-list {
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vd-social-link-list a {
	background: rgba(255, 255, 255, 0.035) !important;
	border: 0 !important;
	border-radius: 0 !important;
	min-height: 10.5rem;
	position: relative;
}

.vd-social-link-list a::after {
	background: var(--vd-gold);
	bottom: 0;
	content: "";
	height: 1px;
	left: 1.2rem;
	opacity: 0.4;
	position: absolute;
	right: 1.2rem;
}

.vd-social-live .vp-hc-feed-card {
	background: rgba(255, 255, 255, 0.035) !important;
	border: 1px solid var(--vd-line-soft) !important;
	box-shadow: var(--vd-shadow-soft);
}

.vd-photo-hero {
	min-height: min(760px, calc(100svh - var(--vd-header-height)));
	overflow: hidden;
}

.vd-photo-hero-image::after {
	background:
		linear-gradient(90deg, rgba(5, 6, 8, 0.78), rgba(5, 6, 8, 0.26) 56%, rgba(5, 6, 8, 0.08)),
		linear-gradient(0deg, rgba(5, 6, 8, 0.72), transparent 54%);
}

.vd-photo-hero-image img {
	filter: saturate(1.04) contrast(1.04);
}

.vd-photo-hero-copy {
	align-self: end;
	padding-block: clamp(5rem, 9vw, 8rem) clamp(3rem, 6vw, 5rem);
}

.vd-photo-reel {
	gap: clamp(0.45rem, 1vw, 0.8rem);
	margin-top: clamp(-3rem, -4vw, -1rem);
	position: relative;
	z-index: 4;
}

.vd-photo-reel figure,
.vd-photo-gallery .vp-hc-masonry figure {
	border-radius: var(--vd-radius-md);
}

.vd-contact-page,
.vd-contact-hero {
	min-height: calc(100svh - var(--vd-header-height));
}

.vd-contact-hero {
	padding: clamp(1rem, 2.5vw, 2rem);
}

.vd-contact-bg::after {
	background:
		linear-gradient(90deg, rgba(5, 6, 8, 0.9), rgba(5, 6, 8, 0.62)),
		rgba(5, 6, 8, 0.2);
}

.vd-contact-shell {
	grid-template-columns: minmax(0, 0.72fr) minmax(20rem, 0.72fr);
	min-height: calc(100svh - var(--vd-header-height) - 3rem);
}

.vd-contact-panel {
	background: rgba(5, 6, 8, 0.56);
	border: 1px solid var(--vd-line-soft);
	border-radius: var(--vd-radius-lg);
	box-shadow: var(--vd-shadow-soft);
}

.vd-contact-footer {
	align-items: center;
	bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

@media (max-width: 1120px) {
	.vd-social-hero,
	.vd-contact-shell,
	.vd-pro-hero {
		grid-template-columns: 1fr;
	}

	.vd-pro-blueprint {
		min-height: 14rem;
	}
}

@media (max-width: 900px) {
	body.vp-forced-showcase .vp-header-inner {
		padding-inline: 0;
	}

	.vd-professional-shell {
		display: block;
		max-width: var(--vd-page);
		padding-block: 1.5rem 4rem;
	}

	.vd-professional-rail {
		background: rgba(5, 6, 8, 0.84);
		backdrop-filter: blur(16px);
		display: flex;
		margin-bottom: 1.2rem;
		max-width: 100%;
		overflow-x: auto;
		top: var(--vd-header-height);
		width: 100%;
	}

	.admin-bar .vd-professional-rail {
		top: calc(var(--vd-header-height) + 46px);
	}

	.vd-professional-rail::before {
		display: none;
	}

	.vd-professional-rail a {
		flex: 0 0 auto;
		padding-inline: 0.4rem;
		white-space: nowrap;
	}

	.vd-pro-proof,
	.vd-pro-cert-grid,
	.vd-social-link-list,
	.vd-social-live .vp-hc-feed-grid,
	.vd-social-shop {
		grid-template-columns: 1fr;
	}

	.vd-pro-proof article {
		border-right: 0;
		border-bottom: 1px solid var(--vd-line-soft);
	}

	.vd-pro-proof article:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 760px) {
	:root {
		--vd-page: min(100% - 28px, var(--vd-max));
	}

	body.vp-forced-home .vd-home-hero {
		align-content: center;
		grid-template-columns: 1fr;
		padding: clamp(1rem, 4vw, 1.4rem);
	}

	body.vp-forced-home .vd-home-copy h1 {
		font-size: clamp(3rem, 13vw, 4.6rem);
		max-width: 10ch;
	}

	body.vp-forced-home .vd-home-visual {
		display: none;
	}

	body.vp-forced-home .vd-home-social {
		display: flex !important;
	}

	.vd-social-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-block: 2.4rem 3rem;
	}

	.vd-social-copy h1,
	.vd-photo-hero-copy h1,
	.vd-contact-copy h1,
	.vd-pro-hero-copy h1 {
		font-size: clamp(2.7rem, 12vw, 4.35rem);
		max-width: 12ch;
	}

	.vd-social-collage {
		grid-template-columns: 1fr 0.75fr;
	}

	.vd-photo-hero {
		min-height: min(680px, calc(100svh - var(--vd-header-height)));
	}

	.vd-contact-shell {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.vd-contact-stage {
		min-height: 27rem;
	}
}

@media (max-width: 520px) {
	body.vp-forced-showcase .vp-header-inner {
		width: min(100% - 20px, var(--vd-max));
	}

	.vp-forced-nav {
		overflow-x: auto;
	}

	.vp-forced-nav a {
		flex: 0 0 auto;
		font-size: 0.58rem;
	}

	body.vp-forced-home .vd-home-copy h1 {
		font-size: clamp(2.7rem, 12vw, 4rem);
	}

	.vd-actions {
		gap: 0.45rem;
	}

	.vd-button,
	.vp-hc-button {
		font-size: 0.68rem;
		min-height: 2.8rem;
		padding-inline: 0.9rem;
	}

	.vd-contact-footer {
		position: static;
		padding: 1rem 0 0;
	}
}

/* 2.14.0 Signal / Story homepage and professional page system */
.vd-display,
.vd-page-title {
	hyphens: none !important;
	letter-spacing: 0 !important;
	overflow-wrap: normal !important;
	text-wrap: balance;
	word-break: normal !important;
}

.vd-display {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4.35rem, 5.85rem, 7.4rem);
	line-height: 0.92;
}

.vd-page-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4.2rem, 5.85rem, 6.6rem);
	line-height: 0.95;
}

body.vp-forced-showcase .vp-forced-site-header {
	background: rgba(3, 4, 6, 0.82) !important;
	backdrop-filter: blur(18px);
}

body.vp-forced-showcase .vp-header-inner {
	min-height: var(--vd-header-height);
}

body.vp-forced-showcase .vp-forced-brand-mark {
	height: 3.15rem;
	width: 3.15rem;
}

body.vp-forced-home .vp-forced-showcase-main {
	height: calc(100svh - var(--vd-header-height)) !important;
}

body.vp-forced-home.admin-bar .vp-forced-showcase-main {
	height: calc(100svh - var(--vd-header-height) - 32px) !important;
}

body.vp-forced-home .vd-home,
body.vp-forced-home .vd-home-hero {
	height: 100%;
	min-height: 0 !important;
}

body.vp-forced-home .vd-home-hero {
	align-items: stretch;
	column-gap: clamp(2rem, 5vw, 5.25rem);
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(23rem, 0.82fr);
	padding: clamp(1.5rem, 3vw, 2.8rem) clamp(1.5rem, 5vw, 5rem) clamp(1rem, 2.2vw, 2.4rem);
	position: relative;
}

body.vp-forced-home .vd-home-hero::before {
	background:
		linear-gradient(90deg, rgba(5, 6, 8, 0.1), rgba(5, 6, 8, 0.76) 72%),
		url("../images/profile-portrait.jpeg") 4% 44% / min(52vw, 46rem) auto no-repeat;
	content: "";
	filter: grayscale(1) contrast(1.16);
	inset: 0 33% 0 0;
	mask-image: linear-gradient(90deg, #000 0%, #000 52%, transparent 100%);
	opacity: 0.34;
	pointer-events: none;
	position: absolute;
}

body.vp-forced-home .vd-home-copy {
	align-self: center;
	display: grid;
	gap: clamp(0.9rem, 1.45vw, 1.35rem);
	max-width: 58rem;
	padding-bottom: clamp(3rem, 9vh, 6rem);
	position: relative;
	transform: translateY(-1.9rem);
	z-index: 2;
}

body.vp-forced-home .vd-home-copy::before {
	display: none;
}

body.vp-forced-home .vd-home-copy h1 {
	max-width: 12.6ch;
}

body.vp-forced-home .vd-home-copy h1.vd-display {
	font-size: clamp(3.85rem, 4.45rem, 5.8rem);
	line-height: 0.93;
}

body.vp-forced-home .vd-home-copy h1::after,
.vd-pro-hero-copy h1::after {
	background: var(--vd-blue);
	color: var(--vd-blue);
	content: "";
	display: inline-block;
	height: 0.16em;
	margin-left: 0.08em;
	vertical-align: baseline;
	width: 0.16em;
}

body.vp-forced-home .vd-lead {
	color: rgba(244, 239, 231, 0.78);
	font-size: 1.05rem;
	line-height: 1.78;
	max-width: 41rem;
}

.vd-cover-links {
	align-items: end;
	display: grid;
	gap: clamp(0.75rem, 2vw, 1.5rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(0.15rem, 1.5vw, 0.9rem);
	max-width: 46rem;
}

.vd-cover-links a {
	border-bottom: 1px solid rgba(244, 239, 231, 0.28);
	color: var(--vd-ink);
	display: flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	gap: 0.8rem;
	justify-content: space-between;
	line-height: 1.25;
	padding: 0.25rem 0 0.8rem;
	text-decoration: none;
	transition: border-color 180ms var(--vd-ease), color 180ms var(--vd-ease), transform 180ms var(--vd-ease);
}

.vd-cover-links a:nth-child(2) {
	border-color: rgba(199, 166, 106, 0.82);
}

.vd-cover-links a:hover,
.vd-cover-links a:focus-visible {
	border-color: var(--vd-blue);
	color: var(--vd-blue-2);
	transform: translateY(-2px);
}

.vd-cover-links i {
	border-right: 1px solid currentColor;
	border-top: 1px solid currentColor;
	flex: 0 0 auto;
	height: 0.55rem;
	margin-top: 0.35rem;
	transform: rotate(45deg);
	width: 0.55rem;
}

body.vp-forced-home .vd-home-visual {
	align-self: center;
	display: block !important;
	height: min(68vh, 44rem);
	min-height: 27rem;
	position: relative;
	z-index: 2;
}

body.vp-forced-home .vd-home-frame {
	overflow: hidden;
	position: absolute;
}

body.vp-forced-home .vd-home-frame img {
	filter: saturate(0.98) contrast(1.08);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.vp-forced-home .vd-home-frame.is-main {
	border-radius: 0;
	inset: 7% 5% 6% 0;
}

body.vp-forced-home .vd-home-frame.is-main::after {
	background:
		linear-gradient(90deg, rgba(5, 6, 8, 0.16), transparent 34%),
		linear-gradient(0deg, rgba(5, 6, 8, 0.36), transparent 46%);
	content: "";
	inset: 0;
	position: absolute;
}

body.vp-forced-home .vd-home-frame.is-portrait {
	border: 1px solid rgba(244, 239, 231, 0.11);
	border-radius: 0;
	height: 34%;
	right: 0;
	top: 0;
	width: 29%;
}

.vd-signal-map {
	background: rgba(5, 6, 8, 0.7);
	border-left: 2px solid var(--vd-blue);
	bottom: 0;
	display: grid;
	gap: 0.42rem;
	padding: 1.05rem 1.25rem;
	position: absolute;
	right: 5%;
	text-transform: none;
	width: min(14rem, 38%);
}

.vd-signal-map span {
	color: var(--vd-ink);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

body.vp-forced-home .vd-home-social {
	bottom: clamp(0.8rem, 2vw, 1.4rem);
	right: clamp(1rem, 3vw, 2.1rem);
	z-index: 5;
}

body.vp-forced-home .vd-home-social a {
	height: 2.25rem !important;
	width: 2.25rem !important;
}

.vd-signal-professional {
	background:
		radial-gradient(circle at 84% 3%, rgba(95, 124, 255, 0.16), transparent 28rem),
		radial-gradient(circle at 18% 40%, rgba(199, 166, 106, 0.06), transparent 24rem);
}

.vd-signal-professional .vd-professional-shell {
	gap: clamp(2rem, 4vw, 4.5rem);
	max-width: min(100% - 36px, 1480px);
	padding-top: clamp(1.4rem, 3vw, 3.2rem);
	width: min(100% - 36px, 1480px);
}

.vd-signal-professional .vd-professional-rail {
	min-height: calc(100svh - var(--vd-header-height) - 4rem);
	padding-top: clamp(1rem, 4vh, 3rem);
}

.vd-signal-professional .vd-professional-rail::before {
	background: linear-gradient(var(--vd-blue), rgba(199, 166, 106, 0.62), rgba(244, 239, 231, 0.06));
}

.vd-signal-professional .vd-professional-rail a {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	letter-spacing: 0.04em;
	text-transform: none;
}

.vd-signal-professional .vd-professional-rail a::before {
	background: currentColor;
	content: "";
	height: 1px;
	opacity: 0.45;
	width: 0.52rem;
}

.vd-signal-professional .vd-professional-rail a.is-active::before {
	border: 2px solid var(--vd-blue);
	border-radius: 999px;
	box-shadow: 0 0 0 4px rgba(95, 124, 255, 0.12);
	height: 0.44rem;
	opacity: 1;
	width: 0.44rem;
}

.vd-signal-professional .vd-pro-hero {
	background:
		linear-gradient(rgba(244, 239, 231, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(244, 239, 231, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(5, 6, 8, 0), rgba(95, 124, 255, 0.08));
	background-size: 64px 64px, 64px 64px, auto;
	border: 0;
	border-bottom: 1px solid var(--vd-line);
	border-radius: 0;
	grid-template-columns: minmax(0, 0.88fr) minmax(24rem, 0.72fr);
	min-height: min(650px, calc(100svh - var(--vd-header-height) - 2rem));
	padding: clamp(2rem, 4.5vw, 4.8rem) 0 clamp(2rem, 4vw, 4rem);
}

.vd-signal-professional .vd-pro-hero-copy {
	align-self: center;
	max-width: 58rem;
	padding-left: clamp(0rem, 1vw, 1.2rem);
}

.vd-signal-professional .vd-pro-hero-copy h1 {
	max-width: 13ch;
}

.vd-signal-professional .vd-pro-hero-copy h1.vd-page-title {
	font-size: clamp(3.25rem, 3.85rem, 5.35rem);
	line-height: 0.96;
}

.vd-signal-professional .vd-pro-hero-copy .vd-lead {
	color: rgba(244, 239, 231, 0.72);
	font-size: 1.04rem;
	line-height: 1.75;
	max-width: 42rem;
}

.vd-signal-professional .vd-pro-blueprint {
	align-self: center;
	background:
		linear-gradient(rgba(95, 124, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(95, 124, 255, 0.07) 1px, transparent 1px),
		radial-gradient(circle at 50% 40%, rgba(95, 124, 255, 0.18), transparent 17rem);
	background-size: 36px 36px, 36px 36px, auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-height: 27rem;
	width: min(100%, 36rem);
}

.vd-signal-professional .vd-pro-blueprint::before {
	background: linear-gradient(145deg, rgba(95, 124, 255, 0.44), rgba(95, 124, 255, 0.08));
	border: 1px solid rgba(95, 124, 255, 0.22);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(244, 239, 231, 0.05);
	clip-path: polygon(50% 0, 86% 18%, 86% 62%, 50% 82%, 14% 62%, 14% 18%);
	content: "";
	height: 15rem;
	left: 14%;
	position: absolute;
	top: 18%;
	transform: rotate(-8deg);
	width: 15rem;
}

.vd-signal-professional .vd-pro-blueprint::after {
	background: linear-gradient(90deg, transparent, rgba(199, 166, 106, 0.56), transparent);
	content: "";
	height: 1px;
	left: 10%;
	position: absolute;
	right: 6%;
	top: 72%;
	transform: none;
}

.vd-architecture-stack {
	display: grid;
	gap: 1.5rem;
	position: absolute;
	right: 0;
	top: 22%;
	width: min(16rem, 48%);
}

.vd-architecture-stack span {
	color: var(--vd-blue-2);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	position: relative;
	text-transform: uppercase;
}

.vd-architecture-stack span::before {
	background: rgba(95, 124, 255, 0.5);
	content: "";
	height: 1px;
	position: absolute;
	right: calc(100% + 0.75rem);
	top: 50%;
	width: 4.6rem;
}

.vd-pro-command {
	border-bottom: 1px solid var(--vd-line);
	padding-block: clamp(1.8rem, 4vw, 3.2rem);
}

.vd-section-label {
	align-items: center;
	color: var(--vd-gold);
	display: flex;
	font-size: 0.72rem;
	font-weight: 850;
	gap: 1rem;
	letter-spacing: 0.16em;
	margin: 0 0 clamp(1.3rem, 2.5vw, 2.2rem);
	text-transform: uppercase;
}

.vd-section-label::after {
	background: linear-gradient(90deg, var(--vd-gold), transparent);
	content: "";
	flex: 1 1 auto;
	height: 1px;
	opacity: 0.55;
}

.vd-pro-command-grid {
	display: grid;
	gap: clamp(1.2rem, 4vw, 4rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vd-pro-command-grid article {
	display: grid;
	gap: 0.85rem;
}

.vd-pro-command-grid .vp-hc-icon,
.vd-pro-expertise-grid .vp-hc-icon,
.vd-pro-cert-grid .vp-hc-icon {
	background: transparent;
	border: 0;
	color: var(--vd-blue);
	height: 2.1rem;
	width: 2.1rem;
}

.vd-pro-command-grid h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 1.65rem, 2rem);
	line-height: 1.1;
	margin: 0;
}

.vd-pro-command-grid p {
	color: var(--vd-ink-soft);
	line-height: 1.72;
	margin: 0;
}

.vd-signal-professional .vd-pro-section {
	padding-block: clamp(3.2rem, 6vw, 6.5rem);
}

.vd-signal-professional .vd-section-head {
	align-items: end;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 0.82fr) minmax(16rem, 0.5fr);
	margin-bottom: clamp(1.4rem, 3vw, 2.6rem);
}

.vd-signal-professional .vd-section-head h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 3.4rem, 4rem);
	line-height: 1;
	max-width: 13ch;
}

.vd-signal-professional .vd-section-head .vd-eyebrow {
	color: var(--vd-gold);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	margin: 0;
}

.vd-signal-professional .vd-pro-profile-grid {
	align-items: stretch;
	display: grid;
	gap: 1px;
	grid-template-columns: minmax(16rem, 0.45fr) minmax(0, 1fr);
}

.vd-signal-professional .vd-pro-profile-grid figure {
	border-radius: 0;
	min-height: 28rem;
	overflow: hidden;
}

.vd-signal-professional .vd-pro-profile-grid figure img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-signal-professional .vd-pro-profile-grid > div {
	background:
		linear-gradient(rgba(244, 239, 231, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(244, 239, 231, 0.035) 1px, transparent 1px),
		rgba(255, 255, 255, 0.025);
	background-size: 56px 56px;
	display: grid;
	gap: 1.1rem;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.vd-signal-professional .vd-pro-profile-grid p {
	font-size: clamp(1rem, 1.12rem, 1.2rem);
	line-height: 1.78;
	max-width: 58rem;
}

.vd-signal-professional .vd-pro-profile-grid ul {
	border-top: 1px solid var(--vd-line);
	display: grid;
	gap: 0.7rem;
	margin-top: 0.6rem;
	padding-top: 1.2rem;
}

.vd-signal-professional .vd-pro-profile-grid li {
	display: grid;
	gap: 0.35rem;
	grid-template-columns: 8rem minmax(0, 1fr);
}

.vd-signal-professional .vd-pro-profile-grid li strong {
	color: var(--vd-gold);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vd-signal-professional .vd-pro-expertise-grid {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
}

.vd-signal-professional .vd-pro-expertise-grid article {
	align-items: start;
	background: transparent !important;
	border: 0;
	border-bottom: 1px solid var(--vd-line);
	border-radius: 0;
	display: grid;
	gap: clamp(0.8rem, 3vw, 2rem);
	grid-template-columns: 3rem minmax(12rem, 0.35fr) minmax(0, 1fr);
	padding: clamp(1rem, 2.5vw, 1.8rem) 0;
}

.vd-signal-professional .vd-pro-expertise-grid article h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 1.7rem, 2.1rem);
	line-height: 1.12;
	margin: 0;
}

.vd-signal-professional .vd-pro-expertise-grid article p {
	color: var(--vd-ink-soft);
	line-height: 1.7;
	margin: 0;
}

.vd-signal-professional .vd-pro-proof {
	border-block: 1px solid var(--vd-line);
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vd-signal-professional .vd-pro-proof article {
	background: rgba(255, 255, 255, 0.028) !important;
	border: 0 !important;
	display: grid;
	gap: 0.9rem;
	min-height: 14.5rem;
	padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.vd-signal-professional .vd-pro-proof article::after {
	background: linear-gradient(90deg, var(--vd-blue), rgba(199, 166, 106, 0.5), transparent);
	content: "";
	height: 1px;
	margin-top: auto;
	width: 100%;
}

.vd-signal-professional .vd-pro-proof span {
	font-size: clamp(1.3rem, 1.7rem, 2rem);
}

.vd-signal-professional .vd-pro-proof strong {
	color: var(--vd-ink-soft);
	font-size: 0.92rem;
}

.vd-signal-professional .vd-pro-cert-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vd-signal-professional .vd-pro-cert-grid article {
	align-items: center;
	background: rgba(255, 255, 255, 0.028) !important;
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 1rem;
	grid-template-columns: 2.8rem minmax(0, 1fr);
	min-height: 7rem;
	padding: 1.1rem;
}

.vd-signal-professional .vd-pro-testimonials {
	padding-bottom: clamp(4rem, 8vw, 8rem);
}

.vd-signal-professional .vd-testimonial-slider {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--vd-line);
	box-shadow: none;
	padding: clamp(1.3rem, 3vw, 2rem) 0 0;
}

.vd-signal-professional .vd-testimonial-slider figure {
	background: transparent !important;
}

.vd-signal-professional .vd-testimonial-slider blockquote {
	color: var(--vd-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.25rem, 2.8rem);
	line-height: 1.18;
	max-width: 31ch;
}

@media (max-width: 1180px) {
	.vd-display {
		font-size: clamp(3.95rem, 5.05rem, 5.9rem);
	}

	.vd-page-title {
		font-size: clamp(3.4rem, 4.6rem, 5.4rem);
	}

	body.vp-forced-home .vd-home-hero,
	.vd-signal-professional .vd-pro-hero {
		grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
	}

	.vd-architecture-stack span::before {
		width: 2.2rem;
	}
}

@media (max-width: 900px) {
	.vd-display,
	.vd-page-title {
		font-size: clamp(3.25rem, 4rem, 4.7rem);
	}

	body.vp-forced-home .vd-home-hero {
		grid-template-columns: 1fr;
	}

	body.vp-forced-home .vd-home-hero::before {
		inset: 0;
		mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 82%);
		opacity: 0.26;
	}

	body.vp-forced-home .vd-home-copy {
		padding-bottom: 4rem;
	}

	body.vp-forced-home .vd-home-visual {
		display: none !important;
	}

	.vd-cover-links {
		grid-template-columns: 1fr;
		max-width: 24rem;
	}

	.vd-cover-links a {
		padding-bottom: 0.62rem;
	}

	.vd-signal-professional .vd-professional-shell {
		display: block;
		width: min(100% - 28px, 1480px);
	}

	.vd-signal-professional .vd-professional-rail {
		min-height: 0;
		padding-block: 0.75rem;
	}

	.vd-signal-professional .vd-pro-hero,
	.vd-signal-professional .vd-section-head,
	.vd-signal-professional .vd-pro-profile-grid {
		grid-template-columns: 1fr;
	}

	.vd-signal-professional .vd-pro-blueprint {
		min-height: 16rem;
		width: 100%;
	}

	.vd-architecture-stack {
		top: 14%;
	}

	.vd-pro-command-grid,
	.vd-signal-professional .vd-pro-proof,
	.vd-signal-professional .vd-pro-cert-grid {
		grid-template-columns: 1fr;
	}

	.vd-signal-professional .vd-pro-expertise-grid article {
		grid-template-columns: 2.4rem minmax(0, 1fr);
	}

	.vd-signal-professional .vd-pro-expertise-grid article p {
		grid-column: 2;
	}
}

@media (max-width: 620px) {
	body.vp-forced-home .vp-forced-showcase-main {
		height: calc(100svh - var(--vd-header-height)) !important;
	}

	body.vp-forced-home .vd-home-hero {
		align-content: center;
		padding: 1.05rem 1rem 0.75rem;
	}

	.vd-display {
		font-size: clamp(2.9rem, 3.22rem, 3.7rem);
		line-height: 0.95;
	}

	.vd-page-title {
		font-size: clamp(2.65rem, 3.08rem, 3.6rem);
		line-height: 0.98;
	}

	body.vp-forced-home .vd-home-copy {
		gap: 0.95rem;
		padding-bottom: 4.4rem;
		transform: translateY(-0.5rem);
	}

	body.vp-forced-home .vd-home-copy h1.vd-display {
		font-size: clamp(2.8rem, 3.2rem, 3.65rem);
		max-width: 10.4ch;
	}

	body.vp-forced-home .vd-lead {
		font-size: 0.92rem;
		line-height: 1.55;
		max-width: 31rem;
	}

	.vd-cover-links {
		gap: 0.55rem;
	}

	.vd-cover-links a {
		font-size: 0.9rem;
	}

	body.vp-forced-home .vd-home-social {
		bottom: 0.45rem;
		right: 0.75rem;
	}

	.vd-signal-professional .vd-pro-hero {
		min-height: 0;
		padding-top: 1.4rem;
	}

	.vd-signal-professional .vd-pro-hero-copy .vd-lead {
		font-size: 0.95rem;
		line-height: 1.6;
	}

	.vd-signal-professional .vd-pro-hero-copy h1.vd-page-title {
		font-size: clamp(2.55rem, 3rem, 3.45rem);
	}

	.vd-signal-professional .vd-pro-profile-grid li {
		grid-template-columns: 1fr;
	}

	.vd-signal-professional .vd-pro-expertise-grid article {
		grid-template-columns: 1fr;
	}

	.vd-signal-professional .vd-pro-expertise-grid article p {
		grid-column: auto;
	}

	.vd-signal-professional .vd-testimonial-slider blockquote {
		font-size: clamp(1.25rem, 1.55rem, 1.8rem);
	}
}

/* 2.15.0 Signal Command corrective layer */
body.vp-forced-home .vp-forced-showcase-main {
	height: 100svh !important;
	min-height: 100svh !important;
}

body.vp-forced-home .vd-home-hero {
	padding-top: clamp(1rem, 2.6vw, 2.4rem);
}

.vd-home-identity {
	align-items: center;
	display: flex;
	inset-inline: clamp(1rem, 4vw, 5rem);
	justify-content: space-between;
	position: absolute;
	top: clamp(0.85rem, 2vw, 1.6rem);
	z-index: 10;
}

.vd-home-brand,
.vd-home-contact-link {
	align-items: center;
	color: var(--vd-ink);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 850;
	gap: 0.75rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.vd-home-brand img {
	border: 1px solid rgba(244, 239, 231, 0.22);
	height: 3rem;
	padding: 0.42rem;
	width: 3rem;
}

.vd-home-contact-link {
	border-bottom: 1px solid rgba(199, 166, 106, 0.72);
	padding-bottom: 0.35rem;
}

.vd-cover-eyebrow {
	color: var(--vd-gold);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.vd-home-social-labels {
	align-items: center;
	bottom: clamp(0.9rem, 2vw, 1.45rem);
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	position: absolute;
	right: clamp(1rem, 3vw, 2.1rem);
	z-index: 12;
}

.vd-home-social-labels a {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(244, 239, 231, 0.1);
	border-radius: 999px;
	color: rgba(244, 239, 231, 0.82);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 0.58rem 0.78rem;
	text-decoration: none;
	text-transform: uppercase;
}

.vd-home-social-labels a:hover,
.vd-home-social-labels a:focus-visible {
	border-color: rgba(95, 124, 255, 0.45);
	color: var(--vd-ink);
}

.vd-signal-map {
	display: none !important;
}

.vd-profile-panel {
	align-items: center;
	display: grid;
	gap: clamp(28px, 4vw, 64px);
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	max-width: 100%;
	overflow: clip;
}

.vd-profile-copy,
.vd-profile-media {
	min-width: 0;
}

.vd-profile-media img {
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-video-intro {
	align-items: center;
	display: grid;
	gap: clamp(1.4rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(20rem, 1fr);
}

.vd-video-intro-copy {
	min-width: 0;
}

.vd-video-intro-copy h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	line-height: 1;
	margin: 0;
	text-wrap: balance;
}

.vd-video-intro-copy p {
	color: var(--vd-ink-soft);
	line-height: 1.7;
	max-width: 32rem;
}

.vd-video-intro-copy small {
	color: rgba(199, 166, 106, 0.9);
	display: block;
	font-size: 0.78rem;
	margin-top: 0.8rem;
}

.vd-video-intro-card {
	aspect-ratio: 16 / 10;
	background: rgba(255, 255, 255, 0.035);
	isolation: isolate;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.vd-video-intro-poster {
	filter: grayscale(1) contrast(1.08);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-video-intro-card::after {
	background:
		linear-gradient(90deg, rgba(5, 6, 8, 0.72), rgba(5, 6, 8, 0.08)),
		linear-gradient(0deg, rgba(5, 6, 8, 0.75), transparent 54%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.vd-video-intro-overlay {
	align-items: end;
	display: flex;
	inset: 0;
	justify-content: space-between;
	padding: clamp(1rem, 2.5vw, 1.7rem);
	position: absolute;
	z-index: 2;
}

.vd-video-intro-overlay span {
	color: var(--vd-ink);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vd-video-play {
	align-items: center;
	background: var(--vd-blue);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	height: 4rem;
	justify-content: center;
	width: 4rem;
}

.vd-video-play:disabled {
	background: rgba(244, 239, 231, 0.16);
	color: rgba(244, 239, 231, 0.68);
	cursor: default;
}

.vd-video-play svg {
	fill: currentColor;
	height: 1.35rem;
	width: 1.35rem;
}

.vd-video-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.82);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1rem;
	position: fixed;
	z-index: 99999;
}

.vd-video-modal[hidden] {
	display: none;
}

.vd-video-modal-inner {
	background: #050608;
	border: 1px solid var(--vd-line);
	max-width: 960px;
	position: relative;
	width: min(100%, 960px);
}

.vd-video-modal-frame {
	aspect-ratio: 16 / 9;
}

.vd-video-modal-frame iframe,
.vd-video-modal-frame video {
	border: 0;
	height: 100%;
	width: 100%;
}

.vd-video-modal-close {
	background: var(--vd-ink);
	border: 0;
	border-radius: 999px;
	color: var(--vd-bg);
	font-size: 1.2rem;
	height: 2.6rem;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	width: 2.6rem;
	z-index: 2;
}

.vd-expertise-board .vd-section-intro h2,
.vd-amazon-copy h2,
.social-hero h1,
.vd-social-title {
	hyphens: none;
	max-width: min(980px, 100%);
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.vd-capability-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.vd-capability-grid article {
	background: rgba(255, 255, 255, 0.032);
	display: grid;
	gap: 0.75rem;
	min-height: 13rem;
	padding: clamp(1.1rem, 2.4vw, 1.8rem);
}

.vd-capability-grid .vp-hc-icon {
	background: transparent;
	border: 0;
	color: var(--vd-blue);
	height: 2.1rem;
	width: 2.1rem;
}

.vd-capability-grid h3,
.vd-stack-group h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.08;
	margin: 0;
}

.vd-capability-grid p,
.vd-stack-group p {
	color: var(--vd-ink-soft);
	line-height: 1.65;
	margin: 0;
}

.vd-stack-map {
	display: grid;
	gap: 1px;
}

.vd-stack-group {
	background:
		linear-gradient(90deg, rgba(95, 124, 255, 0.08), transparent 42%),
		rgba(255, 255, 255, 0.022);
	display: grid;
	gap: 1.2rem;
	grid-template-columns: minmax(16rem, 0.42fr) minmax(0, 1fr);
	padding: clamp(1rem, 2.4vw, 1.6rem);
}

.vd-stack-group header {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: 2.4rem minmax(0, 1fr);
	min-width: 0;
}

.vd-stack-index {
	color: var(--vd-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4rem;
	line-height: 1;
}

.vd-chip-list {
	align-content: start;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	min-width: 0;
}

.vd-chip-list span {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(244, 239, 231, 0.09);
	border-radius: 999px;
	color: rgba(244, 239, 231, 0.82);
	font-size: 0.78rem;
	line-height: 1.2;
	padding: 0.48rem 0.68rem;
}

.vd-testimonial-card {
	position: relative;
	overflow: hidden;
}

.vd-testimonial-media {
	inset-block: 0;
	inset-inline-end: 0;
	opacity: 0.12;
	filter: grayscale(1);
	mask-image: linear-gradient(90deg, transparent, #000 30%, #000 100%);
	pointer-events: none;
	position: absolute;
	width: min(42%, 380px);
}

.vd-testimonial-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-testimonial-content {
	max-width: 780px;
	position: relative;
	z-index: 2;
}

.vd-amazon-section {
	align-items: center;
	display: grid;
	gap: clamp(32px, 6vw, 88px);
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	margin-inline: auto;
	width: var(--vd-page);
}

.vd-amazon-copy,
.vd-amazon-panel {
	min-width: 0;
}

.vd-amazon-panel {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vd-amazon-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(244, 239, 231, 0.1);
	color: var(--vd-ink);
	display: grid;
	font-family: Georgia, "Times New Roman", serif;
	min-height: 8rem;
	padding: 1rem;
	place-items: end start;
	text-decoration: none;
}

.vd-amazon-card:hover,
.vd-amazon-card:focus-visible {
	border-color: rgba(199, 166, 106, 0.55);
	color: var(--vd-ink);
}

@media (min-width: 901px) {
	.vd-signal-professional .vd-professional-rail {
		left: max(18px, calc((100vw - 1480px) / 2 + 18px));
		position: fixed;
		top: calc(var(--vd-header-height) + 1.4rem);
		width: min(13.5rem, 18vw);
	}

	.admin-bar .vd-signal-professional .vd-professional-rail {
		top: calc(var(--vd-header-height) + 33px + 1.4rem);
	}

	.vd-signal-professional .vd-professional-rail.is-near-footer {
		opacity: 0;
		pointer-events: none;
	}
}

@media (max-width: 900px) {
	body.vp-forced-home .vd-home-brand span {
		display: none;
	}

	.vd-profile-panel,
	.vd-video-intro,
	.vd-stack-group,
	.vd-amazon-section {
		grid-template-columns: 1fr;
	}

	.vd-capability-grid,
	.vd-amazon-panel {
		grid-template-columns: 1fr;
	}

	.vd-video-intro-card {
		min-height: 16rem;
	}
}

@media (max-width: 620px) {
	.vd-home-identity {
		inset-inline: 1rem;
	}

	.vd-cover-eyebrow {
		font-size: 0.62rem;
		max-width: 22rem;
	}

	.vd-home-social-labels {
		bottom: 0.7rem;
		left: 1rem;
		right: 1rem;
	}

	.vd-home-social-labels a {
		font-size: 0.58rem;
		padding: 0.48rem 0.58rem;
	}
}

/* 2.15.0 final launch gates: fallback templates, rail, overflow, and non-placeholder media */
html:has(body.vp-forced-home),
body.vp-forced-home {
	height: 100svh !important;
	min-height: 100svh !important;
	overflow: hidden !important;
}

.vp-block-home-main,
body.vp-forced-home .vp-forced-showcase-main {
	height: 100svh !important;
	max-width: none !important;
	min-height: 100svh !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 100% !important;
}

.vp-block-home-main > .vd-home,
.vp-block-home-main .vd-home,
.vp-block-home-main .vd-home-hero,
body.vp-forced-home .vd-home,
body.vp-forced-home .vd-home-hero {
	height: 100%;
	min-height: 0 !important;
	overflow: hidden;
}

.vp-block-home-main .vd-home-hero,
body.vp-forced-home .vd-home-hero {
	align-items: stretch;
	background:
		linear-gradient(rgba(244, 239, 231, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(244, 239, 231, 0.018) 1px, transparent 1px),
		var(--vd-bg);
	background-size: 72px 72px;
	column-gap: clamp(2rem, 5vw, 5.25rem);
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(23rem, 0.82fr);
	padding: clamp(1.35rem, 3vw, 2.8rem) clamp(1.5rem, 5vw, 5rem) clamp(0.9rem, 2.2vw, 2.25rem);
	position: relative;
}

.vp-block-home-main .vd-home-hero::before,
body.vp-forced-home .vd-home-hero::before {
	background:
		linear-gradient(90deg, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.76) 72%),
		url("../images/profile-portrait.jpeg") 4% 44% / min(52vw, 46rem) auto no-repeat;
	content: "";
	filter: grayscale(1) contrast(1.16);
	inset: 0 33% 0 0;
	mask-image: linear-gradient(90deg, #000 0%, #000 52%, transparent 100%);
	opacity: 0.36;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.vp-block-home-main .vd-home-hero::after,
body.vp-forced-home .vd-home-hero::after {
	background: radial-gradient(circle at 76% 38%, rgba(95, 124, 255, 0.18), transparent 24rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.vd-home-identity,
.vd-home-copy,
.vd-home-visual,
.vd-home-social-labels {
	z-index: 2;
}

.vp-block-home-main .vd-home-brand span,
body.vp-forced-home .vd-home-brand span {
	display: none !important;
}

.vp-block-home-main .vd-home-copy,
body.vp-forced-home .vd-home-copy {
	align-self: center;
	display: grid;
	gap: clamp(0.82rem, 1.4vw, 1.32rem);
	max-width: 56rem;
	padding-bottom: clamp(3rem, 9vh, 6rem);
	position: relative;
	transform: translateY(-1.25rem);
}

.vp-block-home-main .vd-home-copy::before,
body.vp-forced-home .vd-home-copy::before {
	display: none !important;
}

.vd-display {
	font-size: clamp(3.4rem, 5.45vw, 6.85rem);
	letter-spacing: 0 !important;
	line-height: 0.92;
	max-width: min(12.6ch, 100%);
	text-wrap: balance;
}

.vd-page-title {
	font-size: clamp(3rem, 5.2vw, 6.4rem);
	letter-spacing: 0 !important;
	line-height: 0.95;
	max-width: min(980px, 100%);
	text-wrap: balance;
}

.vd-display,
.vd-page-title,
.vd-social-title,
.vd-signal-professional .vd-section-head h2 {
	hyphens: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.vp-block-home-main .vd-lead,
body.vp-forced-home .vd-lead {
	font-size: clamp(0.98rem, 1.1vw, 1.1rem);
	line-height: 1.66;
	max-width: 39rem;
}

.vp-block-home-main .vd-home-visual,
body.vp-forced-home .vd-home-visual {
	align-self: center;
	display: block !important;
	height: min(68vh, 44rem);
	min-height: 26rem;
	position: relative;
}

.vp-block-home-main .vd-home-frame,
body.vp-forced-home .vd-home-frame {
	overflow: hidden;
	position: absolute;
}

.vp-block-home-main .vd-home-frame.is-main,
body.vp-forced-home .vd-home-frame.is-main {
	border-radius: 0;
	inset: 7% 5% 6% 0;
}

.vp-block-home-main .vd-home-frame.is-portrait,
body.vp-forced-home .vd-home-frame.is-portrait {
	border: 1px solid rgba(244, 239, 231, 0.11);
	border-radius: 0;
	height: 34%;
	right: 0;
	top: 0;
	width: 29%;
}

.vp-block-home-main .vd-home > section:not(.vd-home-hero),
body.vp-forced-home .vd-home > section:not(.vd-home-hero),
.vp-block-home-main .vd-signal-map,
body.vp-forced-home .vd-signal-map {
	display: none !important;
}

.vd-video-transcript {
	color: var(--vd-gold);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-top: 0.4rem;
	text-decoration: none;
	text-transform: uppercase;
}

.vd-signal-professional .vd-profile-panel.vd-pro-profile-grid {
	align-items: center;
	display: grid;
	gap: clamp(28px, 4vw, 64px);
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	max-width: 100%;
	overflow: clip;
}

.vd-signal-professional .vd-profile-panel .vd-profile-copy,
.vd-signal-professional .vd-profile-panel .vd-profile-media {
	min-width: 0;
}

.vd-signal-professional .vd-profile-panel .vd-profile-media {
	background: rgba(255, 255, 255, 0.035);
	min-height: 0;
}

.vd-signal-professional .vd-profile-panel .vd-profile-media img {
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.vd-signal-professional .vd-section-head h2,
.vd-signal-professional .vd-pro-hero-copy h1 {
	max-width: min(980px, 100%) !important;
	text-wrap: balance;
}

.vd-capability-grid article {
	background:
		linear-gradient(180deg, rgba(95, 124, 255, 0.085), rgba(255, 255, 255, 0.024)),
		rgba(255, 255, 255, 0.026);
	min-height: 14rem;
}

.vd-capability-grid .vp-hc-icon {
	color: var(--vd-blue);
	height: 3rem;
	justify-content: start;
	width: 3rem;
}

.vd-capability-grid .vp-hc-icon svg {
	height: 2.15rem;
	width: 2.15rem;
}

.vd-social-copy h1.vd-social-title {
	max-width: min(980px, 100%) !important;
	text-wrap: balance;
}

.vd-social-icons {
	gap: 0.5rem;
	margin-top: 1.2rem;
}

.vd-social-icons a {
	background: rgba(255, 255, 255, 0.045) !important;
	border: 1px solid rgba(244, 239, 231, 0.1) !important;
	border-radius: 999px !important;
	color: rgba(244, 239, 231, 0.86) !important;
	gap: 0.45rem;
	height: auto !important;
	min-height: 2.5rem;
	padding: 0.55rem 0.78rem !important;
	width: auto !important;
}

.vd-social-icons a span:not(.vp-hc-icon) {
	clip: auto !important;
	clip-path: none !important;
	height: auto !important;
	overflow: visible !important;
	position: static !important;
	white-space: nowrap !important;
	width: auto !important;
}

.vd-social-shop .vp-hc-amazon-showcase {
	background: transparent;
	border: 0;
	display: block;
	min-width: 0;
	padding: 0;
}

.vd-social-shop .vp-hc-amazon-showcase > div:first-child {
	display: none;
}

.vd-social-shop .vd-amazon-panel {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 901px) {
	.vd-signal-professional .vd-professional-content,
	.vd-signal-professional .professional-content {
		grid-column: 2;
		min-width: 0;
		width: 100%;
	}

	.vd-signal-professional .vd-professional-rail,
	.vd-signal-professional .professional-rail {
		left: max(18px, calc((100vw - 1480px) / 2 + 18px));
		position: fixed !important;
		top: calc(var(--vd-header-height) + 1.4rem);
		width: min(13.5rem, 18vw);
		z-index: 9;
	}
}

@media (max-width: 900px) {
	.vp-block-home-main .vd-home-hero,
	body.vp-forced-home .vd-home-hero {
		grid-template-columns: 1fr;
	}

	.vp-block-home-main .vd-home-hero::before,
	body.vp-forced-home .vd-home-hero::before {
		background:
			linear-gradient(90deg, rgba(5, 6, 8, 0.05), rgba(5, 6, 8, 0.7) 76%),
			url("../images/profile-portrait.jpeg") 0 42% / min(74vw, 31rem) auto no-repeat;
		inset: 0;
		mask-image: linear-gradient(90deg, #000 0%, #000 38%, transparent 82%);
		opacity: 0.3;
	}

	.vp-block-home-main .vd-home-visual,
	body.vp-forced-home .vd-home-visual {
		display: none !important;
	}

	.vd-signal-professional .vd-profile-panel.vd-pro-profile-grid,
	.vd-stack-group,
	.vd-amazon-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.vp-block-home-main .vd-home-hero,
	body.vp-forced-home .vd-home-hero {
		align-content: center;
		padding: 1rem 1rem 0.78rem;
	}

	.vp-block-home-main .vd-home-copy,
	body.vp-forced-home .vd-home-copy {
		gap: 0.72rem;
		padding-bottom: 4.9rem;
		transform: none;
	}

	.vp-block-home-main .vd-home-copy h1.vd-display,
	body.vp-forced-home .vd-home-copy h1.vd-display {
		font-size: clamp(2.45rem, 12vw, 3.55rem);
		line-height: 0.96;
		max-width: 11.5ch;
	}

	.vp-block-home-main .vd-lead,
	body.vp-forced-home .vd-lead {
		font-size: 0.88rem;
		line-height: 1.45;
		max-width: 31rem;
	}

	.vd-cover-links {
		gap: 0.48rem;
	}

	.vd-cover-links a {
		font-size: 0.84rem;
		padding-bottom: 0.46rem;
	}

	.vd-social-shop .vd-amazon-panel {
		grid-template-columns: 1fr;
	}
}
