/*
Theme Name: Vital Nexus
Version: 2.0.0
Text Domain: vital-nexus
*/

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 500 600;
	font-display: swap;
	src: url("assets/fonts/lora-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Caveat";
	font-style: normal;
	font-weight: 500 600;
	font-display: swap;
	src: url("assets/fonts/caveat-latin.woff2") format("woff2");
}

:root {
	--vn-ink: var(--wp--preset--color--ink, #0c2b38);
	--vn-petrol: var(--wp--preset--color--sport-primary, #015a5e);
	--vn-petrol-hover: var(--wp--preset--color--sport-primary-hover, #0d7767);
	--vn-teal: var(--wp--preset--color--sport-turquoise, #30c7b5);
	--vn-orange: var(--wp--preset--color--sport-orange, #ff6e03);
	--vn-orange-warm: var(--wp--preset--color--sport-orange-warm, #ff8302);
	--vn-white: var(--wp--preset--color--white, #fff);
	--vn-canvas: var(--wp--preset--color--canvas, #f7faf9);
	--vn-mist: var(--wp--preset--color--mist, #edf4f2);
	--vn-line: var(--wp--preset--color--line, #d8e4e1);
	--vn-muted: var(--wp--preset--color--muted-text, #52666e);
	--vn-learn-teal: var(--wp--preset--color--learn-teal, #2e817b);
	--vn-learn-mint: var(--wp--preset--color--learn-mint, #3cd1ba);
	--vn-learn-lilac: var(--wp--preset--color--learn-lilac, #8b68c8);
	--vn-learn-surface: var(--wp--preset--color--learn-surface-lilac, #f6f1fb);
	--vn-action: var(--vn-petrol);
	--vn-action-hover: var(--vn-petrol-hover);
	--vn-focus: var(--vn-teal);
	--vn-font-heading: var(--wp--preset--font-family--dm-sans, "DM Sans", Arial, sans-serif);
	--vn-gutter: clamp(20px, 3vw, 32px);
	--vn-container: 1180px;
	--vn-wide: 1280px;
	--vn-section: clamp(72px, 8vw, 112px);
	--vn-radius-sm: var(--wp--custom--radius--sm, 8px);
	--vn-radius-md: var(--wp--custom--radius--md, 12px);
	--vn-radius-lg: var(--wp--custom--radius--lg, 20px);
	--vn-radius-xl: var(--wp--custom--radius--xl, 28px);
	--vn-shadow: 0 24px 70px rgba(12, 43, 56, 0.14);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	overflow-wrap: break-word;
	color: var(--vn-ink);
	background: var(--vn-white);
	text-rendering: optimizeLegibility;
}

img,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

p,
li {
	text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--vn-font-heading);
	text-wrap: balance;
}

a {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 0.08em;
}

a:hover {
	color: var(--vn-action-hover);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.wp-element-button:focus-visible {
	outline: 3px solid var(--vn-focus);
	outline-offset: 3px;
}

button,
input,
select,
textarea {
	font: inherit;
}

input:not([type="button"]):not([type="checkbox"]):not([type="color"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="range"]):not([type="reset"]):not([type="submit"]),
select,
textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	color: var(--vn-ink);
	background: var(--vn-white);
	border: 1px solid #b9cbc7;
	border-radius: var(--vn-radius-md);
}

textarea {
	min-height: 144px;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--vn-action);
	box-shadow: 0 0 0 3px rgba(48, 199, 181, 0.28);
}

label {
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 600;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-element-button,
.wp-block-button__link {
	min-height: 48px;
	padding: 14px 24px;
	color: var(--vn-white);
	background: var(--vn-action);
	border: 0;
	border-radius: var(--vn-radius-md);
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {
	color: var(--vn-white);
	background: var(--vn-action-hover);
	transform: translateY(-2px);
}

.wp-site-blocks > .site-header,
.wp-site-blocks > .site-footer,
.wp-site-blocks > .vn-home,
.vn-home.alignfull,
.vn-home > .alignfull {
	width: 100%;
	margin-inline: 0;
	padding-inline: 0;
}

.vn-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	margin: 0;
	transform: translateY(-180%);
}

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

.vn-skip-link a {
	display: block;
	padding: 10px 16px;
	color: var(--vn-white);
	background: var(--vn-ink);
	border-radius: var(--vn-radius-sm);
}

/* Header */

.vn-header {
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 0;
	padding-inline: var(--vn-gutter);
	color: var(--vn-ink);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(216, 228, 225, 0.78);
	backdrop-filter: blur(18px);
}

.vn-header__inner {
	width: min(100%, var(--vn-wide));
	min-height: 94px;
	margin-inline: auto;
	padding-block: 14px;
	gap: 24px;
}

.vn-brand-logo {
	flex: 0 0 auto;
	width: clamp(222px, 19vw, 286px);
	margin: 0;
}

.vn-brand-logo img {
	width: 100%;
}

.vn-primary-nav {
	font-size: 14px;
	font-weight: 600;
}

.vn-primary-nav .wp-block-navigation-item__content {
	position: relative;
	padding-block: 12px;
	color: var(--vn-ink);
	text-decoration: none;
}

.vn-primary-nav .wp-block-navigation-item__content::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--vn-orange);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.vn-primary-nav .wp-block-navigation-item__content:hover::after,
.vn-primary-nav .current-menu-item > .wp-block-navigation-item__content::after {
	transform: scaleX(1);
	transform-origin: left;
}

.vn-header__action .wp-block-button__link {
	min-height: 44px;
	padding: 12px 19px;
}

/* Shared homepage composition */

.vn-section {
	padding: var(--vn-section) var(--vn-gutter);
}

.vn-section > .alignwide,
.vn-hero__inner,
.vn-footer > .alignwide {
	width: min(100%, var(--vn-wide));
	margin-inline: auto;
}

.vn-eyebrow {
	margin: 0 0 14px;
	color: var(--vn-petrol);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vn-section-heading {
	margin-bottom: clamp(38px, 5vw, 64px);
}

.vn-section-heading h2 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(2.25rem, 1.82rem + 1.9vw, 3.75rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.vn-section-heading h2::after,
.vn-cta h2::after {
	display: block;
	width: 92px;
	height: 23px;
	margin-top: 16px;
	content: "";
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 28'%3E%3Cpath d='M2 17h34M74 17h34M49 21c8-1 13-7 14-16-9 1-15 6-16 14m2 2c-4-1-8-4-10-9 6 0 10 2 13 7' fill='none' stroke='%2330c7b5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vn-section-heading--center {
	text-align: center;
}

.vn-section-heading--center h2,
.vn-section-heading--center h2::after {
	margin-inline: auto;
}

.vn-section-heading--split {
	gap: 28px 64px;
}

.vn-section-heading--split > :first-child {
	flex: 1 1 620px;
}

/* Hero */

.vn-hero {
	position: relative;
	min-height: clamp(650px, 78vh, 820px) !important;
	padding: 80px var(--vn-gutter);
	background: var(--vn-ink);
}

.vn-hero__inner {
	position: relative;
	z-index: 2;
}

.vn-hero__inner > * {
	max-width: 720px;
}

.vn-hero .vn-eyebrow {
	color: var(--vn-teal);
}

.vn-hero__title {
	margin: 0;
	color: var(--vn-white);
	font-size: clamp(3.15rem, 2.2rem + 4vw, 6.35rem);
	font-weight: 700;
	line-height: 0.96;
	letter-spacing: -0.058em;
}

.vn-hero__title span {
	display: block;
	max-width: 650px;
	color: #c7eee8;
}

@media (min-width: 1024px) {
	.vn-hero__inner > * {
		max-width: 900px;
	}

	.vn-hero__title {
		font-size: clamp(3.15rem, 2.2rem + 3.2vw, 5.8rem);
	}

	.vn-hero__title span {
		max-width: 820px;
	}
}

.vn-hero__intro {
	margin: 30px 0 0;
	color: var(--vn-white);
	font-weight: 600;
}

.vn-hero__audience {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.78);
}

.vn-hero__actions {
	margin-top: 32px;
	gap: 12px;
}

.vn-button--conversion .wp-block-button__link {
	color: var(--vn-ink);
	background: var(--vn-orange);
	box-shadow: 0 12px 30px rgba(255, 110, 3, 0.24);
}

.vn-button--conversion .wp-block-button__link:hover {
	color: var(--vn-ink);
	background: var(--vn-orange-warm);
}

.vn-button--hero-outline .wp-block-button__link {
	color: var(--vn-white);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(10px);
}

.vn-button--hero-outline .wp-block-button__link:hover {
	color: var(--vn-ink);
	background: var(--vn-white);
}

.vn-hero__keywords {
	margin-top: 40px;
	gap: 8px;
}

.vn-hero__keywords p {
	margin: 0;
	padding: 7px 11px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
}

/* Approach: open visual rhythm, not cards */

.vn-approach {
	position: relative;
	overflow: hidden;
	background: var(--vn-white);
}

.vn-approach::before {
	position: absolute;
	top: -180px;
	right: -130px;
	width: 410px;
	height: 410px;
	content: "";
	background: radial-gradient(circle, rgba(48, 199, 181, 0.11), transparent 67%);
	border-radius: 50%;
}

.vn-approach__flow {
	position: relative;
	gap: 0;
}

.vn-approach-item {
	position: relative;
	padding: 82px clamp(22px, 3vw, 42px) 8px;
	text-align: center;
}

.vn-approach-item + .vn-approach-item::after {
	position: absolute;
	top: 24px;
	bottom: 8px;
	left: 0;
	width: 1px;
	content: "";
	background: linear-gradient(transparent, var(--vn-line) 22%, var(--vn-line) 78%, transparent);
}

.vn-approach-item::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 58px;
	height: 58px;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(-50%);
	transition: transform 220ms ease;
}

.vn-approach-item:hover::before {
	transform: translateX(-50%) translateY(-5px) rotate(-3deg);
}

.vn-approach-item--person::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='30' fill='%23f0faf7' stroke='%232e817b'/%3E%3Ccircle cx='32' cy='22' r='8' fill='none' stroke='%23015a5e' stroke-width='2.4'/%3E%3Cpath d='M16 51c1-11 7-17 16-17s15 6 16 17' fill='none' stroke='%23015a5e' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.vn-approach-item--target::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='30' fill='%23f0faf7' stroke='%232e817b'/%3E%3Ccircle cx='30' cy='34' r='15' fill='none' stroke='%23015a5e' stroke-width='2.4'/%3E%3Ccircle cx='30' cy='34' r='8' fill='none' stroke='%23015a5e' stroke-width='2.4'/%3E%3Cpath d='M31 33 48 16m-7 0h7v7' fill='none' stroke='%23ff6e03' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vn-approach-item--leaf::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='30' fill='%23f0faf7' stroke='%232e817b'/%3E%3Cpath d='M18 44c21 2 29-13 28-29-18 1-31 11-28 29Zm2-2c8-5 14-11 22-21' fill='none' stroke='%23015a5e' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vn-approach-item--heart::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='30' fill='%23f0faf7' stroke='%232e817b'/%3E%3Cpath d='M32 47 17 33c-8-9 4-20 12-12l3 4 3-4c8-8 20 3 12 12L32 47Z' fill='none' stroke='%23015a5e' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vn-approach-item h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

.vn-approach-item p {
	margin: 0;
	color: var(--vn-muted);
}

/* Services: alternating editorial stories */

.vn-services {
	position: relative;
	background: linear-gradient(180deg, var(--vn-canvas), var(--vn-white));
}

.vn-service-story {
	display: grid;
	grid-template-columns: minmax(0, 1.17fr) minmax(360px, 0.83fr);
	align-items: center;
	margin-bottom: clamp(64px, 9vw, 126px);
}

.vn-service-story:last-child {
	margin-bottom: 0;
}

.vn-service-story__image {
	grid-row: 1;
	grid-column: 1;
	overflow: hidden;
	min-height: clamp(520px, 49vw, 650px);
	margin: 0;
	border-radius: var(--vn-radius-xl);
	box-shadow: var(--vn-shadow);
}

.vn-service-story__image img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.vn-service-story--sport .vn-service-story__image img {
	object-position: center 48%;
}

.vn-service-story--work .vn-service-story__image img {
	object-position: center 42%;
}

.vn-service-story:hover .vn-service-story__image img {
	filter: saturate(1.05);
	transform: scale(1.035);
}

.vn-service-story__content {
	position: relative;
	z-index: 2;
	grid-row: 1;
	grid-column: 2;
	width: calc(100% + 76px);
	margin-left: -76px;
	padding: clamp(36px, 5vw, 62px);
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(216, 228, 225, 0.85);
	border-radius: var(--vn-radius-xl) var(--vn-radius-xl) var(--vn-radius-xl) 90px;
	box-shadow: 0 22px 58px rgba(12, 43, 56, 0.13);
	backdrop-filter: blur(14px);
}

.vn-service-story--reverse {
	grid-template-columns: minmax(360px, 0.83fr) minmax(0, 1.17fr);
}

.vn-service-story--reverse .vn-service-story__image {
	grid-column: 2;
}

.vn-service-story--reverse .vn-service-story__content {
	grid-column: 1;
	width: calc(100% + 76px);
	margin-right: -76px;
	margin-left: 0;
	border-radius: var(--vn-radius-xl) var(--vn-radius-xl) 90px var(--vn-radius-xl);
}

.vn-service-story--learn .vn-service-story__content {
	background: linear-gradient(145deg, rgba(240, 250, 247, 0.97), rgba(246, 241, 251, 0.97));
	border-color: rgba(139, 104, 200, 0.2);
}

.vn-service-kicker {
	margin: 0 0 14px;
	color: var(--vn-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vn-service-story__content h3 {
	margin: 0;
	font-size: clamp(2.15rem, 1.78rem + 1.55vw, 3.25rem);
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.vn-service-promise {
	margin: 16px 0 0;
	color: var(--vn-petrol);
	font-size: clamp(1.08rem, 1rem + 0.35vw, 1.3rem);
	font-weight: 600;
	line-height: 1.5;
}

.vn-leaf-list {
	columns: 2;
	column-gap: 24px;
	margin: 26px 0 30px;
	padding: 0;
	list-style: none;
}

.vn-leaf-list li {
	position: relative;
	break-inside: avoid;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 15px;
}

.vn-leaf-list li::before {
	position: absolute;
	top: 0.48em;
	left: 1px;
	width: 10px;
	height: 7px;
	content: "";
	border: 1.5px solid var(--vn-teal);
	border-radius: 100% 0 100% 0;
	transform: rotate(-35deg);
}

.vn-service-story--learn .vn-leaf-list li::before {
	border-color: var(--vn-learn-lilac);
}

.vn-arrow-link {
	margin: 0;
	font-weight: 700;
}

.vn-arrow-link a {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	color: var(--vn-petrol);
	text-decoration: none;
}

.vn-arrow-link span {
	transition: transform 180ms ease;
}

.vn-arrow-link a:hover span {
	transform: translateX(5px);
}

.vn-learn-logo {
	width: min(100%, 270px);
	margin: 0 0 22px;
}

.vn-learn-logo img {
	width: 100%;
}

/* Profiles carousel */

.vn-stories {
	overflow: hidden;
	background: var(--vn-white);
}

.vn-carousel-nav {
	gap: 8px;
}

.vn-carousel-nav p {
	margin: 0;
}

.vn-carousel-nav a {
	display: grid;
	width: 50px;
	height: 50px;
	color: var(--vn-petrol);
	text-decoration: none;
	border: 1px solid var(--vn-line);
	border-radius: 50%;
	place-items: center;
	transition: color 180ms ease, background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.vn-carousel-nav a:hover {
	color: var(--vn-white);
	background: var(--vn-petrol);
	transform: translateY(-2px);
}

.vn-carousel-nav a.is-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.vn-carousel {
	display: grid;
	grid-auto-columns: min(92%, 1100px);
	grid-auto-flow: column;
	gap: 24px;
	overflow-x: auto;
	padding: 2px 2px 22px;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-color: var(--vn-petrol) var(--vn-mist);
	scrollbar-width: thin;
}

.vn-carousel::-webkit-scrollbar {
	height: 7px;
}

.vn-carousel::-webkit-scrollbar-track {
	background: var(--vn-mist);
	border-radius: 999px;
}

.vn-carousel::-webkit-scrollbar-thumb {
	background: var(--vn-petrol);
	border-radius: 999px;
}

.vn-profile-slide {
	display: grid;
	grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
	overflow: hidden;
	background: var(--vn-canvas);
	border: 1px solid var(--vn-line);
	border-radius: var(--vn-radius-xl);
	box-shadow: 0 18px 52px rgba(12, 43, 56, 0.09);
	scroll-snap-align: start;
}

.vn-profile-slide__image {
	min-height: 620px;
	margin: 0;
	overflow: hidden;
}

.vn-profile-slide__image img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	transition: transform 600ms ease;
}

.vn-profile-slide:hover .vn-profile-slide__image img {
	transform: scale(1.025);
}

.vn-profile-slide__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 5vw, 64px);
}

.vn-profile-slide__content h3 {
	margin: 0 0 22px;
	font-size: clamp(2.6rem, 2.15rem + 2vw, 4.25rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.vn-profile-slide__content p:not(.vn-eyebrow) {
	color: var(--vn-muted);
	font-size: 15.5px;
	line-height: 1.7;
}

.vn-profile-slide--learn {
	background: linear-gradient(145deg, var(--wp--preset--color--learn-surface-mint, #f0faf7), var(--vn-learn-surface));
	border-color: rgba(139, 104, 200, 0.2);
}

.vn-profile-slide--learn .vn-eyebrow {
	color: var(--vn-learn-lilac);
}

/* CTA */

.vn-cta {
	position: relative;
	overflow: hidden;
	color: var(--vn-white);
	background: var(--vn-white);
}

.vn-cta__inner {
	position: relative;
	overflow: hidden;
	padding: clamp(44px, 6vw, 72px);
	background:
		radial-gradient(circle at 88% 12%, rgba(255, 110, 3, 0.3), transparent 30%),
		linear-gradient(125deg, #071f29, var(--vn-petrol));
	border-radius: var(--vn-radius-xl);
	box-shadow: var(--vn-shadow);
}

.vn-cta__inner::after {
	position: absolute;
	right: -30px;
	bottom: -72px;
	width: 330px;
	height: 250px;
	content: "";
	opacity: 0.22;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 260'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M20 240C120 180 175 95 205 10M90 202c-12-32-7-54 18-70 10 32 4 55-18 70Zm49-52c-7-34 3-56 30-67 5 34-5 56-30 67Zm43-61c0-31 14-50 42-54-2 31-16 49-42 54ZM73 212c-32 3-53 16-62 42 31-2 51-16 62-42Zm48-47c-33-3-56 7-70 31 33 4 56-7 70-31Zm43-58c-30-9-54-3-72 18 31 9 55 3 72-18Z'/%3E%3C/g%3E%3C/svg%3E");
}

.vn-cta__content {
	position: relative;
	z-index: 2;
	flex: 1 1 700px;
}

.vn-cta .vn-eyebrow {
	color: var(--vn-teal);
}

.vn-cta h2 {
	max-width: 800px;
	margin: 0 0 16px;
	color: var(--vn-white);
	font-size: clamp(2.2rem, 1.7rem + 2.2vw, 4rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.vn-cta h2::after {
	margin-top: 18px;
}

.vn-cta__content > p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
}

.vn-button--light .wp-block-button__link {
	position: relative;
	z-index: 2;
	color: var(--vn-ink);
	background: var(--vn-white);
}

.vn-button--light .wp-block-button__link:hover {
	color: var(--vn-ink);
	background: var(--vn-orange);
}

/* Footer */

.vn-footer {
	width: 100%;
	margin: 0;
	padding: clamp(64px, 8vw, 96px) var(--vn-gutter) 28px;
	color: rgba(255, 255, 255, 0.76);
	background: #071f29;
	border-top: 4px solid var(--vn-orange);
}

.vn-footer__grid {
	gap: clamp(36px, 7vw, 88px);
}

.vn-footer__brand {
	align-self: flex-start;
}

.vn-footer-logo {
	width: min(100%, 310px);
	margin: 0 0 26px;
	padding: 12px 16px;
	background: var(--vn-white);
	border-radius: var(--vn-radius-md);
}

.vn-footer-logo img {
	width: 100%;
}

.vn-footer__statement {
	max-width: 450px;
	margin: 0;
	font-size: clamp(1.125rem, 1rem + 0.5vw, 1.4rem);
	line-height: 1.5;
}

.vn-footer h3 {
	margin-top: 0;
	color: var(--vn-white);
}

.vn-footer__links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vn-footer__links li + li {
	margin-top: 9px;
}

.vn-footer a {
	color: inherit;
	text-decoration-color: transparent;
}

.vn-footer a:hover {
	color: var(--vn-teal);
	text-decoration-color: currentColor;
}

.vn-footer__bottom {
	margin-top: clamp(44px, 7vw, 72px);
	padding-top: 24px;
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.vn-footer__bottom p {
	margin: 0;
}

/* Progressive animation enhancement */

.vn-js .vn-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.vn-js .vn-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Tablet */

@media (min-width: 1024px) {
	.vn-header {
		position: sticky;
		top: 0;
	}
}

@media (max-width: 1320px) {
	.vn-header__inner {
		display: grid !important;
		grid-template-columns: 1fr auto;
		gap: 8px 18px;
	}

	.vn-primary-nav {
		grid-row: 2;
		grid-column: 1 / -1;
		justify-self: stretch;
		overflow-x: auto;
	}

	.vn-primary-nav .wp-block-navigation__container {
		justify-content: flex-start;
	}

	.vn-approach__flow {
		flex-wrap: wrap !important;
		row-gap: 44px;
	}

	.vn-approach-item {
		flex-basis: 50% !important;
	}

	.vn-approach-item:nth-child(3)::after {
		display: none;
	}

	.vn-service-story,
	.vn-service-story--reverse {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
	}

	.vn-service-story__content,
	.vn-service-story--reverse .vn-service-story__content {
		width: calc(100% + 42px);
		margin-left: -42px;
		padding: 38px;
	}

	.vn-service-story--reverse .vn-service-story__content {
		margin-right: -42px;
		margin-left: 0;
	}

	.vn-leaf-list {
		columns: 1;
	}

	.vn-profile-slide {
		grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
	}
}

/* Mobile */

@media (max-width: 767px) {
	:root {
		--vn-section: 64px;
	}

	.vn-header__inner {
		min-height: 0;
		padding-block: 11px 9px;
	}

	.vn-brand-logo {
		width: min(55vw, 218px);
	}

	.vn-header__action,
	.vn-header__action .wp-block-button,
	.vn-header__action .wp-block-button__link {
		width: auto;
	}

	.vn-header__action .wp-block-button__link {
		min-height: 40px;
		padding: 10px 14px;
		font-size: 14px;
	}

	.vn-primary-nav {
		margin-inline: calc(var(--vn-gutter) * -1);
		padding-inline: var(--vn-gutter);
	}

	.vn-primary-nav .wp-block-navigation__container {
		width: max-content;
		gap: 18px;
		flex-wrap: nowrap;
	}

	.vn-primary-nav .wp-block-navigation-item__content {
		padding-block: 8px;
		white-space: nowrap;
	}

	.vn-hero {
		min-height: 680px !important;
		padding: 64px var(--vn-gutter) 54px;
		align-items: flex-end;
	}

	.vn-hero .wp-block-cover__image-background {
		object-position: 63% center;
	}

	.vn-hero .wp-block-cover__background {
		background: linear-gradient(180deg, rgba(7, 31, 41, 0.2) 0%, rgba(7, 31, 41, 0.62) 38%, rgba(7, 31, 41, 0.96) 76%, #071f29 100%) !important;
	}

	.vn-hero__title {
		font-size: clamp(2.75rem, 12.8vw, 4rem);
		line-height: 0.99;
	}

	.vn-hero__title span {
		display: inline;
	}

	.vn-hero__actions,
	.vn-hero__actions .wp-block-button,
	.vn-hero__actions .wp-block-button__link {
		width: 100%;
	}

	.vn-hero__actions .wp-block-button__link {
		text-align: center;
	}

	.vn-hero__keywords {
		margin-top: 26px;
	}

	.vn-section-heading {
		margin-bottom: 38px;
	}

	.vn-section-heading h2 {
		font-size: clamp(2.1rem, 9vw, 2.85rem);
	}

	.vn-approach__flow {
		row-gap: 0;
	}

	.vn-approach-item {
		flex-basis: 100% !important;
		padding: 74px 12px 34px;
	}

	.vn-approach-item + .vn-approach-item::after,
	.vn-approach-item:nth-child(3)::after {
		display: block;
		top: 0;
		right: 16%;
		bottom: auto;
		left: 16%;
		width: auto;
		height: 1px;
		background: linear-gradient(90deg, transparent, var(--vn-line), transparent);
	}

	.vn-service-story,
	.vn-service-story--reverse {
		display: flex;
		flex-direction: column;
		margin-bottom: 70px;
	}

	.vn-service-story__image,
	.vn-service-story--reverse .vn-service-story__image {
		width: 100%;
		min-height: 390px;
		border-radius: var(--vn-radius-lg) var(--vn-radius-lg) 0 0;
	}

	.vn-service-story__content,
	.vn-service-story--reverse .vn-service-story__content {
		width: calc(100% - 24px);
		margin: -38px 12px 0;
		padding: 30px 24px;
		border-radius: var(--vn-radius-lg);
	}

	.vn-service-story__content h3 {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.vn-leaf-list {
		columns: 1;
	}

	.vn-learn-logo {
		width: min(100%, 230px);
	}

	.vn-section-heading--split {
		align-items: flex-end;
	}

	.vn-carousel-nav {
		display: flex !important;
	}

	.vn-carousel-nav a {
		width: 46px;
		height: 46px;
	}

	.vn-carousel {
		grid-auto-columns: calc(100vw - (var(--vn-gutter) * 2));
		gap: 16px;
	}

	.vn-profile-slide {
		grid-template-columns: 1fr;
	}

	.vn-profile-slide__image {
		min-height: 390px;
		max-height: 460px;
	}

	.vn-profile-slide__content {
		padding: 30px 24px 36px;
	}

	.vn-profile-slide__content p:not(.vn-eyebrow) {
		font-size: 15px;
	}

	.vn-cta__inner {
		padding: 36px 24px;
		border-radius: var(--vn-radius-lg);
	}

	.vn-cta__inner .wp-block-buttons,
	.vn-cta__inner .wp-block-button,
	.vn-cta__inner .wp-block-button__link {
		width: 100%;
	}

	.vn-cta__inner .wp-block-button__link {
		text-align: center;
	}

	.vn-footer__grid {
		gap: 38px;
	}

	.vn-footer-logo {
		width: min(100%, 270px);
	}
}

@media (prefers-reduced-motion: reduce) {
	html,
	.vn-carousel {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.vn-js .vn-reveal,
	.vn-js .vn-reveal.is-visible {
		opacity: 1;
		transform: none;
	}
}

/* Homepage refinements: hero carousel, directional reveals and profile overview */

.vn-section-heading h2::after,
.vn-cta h2::after {
	display: none;
}

.vn-leaf-ornament {
	display: block;
	width: 92px;
	height: 24px;
	margin-top: 16px;
	object-fit: contain;
}

.vn-home svg.vn-leaf-ornament {
	color: var(--vn-teal, #30c7b5);
}

.vn-home svg.vn-leaf-ornament path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vn-leaf-ornament img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Editable media ornaments retain the homepage's original turquoise line color. */
.vn-home .vn-leaf-ornament img {
	filter: brightness(0) saturate(100%) invert(69%) sepia(39%) saturate(768%) hue-rotate(121deg) brightness(91%) contrast(88%);
}

.vn-section-heading--center .vn-leaf-ornament {
	margin-inline: auto;
}

/* Stable hero content with independently rotating background images. */

.vn-hero {
	position: relative;
	display: grid;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
	min-height: clamp(650px, 78vh, 820px) !important;
	margin: 0;
	padding: 80px var(--vn-gutter);
	background: var(--vn-ink);
}

.vn-hero__media,
.vn-hero__overlay,
.vn-hero__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.vn-hero__media {
	z-index: 0;
}

.vn-hero__slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 1100ms ease;
}

.vn-hero__slide.is-active {
	opacity: 1;
}

.vn-hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 46%;
	transform: none !important;
	transition: none !important;
}

.vn-hero__slide:nth-child(2) img {
	object-position: center 52%;
}

.vn-hero__slide:nth-child(3) img {
	object-position: center 48%;
}

.vn-hero__overlay {
	z-index: 1;
	background: linear-gradient(90deg, rgba(7, 31, 41, 0.95) 0%, rgba(7, 31, 41, 0.8) 43%, rgba(7, 31, 41, 0.28) 74%, rgba(7, 31, 41, 0.1) 100%);
	pointer-events: none;
}

.vn-hero__inner {
	z-index: 2;
	width: min(100%, var(--vn-wide));
	margin-inline: auto;
}

.vn-hero__controls {
	position: absolute;
	right: max(var(--vn-gutter), calc((100vw - var(--vn-wide)) / 2));
	bottom: 34px;
	z-index: 4;
	display: none;
	align-items: center;
	gap: 12px;
	padding: 8px 10px;
	background: rgba(7, 31, 41, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	backdrop-filter: blur(12px);
}

.vn-hero.is-enhanced .vn-hero__controls {
	display: flex;
}

.vn-hero__arrow,
.vn-hero__dots button {
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	transform: none !important;
}

.vn-hero__arrow {
	display: grid;
	width: 36px;
	height: 36px;
	color: var(--vn-white);
	border-radius: 50%;
	place-items: center;
}

.vn-hero__arrow:hover {
	color: var(--vn-ink);
	background: var(--vn-white);
}

.vn-hero__arrow svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vn-hero__dots {
	display: flex;
	align-items: center;
	gap: 7px;
}

.vn-hero__dots button {
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	transition: width 180ms ease, background-color 180ms ease;
}

.vn-hero__dots button.is-active {
	width: 25px;
	background: var(--vn-orange);
	border-radius: 999px;
}

/* Refined standalone line icons. */

.vn-approach-item {
	padding: 0 clamp(22px, 3vw, 42px) 8px;
}

.vn-approach-item::before {
	display: none;
	content: none;
}

.vn-brand-icon {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 22px;
	fill: none;
	stroke: var(--vn-petrol);
	stroke-width: 2.25;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 220ms ease;
}

.vn-brand-icon__halo {
	fill: var(--wp--preset--color--learn-surface-mint, #f0faf7);
	stroke: var(--vn-learn-teal);
	stroke-width: 1.5;
}

.vn-brand-icon__accent {
	stroke: var(--vn-orange);
}

.vn-approach-item:hover .vn-brand-icon {
	transform: translateY(-4px);
}

/* Brand-specific scalable SVG bullets. */

.vn-icon-list {
	columns: 2;
	column-gap: 24px;
	margin: 26px 0 30px;
	padding: 0;
	list-style: none;
}

.vn-icon-list li {
	position: relative;
	break-inside: avoid;
	min-height: 24px;
	margin-bottom: 10px;
	padding-left: 31px;
	font-size: 15px;
}

.vn-icon-list li::before {
	position: absolute;
	top: 0.05em;
	left: 0;
	width: 22px;
	height: 22px;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vn-icon-list--sport li::before {
	background-image: var(--vn-list-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23015a5e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 7v10M5.5 8.5v7M3 10v4m13-7v10m2.5-8.5v7M21 10v4M8 12h8'/%3E%3C/g%3E%3C/svg%3E"));
}

.vn-icon-list--work li::before {
	background-image: var(--vn-list-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23015a5e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M9 7V5.5A1.5 1.5 0 0 1 10.5 4h3A1.5 1.5 0 0 1 15 5.5V7m-12 5h6m6 0h6m-9-1.5v3'/%3E%3C/g%3E%3C/svg%3E"));
}

.vn-icon-list--learn li::before {
	background-image: var(--vn-list-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%238b68c8' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5.2c-1.2-2.5-5.2-2.1-5.4.8-2.9.2-3.7 4-1.3 5.4-1.5 2.8 1.2 5.7 3.9 4.6.5 2.7 4.4 2.7 4.9 0 2.8 1.1 5.5-1.8 4-4.6 2.4-1.4 1.6-5.2-1.3-5.4-.2-2.9-4.2-3.3-5.4-.8Z'/%3E%3Cpath d='M12 5v14M8.5 8.5c1.7 0 2.5 1 3.5 2.2m3.5-2.2c-1.7 0-2.5 1-3.5 2.2m-4.3 3c2 0 3.1 1 4.3 2.3m4.3-2.3c-2 0-3.1 1-4.3 2.3'/%3E%3C/g%3E%3C/svg%3E"));
}

.vn-services {
	overflow: hidden;
}

.vn-service-story:hover .vn-service-story__image img {
	filter: saturate(1.025);
	transform: scale(1.012);
}

/* Directional reveals only become hidden when JavaScript is available. */

.vn-js .vn-reveal-left,
.vn-js .vn-reveal-right {
	opacity: 0;
	transition: opacity 800ms ease, transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.vn-js .vn-reveal-left {
	transform: translateX(-25vw);
}

.vn-js .vn-reveal-right {
	transform: translateX(25vw);
}

.vn-js .vn-reveal-left.is-visible,
.vn-js .vn-reveal-right.is-visible {
	opacity: 1;
	transform: translateX(0);
}

/* Equal profile overview: two columns on desktop and tablet. */

.vn-profile-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.vn-profile-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	background: var(--vn-canvas);
	border: 1px solid var(--vn-line);
	border-radius: var(--vn-radius-xl);
	box-shadow: 0 16px 46px rgba(12, 43, 56, 0.09);
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.vn-profile-card:hover {
	box-shadow: 0 21px 54px rgba(12, 43, 56, 0.13);
	transform: translateY(-3px);
}

.vn-profile-card--learn {
	background: linear-gradient(145deg, var(--wp--preset--color--learn-surface-mint, #f0faf7), var(--vn-learn-surface));
	border-color: rgba(139, 104, 200, 0.2);
}

.vn-profile-card--learn .vn-eyebrow {
	color: var(--vn-learn-lilac);
}

.vn-profile-card__image {
	overflow: hidden;
	height: clamp(300px, 30vw, 390px);
	margin: 0;
}

.vn-profile-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
	transition: filter 220ms ease;
}

.vn-profile-card:hover .vn-profile-card__image img {
	filter: saturate(1.025);
}

.vn-profile-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(30px, 3.5vw, 46px);
}

.vn-profile-card__content h3 {
	margin: 0 0 20px;
	font-size: clamp(2.45rem, 2.05rem + 1.6vw, 3.7rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.vn-profile-card__content p:not(.vn-eyebrow) {
	color: var(--vn-muted);
	font-size: 15px;
	line-height: 1.68;
}

@media (max-width: 1120px) {
	.vn-icon-list {
		columns: 1;
	}

	.vn-profile-grid {
		gap: 18px;
	}

	.vn-profile-card__image {
		height: clamp(280px, 34vw, 350px);
	}

	.vn-profile-card__content {
		padding: 28px;
	}

	.vn-profile-card__content p:not(.vn-eyebrow) {
		font-size: 14.5px;
	}
}

@media (max-width: 767px) {
	.vn-hero {
		display: grid;
		align-items: end;
		min-height: clamp(660px, 100svh, 760px) !important;
		padding: 62px var(--vn-gutter) 88px;
	}

	.vn-hero__overlay {
		background: linear-gradient(180deg, rgba(7, 31, 41, 0.18) 0%, rgba(7, 31, 41, 0.62) 38%, rgba(7, 31, 41, 0.97) 76%, #071f29 100%);
	}

	.vn-hero__slide img,
	.vn-hero__slide:nth-child(2) img,
	.vn-hero__slide:nth-child(3) img {
		object-position: 60% center;
	}

	.vn-hero__controls {
		right: var(--vn-gutter);
		bottom: 20px;
	}

	.vn-approach-item {
		padding: 30px 12px 34px;
	}

	.vn-brand-icon {
		width: 66px;
		height: 66px;
	}

	.vn-profile-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.vn-profile-card__image {
		height: min(108vw, 430px);
	}

	.vn-profile-card__content {
		padding: 28px 24px 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vn-hero__slide {
		transition: none;
	}

	.vn-js .vn-reveal-left,
	.vn-js .vn-reveal-right,
	.vn-js .vn-reveal-left.is-visible,
	.vn-js .vn-reveal-right.is-visible {
		opacity: 1;
		transform: none;
	}
}

/* Prompt-supplied approach icons. */

.vn-approach-icon {
	display: grid;
	width: 74px;
	height: 74px;
	margin: 0 auto 22px;
	padding: 14px;
	background: var(--wp--preset--color--learn-surface-mint, #f0faf7);
	border: 1px solid rgba(46, 129, 123, 0.42);
	border-radius: 50%;
	place-items: center;
	transition: transform 220ms ease, background-color 220ms ease;
}

.vn-approach-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
	opacity: 0.82;
}

.vn-approach-item:not(:nth-child(3)) .vn-approach-icon img {
	filter: brightness(0) saturate(100%) invert(25%) sepia(35%) saturate(1330%) hue-rotate(137deg) brightness(88%) contrast(99%);
	opacity: 1;
}

.vn-approach-item:nth-child(3) .vn-approach-icon img {
	transform: scale(1.08);
}

.vn-approach-item:hover .vn-approach-icon {
	background: var(--vn-mist);
	transform: translateY(-4px);
}

/* Asymmetrical shared profile composition. */

.vn-profile-composition {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(20px, 3vw, 42px);
}

.vn-profile-composition::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 150px;
	height: 150px;
	content: "";
	background: radial-gradient(circle, rgba(60, 209, 186, 0.2), transparent 70%);
	transform: translate(-50%, -50%);
}

.vn-profile-person {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(180px, 38%) minmax(0, 1fr);
	overflow: hidden;
	min-width: 0;
	min-height: 700px;
	background: linear-gradient(145deg, var(--vn-mist), var(--vn-white));
	border-radius: var(--vn-radius-xl) 96px var(--vn-radius-xl) 74px;
	box-shadow: 0 18px 52px rgba(12, 43, 56, 0.1);
}

.vn-profile-person--judith {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 38%);
	margin-top: 58px;
	background: linear-gradient(145deg, var(--wp--preset--color--learn-surface-mint, #f0faf7), var(--vn-learn-surface));
	border-radius: 96px var(--vn-radius-xl) 74px var(--vn-radius-xl);
}

.vn-profile-person--judith .vn-profile-person__image {
	grid-row: 1;
	grid-column: 2;
}

.vn-profile-person--judith .vn-profile-person__content {
	grid-row: 1;
	grid-column: 1;
}

.vn-profile-person__image {
	display: flex;
	height: 100%;
	min-height: 700px;
	margin: 0;
	align-items: flex-end;
	justify-content: center;
	background: linear-gradient(180deg, rgba(48, 199, 181, 0.13), rgba(1, 90, 94, 0.2));
}

.vn-profile-person--judith .vn-profile-person__image {
	background: linear-gradient(180deg, rgba(209, 164, 242, 0.25), rgba(60, 209, 186, 0.2));
}

.vn-profile-person__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	transform: none !important;
}

.vn-profile-person__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 3vw, 42px);
}

.vn-profile-person--judith .vn-eyebrow {
	color: var(--vn-learn-lilac);
}

.vn-profile-person__content h3 {
	margin: 0 0 18px;
	font-size: clamp(2.45rem, 2rem + 1.8vw, 3.8rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.vn-profile-person__content p:not(.vn-eyebrow) {
	color: var(--vn-muted);
	font-size: 14.5px;
	line-height: 1.66;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.vn-profile-composition {
		gap: 18px;
	}

	.vn-profile-person,
	.vn-profile-person--judith {
		grid-template-columns: minmax(135px, 35%) minmax(0, 1fr);
		min-height: 760px;
	}

	.vn-profile-person--judith {
		grid-template-columns: minmax(0, 1fr) minmax(135px, 35%);
		margin-top: 36px;
	}

	.vn-profile-person__image {
		min-height: 760px;
	}

	.vn-profile-person__content {
		padding: 24px 20px;
	}

	.vn-profile-person__content p:not(.vn-eyebrow) {
		font-size: 14px;
		line-height: 1.58;
	}
}

@media (max-width: 767px) {
	.vn-approach-icon {
		width: 68px;
		height: 68px;
	}

	.vn-profile-composition {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.vn-profile-person,
	.vn-profile-person--judith {
		display: grid;
		grid-template-columns: 1fr;
		min-height: 0;
		margin-top: 0;
		border-radius: var(--vn-radius-lg) 58px var(--vn-radius-lg) 48px;
	}

	.vn-profile-person--judith {
		border-radius: 58px var(--vn-radius-lg) 48px var(--vn-radius-lg);
	}

	.vn-profile-person__image,
	.vn-profile-person--judith .vn-profile-person__image {
		grid-row: auto;
		grid-column: 1;
		height: 360px;
		min-height: 0;
	}

	.vn-profile-person__content,
	.vn-profile-person--judith .vn-profile-person__content {
		position: relative;
		z-index: 2;
		grid-row: auto;
		grid-column: 1;
		margin: -34px 12px 0;
		padding: 28px 22px 34px;
		background: rgba(255, 255, 255, 0.94);
		border-radius: var(--vn-radius-lg);
		backdrop-filter: blur(12px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vn-approach-icon,
	.vn-profile-person {
		transition: none;
	}
}
