/* Varmers custom page system */
body.varmers-page-farm-operations .site-content,
body.varmers-page-about .site-content,
body.varmers-page-news .site-content {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}

body.varmers-page-farm-operations .content-area,
body.varmers-page-about .content-area,
body.varmers-page-news .content-area,
body.varmers-page-farm-operations main.site-main,
body.varmers-page-about main.site-main,
body.varmers-page-news main.site-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.varmers-page-farm-operations .inside-article,
body.varmers-page-about .inside-article,
body.varmers-page-news .inside-article {
	padding: 0 !important;
	background: transparent !important;
}

body.varmers-page-farm-operations .entry-header,
body.varmers-page-about .entry-header,
body.varmers-page-news .entry-header,
body.varmers-page-farm-operations .entry-footer,
body.varmers-page-about .entry-footer,
body.varmers-page-news .entry-footer {
	display: none !important;
}

body.varmers-page-farm-operations .entry-content,
body.varmers-page-about .entry-content,
body.varmers-page-news .entry-content {
	margin: 0 !important;
}

.vs-page {
	--vsp-pink: #e4137b;
	--vsp-pink-dark: #b50f60;
	--vsp-green: #87c98b;
	--vsp-green-dark: #173f2c;
	--vsp-green-deep: #102d21;
	--vsp-green-soft: #edf7ef;
	--vsp-cream: #f7f6f1;
	--vsp-ink: #14231c;
	--vsp-muted: #5d6e66;
	--vsp-line: #dfe8e3;
	--vsp-white: #fff;
	--vsp-shell: 1220px;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow-x: clip;
	background: #fff;
	color: var(--vsp-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

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

.vs-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.vs-page a {
	text-decoration: none;
}

.vs-page p {
	font-size: 16px;
	line-height: 1.72;
}

.vs-page h1,
.vs-page h2,
.vs-page h3 {
	margin-top: 0;
	color: var(--vsp-ink);
	font-family: inherit;
	letter-spacing: -0.04em;
}

.vs-page h1 {
	margin-bottom: 0;
	font-size: clamp(45px, 6vw, 80px);
	font-weight: 800;
	line-height: 0.99;
}

.vs-page h2 {
	margin-bottom: 0;
	font-size: clamp(34px, 4.2vw, 57px);
	font-weight: 800;
	line-height: 1.03;
}

.vs-page h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.16;
}

.vsp-shell {
	width: min(var(--vsp-shell), calc(100% - 40px));
	margin: 0 auto;
}

.vsp-section {
	padding: 104px 0;
}

.vsp-section--soft {
	background: var(--vsp-green-soft);
}

.vsp-section--cream {
	background: var(--vsp-cream);
}

.vsp-section--dark {
	background: var(--vsp-green-deep);
	color: #c9ddd1;
}

.vsp-kicker {
	margin: 0 0 15px !important;
	color: var(--vsp-pink) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.13em;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.vsp-lead {
	max-width: 700px;
	margin: 25px 0 28px;
	color: #42564c;
	font-size: 18px !important;
	line-height: 1.67 !important;
}

.vsp-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 11px;
}

.vsp-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.vsp-button:hover {
	transform: translateY(-2px);
}

.vsp-button--primary {
	background: var(--vsp-pink);
	color: #fff;
	box-shadow: 0 12px 28px rgba(228, 19, 123, 0.2);
}

.vsp-button--primary:hover {
	background: var(--vsp-pink-dark);
	color: #fff;
}

.vsp-button--secondary {
	border-color: #c7d8cf;
	background: #fff;
	color: var(--vsp-green-deep);
}

.vsp-button--secondary:hover {
	border-color: var(--vsp-green-dark);
	color: var(--vsp-green-deep);
}

.vsp-button--light {
	background: #fff;
	color: var(--vsp-green-deep);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.vsp-button--ghost {
	border-color: rgba(255, 255, 255, 0.42);
	background: transparent;
	color: #fff;
}

.vsp-text-link {
	display: inline-flex;
	margin-top: 18px;
	color: var(--vsp-pink);
	font-size: 14px;
	font-weight: 700;
}

.vsp-hero {
	position: relative;
	padding: 82px 0 78px;
	background: radial-gradient(circle at 84% 12%, rgba(135, 201, 139, 0.28), transparent 32%), linear-gradient(150deg, #fbfaf6, #fff 56%, #f2f8f3);
}

.vsp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
	align-items: center;
	gap: 72px;
}

.vsp-hero__visual {
	position: relative;
	overflow: hidden;
	min-height: 570px;
	border-radius: 38px;
	background: var(--vsp-green-deep);
	box-shadow: 0 24px 70px rgba(18, 54, 38, 0.14);
}

.vsp-hero__visual img {
	width: 100%;
	height: 570px;
	object-fit: cover;
}

.vsp-hero__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(7, 30, 20, 0.54));
}

.vsp-visual-card {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	display: grid;
	gap: 4px;
	padding: 15px 17px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--vsp-green-deep);
	backdrop-filter: blur(10px);
}

.vsp-visual-card span {
	color: #64766d;
	font-size: 11px;
}

.vsp-visual-card strong {
	font-size: 14px;
	font-weight: 700;
}

.vsp-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 27px 0 0;
	padding: 0;
	list-style: none;
}

.vsp-proof-list li {
	padding: 8px 11px;
	border: 1px solid var(--vsp-line);
	border-radius: 999px;
	background: #fff;
	color: #53655c;
	font-size: 11px;
	font-weight: 600;
}

.vsp-split-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
	align-items: start;
	gap: 80px;
}

.vsp-split-heading > div:last-child p {
	margin: 0 0 16px;
	color: var(--vsp-muted);
}

.vsp-section-head {
	max-width: 840px;
	margin-bottom: 42px;
}

.vsp-section-head > p:last-child {
	max-width: 720px;
	margin: 20px 0 0;
	color: var(--vsp-muted);
}

.vsp-section-head--light h2 {
	color: #fff;
}

.vsp-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.vsp-service-grid article {
	padding: 27px;
	border: 1px solid #dbe8df;
	border-radius: 23px;
	background: rgba(255, 255, 255, 0.82);
}

.vsp-service-grid article > span,
.vsp-values-grid article > span {
	display: inline-flex;
	margin-bottom: 27px;
	color: var(--vsp-pink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.vsp-service-grid h3 {
	font-size: 20px;
}

.vsp-service-grid p {
	margin: 11px 0 0;
	color: var(--vsp-muted);
	font-size: 13px;
	line-height: 1.62;
}

.vsp-stage-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.vsp-stage-flow article {
	position: relative;
	padding: 27px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.06);
}

.vsp-stage-flow article:not(:last-child)::after {
	content: "→";
	position: absolute;
	top: 33px;
	right: -12px;
	z-index: 2;
	color: #91d18b;
	font-size: 17px;
}

.vsp-stage-flow span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 50%;
	background: var(--vsp-green);
	color: var(--vsp-green-deep);
	font-size: 12px;
	font-weight: 800;
}

.vsp-stage-flow h3 {
	color: #fff;
	font-size: 20px;
}

.vsp-stage-flow p {
	margin: 10px 0 0;
	color: #bcd1c5;
	font-size: 13px;
	line-height: 1.6;
}

.vsp-media-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	align-items: center;
	gap: 68px;
}

.vsp-media-split__image {
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 22px 64px rgba(18, 54, 38, 0.13);
}

.vsp-media-split__image img {
	width: 100%;
	height: 560px;
	object-fit: cover;
}

.vsp-support-list {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.vsp-support-list article {
	padding: 19px 21px;
	border: 1px solid var(--vsp-line);
	border-radius: 18px;
	background: #fff;
}

.vsp-support-list strong {
	display: block;
	font-size: 15px;
}

.vsp-support-list p {
	margin: 6px 0 0;
	color: var(--vsp-muted);
	font-size: 13px;
	line-height: 1.55;
}

.vsp-responsibility-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

.vsp-responsibility-grid article {
	padding: 34px;
	border: 1px solid #e1e4df;
	border-radius: 26px;
	background: #fff;
}

.vsp-responsibility-grid article:last-child {
	background: var(--vsp-green-deep);
}

.vsp-responsibility-grid article:last-child h3,
.vsp-responsibility-grid article:last-child li {
	color: #fff;
}

.vsp-responsibility-grid ul {
	display: grid;
	gap: 11px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.vsp-responsibility-grid li {
	position: relative;
	padding-left: 23px;
	color: #53665c;
	font-size: 13px;
	line-height: 1.5;
}

.vsp-responsibility-grid li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--vsp-pink);
	font-weight: 800;
}

.vsp-responsibility-grid article:last-child li::before {
	color: var(--vsp-green);
}

.vsp-faq-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: 70px;
}

.vsp-faq-layout > div:first-child > p:last-child {
	color: var(--vsp-muted);
}

.vsp-accordions {
	display: grid;
	gap: 10px;
}

.vsp-accordions details {
	border: 1px solid var(--vsp-line);
	border-radius: 17px;
	background: #fff;
}

.vsp-accordions summary {
	position: relative;
	padding: 20px 54px 20px 21px;
	color: var(--vsp-ink);
	font-size: 14px;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
}

.vsp-accordions summary::-webkit-details-marker {
	display: none;
}

.vsp-accordions summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--vsp-green-soft);
	color: var(--vsp-green-dark);
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	transform: translateY(-50%);
}

.vsp-accordions details[open] summary::after {
	content: "−";
}

.vsp-accordions details p {
	margin: 0;
	padding: 0 21px 21px;
	color: var(--vsp-muted);
	font-size: 13px;
	line-height: 1.62;
}

.vsp-final-cta {
	padding: 94px 0;
	background: radial-gradient(circle at 75% 15%, rgba(228, 19, 123, 0.24), transparent 34%), var(--vsp-green-deep);
	color: #c7dbd0;
	text-align: center;
}

.vsp-final-cta__inner {
	max-width: 920px;
}

.vsp-final-cta h2 {
	color: #fff;
	font-size: clamp(40px, 5.6vw, 68px);
}

.vsp-final-cta .vsp-actions {
	justify-content: center;
	margin-top: 28px;
}

/* About */
.vsp-pillar-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.vsp-pillar-grid > a {
	display: flex;
	min-height: 390px;
	flex-direction: column;
	padding: 31px;
	border: 1px solid #dae6de;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--vsp-ink);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vsp-pillar-grid > a:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 48px rgba(18, 54, 38, 0.11);
}

.vsp-pillar-grid > a > span {
	color: var(--vsp-pink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.vsp-pillar-grid h3 {
	margin-top: 70px;
	font-size: 27px;
}

.vsp-pillar-grid p {
	margin: 14px 0 0;
	color: var(--vsp-muted);
	font-size: 13px;
	line-height: 1.62;
}

.vsp-pillar-grid > a > strong {
	margin-top: auto;
	padding-top: 25px;
	color: var(--vsp-pink);
	font-size: 13px;
}

.vsp-about-model {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: 72px;
}

.vsp-about-model__copy h2 {
	color: #fff;
}

.vsp-about-model__copy > p:last-child {
	margin-top: 22px;
	color: #bed2c6;
}

.vsp-about-model__flow {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.vsp-about-model__flow > div {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 21px;
	background: rgba(255, 255, 255, 0.06);
}

.vsp-about-model__flow span {
	display: inline-flex;
	width: 31px;
	height: 31px;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 50%;
	background: var(--vsp-green);
	color: var(--vsp-green-deep);
	font-size: 11px;
	font-weight: 800;
}

.vsp-about-model__flow strong {
	display: block;
	color: #fff;
	font-size: 15px;
}

.vsp-about-model__flow p {
	margin: 7px 0 0;
	color: #b9cec2;
	font-size: 12px;
	line-height: 1.55;
}

.vsp-gallery-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	align-items: center;
	gap: 70px;
}

.vsp-gallery-layout__copy > p:not(.vsp-kicker) {
	color: var(--vsp-muted);
}

.vsp-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.vsp-gallery img {
	width: 100%;
	height: 265px;
	object-fit: cover;
	border-radius: 22px;
}

.vsp-gallery__wide {
	grid-column: 1 / -1;
	height: 330px !important;
}

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

.vsp-values-grid article {
	padding: 27px;
	border: 1px solid #e0e4df;
	border-radius: 22px;
	background: #fff;
}

.vsp-values-grid h3 {
	font-size: 19px;
}

.vsp-values-grid p {
	margin: 10px 0 0;
	color: var(--vsp-muted);
	font-size: 13px;
	line-height: 1.58;
}

.vsp-route-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.vsp-route-grid__intro {
	grid-column: 1 / -1;
	margin-bottom: 24px;
}

.vsp-route-grid > a {
	display: grid;
	gap: 7px;
	padding: 26px;
	border: 1px solid var(--vsp-line);
	border-radius: 22px;
	background: #fff;
	color: var(--vsp-ink);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vsp-route-grid > a:hover {
	transform: translateY(-3px);
	border-color: #bad1c4;
	box-shadow: 0 15px 38px rgba(18, 54, 38, 0.08);
}

.vsp-route-grid > a > span {
	color: var(--vsp-pink);
	font-size: 11px;
	font-weight: 700;
}

.vsp-route-grid > a > strong {
	font-size: 20px;
	letter-spacing: -0.025em;
}

.vsp-route-grid > a > p {
	margin: 0;
	color: var(--vsp-muted);
	font-size: 13px;
	line-height: 1.55;
}

/* News */
.vsp-news-hero {
	padding: 88px 0 70px;
	background: radial-gradient(circle at 84% 0%, rgba(135, 201, 139, 0.3), transparent 32%), var(--vsp-cream);
}

.vsp-news-hero__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
}

.vsp-news-hero__inner > div {
	max-width: 850px;
}

.vsp-news-hero h1 {
	font-size: clamp(48px, 7vw, 88px);
}

.vsp-news-hero__inner > div > p:last-child {
	max-width: 730px;
	margin: 24px 0 0;
	color: var(--vsp-muted);
	font-size: 18px;
}

.vsp-news-filter {
	position: sticky;
	top: 76px;
	z-index: 10;
	border-top: 1px solid var(--vsp-line);
	border-bottom: 1px solid var(--vsp-line);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
}

.admin-bar .vsp-news-filter {
	top: 108px;
}

.vsp-news-filter .vsp-shell {
	display: flex;
	overflow-x: auto;
	padding-top: 11px;
	padding-bottom: 11px;
	scrollbar-width: none;
}

.vsp-news-filter .vsp-shell::-webkit-scrollbar {
	display: none;
}

.vsp-news-filter a {
	flex: 0 0 auto;
	padding: 9px 13px;
	border-radius: 999px;
	color: #53655c;
	font-size: 12px;
	font-weight: 600;
}

.vsp-news-filter a:hover,
.vsp-news-filter a.is-active {
	background: var(--vsp-green-soft);
	color: var(--vsp-green-deep);
}

.vsp-news-content {
	padding-top: 74px;
}

.vsp-featured-story {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	overflow: hidden;
	border: 1px solid var(--vsp-line);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 20px 58px rgba(18, 54, 38, 0.08);
}

.vsp-featured-story__image {
	min-height: 540px;
	overflow: hidden;
	background: var(--vsp-green-deep);
}

.vsp-featured-story__image img {
	width: 100%;
	height: 100%;
	min-height: 540px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.vsp-featured-story:hover .vsp-featured-story__image img {
	transform: scale(1.025);
}

.vsp-featured-story__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
}

.vsp-featured-story h2 {
	font-size: clamp(34px, 4vw, 54px);
}

.vsp-featured-story h2 a,
.vsp-story-card h3 a {
	color: var(--vsp-ink);
}

.vsp-featured-story__copy > p:not(.vsp-kicker) {
	margin: 20px 0 0;
	color: var(--vsp-muted);
}

.vsp-story-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 27px;
	padding-top: 18px;
	border-top: 1px solid var(--vsp-line);
	color: #74827b;
	font-size: 11px;
}

.vsp-story-meta a {
	color: var(--vsp-pink);
	font-weight: 700;
}

.vsp-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.vsp-story-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--vsp-line);
	border-radius: 23px;
	background: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vsp-story-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(18, 54, 38, 0.09);
}

.vsp-story-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--vsp-green-deep);
}

.vsp-story-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.vsp-story-card:hover .vsp-story-card__image img {
	transform: scale(1.035);
}

.vsp-story-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.vsp-story-card__category {
	margin: 0 0 10px !important;
	color: var(--vsp-pink) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vsp-story-card h3 {
	font-size: 21px;
}

.vsp-story-card__body > p:not(.vsp-story-card__category) {
	margin: 12px 0 0;
	color: var(--vsp-muted);
	font-size: 13px;
	line-height: 1.58;
}

.vsp-story-card .vsp-story-meta {
	margin-top: auto;
	padding-top: 18px;
}

.vsp-news-empty {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	overflow: hidden;
	border: 1px solid var(--vsp-line);
	border-radius: 30px;
	background: #fff;
}

.vsp-news-empty img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.vsp-news-empty > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px;
}

.vsp-news-empty > div > p:not(.vsp-kicker) {
	color: var(--vsp-muted);
}

.vsp-news-empty .vsp-button {
	align-self: flex-start;
	margin-top: 14px;
}

.vsp-news-routes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.vsp-news-routes > div {
	grid-column: 1 / -1;
	margin-bottom: 23px;
}

.vsp-news-routes > a {
	display: grid;
	gap: 6px;
	padding: 24px;
	border: 1px solid #dbe8df;
	border-radius: 21px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--vsp-ink);
}

.vsp-news-routes > a strong {
	font-size: 18px;
}

.vsp-news-routes > a span {
	color: var(--vsp-muted);
	font-size: 12px;
	line-height: 1.5;
}

@media (max-width: 1050px) {
	.vsp-hero__grid {
		grid-template-columns: 1fr 1fr;
		gap: 44px;
	}

	.vsp-service-grid,
	.vsp-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 860px) {
	.vsp-section {
		padding: 78px 0;
	}

	.vsp-hero__grid,
	.vsp-split-heading,
	.vsp-media-split,
	.vsp-faq-layout,
	.vsp-about-model,
	.vsp-gallery-layout,
	.vsp-featured-story,
	.vsp-news-empty {
		grid-template-columns: 1fr;
	}

	.vsp-hero__copy {
		max-width: 760px;
	}

	.vsp-hero__visual {
		max-width: 720px;
	}

	.vsp-stage-flow,
	.vsp-pillar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vsp-stage-flow article:nth-child(2)::after {
		display: none;
	}

	.vsp-media-split__image img {
		height: 470px;
	}

	.vsp-news-hero__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 25px;
	}

	.vsp-featured-story__image,
	.vsp-featured-story__image img {
		min-height: 430px;
		height: 430px;
	}
}

@media (max-width: 680px) {
	.vsp-shell {
		width: min(var(--vsp-shell), calc(100% - 24px));
	}

	.vsp-section {
		padding: 62px 0;
	}

	.vs-page h1 {
		font-size: 46px;
	}

	.vs-page h2 {
		font-size: 36px;
	}

	.vsp-hero {
		padding: 54px 0 62px;
	}

	.vsp-lead {
		font-size: 16px !important;
	}

	.vsp-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vsp-button {
		width: 100%;
	}

	.vsp-hero__visual,
	.vsp-hero__visual img {
		min-height: 420px;
		height: 420px;
		border-radius: 26px;
	}

	.vsp-service-grid,
	.vsp-stage-flow,
	.vsp-responsibility-grid,
	.vsp-pillar-grid,
	.vsp-about-model__flow,
	.vsp-values-grid,
	.vsp-route-grid,
	.vsp-news-grid,
	.vsp-news-routes {
		grid-template-columns: 1fr;
	}

	.vsp-stage-flow article::after {
		display: none !important;
	}

	.vsp-service-grid article,
	.vsp-responsibility-grid article,
	.vsp-pillar-grid > a {
		padding: 24px;
	}

	.vsp-pillar-grid > a {
		min-height: 310px;
	}

	.vsp-pillar-grid h3 {
		margin-top: 42px;
	}

	.vsp-media-split__image img {
		height: 410px;
	}

	.vsp-gallery {
		grid-template-columns: 1fr;
	}

	.vsp-gallery__wide {
		grid-column: auto;
		height: 270px !important;
	}

	.vsp-gallery img {
		height: 270px;
	}

	.vsp-route-grid__intro,
	.vsp-news-routes > div {
		grid-column: auto;
	}

	.vsp-news-hero {
		padding: 58px 0 48px;
	}

	.vsp-news-hero h1 {
		font-size: 48px;
	}

	.vsp-news-filter {
		top: 62px;
	}

	.admin-bar .vsp-news-filter {
		top: 108px;
	}

	.vsp-featured-story__image,
	.vsp-featured-story__image img,
	.vsp-news-empty img {
		min-height: 330px;
		height: 330px;
	}

	.vsp-featured-story__copy,
	.vsp-news-empty > div {
		padding: 26px;
	}

	.vsp-story-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.vsp-final-cta {
		padding: 72px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vs-page *,
	.vs-page *::before,
	.vs-page *::after {
		transition: none !important;
		animation: none !important;
		scroll-behavior: auto !important;
	}
}
